xml_obj_ref       836 lib/pengine/unpack.c         xmlNode *xml_obj_ref = NULL;
xml_obj_ref       849 lib/pengine/unpack.c         for (xml_obj_ref = pcmk__xe_first_child(xml_tag); xml_obj_ref != NULL;
xml_obj_ref       850 lib/pengine/unpack.c              xml_obj_ref = pcmk__xe_next(xml_obj_ref)) {
xml_obj_ref       852 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
xml_obj_ref       854 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       860 lib/pengine/unpack.c                                  crm_element_name(xml_obj_ref), tag_id);