OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLzmaEncProps
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
LzmaEnc.h
31
}
CLzmaEncProps
;
33
void LzmaEncProps_Init(
CLzmaEncProps
*p);
34
void LzmaEncProps_Normalize(
CLzmaEncProps
*p);
35
UInt32 LzmaEncProps_GetDictSize(const
CLzmaEncProps
*props2);
54
SRes LzmaEnc_SetProps(CLzmaEncHandle p, const
CLzmaEncProps
*props);
73
const
CLzmaEncProps
*props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h
32
}
CLzmaEncProps
;
34
void LzmaEncProps_Init(
CLzmaEncProps
*p);
35
void LzmaEncProps_Normalize(
CLzmaEncProps
*p);
36
UInt32 LzmaEncProps_GetDictSize(const
CLzmaEncProps
*props2);
55
SRes LzmaEnc_SetProps(CLzmaEncHandle p, const
CLzmaEncProps
*props);
74
const
CLzmaEncProps
*props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/external/lzma/C/
LzmaEnc.h
31
}
CLzmaEncProps
;
33
void LzmaEncProps_Init(
CLzmaEncProps
*p);
34
void LzmaEncProps_Normalize(
CLzmaEncProps
*p);
35
UInt32 LzmaEncProps_GetDictSize(const
CLzmaEncProps
*props2);
54
SRes LzmaEnc_SetProps(CLzmaEncHandle p, const
CLzmaEncProps
*props);
73
const
CLzmaEncProps
*props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
Completed in 557 milliseconds