cIter             656 lib/common/acl.c     for (xmlNode *cIter = pcmk__xml_first_child(xml); cIter != NULL; ) {
cIter             657 lib/common/acl.c         xmlNode *child = cIter;
cIter             658 lib/common/acl.c         cIter = pcmk__xml_next(cIter); /* In case it is free'd */
cIter              35 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             123 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(xml); cIter != NULL;
cIter             124 lib/common/patchset.c          cIter = pcmk__xml_next(cIter)) {
cIter             125 lib/common/patchset.c         add_xml_changes_to_patchset(cIter, patchset);
cIter             434 lib/common/patchset.c     xmlNode *cIter = NULL;
cIter             436 lib/common/patchset.c     for (cIter = pcmk__xml_first_child(parent); cIter != NULL;
cIter             437 lib/common/patchset.c          cIter = pcmk__xml_next(cIter)) {
cIter             438 lib/common/patchset.c         if (strcmp((const char *) cIter->name, name) != 0) {
cIter             441 lib/common/patchset.c             const char *cid = pcmk__xe_id(cIter);
cIter             449 lib/common/patchset.c         if ((cIter->type == XML_COMMENT_NODE)
cIter             451 lib/common/patchset.c             && (pcmk__xml_position(cIter, pcmk__xf_skip) != position)) {
cIter             455 lib/common/patchset.c         return cIter;
cIter             418 lib/common/xml.c     for (const xmlNode *cIter = xml; cIter->prev; cIter = cIter->prev) {
cIter             419 lib/common/xml.c         xml_node_private_t *nodepriv = ((xmlNode*)cIter->prev)->_private;