Lines Matching defs:temp_path_prefix
19 char *temp_path_prefix;
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,
295 return iostream_temp_create_named(temp_path_prefix, flags, "");
298 struct ostream *iostream_temp_create_named(const char *temp_path_prefix,
302 return iostream_temp_create_sized(temp_path_prefix, flags, name,
306 struct ostream *iostream_temp_create_sized(const char *temp_path_prefix,
321 tstream->temp_path_prefix = i_strdup(temp_path_prefix);
331 "(temp iostream in %s)", temp_path_prefix));
334 "(temp iostream in %s for %s)", temp_path_prefix, name));
375 "(Temp file in %s%s, from %s)", tstream->temp_path_prefix,
386 fd, tstream->temp_path_prefix, for_path, tstream->fd_size));
392 tstream->temp_path_prefix, for_path, tstream->buf->used));