Home
last modified time | relevance | path

Searched refs:LzmaEnc_WriteProperties (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/C/
H A DLzmaEnc.h66 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
H A DLzma2Enc.c99 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)) in Lzma2EncInt_InitStream()
H A DLzmaEnc.c3037 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 DLzmaUtil.c208 res = LzmaEnc_WriteProperties(enc, header, &headerSize); in Encode()
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp211 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size)) in WriteCoderProperties()

Completed in 7 milliseconds