Home
last modified time | relevance | path

Searched refs:nghttp2_gzip_inflate (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dnghttp2_gzip_test.c80 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate()
91 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate()
102 0 == nghttp2_gzip_inflate(inflater, out, &outproclen, inptr, &inproclen)); in test_nghttp2_gzip_inflate()
H A Dnghttp2_gzip.h92 * rv = nghttp2_gzip_inflate(inflater, out, &outlen, data, &tlen);
105 int nghttp2_gzip_inflate(nghttp2_gzip *inflater, uint8_t *out,
113 * After this function returns nonzero, `nghttp2_gzip_inflate()` with
H A Dnghttp2_gzip.c50 int nghttp2_gzip_inflate(nghttp2_gzip *inflater, uint8_t *out, in nghttp2_gzip_inflate() function
H A Dnghttp.cc1756 nghttp2_gzip_inflate(req->inflater, out.data(), &outlen, data, &tlen); in on_data_chunk_recv_callback()

Completed in 5 milliseconds