Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c15 static void ngx_http_process_request_line(ngx_event_t *rev);
499 rev->handler = ngx_http_process_request_line; in ngx_http_wait_request_handler()
500 ngx_http_process_request_line(rev); in ngx_http_wait_request_handler()
1038 ngx_http_process_request_line(ngx_event_t *rev) in ngx_http_process_request_line() function
3104 rev->handler = ngx_http_process_request_line; in ngx_http_set_keepalive()
3339 rev->handler = ngx_http_process_request_line; in ngx_http_keepalive_handler()
3340 ngx_http_process_request_line(rev); in ngx_http_keepalive_handler()