Home
last modified time | relevance | path

Searched refs:nghttp2_get_uint16 (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.h62 uint16_t nghttp2_get_uint16(const uint8_t *data);
Dnghttp2_helper.c42 uint16_t nghttp2_get_uint16(const uint8_t *data) { in nghttp2_get_uint16() function
Dnghttp2_frame.c501 iv->settings_id = nghttp2_get_uint16(&payload[0]); in nghttp2_frame_unpack_settings_entry()
765 origin_len = nghttp2_get_uint16(payload); in nghttp2_frame_unpack_altsvc_payload2()
830 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
865 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
Dnghttp2_session.c4908 &frame->ext, nghttp2_get_uint16(iframe->sbuf.pos), iframe->lbuf.pos, in session_process_altsvc_frame()
6129 origin_len = nghttp2_get_uint16(iframe->sbuf.pos); in nghttp2_session_mem_recv()
/third_party/nghttp2/lib/
Dnghttp2_helper.h62 uint16_t nghttp2_get_uint16(const uint8_t *data);
Dnghttp2_helper.c42 uint16_t nghttp2_get_uint16(const uint8_t *data) { in nghttp2_get_uint16() function
Dnghttp2_frame.c501 iv->settings_id = nghttp2_get_uint16(&payload[0]); in nghttp2_frame_unpack_settings_entry()
765 origin_len = nghttp2_get_uint16(payload); in nghttp2_frame_unpack_altsvc_payload2()
830 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
865 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
Dlibnghttp2_shared.map89 nghttp2_get_uint16;
Dnghttp2_session.c4908 &frame->ext, nghttp2_get_uint16(iframe->sbuf.pos), iframe->lbuf.pos, in session_process_altsvc_frame()
6129 origin_len = nghttp2_get_uint16(iframe->sbuf.pos); in nghttp2_session_mem_recv()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c6276 origin_len = nghttp2_get_uint16(data + NGHTTP2_FRAME_HDLEN); in test_nghttp2_submit_altsvc()