Searched refs:http_read_chunk (Results 1 – 1 of 1) sorted by relevance
57 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);2042 … bytes = http_read_chunk(http, (char *)http->sbuffer + http->stream.avail_in, (size_t)buflen); in httpRead2()2081 if ((bytes = http_read_chunk(http, buffer, length)) > 0) in httpRead2()4200 http_read_chunk(http_t *http, /* I - HTTP connection */ in http_read_chunk() function