Lines Matching refs:hash_new
39 struct hash *h = hash_new(8, NULL); in test_hash_new()
50 struct hash *h = hash_new(8, NULL); in test_hash_get_count()
69 struct hash *h = hash_new(8, countfreecalls); in test_hash_replace()
99 struct hash *h = hash_new(8, countfreecalls); in test_hash_replace_failing()
130 struct hash *h = hash_new(8, NULL); in test_hash_iter()
131 struct hash *h2 = hash_new(8, NULL); in test_hash_iter()
164 struct hash *h = hash_new(8, NULL); in test_hash_iter_after_del()
165 struct hash *h2 = hash_new(8, NULL); in test_hash_iter_after_del()
200 struct hash *h = hash_new(8, countfreecalls); in test_hash_free()
233 struct hash *h = hash_new(N - 1, NULL); in test_hash_add_unique()
257 h = hash_new(8, NULL); in test_hash_massive_add_del()