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

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h108 struct __db_mpoolfile; typedef struct __db_mpoolfile DB_MPOOLFILE; typedef in typeref:struct:__db_mpoolfile
417 DB_MPOOLFILE *mpf; /* The access method's mpool file. */
835 int memp_fclose __P((DB_MPOOLFILE *));
836 int memp_fget __P((DB_MPOOLFILE *, db_pgno_t *, u_int32_t, void *));
838 u_int32_t, int, size_t, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
839 int memp_fput __P((DB_MPOOLFILE *, void *, u_int32_t));
840 int memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
841 int memp_fsync __P((DB_MPOOLFILE *));

Completed in 53 milliseconds