Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Durl_scanner_ex.c379 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host… in check_host_whitelist() local
405 if (!zend_hash_num_elements(allowed_hosts) && in check_host_whitelist()
410 if (!zend_hash_find(allowed_hosts, url_parts->host)) { in check_host_whitelist()
H A Durl_scanner_ex.re382 …HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
408 if (!zend_hash_num_elements(allowed_hosts) &&
413 if (!zend_hash_find(allowed_hosts, url_parts->host)) {

Completed in 13 milliseconds