Lines Matching refs:kMaxEOCDSearch
223 buf = new unsigned char[EndOfCentralDir::kMaxEOCDSearch];226 EndOfCentralDir::kMaxEOCDSearch);231 if (fileLength > EndOfCentralDir::kMaxEOCDSearch) {232 seekStart = fileLength - EndOfCentralDir::kMaxEOCDSearch;233 readAmount = EndOfCentralDir::kMaxEOCDSearch;