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

/dovecot/src/lib-http/
H A Dhttp-client-request.c579 req->host_socket = NULL;
588 req->host_socket = p_strdup(req->pool, proxy_socket);
784 (req->host_socket != NULL) || (req->host_url != NULL);
804 if (req->host_socket != NULL) { /* specific socket proxy */
807 req->host_socket = NULL;
813 req->host_socket = proxy_socket_path; /* proxy on unix socket */
817 req->host_socket = NULL;
881 const char *host_socket = req->host_socket; local
888 if (host_socket !
[all...]
H A Dhttp-client-private.h91 const char *host_socket; member in struct:http_client_request

Completed in 11 milliseconds