Searched refs:hash_buckets (Results 1 – 2 of 2) sorted by relevance
38 const guint32_le *hash_buckets; member112 file->hash_buckets = file->bloom_words + file->n_bloom_words; in gvdb_table_setup_root()119 file->hash_items = (gpointer) (file->hash_buckets + n_buckets); in gvdb_table_setup_root()293 itemno = guint32_from_le (file->hash_buckets[bucket]); in gvdb_table_lookup()296 (lastno = guint32_from_le(file->hash_buckets[bucket + 1])) > file->n_hash_items) in gvdb_table_lookup()
311 guint32_le **hash_buckets, in file_builder_allocate_for_hash() argument335 *hash_buckets = (guint32_le *) chunk (n_buckets * sizeof (guint32_le)); in file_builder_allocate_for_hash()342 memset (*hash_buckets, 0, n_buckets * sizeof (guint32_le)); in file_builder_allocate_for_hash()