Home
last modified time | relevance | path

Searched refs:ngx_buf_in_memory_only (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h129 #define ngx_buf_in_memory_only(b) (ngx_buf_in_memory(b) && !b->in_file) macro
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_solaris_sendfilev_chain.c97 if (ngx_buf_in_memory_only(cl->buf)) { in ngx_solaris_sendfilev_chain()