pm_status_path    142 sapi/fpm/fpm/fpm_conf.c 	{ "pm.status_path",            &fpm_conf_set_string,      WPO(pm_status_path) },
pm_status_path    649 sapi/fpm/fpm/fpm_conf.c 	free(wpc->pm_status_path);
pm_status_path    859 sapi/fpm/fpm/fpm_conf.c 		if (wp->config->pm_status_path && *wp->config->pm_status_path) {
pm_status_path    861 sapi/fpm/fpm/fpm_conf.c 			char *status = wp->config->pm_status_path;
pm_status_path   1631 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_NOTICE, "\tpm.status_path = %s",             STR2STR(wp->config->pm_status_path));
pm_status_path     74 sapi/fpm/fpm/fpm_conf.h 	char *pm_status_path;
pm_status_path     32 sapi/fpm/fpm/fpm_status.c 	if (wp->config->pm_status_path) {
pm_status_path     33 sapi/fpm/fpm/fpm_status.c 		fpm_status_uri = strdup(wp->config->pm_status_path);