Searched refs:canRecode (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/C/ |
H A D | MtDec.h | 107 if (*canRecode), we didn't flush current block data, so we still can decode current block later.
114 BoolInt *canRecode);
|
H A D | Lzma2DecMt.c | 532 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 D | MtDec.c | 668 BoolInt canRecode = True;
in MtDec_ThreadFunc2() local 733 &canRecode);
in MtDec_ThreadFunc2() 754 if (canRecode)
in MtDec_ThreadFunc2()
|
H A D | XzDec.c | 2012 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