Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_session.c1848 * NGHTTP2_ERR_PROTO
1860 return NGHTTP2_ERR_PROTO; in session_predicate_response_headers_send()
1887 * NGHTTP2_ERR_PROTO
1896 * NGHTTP2_ERR_PROTO
1910 return NGHTTP2_ERR_PROTO; in session_predicate_push_response_headers_send()
1913 return NGHTTP2_ERR_PROTO; in session_predicate_push_response_headers_send()
1973 * NGHTTP2_ERR_PROTO
1993 return NGHTTP2_ERR_PROTO; in session_predicate_push_promise_send()
3751 case NGHTTP2_ERR_PROTO: in get_error_code_from_lib_error_code()
4148 session, frame, NGHTTP2_ERR_PROTO, "reques in nghttp2_session_on_request_headers_received()
[all...]
H A Dnghttp2_submit.c191 return NGHTTP2_ERR_PROTO; in nghttp2_submit_headers()
335 return NGHTTP2_ERR_PROTO; in nghttp2_submit_push_promise()
765 return NGHTTP2_ERR_PROTO; in nghttp2_submit_request()
802 return NGHTTP2_ERR_PROTO; in nghttp2_submit_response()
H A Dnghttp2_helper.c265 case NGHTTP2_ERR_PROTO: in nghttp2_strerror()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c1843 * NGHTTP2_ERR_PROTO
1855 return NGHTTP2_ERR_PROTO; in session_predicate_response_headers_send()
1882 * NGHTTP2_ERR_PROTO
1891 * NGHTTP2_ERR_PROTO
1905 return NGHTTP2_ERR_PROTO; in session_predicate_push_response_headers_send()
1908 return NGHTTP2_ERR_PROTO; in session_predicate_push_response_headers_send()
1968 * NGHTTP2_ERR_PROTO
1988 return NGHTTP2_ERR_PROTO; in session_predicate_push_promise_send()
3746 case NGHTTP2_ERR_PROTO: in get_error_code_from_lib_error_code()
4143 session, frame, NGHTTP2_ERR_PROTO, "reques in nghttp2_session_on_request_headers_received()
[all...]
H A Dnghttp2_submit.c191 return NGHTTP2_ERR_PROTO; in nghttp2_submit_headers()
335 return NGHTTP2_ERR_PROTO; in nghttp2_submit_push_promise()
765 return NGHTTP2_ERR_PROTO; in nghttp2_submit_request()
802 return NGHTTP2_ERR_PROTO; in nghttp2_submit_response()
H A Dnghttp2_helper.c265 case NGHTTP2_ERR_PROTO: in nghttp2_strerror()
/third_party/node/src/
H A Dnode_http2.cc1049 case NGHTTP2_ERR_PROTO: in TranslateNghttp2ErrorCode()
1282 Local<Value> arg = Integer::New(isolate, NGHTTP2_ERR_PROTO); in OnNghttpError()
1527 arg = Integer::New(isolate, NGHTTP2_ERR_PROTO); in HandlePingFrame()
1577 Local<Value> arg = Integer::New(isolate, NGHTTP2_ERR_PROTO); in HandleSettingsFrame()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h267 NGHTTP2_ERR_PROTO = -505, enumerator
3775 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
3819 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
3969 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
4044 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
4194 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
4455 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h267 NGHTTP2_ERR_PROTO = -505, enumerator
3759 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
3803 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
3953 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
4028 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
4178 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
4439 * :enum:`nghttp2_error.NGHTTP2_ERR_PROTO`
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c4986 CU_ASSERT(NGHTTP2_ERR_PROTO == in test_nghttp2_session_upgrade2()
5032 CU_ASSERT(NGHTTP2_ERR_PROTO == in test_nghttp2_session_upgrade2()
5480 CU_ASSERT(NGHTTP2_ERR_PROTO == nghttp2_submit_request(session, NULL, reqnv, in test_nghttp2_submit_request_with_data()
5577 CU_ASSERT(NGHTTP2_ERR_PROTO == in test_nghttp2_submit_response_with_data()
5924 CU_ASSERT(NGHTTP2_ERR_PROTO == in test_nghttp2_submit_headers()

Completed in 45 milliseconds