Searched defs:temp_path_prefix (Results 1 - 8 of 8) sorted by relevance
/dovecot/src/lib-smtp/ |
H A D | smtp-client.h | 43 const char *temp_path_prefix; member in struct:smtp_client_settings
|
/dovecot/src/lib-storage/index/pop3c/ |
H A D | pop3c-client.h | 34 const char *temp_path_prefix; member in struct:pop3c_client_settings
|
/dovecot/src/lib/ |
H A D | iostream-temp.c | 19 char *temp_path_prefix; member in struct:temp_ostream 44 i_free(tstream->temp_path_prefix); 57 str_append(path, tstream->temp_path_prefix); 101 tstream->temp_path_prefix); 121 tstream->temp_path_prefix); 292 struct ostream *iostream_temp_create(const char *temp_path_prefix, argument 295 return iostream_temp_create_named(temp_path_prefix, flags, ""); 298 struct ostream *iostream_temp_create_named(const char *temp_path_prefix, argument 302 return iostream_temp_create_sized(temp_path_prefix, flags, name, 306 struct ostream *iostream_temp_create_sized(const char *temp_path_prefix, argument [all...] |
H A D | istream-seekable.c | 491 char *temp_path_prefix = context; local 496 str_append(path, temp_path_prefix); 517 const char *temp_path_prefix) 522 i_assert(temp_path_prefix != NULL); 530 i_strdup(temp_path_prefix)); 515 i_stream_create_seekable_path(struct istream *input[], size_t max_buffer_size, const char *temp_path_prefix) argument
|
/dovecot/src/lib-fs/ |
H A D | fs-api-private.h | 80 char *temp_path_prefix; member in struct:fs
|
/dovecot/src/lib-imap-client/ |
H A D | imapc-client.h | 94 const char *temp_path_prefix; member in struct:imapc_client_settings
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-ibc-stream.c | 146 char *name, *temp_path_prefix; member in struct:dsync_ibc_stream 395 i_free(ibc->temp_path_prefix); 475 str_append(path, ibc->temp_path_prefix); 2104 const char *name, const char *temp_path_prefix, 2114 ibc->temp_path_prefix = i_strdup(temp_path_prefix); 2103 dsync_ibc_init_stream(struct istream *input, struct ostream *output, const char *name, const char *temp_path_prefix, unsigned int timeout_secs) argument
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-private.h | 166 const char *temp_path_prefix; member in struct:mail_storage
|
Completed in 26 milliseconds