Searched refs:nghttp2_gzip_inflate (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 80 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 D | nghttp2_gzip.h | 92 * 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 D | nghttp2_gzip.c | 50 int nghttp2_gzip_inflate(nghttp2_gzip *inflater, uint8_t *out, in nghttp2_gzip_inflate() function
|
H A D | nghttp.cc | 1756 nghttp2_gzip_inflate(req->inflater, out.data(), &outlen, data, &tlen); in on_data_chunk_recv_callback()
|
Completed in 5 milliseconds