php_apache_flag_handler_ex 64 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 854 sapi/apache/mod_php5.c return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); php_apache_flag_handler_ex 862 sapi/apache/mod_php5.c return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); php_apache_flag_handler_ex 88 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 1145 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 1153 sapi/apache_hooks/mod_php5.c return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_SYSTEM);