Searched refs:http_read_chunk (Results 1 – 1 of 1) sorted by relevance
61 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);2056 …bytes = http_read_chunk(http, (char *)http->sbuffer + ((z_stream *)http->stream)->avail_in, (size_… in httpRead2()2095 if ((bytes = http_read_chunk(http, buffer, length)) > 0) in httpRead2()4271 http_read_chunk(http_t *http, /* I - HTTP connection */ in http_read_chunk() function