Searched refs:__memp_pg (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | mp_ext.h | 8 int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
|
/titanic_44/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_bh.c | 223 ret = mfp->ftype == 0 ? 0 : __memp_pg(dbmfp, bhp, 1); 333 if ((ret = __memp_pg(dbmfp, bhp, 0)) != 0) 460 __memp_pg(dbmfp, bhp, is_pgin) in __memp_pg() function
|
H A D | mp_fget.c | 231 if ((ret = __memp_pg(dbmfp, bhp, 1)) != 0)
|