bool_val          851 sapi/apache/mod_php5.c 	char bool_val[2];
bool_val          854 sapi/apache/mod_php5.c 		bool_val[0] = '1';
bool_val          856 sapi/apache/mod_php5.c 		bool_val[0] = '0';
bool_val          858 sapi/apache/mod_php5.c 	bool_val[1] = 0;
bool_val          860 sapi/apache/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode);
bool_val           89 sapi/apache2filter/apache_config.c 	char bool_val[2];
bool_val           92 sapi/apache2filter/apache_config.c 		bool_val[0] = '1';
bool_val           94 sapi/apache2filter/apache_config.c 		bool_val[0] = '0';
bool_val           96 sapi/apache2filter/apache_config.c 	bool_val[1] = 0;
bool_val           98 sapi/apache2filter/apache_config.c 	return real_value_hnd(cmd, dummy, arg1, bool_val, status);
bool_val           89 sapi/apache2handler/apache_config.c 	char bool_val[2];
bool_val           92 sapi/apache2handler/apache_config.c 		bool_val[0] = '1';
bool_val           94 sapi/apache2handler/apache_config.c 		bool_val[0] = '0';
bool_val           96 sapi/apache2handler/apache_config.c 	bool_val[1] = 0;
bool_val           98 sapi/apache2handler/apache_config.c 	return real_value_hnd(cmd, dummy, arg1, bool_val, status);
bool_val         1135 sapi/apache_hooks/mod_php5.c 	char bool_val[2];
bool_val         1138 sapi/apache_hooks/mod_php5.c 		bool_val[0] = '1';
bool_val         1140 sapi/apache_hooks/mod_php5.c 		bool_val[0] = '0';
bool_val         1142 sapi/apache_hooks/mod_php5.c 	bool_val[1] = 0;
bool_val         1144 sapi/apache_hooks/mod_php5.c 	return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode);