operation_hash 169 daemons/based/based_common.c static GHashTable *operation_hash = NULL; operation_hash 171 daemons/based/based_common.c if (operation_hash == NULL) { operation_hash 175 daemons/based/based_common.c operation_hash = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, free); operation_hash 181 daemons/based/based_common.c g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value); operation_hash 187 daemons/based/based_common.c int *value = g_hash_table_lookup(operation_hash, op);