match_child       690 lib/common/patchset.c             xmlNode *match_child = NULL;
match_child       692 lib/common/patchset.c             match_child = match->children;
match_child       695 lib/common/patchset.c             while ((match_child != NULL)
match_child       696 lib/common/patchset.c                    && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) {
match_child       697 lib/common/patchset.c                 match_child = match_child->next;
match_child       702 lib/common/patchset.c             if (match_child != NULL) {
match_child       704 lib/common/patchset.c                 xmlAddPrevSibling(match_child, child);
match_child       716 lib/common/patchset.c                 xmlNode *match_child = NULL;
match_child       724 lib/common/patchset.c                 match_child = match->parent->children;
match_child       726 lib/common/patchset.c                 while ((match_child != NULL)
match_child       727 lib/common/patchset.c                        && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) {
match_child       728 lib/common/patchset.c                     match_child = match_child->next;
match_child       734 lib/common/patchset.c                           match->prev, (match_child? "next":"last"),
match_child       735 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
match_child       737 lib/common/patchset.c                 if (match_child) {
match_child       738 lib/common/patchset.c                     xmlAddPrevSibling(match_child, match);