Searched refs:NGHTTP2_ERR_HTTP_HEADER (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_http.c | 111 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 118 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 123 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 137 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 153 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 163 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 172 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 176 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 181 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 186 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() [all...] |
H A D | nghttp2_helper.c | 315 case NGHTTP2_ERR_HTTP_HEADER: in nghttp2_strerror()
|
H A D | nghttp2_session.c | 3752 case NGHTTP2_ERR_HTTP_HEADER: in get_error_code_from_lib_error_code() 3946 rv = NGHTTP2_ERR_HTTP_HEADER; in inflate_header_block() 3958 session, NGHTTP2_ERR_HTTP_HEADER, in inflate_header_block() 3970 if (rv == NGHTTP2_ERR_HTTP_HEADER) { in inflate_header_block() 3976 session, NGHTTP2_ERR_HTTP_HEADER, in inflate_header_block() 3988 frame, NGHTTP2_ERR_HTTP_HEADER); in inflate_header_block()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_http.c | 111 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 118 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 123 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 137 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 153 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 163 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 172 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 176 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 181 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() 186 return NGHTTP2_ERR_HTTP_HEADER; in http_request_on_header() [all...] |
H A D | nghttp2_helper.c | 315 case NGHTTP2_ERR_HTTP_HEADER: in nghttp2_strerror()
|
H A D | nghttp2_session.c | 3747 case NGHTTP2_ERR_HTTP_HEADER: in get_error_code_from_lib_error_code() 3941 rv = NGHTTP2_ERR_HTTP_HEADER; in inflate_header_block() 3953 session, NGHTTP2_ERR_HTTP_HEADER, in inflate_header_block() 3965 if (rv == NGHTTP2_ERR_HTTP_HEADER) { in inflate_header_block() 3971 session, NGHTTP2_ERR_HTTP_HEADER, in inflate_header_block() 3983 frame, NGHTTP2_ERR_HTTP_HEADER); in inflate_header_block()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 386 NGHTTP2_ERR_HTTP_HEADER = -531, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 386 NGHTTP2_ERR_HTTP_HEADER = -531, enumerator
|
/third_party/node/src/ |
H A D | node_http2.cc | 1050 case NGHTTP2_ERR_HTTP_HEADER: in TranslateNghttp2ErrorCode()
|
Completed in 36 milliseconds