Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c57 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);
2016 …bytes = http_read_chunk(http, (char *)http->sbuffer + ((z_stream *)http->stream)->avail_in, (size_… in httpRead2()
2055 if ((bytes = http_read_chunk(http, buffer, length)) > 0) in httpRead2()
4228 http_read_chunk(http_t *http, /* I - HTTP connection */ in http_read_chunk() function