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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c35 * httpConnectEncrypt() - Connect to a HTTP server using encryption.
371 return (httpConnectEncrypt(host, port, encrypt));
376 * 'httpConnectEncrypt()' - Connect to a HTTP server using encryption.
380 httpConnectEncrypt(const char *host, /* I - Host to connect to */ function
390 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encrypt=%d)\n",

Completed in 64 milliseconds