Searched refs:cachesize (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c205 __memp_ropen(dbmp, path, cachesize, mode, is_private, flags)
208 size_t cachesize;
226 * Up the user's cachesize by 25% to account for our overhead.
229 if (cachesize < DB_CACHESIZE_MIN)
230 if (cachesize == 0) {
232 cachesize = DB_CACHESIZE_DEF;
234 cachesize = DB_CACHESIZE_MIN;
235 rlen = cachesize + cachesize / 4;
298 __db_tablesize((cachesize / (
[all...]
H A Dmp_open.c39 size_t cachesize; local
52 cachesize = dbenv == NULL ? 0 : dbenv->mp_size;
72 path, cachesize, mode, is_private, LF_ISSET(DB_CREATE))) != 0)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h121 u_int cachesize; /* bytes to cache */ member in struct:__anon1013
140 u_int cachesize; /* bytes to cache */ member in struct:__anon1014
152 u_int cachesize; /* bytes to cache */ member in struct:__anon1015
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c112 * file is opened. Also, the file's page size can cause the cachesize
151 b.cachesize = 0;
231 * changes, the cachesize value can change too. If the user
283 if (b.cachesize && b.cachesize & (b.psize - 1))
284 b.cachesize += (~b.cachesize & (b.psize - 1)) + 1;
285 if (b.cachesize < b.psize * MINCACHE)
286 b.cachesize = b.psize * MINCACHE;
289 ncache = (b.cachesize
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb.c108 size_t cachesize; local
135 * Specifying a cachesize to db_open(3), after creating an
141 "cachesize will be ignored if environment exists");
531 cachesize = dbp->pgsize * DB_MINCACHE;
533 cachesize = dbinfo->db_cachesize;
534 if (cachesize & (dbp->pgsize - 1))
535 cachesize +=
536 (~cachesize & (dbp->pgsize - 1)) + 1;
537 if (cachesize < dbp->pgsize * DB_MINCACHE)
538 cachesize
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c61 info.cachesize = 0;
H A Ddbm.c179 info.cachesize = 0;
H A Dhash.c201 if (info && info->cachesize)
202 csize = info->cachesize / hashp->hdr.bsize;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c85 btopeninfo.cachesize = openinfo->cachesize;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c57 btinfo.cachesize = 0;
160 db->btinfo.cachesize = 0;
H A Dkdb_db2.c246 bti.cachesize = 0;
266 hashi.cachesize = 0;
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c523 hash_info.cachesize = db_params->smdbp_cache_size;
531 btree_info.cachesize = db_params->smdbp_cache_size;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c95 static int cachesize; variable
199 cachesize--;
239 if (cachesize < CACHESIZE) {
242 cachesize++;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c1913 # define db_cachesize cachesize
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm881 #-> sub CPAN::CacheMgr::cachesize ;
882 sub cachesize { subroutine

Completed in 78 milliseconds