Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h173 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 Dnghttp2_frame.c92 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 Dnghttp2_frame.h173 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 Dnghttp2_frame.c92 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 Dnghttp2.h1097 } nghttp2_rst_stream; typedef
1286 nghttp2_rst_stream rst_stream;
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1092 } nghttp2_rst_stream; typedef
1281 nghttp2_rst_stream rst_stream;
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c239 nghttp2_rst_stream frame, oframe; in test_nghttp2_frame_pack_rst_stream()

Completed in 18 milliseconds