Searched defs:super_output (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/plugins/fs-compress/
H A Dfs-compress.c27 struct ostream *super_output; member in struct:compress_fs_file
237 if (_file->output == file->super_output)
244 if (file->super_output != NULL)
245 fs_write_stream_abort_parent(_file, &file->super_output);
249 if (file->super_output != NULL) {
251 return fs_write_stream_finish(_file->parent, &file->super_output);
255 i_assert(file->super_output == NULL);
260 file->super_output = fs_write_stream(_file->parent);
261 o_stream_nsend_istream(file->super_output, input);
262 ret = fs_write_stream_finish(_file->parent, &file->super_output);
[all...]
/dovecot/src/plugins/mail-crypt/
H A Dfs-crypt-common.c36 struct ostream *super_output; member in struct:crypt_fs_file
300 file->super_output = fs_write_stream(_file->parent);
301 _file->output = file->super_output;
329 if (_file->output == file->super_output)
335 if (file->super_output != NULL) {
338 fs_write_stream_abort_error(_file->parent, &file->super_output,
340 o_stream_get_name(file->super_output),
341 o_stream_get_error(file->super_output));
348 if (file->super_output != NULL) {
351 return fs_write_stream_finish(_file->parent, &file->super_output);
[all...]
/dovecot/src/lib-fs/
H A Dfs-metawrap.c29 struct ostream *super_output; member in struct:metawrap_fs_file
323 file->super_output = fs_write_stream(_file->parent);
324 _file->output = file->super_output;
367 if (_file->output == file->super_output)
373 if (file->super_output != NULL) {
376 fs_write_stream_abort_parent(_file, &file->super_output);
384 if (file->super_output != NULL) {
387 return fs_write_stream_finish(_file->parent, &file->super_output);
391 i_assert(file->super_output == NULL);
415 file->super_output
[all...]
H A Dfs-randomfail.c32 struct ostream *super_output; member in struct:randomfail_fs_file
350 file->super_output = fs_write_stream(_file->parent);
352 _file->output = file->super_output;
354 _file->output = o_stream_create_failure_at(file->super_output, offset,
364 if (_file->output == file->super_output)
369 fs_write_stream_abort_parent(_file, &file->super_output);
373 fs_write_stream_abort_error(_file->parent, &file->super_output, RANDOMFAIL_ERROR);
377 return fs_write_stream_finish(_file->parent, &file->super_output);

Completed in 561 milliseconds