/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 244 nghttp2_frame_rst_stream_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_frame_pack_rst_stream() 251 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == oframe.error_code); in test_nghttp2_frame_pack_rst_stream() 393 nghttp2_frame_goaway_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR, in test_nghttp2_frame_pack_goaway() 403 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == oframe.error_code); in test_nghttp2_frame_pack_goaway()
|
H A D | failmalloc_test.c | 372 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in run_nghttp2_session_recv()
|
H A D | nghttp2_session_test.c | 1020 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_data() 1573 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_headers_with_priority() 2937 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_priority_update() 2972 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_priority_update() 3569 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_response_headers_received() 3670 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_session_on_rst_stream_received() 4082 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received() 4113 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received() 4325 nghttp2_frame_goaway_init(&frame.goaway, 3, NGHTTP2_PROTOCOL_ERROR, NULL, 0); in test_nghttp2_session_on_goaway_received() 4826 nghttp2_frame_rst_stream_init(&frame->rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_session_send_rst_stream() [all...] |
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 201 NGHTTP2_PROTOCOL_ERROR: 1,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.c | 776 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
|
H A D | nghttp2_session.c | 3754 return NGHTTP2_PROTOCOL_ERROR; in get_error_code_from_lib_error_code() 4411 session, NGHTTP2_PROTOCOL_ERROR, "depend on itself"); in nghttp2_session_on_priority_received() 5418 NGHTTP2_PROTOCOL_ERROR); in nghttp2_session_on_data_received() 5611 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast() 5626 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast() 5895 session, NGHTTP2_PROTOCOL_ERROR, "SETTINGS expected"); in nghttp2_session_mem_recv() 5968 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv() 5996 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv() 6178 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv() 6238 session, NGHTTP2_PROTOCOL_ERROR, "CONTINUATIO in nghttp2_session_mem_recv() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.c | 774 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
|
H A D | nghttp2_session.c | 3749 return NGHTTP2_PROTOCOL_ERROR; in get_error_code_from_lib_error_code() 4406 session, NGHTTP2_PROTOCOL_ERROR, "depend on itself"); in nghttp2_session_on_priority_received() 5413 NGHTTP2_PROTOCOL_ERROR); in nghttp2_session_on_data_received() 5606 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast() 5621 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast() 5890 session, NGHTTP2_PROTOCOL_ERROR, "SETTINGS expected"); in nghttp2_session_mem_recv() 5963 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv() 5991 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv() 6173 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv() 6233 session, NGHTTP2_PROTOCOL_ERROR, "CONTINUATIO in nghttp2_session_mem_recv() [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 1803 NGHTTP2_PROTOCOL_ERROR); in check_response_header() 1810 NGHTTP2_PROTOCOL_ERROR); in check_response_header() 2017 frame->hd.stream_id, NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2() 2061 NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2() 2072 NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
|
H A D | shrpx_http2_upstream.cc | 255 upstream->rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2() 367 rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_request_headers() 1915 rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_downstream_body_complete()
|
H A D | shrpx_http2_session.cc | 1040 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2() 1147 NGHTTP2_PROTOCOL_ERROR); in on_response_headers() 1434 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_data_chunk_recv_callback()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 755 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator 1836 * :enum:`nghttp2_error_code.NGHTTP2_PROTOCOL_ERROR`. To change the 3865 * NGHTTP2_PROTOCOL_ERROR``). If string representation is unknown for
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 750 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator 1831 * :enum:`nghttp2_error_code.NGHTTP2_PROTOCOL_ERROR`. To change the 3849 * NGHTTP2_PROTOCOL_ERROR``). If string representation is unknown for
|
/third_party/curl/lib/ |
H A D | http2.c | 1008 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_stream_frame() 1445 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_header()
|
/third_party/node/src/ |
H A D | node_http2.h | 1078 V(NGHTTP2_PROTOCOL_ERROR) \
|
H A D | node_http2.cc | 1052 return NGHTTP2_PROTOCOL_ERROR; in TranslateNghttp2ErrorCode()
|