Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_compare.c30 log_compare(lsn0, lsn1) in log_compare() argument
31 const DB_LSN *lsn0, *lsn1; in log_compare()
33 if (lsn0->file != lsn1->file)
34 return (lsn0->file < lsn1->file ? -1 : 1);
36 if (lsn0->offset != lsn1->offset)
37 return (lsn0->offset < lsn1->offset ? -1 : 1);