Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_conf.h79 char *ping_response; member
H A Dfpm_conf.c145 { "ping.response", &fpm_conf_set_string, WPO(ping_response) },
677 free(wpc->ping_response); in fpm_worker_pool_config_free()
756 FPM_WPC_STR_CP(config, shared_config, ping_response); in fpm_worker_pool_shared_status_alloc()
994 if (!wp->config->ping_response) { in fpm_conf_process_all_pools()
995 wp->config->ping_response = strdup("pong"); in fpm_conf_process_all_pools()
997 if (strlen(wp->config->ping_response) < 1) { in fpm_conf_process_all_pools()
998 … %s] the ping response page '%s' is not long enough", wp->config->name, wp->config->ping_response); in fpm_conf_process_all_pools()
1003 if (wp->config->ping_response) { in fpm_conf_process_all_pools()
1004 free(wp->config->ping_response); in fpm_conf_process_all_pools()
1005 wp->config->ping_response = NULL; in fpm_conf_process_all_pools()
[all …]
H A Dfpm_status.c36 if (!wp->config->ping_response) { in fpm_status_init_child()
41 fpm_status_ping_response = strdup(wp->config->ping_response); in fpm_status_init_child()

Completed in 12 milliseconds