Searched defs:error_string (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/lib/ |
H A D | istream-failure-at.c | 10 char *error_string; member in struct:failure_at_istream 19 i_free(fstream->error_string); 42 fstream->error_string); 60 fstream->error_string); 67 int stream_errno, const char *error_string) 83 fstream->error_string = i_strdup(error_string); 91 const char *error_string) 94 error_string); 66 i_stream_create_failure_at(struct istream *input, uoff_t failure_offset, int stream_errno, const char *error_string) argument 90 i_stream_create_failure_at_eof(struct istream *input, int stream_errno, const char *error_string) argument
|
H A D | ostream-failure-at.c | 10 char *error_string; member in struct:failure_at_ostream 20 i_free(fstream->error_string); 51 fstream->error_string); 87 fstream->error_string); 96 const char *error_string) 105 fstream->error_string = i_strdup(error_string); 111 o_stream_create_failure_at_flush(struct ostream *output, const char *error_string) argument 118 fstream->error_string = i_strdup(error_string); 95 o_stream_create_failure_at(struct ostream *output, uoff_t failure_offset, const char *error_string) argument [all...] |
/dovecot/src/imap/ |
H A D | cmd-setmetadata.c | 217 const char *entry, *error_string; local 252 error_string = imap_metadata_transaction_get_last_error 255 imap_get_error_string(cmd, error_string, error)); 257 &error, &error_string) < 0) { 261 imap_get_error_string(cmd, error_string, error));
|
H A D | cmd-getmetadata.c | 154 const char *error_string; local 160 error_string = imap_metadata_transaction_get_last_error( 164 error_string);
|
H A D | imap-commands-util.c | 99 const char *error_string; local 114 error_string = mailbox_get_last_error(box, &error); 117 "NO [TRYCREATE] %s", error_string)); 143 const char *error_string, enum mail_error error) 187 if (resp_code == NULL || *error_string == '[') 188 return t_strconcat("NO ", error_string, NULL); 190 return t_strdup_printf("NO [%s] %s", resp_code, error_string); 196 const char *error_string; local 199 error_string = mailbox_list_get_last_error(list, &error); 200 client_send_tagline(cmd, imap_get_error_string(cmd, error_string, 142 imap_get_error_string(struct client_command_context *cmd, const char *error_string, enum mail_error error) argument 223 const char *error_string; local 236 const char *error_string; local [all...] |
/dovecot/src/lib-ldap/ |
H A D | ldap-private.h | 98 const char *error_string; member in struct:ldap_result
|
/dovecot/src/lib-imap-storage/ |
H A D | imap-metadata.c | 13 char *error_string; member in struct:imap_metadata_transaction 71 i_free(imtrans->error_string); 72 imtrans->error_string = i_strdup(string); 258 i_free(imtrans->error_string); 300 return imtrans->error_string;
|
/dovecot/src/lib-storage/ |
H A D | mailbox-list-private.h | 137 char *error_string; member in struct:mailbox_list
|
H A D | mailbox-list.c | 814 i_free_and_null(list->error_string); 1912 return list->error_string != NULL ? list->error_string : 1935 i_free_and_null(list->error_string); 1945 i_free(list->error_string); 1946 list->error_string = i_strdup(string); 1957 i_free(list->error_string); 1958 list->error_string = i_strdup(str); 1981 const char *error_string; local 1984 if (!mail_error_from_errno(&error, &error_string)) [all...] |
H A D | mail-storage-private.h | 125 char *error_string; member in struct:mail_storage_error 160 char *error_string; member in struct:mail_storage
|
H A D | mail-storage.c | 478 i_free(storage->error_string); 511 i_free_and_null(storage->error_string); 521 if (storage->error_string != string) { 522 i_free(storage->error_string); 523 storage->error_string = i_strdup(string); 535 i_free(storage->error_string); 536 storage->error_string = i_strdup(str); 547 char *old_error = storage->error_string; 551 storage->error_string = NULL; 700 return storage->error_string ! 767 const char *error_string; local [all...] |
Completed in 24 milliseconds