Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php214 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/
Dsphinxapi.php519 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 Dsphinxapi.php498 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)) ||