Searched refs:LzmaEnc_WriteProperties (Results 1 – 6 of 6) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.h | 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
|
D | Lzma2Enc.c | 54 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_Init()
|
D | LzmaEnc.c | 2271 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/ |
D | LzmaEncoder.cpp | 130 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size)); in WriteCoderProperties()
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 151 res = LzmaEnc_WriteProperties(enc, header, &headerSize); in Encode()
|
/external/lzma/DOC/ |
D | lzma.txt | 246 res = LzmaEnc_WriteProperties(enc, header, &headerSize);
|