local_notify_queue  442 daemons/based/based_callbacks.c     if (!local_notify_queue) {
local_notify_queue  446 daemons/based/based_callbacks.c     notify = g_hash_table_lookup(local_notify_queue, GINT_TO_POINTER(bcast_id));
local_notify_queue  451 daemons/based/based_callbacks.c         g_hash_table_remove(local_notify_queue, GINT_TO_POINTER(bcast_id));
local_notify_queue  466 daemons/based/based_callbacks.c     if (!local_notify_queue) {
local_notify_queue  467 daemons/based/based_callbacks.c         local_notify_queue = g_hash_table_new_full(g_direct_hash,
local_notify_queue  472 daemons/based/based_callbacks.c     g_hash_table_insert(local_notify_queue, GINT_TO_POINTER(cib_local_bcast_num), notify);
local_notify_queue   47 daemons/based/pacemaker-based.c GHashTable *local_notify_queue = NULL;
local_notify_queue  227 daemons/based/pacemaker-based.c     if (local_notify_queue) {
local_notify_queue  228 daemons/based/pacemaker-based.c         g_hash_table_destroy(local_notify_queue);
local_notify_queue   67 daemons/based/pacemaker-based.h extern GHashTable *local_notify_queue;