Lines Matching refs:wrotep
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)
290 *wrotep = 1;
304 if (wrotep != NULL)
305 *wrotep = 1;
369 if (wrotep != NULL)
370 *wrotep = 1;