Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dwrite-qt.c402 struct obstack hashes_pool; in write_qm() local
406 obstack_init (&hashes_pool); in write_qm()
427 append_u32 (&hashes_pool, hashcode); in write_qm()
428 append_u32 (&hashes_pool, offset); in write_qm()
457 size_t nstrings = obstack_object_size (&hashes_pool) / 8; in write_qm()
459 qsort (obstack_base (&hashes_pool), nstrings, 8, cmp_hashes); in write_qm()
466 write_section (output_file, 0x42, obstack_base (&hashes_pool), in write_qm()
467 obstack_object_size (&hashes_pool)); in write_qm()
643 obstack_free (&hashes_pool, NULL); in write_qm()