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