obj_ref           545 include/crm/pengine/internal.h gboolean add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref);
obj_ref           589 lib/pacemaker/pcmk_sched_constraints.c                     const char *obj_ref = (const char *) gIter->data;
obj_ref           594 lib/pacemaker/pcmk_sched_constraints.c                     crm_xml_add(new_rsc_ref, XML_ATTR_ID, obj_ref);
obj_ref           679 lib/pacemaker/pcmk_sched_constraints.c             const char *obj_ref = (const char *) gIter->data;
obj_ref           683 lib/pacemaker/pcmk_sched_constraints.c             crm_xml_add(rsc_ref, XML_ATTR_ID, obj_ref);
obj_ref           863 lib/pengine/unpack.c             const char *obj_ref = ID(xml_obj_ref);
obj_ref           869 lib/pengine/unpack.c             if (obj_ref == NULL) {
obj_ref           875 lib/pengine/unpack.c             if (add_tag_ref(data_set->tags, tag_id, obj_ref) == FALSE) {
obj_ref          2584 lib/pengine/utils.c add_tag_ref(GHashTable * tags, const char * tag_name,  const char * obj_ref)
obj_ref          2590 lib/pengine/utils.c     CRM_CHECK(tags && tag_name && obj_ref, return FALSE);
obj_ref          2606 lib/pengine/utils.c         if (pcmk__str_eq(existing_ref, obj_ref, pcmk__str_none)){
obj_ref          2613 lib/pengine/utils.c         tag->refs = g_list_append(tag->refs, strdup(obj_ref));
obj_ref          2614 lib/pengine/utils.c         crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref);