Searched refs:VER_COMMAND_EXCERPT (Results 1 – 3 of 3) sorted by relevance
| /plugin/sphinxsearchwas/ |
| D | sphinxapi.php | 20 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 D | sphinxapi.php | 1315 $req = pack("nnN", SEARCHD_COMMAND_EXCERPT, VER_COMMAND_EXCERPT, $len) . $req; // add header 1318 !($response = $this->_GetResponse($fp, VER_COMMAND_EXCERPT))
|
| /plugin/sphinxsearch/ |
| D | sphinxapi.php | 1348 $req = pack ( "nnN", SEARCHD_COMMAND_EXCERPT, VER_COMMAND_EXCERPT, $len ) . $req; // add header 1350 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_EXCERPT ) ) )
|