cIter 590 lib/common/acl.c for (xmlNode *cIter = pcmk__xml_first_child(xml); cIter != NULL; ) { cIter 591 lib/common/acl.c xmlNode *child = cIter; cIter 592 lib/common/acl.c cIter = pcmk__xml_next(cIter); /* In case it is free'd */ cIter 38 lib/common/patchset.c xmlNode *cIter = NULL; cIter 126 lib/common/patchset.c for (cIter = pcmk__xml_first_child(xml); cIter != NULL; cIter 127 lib/common/patchset.c cIter = pcmk__xml_next(cIter)) { cIter 128 lib/common/patchset.c add_xml_changes_to_patchset(cIter, patchset); cIter 427 lib/common/patchset.c xmlNode *cIter = NULL; cIter 460 lib/common/patchset.c cIter = pcmk__xml_first_child(target); cIter 461 lib/common/patchset.c while (cIter) { cIter 462 lib/common/patchset.c xmlNode *target_child = cIter; cIter 464 lib/common/patchset.c cIter = pcmk__xml_next(cIter); cIter 755 lib/common/patchset.c xmlNode *cIter = NULL; cIter 757 lib/common/patchset.c for (cIter = pcmk__xml_first_child(parent); cIter != NULL; cIter 758 lib/common/patchset.c cIter = pcmk__xml_next(cIter)) { cIter 759 lib/common/patchset.c if (strcmp((const char *) cIter->name, name) != 0) { cIter 762 lib/common/patchset.c const char *cid = ID(cIter); cIter 770 lib/common/patchset.c if ((cIter->type == XML_COMMENT_NODE) cIter 772 lib/common/patchset.c && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) { cIter 776 lib/common/patchset.c return cIter; cIter 100 lib/common/xml.c xmlNode *cIter = NULL; cIter 107 lib/common/xml.c for (cIter = pcmk__xml_first_child(xml); cIter != NULL; cIter 108 lib/common/xml.c cIter = pcmk__xml_next(cIter)) { cIter 109 lib/common/xml.c reset_xml_node_flags(cIter); cIter 117 lib/common/xml.c xmlNode *cIter = NULL; cIter 128 lib/common/xml.c for (cIter = pcmk__xml_first_child(xml); cIter != NULL; cIter 129 lib/common/xml.c cIter = pcmk__xml_next(cIter)) { cIter 130 lib/common/xml.c pcmk__mark_xml_created(cIter); cIter 306 lib/common/xml.c for (const xmlNode *cIter = xml; cIter->prev; cIter = cIter->prev) { cIter 307 lib/common/xml.c xml_node_private_t *nodepriv = ((xmlNode*)cIter->prev)->_private; cIter 328 lib/common/xml.c for (xmlNodePtr cIter = pcmk__xml_first_child(xml); cIter != NULL; cIter 329 lib/common/xml.c cIter = pcmk__xml_next(cIter)) { cIter 330 lib/common/xml.c accept_attr_deletions(cIter); cIter 2000 lib/common/xml.c xmlNode *cIter = NULL; cIter 2022 lib/common/xml.c for (cIter = pcmk__xml_first_child(old_xml); cIter != NULL; ) { cIter 2023 lib/common/xml.c xmlNode *old_child = cIter; cIter 2024 lib/common/xml.c xmlNode *new_child = pcmk__xml_match(new_xml, cIter, true); cIter 2026 lib/common/xml.c cIter = pcmk__xml_next(cIter); cIter 2036 lib/common/xml.c for (cIter = pcmk__xml_first_child(new_xml); cIter != NULL; ) { cIter 2037 lib/common/xml.c xmlNode *new_child = cIter; cIter 2038 lib/common/xml.c xmlNode *old_child = pcmk__xml_match(old_xml, cIter, true); cIter 2040 lib/common/xml.c cIter = pcmk__xml_next(cIter); cIter 2085 lib/common/xml.c xmlNode *cIter = NULL; cIter 2106 lib/common/xml.c cIter = pcmk__xml_first_child(xml_node); cIter 2107 lib/common/xml.c while (cIter) { cIter 2108 lib/common/xml.c xmlNode *child = cIter; cIter 2110 lib/common/xml.c cIter = pcmk__xml_next(cIter);