Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzma2DecMt.c112 size_t inLim; member
644 size_t inPos, inLim; in Lzma2Dec_Decode_ST() local
666 inLim = 0; in Lzma2Dec_Decode_ST()
683 if (inPos == inLim) in Lzma2Dec_Decode_ST()
688 inData = MtDec_Read(&p->mtc, &inLim); in Lzma2Dec_Decode_ST()
693 inLim = 0; in Lzma2Dec_Decode_ST()
700 inLim = p->inBufSize; in Lzma2Dec_Decode_ST()
702 p->readRes = ISeqInStream_Read(p->inStream, (void *)(p->inBuf), &inLim); in Lzma2Dec_Decode_ST()
703 // p->readProcessed += inLim; in Lzma2Dec_Decode_ST()
704 // inLim in Lzma2Dec_Decode_ST()
[all...]
H A DXzDec.c2241 size_t inLim; in XzDecMt_Callback_Write() local
2251 inLim = 0; in XzDecMt_Callback_Write()
2262 if (inPos == inLim) in XzDecMt_Callback_Write()
2267 inLim = me->mtc.inBufSize; in XzDecMt_Callback_Write()
2268 me->mtc.readRes = ISeqInStream_Read(me->inStream, (void *)crossBuf, &inLim); in XzDecMt_Callback_Write()
2269 me->mtc.readProcessed += inLim; in XzDecMt_Callback_Write()
2270 if (inLim == 0 || me->mtc.readRes != SZ_OK) in XzDecMt_Callback_Write()
2275 inProcessed = inLim - inPos; in XzDecMt_Callback_Write()
2300 me->mtc.crossEnd = inLim; in XzDecMt_Callback_Write()
2374 size_t inPos, inLim; in XzDecMt_Decode_ST() local
[all...]
H A DMtDec.c872 const Byte *MtDec_Read(CMtDec *p, size_t *inLim) in MtDec_Read() argument
878 if (*inLim != 0) in MtDec_Read()
910 *inLim = lim; in MtDec_Read()
920 *inLim = crossSize; in MtDec_Read()
925 *inLim = 0; in MtDec_Read()
H A DMtDec.h196 const Byte *MtDec_Read(CMtDec *p, size_t *inLim);

Completed in 7 milliseconds