match_child 1013 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1015 lib/common/patchset.c match_child = match->children; match_child 1018 lib/common/patchset.c while ((match_child != NULL) match_child 1019 lib/common/patchset.c && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1020 lib/common/patchset.c match_child = match_child->next; match_child 1028 lib/common/patchset.c if (match_child) { match_child 1030 lib/common/patchset.c xmlAddPrevSibling(match_child, child); match_child 1050 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1058 lib/common/patchset.c match_child = match->parent->children; match_child 1060 lib/common/patchset.c while ((match_child != NULL) match_child 1061 lib/common/patchset.c && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1062 lib/common/patchset.c match_child = match_child->next; match_child 1068 lib/common/patchset.c match->prev, (match_child? "next":"last"), match_child 1069 lib/common/patchset.c (match_child? match_child : match->parent->last)); match_child 1071 lib/common/patchset.c if (match_child) { match_child 1072 lib/common/patchset.c xmlAddPrevSibling(match_child, match);