Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h88 unsigned need_in_temp:1; member
H A Dngx_output_chain.c296 if (ctx->need_in_temp && (buf->memory || buf->mmap)) { in ngx_output_chain_as_is()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c116 ctx->need_in_temp = r->filter_need_temporary; in ngx_http_copy_filter()