Searched refs:nghttp2_rst_stream (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 173 nghttp2_rst_stream *frame); 178 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame, 445 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, 448 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame);
|
H A D | nghttp2_frame.c | 92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() 99 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame) { (void)frame; } in nghttp2_frame_rst_stream_free() 457 nghttp2_rst_stream *frame) { in nghttp2_frame_pack_rst_stream() 474 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame, in nghttp2_frame_unpack_rst_stream_payload()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 173 nghttp2_rst_stream *frame); 178 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame, 445 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, 448 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame);
|
H A D | nghttp2_frame.c | 92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init() 99 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame) { (void)frame; } in nghttp2_frame_rst_stream_free() 457 nghttp2_rst_stream *frame) { in nghttp2_frame_pack_rst_stream() 474 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame, in nghttp2_frame_unpack_rst_stream_payload()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1097 } nghttp2_rst_stream; typedef 1286 nghttp2_rst_stream rst_stream;
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1092 } nghttp2_rst_stream; typedef 1281 nghttp2_rst_stream rst_stream;
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 239 nghttp2_rst_stream frame, oframe; in test_nghttp2_frame_pack_rst_stream()
|
Completed in 18 milliseconds