Home
last modified time | relevance | path

Searched refs:httpConnectEncrypt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dmapfile55 httpConnectEncrypt ;
H A Dhttp.h351 extern http_t *httpConnectEncrypt(const char *host, int port,
H A Dhttp.c371 return (httpConnectEncrypt(host, port, encrypt)); in httpConnect()
380 httpConnectEncrypt(const char *host, /* I - Host to connect to */ in httpConnectEncrypt() function
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c109 svc->connection = httpConnectEncrypt(svc->uri->host, port, in service_connect()