Lines Matching defs:new_url
425 struct http_url *new_url;
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;
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;
465 new_url = p_new(pool, struct http_url, 1);
466 http_url_copy_with_userinfo(pool, new_url, src);
468 return new_url;