Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/
H A DStore.h316 bool hasOneOfEtags(const String &reqETags, const bool allowWeakMatch) const;
H A Dstore.cc1965 return hasOneOfEtags(reqETags, false); in hasIfMatchEtag()
1975 return hasOneOfEtags(reqETags, allowWeakMatch); in hasIfNoneMatchEtag()
1980 StoreEntry::hasOneOfEtags(const String &reqETags, const bool allowWeakMatch) const in hasOneOfEtags() function in StoreEntry