match_child      1244 lib/common/patchset.c             xmlNode *match_child = NULL;
match_child      1246 lib/common/patchset.c             match_child = match->children;
match_child      1249 lib/common/patchset.c             while ((match_child != NULL)
match_child      1250 lib/common/patchset.c                    && (position != pcmk__xml_position(match_child, xpf_skip))) {
match_child      1251 lib/common/patchset.c                 match_child = match_child->next;
match_child      1255 lib/common/patchset.c             if (match_child) {
match_child      1257 lib/common/patchset.c                 xmlAddPrevSibling(match_child, child);
match_child      1277 lib/common/patchset.c                 xmlNode *match_child = NULL;
match_child      1285 lib/common/patchset.c                 match_child = match->parent->children;
match_child      1287 lib/common/patchset.c                 while ((match_child != NULL)
match_child      1288 lib/common/patchset.c                        && (p != pcmk__xml_position(match_child, xpf_skip))) {
match_child      1289 lib/common/patchset.c                     match_child = match_child->next;
match_child      1295 lib/common/patchset.c                           match->prev, (match_child? "next":"last"),
match_child      1296 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
match_child      1298 lib/common/patchset.c                 if (match_child) {
match_child      1299 lib/common/patchset.c                     xmlAddPrevSibling(match_child, match);