Home
last modified time | relevance | path

Searched refs:NGHTTP2_FRAME_SIZE_ERROR (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-binding.js206 NGHTTP2_FRAME_SIZE_ERROR: 6,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c786 case NGHTTP2_FRAME_SIZE_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_frame.c772 return NGHTTP2_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_altsvc_payload2()
H A Dnghttp2_session.c3736 return nghttp2_session_terminate_session(session, NGHTTP2_FRAME_SIZE_ERROR); in session_handle_frame_size_error()
3746 return NGHTTP2_FRAME_SIZE_ERROR; in get_error_code_from_lib_error_code()
5931 session, NGHTTP2_FRAME_SIZE_ERROR, "too large frame size"); in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c784 case NGHTTP2_FRAME_SIZE_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_frame.c772 return NGHTTP2_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_altsvc_payload2()
H A Dnghttp2_session.c3731 return nghttp2_session_terminate_session(session, NGHTTP2_FRAME_SIZE_ERROR); in session_handle_frame_size_error()
3741 return NGHTTP2_FRAME_SIZE_ERROR; in get_error_code_from_lib_error_code()
5926 session, NGHTTP2_FRAME_SIZE_ERROR, "too large frame size"); in nghttp2_session_mem_recv()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h775 NGHTTP2_FRAME_SIZE_ERROR = 0x06, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h770 NGHTTP2_FRAME_SIZE_ERROR = 0x06, enumerator
/third_party/node/src/
H A Dnode_http2.h1083 V(NGHTTP2_FRAME_SIZE_ERROR) \
H A Dnode_http2.cc1044 return NGHTTP2_FRAME_SIZE_ERROR; in TranslateNghttp2ErrorCode()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c779 CU_ASSERT(NGHTTP2_FRAME_SIZE_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv()
1528 CU_ASSERT(NGHTTP2_FRAME_SIZE_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_headers_with_priority()

Completed in 57 milliseconds