Searched refs:deflater_ptr (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5156 * Initializes |*deflater_ptr| for deflating name/values pairs. 5161 * If this function fails, |*deflater_ptr| is left untouched. 5170 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, 5189 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 5140 * Initializes |*deflater_ptr| for deflating name/values pairs. 5145 * If this function fails, |*deflater_ptr| is left untouched. 5154 nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, 5173 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1583 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new() argument 1585 return nghttp2_hd_deflate_new2(deflater_ptr, deflate_hd_table_bufsize_max, in nghttp2_hd_deflate_new() 1589 int nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new2() argument 1613 *deflater_ptr = deflater; in nghttp2_hd_deflate_new2()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.c | 1583 int nghttp2_hd_deflate_new(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new() argument 1585 return nghttp2_hd_deflate_new2(deflater_ptr, deflate_hd_table_bufsize_max, in nghttp2_hd_deflate_new() 1589 int nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr, in nghttp2_hd_deflate_new2() argument 1613 *deflater_ptr = deflater; in nghttp2_hd_deflate_new2()
|
Completed in 16 milliseconds