Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_conf.c730 shared_config = shared_wp->config; in fpm_worker_pool_shared_status_alloc()
736 strcpy(config->name, shared_config->name); in fpm_worker_pool_shared_status_alloc()
739 if (!shared_config->pm_status_path) { in fpm_worker_pool_shared_status_alloc()
740 shared_config->pm_status_path = strdup("/"); in fpm_worker_pool_shared_status_alloc()
749 FPM_WPC_STR_CP(config, shared_config, listen_group); in fpm_worker_pool_shared_status_alloc()
750 FPM_WPC_STR_CP(config, shared_config, listen_owner); in fpm_worker_pool_shared_status_alloc()
751 FPM_WPC_STR_CP(config, shared_config, listen_mode); in fpm_worker_pool_shared_status_alloc()
752 FPM_WPC_STR_CP(config, shared_config, user); in fpm_worker_pool_shared_status_alloc()
753 FPM_WPC_STR_CP(config, shared_config, group); in fpm_worker_pool_shared_status_alloc()
755 FPM_WPC_STR_CP(config, shared_config, ping_path); in fpm_worker_pool_shared_status_alloc()
[all …]

Completed in 19 milliseconds