Searched refs:http_write_ssl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c71 * http_write_ssl() - Write to a SSL/TLS connection.
125 static int http_write_ssl(http_t *http, const char *buf, int len);
1204 bytes = http_write_ssl(http, buffer, length);
1453 nbytes = http_write_ssl(http, bufptr, bytes - tbytes);
2485 * 'http_write_ssl()' - Write to a SSL/TLS connection.
2489 http_write_ssl(http_t *http, /* I - HTTP data */ function

Completed in 61 milliseconds