Lines Matching refs:MPOOL
60 typedef struct MPOOL { struct
85 } MPOOL; argument
94 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
95 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
97 void *mpool_new(MPOOL *, pgno_t *, unsigned int);
98 void *mpool_get(MPOOL *, pgno_t, unsigned int);
99 int mpool_delete(MPOOL *, void *);
100 int mpool_put(MPOOL *, void *, unsigned int);
101 int mpool_sync(MPOOL *);
102 int mpool_close(MPOOL *);
104 void mpool_stat(MPOOL *);