rsc_counter 962 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 983 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); rsc_counter 984 lib/pengine/native.c if (rsc_counter == NULL) { rsc_counter 985 lib/pengine/native.c rsc_counter = pcmk__assert_alloc(1, sizeof(int)); rsc_counter 986 lib/pengine/native.c *rsc_counter = 0; rsc_counter 987 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); rsc_counter 989 lib/pengine/native.c (*rsc_counter)++; rsc_counter 1053 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); rsc_counter 1090 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1104 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type);