Home
last modified time | relevance | path

Searched defs:is_real_user (Results 1 – 14 of 14) sorted by relevance

/dports/www/e2guardian/e2guardian-5.3.4/src/authplugins/
H A Dproxy.cpp45 …identify(Socket &peercon, Socket &proxycon, HTTPHeader &h, std::string &string, bool &is_real_user) in identify()
H A Ddigest.cpp46 …identify(Socket &peercon, Socket &proxycon, HTTPHeader &h, std::string &string, bool &is_real_user) in identify()
H A Dheader.cpp54 …identify(Socket &peercon, Socket &proxycon, HTTPHeader &h, std::string &string, bool &is_real_user) in identify()
H A Dident.cpp48 …identify(Socket &peercon, Socket &proxycon, HTTPHeader &h, std::string &string, bool &is_real_user) in identify()
H A Dport.cpp118 …et &peercon, Socket &proxycon, HTTPHeader &h, /*int &fg,*/ std::string &string, bool &is_real_user) in identify()
H A Ddnsauth.cpp158 …et &peercon, Socket &proxycon, HTTPHeader &h, /*int &fg,*/ std::string &string, bool &is_real_user) in identify()
H A Dip.cpp144 …identify(Socket &peercon, Socket &proxycon, HTTPHeader &h, std::string &string, bool &is_real_user) in identify()
H A Dntlm.cpp157 …identify(Socket &peercon, Socket &proxycon, HTTPHeader &h, std::string &string, bool &is_real_user) in identify()
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DConnectionHandler.hpp73 bool is_real_user; member in ConnectionHandler
/dports/www/moodle310/moodle/lib/classes/
H A Duser.php534 public static function is_real_user($userid, $checkdb = false) { function in core_user
/dports/www/moodle39/moodle/lib/classes/
H A Duser.php534 public static function is_real_user($userid, $checkdb = false) { function in core_user
/dports/www/moodle311/moodle/lib/classes/
H A Duser.php519 public static function is_real_user($userid, $checkdb = false) { function in core_user
/dports/irc/ezbounce/ezbounce-1.99.15/tools/
H A Dmdidentd.cc753 static bool is_real_user(const char * user) in is_real_user() function
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dregistration.py559 async def is_real_user(self, user_id: str) -> bool: member in RegistrationWorkerStore