Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h72 } ngx_http_status_t; typedef
101 ngx_http_status_t *status);
H A Dngx_http_parse.c1606 ngx_http_status_t *status) in ngx_http_parse_status_line()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c480 ngx_http_status_t *status; in ngx_http_scgi_handler()
491 status = ngx_pcalloc(r->pool, sizeof(ngx_http_status_t)); in ngx_http_scgi_handler()
943 ngx_http_status_t *status; in ngx_http_scgi_reinit_request()
968 ngx_http_status_t *status; in ngx_http_scgi_process_status_line()
H A Dngx_http_uwsgi_module.c635 ngx_http_status_t *status; in ngx_http_uwsgi_handler()
646 status = ngx_pcalloc(r->pool, sizeof(ngx_http_status_t)); in ngx_http_uwsgi_handler()
1153 ngx_http_status_t *status; in ngx_http_uwsgi_reinit_request()
1178 ngx_http_status_t *status; in ngx_http_uwsgi_process_status_line()
H A Dngx_http_proxy_module.c112 ngx_http_status_t status;