cIter 601 lib/common/acl.c for (xmlNode *cIter = pcmk__xml_first_child(xml); cIter != NULL; ) { cIter 602 lib/common/acl.c xmlNode *child = cIter; cIter 603 lib/common/acl.c cIter = pcmk__xml_next(cIter); /* In case it is free'd */ cIter 34 lib/common/patchset.c xmlNode *cIter = NULL; cIter 122 lib/common/patchset.c for (cIter = pcmk__xml_first_child(xml); cIter != NULL; cIter 123 lib/common/patchset.c cIter = pcmk__xml_next(cIter)) { cIter 124 lib/common/patchset.c add_xml_changes_to_patchset(cIter, patchset); cIter 633 lib/common/patchset.c xmlNode *cIter = NULL; cIter 668 lib/common/patchset.c cIter = pcmk__xml_first_child(target); cIter 669 lib/common/patchset.c while (cIter) { cIter 670 lib/common/patchset.c xmlNode *target_child = cIter; cIter 672 lib/common/patchset.c cIter = pcmk__xml_next(cIter); cIter 989 lib/common/patchset.c xmlNode *cIter = NULL; cIter 991 lib/common/patchset.c for (cIter = pcmk__xml_first_child(parent); cIter != NULL; cIter 992 lib/common/patchset.c cIter = pcmk__xml_next(cIter)) { cIter 993 lib/common/patchset.c if (strcmp((const char *) cIter->name, name) != 0) { cIter 996 lib/common/patchset.c const char *cid = pcmk__xe_id(cIter); cIter 1004 lib/common/patchset.c if ((cIter->type == XML_COMMENT_NODE) cIter 1006 lib/common/patchset.c && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) { cIter 1010 lib/common/patchset.c return cIter; cIter 1407 lib/common/patchset.c xmlNode *cIter = NULL; cIter 1431 lib/common/patchset.c cIter = pcmk__xml_first_child(node); cIter 1432 lib/common/patchset.c while (cIter) { cIter 1433 lib/common/patchset.c xmlNode *child = cIter; cIter 1435 lib/common/patchset.c cIter = pcmk__xml_next(cIter); cIter 346 lib/common/xml.c for (const xmlNode *cIter = xml; cIter->prev; cIter = cIter->prev) { cIter 347 lib/common/xml.c xml_node_private_t *nodepriv = ((xmlNode*)cIter->prev)->_private;