Home
last modified time | relevance | path

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

/src/lib/libc/iconv/
H A Dcitrus_db.c72 if (_memstream_seek(&ms, be32toh(dhx->dhx_entry_offset), SEEK_SET)) in _citrus_db_open()
122 offset = be32toh(dhx->dhx_entry_offset) + in _citrus_db_lookup()
310 offset = be32toh(dhx->dhx_entry_offset) + idx * _CITRUS_DB_ENTRY_SIZE; in _citrus_db_get_entry()
H A Dcitrus_db_file.h73 uint32_t dhx_entry_offset; member