Searched refs:_Send (Results 1 – 3 of 3) sorted by relevance
| /plugin/sphinxsearchwas/ |
| D | sphinxapi.php | 214 protected function _Send($handle, $data, $length): bool { function in SphinxClient 260 if (!$this->_Send($fp, pack("N", 1), 4)) { 540 …if (!$this->_Send($fp, $req, $len + 8) || !($response = $this->_GetResponse($fp, VER_COMMAND_SEARC… 673 …if (!$this->_Send($fp, $req, $len + 8) || !($response = $this->_GetResponse($fp, VER_COMMAND_EXCER… 696 …if (!$this->_Send($fp, $req, $len + 8) || !($response = $this->_GetResponse($fp, VER_COMMAND_KEYWO… 743 …if (!$this->_Send($fp, $req, $len + 8) || !($response = $this->_GetResponse($fp, VER_COMMAND_UPDAT… 752 … if (!$this->_Send($fp, $req, 12) || !($response = $this->_GetResponse($fp, VER_COMMAND_STATUS))) {
|
| /plugin/sphinxsearch/ |
| D | sphinxapi.php | 519 function _Send ( $handle, $data, $length ) function in SphinxClient 601 if ( !$this->_Send ( $fp, pack ( "N", 1 ), 4 ) ) 1112 if ( !( $this->_Send ( $fp, $req, $len+8 ) ) || 1349 if ( !( $this->_Send ( $fp, $req, $len+8 ) ) || 1419 if ( !( $this->_Send ( $fp, $req, $len+8 ) ) || 1538 if ( !$this->_Send ( $fp, $req, $len+8 ) ) 1565 if ( !$this->_Send ( $fp, $req, 12 ) ) 1600 if ( !( $this->_Send ( $fp, $req, 12 ) ) ||
|
| /plugin/sphinxsearch-was/ |
| H A D | sphinxapi.php | 498 function _Send($handle, $data, $length) function in SphinxClient 573 if (!$this->_Send($fp, pack("N", 1), 4)) { 1074 !($this->_Send($fp, $req, $len + 8)) || 1317 !($this->_Send($fp, $req, $len + 8)) || 1385 !($this->_Send($fp, $req, $len + 8)) || 1497 if (!$this->_Send($fp, $req, $len + 8)) 1523 if (!$this->_Send($fp, $req, 12)) 1557 !($this->_Send($fp, $req, 12)) ||
|