cib_is_master 279 daemons/based/based_callbacks.c if (cib_is_master) { cib_is_master 504 daemons/based/based_callbacks.c } else if (host == NULL && cib_is_master) { cib_is_master 659 daemons/based/based_callbacks.c } else if (host == NULL && cib_is_master == TRUE) { cib_is_master 672 daemons/based/based_callbacks.c } else if (reply_to == NULL && cib_is_master == FALSE) { cib_is_master 737 daemons/based/based_callbacks.c (cib_is_master? "master" : "slave"), cib_is_master 744 daemons/based/based_callbacks.c } else if ((max == NULL) && cib_is_master) { cib_is_master 36 daemons/based/based_messages.c gboolean cib_is_master = FALSE; cib_is_master 109 daemons/based/based_messages.c if (cib_is_master == TRUE) { cib_is_master 118 daemons/based/based_messages.c if (cib_is_master == FALSE) { cib_is_master 120 daemons/based/based_messages.c cib_is_master = TRUE; cib_is_master 125 daemons/based/based_messages.c } else if (cib_is_master) { cib_is_master 127 daemons/based/based_messages.c cib_is_master = FALSE; cib_is_master 256 daemons/based/based_messages.c if (cib_legacy_mode() && cib_is_master) { cib_is_master 324 daemons/based/based_messages.c if (sync_in_progress && !cib_is_master) { cib_is_master 345 daemons/based/based_messages.c crm_trace("result: %s (%d), %s", pcmk_strerror(rc), rc, cib_is_master?"master":"slave"); cib_is_master 347 daemons/based/based_messages.c if (rc == -pcmk_err_diff_resync && cib_is_master == FALSE) { cib_is_master 358 daemons/based/based_messages.c } else if ((rc != pcmk_ok) && !cib_is_master && cib_legacy_mode()) { cib_is_master 344 daemons/based/pacemaker-based.c cib_is_master = TRUE; cib_is_master 58 daemons/based/pacemaker-based.h extern gboolean cib_is_master;