Lines Matching refs:MPOOL
62 typedef struct MPOOL { struct
87 } MPOOL; argument
96 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
97 void mpool_filter(MPOOL *, void (*)(void *, pgno_t, void *),
99 void *mpool_new(MPOOL *, pgno_t *, unsigned int);
100 void *mpool_get(MPOOL *, pgno_t, unsigned int);
101 int mpool_delete(MPOOL *, void *);
102 int mpool_put(MPOOL *, void *, unsigned int);
103 int mpool_sync(MPOOL *);
104 int mpool_close(MPOOL *);
106 void mpool_stat(MPOOL *);