Home
last modified time | relevance | path

Searched refs:propsEncoded (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DLzmaEnc.h73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
DLzma2Enc.c51 Byte propsEncoded[LZMA_PROPS_SIZE]; in Lzma2EncInt_Init() local
54 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_Init()
56 p->props = propsEncoded[0]; in Lzma2EncInt_Init()
DLzmaEnc.c2332 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode() argument
2343 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()
/external/lzma/DOC/
Dlzma.txt271 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,