Lines Matching refs:host
38 var $host = "www.php.net"; // host name we are connecting to variable in Snoopy
140 $this->host = $URI_PARTS["host"];
165 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
204 $this->host = $URI_PARTS["host"];
225 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
292 $this->host = $URI_PARTS["host"];
320 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
363 $this->host = $URI_PARTS["host"];
387 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
749 $search = array( "|^http://".preg_quote($this->host)."|i",
790 if(!empty($this->host) && !isset($this->rawheaders['Host'])) {
791 $headers .= "Host: ".$this->host;
869 $this->_redirectaddr = $URI_PARTS["scheme"]."://".$this->host.":".$this->port;
920 $this->_frameurls[] = $this->_expandlinks($match[1][$x],$URI_PARTS["scheme"]."://".$this->host);
955 if(!empty($this->host))
957 $headers[] = "Host: ".$this->host.":".$this->port;
959 $headers[] = "Host: ".$this->host;
1037 $this->_redirectaddr = $URI_PARTS["scheme"]."://".$this->host.":".$this->port;
1066 $this->_frameurls[] = $this->_expandlinks($match[1][$x],$URI_PARTS["scheme"]."://".$this->host);
1125 $host = $this->proxy_host;
1130 $host = $this->host;
1137 $host,