Searched refs:fullpath (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-url.c246 string_t *fullpath = NULL; local
251 fullpath = t_str_new(256);
273 str_append_n(fullpath, pbegin, pend-pbegin);
282 str_append_c(fullpath, '/');
283 str_append(fullpath, part);
289 url->path = p_strdup(parser->pool, str_c(fullpath));

Completed in 23 milliseconds