Searched refs:_Send (Results 1 – 2 of 2) sorted by relevance
/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)) ||
|
/plugin/sphinxsearch/ |
H A 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 ) ) ||
|