curcache          360 libdb/mpool.c  	if (mp->curcache < mp->maxcache)
curcache          402 libdb/mpool.c  	++mp->curcache;
curcache          490 libdb/mpool.c  	    mp->pagesize, (long unsigned int)mp->curcache, (long unsigned int)mp->maxcache);
curcache           86 libdb/mpool.h  	pgno_t	curcache;		/**< current number of cached pages */