referrer           22 include/crm/common/xml_idref_internal.h void pcmk__add_idref(GHashTable *table, const char *id, const char *referrer);
referrer           32 lib/common/xml_idref.c pcmk__add_idref(GHashTable *table, const char *id, const char *referrer)
referrer           36 lib/common/xml_idref.c     pcmk__assert((table != NULL) && (id != NULL) && (referrer != NULL));
referrer           45 lib/common/xml_idref.c         if (pcmk__str_eq(referrer, (const char *) iter->data,
referrer           50 lib/common/xml_idref.c     idref->refs = g_list_append(idref->refs, pcmk__str_copy(referrer));
referrer           51 lib/common/xml_idref.c     crm_trace("Added ID %s referrer %s", id, referrer);