Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Enc.h36 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig);
DLzma2Enc.c406 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig) in Lzma2Enc_Create() function
DXzEnc.c373 p->lzma2 = Lzma2Enc_Create(p->alloc, p->bigAlloc); in Lzma2WithFilters_Create()
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp25 _encoder = Lzma2Enc_Create(&g_Alloc, &g_BigAlloc); in CEncoder()