match_child 1243 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1245 lib/common/patchset.c match_child = match->children; match_child 1248 lib/common/patchset.c while ((match_child != NULL) match_child 1249 lib/common/patchset.c && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1250 lib/common/patchset.c match_child = match_child->next; match_child 1254 lib/common/patchset.c if (match_child) { match_child 1256 lib/common/patchset.c xmlAddPrevSibling(match_child, child); match_child 1276 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1284 lib/common/patchset.c match_child = match->parent->children; match_child 1286 lib/common/patchset.c while ((match_child != NULL) match_child 1287 lib/common/patchset.c && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1288 lib/common/patchset.c match_child = match_child->next; match_child 1294 lib/common/patchset.c match->prev, (match_child? "next":"last"), match_child 1295 lib/common/patchset.c (match_child? match_child : match->parent->last)); match_child 1297 lib/common/patchset.c if (match_child) { match_child 1298 lib/common/patchset.c xmlAddPrevSibling(match_child, match);