Searched defs:last_high_offset (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Distream-tee.c124 uoff_t last_high_offset; local
134 /* last_high_offset contains how far we have read this child tee stream
137 last_high_offset = stream->istream.v_offset +
141 i_assert(last_high_offset == input->v_offset + size);
160 i_assert(last_high_offset < input->v_offset + size);

Completed in 10 milliseconds