Searched refs:outPropsSize (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | LzmaLib.c | 10 unsigned char *outProps, size_t *outPropsSize, in LzmaCompress() argument 30 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0, in LzmaCompress()
|
D | Lzma86Enc.c | 72 size_t outPropsSize = 5; in Lzma86_Encode() local 82 &props, dest + 1, &outPropsSize, 0, in Lzma86_Encode()
|
D | LzmaLib.h | 97 unsigned char *outProps, size_t *outPropsSize, /* *outPropsSize must be = 5 */
|