Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php23 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 Dsphinxapi.php1555 $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/
Dsphinxapi.php1599 $req = pack ( "nnNN", SEARCHD_COMMAND_STATUS, VER_COMMAND_STATUS, 4, 1 ); // len=4, body=1
1601 !( $response = $this->_GetResponse ( $fp, VER_COMMAND_STATUS ) ) )