Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c108 nlsn = dblp->c_lsn;
175 if (dblp->c_lsn.file != nlsn.file && dblp->c_fd != -1) {
306 dblp->c_lsn = *alsn = nlsn;
H A Dlog.c67 ZERO_LSN(dblp->c_lsn);
271 ZERO_LSN(dblp->c_lsn);
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dlog.h80 DB_LSN c_lsn; /* Cursor: current LSN. */ member