Lines Matching refs:BG

56 		ctx = &BG(url_adapt_session_ex);
58 ctx = &BG(url_adapt_output_ex);
121 hosts = &BG(url_adapt_session_hosts_ht);
123 hosts = &BG(url_adapt_output_hosts_ht);
217 …HashTable *allowed_hosts = type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_hosts_ht);
381 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
655 ctx = &BG(url_adapt_session_ex);
657 ctx = &BG(url_adapt_output_ex);
670 ctx = &BG(url_adapt_session_ex);
672 ctx = &BG(url_adapt_output_ex);
690 url_state = &BG(url_adapt_session_ex);
692 url_state = &BG(url_adapt_output_ex);
742 url_state = &BG(url_adapt_session_ex);
745 url_state = &BG(url_adapt_output_ex);
811 url_state = &BG(url_adapt_session_ex);
813 url_state = &BG(url_adapt_output_ex);
853 url_state = &BG(url_adapt_session_ex);
855 url_state = &BG(url_adapt_output_ex);
986 BG(url_adapt_session_ex).active = 0;
987 BG(url_adapt_session_ex).tag_type = 0;
988 BG(url_adapt_session_ex).attr_type = 0;
989 BG(url_adapt_output_ex).active = 0;
990 BG(url_adapt_output_ex).tag_type = 0;
991 BG(url_adapt_output_ex).attr_type = 0;
997 if (BG(url_adapt_session_ex).active) {
999 BG(url_adapt_session_ex).active = 0;
1000 BG(url_adapt_session_ex).tag_type = 0;
1001 BG(url_adapt_session_ex).attr_type = 0;
1003 smart_str_free(&BG(url_adapt_session_ex).form_app);
1004 smart_str_free(&BG(url_adapt_session_ex).url_app);
1006 if (BG(url_adapt_output_ex).active) {
1008 BG(url_adapt_output_ex).active = 0;
1009 BG(url_adapt_output_ex).tag_type = 0;
1010 BG(url_adapt_output_ex).attr_type = 0;
1012 smart_str_free(&BG(url_adapt_output_ex).form_app);
1013 smart_str_free(&BG(url_adapt_output_ex).url_app);