rsc_counter 1179 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1199 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); rsc_counter 1200 lib/pengine/native.c if (rsc_counter == NULL) { rsc_counter 1201 lib/pengine/native.c rsc_counter = calloc(1, sizeof(int)); rsc_counter 1202 lib/pengine/native.c *rsc_counter = 0; rsc_counter 1203 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); rsc_counter 1205 lib/pengine/native.c (*rsc_counter)++; rsc_counter 1260 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1265 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter, (gpointer *)&type, (gpointer *)&rsc_counter)) { rsc_counter 1293 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1313 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type); rsc_counter 1349 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); rsc_counter 1386 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1400 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type);