pid_file           95 sapi/fpm/fpm/fpm_conf.c 	{ "pid",                         &fpm_conf_set_string,          GO(pid_file) },
pid_file         1115 sapi/fpm/fpm/fpm_conf.c 	if (fpm_global_config.pid_file) {
pid_file         1116 sapi/fpm/fpm/fpm_conf.c 		if (0 > unlink(fpm_global_config.pid_file)) {
pid_file         1117 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_SYSERROR, "Unable to remove the PID file (%s).", fpm_global_config.pid_file);
pid_file         1129 sapi/fpm/fpm/fpm_conf.c 	if (fpm_global_config.pid_file) {
pid_file         1133 sapi/fpm/fpm/fpm_conf.c 		unlink(fpm_global_config.pid_file);
pid_file         1134 sapi/fpm/fpm/fpm_conf.c 		fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
pid_file         1137 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_SYSERROR, "Unable to create the PID file (%s).", fpm_global_config.pid_file);
pid_file         1158 sapi/fpm/fpm/fpm_conf.c 	if (fpm_global_config.pid_file) {
pid_file         1159 sapi/fpm/fpm/fpm_conf.c 		fpm_evaluate_full_path(&fpm_global_config.pid_file, NULL, PHP_LOCALSTATEDIR, 0);
pid_file         1237 sapi/fpm/fpm/fpm_conf.c 	free(fpm_global_config.pid_file);
pid_file         1240 sapi/fpm/fpm/fpm_conf.c 	fpm_global_config.pid_file = 0;
pid_file         1577 sapi/fpm/fpm/fpm_conf.c 	zlog(ZLOG_NOTICE, "\tpid = %s",                         STR2STR(fpm_global_config.pid_file));
pid_file         1675 sapi/fpm/fpm/fpm_conf.c 		fpm_global_config.pid_file = strdup(fpm_globals.pid);
pid_file           27 sapi/fpm/fpm/fpm_conf.h 	char *pid_file;