Home
last modified time | relevance | path

Searched refs:inflate_stream (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhttp.c115 z_stream inflate_stream; member
850 inflateEnd(&s->inflate_stream); in parse_content_encoding()
851 if (inflateInit2(&s->inflate_stream, 32 + 15) != Z_OK) { in parse_content_encoding()
853 s->inflate_stream.msg); in parse_content_encoding()
1646 if (s->inflate_stream.avail_in == 0) { in http_buf_read_compressed()
1650 s->inflate_stream.next_in = s->inflate_buffer; in http_buf_read_compressed()
1651 s->inflate_stream.avail_in = read; in http_buf_read_compressed()
1654 s->inflate_stream.avail_out = size; in http_buf_read_compressed()
1655 s->inflate_stream.next_out = buf; in http_buf_read_compressed()
1657 ret = inflate(&s->inflate_stream, Z_SYNC_FLUS in http_buf_read_compressed()
[all...]
/third_party/curl/lib/
H A Dcontent_encoding.c176 static CURLcode inflate_stream(struct Curl_easy *data, in inflate_stream() function
314 return inflate_stream(data, writer, type, ZLIB_INFLATING); in deflate_do_write()
468 return inflate_stream(data, writer, type, ZLIB_INIT_GZIP); in gzip_do_write()
580 return inflate_stream(data, writer, type, ZLIB_GZIP_INFLATING); in gzip_do_write()

Completed in 5 milliseconds