Searched refs:http_read_ssl (Results 1 – 1 of 1) sorted by relevance
124 static int http_read_ssl(http_t *http, char *buf, int len);989 bytes = http_read_ssl(http, http->buffer, bytes); in httpRead()1048 bytes = http_read_ssl(http, buffer, length); in httpRead()1324 bytes = http_read_ssl(http, bufend, HTTP_MAX_BUFFER - http->used); in httpGets()2455 http_read_ssl(http_t *http, /* I - HTTP data */ in http_read_ssl() function