Home | History | Annotate | Download | only in dist

Lines Matching full:ioff

4384   i64 iOff,                       /* Offset to read from */
4388 fseek(pFile, (long)iOff, SEEK_SET);
4875 i64 iOff; /* Offset to read from */
4885 iOff = szFile - nRead;
4887 rc = zipfileReadData(pFile, aRead, nRead, iOff, &pTab->base.zErrMsg);
5044 int iOff = 0;
5059 u8 *aRec = &aBuf[iOff];
5083 iOff += ZIPFILE_CDS_FIXED_SZ+nFile+nExtra+nComment;