Lines Matching refs:MPOOL
63 typedef struct MPOOL { struct
88 } MPOOL; argument
97 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
98 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
100 void *mpool_new(MPOOL *, pgno_t *, unsigned int);
101 void *mpool_get(MPOOL *, pgno_t, unsigned int);
102 int mpool_delete(MPOOL *, void *);
103 int mpool_put(MPOOL *, void *, unsigned int);
104 int mpool_sync(MPOOL *);
105 int mpool_close(MPOOL *);
107 void mpool_stat(MPOOL *);