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.c49 Byte propsEncoded[LZMA_PROPS_SIZE]; in Lzma2EncInt_Init() local
52 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_Init()
54 p->props = propsEncoded[0]; in Lzma2EncInt_Init()
DLzmaEnc.c2249 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode() argument
2260 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()
/external/lzma/
Dlzma.txt541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,