php_apache_value_handler_ex   60 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode);
php_apache_value_handler_ex  821 sapi/apache/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR);
php_apache_value_handler_ex  829 sapi/apache/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM);
php_apache_value_handler_ex  846 sapi/apache/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode);
php_apache_value_handler_ex   84 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode);
php_apache_value_handler_ex 1112 sapi/apache_hooks/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR);
php_apache_value_handler_ex 1120 sapi/apache_hooks/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_SYSTEM);
php_apache_value_handler_ex 1137 sapi/apache_hooks/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode);