operation_hash    229 daemons/based/based_common.c     static GHashTable *operation_hash = NULL;
operation_hash    231 daemons/based/based_common.c     if (operation_hash == NULL) {
operation_hash    235 daemons/based/based_common.c         operation_hash = pcmk__strkey_table(NULL, free);
operation_hash    241 daemons/based/based_common.c                 g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value);
operation_hash    247 daemons/based/based_common.c         int *value = g_hash_table_lookup(operation_hash, op);