xml_obj_ref       893 lib/pengine/unpack.c         xmlNode *xml_obj_ref = NULL;
xml_obj_ref       906 lib/pengine/unpack.c         for (xml_obj_ref = pcmk__xe_first_child(xml_tag); xml_obj_ref != NULL;
xml_obj_ref       907 lib/pengine/unpack.c              xml_obj_ref = pcmk__xe_next(xml_obj_ref)) {
xml_obj_ref       909 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
xml_obj_ref       911 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       917 lib/pengine/unpack.c                                  xml_obj_ref->name, tag_id);