Searched refs:mytable (Results 1 – 2 of 2) sorted by relevance
360 HashTable *mytable; in file_builder_add_hash() local365 mytable = hash_table_new (g_hash_table_size (table)); in file_builder_add_hash()366 g_hash_table_foreach (table, hash_table_insert, mytable); in file_builder_add_hash()369 for (bucket = 0; bucket < mytable->n_buckets; bucket++) in file_builder_add_hash()370 for (item = mytable->buckets[bucket]; item; item = item->next) in file_builder_add_hash()373 file_builder_allocate_for_hash (fb, mytable->n_buckets, index, 5, 0, in file_builder_add_hash()377 for (bucket = 0; bucket < mytable->n_buckets; bucket++) in file_builder_add_hash()381 for (item = mytable->buckets[bucket]; item; item = item->next) in file_builder_add_hash()439 hash_table_free (mytable); in file_builder_add_hash()
152 table mytable(native_custom_alloc:"custom_allocator") {