match_child       684 lib/common/patchset.c             xmlNode *match_child = NULL;
match_child       686 lib/common/patchset.c             match_child = match->children;
match_child       689 lib/common/patchset.c             while ((match_child != NULL)
match_child       690 lib/common/patchset.c                    && (position != pcmk__xml_position(match_child, pcmk__xf_skip))) {
match_child       691 lib/common/patchset.c                 match_child = match_child->next;
match_child       696 lib/common/patchset.c             if (match_child != NULL) {
match_child       698 lib/common/patchset.c                 xmlAddPrevSibling(match_child, child);
match_child       710 lib/common/patchset.c                 xmlNode *match_child = NULL;
match_child       718 lib/common/patchset.c                 match_child = match->parent->children;
match_child       720 lib/common/patchset.c                 while ((match_child != NULL)
match_child       721 lib/common/patchset.c                        && (p != pcmk__xml_position(match_child, pcmk__xf_skip))) {
match_child       722 lib/common/patchset.c                     match_child = match_child->next;
match_child       728 lib/common/patchset.c                           match->prev, (match_child? "next":"last"),
match_child       729 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
match_child       731 lib/common/patchset.c                 if (match_child) {
match_child       732 lib/common/patchset.c                     xmlAddPrevSibling(match_child, match);