Searched defs:MPOOL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h43 * pool is handed an opaque MPOOL cookie which stores all of this information.
61 typedef struct MPOOL { struct
86 } MPOOL; typedef in typeref:struct:MPOOL
105 MPOOL *mpool_open __P((void *, int, db_pgno_t, db_pgno_t));
106 void mpool_filter __P((MPOOL *, void (*)(void *, db_pgno_t, void *),
108 void *mpool_new __P((MPOOL *, db_pgno_t *, u_int));
109 void *mpool_get __P((MPOOL *, db_pgno_t, u_int));
110 int mpool_delete __P((MPOOL *, void *));
111 int mpool_put __P((MPOOL *, void *, u_int));
112 int mpool_sync __P((MPOOL *));
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dmp.h12 struct __mpool; typedef struct __mpool MPOOL; typedef in typeref:struct:__mpool
77 * Pointers to DB_MPOOL, MPOOL, DB_MPOOLFILE and MPOOLFILE structures are not
133 MPOOL *mp; /* Address of the shared MPOOL. */
198 * MPOOL --
215 * are likely to be set. We XOR in the offset in the MPOOL of the
284 SH_TAILQ_ENTRY hq; /* MPOOL hash bucket queue. */

Completed in 22 milliseconds