Home
last modified time | relevance | path

Searched refs:nghttp2_get_uint32 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c48 hd->length = nghttp2_get_uint32(&buf[0]) >> 8; in nghttp2_frame_unpack_frame_hd()
51 hd->stream_id = nghttp2_get_uint32(&buf[5]) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_frame_hd()
400 dep_stream_id = nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_priority_spec()
472 frame->error_code = nghttp2_get_uint32(payload); in nghttp2_frame_unpack_rst_stream_payload()
521 iv->value = nghttp2_get_uint32(&payload[2]); in nghttp2_frame_unpack_settings_entry()
594 nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_push_promise_payload()
664 nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_goaway_payload()
665 frame->error_code = nghttp2_get_uint32(payload + 4); in nghttp2_frame_unpack_goaway_payload()
729 nghttp2_get_uint32(payload) & NGHTTP2_WINDOW_SIZE_INCREMENT_MASK; in nghttp2_frame_unpack_window_update_payload()
1012 newlen = (nghttp2_get_uint32(buf->pos) >> 8) + padlen; in frame_set_pad()
A Dnghttp2_helper.h68 uint32_t nghttp2_get_uint32(const uint8_t *data);
A Dnghttp2_helper.c51 uint32_t nghttp2_get_uint32(const uint8_t *data) in nghttp2_get_uint32() function

Completed in 8 milliseconds