Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h128 #define ngx_buf_in_memory(b) (b->temporary || b->memory || b->mmap) macro
129 #define ngx_buf_in_memory_only(b) (ngx_buf_in_memory(b) && !b->in_file)
133 && !ngx_buf_in_memory(b) && !b->in_file)
137 && !ngx_buf_in_memory(b) && !b->in_file && !b->flush && !b->last_buf)
140 (ngx_buf_in_memory(b) ? (off_t) (b->last - b->pos): \
H A Dngx_buf.c291 if (ngx_buf_in_memory(in->buf)) { in ngx_chain_update_sent()
302 if (ngx_buf_in_memory(in->buf)) { in ngx_chain_update_sent()
H A Dngx_output_chain.c279 if (!ngx_buf_in_memory(buf)) { in ngx_output_chain_as_is()
292 if (ctx->need_in_memory && !ngx_buf_in_memory(buf)) { in ngx_output_chain_as_is()
365 if (ngx_buf_in_memory(buf)) { in ngx_output_chain_add_copy()
545 if (ngx_buf_in_memory(src)) { in ngx_output_chain_copy_buf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_range_filter_module.c750 if (ngx_buf_in_memory(buf)) { in ngx_http_range_singlepart_body()
761 if (ngx_buf_in_memory(buf)) { in ngx_http_range_singlepart_body()
862 if (ngx_buf_in_memory(buf)) { in ngx_http_range_multipart_body()
H A Dngx_http_chunked_filter_module.c134 || ngx_buf_in_memory(cl->buf) in ngx_http_chunked_body_filter()
H A Dngx_http_sub_filter_module.c500 || ngx_buf_in_memory(ctx->buf)) in ngx_http_sub_body_filter()
587 if (ngx_buf_in_memory(b) || b->in_file) { in ngx_http_sub_output()
H A Dngx_http_ssi_filter_module.c864 if (ctx->buf->last_buf || ngx_buf_in_memory(ctx->buf)) { in ngx_http_ssi_body_filter()
964 if (ngx_buf_in_memory(b) || b->in_file) { in ngx_http_ssi_output()
H A Dngx_http_proxy_module.c1630 || ngx_buf_in_memory(cl->buf) in ngx_http_proxy_body_output_filter()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_writev_chain.c131 if (!ngx_buf_in_memory(in->buf)) { in ngx_output_chain_to_iovec()
H A Dngx_udp_sendmsg_chain.c143 if (!ngx_buf_in_memory(in->buf)) { in ngx_udp_output_chain_to_iovec()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1475 offset = ngx_buf_in_memory(in->buf) in ngx_http_v2_send_chain()
1648 if (ngx_buf_in_memory(chunk)) { in ngx_http_v2_filter_get_shadow()
1973 if (ngx_buf_in_memory(buf)) { in ngx_http_v2_data_frame_handler()