Home
last modified time | relevance | path

Searched refs:canRecode (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DMtDec.h107 if (*canRecode), we didn't flush current block data, so we still can decode current block later.
114 BoolInt *canRecode);
H A DLzma2DecMt.c532 BoolInt *needContinue, BoolInt *canRecode) in Lzma2DecMt_MtCallback_Write()
547 *canRecode = True; in Lzma2DecMt_MtCallback_Write()
568 *canRecode = False; in Lzma2DecMt_MtCallback_Write()
529 Lzma2DecMt_MtCallback_Write(void *pp, unsigned coderIndex, BoolInt needWriteToStream, const Byte *src, size_t srcSize, BoolInt isCross, BoolInt *needContinue, BoolInt *canRecode) Lzma2DecMt_MtCallback_Write() argument
H A DMtDec.c668 BoolInt canRecode = True; in MtDec_ThreadFunc2() local
733 &canRecode); in MtDec_ThreadFunc2()
754 if (canRecode) in MtDec_ThreadFunc2()
H A DXzDec.c2012 BoolInt *canRecode) in XzDecMt_Callback_Write()
2020 *canRecode = True; in XzDecMt_Callback_Write()
2037 *canRecode = False; in XzDecMt_Callback_Write()
2007 XzDecMt_Callback_Write(void *pp, unsigned coderIndex, BoolInt needWriteToStream, const Byte *src, size_t srcSize, BoolInt isCross, BoolInt *needContinue, BoolInt *canRecode) XzDecMt_Callback_Write() argument

Completed in 6 milliseconds