OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streamFlags
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
XzDec.c
643
unsigned num = Xz_WriteVarInt(temp, p->packSize + p->blockHeaderSize + XzFlags_GetCheckSize(p->
streamFlags
));
678
RINOK(Xz_ParseHeader(&p->
streamFlags
, p->buf));
722
XzCheck_Init(&p->check, XzFlags_GetCheckType(p->
streamFlags
));
739
UInt32 checkSize = XzFlags_GetCheckSize(p->
streamFlags
);
838
if (!Xz_CheckFooter(p->
streamFlags
, p->indexSize, p->buf))
Xz.h
201
CXzStreamFlags
streamFlags
;
Completed in 343 milliseconds