chroot           3182 ext/standard/basic_functions.c 	PHP_FE(chroot,															arginfo_chroot)
chroot            297 ext/standard/dir.c PHP_FUNCTION(chroot)
chroot            307 ext/standard/dir.c 	ret = chroot(str);
chroot             31 ext/standard/php_dir.h PHP_FUNCTION(chroot);
chroot            152 sapi/fpm/fpm/fpm_conf.c 	{ "chroot",                    &fpm_conf_set_string,      WPO(chroot) },
chroot            655 sapi/fpm/fpm/fpm_conf.c 	free(wpc->chroot);
chroot            974 sapi/fpm/fpm/fpm_conf.c 		if (wp->config->chroot && *wp->config->chroot) {
chroot            976 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&wp->config->chroot, wp, NULL, 1);
chroot            978 sapi/fpm/fpm/fpm_conf.c 			if (*wp->config->chroot != '/') {
chroot            979 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' must start with a '/'", wp->config->name, wp->config->chroot);
chroot            983 sapi/fpm/fpm/fpm_conf.c 			if (!fpm_conf_is_dir(wp->config->chroot)) {
chroot            984 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[pool %s] the chroot path '%s' does not exist or is not a directory", wp->config->name, wp->config->chroot);
chroot            999 sapi/fpm/fpm/fpm_conf.c 			if (wp->config->chroot) {
chroot           1002 sapi/fpm/fpm/fpm_conf.c 				spprintf(&buf, 0, "%s/%s", wp->config->chroot, wp->config->chdir);
chroot           1005 sapi/fpm/fpm/fpm_conf.c 					zlog(ZLOG_ERROR, "[pool %s] the chdir path '%s' within the chroot path '%s' ('%s') does not exist or is not a directory", wp->config->name, wp->config->chdir, wp->config->chroot, buf);
chroot           1071 sapi/fpm/fpm/fpm_conf.c 		if (!wp->config->chroot) {
chroot           1641 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_NOTICE, "\tchroot = %s",                     STR2STR(wp->config->chroot));
chroot             84 sapi/fpm/fpm/fpm_conf.h 	char *chroot;
chroot            311 sapi/fpm/fpm/fpm_unix.c 		if (wp->config->chroot && *wp->config->chroot) {
chroot            354 sapi/fpm/fpm/fpm_unix.c 	if (is_root && wp->config->chroot && *wp->config->chroot) {
chroot            355 sapi/fpm/fpm/fpm_unix.c 		if (0 > chroot(wp->config->chroot)) {
chroot            356 sapi/fpm/fpm/fpm_unix.c 			zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)",  wp->config->name, wp->config->chroot);
chroot            886 sapi/litespeed/lsapilib.c         rv = chroot( pChroot );