Home
last modified time | relevance | path

Searched refs:nghttp2_get_uint16 (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.h62 uint16_t nghttp2_get_uint16(const uint8_t *data);
H A Dnghttp2_frame.c520 iv->settings_id = nghttp2_get_uint16(&payload[0]); in nghttp2_frame_unpack_settings_entry()
775 origin_len = nghttp2_get_uint16(payload); in nghttp2_frame_unpack_altsvc_payload2()
840 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
875 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
H A Dnghttp2_helper.c42 uint16_t nghttp2_get_uint16(const uint8_t *data) { in nghttp2_get_uint16() function
H A Dnghttp2_session.c5342 &frame->ext, nghttp2_get_uint16(iframe->sbuf.pos), iframe->lbuf.pos, in session_process_altsvc_frame()
6620 origin_len = nghttp2_get_uint16(iframe->sbuf.pos); in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.h62 uint16_t nghttp2_get_uint16(const uint8_t *data);
H A Dnghttp2_frame.c520 iv->settings_id = nghttp2_get_uint16(&payload[0]); in nghttp2_frame_unpack_settings_entry()
775 origin_len = nghttp2_get_uint16(payload); in nghttp2_frame_unpack_altsvc_payload2()
840 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
875 originlen = nghttp2_get_uint16(p); in nghttp2_frame_unpack_origin_payload()
H A Dnghttp2_helper.c42 uint16_t nghttp2_get_uint16(const uint8_t *data) { in nghttp2_get_uint16() function
H A Dnghttp2_session.c5337 &frame->ext, nghttp2_get_uint16(iframe->sbuf.pos), iframe->lbuf.pos, in session_process_altsvc_frame()
6615 origin_len = nghttp2_get_uint16(iframe->sbuf.pos); in nghttp2_session_mem_recv()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c6725 origin_len = nghttp2_get_uint16(data + NGHTTP2_FRAME_HDLEN); in test_nghttp2_submit_altsvc()

Completed in 38 milliseconds