Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/
H A DStoreMeta.cc76 const int StoreMeta::MaximumTLVLength = 1 << 16; member in StoreMeta
81 if (!IntRange (MinimumTLVLength, MaximumTLVLength).includes(aLength)) { in validLength()
H A DStoreMeta.h121 static int const MaximumTLVLength; variable