Home
last modified time | relevance | path

Searched refs:thread_pool_value (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_copy_filter_module.c277 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_copy_thread_handler()
H A Dngx_http_core_module.h416 ngx_http_complex_value_t *thread_pool_value; member
H A Dngx_http_core_module.c3429 clcf->thread_pool_value = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
3654 ngx_conf_merge_ptr_value(conf->thread_pool_value, prev->thread_pool_value, in ngx_http_core_merge_loc_conf()
4476 clcf->thread_pool_value = NULL; in ngx_http_core_set_aio()
4537 clcf->thread_pool_value = ngx_palloc(cf->pool, in ngx_http_core_set_aio()
4539 if (clcf->thread_pool_value == NULL) { in ngx_http_core_set_aio()
4543 *clcf->thread_pool_value = cv; in ngx_http_core_set_aio()
H A Dngx_http_file_cache.c765 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_cache_thread_handler()
H A Dngx_http_upstream.c3752 if (ngx_http_complex_value(r, clcf->thread_pool_value, &name) in ngx_http_upstream_thread_handler()