Home
last modified time | relevance | path

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

/nss/
A Dmakedb.c739 uint64_t file_offset = (sizeof (struct nss_db_header) in write_output() local
741 header = alloca (file_offset); in write_output()
745 header->valstroffset = file_offset; in write_output()
752 iov[0].iov_len = file_offset; in write_output()
756 file_offset += iov[1].iov_len; in write_output()
758 size_t keydataoffset = file_offset + nhashentries_total * sizeof (stridx_t); in write_output()
762 assert (file_offset % sizeof (stridx_t) == 0); in write_output()
772 header->dbs[filled_dbs].hashoffset = file_offset; in write_output()
773 file_offset += iov[2 + filled_dbs].iov_len; in write_output()
790 assert (file_offset == (iov[0].iov_len + iov[1].iov_len in write_output()
[all …]

Completed in 5 milliseconds