Lines Matching defs:super_output
36 struct ostream *super_output;
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);
355 i_assert(file->super_output == NULL);
361 file->super_output = fs_write_stream(_file->parent);
362 o_stream_nsend_istream(file->super_output, input);
363 ret = fs_write_stream_finish(_file->parent, &file->super_output);