Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php409 $this->_socket = false;
449 if ($this->_socket !== false)
450 fclose($this->_socket);
530 if ($this->_socket !== false) {
533 if (!@feof($this->_socket))
534 return $this->_socket;
537 $this->_socket = false;
609 if ($this->_socket === false)
1514 if ($this->_socket !== false) {
1526 $this->_socket = $fp;
[all …]
/plugin/sphinxsearch/
Dsphinxapi.php427 $this->_socket = false;
467 if ( $this->_socket !== false )
468 fclose ( $this->_socket );
553 if ( $this->_socket!==false )
557 if ( !@feof ( $this->_socket ) )
558 return $this->_socket;
561 $this->_socket = false;
642 if ( $this->_socket === false )
1555 if ( $this->_socket !== false )
1568 $this->_socket = $fp;
[all …]
/plugin/sphinxsearchwas/
Dsphinxapi.php170 protected $_socket = false; variable in SphinxClient
178 if ($this->_socket !== false) {
179 fclose($this->_socket);
239 if ($this->_socket !== false) {
240 if (!feof($this->_socket)) return $this->_socket;
241 $this->_socket = false;
302 if ($this->_socket === false) fclose($fp);