Home
last modified time | relevance | path

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

/third_party/glib/gio/gvdb/
Dgvdb-reader.c38 const guint32_le *hash_buckets; member
112 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()
Dgvdb-builder.c311 guint32_le **hash_buckets, in file_builder_allocate_for_hash() argument
335 *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()