Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dbasic_functions.h221 HashTable url_adapt_output_hosts_ht; member
H A Durl_scanner_ex.c127 hosts = &BG(url_adapt_output_hosts_ht); in php_ini_on_update_hosts()
377 …able *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_hosts_ht); in check_host_whitelist()
H A Durl_scanner_ex.re125 hosts = &BG(url_adapt_output_hosts_ht);
380 …able *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_hosts_ht);
H A Dbasic_functions.c3494 zend_hash_init(&BG(url_adapt_output_hosts_ht), 0, NULL, NULL, 1); in basic_globals_ctor()
3518 zend_hash_destroy(&basic_globals_p->url_adapt_output_hosts_ht); in basic_globals_dtor()

Completed in 23 milliseconds