Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php19 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 Dsphinxapi.php1071 …$req = pack("nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs) . $req; // add header
1075 !($response = $this->_GetResponse($fp, VER_COMMAND_SEARCH))
/plugin/sphinxsearch/
Dsphinxapi.php1110 …$req = pack ( "nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs ) . $req; // add he…
1113 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_SEARCH ) ) )