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

/dovecot/src/lib-compression/
H A Distream-bzlib.c17 uoff_t eof_offset, stream_size; member in struct:bzlib_istream
58 if (zstream->eof_offset == high_offset) {
71 if (zstream->eof_offset != (uoff_t)-1) {
74 i_assert(zstream->eof_offset == high_offset);
137 zstream->eof_offset = stream->istream.v_offset +
139 zstream->stream_size = zstream->eof_offset;
179 zstream->eof_offset = (uoff_t)-1;
311 zstream->eof_offset = (uoff_t)-1;
H A Distream-lzma.c19 uoff_t eof_offset, stream_size; member in struct:lzma_istream
53 zstream->eof_offset = zstream->istream.istream.v_offset +
55 zstream->stream_size = zstream->eof_offset;
67 if (zstream->eof_offset == high_offset) {
80 if (zstream->eof_offset != (uoff_t)-1) {
83 i_assert(zstream->eof_offset == high_offset);
188 zstream->eof_offset = (uoff_t)-1;
320 zstream->eof_offset = (uoff_t)-1;
H A Distream-zlib.c28 uoff_t eof_offset, stream_size; member in struct:zlib_istream
176 if (zstream->eof_offset == high_offset) {
209 zstream->eof_offset = (uoff_t)-1;
237 i_assert(zstream->eof_offset == high_offset);
300 zstream->eof_offset = stream->istream.v_offset +
302 zstream->stream_size = zstream->eof_offset;
348 zstream->eof_offset = (uoff_t)-1;
484 zstream->eof_offset = (uoff_t)-1;

Completed in 1808 milliseconds