OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashes_pool
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-qt.c
403
struct obstack
hashes_pool
;
local
407
obstack_init (&
hashes_pool
);
428
append_u32 (&
hashes_pool
, hashcode);
429
append_u32 (&
hashes_pool
, offset);
458
size_t nstrings = obstack_object_size (&
hashes_pool
) / 8;
460
qsort (obstack_base (&
hashes_pool
), nstrings, 8, cmp_hashes);
467
write_section (output_file, 0x42, obstack_base (&
hashes_pool
),
468
obstack_object_size (&
hashes_pool
));
646
obstack_free (&
hashes_pool
, NULL);
Completed in 118 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026