Home
last modified time | relevance | path

Searched refs:_retrydelay (Results 1 – 2 of 2) sorted by relevance

/plugin/sphinxsearch-was/
H A Dsphinxapi.php380 var $_retrydelay; ///< distributed retries delay variable in SphinxClient
428 $this->_retrydelay = 0;
853 $this->_retrydelay = $delay;
986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
/plugin/sphinxsearch/
H A Dsphinxapi.php398 var $_retrydelay; ///< distributed retries delay variable in SphinxClient
446 $this->_retrydelay = 0;
889 $this->_retrydelay = $delay;
1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );