Searched refs:LzmaEnc_WriteProperties (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.h | 59 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
|
D | Lzma2Enc.c | 99 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_InitStream()
|
D | LzmaEnc.c | 2890 SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) in LzmaEnc_WriteProperties() function 2968 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 151 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size)); in WriteCoderProperties()
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 157 res = LzmaEnc_WriteProperties(enc, header, &headerSize); in Encode()
|
/external/lzma/DOC/ |
D | lzma.txt | 246 res = LzmaEnc_WriteProperties(enc, header, &headerSize);
|
/external/u-boot/lib/lzma/ |
D | lzma.txt | 516 res = LzmaEnc_WriteProperties(enc, header, &headerSize);
|