Searched refs:mpool_open (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libc/include/
H A Dmpool.h97 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
107 PROTO_NORMAL(mpool_open); variable
/openbsd-current/lib/libc/db/btree/
H A Dbt_open.c294 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
/openbsd-current/lib/libc/db/mpool/
H A Dmpool.c51 * mpool_open --
55 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) function

Completed in 123 milliseconds