Home
last modified time | relevance | path

Searched refs:st_w_bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c449 if ((lp->stat.st_w_bytes += len) >= MEGABYTE) {
450 lp->stat.st_w_bytes -= MEGABYTE;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h740 u_int32_t st_w_bytes; /* Bytes to log. */ member