Searched defs:temp_path_prefix (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-client.h43 const char *temp_path_prefix; member in struct:smtp_client_settings
/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.h34 const char *temp_path_prefix; member in struct:pop3c_client_settings
/dovecot/src/lib/
H A Diostream-temp.c19 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 Distream-seekable.c491 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 Dfs-api-private.h80 char *temp_path_prefix; member in struct:fs
/dovecot/src/lib-imap-client/
H A Dimapc-client.h94 const char *temp_path_prefix; member in struct:imapc_client_settings
/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-stream.c146 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 Dmail-storage-private.h166 const char *temp_path_prefix; member in struct:mail_storage

Completed in 26 milliseconds