Searched refs:httpConnectEncrypt (Results 1 – 4 of 4) sorted by relevance
55 httpConnectEncrypt ;
351 extern http_t *httpConnectEncrypt(const char *host, int port,
371 return (httpConnectEncrypt(host, port, encrypt)); in httpConnect()380 httpConnectEncrypt(const char *host, /* I - Host to connect to */ in httpConnectEncrypt() function
109 svc->connection = httpConnectEncrypt(svc->uri->host, port, in service_connect()