Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_FRAME_SIZE_ERROR (Results 1 - 13 of 13) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_frame.c487 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_pack_settings()
640 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_pack_goaway()
800 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_pack_origin()
838 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_origin_payload()
846 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_origin_payload()
H A Dnghttp2_helper.c297 case NGHTTP2_ERR_FRAME_SIZE_ERROR: in nghttp2_strerror()
H A Dnghttp2_session.c2449 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in session_prep_frame()
2537 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in session_prep_frame()
3745 case NGHTTP2_ERR_FRAME_SIZE_ERROR: in get_error_code_from_lib_error_code()
4747 session, frame, NGHTTP2_ERR_FRAME_SIZE_ERROR, in nghttp2_session_on_settings_received()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c487 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_pack_settings()
640 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_pack_goaway()
800 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_pack_origin()
838 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_origin_payload()
846 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_origin_payload()
H A Dnghttp2_helper.c297 case NGHTTP2_ERR_FRAME_SIZE_ERROR: in nghttp2_strerror()
H A Dnghttp2_session.c2444 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in session_prep_frame()
2532 return NGHTTP2_ERR_FRAME_SIZE_ERROR; in session_prep_frame()
3740 case NGHTTP2_ERR_FRAME_SIZE_ERROR: in get_error_code_from_lib_error_code()
4742 session, frame, NGHTTP2_ERR_FRAME_SIZE_ERROR, in nghttp2_session_on_settings_received()
/third_party/node/test/parallel/
H A Dtest-http2-binding.js221 NGHTTP2_ERR_FRAME_SIZE_ERROR: -522,
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h344 NGHTTP2_ERR_FRAME_SIZE_ERROR = -522, enumerator
2678 * :enum:`nghttp2_error.NGHTTP2_ERR_FRAME_SIZE_ERROR`.
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c564 CU_ASSERT(NGHTTP2_ERR_FRAME_SIZE_ERROR == rv); in test_nghttp2_frame_pack_origin()
H A Dnghttp2_session_test.c4763 CU_ASSERT(NGHTTP2_ERR_FRAME_SIZE_ERROR == ud.not_sent_error); in test_nghttp2_session_send_headers_frame_size_error()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h344 NGHTTP2_ERR_FRAME_SIZE_ERROR = -522, enumerator
2673 * :enum:`nghttp2_error.NGHTTP2_ERR_FRAME_SIZE_ERROR`.
/third_party/node/src/
H A Dnode_http2.h1093 V(NGHTTP2_ERR_FRAME_SIZE_ERROR) \
H A Dnode_http2.cc1043 case NGHTTP2_ERR_FRAME_SIZE_ERROR: in TranslateNghttp2ErrorCode()

Completed in 56 milliseconds