Home
last modified time | relevance | path

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

/third_party/glib/gio/gvdb/
Dgvdb-builder.c315 guint32_le bloom_hdr, table_hdr; in file_builder_allocate_for_hash() local
322 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()