Home
last modified time | relevance | path

Searched refs:fAuthenticationMap (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DUrlContext.cpp28 fAuthenticationMap(NULL), in BUrlContext()
33 fAuthenticationMap = new(std::nothrow) BHttpAuthenticationMap(); in BUrlContext()
38 fAuthenticationMap->Put(HashString("", 0), new BHttpAuthentication()); in BUrlContext()
45 = fAuthenticationMap->GetIterator(); in ~BUrlContext()
49 delete fAuthenticationMap; in ~BUrlContext()
71 fAuthenticationMap->Lock(); in AddAuthentication()
73 BHttpAuthentication* previous = fAuthenticationMap->Get(hostHash); in AddAuthentication()
80 fAuthenticationMap->Put(hostHash, copy); in AddAuthentication()
83 fAuthenticationMap->Unlock(); in AddAuthentication()
124 authentication = fAuthenticationMap->Get( HashString(domain.String(), in GetAuthentication()
/haiku/headers/private/netservices/
H A DUrlContext.h48 BHttpAuthenticationMap* fAuthenticationMap; variable