|
Squid Web Cache master
|
Go to the source code of this file.
Functions | |
| static bool | etagStringsMatch (const ETag &tag1, const ETag &tag2) |
| whether etag strings match | |
| int | etagParseInit (ETag *etag, const char *str) |
| bool | etagIsStrongEqual (const ETag &tag1, const ETag &tag2) |
| whether etags are strong-equal | |
| bool | etagIsWeakEqual (const ETag &tag1, const ETag &tag2) |
| whether etags are weak-equal | |
Definition at line 49 of file ETag.cc.
References etagStringsMatch(), and ETag::weak.
Referenced by clientIfRangeMatch(), and StoreEntry::hasOneOfEtags().
Definition at line 55 of file ETag.cc.
References etagStringsMatch().
Referenced by StoreEntry::hasOneOfEtags().
Definition at line 29 of file ETag.cc.
References assert, ETag::str, and ETag::weak.
Referenced by HttpHeader::getETag(), HttpHeader::getTimeOrTag(), and StoreEntry::hasOneOfEtags().
Definition at line 21 of file ETag.cc.
References ETag::str.
Referenced by etagIsStrongEqual(), and etagIsWeakEqual().