Searched refs:TOTAL_LENGTH (Results 1 – 1 of 1) sorted by relevance
127 const TOTAL_LENGTH: u64 = BLOCK4_START + BLOCK4_LENGTH; constant146 if offset > 0 || offset < -(TOTAL_LENGTH as i64) { in seek()149 self.pointer = (TOTAL_LENGTH as i64 + offset) as u64; in seek()153 if seekpos < 0 || seekpos as u64 > TOTAL_LENGTH { in seek()165 if self.pointer >= TOTAL_LENGTH { in read()