Lines Matching refs:outPreSize
68 size_t outPreSize; member
265 t->outPreSize = 0; in Lzma2DecMt_MtCallback_Parse()
406 t->outPreSize = (size_t)dicPos; in Lzma2DecMt_MtCallback_Parse()
427 if (!dest || t->outBufSize < t->outPreSize) in Lzma2DecMt_MtCallback_PreCode()
436 dest = (Byte *)ISzAlloc_Alloc(me->allocMid, t->outPreSize in Lzma2DecMt_MtCallback_PreCode()
443 t->outBufSize = t->outPreSize; in Lzma2DecMt_MtCallback_PreCode()
447 t->dec.decoder.dicBufSize = t->outPreSize; in Lzma2DecMt_MtCallback_PreCode()
485 t->outPreSize, in Lzma2DecMt_MtCallback_Code()
510 if (t->outPreSize != t->outCodeSize) in Lzma2DecMt_MtCallback_Code()
517 if (t->outPreSize == t->outCodeSize) in Lzma2DecMt_MtCallback_Code()
561 if (t->outPreSize != t->outCodeSize in Lzma2DecMt_MtCallback_Write()