Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache/
H A Dmod_php5.c56 static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, …
796 static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, … in php_apache_value_handler_ex() function
835 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
843 return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
860 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c80 static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, …
895 static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, … in php_apache_value_handler_ex() function
1119 return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); in php_apache_value_handler()
1127 return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
1144 return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); in php_apache_flag_handler_ex()

Completed in 15 milliseconds