Searched refs:o_stream_seek (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/lib/
H A Dtest-ostream-file.c109 o_stream_seek(output, 1);
123 o_stream_seek(output, 1);
H A Dostream.h156 int o_stream_seek(struct ostream *stream, uoff_t offset);
H A Dostream.c232 int o_stream_seek(struct ostream *stream, uoff_t offset) function
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file.c565 if (o_stream_seek(ctx->output, ctx->last_checkpoint_offset) < 0) {
630 if (o_stream_seek(ctx->output, st.st_size) < 0) {
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-save.c178 if (o_stream_seek(ctx->output, ctx->extra_hdr_offset +
190 if (o_stream_seek(ctx->output, end_offset) < 0) {
688 (void)o_stream_seek(ctx->output, ctx->mail_offset);
H A Dmbox-sync-rewrite.c33 if (o_stream_seek(output, dest) < 0) {
35 "o_stream_seek()");
/dovecot/src/lib-index/
H A Dmail-index-strmap.c956 (void)o_stream_seek(output, block_offset);
958 (void)o_stream_seek(output, end_offset);
1170 (void)o_stream_seek(output, view->last_read_block_offset);
H A Dmail-cache-compress.c302 (void)o_stream_seek(output, 0);
/dovecot/src/lib-mail/
H A Dtest-istream-attachment.c158 if (o_stream_seek(*output_r, a->buffer_offset) < 0)
/dovecot/src/plugins/fts-squat/
H A Dsquat-uidlist.c856 (void)o_stream_seek(ctx->output, 0);
859 (void)o_stream_seek(ctx->output, ctx->build_hdr.used_file_size);
1058 (void)o_stream_seek(ctx->output, 0);
1061 (void)o_stream_seek(ctx->output,
H A Dsquat-trie.c1659 (void)o_stream_seek(output, trie->hdr.used_file_size);
1678 (void)o_stream_seek(output, 0);

Completed in 75 milliseconds