Searched refs:_cutoff (Results 1 – 3 of 3) sorted by relevance
396 var $_cutoff; ///< cutoff to stop searching at (default is 0) variable in SphinxClient444 $this->_cutoff = 0;706 $this->_cutoff = $cutoff;1024 $req .= pack ( "NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay );
378 var $_cutoff; ///< cutoff to stop searching at (default is 0) variable in SphinxClient426 $this->_cutoff = 0;672 $this->_cutoff = $cutoff;986 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);
150 public $_cutoff = 0; variable in SphinxClient335 if ($cutoff > 0) $this->_cutoff = $cutoff;480 $req .= pack("NNN", $this->_cutoff, $this->_retrycount, $this->_retrydelay);