| /third_party/ffmpeg/libavformat/ |
| H A D | httpauth.h | 63 char realm[200]; member
|
| /third_party/curl/lib/vauth/ |
| H A D | vauth.c | 57 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 D | test_base_object_ptr.cc | 51 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 D | basicauth.c | 116 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 D | web_data_base.cpp | 30 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 D | config.py | 28 realm = None variable in PyPIRCCommand
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| H A D | ark_ohos_web_data_base_adapter_impl.cpp | 34 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 D | ark_web_data_base_impl.cpp | 31 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 D | base_object.cc | 16 BaseObject::BaseObject(Realm* realm, Local<Object> object) in BaseObject() argument
|
| H A D | node_process_object.cc | 81 MaybeLocal<Object> CreateProcessObject(Realm* realm) { in CreateProcessObject() argument
|
| H A D | base_object-inl.h | 75 Realm* BaseObject::realm() const { in realm() function in node::BaseObject
|
| H A D | node_v8.cc | 95 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 D | node_util.cc | 201 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 D | node_url.cc | 31 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
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | digest_auth_example.c | 46 const char *realm = "test@example.com"; in ahc_echo() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_ohos_web_data_base_adapter_wrapper.cpp | 40 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 D | ark_web_data_base_wrapper.cpp | 31 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
|
| /foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
| H A D | rtsp_common.cpp | 154 std::string RtspCommon::GenerateAuthorization(const std::string &username, const std::string &realm, in GenerateAuthorization() argument
|
| /third_party/node/src/quic/ |
| H A D | bindingdata.cc | 72 BindingData::BindingData(Realm* realm, Local<Object> object) in BindingData() argument
|
| /third_party/pulseaudio/src/modules/raop/ |
| H A D | raop-util.c | 187 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 D | test_digestauth.c | 82 const char *realm = "test@example.com"; in ahc_echo() local
|
| H A D | test_digestauth_with_arguments.c | 81 const char *realm = "test@example.com"; in ahc_echo() local
|
| /base/web/webview/interfaces/kits/napi/webdatabase/ |
| H A D | napi_web_data_base.cpp | 156 std::string realm; in JsSaveHttpAuthCredentials() local 217 std::string realm; in JsGetHttpAuthCredentials() local
|
| /base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
| H A D | ohos_web_data_base_adapter_impl.cpp | 109 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 D | tlsauthentication.c | 119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) in ask_for_authentication() argument
|