Home
last modified time | relevance | path

Searched refs:connection_timeout (Results 1 – 3 of 3) sorted by relevance

/plugin/mantis/lib/
H A Dclass.soap_transport_http.php177 function connect($connection_timeout=0,$response_timeout=30){ argument
190 …$this->debug("connect connection_timeout $connection_timeout, response_timeout $response_timeout, …
214 …this->debug('calling fsockopen with host ' . $host . ' connection_timeout ' . $connection_timeout);
217 if($connection_timeout > 0){
218 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
312 if ($connection_timeout != 0) {
313 $this->setCurlOption($CURLOPT_CONNECTIONTIMEOUT, $connection_timeout);
H A Dnusoap.php2284 function connect($connection_timeout=0,$response_timeout=30){ argument
2297 …$this->debug("connect connection_timeout $connection_timeout, response_timeout $response_timeout, …
2321 …this->debug('calling fsockopen with host ' . $host . ' connection_timeout ' . $connection_timeout);
2324 if($connection_timeout > 0){
2325 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2419 if ($connection_timeout != 0) {
2420 $this->setCurlOption($CURLOPT_CONNECTIONTIMEOUT, $connection_timeout);
/plugin/googlesearch/
H A Dnusoap.php2088 function connect($connection_timeout=0,$response_timeout=30){ argument
2101 …$this->debug("connect connection_timeout $connection_timeout, response_timeout $response_timeout, …
2119 …this->debug('calling fsockopen with host ' . $host . ' connection_timeout ' . $connection_timeout);
2122 if($connection_timeout > 0){
2123 $this->fp = @fsockopen( $host, $this->port, $this->errno, $this->error_str, $connection_timeout);
2181 if ($connection_timeout != 0) {
2182 curl_setopt($this->ch, CURLOPT_TIMEOUT, $connection_timeout);