rsc_counter 1197 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1217 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); rsc_counter 1218 lib/pengine/native.c if (rsc_counter == NULL) { rsc_counter 1219 lib/pengine/native.c rsc_counter = pcmk__assert_alloc(1, sizeof(int)); rsc_counter 1220 lib/pengine/native.c *rsc_counter = 0; rsc_counter 1221 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); rsc_counter 1223 lib/pengine/native.c (*rsc_counter)++; rsc_counter 1278 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1283 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter, (gpointer *)&type, (gpointer *)&rsc_counter)) { rsc_counter 1311 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1331 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type); rsc_counter 1367 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); rsc_counter 1404 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1418 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type);