Home
last modified time | relevance | path

Searched refs:hashed_tuple_tables (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/deprecated/
Dgrel.c110 GHashTable **hashed_tuple_tables; member
205 rel->hashed_tuple_tables = g_new0 (GHashTable*, fields); in g_relation_new()
245 if (relation->hashed_tuple_tables[i]) in g_relation_destroy()
247 g_hash_table_foreach (relation->hashed_tuple_tables[i], g_relation_free_array, NULL); in g_relation_destroy()
248 g_hash_table_destroy (relation->hashed_tuple_tables[i]); in g_relation_destroy()
255 g_free (relation->hashed_tuple_tables); in g_relation_destroy()
280 g_return_if_fail (relation->count == 0 && relation->hashed_tuple_tables[field] == NULL); in g_relation_index()
282 relation->hashed_tuple_tables[field] = g_hash_table_new (hash_func, key_equal_func); in g_relation_index()
321 table = relation->hashed_tuple_tables[i]; in g_relation_insert()
352 GHashTable *one_table = relation->hashed_tuple_tables[j]; in g_relation_delete_tuple()
[all …]