Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_STREAM_CLOSING (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_helper.c277 case NGHTTP2_ERR_STREAM_CLOSING: in nghttp2_strerror()
H A Dnghttp2_session.c1809 * NGHTTP2_ERR_STREAM_CLOSING
1815 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_request_headers_send()
1842 * NGHTTP2_ERR_STREAM_CLOSING
1869 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_response_headers_send()
1934 * NGHTTP2_ERR_STREAM_CLOSING
1954 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_headers_send()
1978 * NGHTTP2_ERR_STREAM_CLOSING
2007 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_push_promise_send()
2025 * NGHTTP2_ERR_STREAM_CLOSING
2049 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_window_update_send()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c277 case NGHTTP2_ERR_STREAM_CLOSING: in nghttp2_strerror()
H A Dnghttp2_session.c1804 * NGHTTP2_ERR_STREAM_CLOSING
1810 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_request_headers_send()
1837 * NGHTTP2_ERR_STREAM_CLOSING
1864 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_response_headers_send()
1929 * NGHTTP2_ERR_STREAM_CLOSING
1949 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_headers_send()
1973 * NGHTTP2_ERR_STREAM_CLOSING
2002 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_push_promise_send()
2020 * NGHTTP2_ERR_STREAM_CLOSING
2044 return NGHTTP2_ERR_STREAM_CLOSING; in session_predicate_window_update_send()
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h296 NGHTTP2_ERR_STREAM_CLOSING = -511, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h296 NGHTTP2_ERR_STREAM_CLOSING = -511, enumerator
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc821 lib_error_code != NGHTTP2_ERR_STREAM_CLOSING) { in on_frame_not_send_callback()
H A Dshrpx_http2_session.cc1526 lib_error_code == NGHTTP2_ERR_STREAM_CLOSING) { in on_frame_not_send_callback()
/third_party/node/src/
H A Dnode_http2.cc1076 error_code == NGHTTP2_ERR_STREAM_CLOSING) { in OnFrameNotSent()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c7866 CU_ASSERT(NGHTTP2_ERR_STREAM_CLOSING == user_data.not_sent_error); in test_nghttp2_session_on_ctrl_not_send()

Completed in 53 milliseconds