Home
last modified time | relevance | path

Searched refs:LzmaEnc_Create (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
DLzmaEnc.h52 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
DLzma2Enc.c445 t->enc = LzmaEnc_Create(p->alloc); in Lzma2Enc_Encode()
DLzmaEnc.c1700 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) in LzmaEnc_Create() function
2252 CLzmaEnc *p = (CLzmaEnc *)LzmaEnc_Create(alloc); in LzmaEncode()
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp26 _encoder = LzmaEnc_Create(&g_Alloc); in CEncoder()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c142 enc = LzmaEnc_Create(&g_Alloc); in Encode()
/external/lzma/
Dlzma.txt494 enc = LzmaEnc_Create(&g_Alloc);