Searched refs:i_stream_create_error_str (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/lib/ |
H A D | istream.h | 71 i_stream_create_error_str(int stream_errno, const char *fmt, ...)
|
H A D | iostream-temp.c | 367 input = i_stream_create_error_str(errno, "dup() failed: %m");
|
H A D | istream.c | 1152 i_stream_create_error_str(int stream_errno, const char *fmt, ...) function
|
/dovecot/src/lib-fs/ |
H A D | fs-dict.c | 176 input = i_stream_create_error_str(errno, "%s", fs_last_error(_file->fs));
|
H A D | fs-posix.c | 439 input = i_stream_create_error_str(errno, "%s", fs_last_error(_file->fs));
|
/dovecot/src/lib-smtp/ |
H A D | smtp-command-parser.c | 479 parser->data = i_stream_create_error_str(EMSGSIZE,
|
H A D | test-smtp-client-errors.c | 733 input = i_stream_create_error_str(EIO, "Moehahahaha!!");
|
/dovecot/src/doveadm/ |
H A D | doveadm-mail.c | 190 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 D | imap-msgpart.c | 437 errinput = i_stream_create_error_str(errno, "%s", i_stream_get_error(input));
|
/dovecot/src/lib-http/ |
H A D | test-http-client-errors.c | 973 input = i_stream_create_error_str(EIO, "Moehahahaha!!");
|
Completed in 35 milliseconds