Searched refs:VER_COMMAND_STATUS (Results 1 – 3 of 3) sorted by relevance
| /plugin/sphinxsearchwas/ |
| D | sphinxapi.php | 23 const VER_COMMAND_STATUS = 0x100; define 751 $req = pack("nnNN", SEARCHD_COMMAND_STATUS, VER_COMMAND_STATUS, 4, 1); 752 … if (!$this->_Send($fp, $req, 12) || !($response = $this->_GetResponse($fp, VER_COMMAND_STATUS))) {
|
| /plugin/sphinxsearch-was/ |
| H A D | sphinxapi.php | 1555 $req = pack("nnNN", SEARCHD_COMMAND_STATUS, VER_COMMAND_STATUS, 4, 1); // len=4, body=1 1558 !($response = $this->_GetResponse($fp, VER_COMMAND_STATUS))
|
| /plugin/sphinxsearch/ |
| D | sphinxapi.php | 1599 $req = pack ( "nnNN", SEARCHD_COMMAND_STATUS, VER_COMMAND_STATUS, 4, 1 ); // len=4, body=1 1601 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_STATUS ) ) )
|