curcache          325 libdb/mpool.c  	if (mp->curcache < mp->maxcache)
curcache          367 libdb/mpool.c  	++mp->curcache;
curcache          442 libdb/mpool.c  	    mp->pagesize, (long unsigned int)mp->curcache, (long unsigned int)mp->maxcache);
curcache           60 libdb/mpool.h  	pgno_t	curcache;		/* current number of cached pages */