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

/dovecot/src/lib-http/
H A Dhttp-client.c158 if (set->proxy_socket_path != NULL && *set->proxy_socket_path != '\0') {
159 client->set.proxy_socket_path = p_strdup(pool, set->proxy_socket_path);
163 client->set.proxy_socket_path = NULL;
455 if (set->proxy_socket_path != NULL && *set->proxy_socket_path != '\0') {
456 cctx->set.proxy_socket_path = p_strdup(pool, set->proxy_socket_path);
H A Dhttp-client.h37 const char *proxy_socket_path; member in struct:http_client_settings
38 /* URL for normal proxy (ignored if proxy_socket_path is set) */
H A Dhttp-client-request.c781 const char *proxy_socket_path = client->set.proxy_socket_path; local
783 bool have_proxy = (proxy_socket_path != NULL) || (proxy_url != NULL) ||
812 } else if (proxy_socket_path != NULL) {
813 req->host_socket = proxy_socket_path; /* proxy on unix socket */

Completed in 17 milliseconds