Home
last modified time | relevance | path

Searched refs:nghttp2_frame_hd_init (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.c53 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() function
66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
94 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_RST_STREAM, NGHTTP2_FLAG_NONE, in nghttp2_frame_rst_stream_init()
103 nghttp2_frame_hd_init(&frame->hd, niv * NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH, in nghttp2_frame_settings_init()
117 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_PUSH_PROMISE, flags, stream_id); in nghttp2_frame_push_promise_init()
132 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init()
145 nghttp2_frame_hd_init(&frame->hd, 8 + opaque_data_len, NGHTTP2_GOAWAY, in nghttp2_frame_goaway_init()
161 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_WINDOW_UPDATE, flags, stream_id); in nghttp2_frame_window_update_init()
184 nghttp2_frame_hd_init( in nghttp2_frame_data_init()
[all...]
H A Dnghttp2_frame.h87 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type,
H A Dnghttp2_session.c8020 nghttp2_frame_hd_init(&frame.hd, settings_payloadlen, NGHTTP2_SETTINGS, in nghttp2_session_upgrade_internal()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c53 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type, in nghttp2_frame_hd_init() function
66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
85 nghttp2_frame_hd_init(&frame->hd, NGHTTP2_PRIORITY_SPECLEN, NGHTTP2_PRIORITY, in nghttp2_frame_priority_init()
94 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_RST_STREAM, NGHTTP2_FLAG_NONE, in nghttp2_frame_rst_stream_init()
103 nghttp2_frame_hd_init(&frame->hd, niv * NGHTTP2_FRAME_SETTINGS_ENTRY_LENGTH, in nghttp2_frame_settings_init()
117 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_PUSH_PROMISE, flags, stream_id); in nghttp2_frame_push_promise_init()
132 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init()
145 nghttp2_frame_hd_init(&frame->hd, 8 + opaque_data_len, NGHTTP2_GOAWAY, in nghttp2_frame_goaway_init()
161 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_WINDOW_UPDATE, flags, stream_id); in nghttp2_frame_window_update_init()
184 nghttp2_frame_hd_init( in nghttp2_frame_data_init()
[all...]
H A Dnghttp2_frame.h87 void nghttp2_frame_hd_init(nghttp2_frame_hd *hd, size_t length, uint8_t type,
H A Dnghttp2_session.c8009 nghttp2_frame_hd_init(&frame.hd, settings_payloadlen, NGHTTP2_SETTINGS, in nghttp2_session_upgrade_internal()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1287 nghttp2_frame_hd_init(&cont_hd, 2, NGHTTP2_CONTINUATION, NGHTTP2_FLAG_NONE, in test_nghttp2_session_recv_continuation()
1298 nghttp2_frame_hd_init(&cont_hd, nghttp2_buf_len(buf), NGHTTP2_CONTINUATION, in test_nghttp2_session_recv_continuation()
1355 nghttp2_frame_hd_init(&cont_hd, nghttp2_buf_len(buf), NGHTTP2_CONTINUATION, in test_nghttp2_session_recv_continuation()
1602 nghttp2_frame_hd_init(&hd, 10, NGHTTP2_HEADERS, in test_nghttp2_session_recv_headers_with_padding()
1640 nghttp2_frame_hd_init(&hd, 9, NGHTTP2_PUSH_PROMISE, in test_nghttp2_session_recv_headers_with_padding()
2074 nghttp2_frame_hd_init(&hd, 16000, 99, NGHTTP2_FLAG_NONE, 0); in test_nghttp2_session_recv_unknown_frame()
2106 nghttp2_frame_hd_init(&hd, 16000, NGHTTP2_CONTINUATION, in test_nghttp2_session_recv_unexpected_continuation()
2319 nghttp2_frame_hd_init(&hd, NGHTTP2_MAX_FRAME_SIZE_MIN + 1, NGHTTP2_HEADERS, in test_nghttp2_session_recv_too_large_frame_length()
2363 nghttp2_frame_hd_init(&hd, sizeof(data), 111, 0xab, 1000000007); in test_nghttp2_session_recv_extension()
2370 nghttp2_frame_hd_init( in test_nghttp2_session_recv_extension()
[all...]

Completed in 32 milliseconds