Searched defs:propsEncoded (Results 1 - 2 of 2) sorted by relevance

/external/lzma/C/
H A DLzma2Enc.c51 Byte propsEncoded[LZMA_PROPS_SIZE]; local
54 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize));
56 p->props = propsEncoded[0];
H A DLzmaEnc.c2332 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
2343 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize);
2331 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument

Completed in 397 milliseconds