Home
last modified time | relevance | path

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

/plugin/sphinxsearch/
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 );
/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/sphinxsearchwas/
Dsphinxapi.php151 public $_retrycount = 0; variable in SphinxClient
397 $this->_retrycount = $count;
480 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);