Searched refs:ngx_conf_init_uint_value (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_devpoll_module.c | 556 ngx_conf_init_uint_value(dpcf->changes, 32); in ngx_devpoll_init_conf() 557 ngx_conf_init_uint_value(dpcf->events, 32); in ngx_devpoll_init_conf()
|
| H A D | ngx_kqueue_module.c | 742 ngx_conf_init_uint_value(kcf->changes, 512); in ngx_kqueue_init_conf() 743 ngx_conf_init_uint_value(kcf->events, 512); in ngx_kqueue_init_conf()
|
| H A D | ngx_epoll_module.c | 1048 ngx_conf_init_uint_value(epcf->events, 512); in ngx_epoll_init_conf() 1049 ngx_conf_init_uint_value(epcf->aio_requests, 32); in ngx_epoll_init_conf()
|
| H A D | ngx_eventport_module.c | 646 ngx_conf_init_uint_value(epcf->events, 32); in ngx_eventport_init_conf()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 190 #define ngx_conf_init_uint_value(conf, default) \ macro
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_core_module.c | 392 ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 1024); in ngx_stream_core_init_main_conf() 393 ngx_conf_init_uint_value(cmcf->variables_hash_bucket_size, 64); in ngx_stream_core_init_main_conf()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 1379 ngx_conf_init_uint_value(ecf->connections, DEFAULT_CONNECTIONS); in ngx_event_core_init_conf() 1382 ngx_conf_init_uint_value(ecf->use, module->ctx_index); in ngx_event_core_init_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_keepalive_module.c | 153 ngx_conf_init_uint_value(kcf->requests, 100); in ngx_http_upstream_init_keepalive()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 3241 ngx_conf_init_uint_value(cmcf->server_names_hash_max_size, 512); in ngx_http_core_init_main_conf() 3242 ngx_conf_init_uint_value(cmcf->server_names_hash_bucket_size, in ngx_http_core_init_main_conf() 3249 ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 1024); in ngx_http_core_init_main_conf() 3250 ngx_conf_init_uint_value(cmcf->variables_hash_bucket_size, 64); in ngx_http_core_init_main_conf()
|