xml_obj_ref       829 lib/pengine/unpack.c         xmlNode *xml_obj_ref = NULL;
xml_obj_ref       842 lib/pengine/unpack.c         for (xml_obj_ref = pcmk__xe_first_child(xml_tag); xml_obj_ref != NULL;
xml_obj_ref       843 lib/pengine/unpack.c              xml_obj_ref = pcmk__xe_next(xml_obj_ref)) {
xml_obj_ref       845 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
xml_obj_ref       847 lib/pengine/unpack.c             if (!pcmk__str_eq((const char *)xml_obj_ref->name, XML_CIB_TAG_OBJ_REF, pcmk__str_none)) {
xml_obj_ref       853 lib/pengine/unpack.c                                  crm_element_name(xml_obj_ref), tag_id);