Home
last modified time | relevance | path

Searched refs:_maxmatches (Results 1 – 2 of 2) sorted by relevance

/plugin/sphinxsearch-was/
H A Dsphinxapi.php377 var $_maxmatches; ///< max matches to retrieve variable in SphinxClient
425 $this->_maxmatches = 1000;
670 $this->_maxmatches = $max;
984 $req .= pack("N", $this->_maxmatches);
/plugin/sphinxsearch/
H A Dsphinxapi.php395 var $_maxmatches; ///< max matches to retrieve variable in SphinxClient
443 $this->_maxmatches = 1000;
704 $this->_maxmatches = $max;
1022 $req .= pack ( "N", $this->_maxmatches );