ngx_buf_in_memory  123 core/ngx_buf.h #define ngx_buf_in_memory_only(b)   (ngx_buf_in_memory(b) && !b->in_file)
ngx_buf_in_memory  127 core/ngx_buf.h      && !ngx_buf_in_memory(b) && !b->in_file)
ngx_buf_in_memory  131 core/ngx_buf.h      && !ngx_buf_in_memory(b) && !b->in_file && !b->flush && !b->last_buf)
ngx_buf_in_memory  134 core/ngx_buf.h     (ngx_buf_in_memory(b) ? (off_t) (b->last - b->pos):                      \
ngx_buf_in_memory  242 core/ngx_output_chain.c         if (!ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  249 core/ngx_output_chain.c     if (ctx->need_in_memory && !ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  300 core/ngx_output_chain.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  480 core/ngx_output_chain.c     if (ngx_buf_in_memory(src)) {
ngx_buf_in_memory  109 http/modules/ngx_http_chunked_filter_module.c             || ngx_buf_in_memory(cl->buf)
ngx_buf_in_memory  673 http/modules/ngx_http_range_filter_module.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  684 http/modules/ngx_http_range_filter_module.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  791 http/modules/ngx_http_range_filter_module.c         if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  843 http/modules/ngx_http_ssi_filter_module.c         if (ctx->buf->last_buf || ngx_buf_in_memory(ctx->buf)) {
ngx_buf_in_memory  943 http/modules/ngx_http_ssi_filter_module.c         if (ngx_buf_in_memory(b) || b->in_file) {
ngx_buf_in_memory  386 http/modules/ngx_http_sub_filter_module.c         if (ctx->buf->last_buf || ngx_buf_in_memory(ctx->buf)) {
ngx_buf_in_memory  485 http/modules/ngx_http_sub_filter_module.c         if (ngx_buf_in_memory(b) || b->in_file) {
ngx_buf_in_memory  328 os/unix/ngx_darwin_sendfile_chain.c                 if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  339 os/unix/ngx_darwin_sendfile_chain.c             if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  374 os/unix/ngx_freebsd_sendfile_chain.c                 if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  385 os/unix/ngx_freebsd_sendfile_chain.c             if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  100 os/unix/ngx_linux_sendfile_chain.c             if (!ngx_buf_in_memory(cl->buf) && !cl->buf->in_file) {
ngx_buf_in_memory  340 os/unix/ngx_linux_sendfile_chain.c                 if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  351 os/unix/ngx_linux_sendfile_chain.c             if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  213 os/unix/ngx_solaris_sendfilev_chain.c                 if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory  224 os/unix/ngx_solaris_sendfilev_chain.c             if (ngx_buf_in_memory(cl->buf)) {
ngx_buf_in_memory   80 os/unix/ngx_writev_chain.c             if (!ngx_buf_in_memory(cl->buf)) {