HomeSort by relevance Sort by last modified time
    Searched refs:outPropsSize (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
LzmaLib.h 34 outPropsSize -
35 In: the pointer to the size of outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
36 Out: the pointer to the size of written properties in outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
99 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,
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaLib.h 35 outPropsSize -
36 In: the pointer to the size of outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
37 Out: the pointer to the size of written properties in outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
100 unsigned char *outProps, size_t *outPropsSize, /* *outPropsSize must be = 5 */
LzmaLib.c 17 unsigned char *outProps, size_t *outPropsSize,
37 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0,
  /external/lzma/C/
LzmaLib.h 34 outPropsSize -
35 In: the pointer to the size of outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
36 Out: the pointer to the size of written properties in outProps buffer; *outPropsSize = LZMA_PROPS_SIZE = 5.
99 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 160 milliseconds