Home
last modified time | relevance | path

Searched refs:NGX_HTTP_PARSE_HEADER_DONE (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h52 #define NGX_HTTP_PARSE_HEADER_DONE 1 macro
H A Dngx_http_parse.c1110 return NGX_HTTP_PARSE_HEADER_DONE; in ngx_http_parse_header_line()
H A Dngx_http_request.c1463 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_process_request_headers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c1784 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_grpc_process_header()
2160 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_grpc_filter()
2186 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_grpc_filter()
2616 return NGX_HTTP_PARSE_HEADER_DONE; in ngx_http_grpc_parse_header()
H A Dngx_http_fastcgi_module.c1980 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_fastcgi_process_header()
2037 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_fastcgi_process_header()
H A Dngx_http_scgi_module.c1082 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1292 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_uwsgi_process_header()
H A Dngx_http_proxy_module.c1880 if (rc == NGX_HTTP_PARSE_HEADER_DONE) { in ngx_http_proxy_process_header()