Searched refs:ngx_http_uwsgi_process_header (Results 1 – 1 of 1) sorted by relevance
69 static ngx_int_t ngx_http_uwsgi_process_header(ngx_http_request_t *r);1196 u->process_header = ngx_http_uwsgi_process_header; in ngx_http_uwsgi_process_status_line()1197 return ngx_http_uwsgi_process_header(r); in ngx_http_uwsgi_process_status_line()1220 u->process_header = ngx_http_uwsgi_process_header; in ngx_http_uwsgi_process_status_line()1222 return ngx_http_uwsgi_process_header(r); in ngx_http_uwsgi_process_status_line()1227 ngx_http_uwsgi_process_header(ngx_http_request_t *r) in ngx_http_uwsgi_process_header() function