operation_hash    171 daemons/based/based_common.c     static GHashTable *operation_hash = NULL;
operation_hash    173 daemons/based/based_common.c     if (operation_hash == NULL) {
operation_hash    177 daemons/based/based_common.c         operation_hash = pcmk__strkey_table(NULL, free);
operation_hash    183 daemons/based/based_common.c                 g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value);
operation_hash    189 daemons/based/based_common.c         int *value = g_hash_table_lookup(operation_hash, op);