Home
last modified time | relevance | path

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

/glibc-2.36/nss/
Dmakedb.c748 size_t filled_dbs = 0; in write_output() local
763 assert (filled_dbs < ndatabases); in write_output()
765 header->dbs[filled_dbs].id = db->dbid; in write_output()
766 memset (header->dbs[filled_dbs].pad, '\0', in write_output()
768 header->dbs[filled_dbs].hashsize = db->nhashentries; in write_output()
770 iov[2 + filled_dbs].iov_base = db->hashtable; in write_output()
771 iov[2 + filled_dbs].iov_len = db->nhashentries * sizeof (stridx_t); 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()
775 iov[2 + ndatabases + filled_dbs * 2].iov_base = db->keyidxtab; in write_output()
[all …]