Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/db/log/
H A Dlog_compare.c32 log_compare(lsn0, lsn1) in log_compare() argument
33 const DB_LSN *lsn0, *lsn1; in log_compare()
35 if (lsn0->file != lsn1->file)
36 return (lsn0->file < lsn1->file ? -1 : 1);
38 if (lsn0->offset != lsn1->offset)
39 return (lsn0->offset < lsn1->offset ? -1 : 1);