cachesize         161 libdb/bt_open.c 		b.cachesize = 0;
cachesize         299 libdb/bt_open.c 	if (b.cachesize && b.cachesize & (b.psize - 1))
cachesize         300 libdb/bt_open.c 		b.cachesize += (~b.cachesize & (b.psize - 1)) + 1;
cachesize         301 libdb/bt_open.c 	if (b.cachesize < b.psize * MINCACHE)
cachesize         302 libdb/bt_open.c 		b.cachesize = b.psize * MINCACHE;
cachesize         305 libdb/bt_open.c 	ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
cachesize         123 libdb/db.h     	u_int	cachesize;	/* bytes to cache */
cachesize         142 libdb/db.h     	u_int	cachesize;	/* bytes to cache */
cachesize         155 libdb/db.h     	u_int	cachesize;	/* bytes to cache */
cachesize          98 libutil/dbop.c 	info.cachesize = GTAGSCACHE;
cachesize         100 libutil/dbop.c 		info.cachesize = atoi(getenv("GTAGSCACHE"));
cachesize         101 libutil/dbop.c 	if (info.cachesize < GTAGSMINCACHE)
cachesize         102 libutil/dbop.c 		info.cachesize = GTAGSMINCACHE;