Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Enc.h23 void Lzma2EncProps_Init(CLzma2EncProps *p);
DLzma2Enc.c231 void Lzma2EncProps_Init(CLzma2EncProps *p) in Lzma2EncProps_Init() function
391 Lzma2EncProps_Init(&p->props); in Lzma2Enc_Create()
DXzEnc.c485 Lzma2EncProps_Init(&p->lzma2Props); in XzProps_Init()
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp64 Lzma2EncProps_Init(&lzma2Props); in SetCoderProperties()