rsc_counter 1111 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1131 lib/pengine/native.c rsc_counter = g_hash_table_lookup(rsc_table, buffer); rsc_counter 1132 lib/pengine/native.c if (rsc_counter == NULL) { rsc_counter 1133 lib/pengine/native.c rsc_counter = calloc(1, sizeof(int)); rsc_counter 1134 lib/pengine/native.c *rsc_counter = 0; rsc_counter 1135 lib/pengine/native.c g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter); rsc_counter 1137 lib/pengine/native.c (*rsc_counter)++; rsc_counter 1188 lib/pengine/native.c int *rsc_counter = NULL; rsc_counter 1193 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter, (gpointer *)&type, (gpointer *)&rsc_counter)) { rsc_counter 1221 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1241 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type); rsc_counter 1277 lib/pengine/native.c int *rsc_counter = g_hash_table_lookup(rsc_table, type); rsc_counter 1314 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type, rsc_counter 1328 lib/pengine/native.c rsc_counter ? *rsc_counter : 0, type);