Searched refs:nghttp2_hd_decode_length (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd.h | 378 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
D | nghttp2_hd.c | 2294 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() function
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd.h | 378 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
D | libnghttp2_shared.map | 91 nghttp2_hd_decode_length;
|
D | nghttp2_hd.c | 2294 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() function
|
/third_party/nghttp2/tests/ |
D | nghttp2_hd_test.c | 1462 rv = nghttp2_hd_decode_length(&out, &shift, &fin, 0, 0, buf, buf + len, 7); in test_nghttp2_hd_decode_length() 1476 rv = nghttp2_hd_decode_length(&out, &shift, &fin, out, shift, bufp, in test_nghttp2_hd_decode_length() 1494 rv = nghttp2_hd_decode_length(&out, &shift, &fin, 0, 0, buf, buf + len, 7); in test_nghttp2_hd_decode_length() 1507 rv = nghttp2_hd_decode_length(&out, &shift, &fin, 0, 0, buf, buf + 7, 8); in test_nghttp2_hd_decode_length()
|