Searched refs:inflater_ptr (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip.c | 29 int nghttp2_gzip_inflate_new(nghttp2_gzip **inflater_ptr) { in nghttp2_gzip_inflate_new() argument 31 *inflater_ptr = calloc(1, sizeof(nghttp2_gzip)); in nghttp2_gzip_inflate_new() 32 if (*inflater_ptr == NULL) { in nghttp2_gzip_inflate_new() 35 rv = inflateInit2(&(*inflater_ptr)->zst, 47); in nghttp2_gzip_inflate_new() 37 free(*inflater_ptr); in nghttp2_gzip_inflate_new()
|
H A D | nghttp2_gzip.h | 56 int nghttp2_gzip_inflate_new(nghttp2_gzip **inflater_ptr);
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5357 * Initializes |*inflater_ptr| for inflating name/values pairs. 5359 * If this function fails, |*inflater_ptr| is left untouched. 5367 NGHTTP2_EXTERN int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr); 5384 NGHTTP2_EXTERN int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5341 * Initializes |*inflater_ptr| for inflating name/values pairs. 5343 * If this function fails, |*inflater_ptr| is left untouched. 5351 NGHTTP2_EXTERN int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr); 5368 NGHTTP2_EXTERN int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 2244 int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr) { in nghttp2_hd_inflate_new() argument 2245 return nghttp2_hd_inflate_new2(inflater_ptr, NULL); in nghttp2_hd_inflate_new() 2248 int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr, in nghttp2_hd_inflate_new2() argument 2271 *inflater_ptr = inflater; in nghttp2_hd_inflate_new2()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 2244 int nghttp2_hd_inflate_new(nghttp2_hd_inflater **inflater_ptr) { in nghttp2_hd_inflate_new() argument 2245 return nghttp2_hd_inflate_new2(inflater_ptr, NULL); in nghttp2_hd_inflate_new() 2248 int nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr, in nghttp2_hd_inflate_new2() argument 2271 *inflater_ptr = inflater; in nghttp2_hd_inflate_new2()
|
Completed in 26 milliseconds