xml_obj_ref       805 lib/pengine/unpack.c         xmlNode *xml_obj_ref = NULL;
xml_obj_ref       818 lib/pengine/unpack.c         for (xml_obj_ref = __xml_first_child(xml_tag); xml_obj_ref != NULL; xml_obj_ref = __xml_next_element(xml_obj_ref)) {
xml_obj_ref       819 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
xml_obj_ref       821 lib/pengine/unpack.c             if (crm_str_eq((const char *)xml_obj_ref->name, XML_CIB_TAG_OBJ_REF, TRUE) == FALSE) {
xml_obj_ref       827 lib/pengine/unpack.c                                crm_element_name(xml_obj_ref), tag_id, XML_ATTR_ID);