Home | History | Annotate | Download | only in http

Lines Matching refs:HttpAuthCache

77   HttpAuthCache cache;
78 HttpAuthCache::Entry* entry;
171 HttpAuthCache::Entry* realm2_entry = cache.Lookup(
173 HttpAuthCache::Entry* realm4_entry = cache.Lookup(
200 HttpAuthCache::Entry* realm3_digest_entry =
211 HttpAuthCache::Entry* realm3DigestEntry =
229 HttpAuthCache::Entry entry;
263 HttpAuthCache cache;
270 HttpAuthCache::Entry* orig_entry = cache.Add(
278 HttpAuthCache::Entry* entry = cache.Lookup(
309 HttpAuthCache cache;
366 HttpAuthCache::Entry* entry = cache.Lookup(
372 HttpAuthCache cache;
377 HttpAuthCache::Entry* entry_pre = cache.Add(
403 HttpAuthCache::Entry* entry_post = cache.Lookup(
445 const HttpAuthCache::Entry* entry =
457 const HttpAuthCache::Entry* entry =
468 HttpAuthCache cache_;
470 static const int kMaxPaths = HttpAuthCache::kMaxNumPathsPerRealmEntry;
471 static const int kMaxRealms = HttpAuthCache::kMaxNumRealmEntries;