Lines Matching full:hash
904 g_hash_table_new_full(): create hash tables with a ref count of 1.
906 g_hash_table_unref(): atomically ref_count-=1, destroys hash table
1069 g_relation_destroy(): free all tuples from the all_tuples hash table,
1072 all_tuples hash table. this fixes a temporary leak that was present
1101 Return a g_strdup()ed copy of the value stored in the hash table,
1103 the hash table. (#319232)