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