Searched refs:g_hash_table_foreach_remove_or_steal (Results 1 – 5 of 5) sorted by relevance
1096 g_hash_table_foreach_remove_or_steal (GHashTable *hash_table, in g_hash_table_foreach_remove_or_steal() function1150 return g_hash_table_foreach_remove_or_steal (hash_table, func, user_data, TRUE); in g_hash_table_foreach_remove()1176 return g_hash_table_foreach_remove_or_steal (hash_table, func, user_data, FALSE); in g_hash_table_foreach_steal()
891 (g_hash_table_foreach_remove_or_steal)
860 (g_hash_table_foreach_remove_or_steal): Silence compiler
1086 simplify loop logic in g_hash_table_foreach_remove_or_steal().
1966 * glib/ghash.c (g_hash_table_foreach_remove_or_steal):