Searched refs:Lzma2Enc_Create (Results 1 – 4 of 4) sorted by relevance
41 CLzma2EncHandle Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig);
386 CLzma2EncHandle Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig) in Lzma2Enc_Create() function
673 p->lzma2 = Lzma2Enc_Create(alloc, bigAlloc); in Lzma2WithFilters_Create()
25 _encoder = Lzma2Enc_Create(&g_AlignedAlloc, &g_BigAlloc); in CEncoder()