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

/dovecot/src/lib/
H A Distream-limit.c133 uoff_t orig_offset = input->v_offset; local
138 input->v_offset = orig_offset;
H A Distream-sized.c188 uoff_t orig_offset = input->v_offset; local
193 input->v_offset = orig_offset;
/dovecot/src/imap/
H A Dcmd-idle.c211 uoff_t orig_offset = client->output->offset; local
245 if (client->output->offset != orig_offset &&
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file-fix.c145 uoff_t orig_offset, pre_offset, post_offset, prev_offset; local
152 orig_offset = prev_offset = input->v_offset;
169 if (magic == data && input->v_offset == orig_offset) {
227 i_stream_seek(input, orig_offset);
/dovecot/src/lib-storage/index/
H A Dindex-mail-binary.c48 uoff_t orig_offset, size; local
56 orig_offset = ctx->input->v_offset;
66 i_stream_seek(ctx->input, orig_offset);

Completed in 11 milliseconds