allocated         101 core/ngx_buf.h     ngx_int_t                    allocated;
allocated         154 core/ngx_output_chain.c                     } else if (out || ctx->allocated == ctx->bufs.num) {
allocated         450 core/ngx_output_chain.c     ctx->allocated++;
allocated         183 event/ngx_event_pipe.c             } else if (p->allocated < p->bufs.num) {
allocated         192 event/ngx_event_pipe.c                 p->allocated++;
allocated          61 event/ngx_event_pipe.h     ngx_int_t          allocated;
allocated         141 http/modules/ngx_http_autoindex_module.c     size_t                          len, utf_len, allocated, root;
allocated         181 http/modules/ngx_http_autoindex_module.c     allocated = path.len;
allocated         288 http/modules/ngx_http_autoindex_module.c             if (path.len + 1 + len + 1 > allocated) {
allocated         289 http/modules/ngx_http_autoindex_module.c                 allocated = path.len + 1 + len + 1
allocated         292 http/modules/ngx_http_autoindex_module.c                 filename = ngx_pnalloc(pool, allocated);
allocated         693 http/modules/ngx_http_fastcgi_module.c                                   allocated;
allocated         736 http/modules/ngx_http_fastcgi_module.c         allocated = 0;
allocated         762 http/modules/ngx_http_fastcgi_module.c                 if (allocated < header[i].key.len) {
allocated         763 http/modules/ngx_http_fastcgi_module.c                     allocated = header[i].key.len + 16;
allocated         764 http/modules/ngx_http_fastcgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
allocated          48 http/modules/ngx_http_gzip_filter_module.c     ngx_uint_t           allocated;
allocated         516 http/modules/ngx_http_gzip_filter_module.c     ctx->allocated = 8192 + (1 << (wbits + 2)) + (1 << (memlevel + 9));
allocated         597 http/modules/ngx_http_gzip_filter_module.c     ctx->preallocated = ngx_palloc(r->pool, ctx->allocated);
allocated         976 http/modules/ngx_http_gzip_filter_module.c     if (alloc <= ctx->allocated) {
allocated         979 http/modules/ngx_http_gzip_filter_module.c         ctx->allocated -= alloc;
allocated         990 http/modules/ngx_http_gzip_filter_module.c                   items * size, ctx->allocated);
allocated          99 http/modules/ngx_http_index_module.c     size_t                        len, root, reserve, allocated;
allocated         122 http/modules/ngx_http_index_module.c     allocated = 0;
allocated         161 http/modules/ngx_http_index_module.c         if (reserve > allocated) {
allocated         168 http/modules/ngx_http_index_module.c             allocated = path.data + path.len - name;
allocated          76 http/modules/ngx_http_random_index_module.c     size_t                             len, allocated, root;
allocated         110 http/modules/ngx_http_random_index_module.c     allocated = path.len;
allocated         178 http/modules/ngx_http_random_index_module.c             if (path.len + 1 + len + 1 > allocated) {
allocated         179 http/modules/ngx_http_random_index_module.c                 allocated = path.len + 1 + len + 1
allocated         182 http/modules/ngx_http_random_index_module.c                 filename = ngx_pnalloc(r->pool, allocated);
allocated         513 http/modules/ngx_http_scgi_module.c     size_t                        len, allocated;
allocated         560 http/modules/ngx_http_scgi_module.c         allocated = 0;
allocated         586 http/modules/ngx_http_scgi_module.c                 if (allocated < header[i].key.len) {
allocated         587 http/modules/ngx_http_scgi_module.c                     allocated = header[i].key.len + 16;
allocated         588 http/modules/ngx_http_scgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
allocated         546 http/modules/ngx_http_uwsgi_module.c     size_t                        key_len, val_len, len, allocated;
allocated         588 http/modules/ngx_http_uwsgi_module.c         allocated = 0;
allocated         614 http/modules/ngx_http_uwsgi_module.c                 if (allocated < header[i].key.len) {
allocated         615 http/modules/ngx_http_uwsgi_module.c                     allocated = header[i].key.len + 16;
allocated         616 http/modules/ngx_http_uwsgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
allocated        1138 http/ngx_http_core_module.c     size_t                        len, root, alias, reserve, allocated;
allocated        1159 http/ngx_http_core_module.c     allocated = 0;
allocated        1192 http/ngx_http_core_module.c         if (reserve > allocated) {
allocated        1202 http/ngx_http_core_module.c             allocated = path.len - root - (r->uri.len - alias);
allocated        1167 http/ngx_http_upstream.c         u->output.allocated = 1;