Home
last modified time | relevance | path

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

/plugin/authdrupal7/
H A Dauth.php86 $result = $this->_queryDB($sql);
188 $result = $this->_queryDB($sql);
214 $result = $this->_queryDB($sql);
238 $result = $this->_queryDB($sql);
362 protected function _queryDB($query) { function in auth_plugin_authdrupal7
/plugin/authdrupal8/
H A Dauth.php82 $result = $this->_queryDB($sql);
183 $result = $this->_queryDB($sql);
209 $result = $this->_queryDB($sql);
233 $result = $this->_queryDB($sql);
356 protected function _queryDB($query) {
367 protected function _queryDB($query) { global() function in auth_plugin_authdrupal8
/plugin/authsqlite/
H A Dauth.php130 if(($result = $this->_queryDB($sql))) {
157 $result = $this->_queryDB($sql);
361 protected function _queryDB($query) { function in auth_plugin_authsqlite