Searched refs:VER_COMMAND_SEARCH (Results 1 – 3 of 3) sorted by relevance
| /plugin/sphinxsearchwas/ |
| D | sphinxapi.php | 19 const VER_COMMAND_SEARCH = 0x116; define 538 $req = pack("nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs) . $req; 540 …$this->_Send($fp, $req, $len + 8) || !($response = $this->_GetResponse($fp, VER_COMMAND_SEARCH))) {
|
| /plugin/sphinxsearch-was/ |
| H A D | sphinxapi.php | 1071 …$req = pack("nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs) . $req; // add header 1075 !($response = $this->_GetResponse($fp, VER_COMMAND_SEARCH))
|
| /plugin/sphinxsearch/ |
| D | sphinxapi.php | 1110 …$req = pack ( "nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs ) . $req; // add he… 1113 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_SEARCH ) ) )
|