Searched refs:_retrydelay (Results 1 – 3 of 3) sorted by relevance
398 var $_retrydelay; ///< distributed retries delay variable in SphinxClient446 $this->_retrydelay = 0;889 $this->_retrydelay = $delay;1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );
380 var $_retrydelay; ///< distributed retries delay variable in SphinxClient428 $this->_retrydelay = 0;853 $this->_retrydelay = $delay;986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
152 public $_retrydelay = 0; variable in SphinxClient398 $this->_retrydelay = $delay;480 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);