Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c104 #define NGX_HTTP_FASTCGI_END_REQUEST 3 macro
2141 if (f->type == NGX_HTTP_FASTCGI_END_REQUEST) { in ngx_http_fastcgi_input_filter()
2158 if (f->type == NGX_HTTP_FASTCGI_END_REQUEST) { in ngx_http_fastcgi_input_filter()
2234 if (f->type == NGX_HTTP_FASTCGI_END_REQUEST) { in ngx_http_fastcgi_input_filter()
2392 if (f->type == NGX_HTTP_FASTCGI_END_REQUEST) { in ngx_http_fastcgi_non_buffered_filter()
2468 if (f->type == NGX_HTTP_FASTCGI_END_REQUEST) { in ngx_http_fastcgi_non_buffered_filter()
2558 case NGX_HTTP_FASTCGI_END_REQUEST: in ngx_http_fastcgi_process_record()