length            140 http/modules/ngx_http_autoindex_module.c     off_t                           length;
length            491 http/modules/ngx_http_autoindex_module.c                 length = entry[i].size;
length            493 http/modules/ngx_http_autoindex_module.c                 if (length > 1024 * 1024 * 1024 - 1) {
length            494 http/modules/ngx_http_autoindex_module.c                     size = (ngx_int_t) (length / (1024 * 1024 * 1024));
length            495 http/modules/ngx_http_autoindex_module.c                     if ((length % (1024 * 1024 * 1024))
length            502 http/modules/ngx_http_autoindex_module.c                 } else if (length > 1024 * 1024 - 1) {
length            503 http/modules/ngx_http_autoindex_module.c                     size = (ngx_int_t) (length / (1024 * 1024));
length            504 http/modules/ngx_http_autoindex_module.c                     if ((length % (1024 * 1024)) > (1024 * 1024 / 2 - 1)) {
length            509 http/modules/ngx_http_autoindex_module.c                 } else if (length > 9999) {
length            510 http/modules/ngx_http_autoindex_module.c                     size = (ngx_int_t) (length / 1024);
length            511 http/modules/ngx_http_autoindex_module.c                     if (length % 1024 > 511) {
length            517 http/modules/ngx_http_autoindex_module.c                     size = (ngx_int_t) length;
length             26 http/modules/ngx_http_charset_filter_module.c     unsigned                    length:16;
length             74 http/modules/ngx_http_charset_filter_module.c     unsigned                    length:16;
length            524 http/modules/ngx_http_charset_filter_module.c     ctx->length = charsets[charset].length;
length           1018 http/modules/ngx_http_charset_filter_module.c         size = size / 2 + size / 2 * ctx->length;
length           1024 http/modules/ngx_http_charset_filter_module.c         size = len + size / 2 + size / 2 * ctx->length;
length           1055 http/modules/ngx_http_charset_filter_module.c             size = len + size / 2 + size / 2 * ctx->length;
length           1289 http/modules/ngx_http_charset_filter_module.c         n = ctx.charset->length;
length           1290 http/modules/ngx_http_charset_filter_module.c         ctx.charset->length /= ctx.characters;
length           1293 http/modules/ngx_http_charset_filter_module.c             ctx.charset->length++;
length           1347 http/modules/ngx_http_charset_filter_module.c         ctx->charset->length += i;
length           1471 http/modules/ngx_http_charset_filter_module.c     c->length = 0;
length             65 http/modules/ngx_http_fastcgi_module.c     size_t                         length;
length           1188 http/modules/ngx_http_fastcgi_module.c             if (f->type == NGX_HTTP_FASTCGI_STDOUT && f->length == 0) {
length           1223 http/modules/ngx_http_fastcgi_module.c             if (f->length) {
length           1226 http/modules/ngx_http_fastcgi_module.c                 if (u->buffer.pos + f->length <= u->buffer.last) {
length           1227 http/modules/ngx_http_fastcgi_module.c                     u->buffer.pos += f->length;
length           1228 http/modules/ngx_http_fastcgi_module.c                     f->length = 0;
length           1232 http/modules/ngx_http_fastcgi_module.c                     f->length -= u->buffer.last - u->buffer.pos;
length           1342 http/modules/ngx_http_fastcgi_module.c         if (u->buffer.pos + f->length < u->buffer.last) {
length           1350 http/modules/ngx_http_fastcgi_module.c             u->buffer.last = u->buffer.pos + f->length;
length           1523 http/modules/ngx_http_fastcgi_module.c         f->length -= u->buffer.pos - start;
length           1525 http/modules/ngx_http_fastcgi_module.c         if (f->length == 0) {
length           1604 http/modules/ngx_http_fastcgi_module.c             if (f->type == NGX_HTTP_FASTCGI_STDOUT && f->length == 0) {
length           1651 http/modules/ngx_http_fastcgi_module.c             if (f->length) {
length           1659 http/modules/ngx_http_fastcgi_module.c                 if (f->pos + f->length <= f->last) {
length           1660 http/modules/ngx_http_fastcgi_module.c                     f->pos += f->length;
length           1661 http/modules/ngx_http_fastcgi_module.c                     f->length = 0;
length           1665 http/modules/ngx_http_fastcgi_module.c                     f->length -= f->last - f->pos;
length           1741 http/modules/ngx_http_fastcgi_module.c         if (f->pos + f->length < f->last) {
length           1749 http/modules/ngx_http_fastcgi_module.c             f->pos += f->length;
length           1755 http/modules/ngx_http_fastcgi_module.c         if (f->pos + f->length == f->last) {
length           1768 http/modules/ngx_http_fastcgi_module.c         f->length -= f->last - f->pos;
length           1864 http/modules/ngx_http_fastcgi_module.c             f->length = ch << 8;
length           1869 http/modules/ngx_http_fastcgi_module.c             f->length |= (size_t) ch;
length           1882 http/modules/ngx_http_fastcgi_module.c                            "http fastcgi record length: %z", f->length);
length             60 http/modules/ngx_http_image_filter_module.c     size_t                       length;
length            241 http/modules/ngx_http_image_filter_module.c         ctx->length = conf->buffer_size;
length            244 http/modules/ngx_http_image_filter_module.c         ctx->length = (size_t) len;
length            442 http/modules/ngx_http_image_filter_module.c         ctx->image = ngx_palloc(r->pool, ctx->length);
length            460 http/modules/ngx_http_image_filter_module.c         rest = ctx->image + ctx->length - p;
length            633 http/modules/ngx_http_image_filter_module.c         last = ctx->image + ctx->length - 10;
length            677 http/modules/ngx_http_image_filter_module.c         if (ctx->length / 20 < app) {
length            688 http/modules/ngx_http_image_filter_module.c         if (ctx->length < 10) {
length            699 http/modules/ngx_http_image_filter_module.c         if (ctx->length < 24) {
length            986 http/modules/ngx_http_image_filter_module.c         img = gdImageCreateFromJpegPtr(ctx->length, ctx->image);
length            991 http/modules/ngx_http_image_filter_module.c         img = gdImageCreateFromGifPtr(ctx->length, ctx->image);
length            996 http/modules/ngx_http_image_filter_module.c         img = gdImageCreateFromPngPtr(ctx->length, ctx->image);
length            594 http/modules/ngx_http_log_module.c     off_t  length;
length            596 http/modules/ngx_http_log_module.c     length = r->connection->sent - r->header_size;
length            598 http/modules/ngx_http_log_module.c     if (length > 0) {
length            599 http/modules/ngx_http_log_module.c         return ngx_sprintf(buf, "%O", length);
length            335 http/modules/ngx_http_memcached_module.c                 goto length;
length            341 http/modules/ngx_http_memcached_module.c     length:
length            391 http/modules/ngx_http_memcached_module.c     u->length += NGX_HTTP_MEMCACHED_END;
length            410 http/modules/ngx_http_memcached_module.c     if (u->length == ctx->rest) {
length            420 http/modules/ngx_http_memcached_module.c             u->length = 0;
length            426 http/modules/ngx_http_memcached_module.c         u->length -= bytes;
length            454 http/modules/ngx_http_memcached_module.c                    bytes, b->last - b->pos, u->length, ctx->rest);
length            456 http/modules/ngx_http_memcached_module.c     if (bytes <= (ssize_t) (u->length - NGX_HTTP_MEMCACHED_END)) {
length            457 http/modules/ngx_http_memcached_module.c         u->length -= bytes;
length            461 http/modules/ngx_http_memcached_module.c     last += u->length - NGX_HTTP_MEMCACHED_END;
length            471 http/modules/ngx_http_memcached_module.c     u->length = ctx->rest;
length             53 http/ngx_http_cache.h     off_t                            length;
length             70 http/ngx_http_cache.h     off_t                            length;
length            351 http/ngx_http_file_cache.c     c->length = of.size;
length            414 http/ngx_http_file_cache.c             cache->sh->size += (c->length + cache->bsize - 1) / cache->bsize;
length            597 http/ngx_http_file_cache.c     fcn->length = 0;
length            780 http/ngx_http_file_cache.c     off_t                   size, length;
length            803 http/ngx_http_file_cache.c     length = 0;
length            828 http/ngx_http_file_cache.c             length = ngx_file_size(&fi);
length            832 http/ngx_http_file_cache.c     size = (length + cache->bsize - 1) / cache->bsize;
length            840 http/ngx_http_file_cache.c     size = size - (c->node->length + cache->bsize - 1) / cache->bsize;
length            842 http/ngx_http_file_cache.c     c->node->length = length;
length            881 http/ngx_http_file_cache.c     r->header_only = (c->length - c->body_start) == 0;
length            890 http/ngx_http_file_cache.c     b->file_last = c->length;
length           1151 http/ngx_http_file_cache.c         cache->sh->size -= (fcn->length + cache->bsize - 1) / cache->bsize;
length           1383 http/ngx_http_file_cache.c         c.length = ngx_file_size(&fi);
length           1450 http/ngx_http_file_cache.c         fcn->length = c->length;
length           1452 http/ngx_http_file_cache.c         cache->sh->size += (c->length + cache->bsize - 1) / cache->bsize;
length           1627 http/ngx_http_upstream.c         if (u->length == 0) {
length           1919 http/ngx_http_upstream.c         u->length = (size_t) r->headers_out.content_length_n;
length           1922 http/ngx_http_upstream.c         u->length = NGX_MAX_SIZE_T_VALUE;
length           2372 http/ngx_http_upstream.c     do_write = do_write || u->length == 0;
length           2392 http/ngx_http_upstream.c                 if (u->length == 0
length           2407 http/ngx_http_upstream.c         if (size > u->length) {
length           2408 http/ngx_http_upstream.c             size = u->length;
length           2507 http/ngx_http_upstream.c     if (u->length == NGX_MAX_SIZE_T_VALUE) {
length           2511 http/ngx_http_upstream.c     u->length -= bytes;
length            269 http/ngx_http_upstream.h     size_t                           length;