operation_hash 214 cib/common.c static GHashTable *operation_hash = NULL; operation_hash 216 cib/common.c if (operation_hash == NULL) { operation_hash 220 cib/common.c operation_hash = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, g_hash_destroy_str); operation_hash 226 cib/common.c g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value); operation_hash 232 cib/common.c int *value = g_hash_table_lookup(operation_hash, op);