Home
last modified time | relevance | path

Searched refs:url_adapt_session_hosts_ht (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/standard/
H A Dbasic_functions.h111 HashTable url_adapt_session_hosts_ht; member
H A Durl_scanner_ex.re121 hosts = &BG(url_adapt_session_hosts_ht);
164 …ssion.trans_sid_hosts", "", PHP_INI_ALL, OnUpdateSessionHosts, url_adapt_session_hosts_ht, php_bas…
166 …RY("url_rewriter.hosts", "", PHP_INI_ALL, OnUpdateOutputHosts, url_adapt_session_hosts_ht, php_bas…
215 if (!zend_hash_exists(&BG(url_adapt_session_hosts_ht), tmp)) {
378 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
H A Dbasic_functions.c215 zend_hash_init(&BG(url_adapt_session_hosts_ht), 0, NULL, NULL, 1); in basic_globals_ctor()
238 zend_hash_destroy(&basic_globals_p->url_adapt_session_hosts_ht); in basic_globals_dtor()

Completed in 12 milliseconds