| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_inet.c | 417 shift = ngx_atoi(mask, last - mask); in ngx_ptocidr() 663 port = ngx_atoi(p, plen); in ngx_parse_addr_port() 839 n = ngx_atoi(dash, last - dash); in ngx_parse_inet_url() 852 n = ngx_atoi(port, len); in ngx_parse_inet_url() 886 n = ngx_atoi(dash, last - dash); in ngx_parse_inet_url() 902 n = ngx_atoi(host, len); in ngx_parse_inet_url() 1044 n = ngx_atoi(dash, last - dash); in ngx_parse_inet6_url() 1057 n = ngx_atoi(port, len); in ngx_parse_inet6_url()
|
| H A D | ngx_thread_pool.c | 482 tp->threads = ngx_atoi(value[i].data + 8, value[i].len - 8); in ngx_thread_pool() 495 tp->max_queue = ngx_atoi(value[i].data + 10, value[i].len - 10); in ngx_thread_pool()
|
| H A D | ngx_proxy_protocol.c | 142 n = ngx_atoi(port, len); in ngx_proxy_protocol_read()
|
| H A D | ngx_string.h | 176 ngx_int_t ngx_atoi(u_char *line, size_t n);
|
| H A D | nginx.c | 496 s = ngx_atoi(v, p - v); in ngx_add_inherited_sockets() 1329 ccf->priority = ngx_atoi(&value[1].data[n], value[1].len - n); in ngx_set_priority() 1513 ccf->worker_processes = ngx_atoi(value[1].data, value[1].len); in ngx_set_worker_processes()
|
| H A D | ngx_conf_file.c | 1183 *np = ngx_atoi(value[1].data, value[1].len); in ngx_conf_set_num_slot() 1337 bufs->num = ngx_atoi(value[1].data, value[1].len); in ngx_conf_set_bufs_slot()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream.c | 435 weight = ngx_atoi(&value[i].data[7], value[i].len - 7); in ngx_stream_upstream_server() 450 max_conns = ngx_atoi(&value[i].data[10], value[i].len - 10); in ngx_stream_upstream_server() 465 max_fails = ngx_atoi(&value[i].data[10], value[i].len - 10); in ngx_stream_upstream_server()
|
| H A D | ngx_stream_core_module.c | 658 ls->backlog = ngx_atoi(value[i].data + 8, value[i].len - 8); in ngx_stream_core_listen() 815 ls->tcp_keepcnt = ngx_atoi(s.data, s.len); in ngx_stream_core_listen()
|
| H A D | ngx_stream_log_module.c | 1145 gzip = ngx_atoi(s.data, s.len); in ngx_stream_log_set_log() 1497 max = ngx_atoi(value[i].data + 4, value[i].len - 4); in ngx_stream_log_open_file_cache() 1520 min_uses = ngx_atoi(value[i].data + 9, value[i].len - 9); in ngx_stream_log_open_file_cache()
|
| H A D | ngx_stream_limit_conn_module.c | 605 n = ngx_atoi(value[2].data, value[2].len); in ngx_stream_limit_conn()
|
| H A D | ngx_stream_ssl_module.c | 958 n = ngx_atoi(value[i].data + sizeof("builtin:") - 1, in ngx_stream_ssl_session_cache()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_limit_req_module.c | 827 rate = ngx_atoi(value[i].data + 5, len - 5); in ngx_http_limit_req_zone() 908 burst = ngx_atoi(value[i].data + 6, value[i].len - 6); in ngx_http_limit_req() 920 delay = ngx_atoi(value[i].data + 6, value[i].len - 6); in ngx_http_limit_req()
|
| H A D | ngx_http_try_files_module.c | 352 code = ngx_atoi(tf[i - 1].name.data + 1, tf[i - 1].name.len - 2); in ngx_http_try_files()
|
| H A D | ngx_http_rewrite_module.c | 460 ret->status = ngx_atoi(p, value[1].len); in ngx_http_rewrite_return() 977 n = ngx_atoi(value->data, value->len); in ngx_http_rewrite_value()
|
| H A D | ngx_http_upstream_keepalive_module.c | 539 n = ngx_atoi(value[1].data, value[1].len); in ngx_http_upstream_keepalive()
|
| H A D | ngx_http_log_module.c | 1416 gzip = ngx_atoi(s.data, s.len); in ngx_http_log_set_log() 1784 max = ngx_atoi(value[i].data + 4, value[i].len - 4); in ngx_http_log_open_file_cache() 1807 min_uses = ngx_atoi(value[i].data + 9, value[i].len - 9); in ngx_http_log_open_file_cache()
|
| H A D | ngx_http_limit_conn_module.c | 629 n = ngx_atoi(value[2].data, value[2].len); in ngx_http_limit_conn()
|
| H A D | ngx_http_memcached_module.c | 387 flags = ngx_atoi(start, p - start - 1); in ngx_http_memcached_process_header()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_core_module.c | 390 ls->backlog = ngx_atoi(value[i].data + 8, value[i].len - 8); in ngx_mail_core_listen() 532 ls->tcp_keepcnt = ngx_atoi(s.data, s.len); in ngx_mail_core_listen()
|
| H A D | ngx_mail_ssl_module.c | 580 n = ngx_atoi(value[i].data + sizeof("builtin:") - 1, in ngx_mail_ssl_session_cache()
|
| H A D | ngx_mail_auth_http_module.c | 647 n = ngx_atoi(ctx->header_start, in ngx_mail_auth_http_process_headers() 802 port = ngx_atoi(ctx->port.data, ctx->port.len); in ngx_mail_auth_http_process_headers()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 3848 lsopt.setfib = ngx_atoi(value[n].data + 7, value[n].len - 7); in ngx_http_core_listen() 3864 lsopt.fastopen = ngx_atoi(value[n].data + 9, value[n].len - 9); in ngx_http_core_listen() 3879 lsopt.backlog = ngx_atoi(value[n].data + 8, value[n].len - 8); in ngx_http_core_listen() 4077 lsopt.tcp_keepcnt = ngx_atoi(s.data, s.len); in ngx_http_core_listen() 4633 overwrite = ngx_atoi(&value[i].data[1], value[i].len - 1); in ngx_http_core_error_page() 4684 err->status = ngx_atoi(value[i].data, value[i].len); in ngx_http_core_error_page() 4741 max = ngx_atoi(value[i].data + 4, value[i].len - 4); in ngx_http_core_open_file_cache()
|
| H A D | ngx_http_upstream.c | 4760 n = ngx_atoi(p, len); in ngx_http_upstream_process_accel_expires() 4779 n = ngx_atoi(p, len); in ngx_http_upstream_process_accel_expires() 4805 n = ngx_atoi(h->value.data, h->value.len); in ngx_http_upstream_process_limit_rate() 5845 weight = ngx_atoi(&value[i].data[7], value[i].len - 7); in ngx_http_upstream_server() 5860 max_conns = ngx_atoi(&value[i].data[10], value[i].len - 10); in ngx_http_upstream_server() 5875 max_fails = ngx_atoi(&value[i].data[10], value[i].len - 10); in ngx_http_upstream_server()
|
| H A D | ngx_http_file_cache.c | 2481 loader_files = ngx_atoi(value[i].data + 13, value[i].len - 13); in ngx_http_file_cache_set_slot() 2523 manager_files = ngx_atoi(value[i].data + 14, value[i].len - 14); in ngx_http_file_cache_set_slot() 2680 status = ngx_atoi(value[i].data, value[i].len); in ngx_http_file_cache_valid_set_slot()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 1095 ecf->connections = ngx_atoi(value[1].data, value[1].len); in ngx_event_connections()
|