crm_msg_cib       295 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, ping, TRUE);
crm_msg_cib       847 daemons/based/based_callbacks.c         send_cluster_message(crm_get_peer(0, host), crm_msg_cib, request, FALSE);
crm_msg_cib       851 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, request, FALSE);
crm_msg_cib       906 daemons/based/based_callbacks.c         return send_cluster_message(NULL, crm_msg_cib, msg, TRUE);
crm_msg_cib       912 daemons/based/based_callbacks.c         return send_cluster_message(crm_get_peer(0, originator), crm_msg_cib, msg, FALSE);
crm_msg_cib      1596 daemons/based/based_callbacks.c     send_cluster_message(NULL, crm_msg_cib, leaving, TRUE);
crm_msg_cib       147 daemons/based/based_messages.c     send_cluster_message(host ? crm_get_peer(0, host) : NULL, crm_msg_cib, sync_me, FALSE);
crm_msg_cib       258 daemons/based/based_messages.c                 send_cluster_message(NULL, crm_msg_cib, up, FALSE);
crm_msg_cib       286 daemons/based/based_messages.c                 if (send_cluster_message(origin, crm_msg_cib, up, TRUE)
crm_msg_cib       435 daemons/based/based_messages.c         (all ? NULL : crm_get_peer(0, host), crm_msg_cib, replace_request, FALSE) == FALSE) {
crm_msg_cib       323 lib/cluster/cpg.c         case crm_msg_cib:
crm_msg_cib      1062 lib/cluster/cpg.c         type = crm_msg_cib;