Home
last modified time | relevance | path

Searched defs:realm (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
H A Dhttpauth.h63 char realm[200]; member
/third_party/curl/lib/vauth/
H A Dvauth.c57 Curl_auth_build_spn(const char *service, const char *host, const char *realm) Curl_auth_build_spn() argument
74 Curl_auth_build_spn(const char *service, const char *host, const char *realm) Curl_auth_build_spn() argument
[all...]
/third_party/node/test/cctest/
H A Dtest_base_object_ptr.cc51 Realm* realm = env->principal_realm(); in TEST_F() local
66 Realm* realm = env->principal_realm(); in TEST_F() local
85 Realm* realm = env->principal_realm(); in TEST_F() local
103 Realm* realm = env->principal_realm(); TEST_F() local
136 Realm* realm = env->principal_realm(); TEST_F() local
175 Realm* realm = env->principal_realm(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c116 MHD_queue_basic_auth_fail_response(struct MHD_Connection *connection, const char *realm, struct MHD_Response *response) MHD_queue_basic_auth_fail_response() argument
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_data_base.cpp30 CArrString WebDataBase::CJGetHttpAuthCredentials(const std::string &host, const std::string &realm) in CJGetHttpAuthCredentials() argument
72 void WebDataBase::CJSaveHttpAuthCredentials(const std::string &host, const std::string &realm, in CJSaveHttpAuthCredentials() argument
/third_party/python/Lib/distutils/
H A Dconfig.py28 realm = None variable in PyPIRCCommand
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp34 SaveHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, const ArkWebString& username, const char* password) SaveHttpAuthCredentials() argument
41 GetHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, ArkWebString& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp31 void ArkWebDataBaseImpl::GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, in GetHttpAuthCredentials() argument
40 SaveHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, const ArkWebString& user_name, const char* password) SaveHttpAuthCredentials() argument
/third_party/node/src/
H A Dbase_object.cc16 BaseObject::BaseObject(Realm* realm, Local<Object> object) in BaseObject() argument
H A Dnode_process_object.cc81 MaybeLocal<Object> CreateProcessObject(Realm* realm) { in CreateProcessObject() argument
H A Dbase_object-inl.h75 Realm* BaseObject::realm() const { in realm() function in node::BaseObject
H A Dnode_v8.cc95 BindingData::BindingData(Realm* realm, Local<Object> obj) in BindingData() argument
135 Realm* realm in Deserialize() local
398 Realm* realm = Realm::GetCurrent(context); Initialize() local
[all...]
H A Dnode_util.cc201 WeakReference::WeakReference(Realm* realm, in WeakReference() argument
206 WeakReference::WeakReference(Realm* realm, in WeakReference() argument
272 Realm* realm = Realm::GetCurrent(args); in New() local
H A Dnode_url.cc31 BindingData::BindingData(Realm* realm, v8::Local<v8::Object> object) in BindingData() argument
64 Realm* realm = Realm::GetCurrent(context); in Deserialize() local
343 Realm* realm = Realm::GetCurrent(context); in Initialize() local
H A Dnode_http2_state.h86 Http2State(Realm* realm, v8::Local<v8::Object> obj) in Http2State() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddigest_auth_example.c46 const char *realm = "test@example.com"; in ahc_echo() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp40 SaveHttpAuthCredentials( const std::string& host, const std::string& realm, const std::string& username, const char* password) SaveHttpAuthCredentials() argument
55 GetHttpAuthCredentials( const std::string& host, const std::string& realm, std::string& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp31 GetHttpAuthCredentials( const std::string& host, const std::string& realm, std::string& user_name, char* password, uint32_t password_size) GetHttpAuthCredentials() argument
46 SaveHttpAuthCredentials( const std::string& host, const std::string& realm, const std::string& user_name, const char* password) SaveHttpAuthCredentials() argument
/third_party/node/src/quic/
H A Dbindingdata.cc72 BindingData::BindingData(Realm* realm, Local<Object> object) in BindingData() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-util.c187 int pa_raop_digest_response(const char *user, const char *realm, const char *password, in pa_raop_digest_response() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_digestauth.c82 const char *realm = "test@example.com"; in ahc_echo() local
H A Dtest_digestauth_with_arguments.c81 const char *realm = "test@example.com"; in ahc_echo() local
/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp156 std::string realm; in JsSaveHttpAuthCredentials() local
217 std::string realm; in JsGetHttpAuthCredentials() local
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp109 void OhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials(const std::string& host, const std::string& realm, in SaveHttpAuthCredentials() argument
138 void OhosWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string& realm, in GetHttpAuthCredentials() argument
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) in ask_for_authentication() argument

Completed in 11 milliseconds

1234