Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.h71 char *ping_response; member
H A Dfpm_conf.c129 { "ping.response", &fpm_conf_set_string, WPO(ping_response) },
629 free(wpc->ping_response); in fpm_worker_pool_config_free()
878 if (!wp->config->ping_response) { in fpm_conf_process_all_pools()
879 wp->config->ping_response = strdup("pong"); in fpm_conf_process_all_pools()
881 if (strlen(wp->config->ping_response) < 1) { in fpm_conf_process_all_pools()
882 … %s] the ping response page '%s' is not long enough", wp->config->name, wp->config->ping_response); in fpm_conf_process_all_pools()
887 if (wp->config->ping_response) { in fpm_conf_process_all_pools()
888 free(wp->config->ping_response); in fpm_conf_process_all_pools()
889 wp->config->ping_response = NULL; in fpm_conf_process_all_pools()
1572 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 28 milliseconds