cib_our_uname 499 daemons/based/based_callbacks.c } else if (pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) { cib_our_uname 554 daemons/based/based_callbacks.c } else if (pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) { cib_our_uname 591 daemons/based/based_callbacks.c gboolean is_reply = pcmk__str_eq(reply_to, cib_our_uname, pcmk__str_casei); cib_our_uname 633 daemons/based/based_callbacks.c if (host != NULL && pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) { cib_our_uname 689 daemons/based/based_callbacks.c gboolean is_reply = pcmk__str_eq(reply_to, cib_our_uname, pcmk__str_casei); cib_our_uname 772 daemons/based/based_callbacks.c if(pcmk__str_eq(delegated, cib_our_uname, pcmk__str_casei)) { cib_our_uname 779 daemons/based/based_callbacks.c if (host != NULL && pcmk__str_eq(host, cib_our_uname, pcmk__str_casei)) { cib_our_uname 824 daemons/based/based_callbacks.c crm_xml_add(request, F_CIB_DELEGATED, cib_our_uname); cib_our_uname 955 daemons/based/based_callbacks.c crm_xml_add(request, F_ORIG, cib_our_uname); cib_our_uname 1382 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;