cIter             593 lib/common/acl.c     for (xmlNode *cIter = pcmk__xml_first_child(xml); cIter != NULL; ) {
cIter             594 lib/common/acl.c         xmlNode *child = cIter;
cIter             595 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             118 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             119 lib/common/patchset.c          cIter = pcmk__xml_next(cIter)) {
cIter             120 lib/common/patchset.c         add_xml_changes_to_patchset(cIter, patchset);
cIter             418 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             455 lib/common/patchset.c     cIter = pcmk__xml_first_child(target);
cIter             456 lib/common/patchset.c     while (cIter) {
cIter             457 lib/common/patchset.c         xmlNode *target_child = cIter;
cIter             459 lib/common/patchset.c         cIter = pcmk__xml_next(cIter);
cIter             756 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             758 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(parent); cIter != NULL;
cIter             759 lib/common/patchset.c          cIter = pcmk__xml_next(cIter)) {
cIter             760 lib/common/patchset.c         if (strcmp((const char *) cIter->name, name) != 0) {
cIter             763 lib/common/patchset.c             const char *cid = ID(cIter);
cIter             771 lib/common/patchset.c         if ((cIter->type == XML_COMMENT_NODE)
cIter             773 lib/common/patchset.c             && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) {
cIter             777 lib/common/patchset.c         return cIter;
cIter              99 lib/common/xml.c     xmlNode *cIter = NULL;
cIter             106 lib/common/xml.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             107 lib/common/xml.c          cIter = pcmk__xml_next(cIter)) {
cIter             108 lib/common/xml.c         reset_xml_node_flags(cIter);
cIter             116 lib/common/xml.c     xmlNode *cIter = NULL;
cIter             124 lib/common/xml.c         for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             125 lib/common/xml.c              cIter = pcmk__xml_next(cIter)) {
cIter             126 lib/common/xml.c             pcmk__mark_xml_created(cIter);
cIter             313 lib/common/xml.c     for (const xmlNode *cIter = xml; cIter->prev; cIter = cIter->prev) {
cIter             314 lib/common/xml.c         xml_node_private_t *nodepriv = ((xmlNode*)cIter->prev)->_private;
cIter             348 lib/common/xml.c     for (xmlNodePtr cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             349 lib/common/xml.c          cIter = pcmk__xml_next(cIter)) {
cIter             350 lib/common/xml.c         accept_attr_deletions(cIter);
cIter            2035 lib/common/xml.c     xmlNode *cIter = NULL;
cIter            2057 lib/common/xml.c     for (cIter = pcmk__xml_first_child(old_xml); cIter != NULL; ) {
cIter            2058 lib/common/xml.c         xmlNode *old_child = cIter;
cIter            2059 lib/common/xml.c         xmlNode *new_child = pcmk__xml_match(new_xml, cIter, true);
cIter            2061 lib/common/xml.c         cIter = pcmk__xml_next(cIter);
cIter            2071 lib/common/xml.c     for (cIter = pcmk__xml_first_child(new_xml); cIter != NULL; ) {
cIter            2072 lib/common/xml.c         xmlNode *new_child = cIter;
cIter            2073 lib/common/xml.c         xmlNode *old_child = pcmk__xml_match(old_xml, cIter, true);
cIter            2075 lib/common/xml.c         cIter = pcmk__xml_next(cIter);
cIter            2119 lib/common/xml.c     xmlNode *cIter = NULL;
cIter            2137 lib/common/xml.c     cIter = pcmk__xml_first_child(xml_node);
cIter            2138 lib/common/xml.c     while (cIter) {
cIter            2139 lib/common/xml.c         xmlNode *child = cIter;
cIter            2141 lib/common/xml.c         cIter = pcmk__xml_next(cIter);