ngx_buf_size      203 src/core/ngx_buf.c         if (ngx_buf_size(cl->buf) != 0) {
ngx_buf_size      280 src/core/ngx_buf.c         size = ngx_buf_size(in->buf);
ngx_buf_size      105 src/core/ngx_output_chain.c             bsize = ngx_buf_size(ctx->in->buf);
ngx_buf_size      189 src/core/ngx_output_chain.c             if (ngx_buf_size(ctx->in->buf) == 0) {
ngx_buf_size      512 src/core/ngx_output_chain.c     size = ngx_buf_size(src);
ngx_buf_size      665 src/core/ngx_output_chain.c         if (ngx_buf_size(in->buf) == 0 && !ngx_buf_special(in->buf)) {
ngx_buf_size      686 src/core/ngx_output_chain.c         size += ngx_buf_size(in->buf);
ngx_buf_size      690 src/core/ngx_output_chain.c                        in->buf->flush, ngx_buf_size(in->buf));
ngx_buf_size      709 src/core/ngx_output_chain.c         if (ngx_buf_size(cl->buf) == 0 && !ngx_buf_special(cl->buf)) {
ngx_buf_size      730 src/core/ngx_output_chain.c         size += ngx_buf_size(cl->buf);
ngx_buf_size      568 src/http/modules/ngx_http_charset_filter_module.c             if (ngx_buf_size(b) == 0) {
ngx_buf_size      616 src/http/modules/ngx_http_charset_filter_module.c             if (ngx_buf_size(b) != 0) {
ngx_buf_size      124 src/http/modules/ngx_http_chunked_filter_module.c                        "http chunk: %d", ngx_buf_size(cl->buf));
ngx_buf_size      126 src/http/modules/ngx_http_chunked_filter_module.c         size += ngx_buf_size(cl->buf);
ngx_buf_size     2508 src/http/modules/ngx_http_fastcgi_module.c                            cl->buf->pos, cl->buf->last, ngx_buf_size(cl->buf));
ngx_buf_size      488 src/http/modules/ngx_http_gunzip_filter_module.c         if (ngx_buf_size(b) == 0) {
ngx_buf_size      543 src/http/modules/ngx_http_gunzip_filter_module.c         if (ngx_buf_size(b) == 0) {
ngx_buf_size      587 src/http/modules/ngx_http_gunzip_filter_module.c     if (ngx_buf_size(b) == 0) {
ngx_buf_size      845 src/http/modules/ngx_http_gzip_filter_module.c         if (ngx_buf_size(b) == 0) {
ngx_buf_size     1553 src/http/modules/ngx_http_proxy_module.c                        "proxy output chunk: %d", ngx_buf_size(cl->buf));
ngx_buf_size     1555 src/http/modules/ngx_http_proxy_module.c         size += ngx_buf_size(cl->buf);
ngx_buf_size     2294 src/http/modules/ngx_http_proxy_module.c                            cl->buf->pos, cl->buf->last, ngx_buf_size(cl->buf));
ngx_buf_size      645 src/http/modules/ngx_http_range_filter_module.c         last = ctx->offset + ngx_buf_size(buf);
ngx_buf_size      655 src/http/modules/ngx_http_range_filter_module.c     ctx->offset = ngx_buf_size(buf);
ngx_buf_size      686 src/http/modules/ngx_http_range_filter_module.c         last = ctx->offset + ngx_buf_size(buf);
ngx_buf_size      628 src/http/modules/ngx_http_scgi_module.c         content_length_n += ngx_buf_size(body->buf);
ngx_buf_size      952 src/http/modules/ngx_http_ssi_filter_module.c         if (ngx_buf_size(b) != 0) {
ngx_buf_size      484 src/http/modules/ngx_http_sub_filter_module.c         if (ngx_buf_size(b) != 0) {
ngx_buf_size      143 src/http/ngx_http_copy_filter_module.c         if (in && in->buf && ngx_buf_size(in->buf)) {
ngx_buf_size      636 src/http/ngx_http_spdy_filter_module.c         size = ngx_buf_size(in->buf);
ngx_buf_size      736 src/http/ngx_http_spdy_filter_module.c             size = ngx_buf_size(in->buf);
ngx_buf_size     1069 src/http/ngx_http_spdy_filter_module.c         if (ngx_buf_size(cl->buf) != 0) {
ngx_buf_size       84 src/http/ngx_http_write_filter_module.c         if (ngx_buf_size(cl->buf) == 0 && !ngx_buf_special(cl->buf)) {
ngx_buf_size      103 src/http/ngx_http_write_filter_module.c         size += ngx_buf_size(cl->buf);
ngx_buf_size      140 src/http/ngx_http_write_filter_module.c         if (ngx_buf_size(cl->buf) == 0 && !ngx_buf_special(cl->buf)) {
ngx_buf_size      159 src/http/ngx_http_write_filter_module.c         size += ngx_buf_size(cl->buf);