Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c54 ctx = &BG(url_adapt_state_ex); in PHP_INI_MH()
936 ctx = &BG(url_adapt_state_ex); in url_adapt_ext()
960 ctx = &BG(url_adapt_state_ex); in php_url_scanner_ex_activate()
971 ctx = &BG(url_adapt_state_ex); in php_url_scanner_ex_deactivate()
1021 BG(url_adapt_state_ex).active = 1; in php_url_scanner_add_var()
1062 BG(url_adapt_state_ex).tags = NULL; in PHP_MINIT_FUNCTION()
1064 BG(url_adapt_state_ex).form_app.c = BG(url_adapt_state_ex).url_app.c = 0; in PHP_MINIT_FUNCTION()
1065 BG(url_adapt_state_ex).form_app.len = BG(url_adapt_state_ex).url_app.len = 0; in PHP_MINIT_FUNCTION()
1080 BG(url_adapt_state_ex).active = 0; in PHP_RINIT_FUNCTION()
1087 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.h218 url_adapt_state_ex_t url_adapt_state_ex; member
H A Dbasic_functions.c3482 memset(&BG(url_adapt_state_ex), 0, sizeof(BG(url_adapt_state_ex))); in basic_globals_ctor()
3496 if (BG(url_adapt_state_ex).tags) { in basic_globals_dtor()
3497 zend_hash_destroy(BG(url_adapt_state_ex).tags); in basic_globals_dtor()
3498 free(BG(url_adapt_state_ex).tags); in basic_globals_dtor()

Completed in 18 milliseconds