Searched refs:ngx_buf_in_memory_only (Results 1 – 2 of 2) sorted by relevance
129 #define ngx_buf_in_memory_only(b) (ngx_buf_in_memory(b) && !b->in_file) macro
97 if (ngx_buf_in_memory_only(cl->buf)) { in ngx_solaris_sendfilev_chain()