Searched refs:LzmaEnc_Create (Results 1 – 6 of 6) sorted by relevance
52 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
461 t->enc = LzmaEnc_Create(p->alloc); in Lzma2Enc_Encode()
1713 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) in LzmaEnc_Create() function2262 CLzmaEnc *p = (CLzmaEnc *)LzmaEnc_Create(alloc); in LzmaEncode()
26 _encoder = LzmaEnc_Create(&g_Alloc); in CEncoder()
142 enc = LzmaEnc_Create(&g_Alloc); in Encode()
224 enc = LzmaEnc_Create(&g_Alloc);