Searched refs:nghttp2_hd_decode_length (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
H A D | nghttp2_hd.c | 2300 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, in nghttp2_hd_decode_length() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 379 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
|
H A D | nghttp2_hd.c | 2300 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/ |
H A 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()
|
Completed in 9 milliseconds