Searched refs:nreqs (Results 1 – 2 of 2) sorted by relevance
/plugin/sphinxsearch-was/ |
H A D | sphinxapi.php | 1068 $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 D | sphinxapi.php | 1107 $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++ )
|