Searched defs:packCRCsDefined (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c486 Byte **packCRCsDefined,
511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc));
516 if (*packCRCsDefined == 0)
518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc);
522 (*packCRCsDefined)[i] = 0;
481 SzReadPackInfo( CSzData *sd, UInt64 *dataOffset, UInt32 *numPackStreams, UInt64 **packSizes, Byte **packCRCsDefined, UInt32 **packCRCs, ISzAlloc *alloc) argument
/external/lzma/C/
H A D7zIn.c486 Byte **packCRCsDefined,
511 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc));
516 if (*packCRCsDefined == 0)
518 MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc);
522 (*packCRCsDefined)[i] = 0;
481 SzReadPackInfo( CSzData *sd, UInt64 *dataOffset, UInt32 *numPackStreams, UInt64 **packSizes, Byte **packCRCsDefined, UInt32 **packCRCs, ISzAlloc *alloc) argument
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp369 const CRecordVector<bool> &packCRCsDefined,
381 WriteHashDigests(packCRCsDefined, packCRCs);
366 WritePackInfo( UInt64 dataOffset, const CRecordVector<UInt64> &packSizes, const CRecordVector<bool> &packCRCsDefined, const CRecordVector<UInt32> &packCRCs) argument
H A D7zIn.cpp497 CBoolVector &packCRCsDefined,
517 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs);
522 if (packCRCsDefined.IsEmpty())
524 BoolVector_Fill_False(packCRCsDefined, numPackStreams);
692 CBoolVector &packCRCsDefined,
711 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs);
791 CBoolVector packCRCsDefined; local
803 packCRCsDefined,
494 ReadPackInfo( UInt64 &dataOffset, CRecordVector<UInt64> &packSizes, CBoolVector &packCRCsDefined, CRecordVector<UInt32> &packCRCs) argument
688 ReadStreamsInfo( const CObjectVector<CByteBuffer> *dataVector, UInt64 &dataOffset, CRecordVector<UInt64> &packSizes, CBoolVector &packCRCsDefined, CRecordVector<UInt32> &packCRCs, CObjectVector<CFolder> &folders, CRecordVector<CNum> &numUnpackStreamsInFolders, CRecordVector<UInt64> &unpackSizes, CBoolVector &digestsDefined, CRecordVector<UInt32> &digests) argument

Completed in 158 milliseconds