Home
last modified time | relevance | path

Searched refs:NGHTTP2_STREAM_CLOSED (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-binding.js205 NGHTTP2_STREAM_CLOSED: 5,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c784 case NGHTTP2_STREAM_CLOSED: in nghttp2_http2_strerror()
H A Dnghttp2_session.c3742 return NGHTTP2_STREAM_CLOSED; in get_error_code_from_lib_error_code()
5635 error_code = NGHTTP2_STREAM_CLOSED; in session_on_data_received_fail_fast()
5643 error_code = NGHTTP2_STREAM_CLOSED; in session_on_data_received_fail_fast()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c782 case NGHTTP2_STREAM_CLOSED: in nghttp2_http2_strerror()
H A Dnghttp2_session.c3737 return NGHTTP2_STREAM_CLOSED; in get_error_code_from_lib_error_code()
5630 error_code = NGHTTP2_STREAM_CLOSED; in session_on_data_received_fail_fast()
5638 error_code = NGHTTP2_STREAM_CLOSED; in session_on_data_received_fail_fast()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h771 NGHTTP2_STREAM_CLOSED = 0x05, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h766 NGHTTP2_STREAM_CLOSED = 0x05, enumerator
/third_party/node/src/
H A Dnode_http2.h1082 V(NGHTTP2_STREAM_CLOSED) \
H A Dnode_http2.cc1040 return NGHTTP2_STREAM_CLOSED; in TranslateNghttp2ErrorCode()
/third_party/curl/lib/
H A Dhttp2.c307 stream->id, NGHTTP2_STREAM_CLOSED); in http2_data_done()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c4039 CU_ASSERT(NGHTTP2_STREAM_CLOSED == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received()

Completed in 54 milliseconds