Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php20 const VER_COMMAND_EXCERPT = 0x100; define
672 $req = pack("nnN", SEARCHD_COMMAND_EXCERPT, VER_COMMAND_EXCERPT, $len) . $req;
673 …this->_Send($fp, $req, $len + 8) || !($response = $this->_GetResponse($fp, VER_COMMAND_EXCERPT))) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1315 $req = pack("nnN", SEARCHD_COMMAND_EXCERPT, VER_COMMAND_EXCERPT, $len) . $req; // add header
1318 !($response = $this->_GetResponse($fp, VER_COMMAND_EXCERPT))
/plugin/sphinxsearch/
Dsphinxapi.php1348 $req = pack ( "nnN", SEARCHD_COMMAND_EXCERPT, VER_COMMAND_EXCERPT, $len ) . $req; // add header
1350 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_EXCERPT ) ) )