Searched refs:o_stream_pwrite (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib/ |
H A D | test-ostream-buffer.c | 36 test_assert(o_stream_pwrite(output, randbuf, size, offset) == 0);
|
H A D | ostream.h | 211 int o_stream_pwrite(struct ostream *stream, const void *data, size_t size,
|
H A D | test-ostream-file.c | 43 test_assert(o_stream_pwrite(output, randbuf, size, offset) == 0);
|
H A D | ostream.c | 451 int o_stream_pwrite(struct ostream *stream, const void *data, size_t size, function
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-save.c | 143 if (o_stream_pwrite(ctx->dbox_output, &dbox_msg_hdr,
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-save.c | 182 if (o_stream_pwrite(ctx->ctx.dbox_output, &dbox_msg_hdr,
|
Completed in 1772 milliseconds