Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dnghttp2_gzip.h46 } nghttp2_gzip; typedef
56 int nghttp2_gzip_inflate_new(nghttp2_gzip **inflater_ptr);
63 void nghttp2_gzip_inflate_del(nghttp2_gzip *inflater);
86 * nghttp2_gzip *inflater = req->inflater;
105 int nghttp2_gzip_inflate(nghttp2_gzip *inflater, uint8_t *out,
116 int nghttp2_gzip_inflate_finished(nghttp2_gzip *inflater);
H A Dnghttp2_gzip.c25 #include "nghttp2_gzip.h"
29 int nghttp2_gzip_inflate_new(nghttp2_gzip **inflater_ptr) { in nghttp2_gzip_inflate_new()
31 *inflater_ptr = calloc(1, sizeof(nghttp2_gzip)); in nghttp2_gzip_inflate_new()
43 void nghttp2_gzip_inflate_del(nghttp2_gzip *inflater) { in nghttp2_gzip_inflate_del()
50 int nghttp2_gzip_inflate(nghttp2_gzip *inflater, uint8_t *out, in nghttp2_gzip_inflate()
85 int nghttp2_gzip_inflate_finished(nghttp2_gzip *inflater) { in nghttp2_gzip_inflate_finished()
H A Dnghttp2_gzip_test.c34 #include "nghttp2_gzip.h"
66 nghttp2_gzip *inflater; in test_nghttp2_gzip_inflate()
H A Dnghttp.h54 #include "nghttp2_gzip.h"
181 nghttp2_gzip *inflater;

Completed in 2 milliseconds