Searched refs:table_hdr (Results 1 – 1 of 1) sorted by relevance
315 guint32_le bloom_hdr, table_hdr; in file_builder_allocate_for_hash() local322 table_hdr = guint32_to_le (n_buckets); in file_builder_allocate_for_hash()324 size = sizeof bloom_hdr + sizeof table_hdr + in file_builder_allocate_for_hash()333 memcpy (chunk (sizeof table_hdr), &table_hdr, sizeof table_hdr); in file_builder_allocate_for_hash()