/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaLib.c | 14 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 38 NULL, &g_Alloc, &g_Alloc); in LzmaCompress() 46 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
|
/external/lzma/C/ |
D | LzmaLib.c | 13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress() 45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
|
D | Lzma86Enc.c | 20 ISzAlloc g_Alloc = { SzAlloc, SzFree }; in Lzma86_Encode() local 85 NULL, &g_Alloc, &g_Alloc); in Lzma86_Encode()
|
D | Lzma86Dec.c | 26 ISzAlloc g_Alloc = { SzAlloc, SzFree }; in Lzma86_Decode() local 45 src + 1, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc); in Lzma86_Decode()
|
D | XzEnc.c | 23 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 463 … RINOK(Xz_AddIndexRecord(xz, block.unpackSize, seqSizeOutStream.processed - padSize, &g_Alloc)); in Xz_Compress() 477 Lzma2WithFilters_Construct(&lzmaf, &g_Alloc, &g_BigAlloc); in Xz_Encode() 483 Xz_Free(&xz, &g_Alloc); in Xz_Encode() 495 Xz_Free(&xz, &g_Alloc); in Xz_EncodeEmpty()
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaLib.c | 13 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 37 NULL, &g_Alloc, &g_Alloc); in LzmaCompress() 45 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 23 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 128 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode() 130 LzmaDec_Free(&state, &g_Alloc); in Decode() 142 enc = LzmaEnc_Create(&g_Alloc); in Encode() 163 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode() 166 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 21 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 26 _encoder = LzmaEnc_Create(&g_Alloc); in CEncoder() 34 LzmaEnc_Destroy(_encoder, &g_Alloc, &g_BigAlloc); in ~CEncoder() 139 …_Encode(_encoder, &outWrap.p, &inWrap.p, progress ? &progressWrap.p : NULL, &g_Alloc, &g_BigAlloc); in Code()
|
D | Lzma2Decoder.cpp | 36 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 40 Lzma2Dec_Free(&_state, &g_Alloc); in ~CDecoder() 47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc))); in SetDecoderProperties2()
|
D | Lzma2Encoder.cpp | 28 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 33 _encoder = Lzma2Enc_Create(&g_Alloc, &g_BigAlloc); in CEncoder()
|
D | LzmaDecoder.cpp | 39 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 43 LzmaDec_Free(&_state, &g_Alloc); in ~CDecoder() 65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 23 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 29 Buf_Free(dest, &g_Alloc); in Buf_EnsureSize() 30 return Buf_Create(dest, size, &g_Alloc); in Buf_EnsureSize() 154 Buf_Free(&buf, &g_Alloc); in MyCreateDir() 170 Buf_Free(&buf, &g_Alloc); in OutFile_OpenUtf16() 183 Buf_Free(&buf, &g_Alloc); in PrintString()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 36 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable 318 ~CXzsCPP() { Xzs_Free(&p, &g_Alloc); } in ~CXzsCPP() 335 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.s, &_startPosition, &openWrap.p, &g_Alloc); in Open2() 495 res = XzUnpacker_Create(&xzu.p, &g_Alloc); in Extract()
|
/external/lzma/ |
D | lzma.txt | 423 res = LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc); 440 LzmaDec_Free(&state, &g_Alloc); 479 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; 494 enc = LzmaEnc_Create(&g_Alloc); 524 NULL, &g_Alloc, &g_Alloc); 527 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc);
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 5335 +static ISzAlloc g_Alloc = { SzAlloc, SzFree }; 5359 + NULL, &g_Alloc, &g_Alloc); 5367 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc);
|