rsc_counter 983 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1004 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); rsc_counter 1005 lib/pengine/native.c if (rsc_counter == NULL) { rsc_counter 1006 lib/pengine/native.c rsc_counter = pcmk__assert_alloc(1, sizeof(int)); rsc_counter 1007 lib/pengine/native.c *rsc_counter = 0; rsc_counter 1008 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); rsc_counter 1010 lib/pengine/native.c (*rsc_counter)++; rsc_counter 1074 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); rsc_counter 1111 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1125 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type);