Searched refs:_GetResponse (Results 1 – 3 of 3) sorted by relevance
| /plugin/sphinxsearchwas/ |
| D | sphinxapi.php | 282 protected function _GetResponse($fp, $client_ver) { function in SphinxClient 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 | 622 function _GetResponse ( $fp, $client_ver ) function in SphinxClient 1113 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_SEARCH ) ) ) 1350 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_EXCERPT ) ) ) 1420 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_KEYWORDS ) ) ) 1541 if (!( $response = $this->_GetResponse ( $fp, VER_COMMAND_UPDATE ) )) 1601 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_STATUS ) ) )
|
| /plugin/sphinxsearch-was/ |
| H A D | sphinxapi.php | 592 function _GetResponse($fp, $client_ver) function in SphinxClient 1075 !($response = $this->_GetResponse($fp, VER_COMMAND_SEARCH)) 1318 !($response = $this->_GetResponse($fp, VER_COMMAND_EXCERPT)) 1386 !($response = $this->_GetResponse($fp, VER_COMMAND_KEYWORDS)) 1500 if (!($response = $this->_GetResponse($fp, VER_COMMAND_UPDATE))) 1558 !($response = $this->_GetResponse($fp, VER_COMMAND_STATUS))
|