Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.c642 cl->buf->last_shadow, in ngx_event_pipe_write_to_downstream()
655 prev_last_shadow = cl->buf->last_shadow; in ngx_event_pipe_write_to_downstream()
717 if (cl->buf->last_shadow) { in ngx_event_pipe_write_to_downstream()
722 cl->buf->last_shadow = 0; in ngx_event_pipe_write_to_downstream()
802 prev_last_shadow = cl->buf->last_shadow; in ngx_event_pipe_write_chain_to_temp_file()
923 if (b->last_shadow) { in ngx_event_pipe_write_chain_to_temp_file()
969 b->last_shadow = 1; in ngx_event_pipe_copy_input_filter()
1003 while (!b->last_shadow) { in ngx_event_pipe_remove_shadow_links()
1015 b->last_shadow = 0; in ngx_event_pipe_remove_shadow_links()
1095 if (cl->buf->last_shadow) { in ngx_event_pipe_drain_chains()
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h52 unsigned last_shadow:1; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c1508 b->last_shadow = next; in ngx_http_fastcgi_body_output_filter()
1620 if (cl->buf->last_shadow) { in ngx_http_fastcgi_body_output_filter()
2322 b->last_shadow = 1; in ngx_http_fastcgi_input_filter()
H A Dngx_http_grpc_module.c1291 b->last_shadow = next; in ngx_http_grpc_body_output_filter()
1412 if (cl->buf->last_shadow) { in ngx_http_grpc_body_output_filter()
H A Dngx_http_proxy_module.c2048 b->last_shadow = 1; in ngx_http_proxy_copy_filter()
2196 b->last_shadow = 1; in ngx_http_proxy_chunked_filter()