Searched refs:o_stream_seek (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/lib/ |
H A D | test-ostream-file.c | 109 o_stream_seek(output, 1); 123 o_stream_seek(output, 1);
|
H A D | ostream.h | 156 int o_stream_seek(struct ostream *stream, uoff_t offset);
|
H A D | ostream.c | 232 int o_stream_seek(struct ostream *stream, uoff_t offset) function
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-file.c | 565 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 D | mbox-save.c | 178 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 D | mbox-sync-rewrite.c | 33 if (o_stream_seek(output, dest) < 0) { 35 "o_stream_seek()");
|
/dovecot/src/lib-index/ |
H A D | mail-index-strmap.c | 956 (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 D | mail-cache-compress.c | 302 (void)o_stream_seek(output, 0);
|
/dovecot/src/lib-mail/ |
H A D | test-istream-attachment.c | 158 if (o_stream_seek(*output_r, a->buffer_offset) < 0)
|
/dovecot/src/plugins/fts-squat/ |
H A D | squat-uidlist.c | 856 (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 D | squat-trie.c | 1659 (void)o_stream_seek(output, trie->hdr.used_file_size); 1678 (void)o_stream_seek(output, 0);
|
Completed in 75 milliseconds