match_child      1256 lib/common/patchset.c             xmlNode *match_child = NULL;
match_child      1258 lib/common/patchset.c             match_child = match->children;
match_child      1261 lib/common/patchset.c             while ((match_child != NULL)
match_child      1262 lib/common/patchset.c                    && (position != pcmk__xml_position(match_child, xpf_skip))) {
match_child      1263 lib/common/patchset.c                 match_child = match_child->next;
match_child      1267 lib/common/patchset.c             if (match_child) {
match_child      1269 lib/common/patchset.c                 xmlAddPrevSibling(match_child, child);
match_child      1289 lib/common/patchset.c                 xmlNode *match_child = NULL;
match_child      1297 lib/common/patchset.c                 match_child = match->parent->children;
match_child      1299 lib/common/patchset.c                 while ((match_child != NULL)
match_child      1300 lib/common/patchset.c                        && (p != pcmk__xml_position(match_child, xpf_skip))) {
match_child      1301 lib/common/patchset.c                     match_child = match_child->next;
match_child      1307 lib/common/patchset.c                           match->prev, (match_child? "next":"last"),
match_child      1308 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
match_child      1310 lib/common/patchset.c                 if (match_child) {
match_child      1311 lib/common/patchset.c                     xmlAddPrevSibling(match_child, match);