Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php1068 $nreqs = count($this->_reqs);
1071 …$req = pack("nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs) . $req; // add header
1085 return $this->_ParseSearchResponse($response, $nreqs);
1089 function _ParseSearchResponse($response, $nreqs) argument
1095 for ($ires = 0; $ires < $nreqs && $p < $max; $ires++) {
/plugin/sphinxsearch/
H A Dsphinxapi.php1107 $nreqs = count($this->_reqs);
1110 …$req = pack ( "nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs ) . $req; // add he…
1123 return $this->_ParseSearchResponse ( $response, $nreqs );
1127 function _ParseSearchResponse ( $response, $nreqs ) argument
1133 for ( $ires=0; $ires<$nreqs && $p<$max; $ires++ )