Searched refs:lsn1 (Results 1 – 1 of 1) sorted by relevance
30 log_compare(lsn0, lsn1) in log_compare() argument31 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);