Searched refs:wrotep (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_bh.c | 37 __memp_bhwrite(dbmp, mfp, bhp, restartp, wrotep) in __memp_bhwrite() argument 41 int *restartp, *wrotep; 49 if (wrotep != NULL) 50 *wrotep = 0; 129 found: ret = __memp_pgwrite(dbmfp, bhp, restartp, wrotep); 257 __memp_pgwrite(dbmfp, bhp, restartp, wrotep) in __memp_pgwrite() argument 260 int *restartp, *wrotep; 280 if (wrotep != NULL) 281 *wrotep = 0; 289 if (wrotep != NULL) [all …]
|