Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c156 static int fpm_conf_is_dir(char *path) /* {{{ */ in fpm_conf_is_dir() function
748 if (!fpm_conf_is_dir(wp->config->prefix)) { in fpm_conf_process_all_pools()
971 if (!fpm_conf_is_dir(wp->config->chroot)) { in fpm_conf_process_all_pools()
992 if (!fpm_conf_is_dir(buf)) { in fpm_conf_process_all_pools()
1000 if (!fpm_conf_is_dir(wp->config->chdir)) { in fpm_conf_process_all_pools()
1634 if (!fpm_conf_is_dir(fpm_globals.prefix)) { in fpm_conf_init_main()

Completed in 8 milliseconds