Home
last modified time | relevance | path

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

/plugin/sphinxsearch-was/
H A Dsphinxapi.php393 var $_reqs; ///< requests array for multi-query variable in SphinxClient
441 $this->_reqs = array(); // requests storage (for multi-query case)
913 assert(empty($this->_reqs));
917 $this->_reqs = array(); // just in case it failed too early
1047 $this->_reqs[] = $req;
1048 return count($this->_reqs) - 1;
1054 if (empty($this->_reqs)) {
1068 $nreqs = count($this->_reqs);
1069 $req = join("", $this->_reqs);
1082 $this->_reqs = array();
/plugin/sphinxsearch/
H A Dsphinxapi.php411 var $_reqs; ///< requests array for multi-query variable in SphinxClient
459 $this->_reqs = array (); // requests storage (for multi-query case)
949 assert ( empty($this->_reqs) );
953 $this->_reqs = array (); // just in case it failed too early
1084 $this->_reqs[] = $req;
1085 return count($this->_reqs)-1;
1091 if ( empty($this->_reqs) )
1107 $nreqs = count($this->_reqs);
1108 $req = join ( "", $this->_reqs );
1120 $this->_reqs = array ();