Home
last modified time | relevance | path

Searched refs:nghttp2_hd_decode_length (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.h378 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
Dnghttp2_hd.c2294 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/
Dnghttp2_hd.h378 ssize_t nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin,
Dlibnghttp2_shared.map91 nghttp2_hd_decode_length;
Dnghttp2_hd.c2294 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/
Dnghttp2_hd_test.c1462 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()