Searched defs:ping (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 521 func_mysqlnd_conn_data__ping ping; member in struct:st_mysqlnd_conn_data_methods
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_conf.c | 139 { "ping.path", &fpm_conf_set_string, WPO(ping_path) }, 140 { "ping.response", &fpm_conf_set_string, WPO(ping_response) }, 867 /* ping */ 869 char *ping = wp->config->ping_path; local 872 if (*ping != '/') { 873 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' must start with a '/'", wp->config->name, ping); 877 if (strlen(ping) < 2) { 878 zlog(ZLOG_ERROR, "[pool %s] the ping path '%s' is not long enough", wp->config->name, ping); [all...] |
Completed in 9 milliseconds