Symbol: DB_MPOOLFILE
usr/src/cmd/sendmail/db/btree/bt_rec.c
152
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
251
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
46
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
523
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
611
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
677
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
754
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/btree/bt_rec.c
820
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db.h
417
DB_MPOOLFILE *mpf; /* The access method's mpool file. */
usr/src/cmd/sendmail/db/db.h
835
int memp_fclose __P((DB_MPOOLFILE *));
usr/src/cmd/sendmail/db/db.h
836
int memp_fget __P((DB_MPOOLFILE *, db_pgno_t *, u_int32_t, void *));
usr/src/cmd/sendmail/db/db.h
838
u_int32_t, int, size_t, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
usr/src/cmd/sendmail/db/db.h
839
int memp_fput __P((DB_MPOOLFILE *, void *, u_int32_t));
usr/src/cmd/sendmail/db/db.h
840
int memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
usr/src/cmd/sendmail/db/db.h
841
int memp_fsync __P((DB_MPOOLFILE *));
usr/src/cmd/sendmail/db/db/db_pr.c
31
static void __db_psize __P((DB_MPOOLFILE *));
usr/src/cmd/sendmail/db/db/db_pr.c
323
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_pr.c
350
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_pr.c
813
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_rec.c
120
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_rec.c
194
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_rec.c
348
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_rec.c
401
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_rec.c
45
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/db/db_rec.c
515
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
195
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
381
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
478
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
601
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
681
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
772
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
859
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/hash/hash_rec.c
86
DB_MPOOLFILE *mpf;
usr/src/cmd/sendmail/db/include/db_ext.h
111
int __db_prtree __P((DB_MPOOLFILE *, int));
usr/src/cmd/sendmail/db/include/db_ext.h
112
int __db_prnpage __P((DB_MPOOLFILE *, db_pgno_t));
usr/src/cmd/sendmail/db/include/mp_ext.h
11
u_int32_t, int, size_t, int, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
usr/src/cmd/sendmail/db/include/mp_ext.h
13
char * __memp_fn __P((DB_MPOOLFILE *));
usr/src/cmd/sendmail/db/include/mp_ext.h
20
int __mp_xxx_fd __P((DB_MPOOLFILE *, int *));
usr/src/cmd/sendmail/db/include/mp_ext.h
6
int __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
usr/src/cmd/sendmail/db/include/mp_ext.h
7
int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
usr/src/cmd/sendmail/db/include/mp_ext.h
8
int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
usr/src/cmd/sendmail/db/mp/mp_bh.c
148
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
258
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
27
static int __memp_upgrade __P((DB_MPOOL *, DB_MPOOLFILE *, MPOOLFILE *));
usr/src/cmd/sendmail/db/mp/mp_bh.c
43
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
461
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
551
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_fget.c
32
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_fopen.c
122
if ((ret = __os_calloc(1, sizeof(DB_MPOOLFILE), &dbmfp)) != 0)
usr/src/cmd/sendmail/db/mp/mp_fopen.c
26
static int __memp_mf_close __P((DB_MPOOL *, DB_MPOOLFILE *));
usr/src/cmd/sendmail/db/mp/mp_fopen.c
289
__os_free(dbmfp, sizeof(DB_MPOOLFILE));
usr/src/cmd/sendmail/db/mp/mp_fopen.c
412
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_fopen.c
42
DB_MPOOLFILE **retp;
usr/src/cmd/sendmail/db/mp/mp_fopen.c
487
__os_free(dbmfp, sizeof(DB_MPOOLFILE));
usr/src/cmd/sendmail/db/mp/mp_fopen.c
499
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_fopen.c
81
DB_MPOOLFILE **retp;
usr/src/cmd/sendmail/db/mp/mp_fopen.c
84
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_fput.c
31
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_fset.c
31
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_open.c
112
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_pr.c
128
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_pr.c
173
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_sync.c
252
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_sync.c
27
static int __memp_fsync __P((DB_MPOOLFILE *));
usr/src/cmd/sendmail/db/mp/mp_sync.c
286
DB_MPOOLFILE *dbmfp;
usr/src/cmd/sendmail/db/mp/mp_sync.c
316
DB_MPOOLFILE *dbmfp;