Home
last modified time | relevance | path

Searched refs:REALM (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2_localnet.py208 REALM = 'Test' variable in BasicAuthHandler
226 self.send_header("WWW-Authenticate", "Basic realm=\"%s\"" % self.REALM)
284 REALM = "Test" variable in BasicAuthTests
306 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD)
315 ah.add_password(self.REALM, self.server_url, self.USER, self.INCORRECT_PASSWD)
326 REALM = "TestRealm" variable in ProxyAuthTests
340 self.digest_auth_handler.set_realm(self.REALM)
360 self.proxy_digest_handler.add_password(self.REALM, self.URL,
374 self.proxy_digest_handler.add_password(self.REALM, self.URL,
382 self.proxy_digest_handler.add_password(self.REALM, self.URL,
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c18 #define REALM "\"Maintenance\"" macro
227 return ask_for_authentication (connection, REALM); in answer_to_connection()
/third_party/python/Doc/howto/
Durllib2.rst466 realm="REALM"``.
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.info1879 REALM must reference to a zero-terminated string representing the
1905 REALM must reference to a zero-terminated string representing the
1926 REALM must reference to a zero-terminated string representing the
Dlibmicrohttpd-tutorial.info3951 #define REALM "\"Maintenance\""
4160 return ask_for_authentication (connection, REALM);
/third_party/libsoup/
DChangeLog.pre-git3050 "SCHEME:REALM"