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