cIter             598 lib/common/acl.c     for (xmlNode *cIter = pcmk__xml_first_child(xml); cIter != NULL; ) {
cIter             599 lib/common/acl.c         xmlNode *child = cIter;
cIter             600 lib/common/acl.c         cIter = pcmk__xml_next(cIter); /* In case it is free'd */
cIter              87 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             167 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             168 lib/common/patchset.c          cIter = pcmk__xml_next(cIter)) {
cIter             169 lib/common/patchset.c         add_xml_changes_to_patchset(cIter, patchset);
cIter             639 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             676 lib/common/patchset.c     cIter = pcmk__xml_first_child(target);
cIter             677 lib/common/patchset.c     while (cIter) {
cIter             678 lib/common/patchset.c         xmlNode *target_child = cIter;
cIter             680 lib/common/patchset.c         cIter = pcmk__xml_next(cIter);
cIter             977 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             979 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(parent); cIter != NULL;
cIter             980 lib/common/patchset.c          cIter = pcmk__xml_next(cIter)) {
cIter             981 lib/common/patchset.c         if (strcmp((const char *) cIter->name, name) != 0) {
cIter             984 lib/common/patchset.c             const char *cid = ID(cIter);
cIter             992 lib/common/patchset.c         if ((cIter->type == XML_COMMENT_NODE)
cIter             994 lib/common/patchset.c             && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) {
cIter             998 lib/common/patchset.c         return cIter;
cIter             130 lib/common/xml.c     xmlNode *cIter = NULL;
cIter             137 lib/common/xml.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             138 lib/common/xml.c          cIter = pcmk__xml_next(cIter)) {
cIter             139 lib/common/xml.c         reset_xml_node_flags(cIter);
cIter             147 lib/common/xml.c     xmlNode *cIter = NULL;
cIter             155 lib/common/xml.c         for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             156 lib/common/xml.c              cIter = pcmk__xml_next(cIter)) {
cIter             157 lib/common/xml.c             pcmk__mark_xml_created(cIter);
cIter             344 lib/common/xml.c     for (const xmlNode *cIter = xml; cIter->prev; cIter = cIter->prev) {
cIter             345 lib/common/xml.c         xml_node_private_t *nodepriv = ((xmlNode*)cIter->prev)->_private;
cIter             379 lib/common/xml.c     for (xmlNodePtr cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             380 lib/common/xml.c          cIter = pcmk__xml_next(cIter)) {
cIter             381 lib/common/xml.c         accept_attr_deletions(cIter);
cIter            2445 lib/common/xml.c     xmlNode *cIter = NULL;
cIter            2467 lib/common/xml.c     for (cIter = pcmk__xml_first_child(old_xml); cIter != NULL; ) {
cIter            2468 lib/common/xml.c         xmlNode *old_child = cIter;
cIter            2469 lib/common/xml.c         xmlNode *new_child = pcmk__xml_match(new_xml, cIter, true);
cIter            2471 lib/common/xml.c         cIter = pcmk__xml_next(cIter);
cIter            2481 lib/common/xml.c     for (cIter = pcmk__xml_first_child(new_xml); cIter != NULL; ) {
cIter            2482 lib/common/xml.c         xmlNode *new_child = cIter;
cIter            2483 lib/common/xml.c         xmlNode *old_child = pcmk__xml_match(old_xml, cIter, true);
cIter            2485 lib/common/xml.c         cIter = pcmk__xml_next(cIter);
cIter            2528 lib/common/xml.c     xmlNode *cIter = NULL;
cIter            2546 lib/common/xml.c     cIter = pcmk__xml_first_child(xml_node);
cIter            2547 lib/common/xml.c     while (cIter) {
cIter            2548 lib/common/xml.c         xmlNode *child = cIter;
cIter            2550 lib/common/xml.c         cIter = pcmk__xml_next(cIter);