match_child 1014 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1016 lib/common/patchset.c match_child = match->children; match_child 1019 lib/common/patchset.c while ((match_child != NULL) match_child 1020 lib/common/patchset.c && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1021 lib/common/patchset.c match_child = match_child->next; match_child 1025 lib/common/patchset.c if (match_child) { match_child 1027 lib/common/patchset.c xmlAddPrevSibling(match_child, child); match_child 1047 lib/common/patchset.c xmlNode *match_child = NULL; match_child 1055 lib/common/patchset.c match_child = match->parent->children; match_child 1057 lib/common/patchset.c while ((match_child != NULL) match_child 1058 lib/common/patchset.c && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) { match_child 1059 lib/common/patchset.c match_child = match_child->next; match_child 1065 lib/common/patchset.c match->prev, (match_child? "next":"last"), match_child 1066 lib/common/patchset.c (match_child? match_child : match->parent->last)); match_child 1068 lib/common/patchset.c if (match_child) { match_child 1069 lib/common/patchset.c xmlAddPrevSibling(match_child, match);