Home
last modified time | relevance | path

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

/plugin/sphinxsearchwas/
Dsphinxapi.php535 $nreqs = count($this->_reqs);
538 $req = pack("nnNN", SEARCHD_COMMAND_SEARCH, VER_COMMAND_SEARCH, $len, $nreqs) . $req;
546 $res = $this->_ParseSearchResponse($response, $nreqs);
551 protected function _ParseSearchResponse($response, $nreqs): array { argument
556 for ($ires = 0; $ires < $nreqs && $p < $max; $ires++) {
/plugin/sphinxsearch/
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++ )
/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++) {