rsc_counter 1120 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1140 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); rsc_counter 1141 lib/pengine/native.c if (rsc_counter == NULL) { rsc_counter 1142 lib/pengine/native.c rsc_counter = calloc(1, sizeof(int)); rsc_counter 1143 lib/pengine/native.c *rsc_counter = 0; rsc_counter 1144 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); rsc_counter 1146 lib/pengine/native.c (*rsc_counter)++; rsc_counter 1197 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1202 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter, (gpointer *)&type, (gpointer *)&rsc_counter)) { rsc_counter 1230 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1250 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type); rsc_counter 1286 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); rsc_counter 1323 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1337 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type);