Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.h55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
DLzma2Enc.c54 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_Init()
DLzmaEnc.c2271 SRes LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) in LzmaEnc_WriteProperties() function
2343 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp130 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size)); in WriteCoderProperties()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c151 res = LzmaEnc_WriteProperties(enc, header, &headerSize); in Encode()
/external/lzma/DOC/
Dlzma.txt246 res = LzmaEnc_WriteProperties(enc, header, &headerSize);