Searched refs:fAuthenticationMap (Results 1 – 2 of 2) sorted by relevance
28 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()
48 BHttpAuthenticationMap* fAuthenticationMap; variable