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

/dovecot/src/lib-http/
H A Dhttp-url.c425 struct http_url *new_url; local
427 new_url = p_new(pool, struct http_url, 1);
428 http_url_copy_authority(pool, new_url, src);
430 return new_url;
452 struct http_url *new_url; local
454 new_url = p_new(pool, struct http_url, 1);
455 http_url_copy(pool, new_url, src);
457 return new_url;
463 struct http_url *new_url; local
465 new_url
[all...]

Completed in 11 milliseconds