Searched refs:LzmaEnc_WriteProperties (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/C/ |
H A D | LzmaEnc.h | 66 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
|
H A D | Lzma2Enc.c | 99 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize))
in Lzma2EncInt_InitStream()
|
H A D | LzmaEnc.c | 3037 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *props, SizeT *size)
in LzmaEnc_WriteProperties() function 3124 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize);
in LzmaEncode()
|
/third_party/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 208 res = LzmaEnc_WriteProperties(enc, header, &headerSize);
in Encode()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | LzmaEncoder.cpp | 211 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size))
in WriteCoderProperties()
|
Completed in 7 milliseconds