nelts             481 core/nginx.c       for (i = 0; i < ccf->env.nelts; i++) {
nelts             503 core/nginx.c       for (i = 0; i < ccf->env.nelts; i++) {
nelts             535 core/nginx.c       for (i = 0; i < ccf->env.nelts; i++) {
nelts             588 core/nginx.c                       + cycle->listening.nelts * (NGX_INT32_LEN + 1) + 2,
nelts             594 core/nginx.c       for (i = 0; i < cycle->listening.nelts; i++) {
nelts            1149 core/nginx.c       group = (char *) ((cf->args->nelts == 2) ? value[1].data : value[2].data);
nelts            1252 core/nginx.c       mask = ngx_palloc(cf->pool, (cf->args->nelts - 1) * sizeof(long));
nelts            1257 core/nginx.c       ccf->cpu_affinity_n = cf->args->nelts - 1;
nelts            1262 core/nginx.c       for (n = 1; n < cf->args->nelts; n++) {
nelts              26 core/ngx_array.c     a->nelts = 0;
nelts              59 core/ngx_array.c     if (a->nelts == a->nalloc) {
nelts              92 core/ngx_array.c     elt = (u_char *) a->elts + a->size * a->nelts;
nelts              93 core/ngx_array.c     a->nelts++;
nelts             109 core/ngx_array.c     if (a->nelts + n > a->nalloc) {
nelts             136 core/ngx_array.c             ngx_memcpy(new, a->elts, a->nelts * a->size);
nelts             142 core/ngx_array.c     elt = (u_char *) a->elts + a->size * a->nelts;
nelts             143 core/ngx_array.c     a->nelts += n;
nelts              17 core/ngx_array.h     ngx_uint_t   nelts;
nelts              38 core/ngx_array.h     array->nelts = 0;
nelts             349 core/ngx_conf_file.c                     if (cf->args->nelts != 2) {
nelts             355 core/ngx_conf_file.c                     if (cf->args->nelts < 2) {
nelts             361 core/ngx_conf_file.c                     if (cf->args->nelts < 3) {
nelts             365 core/ngx_conf_file.c                 } else if (cf->args->nelts > NGX_CONF_MAX_ARGS) {
nelts             369 core/ngx_conf_file.c                 } else if (!(cmd->type & argument_number[cf->args->nelts - 1]))
nelts             454 core/ngx_conf_file.c     cf->args->nelts = 0;
nelts             467 core/ngx_conf_file.c                 if (cf->args->nelts > 0) {
nelts             596 core/ngx_conf_file.c                 if (cf->args->nelts == 0) {
nelts             609 core/ngx_conf_file.c                 if (cf->args->nelts != 0) {
nelts             922 core/ngx_conf_file.c             if (i >= part->nelts) {
nelts             976 core/ngx_conf_file.c         if (i >= part->nelts) {
nelts            1426 core/ngx_conf_file.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             104 core/ngx_connection.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts             292 core/ngx_connection.c         for (i = 0; i < cycle->listening.nelts; i++) {
nelts             476 core/ngx_connection.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts             645 core/ngx_connection.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts             120 core/ngx_cycle.c     n = old_cycle->pathes.nelts ? old_cycle->pathes.nelts : 10;
nelts             128 core/ngx_cycle.c     cycle->pathes.nelts = 0;
nelts             134 core/ngx_cycle.c     if (old_cycle->open_files.part.nelts) {
nelts             135 core/ngx_cycle.c         n = old_cycle->open_files.part.nelts;
nelts             137 core/ngx_cycle.c             n += part->nelts;
nelts             152 core/ngx_cycle.c     if (old_cycle->shared_memory.part.nelts) {
nelts             153 core/ngx_cycle.c         n = old_cycle->shared_memory.part.nelts;
nelts             156 core/ngx_cycle.c             n += part->nelts;
nelts             170 core/ngx_cycle.c     n = old_cycle->listening.nelts ? old_cycle->listening.nelts : 10;
nelts             178 core/ngx_cycle.c     cycle->listening.nelts = 0;
nelts             355 core/ngx_cycle.c         if (i >= part->nelts) {
nelts             405 core/ngx_cycle.c         if (i >= part->nelts) {
nelts             433 core/ngx_cycle.c             if (n >= opart->nelts) {
nelts             491 core/ngx_cycle.c     if (old_cycle->listening.nelts) {
nelts             493 core/ngx_cycle.c         for (i = 0; i < old_cycle->listening.nelts; i++) {
nelts             498 core/ngx_cycle.c         for (n = 0; n < cycle->listening.nelts; n++) {
nelts             500 core/ngx_cycle.c             for (i = 0; i < old_cycle->listening.nelts; i++) {
nelts             561 core/ngx_cycle.c         for (i = 0; i < cycle->listening.nelts; i++) {
nelts             616 core/ngx_cycle.c         if (i >= opart->nelts) {
nelts             630 core/ngx_cycle.c             if (n >= part->nelts) {
nelts             662 core/ngx_cycle.c     for (i = 0; i < old_cycle->listening.nelts; i++) {
nelts             701 core/ngx_cycle.c         if (i >= part->nelts) {
nelts             757 core/ngx_cycle.c         ngx_old_cycles.nelts = 0;
nelts             801 core/ngx_cycle.c         if (i >= part->nelts) {
nelts             827 core/ngx_cycle.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts            1129 core/ngx_cycle.c         if (i >= part->nelts) {
nelts            1273 core/ngx_cycle.c         if (i >= part->nelts) {
nelts            1344 core/ngx_cycle.c     for (i = 0; i < ngx_old_cycles.nelts; i++) {
nelts            1381 core/ngx_cycle.c         ngx_old_cycles.nelts = 0;
nelts             276 core/ngx_file.c     for (i = 0, n = 2; n < cf->args->nelts; i++, n++) {
nelts             363 core/ngx_file.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             415 core/ngx_file.c     for (i = 0; i < cf->cycle->pathes.nelts; i++) {
nelts             478 core/ngx_file.c     for (i = 0; i < cycle->pathes.nelts; i++) {
nelts             251 core/ngx_hash.c ngx_hash_init(ngx_hash_init_t *hinit, ngx_hash_key_t *names, ngx_uint_t nelts)
nelts             259 core/ngx_hash.c     for (n = 0; n < nelts; n++) {
nelts             277 core/ngx_hash.c     start = nelts / (bucket_size / (2 * sizeof(void *)));
nelts             280 core/ngx_hash.c     if (hinit->max_size > 10000 && hinit->max_size / nelts < 100) {
nelts             288 core/ngx_hash.c         for (n = 0; n < nelts; n++) {
nelts             330 core/ngx_hash.c     for (n = 0; n < nelts; n++) {
nelts             392 core/ngx_hash.c     for (n = 0; n < nelts; n++) {
nelts             459 core/ngx_hash.c     ngx_uint_t nelts)
nelts             468 core/ngx_hash.c     if (ngx_array_init(&curr_names, hinit->temp_pool, nelts,
nelts             475 core/ngx_hash.c     if (ngx_array_init(&next_names, hinit->temp_pool, nelts,
nelts             482 core/ngx_hash.c     for (n = 0; n < nelts; n = i) {
nelts             519 core/ngx_hash.c         next_names.nelts = 0;
nelts             538 core/ngx_hash.c         for (i = n + 1; i < nelts; i++) {
nelts             566 core/ngx_hash.c         if (next_names.nelts) {
nelts             572 core/ngx_hash.c                                        next_names.nelts)
nelts             592 core/ngx_hash.c                       curr_names.nelts)
nelts             782 core/ngx_hash.c         for (i = 0; i < ha->keys_hash[k].nelts; i++) {
nelts             837 core/ngx_hash.c             for (i = 0; i < ha->keys_hash[k].nelts; i++) {
nelts             944 core/ngx_hash.c         for (i = 0; i < keys->nelts; i++) {
nelts             106 core/ngx_hash.h     ngx_uint_t nelts);
nelts             108 core/ngx_hash.h     ngx_uint_t nelts);
nelts              26 core/ngx_list.c     list->part.nelts = 0;
nelts              45 core/ngx_list.c     if (last->nelts == l->nalloc) {
nelts              59 core/ngx_list.c         last->nelts = 0;
nelts              66 core/ngx_list.c     elt = (char *) last->elts + l->size * last->nelts;
nelts              67 core/ngx_list.c     last->nelts++;
nelts              19 core/ngx_list.h     ngx_uint_t        nelts;
nelts              43 core/ngx_list.h     list->part.nelts = 0;
nelts             377 core/ngx_log.c     for (i = 2; i < cf->args->nelts; i++) {
nelts             446 core/ngx_log.c     if (cf->args->nelts == 2) {
nelts             165 core/ngx_regex.c     for (i = 0; i < a->nelts; i++) {
nelts             736 event/ngx_event.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts             260 event/ngx_event_accept.c         for (i = 0; i < ecf->debug_connection.nelts; i++) {
nelts             342 event/ngx_event_accept.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts             371 event/ngx_event_accept.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts             154 http/modules/ngx_http_access_module.c     for (i = 0; i < alcf->rules->nelts; i++) {
nelts             180 http/modules/ngx_http_access_module.c     for (i = 0; i < alcf->rules6->nelts; i++) {
nelts             371 http/modules/ngx_http_autoindex_module.c     for (i = 0; i < entries.nelts; i++) {
nelts             389 http/modules/ngx_http_autoindex_module.c     if (entries.nelts > 1) {
nelts             390 http/modules/ngx_http_autoindex_module.c         ngx_qsort(entry, (size_t) entries.nelts,
nelts             406 http/modules/ngx_http_autoindex_module.c     for (i = 0; i < entries.nelts; i++) {
nelts             280 http/modules/ngx_http_browser_module.c         for (i = 0; i < cf->modern_browsers->nelts; i++) {
nelts             367 http/modules/ngx_http_browser_module.c         for (i = 0; i < cf->ancient_browsers->nelts; i++) {
nelts             466 http/modules/ngx_http_browser_module.c         for (i = 0; i < conf->modern_browsers->nelts; i++) {
nelts             489 http/modules/ngx_http_browser_module.c         ngx_qsort(browsers, (size_t) conf->modern_browsers->nelts,
nelts             493 http/modules/ngx_http_browser_module.c         for (i = 0; i < conf->modern_browsers->nelts; i++) {
nelts             550 http/modules/ngx_http_browser_module.c     if (cf->args->nelts == 2) {
nelts             639 http/modules/ngx_http_browser_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             469 http/modules/ngx_http_charset_filter_module.c     n = mcf->charsets.nelts;
nelts            1200 http/modules/ngx_http_charset_filter_module.c     for (i = 0; i < mcf->tables.nelts; i++) {
nelts            1312 http/modules/ngx_http_charset_filter_module.c     if (cf->args->nelts != 2) {
nelts            1450 http/modules/ngx_http_charset_filter_module.c     for (i = 0; i < charsets->nelts; i++) {
nelts            1460 http/modules/ngx_http_charset_filter_module.c     if (i < charsets->nelts) {
nelts            1582 http/modules/ngx_http_charset_filter_module.c     for (i = 0; i < mcf->recodes.nelts; i++) {
nelts            1620 http/modules/ngx_http_charset_filter_module.c     for (i = 0; i < mcf->recodes.nelts; i++) {
nelts            1624 http/modules/ngx_http_charset_filter_module.c         for (t = 0; t < mcf->tables.nelts; t++) {
nelts            1645 http/modules/ngx_http_charset_filter_module.c     for (t = 0; t < mcf->tables.nelts; t++) {
nelts            1650 http/modules/ngx_http_charset_filter_module.c             src = ngx_pcalloc(cf->pool, sizeof(u_char *) * mcf->charsets.nelts);
nelts            1661 http/modules/ngx_http_charset_filter_module.c             dst = ngx_pcalloc(cf->pool, sizeof(u_char *) * mcf->charsets.nelts);
nelts             751 http/modules/ngx_http_fastcgi_module.c             if (i >= part->nelts) {
nelts             908 http/modules/ngx_http_fastcgi_module.c             if (i >= part->nelts) {
nelts            1252 http/modules/ngx_http_fastcgi_module.c                     for (i = 0; i < flcf->catch_stderr->nelts; i++) {
nelts            1379 http/modules/ngx_http_fastcgi_module.c                 if (f->split_parts && f->split_parts->nelts) {
nelts            1384 http/modules/ngx_http_fastcgi_module.c                     for (i = 0; i < f->split_parts->nelts; i++) {
nelts            1395 http/modules/ngx_http_fastcgi_module.c                     for (i = 0; i < f->split_parts->nelts; i++) {
nelts            1404 http/modules/ngx_http_fastcgi_module.c                     f->split_parts->nelts = 0;
nelts            2342 http/modules/ngx_http_fastcgi_module.c             for (i = 0; i < conf->params_source->nelts; i++) {
nelts            2365 http/modules/ngx_http_fastcgi_module.c     for (i = 0; i < conf->params_source->nelts; i++) {
nelts            2447 http/modules/ngx_http_fastcgi_module.c     conf->header_params = headers_names.nelts;
nelts            2457 http/modules/ngx_http_fastcgi_module.c     if (ngx_hash_init(&hash, headers_names.elts, headers_names.nelts) != NGX_OK)
nelts             230 http/modules/ngx_http_geo_module.c     n = ctx->proxies->nelts;
nelts             315 http/modules/ngx_http_geo_module.c     if (cf->args->nelts == 3) {
nelts             373 http/modules/ngx_http_geo_module.c                 if (a == NULL || a->nelts == 0) {
nelts             377 http/modules/ngx_http_geo_module.c                 len = a->nelts * sizeof(ngx_http_geo_range_t);
nelts             454 http/modules/ngx_http_geo_module.c     if (cf->args->nelts == 1) {
nelts             473 http/modules/ngx_http_geo_module.c     if (cf->args->nelts != 2) {
nelts             666 http/modules/ngx_http_geo_module.c         i = a->nelts;
nelts             689 http/modules/ngx_http_geo_module.c                            (a->nelts - 2 - i) * sizeof(ngx_http_geo_range_t));
nelts             728 http/modules/ngx_http_geo_module.c                            (a->nelts - 3 - i) * sizeof(ngx_http_geo_range_t));
nelts             756 http/modules/ngx_http_geo_module.c                            (a->nelts - 1 - i) * sizeof(ngx_http_geo_range_t));
nelts             780 http/modules/ngx_http_geo_module.c                            (a->nelts - 2 - i) * sizeof(ngx_http_geo_range_t));
nelts             859 http/modules/ngx_http_geo_module.c         for (i = 0; i < a->nelts; i++) {
nelts             865 http/modules/ngx_http_geo_module.c                            (a->nelts - 1 - i) * sizeof(ngx_http_geo_range_t));
nelts             867 http/modules/ngx_http_geo_module.c                 a->nelts--;
nelts             449 http/modules/ngx_http_geoip_module.c     if (cf->args->nelts == 3) {
nelts             499 http/modules/ngx_http_geoip_module.c     if (cf->args->nelts == 3) {
nelts             163 http/modules/ngx_http_headers_filter_module.c         for (i = 0; i < conf->headers->nelts; i++) {
nelts             231 http/modules/ngx_http_headers_filter_module.c         for (i = 1; i < r->headers_out.cache_control.nelts; i++) {
nelts             472 http/modules/ngx_http_headers_filter_module.c     if (cf->args->nelts == 2) {
nelts            1209 http/modules/ngx_http_image_filter_module.c     if (cf->args->nelts == 2) {
nelts            1225 http/modules/ngx_http_image_filter_module.c     } else if (cf->args->nelts == 3) {
nelts             130 http/modules/ngx_http_index_module.c     for (i = 0; i < ilcf->indices->nelts; i++) {
nelts             457 http/modules/ngx_http_index_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             459 http/modules/ngx_http_index_module.c         if (value[i].data[0] == '/' && i != cf->args->nelts - 1) {
nelts             604 http/modules/ngx_http_limit_req_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             737 http/modules/ngx_http_limit_req_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             237 http/modules/ngx_http_log_module.c     for (l = 0; l < lcf->logs->nelts; l++) {
nelts             254 http/modules/ngx_http_log_module.c         for (i = 0; i < log[l].format->ops->nelts; i++) {
nelts             281 http/modules/ngx_http_log_module.c                 for (i = 0; i < log[l].format->ops->nelts; i++) {
nelts             300 http/modules/ngx_http_log_module.c         for (i = 0; i < log[l].format->ops->nelts; i++) {
nelts             868 http/modules/ngx_http_log_module.c         if (cf->args->nelts == 2) {
nelts             926 http/modules/ngx_http_log_module.c     if (cf->args->nelts >= 3) {
nelts             939 http/modules/ngx_http_log_module.c     for (i = 0; i < lmcf->formats.nelts; i++) {
nelts             954 http/modules/ngx_http_log_module.c     if (cf->args->nelts == 4) {
nelts            1010 http/modules/ngx_http_log_module.c     for (i = 0; i < lmcf->formats.nelts; i++) {
nelts            1056 http/modules/ngx_http_log_module.c     for ( /* void */ ; s < args->nelts; s++) {
nelts            1246 http/modules/ngx_http_log_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             292 http/modules/ngx_http_map_module.c     if (ctx.keys.keys.nelts) {
nelts             296 http/modules/ngx_http_map_module.c         if (ngx_hash_init(&hash, ctx.keys.keys.elts, ctx.keys.keys.nelts)
nelts             304 http/modules/ngx_http_map_module.c     if (ctx.keys.dns_wc_head.nelts) {
nelts             307 http/modules/ngx_http_map_module.c                   (size_t) ctx.keys.dns_wc_head.nelts,
nelts             314 http/modules/ngx_http_map_module.c                                    ctx.keys.dns_wc_head.nelts)
nelts             324 http/modules/ngx_http_map_module.c     if (ctx.keys.dns_wc_tail.nelts) {
nelts             327 http/modules/ngx_http_map_module.c                   (size_t) ctx.keys.dns_wc_tail.nelts,
nelts             334 http/modules/ngx_http_map_module.c                                    ctx.keys.dns_wc_tail.nelts)
nelts             346 http/modules/ngx_http_map_module.c     if (ctx.regexes.nelts) {
nelts             348 http/modules/ngx_http_map_module.c         map->map.nregex = ctx.regexes.nelts;
nelts             384 http/modules/ngx_http_map_module.c     if (cf->args->nelts == 1
nelts             390 http/modules/ngx_http_map_module.c     } else if (cf->args->nelts != 2) {
nelts             420 http/modules/ngx_http_map_module.c         for (i = 0; i < ctx->var_values.nelts; i++) {
nelts             458 http/modules/ngx_http_map_module.c         for (i = 0; i < ctx->values_hash[key].nelts; i++) {
nelts             940 http/modules/ngx_http_proxy_module.c             if (i >= part->nelts) {
nelts            1058 http/modules/ngx_http_proxy_module.c             if (i >= part->nelts) {
nelts            1508 http/modules/ngx_http_proxy_module.c     for (i = 0; i < plcf->redirects->nelts; i++) {
nelts            2165 http/modules/ngx_http_proxy_module.c         for (i = 0; i < conf->headers_source->nelts; i++) {
nelts            2187 http/modules/ngx_http_proxy_module.c     for (i = 0; i < conf->headers_source->nelts; i++) {
nelts            2337 http/modules/ngx_http_proxy_module.c     return ngx_hash_init(&hash, headers_names.elts, headers_names.nelts);
nelts            2484 http/modules/ngx_http_proxy_module.c     if (cf->args->nelts == 2) {
nelts             235 http/modules/ngx_http_random_index_module.c     n = names.nelts;
nelts             204 http/modules/ngx_http_range_filter_module.c         if (ctx->ranges.nelts == 1) {
nelts             473 http/modules/ngx_http_range_filter_module.c     for (i = 0; i < ctx->ranges.nelts; i++) {
nelts             554 http/modules/ngx_http_range_filter_module.c     if (ctx->ranges.nelts == 1) {
nelts             601 http/modules/ngx_http_range_filter_module.c         for (i = 0; i < ctx->ranges.nelts; i++) {
nelts             727 http/modules/ngx_http_range_filter_module.c     for (i = 0; i < ctx->ranges.nelts; i++) {
nelts             182 http/modules/ngx_http_realip_module.c             if (i >= part->nelts) {
nelts             218 http/modules/ngx_http_realip_module.c         for (i = 0; i < rlcf->from->nelts; i++) {
nelts             268 http/modules/ngx_http_referer_module.c         && conf->keys->keys.nelts == 0
nelts             269 http/modules/ngx_http_referer_module.c         && conf->keys->dns_wc_head.nelts == 0
nelts             270 http/modules/ngx_http_referer_module.c         && conf->keys->dns_wc_tail.nelts == 0)
nelts             285 http/modules/ngx_http_referer_module.c     if (conf->keys->keys.nelts) {
nelts             289 http/modules/ngx_http_referer_module.c         if (ngx_hash_init(&hash, conf->keys->keys.elts, conf->keys->keys.nelts)
nelts             296 http/modules/ngx_http_referer_module.c     if (conf->keys->dns_wc_head.nelts) {
nelts             299 http/modules/ngx_http_referer_module.c                   (size_t) conf->keys->dns_wc_head.nelts,
nelts             307 http/modules/ngx_http_referer_module.c                                    conf->keys->dns_wc_head.nelts)
nelts             316 http/modules/ngx_http_referer_module.c     if (conf->keys->dns_wc_tail.nelts) {
nelts             319 http/modules/ngx_http_referer_module.c                   (size_t) conf->keys->dns_wc_tail.nelts,
nelts             327 http/modules/ngx_http_referer_module.c                                    conf->keys->dns_wc_tail.nelts)
nelts             392 http/modules/ngx_http_referer_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             416 http/modules/ngx_http_referer_module.c             for (n = 0; n < cscf->server_names.nelts; n++) {
nelts             353 http/modules/ngx_http_rewrite_module.c     if (cf->args->nelts == 4) {
nelts             424 http/modules/ngx_http_rewrite_module.c     regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
nelts             459 http/modules/ngx_http_rewrite_module.c         if (cf->args->nelts == 2
nelts             475 http/modules/ngx_http_rewrite_module.c         if (cf->args->nelts == 2) {
nelts             619 http/modules/ngx_http_rewrite_module.c     if_code->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
nelts             644 http/modules/ngx_http_rewrite_module.c     last = cf->args->nelts - 1;
nelts             575 http/modules/ngx_http_scgi_module.c             if (i >= part->nelts) {
nelts             681 http/modules/ngx_http_scgi_module.c             if (i >= part->nelts) {
nelts            1349 http/modules/ngx_http_scgi_module.c             for (i = 0; i < conf->params_source->nelts; i++) {
nelts            1372 http/modules/ngx_http_scgi_module.c     for (i = 0; i < conf->params_source->nelts; i++) {
nelts            1460 http/modules/ngx_http_scgi_module.c     conf->header_params = headers_names.nelts;
nelts            1470 http/modules/ngx_http_scgi_module.c     if (ngx_hash_init(&hash, headers_names.elts, headers_names.nelts) != NGX_OK)
nelts              94 http/modules/ngx_http_split_clients_module.c     for (i = 0; i < ctx->parts.nelts; i++) {
nelts             174 http/modules/ngx_http_split_clients_module.c     for (i = 0; i < ctx->parts.nelts; i++) {
nelts             578 http/modules/ngx_http_ssi_filter_module.c                         for (ll = &bl[mctx->blocks->nelts - 1].bufs;
nelts             646 http/modules/ngx_http_ssi_filter_module.c                         for (i = 0; i < ctx->params.nelts; i++) {
nelts             674 http/modules/ngx_http_ssi_filter_module.c                         for (i = 0; i < ctx->params.nelts; i++) {
nelts             693 http/modules/ngx_http_ssi_filter_module.c                         for (ll = &bl[mctx->blocks->nelts - 1].bufs;
nelts             712 http/modules/ngx_http_ssi_filter_module.c                 if (ctx->params.nelts > NGX_HTTP_SSI_MAX_PARAMS) {
nelts             724 http/modules/ngx_http_ssi_filter_module.c                 for (i = 0; i < ctx->params.nelts; i++) {
nelts            1136 http/modules/ngx_http_ssi_filter_module.c                 ctx->params.nelts = 0;
nelts            1543 http/modules/ngx_http_ssi_filter_module.c         if (i >= part->nelts) {
nelts            1781 http/modules/ngx_http_ssi_filter_module.c         for (i = 0; i < values.nelts; i++) {
nelts            1807 http/modules/ngx_http_ssi_filter_module.c     for (i = 0; i < values.nelts; i++) {
nelts            1927 http/modules/ngx_http_ssi_filter_module.c             for (i = 0; i < mctx->blocks->nelts; i++) {
nelts            2725 http/modules/ngx_http_ssi_filter_module.c                       smcf->commands.keys.nelts)
nelts             527 http/modules/ngx_http_ssl_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             603 http/modules/ngx_http_uwsgi_module.c             if (i >= part->nelts) {
nelts             729 http/modules/ngx_http_uwsgi_module.c             if (i >= part->nelts) {
nelts            1407 http/modules/ngx_http_uwsgi_module.c             for (i = 0; i < conf->params_source->nelts; i++) {
nelts            1430 http/modules/ngx_http_uwsgi_module.c     for (i = 0; i < conf->params_source->nelts; i++) {
nelts            1511 http/modules/ngx_http_uwsgi_module.c     conf->header_params = headers_names.nelts;
nelts            1521 http/modules/ngx_http_uwsgi_module.c     if (ngx_hash_init(&hash, headers_names.elts, headers_names.nelts) != NGX_OK)
nelts             180 http/modules/ngx_http_xslt_filter_module.c     if (conf->sheets.nelts == 0
nelts             469 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < conf->sheets.nelts; i++) {
nelts             489 http/modules/ngx_http_xslt_filter_module.c         ctx->params.nelts = 0;
nelts             577 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < params->nelts; i++) {
nelts             725 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < xmcf->dtd_files.nelts; i++) {
nelts             799 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < xmcf->sheet_files.nelts; i++) {
nelts             832 http/modules/ngx_http_xslt_filter_module.c     n = cf->args->nelts;
nelts             943 http/modules/ngx_http_xslt_filter_module.c     if (conf->sheets.nelts == 0) {
nelts             486 http/modules/perl/ngx_http_perl_module.c         for (i = 0; i < pmcf->modules->nelts; i++) {
nelts             577 http/modules/perl/ngx_http_perl_module.c     n = (pmcf->modules != NGX_CONF_UNSET_PTR) ? pmcf->modules->nelts * 2 : 0;
nelts             588 http/modules/perl/ngx_http_perl_module.c         for (i = 0; i < pmcf->modules->nelts; i++) {
nelts             646 http/modules/perl/ngx_http_perl_module.c     for (i = 0; i < requires->nelts; i++) {
nelts             278 http/ngx_http.c     for (s = 0; s < cmcf->servers.nelts; s++) {
nelts             437 http/ngx_http.c     if (ngx_hash_init(&hash, headers_in.elts, headers_in.nelts) != NGX_OK) {
nelts             458 http/ngx_http.c     use_rewrite = cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers.nelts ? 1 : 0;
nelts             459 http/ngx_http.c     use_access = cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers.nelts ? 1 : 0;
nelts             464 http/ngx_http.c         n += cmcf->phases[i].handlers.nelts;
nelts             547 http/ngx_http.c         n += cmcf->phases[i].handlers.nelts;
nelts             549 http/ngx_http.c         for (j = cmcf->phases[i].handlers.nelts - 1; j >=0; j--) {
nelts             576 http/ngx_http.c     for (s = 0; s < cmcf->servers.nelts; s++) {
nelts            1186 http/ngx_http.c     for (i = 0; i < cmcf->ports->nelts; i++) {
nelts            1261 http/ngx_http.c     for (i = 0; i < port->addrs.nelts; i++) {
nelts            1379 http/ngx_http.c         for (i = 0; i < addr->servers.nelts; i++) {
nelts            1412 http/ngx_http.c     for (p = 0; p < ports->nelts; p++) {
nelts            1414 http/ngx_http.c         ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts,
nelts            1423 http/ngx_http.c         for (a = 0; a < port[p].addrs.nelts; a++) {
nelts            1425 http/ngx_http.c             if (addr[a].servers.nelts > 1
nelts            1477 http/ngx_http.c     for (s = 0; s < addr->servers.nelts; s++) {
nelts            1481 http/ngx_http.c         for (n = 0; n < cscfp[s]->server_names.nelts; n++) {
nelts            1518 http/ngx_http.c     if (ha.keys.nelts) {
nelts            1522 http/ngx_http.c         if (ngx_hash_init(&hash, ha.keys.elts, ha.keys.nelts) != NGX_OK) {
nelts            1527 http/ngx_http.c     if (ha.dns_wc_head.nelts) {
nelts            1529 http/ngx_http.c         ngx_qsort(ha.dns_wc_head.elts, (size_t) ha.dns_wc_head.nelts,
nelts            1536 http/ngx_http.c                                    ha.dns_wc_head.nelts)
nelts            1545 http/ngx_http.c     if (ha.dns_wc_tail.nelts) {
nelts            1547 http/ngx_http.c         ngx_qsort(ha.dns_wc_tail.elts, (size_t) ha.dns_wc_tail.nelts,
nelts            1554 http/ngx_http.c                                    ha.dns_wc_tail.nelts)
nelts            1579 http/ngx_http.c     for (s = 0; s < addr->servers.nelts; s++) {
nelts            1583 http/ngx_http.c         for (n = 0; n < cscfp[s]->server_names.nelts; n++) {
nelts            1652 http/ngx_http.c     last = port->addrs.nelts;
nelts            1944 http/ngx_http.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            1955 http/ngx_http.c         for (n = 0; n < (*types)->nelts; n++) {
nelts            1999 http/ngx_http.c         if (ngx_hash_init(&hash, (*keys)->elts, (*keys)->nelts) != NGX_OK) {
nelts            2029 http/ngx_http.c         if (ngx_hash_init(&hash, (*prev_keys)->elts, (*prev_keys)->nelts)
nelts             228 http/ngx_http_busy_lock.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            2609 http/ngx_http_core_module.c     if (cf->args->nelts == 3) {
nelts            2852 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            2857 http/ngx_http_core_module.c         for (n = 0; n < clcf->types->nelts; n++) {
nelts            3029 http/ngx_http_core_module.c     if (conf->server_names.nelts == 0) {
nelts            3225 http/ngx_http_core_module.c         if (ngx_hash_init(&types_hash, prev->types->elts, prev->types->nelts)
nelts            3267 http/ngx_http_core_module.c         if (ngx_hash_init(&types_hash, conf->types->elts, conf->types->nelts)
nelts            3476 http/ngx_http_core_module.c     for (n = 2; n < cf->args->nelts; n++) {
nelts            3655 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            3894 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            4021 http/ngx_http_core_module.c     i = cf->args->nelts - 2;
nelts            4050 http/ngx_http_core_module.c     uri = value[cf->args->nelts - 1];
nelts            4076 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts - n; i++) {
nelts            4138 http/ngx_http_core_module.c     tf = ngx_pcalloc(cf->pool, cf->args->nelts * sizeof(ngx_http_try_file_t));
nelts            4147 http/ngx_http_core_module.c     for (i = 0; i < cf->args->nelts - 1; i++) {
nelts            4217 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            4294 http/ngx_http_core_module.c     if (cf->args->nelts == 2) {
nelts            4326 http/ngx_http_core_module.c     if (cf->args->nelts == 2) {
nelts            4423 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts            4464 http/ngx_http_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             219 http/ngx_http_file_cache.c     for (i = 0; i < c->keys.nelts; i++) {
nelts             769 http/ngx_http_file_cache.c     for (i = 0; i < c->keys.nelts; i++) {
nelts            1494 http/ngx_http_file_cache.c     for (i = 0; i < cache_valid->nelts; i++) {
nelts            1548 http/ngx_http_file_cache.c     for (i = 2; i < cf->args->nelts; i++) {
nelts            1709 http/ngx_http_file_cache.c     n = cf->args->nelts - 1;
nelts            1771 http/ngx_http_file_cache.c     for (i = 0; i < no_cache->nelts; i++) {
nelts            1807 http/ngx_http_file_cache.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             420 http/ngx_http_header_filter_module.c         if (i >= part->nelts) {
nelts             580 http/ngx_http_header_filter_module.c         if (i >= part->nelts) {
nelts            1596 http/ngx_http_parse.c     for (i = 0; i < headers->nelts; i++) {
nelts             477 http/ngx_http_request.c     r->variables = ngx_pcalloc(r->pool, cmcf->variables.nelts
nelts            3010 http/ngx_http_request.c     n = cmcf->phases[NGX_HTTP_LOG_PHASE].handlers.nelts;
nelts             202 http/ngx_http_script.c     if (flushes.nelts) {
nelts             204 http/ngx_http_script.c         ccv->complex_value->flushes[flushes.nelts] = (ngx_uint_t) -1;
nelts             263 http/ngx_http_script.c     for (i = 0; i < predicates->nelts; i++) {
nelts             299 http/ngx_http_script.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             500 http/ngx_http_script.c     for (i = 0; i < cmcf->variables.nelts; i++) {
nelts             545 http/ngx_http_script.c         for (n = 0; n < indices->nelts; n++) {
nelts             400 http/ngx_http_special_response.c         for (i = 0; i < clcf->error_pages->nelts; i++) {
nelts             515 http/ngx_http_special_response.c     r->headers_out.headers.part.nelts = 0;
nelts             564 http/ngx_http_upstream.c         for (i = 0; i < umcf->upstreams.nelts; i++) {
nelts            1711 http/ngx_http_upstream.c     for (i = 0; i < clcf->error_pages->nelts; i++) {
nelts            1822 http/ngx_http_upstream.c             if (i >= part->nelts) {
nelts            1869 http/ngx_http_upstream.c         if (i >= part->nelts) {
nelts            3649 http/ngx_http_upstream.c     if (r->upstream_states == NULL || r->upstream_states->nelts == 0) {
nelts            3657 http/ngx_http_upstream.c     for (i = 0; i < r->upstream_states->nelts; i++) {
nelts            3680 http/ngx_http_upstream.c         if (++i == r->upstream_states->nelts) {
nelts            3693 http/ngx_http_upstream.c             if (++i == r->upstream_states->nelts) {
nelts            3720 http/ngx_http_upstream.c     if (r->upstream_states == NULL || r->upstream_states->nelts == 0) {
nelts            3725 http/ngx_http_upstream.c     len = r->upstream_states->nelts * (3 + 2);
nelts            3745 http/ngx_http_upstream.c         if (++i == r->upstream_states->nelts) {
nelts            3758 http/ngx_http_upstream.c             if (++i == r->upstream_states->nelts) {
nelts            3786 http/ngx_http_upstream.c     if (r->upstream_states == NULL || r->upstream_states->nelts == 0) {
nelts            3791 http/ngx_http_upstream.c     len = r->upstream_states->nelts * (NGX_TIME_T_LEN + 4 + 2);
nelts            3814 http/ngx_http_upstream.c         if (++i == r->upstream_states->nelts) {
nelts            3827 http/ngx_http_upstream.c             if (++i == r->upstream_states->nelts) {
nelts            3854 http/ngx_http_upstream.c     if (r->upstream_states == NULL || r->upstream_states->nelts == 0) {
nelts            3859 http/ngx_http_upstream.c     len = r->upstream_states->nelts * (NGX_OFF_T_LEN + 2);
nelts            3874 http/ngx_http_upstream.c         if (++i == r->upstream_states->nelts) {
nelts            3887 http/ngx_http_upstream.c             if (++i == r->upstream_states->nelts) {
nelts            4098 http/ngx_http_upstream.c     for (i = 2; i < cf->args->nelts; i++) {
nelts            4214 http/ngx_http_upstream.c     for (i = 0; i < umcf->upstreams.nelts; i++) {
nelts            4393 http/ngx_http_upstream.c         for (i = 0; i < conf->hide_headers->nelts; i++) {
nelts            4397 http/ngx_http_upstream.c             for (j = 0; j < hide_headers.nelts; j++) {
nelts            4423 http/ngx_http_upstream.c         for (i = 0; i < conf->pass_headers->nelts; i++) {
nelts            4424 http/ngx_http_upstream.c             for (j = 0; j < hide_headers.nelts; j++) {
nelts            4443 http/ngx_http_upstream.c     return ngx_hash_init(hash, hide_headers.elts, hide_headers.nelts);
nelts            4483 http/ngx_http_upstream.c     for (i = 0; i < umcf->upstreams.nelts; i++) {
nelts            4521 http/ngx_http_upstream.c     if (ngx_hash_init(&hash, headers_in.elts, headers_in.nelts) != NGX_OK) {
nelts              34 http/ngx_http_upstream_round_robin.c         for (i = 0; i < us->servers->nelts; i++) {
nelts              54 http/ngx_http_upstream_round_robin.c         for (i = 0; i < us->servers->nelts; i++) {
nelts              82 http/ngx_http_upstream_round_robin.c         for (i = 0; i < us->servers->nelts; i++) {
nelts             107 http/ngx_http_upstream_round_robin.c         for (i = 0; i < us->servers->nelts; i++) {
nelts             279 http/ngx_http_variables.c     for (i = 0; i < cmcf->variables_keys->keys.nelts; i++) {
nelts             352 http/ngx_http_variables.c         for (i = 0; i < cmcf->variables.nelts; i++) {
nelts             380 http/ngx_http_variables.c     v->index = cmcf->variables.nelts - 1;
nelts             382 http/ngx_http_variables.c     return cmcf->variables.nelts - 1;
nelts             394 http/ngx_http_variables.c     if (cmcf->variables.nelts <= index) {
nelts             651 http/ngx_http_variables.c     n = a->nelts;
nelts             731 http/ngx_http_variables.c         if (i >= part->nelts) {
nelts            1922 http/ngx_http_variables.c     for (i = 0; i < cmcf->variables.nelts; i++) {
nelts            1924 http/ngx_http_variables.c         for (n = 0; n < cmcf->variables_keys->keys.nelts; n++) {
nelts            1992 http/ngx_http_variables.c     for (n = 0; n < cmcf->variables_keys->keys.nelts; n++) {
nelts            2010 http/ngx_http_variables.c                       cmcf->variables_keys->keys.nelts)
nelts             201 mail/ngx_mail.c         for (s = 0; s < cmcf->servers.nelts; s++) {
nelts             230 mail/ngx_mail.c     for (i = 0; i < cmcf->listen.nelts; i++) {
nelts             272 mail/ngx_mail.c     for (i = 0; i < ports->nelts; i++) {
nelts             332 mail/ngx_mail.c     for (p = 0; p < ports->nelts; p++) {
nelts             334 mail/ngx_mail.c         ngx_sort(port[p].addrs.elts, (size_t) port[p].addrs.nelts,
nelts             338 mail/ngx_mail.c         last = port[p].addrs.nelts;
nelts            1351 mail/ngx_mail_auth_http_module.c         for (i = 0; i < conf->headers->nelts; i++) {
nelts            1363 mail/ngx_mail_auth_http_module.c         for (i = 0; i < conf->headers->nelts; i++) {
nelts             317 mail/ngx_mail_core_module.c     for (i = 0; i < cmcf->listen.nelts; i++) {
nelts             389 mail/ngx_mail_core_module.c     for (i = 2; i < cf->args->nelts; i++) {
nelts             542 mail/ngx_mail_core_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts             664 mail/ngx_mail_handler.c     s->args.nelts = 0;
nelts             149 mail/ngx_mail_imap_handler.c             for (i = 0; i < s->args.nelts; i++) {
nelts             276 mail/ngx_mail_imap_handler.c         s->args.nelts = 0;
nelts             308 mail/ngx_mail_imap_handler.c     if (s->args.nelts != 2 || arg[0].len == 0) {
nelts             155 mail/ngx_mail_imap_module.c     if (conf->capabilities.nelts == 0) {
nelts             159 mail/ngx_mail_imap_module.c     if (conf->capabilities.nelts == 0) {
nelts             174 mail/ngx_mail_imap_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             197 mail/ngx_mail_imap_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             115 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
nelts             415 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
nelts             423 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
nelts             429 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
nelts             553 mail/ngx_mail_parse.c                 if (s->args.nelts <= 2) {
nelts             749 mail/ngx_mail_parse.c                 if (s->args.nelts <= 10) {
nelts             847 mail/ngx_mail_parse.c             if (s->args.nelts == 1) {
nelts             851 mail/ngx_mail_parse.c             if (s->args.nelts == 2) {
nelts             860 mail/ngx_mail_parse.c             if (s->args.nelts == 1) {
nelts             864 mail/ngx_mail_parse.c             if (s->args.nelts == 2) {
nelts             874 mail/ngx_mail_parse.c         if (s->args.nelts != 1) {
nelts             265 mail/ngx_mail_pop3_handler.c         s->args.nelts = 0;
nelts             288 mail/ngx_mail_pop3_handler.c     if (s->args.nelts != 1) {
nelts             315 mail/ngx_mail_pop3_handler.c     if (s->args.nelts != 1) {
nelts             401 mail/ngx_mail_pop3_handler.c     if (s->args.nelts != 2) {
nelts             452 mail/ngx_mail_pop3_handler.c     if (s->args.nelts == 0) {
nelts             147 mail/ngx_mail_pop3_module.c     if (conf->capabilities.nelts == 0) {
nelts             151 mail/ngx_mail_pop3_module.c     if (conf->capabilities.nelts == 0) {
nelts             169 mail/ngx_mail_pop3_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             197 mail/ngx_mail_pop3_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             250 mail/ngx_mail_pop3_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             505 mail/ngx_mail_smtp_handler.c         s->args.nelts = 0;
nelts             524 mail/ngx_mail_smtp_handler.c     if (s->args.nelts != 1) {
nelts             591 mail/ngx_mail_smtp_handler.c     if (s->args.nelts == 0) {
nelts             193 mail/ngx_mail_smtp_module.c     if (conf->capabilities.nelts == 0) {
nelts             200 mail/ngx_mail_smtp_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             234 mail/ngx_mail_smtp_module.c     for (i = 0; i < conf->capabilities.nelts; i++) {
nelts             380 mail/ngx_mail_ssl_module.c     for (i = 1; i < cf->args->nelts; i++) {
nelts              97 os/unix/ngx_darwin_sendfile_chain.c         header.nelts = 0;
nelts              98 os/unix/ngx_darwin_sendfile_chain.c         trailer.nelts = 0;
nelts             106 os/unix/ngx_darwin_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
nelts             173 os/unix/ngx_darwin_sendfile_chain.c         if (file && header.nelts == 0) {
nelts             180 os/unix/ngx_darwin_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
nelts             223 os/unix/ngx_darwin_sendfile_chain.c             hdtr.headers = header.nelts ? (struct iovec *) header.elts: NULL;
nelts             224 os/unix/ngx_darwin_sendfile_chain.c             hdtr.hdr_cnt = header.nelts;
nelts             225 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trailers = trailer.nelts ? (struct iovec *) trailer.elts: NULL;
nelts             226 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trl_cnt = trailer.nelts;
nelts             278 os/unix/ngx_darwin_sendfile_chain.c             rc = writev(c->fd, header.elts, header.nelts);
nelts             178 os/unix/ngx_files.c         vec.nelts = 0;
nelts             182 os/unix/ngx_files.c         while (cl && vec.nelts < IOV_MAX) {
nelts             203 os/unix/ngx_files.c         if (vec.nelts == 1) {
nelts             219 os/unix/ngx_files.c         n = writev(file->fd, vec.elts, vec.nelts);
nelts             101 os/unix/ngx_freebsd_sendfile_chain.c         header.nelts = 0;
nelts             102 os/unix/ngx_freebsd_sendfile_chain.c         trailer.nelts = 0;
nelts             110 os/unix/ngx_freebsd_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
nelts             185 os/unix/ngx_freebsd_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
nelts             250 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.hdr_cnt = header.nelts;
nelts             252 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.trl_cnt = trailer.nelts;
nelts             324 os/unix/ngx_freebsd_sendfile_chain.c             rc = writev(c->fd, header.elts, header.nelts);
nelts              84 os/unix/ngx_linux_sendfile_chain.c         header.nelts = 0;
nelts              92 os/unix/ngx_linux_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
nelts             150 os/unix/ngx_linux_sendfile_chain.c             && header.nelts != 0
nelts             214 os/unix/ngx_linux_sendfile_chain.c         if (header.nelts == 0 && cl && cl->buf->in_file && send < limit) {
nelts             291 os/unix/ngx_linux_sendfile_chain.c             rc = writev(c->fd, header.elts, header.nelts);
nelts             214 os/unix/ngx_process_cycle.c             for (n = 0; n < cycle->listening.nelts; n++) {
nelts             221 os/unix/ngx_process_cycle.c             cycle->listening.nelts = 0;
nelts             383 os/unix/ngx_process_cycle.c     for (i = 0; i < ngx_cycle->pathes.nelts; i++) {
nelts             956 os/unix/ngx_process_cycle.c     for (i = 0; i < cycle->listening.nelts; i++) {
nelts            1343 os/unix/ngx_process_cycle.c     for (i = 0; i < ngx_cycle->pathes.nelts; i++) {
nelts            1372 os/unix/ngx_process_cycle.c     for (i = 0; i < cycle->pathes.nelts; i++) {
nelts              61 os/unix/ngx_readv_chain.c     vec.nelts = 0;
nelts              88 os/unix/ngx_readv_chain.c                    "readv: %d, last:%d", vec.nelts, iov->iov_len);
nelts              93 os/unix/ngx_readv_chain.c         n = readv(c->fd, (struct iovec *) vec.elts, vec.nelts);
nelts             185 os/unix/ngx_readv_chain.c     vec.nelts = 0;
nelts             212 os/unix/ngx_readv_chain.c                    "readv: %d:%d", vec.nelts, iov->iov_len);
nelts             217 os/unix/ngx_readv_chain.c         n = readv(c->fd, (struct iovec *) vec.elts, vec.nelts);
nelts              92 os/unix/ngx_solaris_sendfilev_chain.c         vec.nelts = 0;
nelts              96 os/unix/ngx_solaris_sendfilev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
nelts             166 os/unix/ngx_solaris_sendfilev_chain.c         n = sendfilev(c->fd, vec.elts, vec.nelts, &sent);
nelts              69 os/unix/ngx_writev_chain.c         vec.nelts = 0;
nelts              73 os/unix/ngx_writev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
nelts             108 os/unix/ngx_writev_chain.c         n = writev(c->fd, vec.elts, vec.nelts);