Searched refs:_httpTLSRead (Results 1 – 6 of 6) sorted by relevance
441 extern int _httpTLSRead(http_t *http, char *buf, int len);
87 _httpTLSRead
1172 _httpTLSRead(http_t *http, /* I - Connection to server */ in _httpTLSRead() function
1093 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead() function
704 _httpTLSRead(http_t *http, /* I - HTTP connection */ in _httpTLSRead() function
4074 bytes = _httpTLSRead(http, buffer, (int)length); in http_read()