size_t            792 core/nginx.c       size_t     len;
size_t            828 core/nginx.c       size_t   len;
size_t             12 core/ngx_array.c ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size)
size_t             56 core/ngx_array.c     size_t       size;
size_t            103 core/ngx_array.c     size_t       size;
size_t             18 core/ngx_array.h     size_t       size;
size_t             24 core/ngx_array.h ngx_array_t *ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size);
size_t             31 core/ngx_array.h ngx_array_init(ngx_array_t *array, ngx_pool_t *pool, ngx_uint_t n, size_t size)
size_t             12 core/ngx_buf.c ngx_create_temp_buf(ngx_pool_t *pool, size_t size)
size_t             66 core/ngx_buf.h     size_t       size;
size_t            137 core/ngx_buf.h ngx_buf_t *ngx_create_temp_buf(ngx_pool_t *pool, size_t size);
size_t            438 core/ngx_conf_file.c     size_t       len;
size_t            806 core/ngx_conf_file.c     size_t      len;
size_t           1218 core/ngx_conf_file.c     size_t           *sp;
size_t           1223 core/ngx_conf_file.c     sp = (size_t *) (p + cmd->offset);
size_t           1231 core/ngx_conf_file.c     if (*sp == (size_t) NGX_ERROR) {
size_t           1367 core/ngx_conf_file.c     if (bufs->size == (size_t) NGX_ERROR || bufs->size == 0) {
size_t             59 core/ngx_conf_file.h #define NGX_CONF_UNSET_SIZE  (size_t) -1
size_t             21 core/ngx_connection.c     size_t            len;
size_t             91 core/ngx_connection.c     size_t                     len;
size_t             22 core/ngx_connection.h     size_t              addr_text_max_len;
size_t             39 core/ngx_connection.h     size_t              pool_size;
size_t             41 core/ngx_connection.h     size_t              post_accept_buffer_size;
size_t             18 core/ngx_crc.h ngx_crc(u_char *data, size_t len)
size_t             20 core/ngx_crc32.h ngx_crc32_short(u_char *p, size_t len)
size_t             38 core/ngx_crc32.h ngx_crc32_long(u_char *p, size_t len)
size_t             57 core/ngx_crc32.h ngx_crc32_update(uint32_t *crc, u_char *p, size_t len)
size_t            973 core/ngx_cycle.c     size_t      len;
size_t           1262 core/ngx_cycle.c ngx_shared_memory_add(ngx_conf_t *cf, ngx_str_t *name, size_t size, void *tag)
size_t            105 core/ngx_cycle.h      size_t                   thread_stack_size;
size_t            128 core/ngx_cycle.h     size_t size, void *tag);
size_t            118 core/ngx_file.c ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len)
size_t            120 core/ngx_file.c     size_t      i, level;
size_t            145 core/ngx_file.c     size_t      pos;
size_t            674 core/ngx_file.c     size_t            len;
size_t            709 core/ngx_file.c         len = (size_t) size;
size_t            729 core/ngx_file.c             len = (size_t) size;
size_t            740 core/ngx_file.c         if ((size_t) n != len) {
size_t            755 core/ngx_file.c         if ((size_t) n != len) {
size_t            822 core/ngx_file.c     size_t      len;
size_t             43 core/ngx_file.h     size_t                     len;
size_t             44 core/ngx_file.h     size_t                     level[3];
size_t             57 core/ngx_file.h     size_t                     level[3];
size_t             91 core/ngx_file.h     size_t                     buf_size;
size_t            117 core/ngx_file.h     size_t                     alloc;
size_t            127 core/ngx_file.h void ngx_create_hashed_filename(ngx_path_t *path, u_char *file, size_t len);
size_t             12 core/ngx_hash.c ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len)
size_t             28 core/ngx_hash.c         if (len != (size_t) elt->len) {
size_t             52 core/ngx_hash.c ngx_hash_find_wc_head(ngx_hash_wildcard_t *hwc, u_char *name, size_t len)
size_t            146 core/ngx_hash.c ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len)
size_t            211 core/ngx_hash.c     size_t len)
size_t            254 core/ngx_hash.c     size_t           len;
size_t            461 core/ngx_hash.c     size_t                len, dot_len;
size_t            603 core/ngx_hash.c ngx_hash_key(u_char *data, size_t len)
size_t            618 core/ngx_hash.c ngx_hash_key_lc(u_char *data, size_t len)
size_t            633 core/ngx_hash.c ngx_hash_strlow(u_char *dst, u_char *src, size_t n)
size_t            709 core/ngx_hash.c     size_t           len;
size_t             41 core/ngx_hash.h typedef ngx_uint_t (*ngx_hash_key_pt) (u_char *data, size_t len);
size_t             99 core/ngx_hash.h void *ngx_hash_find(ngx_hash_t *hash, ngx_uint_t key, u_char *name, size_t len);
size_t            100 core/ngx_hash.h void *ngx_hash_find_wc_head(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);
size_t            101 core/ngx_hash.h void *ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);
size_t            103 core/ngx_hash.h     u_char *name, size_t len);
size_t            111 core/ngx_hash.h ngx_uint_t ngx_hash_key(u_char *data, size_t len);
size_t            112 core/ngx_hash.h ngx_uint_t ngx_hash_key_lc(u_char *data, size_t len);
size_t            113 core/ngx_hash.h ngx_uint_t ngx_hash_strlow(u_char *dst, u_char *src, size_t n);
size_t             17 core/ngx_inet.c ngx_inet_addr(u_char *text, size_t len)
size_t             62 core/ngx_inet.c ngx_inet6_addr(u_char *p, size_t len, u_char *addr)
size_t             65 core/ngx_inet.c     size_t      len4;
size_t            179 core/ngx_inet.c size_t
size_t            180 core/ngx_inet.c ngx_sock_ntop(struct sockaddr *sa, u_char *text, size_t len, ngx_uint_t port)
size_t            185 core/ngx_inet.c     size_t                n;
size_t            248 core/ngx_inet.c size_t
size_t            249 core/ngx_inet.c ngx_inet_ntop(int family, void *addr, u_char *text, size_t len)
size_t            278 core/ngx_inet.c size_t
size_t            279 core/ngx_inet.c ngx_inet6_ntop(u_char *p, u_char *text, size_t len)
size_t            282 core/ngx_inet.c     size_t       max, n;
size_t            361 core/ngx_inet.c     size_t       len;
size_t            451 core/ngx_inet.c ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, size_t len)
size_t            539 core/ngx_inet.c     size_t               len;
size_t            616 core/ngx_inet.c     size_t               len;
size_t            791 core/ngx_inet.c     size_t                len;
size_t            900 core/ngx_inet.c     size_t               len;
size_t            104 core/ngx_inet.h in_addr_t ngx_inet_addr(u_char *text, size_t len);
size_t            106 core/ngx_inet.h ngx_int_t ngx_inet6_addr(u_char *p, size_t len, u_char *addr);
size_t            107 core/ngx_inet.h size_t ngx_inet6_ntop(u_char *p, u_char *text, size_t len);
size_t            109 core/ngx_inet.h size_t ngx_sock_ntop(struct sockaddr *sa, u_char *text, size_t len,
size_t            111 core/ngx_inet.h size_t ngx_inet_ntop(int family, void *addr, u_char *text, size_t len);
size_t            114 core/ngx_inet.h     size_t len);
size_t             12 core/ngx_list.c ngx_list_create(ngx_pool_t *pool, ngx_uint_t n, size_t size)
size_t             27 core/ngx_list.h     size_t            size;
size_t             33 core/ngx_list.h ngx_list_t *ngx_list_create(ngx_pool_t *pool, ngx_uint_t n, size_t size);
size_t             36 core/ngx_list.h ngx_list_init(ngx_list_t *list, ngx_pool_t *pool, ngx_uint_t n, size_t size)
size_t            268 core/ngx_log.c     size_t   nlen, plen;
size_t             44 core/ngx_log.h typedef u_char *(*ngx_log_handler_pt) (ngx_log_t *log, u_char *buf, size_t len);
size_t             24 core/ngx_open_file_cache.h     size_t                   read_ahead;
size_t            333 core/ngx_output_chain.c     size_t      size;
size_t            344 core/ngx_output_chain.c     size = (size_t) (in->file_pos - (in->file_pos & ~(ctx->alignment - 1)));
size_t            352 core/ngx_output_chain.c         size = (size_t) bsize;
size_t            355 core/ngx_output_chain.c         size = (size_t) ctx->alignment - size;
size_t            358 core/ngx_output_chain.c             size = (size_t) bsize;
size_t            383 core/ngx_output_chain.c     size_t       size;
size_t            400 core/ngx_output_chain.c             size = (size_t) bsize;
size_t            413 core/ngx_output_chain.c             size = (size_t) bsize;
size_t            430 core/ngx_output_chain.c         b->start = ngx_pmemalign(ctx->pool, size, (size_t) ctx->alignment);
size_t            481 core/ngx_output_chain.c         ngx_memcpy(dst->pos, src->pos, (size_t) size);
size_t            482 core/ngx_output_chain.c         src->pos += (size_t) size;
size_t            483 core/ngx_output_chain.c         dst->last += (size_t) size;
size_t            526 core/ngx_output_chain.c             n = ngx_file_aio_read(src->file, dst->pos, (size_t) size,
size_t            534 core/ngx_output_chain.c             n = ngx_read_file(src->file, dst->pos, (size_t) size,
size_t            539 core/ngx_output_chain.c         n = ngx_read_file(src->file, dst->pos, (size_t) size, src->file_pos);
size_t             11 core/ngx_palloc.c static void *ngx_palloc_block(ngx_pool_t *pool, size_t size);
size_t             12 core/ngx_palloc.c static void *ngx_palloc_large(ngx_pool_t *pool, size_t size);
size_t             16 core/ngx_palloc.c ngx_create_pool(size_t size, ngx_log_t *log)
size_t            116 core/ngx_palloc.c ngx_palloc(ngx_pool_t *pool, size_t size)
size_t            128 core/ngx_palloc.c             if ((size_t) (p->d.end - m) >= size) {
size_t            146 core/ngx_palloc.c ngx_pnalloc(ngx_pool_t *pool, size_t size)
size_t            158 core/ngx_palloc.c             if ((size_t) (p->d.end - m) >= size) {
size_t            176 core/ngx_palloc.c ngx_palloc_block(ngx_pool_t *pool, size_t size)
size_t            179 core/ngx_palloc.c     size_t       psize;
size_t            182 core/ngx_palloc.c     psize = (size_t) (pool->d.end - (u_char *) pool);
size_t            216 core/ngx_palloc.c ngx_palloc_large(ngx_pool_t *pool, size_t size)
size_t            255 core/ngx_palloc.c ngx_pmemalign(ngx_pool_t *pool, size_t size, size_t alignment)
size_t            300 core/ngx_palloc.c ngx_pcalloc(ngx_pool_t *pool, size_t size)
size_t            314 core/ngx_palloc.c ngx_pool_cleanup_add(ngx_pool_t *p, size_t size)
size_t            409 core/ngx_palloc.c ngx_get_cached_block(size_t size)
size_t             58 core/ngx_palloc.h     size_t                max;
size_t             74 core/ngx_palloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
size_t             75 core/ngx_palloc.h void *ngx_calloc(size_t size, ngx_log_t *log);
size_t             77 core/ngx_palloc.h ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
size_t             81 core/ngx_palloc.h void *ngx_palloc(ngx_pool_t *pool, size_t size);
size_t             82 core/ngx_palloc.h void *ngx_pnalloc(ngx_pool_t *pool, size_t size);
size_t             83 core/ngx_palloc.h void *ngx_pcalloc(ngx_pool_t *pool, size_t size);
size_t             84 core/ngx_palloc.h void *ngx_pmemalign(ngx_pool_t *pool, size_t size, size_t alignment);
size_t             88 core/ngx_palloc.h ngx_pool_cleanup_t *ngx_pool_cleanup_add(ngx_pool_t *p, size_t size);
size_t             15 core/ngx_parse.c     size_t     len;
size_t             55 core/ngx_parse.c     size_t     len;
size_t             32 core/ngx_radix_tree.h     size_t             size;
size_t             11 core/ngx_regex.c static void * ngx_libc_cdecl ngx_regex_malloc(size_t size);
size_t             79 core/ngx_regex.c         if ((size_t) erroff == rc->pattern.len) {
size_t            190 core/ngx_regex.c ngx_regex_malloc(size_t size)
size_t             70 core/ngx_resolver.c     size_t n);
size_t             71 core/ngx_resolver.c static void ngx_resolver_process_a(ngx_resolver_t *r, u_char *buf, size_t n,
size_t             73 core/ngx_resolver.c static void ngx_resolver_process_ptr(ngx_resolver_t *r, u_char *buf, size_t n,
size_t             85 core/ngx_resolver.c static void *ngx_resolver_alloc(ngx_resolver_t *r, size_t size);
size_t             86 core/ngx_resolver.c static void *ngx_resolver_calloc(ngx_resolver_t *r, size_t size);
size_t             89 core/ngx_resolver.c static void *ngx_resolver_dup(ngx_resolver_t *r, void *src, size_t size);
size_t             90 core/ngx_resolver.c static u_char *ngx_resolver_log_error(ngx_log_t *log, u_char *buf, size_t len);
size_t            812 core/ngx_resolver.c                        "resolver expire \"%*s\"", (size_t) rn->nlen, rn->name);
size_t            847 core/ngx_resolver.c     if ((size_t) n != (size_t) rn->qlen) {
size_t            919 core/ngx_resolver.c                        (size_t) rn->nlen, rn->name, rn->waiting);
size_t            965 core/ngx_resolver.c ngx_resolver_process_response(ngx_resolver_t *r, u_char *buf, size_t n)
size_t            968 core/ngx_resolver.c     size_t                 len;
size_t            976 core/ngx_resolver.c     if ((size_t) n < sizeof(ngx_resolver_query_t)) {
size_t           1116 core/ngx_resolver.c ngx_resolver_process_a(ngx_resolver_t *r, u_char *buf, size_t last,
size_t           1121 core/ngx_resolver.c     size_t                len;
size_t           1417 core/ngx_resolver.c ngx_resolver_process_ptr(ngx_resolver_t *r, u_char *buf, size_t n,
size_t           1421 core/ngx_resolver.c     size_t                len;
size_t           1536 core/ngx_resolver.c     if (name.len != (size_t) rn->nlen
size_t           1725 core/ngx_resolver.c     size_t                 len, nlen;
size_t           1806 core/ngx_resolver.c     size_t                 len;
size_t           1992 core/ngx_resolver.c ngx_resolver_alloc(ngx_resolver_t *r, size_t size)
size_t           2007 core/ngx_resolver.c ngx_resolver_calloc(ngx_resolver_t *r, size_t size)
size_t           2040 core/ngx_resolver.c ngx_resolver_dup(ngx_resolver_t *r, void *src, size_t size)
size_t           2080 core/ngx_resolver.c ngx_resolver_log_error(ngx_log_t *log, u_char *buf, size_t len)
size_t             79 core/ngx_slab.c     size_t            size;
size_t            141 core/ngx_slab.c ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size)
size_t            156 core/ngx_slab.c ngx_slab_alloc_locked(ngx_slab_pool_t *pool, size_t size)
size_t            158 core/ngx_slab.c     size_t            s;
size_t            415 core/ngx_slab.c     size_t            size;
size_t             27 core/ngx_slab.h     size_t            min_size;
size_t             28 core/ngx_slab.h     size_t            min_shift;
size_t             47 core/ngx_slab.h void *ngx_slab_alloc(ngx_slab_pool_t *pool, size_t size);
size_t             48 core/ngx_slab.h void *ngx_slab_alloc_locked(ngx_slab_pool_t *pool, size_t size);
size_t             18 core/ngx_string.c ngx_strlow(u_char *dst, u_char *src, size_t n)
size_t             30 core/ngx_string.c ngx_cpystrn(u_char *dst, u_char *src, size_t n)
size_t            116 core/ngx_string.c ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...)
size_t            149 core/ngx_string.c     size_t                 len, slen;
size_t            175 core/ngx_string.c             slen = (size_t) -1;
size_t            217 core/ngx_string.c                     slen = va_arg(args, size_t);
size_t            234 core/ngx_string.c                 len = ngx_min(((size_t) (last - buf)), v->len);
size_t            243 core/ngx_string.c                 len = ngx_min(((size_t) (last - buf)), vv->len);
size_t            252 core/ngx_string.c                 if (slen == (size_t) -1) {
size_t            258 core/ngx_string.c                     len = ngx_min(((size_t) (last - buf)), slen);
size_t            296 core/ngx_string.c                     ui64 = (uint64_t) va_arg(args, size_t);
size_t            476 core/ngx_string.c     size_t          len;
size_t            587 core/ngx_string.c ngx_strncasecmp(u_char *s1, u_char *s2, size_t n)
size_t            616 core/ngx_string.c ngx_strnstr(u_char *s1, char *s2, size_t len)
size_t            619 core/ngx_string.c     size_t  n;
size_t            656 core/ngx_string.c ngx_strstrn(u_char *s1, char *s2, size_t n)
size_t            679 core/ngx_string.c ngx_strcasestrn(u_char *s1, char *s2, size_t n)
size_t            711 core/ngx_string.c ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n)
size_t            738 core/ngx_string.c ngx_rstrncmp(u_char *s1, u_char *s2, size_t n)
size_t            761 core/ngx_string.c ngx_rstrncasecmp(u_char *s1, u_char *s2, size_t n)
size_t            796 core/ngx_string.c ngx_memn2cmp(u_char *s1, u_char *s2, size_t n1, size_t n2)
size_t            798 core/ngx_string.c     size_t     n;
size_t            852 core/ngx_string.c ngx_atoi(u_char *line, size_t n)
size_t            880 core/ngx_string.c ngx_atofp(u_char *line, size_t n, size_t point)
size_t            928 core/ngx_string.c ngx_atosz(u_char *line, size_t n)
size_t            954 core/ngx_string.c ngx_atoof(u_char *line, size_t n)
size_t            980 core/ngx_string.c ngx_atotm(u_char *line, size_t n)
size_t           1006 core/ngx_string.c ngx_hextoi(u_char *line, size_t n)
size_t           1043 core/ngx_string.c ngx_hex_dump(u_char *dst, u_char *src, size_t len)
size_t           1060 core/ngx_string.c     size_t          len;
size_t           1154 core/ngx_string.c     size_t          len;
size_t           1207 core/ngx_string.c ngx_utf8_decode(u_char **p, size_t n)
size_t           1209 core/ngx_string.c     size_t    len;
size_t           1263 core/ngx_string.c size_t
size_t           1264 core/ngx_string.c ngx_utf8_length(u_char *p, size_t n)
size_t           1267 core/ngx_string.c     size_t  len;
size_t           1291 core/ngx_string.c ngx_utf8_cpystrn(u_char *dst, u_char *src, size_t n, size_t len)
size_t           1337 core/ngx_string.c ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)
size_t           1486 core/ngx_string.c ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type)
size_t           1616 core/ngx_string.c ngx_escape_html(u_char *dst, u_char *src, size_t size)
size_t           1764 core/ngx_string.c ngx_sort(void *base, size_t n, size_t size,
size_t           1797 core/ngx_string.c ngx_memcpy(void *dst, void *src, size_t n)
size_t             16 core/ngx_string.h     size_t      len;
size_t             49 core/ngx_string.h void ngx_strlow(u_char *dst, u_char *src, size_t n);
size_t             91 core/ngx_string.h void *ngx_memcpy(void *dst, void *src, size_t n);
size_t            115 core/ngx_string.h ngx_copy(u_char *dst, u_char *src, size_t len)
size_t            146 core/ngx_string.h u_char *ngx_cpystrn(u_char *dst, u_char *src, size_t n);
size_t            149 core/ngx_string.h u_char * ngx_cdecl ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...);
size_t            157 core/ngx_string.h ngx_int_t ngx_strncasecmp(u_char *s1, u_char *s2, size_t n);
size_t            159 core/ngx_string.h u_char *ngx_strnstr(u_char *s1, char *s2, size_t n);
size_t            161 core/ngx_string.h u_char *ngx_strstrn(u_char *s1, char *s2, size_t n);
size_t            162 core/ngx_string.h u_char *ngx_strcasestrn(u_char *s1, char *s2, size_t n);
size_t            163 core/ngx_string.h u_char *ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n);
size_t            165 core/ngx_string.h ngx_int_t ngx_rstrncmp(u_char *s1, u_char *s2, size_t n);
size_t            166 core/ngx_string.h ngx_int_t ngx_rstrncasecmp(u_char *s1, u_char *s2, size_t n);
size_t            167 core/ngx_string.h ngx_int_t ngx_memn2cmp(u_char *s1, u_char *s2, size_t n1, size_t n2);
size_t            170 core/ngx_string.h ngx_int_t ngx_atoi(u_char *line, size_t n);
size_t            171 core/ngx_string.h ngx_int_t ngx_atofp(u_char *line, size_t n, size_t point);
size_t            172 core/ngx_string.h ssize_t ngx_atosz(u_char *line, size_t n);
size_t            173 core/ngx_string.h off_t ngx_atoof(u_char *line, size_t n);
size_t            174 core/ngx_string.h time_t ngx_atotm(u_char *line, size_t n);
size_t            175 core/ngx_string.h ngx_int_t ngx_hextoi(u_char *line, size_t n);
size_t            177 core/ngx_string.h u_char *ngx_hex_dump(u_char *dst, u_char *src, size_t len);
size_t            187 core/ngx_string.h uint32_t ngx_utf8_decode(u_char **p, size_t n);
size_t            188 core/ngx_string.h size_t ngx_utf8_length(u_char *p, size_t n);
size_t            189 core/ngx_string.h u_char *ngx_utf8_cpystrn(u_char *dst, u_char *src, size_t n, size_t len);
size_t            202 core/ngx_string.h uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
size_t            204 core/ngx_string.h void ngx_unescape_uri(u_char **dst, u_char **src, size_t size, ngx_uint_t type);
size_t            205 core/ngx_string.h uintptr_t ngx_escape_html(u_char *dst, u_char *src, size_t size);
size_t            220 core/ngx_string.h void ngx_sort(void *base, size_t n, size_t size,
size_t            117 event/modules/ngx_devpoll_module.c     size_t               n;
size_t            290 event/modules/ngx_devpoll_module.c     size_t             n;
size_t            341 event/modules/ngx_devpoll_module.c     size_t              n;
size_t            467 event/modules/ngx_rtsig_module.c     size_t             len;
size_t            347 event/ngx_event.c ngx_handle_write_event(ngx_event_t *wev, size_t lowat)
size_t            430 event/ngx_event.c     size_t               size, cl;
size_t            842 event/ngx_event.c ngx_send_lowat(ngx_connection_t *c, size_t lowat)
size_t            205 event/ngx_event.h     size_t                     nbytes;
size_t            209 event/ngx_event.h     size_t                     nbytes;
size_t            541 event/ngx_event.h u_char *ngx_accept_log_error(ngx_log_t *log, u_char *buf, size_t len);
size_t            546 event/ngx_event.h ngx_int_t ngx_handle_write_event(ngx_event_t *wev, size_t lowat);
size_t            552 event/ngx_event.h u_char *ngx_acceptex_log_error(ngx_log_t *log, u_char *buf, size_t len);
size_t            556 event/ngx_event.h ngx_int_t ngx_send_lowat(ngx_connection_t *c, size_t lowat);
size_t            423 event/ngx_event_accept.c ngx_accept_log_error(ngx_log_t *log, u_char *buf, size_t len)
size_t            743 event/ngx_event_openssl.c ngx_ssl_recv(ngx_connection_t *c, u_char *buf, size_t size)
size_t           1074 event/ngx_event_openssl.c ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size)
size_t           1501 event/ngx_event_openssl.c     size_t                    len;
size_t           1699 event/ngx_event_openssl.c     hash = ngx_crc32_short(id, (size_t) len);
size_t           1737 event/ngx_event_openssl.c                               (size_t) len, (size_t) node->data);
size_t           1793 event/ngx_event_openssl.c     size_t                    len;
size_t           1812 event/ngx_event_openssl.c     len = (size_t) sess->session_id_length;
size_t           1843 event/ngx_event_openssl.c             rc = ngx_memn2cmp(id, sess_id->id, len, (size_t) node->data);
size_t           1936 event/ngx_event_openssl.c                               (size_t) node->data, (size_t) temp->data)
size_t           2017 event/ngx_event_openssl.c     size_t   len;
size_t           2068 event/ngx_event_openssl.c     size_t       len;
size_t           2112 event/ngx_event_openssl.c     size_t      len;
size_t           2154 event/ngx_event_openssl.c     size_t      len;
size_t           2195 event/ngx_event_openssl.c     size_t   len;
size_t             65 event/ngx_event_openssl.h     size_t                      len;
size_t            140 event/ngx_event_openssl.h ssize_t ngx_ssl_recv(ngx_connection_t *c, u_char *buf, size_t size);
size_t            141 event/ngx_event_openssl.h ssize_t ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size);
size_t            430 event/ngx_event_pipe.c     size_t             bsize;
size_t            542 event/ngx_event_pipe.c         if (bsize >= (size_t) p->busy_size) {
size_t             80 event/ngx_event_pipe.h     size_t             preread_size;
size_t            184 http/modules/ngx_http_access_module.c         size_t  cl, ml, al;
size_t            423 http/modules/ngx_http_auth_basic_module.c     size_t   len;
size_t             16 http/modules/ngx_http_autoindex_module.c     size_t         size;
size_t             18 http/modules/ngx_http_autoindex_module.c     size_t         alloc_size;
size_t             27 http/modules/ngx_http_autoindex_module.c     size_t         utf_len;
size_t             28 http/modules/ngx_http_autoindex_module.c     size_t         escape;
size_t            141 http/modules/ngx_http_autoindex_module.c     size_t                          len, utf_len, allocated, root;
size_t            390 http/modules/ngx_http_autoindex_module.c         ngx_qsort(entry, (size_t) entries.nelts,
size_t            576 http/modules/ngx_http_autoindex_module.c ngx_http_autoindex_alloc(ngx_http_autoindex_ctx_t *ctx, size_t size)
size_t            582 http/modules/ngx_http_autoindex_module.c         if ((size_t) (ctx->buf->end - ctx->buf->last) >= size) {
size_t             25 http/modules/ngx_http_browser_module.c     size_t                      skip;
size_t             26 http/modules/ngx_http_browser_module.c     size_t                      add;
size_t             33 http/modules/ngx_http_browser_module.c     size_t                      skip;
size_t             34 http/modules/ngx_http_browser_module.c     size_t                      add;
size_t            259 http/modules/ngx_http_browser_module.c     size_t                      len;
size_t            489 http/modules/ngx_http_browser_module.c         ngx_qsort(browsers, (size_t) conf->modern_browsers->nelts,
size_t             71 http/modules/ngx_http_charset_filter_module.c     size_t                      saved_len;
size_t            107 http/modules/ngx_http_charset_filter_module.c     ngx_http_charset_ctx_t *ctx, size_t size);
size_t            683 http/modules/ngx_http_charset_filter_module.c     size_t        len, size;
size_t            876 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - dst) < NGX_HTML_ENTITY_LEN) {
size_t            964 http/modules/ngx_http_charset_filter_module.c     size_t        len, size;
size_t           1051 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - dst) < len) {
size_t           1123 http/modules/ngx_http_charset_filter_module.c     size_t size)
size_t           1134 http/modules/ngx_http_charset_filter_module.c         if ((size_t) (b->end - b->start) >= size) {
size_t             32 http/modules/ngx_http_dav_module.c     size_t      len;
size_t            203 http/modules/ngx_http_dav_module.c     size_t                    root;
size_t            285 http/modules/ngx_http_dav_module.c     size_t                    root;
size_t            471 http/modules/ngx_http_dav_module.c     size_t     root;
size_t            513 http/modules/ngx_http_dav_module.c     size_t                    len, root;
size_t            834 http/modules/ngx_http_dav_module.c     size_t                    len;
size_t            870 http/modules/ngx_http_dav_module.c     size_t                    len;
size_t            934 http/modules/ngx_http_dav_module.c     size_t                    len;
size_t             13 http/modules/ngx_http_degradation_module.c     size_t      sbrk_size;
size_t            109 http/modules/ngx_http_degradation_module.c     static size_t                      sbrk_size;
size_t            131 http/modules/ngx_http_degradation_module.c             sbrk_size = (size_t) sbrk(0) - ((uintptr_t) ngx_palloc & ~0x3FFFFF);
size_t            210 http/modules/ngx_http_degradation_module.c         if (dmcf->sbrk_size == (size_t) NGX_ERROR) {
size_t             65 http/modules/ngx_http_fastcgi_module.c     size_t                         length;
size_t             66 http/modules/ngx_http_fastcgi_module.c     size_t                         padding;
size_t            692 http/modules/ngx_http_fastcgi_module.c     size_t                        size, len, key_len, val_len, padding,
size_t           1139 http/modules/ngx_http_fastcgi_module.c     size_t                          size;
size_t           1869 http/modules/ngx_http_fastcgi_module.c             f->length |= (size_t) ch;
size_t           1874 http/modules/ngx_http_fastcgi_module.c             f->padding = (size_t) ch;
size_t           2017 http/modules/ngx_http_fastcgi_module.c     size_t                        size;
size_t           2061 http/modules/ngx_http_fastcgi_module.c                               (size_t) ngx_pagesize);
size_t             65 http/modules/ngx_http_flv_module.c     size_t                     root;
size_t             28 http/modules/ngx_http_geo_module.c     size_t                           offset;
size_t             43 http/modules/ngx_http_geo_module.c     size_t                           data_size;
size_t            215 http/modules/ngx_http_geo_module.c     size_t            len;
size_t            294 http/modules/ngx_http_geo_module.c     size_t                    len;
size_t           1145 http/modules/ngx_http_geo_module.c     size_t                      size, len;
size_t           1193 http/modules/ngx_http_geo_module.c     size = (size_t) ngx_file_size(&fi);
size_t           1226 http/modules/ngx_http_geo_module.c     if ((size_t) n != size) {
size_t           1249 http/modules/ngx_http_geo_module.c         vv->data += (size_t) base;
size_t           1261 http/modules/ngx_http_geo_module.c                             ((u_char *) ranges[i] + (size_t) base);
size_t           1272 http/modules/ngx_http_geo_module.c                                ((u_char *) range->value + (size_t) base);
size_t            219 http/modules/ngx_http_geoip_module.c     size_t        len;
size_t            266 http/modules/ngx_http_geoip_module.c     size_t        len;
size_t             22 http/modules/ngx_http_gzip_filter_module.c     size_t               postpone_gzipping;
size_t             24 http/modules/ngx_http_gzip_filter_module.c     size_t               wbits;
size_t             25 http/modules/ngx_http_gzip_filter_module.c     size_t               memlevel;
size_t             60 http/modules/ngx_http_gzip_filter_module.c     size_t               zin;
size_t             61 http/modules/ngx_http_gzip_filter_module.c     size_t               zout;
size_t            523 http/modules/ngx_http_gzip_filter_module.c     size_t                 size, buffered;
size_t           1163 http/modules/ngx_http_gzip_filter_module.c     size_t *np = data;
size_t           1165 http/modules/ngx_http_gzip_filter_module.c     size_t  wbits, wsize;
size_t           1187 http/modules/ngx_http_gzip_filter_module.c     size_t *np = data;
size_t           1189 http/modules/ngx_http_gzip_filter_module.c     size_t  memlevel, hsize;
size_t             72 http/modules/ngx_http_gzip_static_module.c     size_t                        root;
size_t            182 http/modules/ngx_http_headers_filter_module.c     size_t            len;
size_t             52 http/modules/ngx_http_image_filter_module.c     size_t                       buffer_size;
size_t             60 http/modules/ngx_http_image_filter_module.c     size_t                       length;
size_t            244 http/modules/ngx_http_image_filter_module.c         ctx->length = (size_t) len;
size_t            434 http/modules/ngx_http_image_filter_module.c     size_t                        size, rest;
size_t            536 http/modules/ngx_http_image_filter_module.c     size_t      len;
size_t            623 http/modules/ngx_http_image_filter_module.c     size_t       len, app;
size_t             21 http/modules/ngx_http_index_module.c     size_t                   max_index_len;
size_t             99 http/modules/ngx_http_index_module.c     size_t                        len, root, reserve, allocated;
size_t             54 http/modules/ngx_http_limit_req_module.c     ngx_uint_t hash, u_char *data, size_t len, ngx_uint_t *ep);
size_t            138 http/modules/ngx_http_limit_req_module.c     size_t                      len, n;
size_t            345 http/modules/ngx_http_limit_req_module.c     u_char *data, size_t len, ngx_uint_t *ep)
size_t            377 http/modules/ngx_http_limit_req_module.c             rc = ngx_memn2cmp(data, lr->data, len, (size_t) lr->len);
size_t            487 http/modules/ngx_http_limit_req_module.c     size_t                     len;
size_t            589 http/modules/ngx_http_limit_req_module.c     size_t                     size, len;
size_t            122 http/modules/ngx_http_limit_zone_module.c     size_t                          len, n;
size_t            199 http/modules/ngx_http_limit_zone_module.c             rc = ngx_memn2cmp(vv->data, lz->data, len, (size_t) lz->len);
size_t            336 http/modules/ngx_http_limit_zone_module.c     size_t                      len;
size_t             17 http/modules/ngx_http_log_module.c typedef size_t (*ngx_http_log_op_getlen_pt) (ngx_http_request_t *r,
size_t             22 http/modules/ngx_http_log_module.c     size_t                      len;
size_t             70 http/modules/ngx_http_log_module.c     size_t                      len;
size_t             76 http/modules/ngx_http_log_module.c     u_char *buf, size_t len);
size_t             78 http/modules/ngx_http_log_module.c     ngx_http_log_script_t *script, u_char **name, u_char *buf, size_t len);
size_t            103 http/modules/ngx_http_log_module.c static size_t ngx_http_log_variable_getlen(ngx_http_request_t *r,
size_t            107 http/modules/ngx_http_log_module.c static uintptr_t ngx_http_log_escape(u_char *dst, u_char *src, size_t size);
size_t            220 http/modules/ngx_http_log_module.c     size_t                    len;
size_t            269 http/modules/ngx_http_log_module.c             if (len > (size_t) (file->last - file->pos)) {
size_t            277 http/modules/ngx_http_log_module.c             if (len <= (size_t) (file->last - file->pos)) {
size_t            315 http/modules/ngx_http_log_module.c     size_t len)
size_t            366 http/modules/ngx_http_log_module.c     u_char **name, u_char *buf, size_t len)
size_t            368 http/modules/ngx_http_log_module.c     size_t                     root;
size_t            466 http/modules/ngx_http_log_module.c     size_t     len;
size_t            636 http/modules/ngx_http_log_module.c static size_t
size_t            678 http/modules/ngx_http_log_module.c ngx_http_log_escape(u_char *dst, u_char *src, size_t size)
size_t           1047 http/modules/ngx_http_log_module.c     size_t               i, len;
size_t            112 http/modules/ngx_http_map_module.c     size_t                      len;
size_t            307 http/modules/ngx_http_map_module.c                   (size_t) ctx.keys.dns_wc_head.nelts,
size_t            327 http/modules/ngx_http_map_module.c                   (size_t) ctx.keys.dns_wc_tail.nelts,
size_t            459 http/modules/ngx_http_map_module.c             if (value[1].len != (size_t) vp[i]->len) {
size_t             19 http/modules/ngx_http_memcached_module.c     size_t                     rest;
size_t            211 http/modules/ngx_http_memcached_module.c     size_t                          len;
size_t            558 http/modules/ngx_http_memcached_module.c                               (size_t) ngx_pagesize);
size_t             15 http/modules/ngx_http_proxy_module.c     ngx_table_elt_t *h, size_t prefix, ngx_http_proxy_redirect_t *pr);
size_t             82 http/modules/ngx_http_proxy_module.c     size_t                         internal_body_length;
size_t            110 http/modules/ngx_http_proxy_module.c     ngx_table_elt_t *h, size_t prefix);
size_t            632 http/modules/ngx_http_proxy_module.c     size_t                add;
size_t            736 http/modules/ngx_http_proxy_module.c     size_t                      len, loc_len;
size_t            835 http/modules/ngx_http_proxy_module.c     size_t                        len, uri_len, loc_len, body_len;
size_t           1107 http/modules/ngx_http_proxy_module.c                    (size_t) (b->last - b->pos), b->pos);
size_t           1171 http/modules/ngx_http_proxy_module.c     size_t                 len;
size_t           1493 http/modules/ngx_http_proxy_module.c     size_t prefix)
size_t           1522 http/modules/ngx_http_proxy_module.c     size_t prefix, ngx_http_proxy_redirect_t *pr)
size_t           1524 http/modules/ngx_http_proxy_module.c     size_t   len;
size_t           1559 http/modules/ngx_http_proxy_module.c     size_t prefix, ngx_http_proxy_redirect_t *pr)
size_t           1561 http/modules/ngx_http_proxy_module.c     size_t                        len;
size_t           1721 http/modules/ngx_http_proxy_module.c     size_t                      size;
size_t           1761 http/modules/ngx_http_proxy_module.c                               (size_t) ngx_pagesize);
size_t           2098 http/modules/ngx_http_proxy_module.c     size_t                        size;
size_t           2346 http/modules/ngx_http_proxy_module.c     size_t                      add;
size_t             76 http/modules/ngx_http_random_index_module.c     size_t                             len, allocated, root;
size_t            389 http/modules/ngx_http_range_filter_module.c     size_t              len;
size_t            491 http/modules/ngx_http_range_filter_module.c                                     + (size_t) (range[i].end - range[i].start);
size_t            674 http/modules/ngx_http_range_filter_module.c                 buf->pos += (size_t) (range->start - start);
size_t            685 http/modules/ngx_http_range_filter_module.c                 buf->last -= (size_t) (last - range->end);
size_t            792 http/modules/ngx_http_range_filter_module.c             b->pos = buf->start + (size_t) range[i].start;
size_t            793 http/modules/ngx_http_range_filter_module.c             b->last = buf->start + (size_t) range[i].end;
size_t             44 http/modules/ngx_http_realip_module.c     size_t len);
size_t            111 http/modules/ngx_http_realip_module.c     size_t                       len;
size_t            243 http/modules/ngx_http_realip_module.c ngx_http_realip_set_addr(ngx_http_request_t *r, u_char *ip, size_t len)
size_t             97 http/modules/ngx_http_referer_module.c     size_t                     len;
size_t            299 http/modules/ngx_http_referer_module.c                   (size_t) conf->keys->dns_wc_head.nelts,
size_t            319 http/modules/ngx_http_referer_module.c                   (size_t) conf->keys->dns_wc_tail.nelts,
size_t            634 http/modules/ngx_http_rewrite_module.c     size_t                         len;
size_t            513 http/modules/ngx_http_scgi_module.c     size_t                        len, allocated;
size_t            788 http/modules/ngx_http_scgi_module.c     size_t                len;
size_t           1044 http/modules/ngx_http_scgi_module.c     size_t                        size;
size_t           1087 http/modules/ngx_http_scgi_module.c                               (size_t) ngx_pagesize);
size_t            204 http/modules/ngx_http_secure_link_module.c     size_t       len;
size_t             26 http/modules/ngx_http_ssi_filter_module.c     size_t        min_file_chunk;
size_t             27 http/modules/ngx_http_ssi_filter_module.c     size_t        value_len;
size_t            370 http/modules/ngx_http_ssi_filter_module.c     size_t                     len;
size_t            531 http/modules/ngx_http_ssi_filter_module.c                         if (slcf->min_file_chunk < (size_t) (b->last - b->pos))
size_t            973 http/modules/ngx_http_ssi_filter_module.c     size_t                 looked;
size_t           1575 http/modules/ngx_http_ssi_filter_module.c     size_t                     *size, len, prefix, part_len;
size_t           1638 http/modules/ngx_http_ssi_filter_module.c     if (ngx_array_init(&lengths, r->pool, 8, sizeof(size_t *)) != NGX_OK) {
size_t           1827 http/modules/ngx_http_ssi_filter_module.c     size_t                       len;
size_t             59 http/modules/ngx_http_ssi_filter_module.h     size_t                    saved;
size_t             60 http/modules/ngx_http_ssi_filter_module.h     size_t                    looked;
size_t             62 http/modules/ngx_http_ssi_filter_module.h     size_t                    value_len;
size_t            222 http/modules/ngx_http_ssl_module.c     size_t     len;
size_t            520 http/modules/ngx_http_ssl_module.c     size_t       len;
size_t             51 http/modules/ngx_http_static_module.c     size_t                     root, len;
size_t             62 http/modules/ngx_http_stub_status_module.c     size_t             size;
size_t            508 http/modules/ngx_http_sub_filter_module.c     size_t                 looked;
size_t            579 http/modules/ngx_http_sub_filter_module.c                 if ((size_t) (p - ctx->pos) < looked) {
size_t            360 http/modules/ngx_http_userid_filter_module.c     size_t            len;
size_t            546 http/modules/ngx_http_uwsgi_module.c     size_t                        key_len, val_len, len, allocated;
size_t            839 http/modules/ngx_http_uwsgi_module.c     size_t                 len;
size_t           1097 http/modules/ngx_http_uwsgi_module.c     size_t                        size;
size_t           1140 http/modules/ngx_http_uwsgi_module.c                               (size_t) ngx_pagesize);
size_t            423 http/modules/ngx_http_xslt_filter_module.c     size_t                       n;
size_t            433 http/modules/ngx_http_xslt_filter_module.c     n = (size_t) vsnprintf((char *) buf, NGX_MAX_ERROR_STR, msg, args);
size_t            570 http/modules/ngx_http_xslt_filter_module.c     size_t                     len;
size_t             47 http/ngx_http.c     size_t prefix);
size_t           1005 http/ngx_http.c     size_t                      len;
size_t           1067 http/ngx_http.c     size_t prefix)
size_t           1069 http/ngx_http.c     size_t                          len;
size_t           1217 http/ngx_http.c     size_t                 len, off;
size_t           1414 http/ngx_http.c         ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts,
size_t           1529 http/ngx_http.c         ngx_qsort(ha.dns_wc_head.elts, (size_t) ha.dns_wc_head.nelts,
size_t           1547 http/ngx_http.c         ngx_qsort(ha.dns_wc_tail.elts, (size_t) ha.dns_wc_tail.nelts,
size_t             24 http/ngx_http.h     ngx_http_request_t *sr, u_char *buf, size_t len);
size_t             89 http/ngx_http.h ngx_int_t ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len,
size_t            127 http/ngx_http.h time_t ngx_http_parse_time(u_char *value, size_t len);
size_t            128 http/ngx_http.h size_t ngx_http_get_time(char *buf, time_t t);
size_t             52 http/ngx_http_cache.h     size_t                           body_start;
size_t             68 http/ngx_http_cache.h     size_t                           header_start;
size_t             69 http/ngx_http_cache.h     size_t                           body_start;
size_t            116 http/ngx_http_cache.h     size_t                           bsize;
size_t            915 http/ngx_http_core_module.c     size_t                     len;
size_t           1138 http/ngx_http_core_module.c     size_t                        len, root, alias, reserve, allocated;
size_t           1333 http/ngx_http_core_module.c     size_t     root;
size_t           1558 http/ngx_http_core_module.c     size_t      len, n;
size_t           1575 http/ngx_http_core_module.c         n = (len <= (size_t) node->len) ? len : node->len;
size_t           1585 http/ngx_http_core_module.c         if (len > (size_t) node->len) {
size_t           1606 http/ngx_http_core_module.c         if (len == (size_t) node->len) {
size_t           1620 http/ngx_http_core_module.c         if (len + 1 == (size_t) node->len && node->auto_redirect) {
size_t           1636 http/ngx_http_core_module.c     size_t      len;
size_t           1864 http/ngx_http_core_module.c     size_t *root_length, size_t reserved)
size_t           1867 http/ngx_http_core_module.c     size_t                     alias;
size_t           2404 http/ngx_http_core_module.c ngx_http_cleanup_add(ngx_http_request_t *r, size_t size)
size_t           2566 http/ngx_http_core_module.c     size_t                     len;
size_t           3293 http/ngx_http_core_module.c                               (size_t) 2 * ngx_pagesize);
size_t           4526 http/ngx_http_core_module.c     size_t *sp = data;
size_t            175 http/ngx_http_core_module.h     size_t                      connection_pool_size;
size_t            176 http/ngx_http_core_module.h     size_t                      request_pool_size;
size_t            177 http/ngx_http_core_module.h     size_t                      client_header_buffer_size;
size_t            322 http/ngx_http_core_module.h     size_t        alias;
size_t            337 http/ngx_http_core_module.h     size_t        client_body_buffer_size; /* client_body_buffer_size */
size_t            338 http/ngx_http_core_module.h     size_t        send_lowat;              /* send_lowat */
size_t            339 http/ngx_http_core_module.h     size_t        postpone_output;         /* postpone_output */
size_t            340 http/ngx_http_core_module.h     size_t        limit_rate;              /* limit_rate */
size_t            341 http/ngx_http_core_module.h     size_t        limit_rate_after;        /* limit_rate_after */
size_t            342 http/ngx_http_core_module.h     size_t        sendfile_max_chunk;      /* sendfile_max_chunk */
size_t            343 http/ngx_http_core_module.h     size_t        read_ahead;              /* read_ahead */
size_t            467 http/ngx_http_core_module.h     size_t *root_length, size_t reserved);
size_t            482 http/ngx_http_core_module.h ngx_http_cleanup_t *ngx_http_cleanup_add(ngx_http_request_t *r, size_t size);
size_t             65 http/ngx_http_file_cache.c     size_t                  len;
size_t            205 http/ngx_http_file_cache.c     size_t             len;
size_t            377 http/ngx_http_file_cache.c     if ((size_t) n < c->header_start) {
size_t            992 http/ngx_http_file_cache.c     size_t                       len;
size_t           1055 http/ngx_http_file_cache.c     size_t                       len;
size_t           1144 http/ngx_http_file_cache.c     size_t                       len;
size_t           1368 http/ngx_http_file_cache.c     if ((size_t) n < sizeof(ngx_http_file_cache_header_t)) {
size_t            157 http/ngx_http_header_filter_module.c     size_t                     len;
size_t            602 http/ngx_http_header_filter_module.c                    "%*s", (size_t) (b->last - b->pos), b->pos);
size_t           1530 http/ngx_http_parse.c     size_t  len;
size_t           1660 http/ngx_http_parse.c ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len, ngx_str_t *value)
size_t             14 http/ngx_http_parse_time.c ngx_http_parse_time(u_char *value, size_t len)
size_t             35 http/ngx_http_request.c     size_t len, ngx_uint_t alloc);
size_t             37 http/ngx_http_request.c     u_char *host, size_t len);
size_t             57 http/ngx_http_request.c static u_char *ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len);
size_t             59 http/ngx_http_request.c     ngx_http_request_t *sr, u_char *buf, size_t len);
size_t            634 http/ngx_http_request.c     size_t                    len;
size_t            937 http/ngx_http_request.c     size_t                      len;
size_t           1203 http/ngx_http_request.c         && (size_t) (r->header_in->pos - old)
size_t           1657 http/ngx_http_request.c ngx_http_validate_host(ngx_http_request_t *r, u_char **host, size_t len,
size_t           1661 http/ngx_http_request.c     size_t       i, last;
size_t           1714 http/ngx_http_request.c ngx_http_find_virtual_server(ngx_http_request_t *r, u_char *host, size_t len)
size_t           2608 http/ngx_http_request.c     size_t             size;
size_t           3052 http/ngx_http_request.c ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len)
size_t           3085 http/ngx_http_request.c     u_char *buf, size_t len)
size_t            255 http/ngx_http_request.h     size_t                            content_type_len;
size_t            412 http/ngx_http_request.h     size_t                            limit_rate;
size_t            415 http/ngx_http_request.h     size_t                            header_size;
size_t             31 http/ngx_http_request_body.c     size_t                     preread;
size_t            144 http/ngx_http_request_body.c             r->header_in->pos += (size_t) r->headers_in.content_length_n;
size_t            262 http/ngx_http_request_body.c     size_t                     size;
size_t            290 http/ngx_http_request_body.c                 size = (size_t) rb->rest;
size_t            466 http/ngx_http_request_body.c             r->header_in->pos += (size_t) r->headers_in.content_length_n;
size_t            558 http/ngx_http_request_body.c     size_t   size;
size_t            577 http/ngx_http_request_body.c                    (size_t) r->headers_in.content_length_n;
size_t             25 http/ngx_http_script.c static size_t ngx_http_script_full_name_len_code(ngx_http_script_engine_t *e);
size_t             60 http/ngx_http_script.c     size_t                        len;
size_t            490 http/ngx_http_script.c     void *code_lengths, size_t len, void *code_values)
size_t            645 http/ngx_http_script.c ngx_http_script_start_code(ngx_pool_t *pool, ngx_array_t **codes, size_t size)
size_t            659 http/ngx_http_script.c ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code)
size_t            687 http/ngx_http_script.c     size_t                        size, len, zero;
size_t            725 http/ngx_http_script.c size_t
size_t            805 http/ngx_http_script.c size_t
size_t            885 http/ngx_http_script.c size_t
size_t            912 http/ngx_http_script.c     size_t                         len;
size_t           1204 http/ngx_http_script.c size_t
size_t           1313 http/ngx_http_script.c static size_t
size_t           1603 http/ngx_http_script.c     size_t                                 len;
size_t             85 http/ngx_http_script.h typedef size_t (*ngx_http_script_len_code_pt) (ngx_http_script_engine_t *e);
size_t            222 http/ngx_http_script.h     void *code_lengths, size_t reserved, void *code_values);
size_t            227 http/ngx_http_script.h     size_t size);
size_t            228 http/ngx_http_script.h void *ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code);
size_t            230 http/ngx_http_script.h size_t ngx_http_script_copy_len_code(ngx_http_script_engine_t *e);
size_t            232 http/ngx_http_script.h size_t ngx_http_script_copy_var_len_code(ngx_http_script_engine_t *e);
size_t            234 http/ngx_http_script.h size_t ngx_http_script_copy_capture_len_code(ngx_http_script_engine_t *e);
size_t            236 http/ngx_http_script.h size_t ngx_http_script_mark_args_code(ngx_http_script_engine_t *e);
size_t            605 http/ngx_http_special_response.c     size_t        len;
size_t            714 http/ngx_http_special_response.c     size_t        len, size;
size_t            733 http/ngx_http_upstream.c         if ((size_t) (u->buffer.end - u->buffer.start) < u->conf->buffer_size) {
size_t           1919 http/ngx_http_upstream.c         u->length = (size_t) r->headers_out.content_length_n;
size_t           1933 http/ngx_http_upstream.c     size_t             size;
size_t           2358 http/ngx_http_upstream.c     size_t                     size;
size_t           2703 http/ngx_http_upstream.c     size_t                  root;
size_t           3217 http/ngx_http_upstream.c     size_t      len;
size_t           3272 http/ngx_http_upstream.c         r->limit_rate = (size_t) n;
size_t           3641 http/ngx_http_upstream.c     size_t                      len;
size_t           3712 http/ngx_http_upstream.c     size_t                      len;
size_t           3777 http/ngx_http_upstream.c     size_t                      len;
size_t           3846 http/ngx_http_upstream.c     size_t                      len;
size_t            126 http/ngx_http_upstream.h     size_t                           send_lowat;
size_t            127 http/ngx_http_upstream.h     size_t                           buffer_size;
size_t            129 http/ngx_http_upstream.h     size_t                           busy_buffers_size;
size_t            130 http/ngx_http_upstream.h     size_t                           max_temp_file_size;
size_t            131 http/ngx_http_upstream.h     size_t                           temp_file_write_size;
size_t            133 http/ngx_http_upstream.h     size_t                           busy_buffers_size_conf;
size_t            134 http/ngx_http_upstream.h     size_t                           max_temp_file_size_conf;
size_t            135 http/ngx_http_upstream.h     size_t                           temp_file_write_size_conf;
size_t            269 http/ngx_http_upstream.h     size_t                           length;
size_t            289 http/ngx_http_upstream.h                                          ngx_table_elt_t *h, size_t prefix);
size_t             74 http/ngx_http_upstream_round_robin.c         ngx_sort(&peers->peer[0], (size_t) n,
size_t            127 http/ngx_http_upstream_round_robin.c         ngx_sort(&backup->peer[0], (size_t) n,
size_t            255 http/ngx_http_upstream_round_robin.c     size_t                             len;
size_t            572 http/ngx_http_variables.c     size_t  *sp;
size_t            574 http/ngx_http_variables.c     sp = (size_t *) ((char *) r + data);
size_t            721 http/ngx_http_variables.c     ngx_list_part_t *part, size_t prefix)
size_t            844 http/ngx_http_variables.c     size_t      len;
size_t           1157 http/ngx_http_variables.c     size_t                     len;
size_t           1210 http/ngx_http_variables.c     size_t     root;
size_t           1443 http/ngx_http_variables.c     size_t   len;
size_t           1546 http/ngx_http_variables.c     size_t        len;
size_t           1665 http/ngx_http_variables.c     u_char *text, size_t len, ngx_str_t *match)
size_t           1722 http/ngx_http_variables.c     size_t                      size;
size_t             56 http/ngx_http_variables.h     ngx_str_t *var, ngx_list_part_t *part, size_t prefix);
size_t            103 http/ngx_http_variables.h     ngx_uint_t key, u_char *text, size_t len, ngx_str_t *match);
size_t            274 http/ngx_http_write_filter_module.c                && (size_t) (c->sent - sent)
size_t            334 mail/ngx_mail.c         ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts,
size_t            424 mail/ngx_mail.c     size_t               len;
size_t            472 mail/ngx_mail.c     size_t                len;
size_t            381 mail/ngx_mail.h     ngx_connection_t *c, char *prefix, size_t len);
size_t            390 mail/ngx_mail.h u_char *ngx_mail_log_error(ngx_log_t *log, u_char *buf, size_t len);
size_t            458 mail/ngx_mail_auth_http_module.c     size_t               len, size;
size_t           1132 mail/ngx_mail_auth_http_module.c     size_t                     len;
size_t           1323 mail/ngx_mail_auth_http_module.c     size_t            len;
size_t            282 mail/ngx_mail_core_module.c     size_t                      len, off;
size_t            458 mail/ngx_mail_handler.c     char *prefix, size_t len)
size_t            727 mail/ngx_mail_handler.c ngx_mail_log_error(ngx_log_t *log, u_char *buf, size_t len)
size_t            141 mail/ngx_mail_imap_module.c     size_t       size;
size_t            147 mail/ngx_mail_imap_module.c                               (size_t) ngx_pagesize);
size_t             17 mail/ngx_mail_imap_module.h     size_t       client_buffer_size;
size_t            138 mail/ngx_mail_pop3_module.c     size_t       size, stls_only_size;
size_t             18 mail/ngx_mail_proxy_module.c     size_t      buffer_size;
size_t            839 mail/ngx_mail_proxy_module.c     size_t                  size;
size_t           1084 mail/ngx_mail_proxy_module.c                               (size_t) ngx_pagesize);
size_t            142 mail/ngx_mail_smtp_module.c     size_t                     size;
size_t            149 mail/ngx_mail_smtp_module.c                               (size_t) ngx_pagesize);
size_t             20 mail/ngx_mail_smtp_module.h     size_t       client_buffer_size;
size_t            373 mail/ngx_mail_ssl_module.c     size_t       len;
size_t             16 os/unix/ngx_aio_read.c ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size)
size_t             17 os/unix/ngx_aio_read_chain.c     size_t        size;
size_t             16 os/unix/ngx_aio_write.c ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size)
size_t             17 os/unix/ngx_aio_write_chain.c     size_t        len;
size_t             17 os/unix/ngx_alloc.c ngx_alloc(size_t size, ngx_log_t *log)
size_t             34 os/unix/ngx_alloc.c ngx_calloc(size_t size, ngx_log_t *log)
size_t             51 os/unix/ngx_alloc.c ngx_memalign(size_t alignment, size_t size, ngx_log_t *log)
size_t             73 os/unix/ngx_alloc.c ngx_memalign(size_t alignment, size_t size, ngx_log_t *log)
size_t             15 os/unix/ngx_alloc.h void *ngx_alloc(size_t size, ngx_log_t *log);
size_t             16 os/unix/ngx_alloc.h void *ngx_calloc(size_t size, ngx_log_t *log);
size_t             30 os/unix/ngx_alloc.h void *ngx_memalign(size_t alignment, size_t size, ngx_log_t *log);
size_t             13 os/unix/ngx_channel.c ngx_write_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
size_t             93 os/unix/ngx_channel.c ngx_read_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size, ngx_log_t *log)
size_t            142 os/unix/ngx_channel.c     if ((size_t) n < sizeof(ngx_channel_t)) {
size_t             24 os/unix/ngx_channel.h ngx_int_t ngx_write_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
size_t             26 os/unix/ngx_channel.h ngx_int_t ngx_read_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
size_t             36 os/unix/ngx_darwin_init.c     size_t       size;
size_t             62 os/unix/ngx_darwin_init.c     size_t      size;
size_t            124 os/unix/ngx_darwin_sendfile_chain.c                 iov->iov_len += (size_t) size;
size_t            133 os/unix/ngx_darwin_sendfile_chain.c                 iov->iov_len = (size_t) size;
size_t            136 os/unix/ngx_darwin_sendfile_chain.c             prev = cl->buf->pos + (size_t) size;
size_t            198 os/unix/ngx_darwin_sendfile_chain.c                     iov->iov_len += (size_t) size;
size_t            207 os/unix/ngx_darwin_sendfile_chain.c                     iov->iov_len = (size_t) size;
size_t            210 os/unix/ngx_darwin_sendfile_chain.c                 prev = cl->buf->pos + (size_t) size;
size_t            340 os/unix/ngx_darwin_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
size_t             32 os/unix/ngx_errno.c ngx_strerror(ngx_err_t err, u_char *errstr, size_t size)
size_t             49 os/unix/ngx_errno.c     size_t      len;
size_t             63 os/unix/ngx_errno.h u_char *ngx_strerror(ngx_err_t err, u_char *errstr, size_t size);
size_t             39 os/unix/ngx_file_aio_read.c ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,
size_t             19 os/unix/ngx_files.c ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)
size_t             67 os/unix/ngx_files.c ngx_write_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)
size_t             90 os/unix/ngx_files.c         if ((size_t) n == size) {
size_t            122 os/unix/ngx_files.c         if ((size_t) n == size) {
size_t            155 os/unix/ngx_files.c     size_t         size;
size_t            164 os/unix/ngx_files.c                               (size_t) (cl->buf->last - cl->buf->pos),
size_t            227 os/unix/ngx_files.c         if ((size_t) n != size) {
size_t            372 os/unix/ngx_files.c     size_t  count;
size_t            375 os/unix/ngx_files.c     count = (size_t) gl->pglob.gl_pathc;
size_t            377 os/unix/ngx_files.c     count = (size_t) gl->pglob.gl_matchc;
size_t            382 os/unix/ngx_files.c         name->len = (size_t) ngx_strlen(gl->pglob.gl_pathv[gl->n]);
size_t            460 os/unix/ngx_files.c ngx_read_ahead(ngx_fd_t fd, size_t n)
size_t            513 os/unix/ngx_files.c size_t
size_t            526 os/unix/ngx_files.c     return (size_t) fs.f_bsize;
size_t            531 os/unix/ngx_files.c size_t
size_t            544 os/unix/ngx_files.c     return (size_t) fs.f_frsize;
size_t            549 os/unix/ngx_files.c size_t
size_t             22 os/unix/ngx_files.h     size_t                       size;
size_t             40 os/unix/ngx_files.h     size_t                       n;
size_t             95 os/unix/ngx_files.h ssize_t ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset);
size_t            102 os/unix/ngx_files.h ssize_t ngx_write_file(ngx_file_t *file, u_char *buf, size_t size,
size_t            118 os/unix/ngx_files.h ngx_write_fd(ngx_fd_t fd, void *buf, size_t n)
size_t            284 os/unix/ngx_files.h ngx_int_t ngx_read_ahead(ngx_fd_t fd, size_t n);
size_t            320 os/unix/ngx_files.h size_t ngx_fs_bsize(u_char *name);
size_t            330 os/unix/ngx_files.h ssize_t ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size,
size_t             46 os/unix/ngx_freebsd_init.c     size_t       size;
size_t            101 os/unix/ngx_freebsd_init.c     size_t      size;
size_t             35 os/unix/ngx_freebsd_rfork_thread.c size_t                ngx_thread_stack_size;
size_t             38 os/unix/ngx_freebsd_rfork_thread.c static size_t         rz_size;
size_t             39 os/unix/ngx_freebsd_rfork_thread.c static size_t         usable_stack_size;
size_t            182 os/unix/ngx_freebsd_rfork_thread.c ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle)
size_t            185 os/unix/ngx_freebsd_rfork_thread.c     size_t             len;
size_t             55 os/unix/ngx_freebsd_rfork_thread.h extern size_t   ngx_thread_stack_size;
size_t             46 os/unix/ngx_freebsd_sendfile_chain.c     size_t           header_size, file_size;
size_t            128 os/unix/ngx_freebsd_sendfile_chain.c                 iov->iov_len += (size_t) size;
size_t            137 os/unix/ngx_freebsd_sendfile_chain.c                 iov->iov_len = (size_t) size;
size_t            140 os/unix/ngx_freebsd_sendfile_chain.c             prev = cl->buf->pos + (size_t) size;
size_t            141 os/unix/ngx_freebsd_sendfile_chain.c             header_size += (size_t) size;
size_t            165 os/unix/ngx_freebsd_sendfile_chain.c                 file_size += (size_t) size;
size_t            203 os/unix/ngx_freebsd_sendfile_chain.c                     iov->iov_len += (size_t) size;
size_t            212 os/unix/ngx_freebsd_sendfile_chain.c                     iov->iov_len = (size_t) size;
size_t            215 os/unix/ngx_freebsd_sendfile_chain.c                 prev = cl->buf->pos + (size_t) size;
size_t            386 os/unix/ngx_freebsd_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
size_t             27 os/unix/ngx_linux_aio_read.c ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,
size_t             69 os/unix/ngx_linux_config.h extern ssize_t sendfile(int s, int fd, int32_t *offset, size_t size);
size_t             51 os/unix/ngx_linux_init.c     size_t     len;
size_t             42 os/unix/ngx_linux_sendfile_chain.c     size_t         file_size;
size_t            131 os/unix/ngx_linux_sendfile_chain.c                 iov->iov_len += (size_t) size;
size_t            140 os/unix/ngx_linux_sendfile_chain.c                 iov->iov_len = (size_t) size;
size_t            143 os/unix/ngx_linux_sendfile_chain.c             prev = cl->buf->pos + (size_t) size;
size_t            233 os/unix/ngx_linux_sendfile_chain.c                 file_size += (size_t) size;
size_t            352 os/unix/ngx_linux_sendfile_chain.c                 cl->buf->pos += (size_t) sent;
size_t             18 os/unix/ngx_os.h typedef ssize_t (*ngx_recv_pt)(ngx_connection_t *c, u_char *buf, size_t size);
size_t             20 os/unix/ngx_os.h typedef ssize_t (*ngx_send_pt)(ngx_connection_t *c, u_char *buf, size_t size);
size_t             43 os/unix/ngx_os.h ssize_t ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size);
size_t             45 os/unix/ngx_os.h ssize_t ngx_udp_unix_recv(ngx_connection_t *c, u_char *buf, size_t size);
size_t             46 os/unix/ngx_os.h ssize_t ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size);
size_t             51 os/unix/ngx_os.h ssize_t ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size);
size_t             53 os/unix/ngx_os.h ssize_t ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size);
size_t             87 os/unix/ngx_process_cycle.c     size_t             size;
size_t             47 os/unix/ngx_pthread_thread.c ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle)
size_t             15 os/unix/ngx_recv.c ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
size_t             89 os/unix/ngx_recv.c             if ((size_t) n < size) {
size_t            126 os/unix/ngx_recv.c ngx_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
size_t            147 os/unix/ngx_recv.c             if ((size_t) n < size
size_t             13 os/unix/ngx_send.c ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size)
size_t             37 os/unix/ngx_setproctitle.c     size_t       size;
size_t             85 os/unix/ngx_setproctitle.c     size_t      size;
size_t            104 os/unix/ngx_setproctitle.c     if (size > (size_t) ((char *) p - ngx_os_argv[0])) {
size_t             17 os/unix/ngx_shmem.h     size_t       size;
size_t             20 os/unix/ngx_solaris_sendfilev_chain.c     size_t  sfv_len;
size_t             26 os/unix/ngx_solaris_sendfilev_chain.c     int sfvcnt, size_t *xferred)
size_t             48 os/unix/ngx_solaris_sendfilev_chain.c     size_t          sent;
size_t            112 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len += (size_t) size;
size_t            123 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len = (size_t) size;
size_t            126 os/unix/ngx_solaris_sendfilev_chain.c                 prev = cl->buf->pos + (size_t) size;
size_t            146 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len += (size_t) size;
size_t            158 os/unix/ngx_solaris_sendfilev_chain.c                     sfv->sfv_len = (size_t) size;
size_t            211 os/unix/ngx_solaris_sendfilev_chain.c                 sent = (size_t) ((off_t) sent - size);
size_t             95 os/unix/ngx_thread.h ngx_int_t ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle);
size_t             15 os/unix/ngx_udp_recv.c ngx_udp_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
size_t             73 os/unix/ngx_udp_recv.c ngx_udp_unix_recv(ngx_connection_t *c, u_char *buf, size_t size)
size_t             29 os/unix/ngx_user.c     size_t              len;
size_t             64 os/unix/ngx_user.c     size_t      len;