Searched refs:__memp_pgwrite (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/include/ |
H A D | mp_ext.h | 7 int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
|
/osnet-11/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_bh.c | 129 found: ret = __memp_pgwrite(dbmfp, bhp, restartp, wrotep); 251 * __memp_pgwrite -- 254 * PUBLIC: int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *)); 257 __memp_pgwrite(dbmfp, bhp, restartp, wrotep) function
|
H A D | mp_sync.c | 400 ret = __memp_pgwrite(dbmfp, bharray[next], NULL, &wrote);
|
Completed in 20 milliseconds