Home
last modified time | relevance | path

Searched refs:NGHTTP2_INTERNAL_ERROR (Results 1 - 18 of 18) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc482 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream()
506 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream()
524 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream()
538 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream()
567 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_frame_recv_callback()
596 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_frame_recv_callback()
648 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
780 upstream->rst_stream(ptr, NGHTTP2_INTERNAL_ERROR); in on_frame_send_callback()
826 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_frame_not_send_callback()
888 return NGHTTP2_INTERNAL_ERROR; in infer_upstream_rst_stream_error_code()
[all...]
H A Dshrpx_http2_downstream_connection.h77 uint32_t error_code = NGHTTP2_INTERNAL_ERROR);
H A Dshrpx_http2_session.cc1061 NGHTTP2_INTERNAL_ERROR); in on_begin_headers_callback()
1212 NGHTTP2_INTERNAL_ERROR); in on_response_headers()
1239 NGHTTP2_INTERNAL_ERROR); in on_frame_recv_callback()
1412 http2session->submit_rst_stream(stream_id, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
1422 http2session->submit_rst_stream(stream_id, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
1453 http2session->submit_rst_stream(stream_id, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
H A DHttpServer.cc140 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in stream_timeout_cb()
1165 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response()
1170 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response()
1430 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_header_callback2()
1548 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in hd_on_frame_recv_callback()
1721 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
H A Dshrpx_http2_downstream_connection.cc71 error_code = NGHTTP2_INTERNAL_ERROR; in ~Http2DownstreamConnection()
H A Dnghttp.cc380 req->stream_id, NGHTTP2_INTERNAL_ERROR); in continue_timeout_cb()
1759 NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
1927 NGHTTP2_INTERNAL_ERROR); in on_header_callback()
1951 NGHTTP2_INTERNAL_ERROR); in on_header_callback()
/third_party/node/test/parallel/
H A Dtest-http2-binding.js202 NGHTTP2_INTERNAL_ERROR: 2,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c778 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_session.c2372 NGHTTP2_INTERNAL_ERROR); in session_prep_frame()
3253 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal()
3313 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal()
3342 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal()
3462 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal()
3756 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code()
4481 NGHTTP2_INTERNAL_ERROR, NULL, 0, in session_update_stream_reset_ratelim()
6049 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
6464 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
6553 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c776 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_session.c2367 NGHTTP2_INTERNAL_ERROR); in session_prep_frame()
3248 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal()
3308 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal()
3337 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal()
3457 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal()
3751 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code()
4476 NGHTTP2_INTERNAL_ERROR, NULL, 0, in session_update_stream_reset_ratelim()
6044 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
6459 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
6548 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
[all...]
/third_party/node/lib/internal/http2/
H A Dcore.js273 NGHTTP2_INTERNAL_ERROR,
1540 code = NGHTTP2_INTERNAL_ERROR;
2328 code = NGHTTP2_INTERNAL_ERROR;
2481 this.stream.close(NGHTTP2_INTERNAL_ERROR);
/third_party/nghttp2/examples/
H A Dlibevent-server.c453 NGHTTP2_INTERNAL_ERROR); in error_reply()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h759 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
936 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. If a different
1670 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case,
1747 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case,
1872 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. To change the
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h754 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
931 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. If a different
1665 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case,
1742 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case,
1867 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. To change the
/third_party/node/src/
H A Dnode_http2.h1079 V(NGHTTP2_INTERNAL_ERROR) \
H A Dnode_http2.cc1054 return NGHTTP2_INTERNAL_ERROR; in TranslateNghttp2ErrorCode()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c7862 NGHTTP2_INTERNAL_ERROR)); in test_nghttp2_session_on_ctrl_not_send()
10174 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_header_temporal_failure()
10513 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure()
10540 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure()

Completed in 92 milliseconds