Searched refs:_retrycount (Results 1 – 3 of 3) sorted by relevance
397 var $_retrycount; ///< distributed retries count variable in SphinxClient445 $this->_retrycount = 0;888 $this->_retrycount = $count;1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );
379 var $_retrycount; ///< distributed retries count variable in SphinxClient427 $this->_retrycount = 0;852 $this->_retrycount = $count;986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
151 public $_retrycount = 0; variable in SphinxClient397 $this->_retrycount = $count;480 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);