OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outPropsSize
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
LzmaLib.h
32
outPropsSize
-
33
In: the pointer to the size of outProps buffer; *
outPropsSize
= LZMA_PROPS_SIZE = 5.
34
Out: the pointer to the size of written properties in outProps buffer; *
outPropsSize
= LZMA_PROPS_SIZE = 5.
97
unsigned char *outProps, size_t *
outPropsSize
, /* *
outPropsSize
must be = 5 */
LzmaLib.c
16
unsigned char *outProps, size_t *
outPropsSize
,
36
return LzmaEncode(dest, destLen, src, srcLen, &props, outProps,
outPropsSize
, 0,
Lzma86Enc.c
74
size_t
outPropsSize
= 5;
84
&props, dest + 1, &
outPropsSize
, 0,
Completed in 209 milliseconds