Searched refs:_reqs (Results 1 – 2 of 2) sorted by relevance
393 var $_reqs; ///< requests array for multi-query variable in SphinxClient441 $this->_reqs = array(); // requests storage (for multi-query case)913 assert(empty($this->_reqs));917 $this->_reqs = array(); // just in case it failed too early1047 $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();
411 var $_reqs; ///< requests array for multi-query variable in SphinxClient459 $this->_reqs = array (); // requests storage (for multi-query case)949 assert ( empty($this->_reqs) );953 $this->_reqs = array (); // just in case it failed too early1084 $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 ();