Home
last modified time | relevance | path

Searched refs:resolveAuthConfig (Results 1 – 8 of 8) sorted by relevance

/dports/www/aria2/aria2-1.36.0/test/
H A DNetrcAuthResolverTest.cc47 auto authConfig = resolver_->resolveAuthConfig("localhost"); in testResolveAuthConfig_without_userDefined()
50 authConfig = resolver_->resolveAuthConfig("mymachine"); in testResolveAuthConfig_without_userDefined()
55 authConfig = resolver_->resolveAuthConfig("localhost"); in testResolveAuthConfig_without_userDefined()
62 auto authConfig = resolver_->resolveAuthConfig("localhost"); in testResolveAuthConfig_with_userDefined()
66 authConfig = resolver_->resolveAuthConfig("mymachine"); in testResolveAuthConfig_with_userDefined()
71 authConfig = resolver_->resolveAuthConfig("mymachine"); in testResolveAuthConfig_with_userDefined()
79 auto authConfig = resolver_->resolveAuthConfig("mirror"); in testResolveAuthConfig_ignoreDefault()
83 auto defAuthConfig = resolver_->resolveAuthConfig("mirror"); in testResolveAuthConfig_ignoreDefault()
H A DDefaultAuthResolverTest.cc36 auto authConfig = resolver_->resolveAuthConfig("localhost"); in testResolveAuthConfig_without_userDefined()
43 auto authConfig = resolver_->resolveAuthConfig("localhost"); in testResolveAuthConfig_with_userDefined()
/dports/www/aria2/aria2-1.36.0/src/
H A DAuthConfigFactory.cc87 return createHttpAuthResolver(op)->resolveAuthConfig( in createAuthConfig()
106 auto ac = authResolver.resolveAuthConfig(request->getHost()); in createAuthConfig()
118 return createFtpAuthResolver(op)->resolveAuthConfig(request->getHost()); in createAuthConfig()
185 auto authConfig = createHttpAuthResolver(op)->resolveAuthConfig(host); in activateBasicCred()
H A DDefaultAuthResolver.cc41 DefaultAuthResolver::resolveAuthConfig(const std::string& hostname) in resolveAuthConfig() function in aria2::DefaultAuthResolver
H A DDefaultAuthResolver.h45 resolveAuthConfig(const std::string& hostname) CXX11_OVERRIDE;
H A DAuthResolver.h52 resolveAuthConfig(const std::string& hostname) = 0;
H A DNetrcAuthResolver.h57 resolveAuthConfig(const std::string& hostname) CXX11_OVERRIDE;
H A DNetrcAuthResolver.cc47 NetrcAuthResolver::resolveAuthConfig(const std::string& hostname) in resolveAuthConfig() function in aria2::NetrcAuthResolver