Home
last modified time | relevance | path

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

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.h76 char *ping_response; member
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()
H A Dfpm_conf.c144 { "ping.response", &fpm_conf_set_string, WPO(ping_response) },
652 free(wpc->ping_response); in fpm_worker_pool_config_free()
904 if (!wp->config->ping_response) { in fpm_conf_process_all_pools()
905 wp->config->ping_response = strdup("pong"); in fpm_conf_process_all_pools()
907 if (strlen(wp->config->ping_response) < 1) { in fpm_conf_process_all_pools()
908 … %s] the ping response page '%s' is not long enough", wp->config->name, wp->config->ping_response); in fpm_conf_process_all_pools()
913 if (wp->config->ping_response) { in fpm_conf_process_all_pools()
914 free(wp->config->ping_response); in fpm_conf_process_all_pools()
915 wp->config->ping_response = NULL; in fpm_conf_process_all_pools()
1635 zlog(ZLOG_NOTICE, "\tping.response = %s", STR2STR(wp->config->ping_response)); in fpm_conf_dump()

Completed in 11 milliseconds