php_apache_value_handler_ex 56 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 835 sapi/apache/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); php_apache_value_handler_ex 843 sapi/apache/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); php_apache_value_handler_ex 860 sapi/apache/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); php_apache_value_handler_ex 80 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 1119 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 1127 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 1144 sapi/apache_hooks/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode);