Searched refs:Lzma2Enc_Create (Results 1 – 4 of 4) sorted by relevance
36 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig);
406 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig) in Lzma2Enc_Create() function
373 p->lzma2 = Lzma2Enc_Create(p->alloc, p->bigAlloc); in Lzma2WithFilters_Create()
25 _encoder = Lzma2Enc_Create(&g_Alloc, &g_BigAlloc); in CEncoder()