ngx_buf_in_memory  285 src/core/ngx_buf.c             if (ngx_buf_in_memory(in->buf)) {
ngx_buf_in_memory  296 src/core/ngx_buf.c         if (ngx_buf_in_memory(in->buf)) {
ngx_buf_in_memory  135 src/core/ngx_buf.h #define ngx_buf_in_memory_only(b)   (ngx_buf_in_memory(b) && !b->in_file)
ngx_buf_in_memory  139 src/core/ngx_buf.h      && !ngx_buf_in_memory(b) && !b->in_file)
ngx_buf_in_memory  143 src/core/ngx_buf.h      && !ngx_buf_in_memory(b) && !b->in_file && !b->flush && !b->last_buf)
ngx_buf_in_memory  146 src/core/ngx_buf.h     (ngx_buf_in_memory(b) ? (off_t) (b->last - b->pos):                      \
ngx_buf_in_memory  259 src/core/ngx_output_chain.c         if (!ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  272 src/core/ngx_output_chain.c     if (ctx->need_in_memory && !ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  345 src/core/ngx_output_chain.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  525 src/core/ngx_output_chain.c     if (ngx_buf_in_memory(src)) {
ngx_buf_in_memory  130 src/http/modules/ngx_http_chunked_filter_module.c             || ngx_buf_in_memory(cl->buf)
ngx_buf_in_memory 1559 src/http/modules/ngx_http_proxy_module.c             || ngx_buf_in_memory(cl->buf)
ngx_buf_in_memory  720 src/http/modules/ngx_http_range_filter_module.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  731 src/http/modules/ngx_http_range_filter_module.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  831 src/http/modules/ngx_http_range_filter_module.c         if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  862 src/http/modules/ngx_http_ssi_filter_module.c         if (ctx->buf->last_buf || ngx_buf_in_memory(ctx->buf)) {
ngx_buf_in_memory  962 src/http/modules/ngx_http_ssi_filter_module.c         if (ngx_buf_in_memory(b) || b->in_file) {
ngx_buf_in_memory  404 src/http/modules/ngx_http_sub_filter_module.c             || ngx_buf_in_memory(ctx->buf))
ngx_buf_in_memory  494 src/http/modules/ngx_http_sub_filter_module.c         if (ngx_buf_in_memory(b) || b->in_file) {
ngx_buf_in_memory  680 src/http/ngx_http_spdy_filter_module.c         offset = ngx_buf_in_memory(in->buf)
ngx_buf_in_memory  824 src/http/ngx_http_spdy_filter_module.c     if (ngx_buf_in_memory(chunk)) {
ngx_buf_in_memory 1060 src/http/ngx_http_spdy_filter_module.c             if (ngx_buf_in_memory(buf)) {
ngx_buf_in_memory  131 src/os/unix/ngx_writev_chain.c         if (!ngx_buf_in_memory(in->buf)) {