Searched refs:_maxmatches (Results 1 – 3 of 3) sorted by relevance
395 var $_maxmatches; ///< max matches to retrieve variable in SphinxClient443 $this->_maxmatches = 1000;704 $this->_maxmatches = $max;1022 $req .= pack ( "N", $this->_maxmatches );
377 var $_maxmatches; ///< max matches to retrieve variable in SphinxClient425 $this->_maxmatches = 1000;670 $this->_maxmatches = $max;984 $req .= pack("N", $this->_maxmatches);
149 public $_maxmatches = 1000; variable in SphinxClient334 if ($max > 0) $this->_maxmatches = $max;478 $req .= pack("N", $this->_maxmatches);