Home
last modified time | relevance | path

Searched refs:kMaxNumPathsPerRealmEntry (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_cache.h123 enum { kMaxNumPathsPerRealmEntry = 10 }; enumerator
H A Dhttp_auth_cache.cc255 if (paths_.size() >= kMaxNumPathsPerRealmEntry) { in AddPath()
H A Dhttp_auth_cache_unittest.cc1151 static const int kMaxPaths = HttpAuthCache::kMaxNumPathsPerRealmEntry;