Home
last modified time | relevance | path

Searched refs:url_adapt_output_hosts_ht (Results 1 – 3 of 3) sorted by last modified time

/PHP-8.0/ext/standard/
H A Dbasic_functions.c216 zend_hash_init(&BG(url_adapt_output_hosts_ht), 0, NULL, NULL, 1); in basic_globals_ctor()
239 zend_hash_destroy(&basic_globals_p->url_adapt_output_hosts_ht); in basic_globals_dtor()
H A Dbasic_functions.h113 HashTable url_adapt_output_hosts_ht; member
H A Durl_scanner_ex.re123 hosts = &BG(url_adapt_output_hosts_ht);
378 …able *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_hosts_ht);

Completed in 23 milliseconds