Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c122 static int http_read_ssl(http_t *http, char *buf, int len);
987 bytes = http_read_ssl(http, http->buffer, bytes); in httpRead()
1046 bytes = http_read_ssl(http, buffer, length); in httpRead()
1322 bytes = http_read_ssl(http, bufend, HTTP_MAX_BUFFER - http->used); in httpGets()
2453 http_read_ssl(http_t *http, /* I - HTTP data */ in http_read_ssl() function