D | LzmaDec.c | 715 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, const Byte **bufOut) in LzmaDec_TryDummy() argument 719 const Byte *bufLimit = *bufOut; in LzmaDec_TryDummy() 902 *bufOut = buf; in LzmaDec_TryDummy() local 1046 const Byte *bufOut = src + inSize; in LzmaDec_DecodeToDic() local 1048 ELzmaDummy dummyRes = LzmaDec_TryDummy(p, src, &bufOut); in LzmaDec_DecodeToDic() 1063 dummyProcessed = (int)(bufOut - src); in LzmaDec_DecodeToDic() 1129 const Byte *bufOut = p->tempBuf + rem; in LzmaDec_DecodeToDic() local 1131 ELzmaDummy dummyRes = LzmaDec_TryDummy(p, p->tempBuf, &bufOut); in LzmaDec_DecodeToDic() 1143 dummyProcessed = (int)(bufOut - p->tempBuf); in LzmaDec_DecodeToDic()
|