Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_STREAM_CLOSED (Results 1 - 14 of 14) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-server-push-stream-errors.js18 // - NGHTTP2_ERR_STREAM_CLOSED (should emit stream error)
23 'NGHTTP2_ERR_STREAM_CLOSED',
38 ngError: constants.NGHTTP2_ERR_STREAM_CLOSED,
H A Dtest-http2-binding.js220 NGHTTP2_ERR_STREAM_CLOSED: -510,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c275 case NGHTTP2_ERR_STREAM_CLOSED: in nghttp2_strerror()
H A Dnghttp2_session.c1123 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
1174 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
1771 * NGHTTP2_ERR_STREAM_CLOSED
1781 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_for_stream_send()
1835 * NGHTTP2_ERR_STREAM_CLOSED
1883 * NGHTTP2_ERR_STREAM_CLOSED
1889 * NGHTTP2_ERR_STREAM_CLOSED
1929 * NGHTTP2_ERR_STREAM_CLOSED
1976 * NGHTTP2_ERR_STREAM_CLOSED
2023 * NGHTTP2_ERR_STREAM_CLOSED
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c275 case NGHTTP2_ERR_STREAM_CLOSED: in nghttp2_strerror()
H A Dnghttp2_session.c1118 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
1169 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
1766 * NGHTTP2_ERR_STREAM_CLOSED
1776 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_for_stream_send()
1830 * NGHTTP2_ERR_STREAM_CLOSED
1878 * NGHTTP2_ERR_STREAM_CLOSED
1884 * NGHTTP2_ERR_STREAM_CLOSED
1924 * NGHTTP2_ERR_STREAM_CLOSED
1971 * NGHTTP2_ERR_STREAM_CLOSED
2018 * NGHTTP2_ERR_STREAM_CLOSED
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h291 NGHTTP2_ERR_STREAM_CLOSED = -510, enumerator
4232 * :enum:`nghttp2_error.NGHTTP2_ERR_STREAM_CLOSED`
4464 * :enum:`nghttp2_error.NGHTTP2_ERR_STREAM_CLOSED`
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h291 NGHTTP2_ERR_STREAM_CLOSED = -510, enumerator
4216 * :enum:`nghttp2_error.NGHTTP2_ERR_STREAM_CLOSED`
4448 * :enum:`nghttp2_error.NGHTTP2_ERR_STREAM_CLOSED`
/third_party/node/src/
H A Dnode_http2.cc1010 lib_error_code == NGHTTP2_ERR_STREAM_CLOSED) { in OnInvalidFrame()
1039 case NGHTTP2_ERR_STREAM_CLOSED: in TranslateNghttp2ErrorCode()
1075 error_code == NGHTTP2_ERR_STREAM_CLOSED || in OnFrameNotSent()
H A Dnode_http2.h1071 V(NGHTTP2_ERR_STREAM_CLOSED) \
/third_party/node/lib/internal/http2/
H A Dcore.js279 NGHTTP2_ERR_STREAM_CLOSED,
2729 case NGHTTP2_ERR_STREAM_CLOSED:
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc820 lib_error_code != NGHTTP2_ERR_STREAM_CLOSED && in on_frame_not_send_callback()
H A Dshrpx_http2_session.cc1525 lib_error_code == NGHTTP2_ERR_STREAM_CLOSED || in on_frame_not_send_callback()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c6387 CU_ASSERT(NGHTTP2_ERR_STREAM_CLOSED == in test_nghttp2_submit_push_promise()
7844 CU_ASSERT(NGHTTP2_ERR_STREAM_CLOSED == user_data.not_sent_error); in test_nghttp2_session_on_ctrl_not_send()

Completed in 53 milliseconds