Searched refs:nghttp2_frame_hd_init (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_frame.c | 55 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() function 70 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init() 91 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, in nghttp2_frame_priority_init() 104 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_RST_STREAM, NGHTTP2_FLAG_NONE, in nghttp2_frame_rst_stream_init() 133 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_PUSH_PROMISE, flags, in nghttp2_frame_push_promise_init() 151 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init() 168 nghttp2_frame_hd_init(&frame->hd, 8 + opaque_data_len, NGHTTP2_GOAWAY, in nghttp2_frame_goaway_init() 186 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_WINDOW_UPDATE, flags, in nghttp2_frame_window_update_init() 213 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_DATA, flags, stream_id); in nghttp2_frame_data_init() 226 nghttp2_frame_hd_init(&frame->hd, 0, type, flags, stream_id); in nghttp2_frame_extension_init() [all …]
|
A D | nghttp2_frame.h | 85 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type,
|
A D | nghttp2_session.c | 7475 nghttp2_frame_hd_init(&frame.hd, settings_payloadlen, NGHTTP2_SETTINGS, in nghttp2_session_upgrade_internal()
|
Completed in 16 milliseconds