Searched refs:url_adapt_session_hosts_ht (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | basic_functions.h | 219 HashTable url_adapt_session_hosts_ht; member
|
H A D | url_scanner_ex.c | 127 hosts = &BG(url_adapt_session_hosts_ht); in php_ini_on_update_hosts() 170 …ssion.trans_sid_hosts", "", PHP_INI_ALL, OnUpdateSessionHosts, url_adapt_session_hosts_ht, php_bas… 172 …RY("url_rewriter.hosts", "", PHP_INI_ALL, OnUpdateOutputHosts, url_adapt_session_hosts_ht, php_bas… 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()
|
H A D | url_scanner_ex.re | 125 hosts = &BG(url_adapt_session_hosts_ht); 168 …ssion.trans_sid_hosts", "", PHP_INI_ALL, OnUpdateSessionHosts, url_adapt_session_hosts_ht, php_bas… 170 …RY("url_rewriter.hosts", "", PHP_INI_ALL, OnUpdateOutputHosts, url_adapt_session_hosts_ht, php_bas… 219 if (!zend_hash_exists(&BG(url_adapt_session_hosts_ht), tmp)) { 382 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
|
H A D | basic_functions.c | 3541 zend_hash_init(&BG(url_adapt_session_hosts_ht), 0, NULL, NULL, 1); in basic_globals_ctor() 3565 zend_hash_destroy(&basic_globals_p->url_adapt_session_hosts_ht); in basic_globals_dtor()
|
Completed in 36 milliseconds