Home
last modified time | relevance | path

Searched refs:LzmaEnc_WriteProperties (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
DLzmaEnc.h59 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
DLzma2Enc.c99 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_InitStream()
DLzmaEnc.c2890 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/
DLzmaEncoder.cpp151 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size)); in WriteCoderProperties()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c157 res = LzmaEnc_WriteProperties(enc, header, &headerSize); in Encode()
/external/lzma/DOC/
Dlzma.txt246 res = LzmaEnc_WriteProperties(enc, header, &headerSize);
/external/u-boot/lib/lzma/
Dlzma.txt516 res = LzmaEnc_WriteProperties(enc, header, &headerSize);