OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLzma2EncHandle
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
Lzma2Enc.h
39
typedef void *
CLzma2EncHandle
;
41
CLzma2EncHandle
Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig);
42
void Lzma2Enc_Destroy(
CLzma2EncHandle
p);
43
SRes Lzma2Enc_SetProps(
CLzma2EncHandle
p, const CLzma2EncProps *props);
44
void Lzma2Enc_SetDataSize(
CLzma2EncHandle
p, UInt64 expectedDataSiize);
45
Byte Lzma2Enc_WriteProperties(
CLzma2EncHandle
p);
46
SRes Lzma2Enc_Encode2(
CLzma2EncHandle
p,
Lzma2Enc.c
386
CLzma2EncHandle
Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig)
434
void Lzma2Enc_Destroy(
CLzma2EncHandle
pp)
465
SRes Lzma2Enc_SetProps(
CLzma2EncHandle
pp, const CLzma2EncProps *props)
485
Byte Lzma2Enc_WriteProperties(
CLzma2EncHandle
pp)
716
SRes Lzma2Enc_Encode2(
CLzma2EncHandle
pp,
XzEnc.c
649
CLzma2EncHandle
lzma2;
[
all
...]
/external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h
22
CLzma2EncHandle
_encoder;
Completed in 653 milliseconds