Lines Matching refs:BG

62 		ctx = &BG(url_adapt_session_ex);  in php_ini_on_update_tags()
64 ctx = &BG(url_adapt_output_ex); in php_ini_on_update_tags()
127 hosts = &BG(url_adapt_session_hosts_ht); in php_ini_on_update_hosts()
129 hosts = &BG(url_adapt_output_hosts_ht); in php_ini_on_update_hosts()
216 if (!zend_hash_exists(&BG(url_adapt_session_hosts_ht), tmp)) { in PHP_INI_END()
379 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host… in check_host_whitelist()
1071 ctx = &BG(url_adapt_session_ex); in php_url_scanner_ex_activate()
1073 ctx = &BG(url_adapt_output_ex); in php_url_scanner_ex_activate()
1086 ctx = &BG(url_adapt_session_ex); in php_url_scanner_ex_deactivate()
1088 ctx = &BG(url_adapt_output_ex); in php_url_scanner_ex_deactivate()
1106 url_state = &BG(url_adapt_session_ex); in php_url_scanner_session_handler_impl()
1108 url_state = &BG(url_adapt_output_ex); in php_url_scanner_session_handler_impl()
1158 url_state = &BG(url_adapt_session_ex); in php_url_scanner_add_var_impl()
1161 url_state = &BG(url_adapt_output_ex); in php_url_scanner_add_var_impl()
1226 url_state = &BG(url_adapt_session_ex); in php_url_scanner_reset_vars_impl()
1228 url_state = &BG(url_adapt_output_ex); in php_url_scanner_reset_vars_impl()
1268 url_state = &BG(url_adapt_session_ex); in php_url_scanner_reset_var_impl()
1270 url_state = &BG(url_adapt_output_ex); in php_url_scanner_reset_var_impl()
1401 BG(url_adapt_session_ex).active = 0; in PHP_RINIT_FUNCTION()
1402 BG(url_adapt_session_ex).tag_type = 0; in PHP_RINIT_FUNCTION()
1403 BG(url_adapt_session_ex).attr_type = 0; in PHP_RINIT_FUNCTION()
1404 BG(url_adapt_output_ex).active = 0; in PHP_RINIT_FUNCTION()
1405 BG(url_adapt_output_ex).tag_type = 0; in PHP_RINIT_FUNCTION()
1406 BG(url_adapt_output_ex).attr_type = 0; in PHP_RINIT_FUNCTION()
1412 if (BG(url_adapt_session_ex).active) { in PHP_RSHUTDOWN_FUNCTION()
1414 BG(url_adapt_session_ex).active = 0; in PHP_RSHUTDOWN_FUNCTION()
1415 BG(url_adapt_session_ex).tag_type = 0; in PHP_RSHUTDOWN_FUNCTION()
1416 BG(url_adapt_session_ex).attr_type = 0; in PHP_RSHUTDOWN_FUNCTION()
1418 smart_str_free(&BG(url_adapt_session_ex).form_app); in PHP_RSHUTDOWN_FUNCTION()
1419 smart_str_free(&BG(url_adapt_session_ex).url_app); in PHP_RSHUTDOWN_FUNCTION()
1421 if (BG(url_adapt_output_ex).active) { in PHP_RSHUTDOWN_FUNCTION()
1423 BG(url_adapt_output_ex).active = 0; in PHP_RSHUTDOWN_FUNCTION()
1424 BG(url_adapt_output_ex).tag_type = 0; in PHP_RSHUTDOWN_FUNCTION()
1425 BG(url_adapt_output_ex).attr_type = 0; in PHP_RSHUTDOWN_FUNCTION()
1427 smart_str_free(&BG(url_adapt_output_ex).form_app); in PHP_RSHUTDOWN_FUNCTION()
1428 smart_str_free(&BG(url_adapt_output_ex).url_app); in PHP_RSHUTDOWN_FUNCTION()