Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h87 unsigned need_in_memory:1; member
H A Dngx_output_chain.c292 if (ctx->need_in_memory && !ngx_buf_in_memory(buf)) { in ngx_output_chain_as_is()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c114 ctx->need_in_memory = r->main_filter_need_in_memory in ngx_http_copy_filter()