Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h31 ngx_chain_t **last_in; member
H A Dngx_event_pipe.c822 p->last_in = &p->in; in ngx_event_pipe_write_chain_to_temp_file()
827 p->last_in = &p->in; in ngx_event_pipe_write_chain_to_temp_file()
976 *p->last_in = cl; in ngx_event_pipe_copy_input_filter()
980 p->last_in = &cl->next; in ngx_event_pipe_copy_input_filter()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c2055 *p->last_in = cl; in ngx_http_proxy_copy_filter()
2059 p->last_in = &cl->next; in ngx_http_proxy_copy_filter()
2136 *p->last_in = cl; in ngx_http_proxy_chunked_filter()
2140 p->last_in = &cl->next; in ngx_http_proxy_chunked_filter()
H A Dngx_http_fastcgi_module.c2275 *p->last_in = cl; in ngx_http_fastcgi_input_filter()
2279 p->last_in = &cl->next; in ngx_http_fastcgi_input_filter()