Searched refs:i_stream_create_error_str (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/lib/
H A Distream.h71 i_stream_create_error_str(int stream_errno, const char *fmt, ...)
H A Diostream-temp.c367 input = i_stream_create_error_str(errno, "dup() failed: %m");
H A Distream.c1152 i_stream_create_error_str(int stream_errno, const char *fmt, ...) function
/dovecot/src/lib-fs/
H A Dfs-dict.c176 input = i_stream_create_error_str(errno, "%s", fs_last_error(_file->fs));
H A Dfs-posix.c439 input = i_stream_create_error_str(errno, "%s", fs_last_error(_file->fs));
/dovecot/src/lib-smtp/
H A Dsmtp-command-parser.c479 parser->data = i_stream_create_error_str(EMSGSIZE,
H A Dtest-smtp-client-errors.c733 input = i_stream_create_error_str(EIO, "Moehahahaha!!");
/dovecot/src/doveadm/
H A Ddoveadm-mail.c190 input = i_stream_create_error_str(ETIMEDOUT, "Timed out in %u secs",
233 ctx->cmd_input = i_stream_create_error_str(EINVAL, "Input stream missing (provide with file parameter)");
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart.c437 errinput = i_stream_create_error_str(errno, "%s", i_stream_get_error(input));
/dovecot/src/lib-http/
H A Dtest-http-client-errors.c973 input = i_stream_create_error_str(EIO, "Moehahahaha!!");

Completed in 35 milliseconds