Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c139 dbinfo != NULL && dbinfo->db_cachesize != 0) {
530 if (dbinfo == NULL || dbinfo->db_cachesize == 0)
533 cachesize = dbinfo->db_cachesize;
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb2.c468 db_info.db_cachesize = db_params->smdbp_cache_size;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h306 size_t db_cachesize; /* Underlying cache size. */ member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1918 # define db_cachesize cachesize macro
1950 btinfo.db_cachesize = DB_CACHE_SIZE;
1982 hinfo.db_cachesize = DB_CACHE_SIZE;