ngx_atoi          437 core/nginx.c               s = ngx_atoi(v, p - v);
ngx_atoi         1224 core/nginx.c       ccf->priority = ngx_atoi(&value[1].data[n], value[1].len - n);
ngx_atoi         1199 core/ngx_conf_file.c     *np = ngx_atoi(value[1].data, value[1].len);
ngx_atoi         1361 core/ngx_conf_file.c     bufs->num = ngx_atoi(value[1].data, value[1].len);
ngx_atoi         1070 core/ngx_cycle.c     pid = ngx_atoi(buf, ++n);
ngx_atoi          277 core/ngx_file.c         level = ngx_atoi(value[n].data, value[n].len);
ngx_atoi          400 core/ngx_inet.c     shift = ngx_atoi(mask, last - mask);
ngx_atoi          672 core/ngx_inet.c         n = ngx_atoi(port, len);
ngx_atoi          694 core/ngx_inet.c                 n = ngx_atoi(host, last - host);
ngx_atoi          836 core/ngx_inet.c             n = ngx_atoi(port, len);
ngx_atoi         1440 core/ngx_resolver.c         digit = ngx_atoi(&buf[i], len);
ngx_atoi          170 core/ngx_string.h ngx_int_t ngx_atoi(u_char *line, size_t n);
ngx_atoi          972 event/ngx_event.c     ecf->connections = ngx_atoi(value[1].data, value[1].len);
ngx_atoi         1482 http/modules/ngx_http_fastcgi_module.c                     status = ngx_atoi(status_line->data, 3);
ngx_atoi         1123 http/modules/ngx_http_image_filter_module.c     n = ngx_atoi(value->data, value->len);
ngx_atoi          647 http/modules/ngx_http_limit_req_module.c             rate = ngx_atoi(value[i].data + 5, len - 5);
ngx_atoi          755 http/modules/ngx_http_limit_req_module.c             burst = ngx_atoi(value[i].data + 6, value[i].len - 6);
ngx_atoi          521 http/modules/ngx_http_limit_zone_module.c     n = ngx_atoi(value[2].data, value[2].len);
ngx_atoi         1250 http/modules/ngx_http_log_module.c             max = ngx_atoi(value[i].data + 4, value[i].len - 4);
ngx_atoi         1273 http/modules/ngx_http_log_module.c             min_uses = ngx_atoi(value[i].data + 9, value[i].len - 9);
ngx_atoi          455 http/modules/ngx_http_rewrite_module.c     ret->status = ngx_atoi(p, value[1].len);
ngx_atoi          969 http/modules/ngx_http_rewrite_module.c         n = ngx_atoi(value->data, value->len);
ngx_atoi          921 http/modules/ngx_http_scgi_module.c                 status = ngx_atoi(status_line->data, 3);
ngx_atoi          548 http/modules/ngx_http_ssl_module.c             n = ngx_atoi(value[i].data + sizeof("builtin:") - 1,
ngx_atoi          971 http/modules/ngx_http_uwsgi_module.c                 status = ngx_atoi(status_line->data, 3);
ngx_atoi          244 http/ngx_http_busy_lock.c             bl->max_busy = ngx_atoi(value[i].data + 2, value[i].len - 2);
ngx_atoi          258 http/ngx_http_busy_lock.c             bl->max_waiting = ngx_atoi(value[i].data + 2, value[i].len - 2);
ngx_atoi         3493 http/ngx_http_core_module.c             lsopt.setfib = ngx_atoi(value[n].data + 7, value[n].len - 7);
ngx_atoi         3505 http/ngx_http_core_module.c             lsopt.backlog = ngx_atoi(value[n].data + 8, value[n].len - 8);
ngx_atoi         4031 http/ngx_http_core_module.c             overwrite = ngx_atoi(&value[i].data[1], value[i].len - 1);
ngx_atoi         4082 http/ngx_http_core_module.c         err->status = ngx_atoi(value[i].data, value[i].len);
ngx_atoi         4182 http/ngx_http_core_module.c         code = ngx_atoi(tf[i - 1].name.data + 1, tf[i - 1].name.len - 2);
ngx_atoi         4221 http/ngx_http_core_module.c             max = ngx_atoi(value[i].data + 4, value[i].len - 4);
ngx_atoi         1741 http/ngx_http_file_cache.c             status = ngx_atoi(value[i].data, value[i].len);
ngx_atoi         3232 http/ngx_http_upstream.c         n = ngx_atoi(p, len);
ngx_atoi         3249 http/ngx_http_upstream.c     n = ngx_atoi(p, len);
ngx_atoi         3269 http/ngx_http_upstream.c     n = ngx_atoi(h->value.data, h->value.len);
ngx_atoi         4106 http/ngx_http_upstream.c             weight = ngx_atoi(&value[i].data[7], value[i].len - 7);
ngx_atoi         4121 http/ngx_http_upstream.c             max_fails = ngx_atoi(&value[i].data[10], value[i].len - 10);
ngx_atoi          638 mail/ngx_mail_auth_http_module.c                 n = ngx_atoi(ctx->header_start,
ngx_atoi          785 mail/ngx_mail_auth_http_module.c             port = ngx_atoi(ctx->port.data, ctx->port.len);
ngx_atoi          401 mail/ngx_mail_ssl_module.c             n = ngx_atoi(value[i].data + sizeof("builtin:") - 1,