match_child 1235 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1237 lib/common/patchset.c match_child = match->children; match_child 1240 lib/common/patchset.c while ((match_child != NULL) match_child 1241 lib/common/patchset.c && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1242 lib/common/patchset.c match_child = match_child->next; match_child 1246 lib/common/patchset.c if (match_child) { match_child 1248 lib/common/patchset.c xmlAddPrevSibling(match_child, child); match_child 1268 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1276 lib/common/patchset.c match_child = match->parent->children; match_child 1278 lib/common/patchset.c while ((match_child != NULL) match_child 1279 lib/common/patchset.c && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1280 lib/common/patchset.c match_child = match_child->next; match_child 1286 lib/common/patchset.c match->prev, (match_child? "next":"last"), match_child 1287 lib/common/patchset.c (match_child? match_child : match->parent->last)); match_child 1289 lib/common/patchset.c if (match_child) { match_child 1290 lib/common/patchset.c xmlAddPrevSibling(match_child, match);