Home
last modified time | relevance | path

Searched refs:s_lsn (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c293 if (lsn->file < lp->s_lsn.file ||
294 (lsn->file == lp->s_lsn.file && lsn->offset <= lp->s_lsn.offset))
339 lp->s_lsn = lp->f_lsn;
340 if (!current && lp->s_lsn.file != 0)
341 if (lp->s_lsn.offset == 0) {
342 --lp->s_lsn.file;
343 lp->s_lsn.offset = lp->persist.lg_max;
345 --lp->s_lsn.offset;
H A Dlog.c233 lp->lsn = lp->s_lsn = lsn;
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dlog.h160 DB_LSN s_lsn; /* LSN of the last sync. */ member