Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php379 var $_retrycount; ///< distributed retries count variable in SphinxClient
427 $this->_retrycount = 0;
852 $this->_retrycount = $count;
986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
/plugin/sphinxsearch/
H A Dsphinxapi.php397 var $_retrycount; ///< distributed retries count variable in SphinxClient
445 $this->_retrycount = 0;
888 $this->_retrycount = $count;
1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );