Home
last modified time | relevance | path

Searched refs:allowed_hosts (Results 1 – 2 of 2) sorted by path

/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c377 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host… in check_host_whitelist() local
403 if (!zend_hash_num_elements(allowed_hosts) && in check_host_whitelist()
408 if (!zend_hash_str_find(allowed_hosts, in check_host_whitelist()
H A Durl_scanner_ex.re380 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
406 if (!zend_hash_num_elements(allowed_hosts) &&
411 if (!zend_hash_str_find(allowed_hosts,

Completed in 23 milliseconds