Home
last modified time | relevance | path

Searched refs:NGX_HTTP_PARSE_INVALID_REQUEST (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c299 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
321 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
331 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
341 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
393 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
434 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
460 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
481 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
538 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_request_line()
1522 return NGX_HTTP_PARSE_INVALID_REQUEST; in ngx_http_parse_complex_uri()
[all …]
H A Dngx_http_request.h56 #define NGX_HTTP_PARSE_INVALID_REQUEST 11 macro