Home
last modified time | relevance | path

Searched refs:url_adapt_state_ex (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c54 ctx = &BG(url_adapt_state_ex); in PHP_INI_MH()
949 ctx = &BG(url_adapt_state_ex); in url_adapt_ext()
973 ctx = &BG(url_adapt_state_ex); in php_url_scanner_ex_activate()
984 ctx = &BG(url_adapt_state_ex); in php_url_scanner_ex_deactivate()
1034 BG(url_adapt_state_ex).active = 1; in php_url_scanner_add_var()
1075 BG(url_adapt_state_ex).tags = NULL; in PHP_MINIT_FUNCTION()
1077 BG(url_adapt_state_ex).form_app.c = BG(url_adapt_state_ex).url_app.c = 0; in PHP_MINIT_FUNCTION()
1078 BG(url_adapt_state_ex).form_app.len = BG(url_adapt_state_ex).url_app.len = 0; in PHP_MINIT_FUNCTION()
1093 BG(url_adapt_state_ex).active = 0; in PHP_RINIT_FUNCTION()
1100 if (BG(url_adapt_state_ex).active) { in PHP_RSHUTDOWN_FUNCTION()
[all …]
H A Durl_scanner_ex.re52 ctx = &BG(url_adapt_state_ex);
388 ctx = &BG(url_adapt_state_ex);
412 ctx = &BG(url_adapt_state_ex);
423 ctx = &BG(url_adapt_state_ex);
473 BG(url_adapt_state_ex).active = 1;
514 BG(url_adapt_state_ex).tags = NULL;
516 BG(url_adapt_state_ex).form_app.c = BG(url_adapt_state_ex).url_app.c = 0;
517 BG(url_adapt_state_ex).form_app.len = BG(url_adapt_state_ex).url_app.len = 0;
532 BG(url_adapt_state_ex).active = 0;
539 if (BG(url_adapt_state_ex).active) {
[all …]
H A Dbasic_functions.h213 url_adapt_state_ex_t url_adapt_state_ex; member
H A Dbasic_functions.c3481 memset(&BG(url_adapt_state_ex), 0, sizeof(BG(url_adapt_state_ex))); in basic_globals_ctor()
3499 if (BG(url_adapt_state_ex).tags) { in basic_globals_dtor()
3500 zend_hash_destroy(BG(url_adapt_state_ex).tags); in basic_globals_dtor()
3501 free(BG(url_adapt_state_ex).tags); in basic_globals_dtor()

Completed in 37 milliseconds