Home
last modified time | relevance | path

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

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_conf.h75 char *ping_response; member
H A Dfpm_conf.c140 { "ping.response", &fpm_conf_set_string, WPO(ping_response) },
642 free(wpc->ping_response); in fpm_worker_pool_config_free()
891 if (!wp->config->ping_response) { in fpm_conf_process_all_pools()
892 wp->config->ping_response = strdup("pong"); in fpm_conf_process_all_pools()
894 if (strlen(wp->config->ping_response) < 1) { in fpm_conf_process_all_pools()
895 … %s] the ping response page '%s' is not long enough", wp->config->name, wp->config->ping_response); in fpm_conf_process_all_pools()
900 if (wp->config->ping_response) { in fpm_conf_process_all_pools()
901 free(wp->config->ping_response); in fpm_conf_process_all_pools()
902 wp->config->ping_response = NULL; in fpm_conf_process_all_pools()
1597 zlog(ZLOG_NOTICE, "\tping.response = %s", STR2STR(wp->config->ping_response)); in fpm_conf_dump()
H A Dfpm_status.c37 if (!wp->config->ping_response) { in fpm_status_init_child()
42 fpm_status_ping_response = strdup(wp->config->ping_response); in fpm_status_init_child()

Completed in 12 milliseconds