php_apache_flag_handler_ex   60 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode);
php_apache_flag_handler_ex  868 sapi/apache/mod_php5.c 	return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR);
php_apache_flag_handler_ex  876 sapi/apache/mod_php5.c 	return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM);
php_apache_flag_handler_ex   84 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode);
php_apache_flag_handler_ex 1152 sapi/apache_hooks/mod_php5.c 	return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR);
php_apache_flag_handler_ex 1160 sapi/apache_hooks/mod_php5.c 	return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_SYSTEM);