Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_IGN_HEADER_BLOCK (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_int.h43 NGHTTP2_ERR_IGN_HEADER_BLOCK = -103, enumerator
H A Dnghttp2_session.c3815 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in session_inflate_handle_invalid_stream()
3845 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in session_inflate_handle_invalid_connection()
4161 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_request_headers_received()
4200 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_request_headers_received()
4212 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_request_headers_received()
4303 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_push_response_headers_received()
4352 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_headers_received()
4365 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_headers_received()
4991 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_push_promise_received()
5023 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_push_promise_received()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_int.h43 NGHTTP2_ERR_IGN_HEADER_BLOCK = -103, enumerator
H A Dnghttp2_session.c3810 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in session_inflate_handle_invalid_stream()
3840 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in session_inflate_handle_invalid_connection()
4156 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_request_headers_received()
4195 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_request_headers_received()
4207 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_request_headers_received()
4298 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_push_response_headers_received()
4347 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_headers_received()
4360 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_headers_received()
4986 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_push_promise_received()
5018 return NGHTTP2_ERR_IGN_HEADER_BLOCK; in nghttp2_session_on_push_promise_received()
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c3256 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3271 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3284 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3319 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3335 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3355 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3382 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3401 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_request_headers_received()
3477 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK == in test_nghttp2_session_on_headers_received()
3496 CU_ASSERT(NGHTTP2_ERR_IGN_HEADER_BLOCK in test_nghttp2_session_on_headers_received()
[all...]

Completed in 21 milliseconds