cib_our_uname     509 daemons/based/based_callbacks.c     } else if (pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) {
cib_our_uname     569 daemons/based/based_callbacks.c     } else if (pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) {
cib_our_uname     608 daemons/based/based_callbacks.c     gboolean is_reply = pcmk__str_eq(reply_to, cib_our_uname, pcmk__str_casei);
cib_our_uname     650 daemons/based/based_callbacks.c     if (host != NULL && pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) {
cib_our_uname     706 daemons/based/based_callbacks.c     gboolean is_reply = pcmk__str_eq(reply_to, cib_our_uname, pcmk__str_casei);
cib_our_uname     789 daemons/based/based_callbacks.c     if(pcmk__str_eq(delegated, cib_our_uname, pcmk__str_casei)) {
cib_our_uname     796 daemons/based/based_callbacks.c     if (host != NULL && pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) {
cib_our_uname     841 daemons/based/based_callbacks.c     crm_xml_add(request, F_CIB_DELEGATED, cib_our_uname);
cib_our_uname     972 daemons/based/based_callbacks.c         crm_xml_add(request, F_ORIG, cib_our_uname);
cib_our_uname    1399 daemons/based/based_callbacks.c     if (cib_legacy_mode() && pcmk__str_eq(originator, cib_our_uname, pcmk__str_null_matches)) {
cib_our_uname     148 daemons/based/based_messages.c     crm_xml_add(sync_me, F_CIB_DELEGATED, cib_our_uname);
cib_our_uname      38 daemons/based/pacemaker-based.c char *cib_our_uname = NULL;
cib_our_uname     232 daemons/based/pacemaker-based.c     free(cib_our_uname);
cib_our_uname     334 daemons/based/pacemaker-based.c         cib_our_uname = crm_cluster.uname;
cib_our_uname     337 daemons/based/pacemaker-based.c         cib_our_uname = strdup("localhost");
cib_our_uname      72 daemons/based/pacemaker-based.h extern char *cib_our_uname;