xml_rsc_with      469 lib/pacemaker/pcmk_sched_colocation.c             xmlNode *xml_rsc_with = NULL;
xml_rsc_with      475 lib/pacemaker/pcmk_sched_colocation.c             for (xml_rsc_with = first_named_child(set, XML_TAG_RESOURCE_REF);
xml_rsc_with      476 lib/pacemaker/pcmk_sched_colocation.c                  xml_rsc_with != NULL;
xml_rsc_with      477 lib/pacemaker/pcmk_sched_colocation.c                  xml_rsc_with = crm_next_same_xml(xml_rsc_with)) {
xml_rsc_with      479 lib/pacemaker/pcmk_sched_colocation.c                 if (pcmk__str_eq(resource->id, ID(xml_rsc_with),
xml_rsc_with      483 lib/pacemaker/pcmk_sched_colocation.c                 EXPAND_CONSTRAINT_IDREF(set_id, with, ID(xml_rsc_with));