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

/dovecot/src/lib-http/
H A Dhttp-client-host.c220 const struct http_url *host_url)
224 if (host_url == NULL) {
237 const char *hostname = host_url->host.name;
238 struct ip_addr ip = host_url->host.ip;
318 const struct http_url *host_url)
323 hshared = http_client_host_shared_get(client->cctx, host_url);
218 http_client_host_shared_get(struct http_client_context *cctx, const struct http_url *host_url) argument
317 http_client_host_get(struct http_client *client, const struct http_url *host_url) argument
H A Dhttp-client-request.c578 req->host_url = http_url_clone_authority(req->pool, proxy_url);
589 req->host_url = NULL;
784 (req->host_socket != NULL) || (req->host_url != NULL);
805 req->host_url = NULL;
806 } else if (req->host_url != NULL) { /* specific normal proxy */
810 req->host_url = &req->origin_url; /* tunnel to origin server */
814 req->host_url = NULL;
816 req->host_url = proxy_url; /* normal proxy server */
820 req->host_url = &req->origin_url; /* origin server */
855 host = http_client_host_get(client, req->host_url);
882 const struct http_url *host_url = req->host_url; local
[all...]
H A Dhttp-client-private.h92 const struct http_url *host_url; member in struct:http_client_request
471 return (req->host_url != &req->origin_url);
684 const struct http_url *host_url);

Completed in 19 milliseconds