Home
last modified time | relevance | path

Searched refs:Lzma2Enc_WriteProperties (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzma2Enc.h45 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle p);
DLzma2Enc.c485 Byte Lzma2Enc_WriteProperties(CLzma2EncHandle pp) in Lzma2Enc_WriteProperties() function
DXzEnc.c763 f->props[0] = Lzma2Enc_WriteProperties(lzmaf->lzma2); in Xz_CompressBlock()
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp91 Byte prop = Lzma2Enc_WriteProperties(_encoder); in WriteCoderProperties()