Searched refs:maxCurlOffT (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp502 static const long long maxCurlOffT = (1LL << (expectedSizeOfCurlOffT * 8 - 1)) - 1; local
510 if (fileSizeResult > maxCurlOffT) {

Completed in 108 milliseconds