Home
last modified time | relevance | path

Searched refs:outPropsSize (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/C/
H A DLzmaLib.c12 unsigned char *outProps, size_t *outPropsSize, in LzmaCompress()
32 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0, in LzmaCompress()
11 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) LzmaCompress() argument
H A DLzma86Enc.c69 size_t outPropsSize = 5; in Lzma86_Encode() local
79 &props, dest + 1, &outPropsSize, 0, in Lzma86_Encode()
H A DLzmaLib.h32 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.
104 unsigned char *outProps, size_t *outPropsSize, /* *outPropsSize must be = 5 */

Completed in 2 milliseconds