Searched refs:MPOOL (Results 1 - 3 of 3) sorted by last modified time

/netbsd-current/lib/libc/db/btree/
H A Dbtree.h355 MPOOL *bt_mp; /* memory pool cookie */
/netbsd-current/lib/libc/db/mpool/
H A Dmpool.c65 static BKT *mpool_bkt(MPOOL *);
66 static BKT *mpool_look(MPOOL *, pgno_t);
67 static int mpool_write(MPOOL *, BKT *);
74 MPOOL *
78 MPOOL *mp;
94 /* Allocate and initialize the MPOOL cookie. */
112 mpool_filter(MPOOL *mp, void (*pgin)(void *, pgno_t, void *),
125 mpool_newf(MPOOL *mp, pgno_t *pgnoaddr, unsigned int flags)
160 mpool_new(MPOOL *mp, pgno_t *pgnoaddr)
166 mpool_delete(MPOOL *m
[all...]
/netbsd-current/include/
H A Dmpool.h45 * pool is handed an opaque MPOOL cookie which stores all of this information.
63 typedef struct MPOOL { struct
88 } MPOOL; typedef in typeref:struct:MPOOL
99 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
100 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
102 void *mpool_new(MPOOL *, pgno_t *);
103 void *mpool_newf(MPOOL *, pgno_t *, unsigned int);
104 int mpool_delete(MPOOL *, void *);
105 void *mpool_get(MPOOL *, pgno_t, unsigned int);
106 int mpool_put(MPOOL *, voi
[all...]

Completed in 148 milliseconds