HomeSort by: relevance | last modified time | path
    Searched defs:ncache (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/btree/
bt_open.c 100 pgno_t ncache; local in function:__bt_open
282 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
307 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
bt_open.c 100 pgno_t ncache; local in function:__bt_open
282 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
307 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
bt_open.c 100 pgno_t ncache; local in function:__bt_open
282 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
307 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)

Completed in 31 milliseconds