Home
last modified time | relevance | path

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

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