Lines Matching defs:pos
1032 size_t pos = 0;
1043 if (pos == size)
1045 for (p = data + pos;
1052 pos = (size_t)(p - data) + 2;
1053 *offsets++ = (pos >> 1);
1056 return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE;
1557 Int64 pos = 0;
1558 RINOK(ILookInStream_Seek(inStream, &pos, SZ_SEEK_END))
1559 if ((UInt64)pos < (UInt64)startArcPos + nextHeaderOffset ||
1560 (UInt64)pos < (UInt64)startArcPos + k7zStartHeaderSize + nextHeaderOffset ||
1561 (UInt64)pos < (UInt64)startArcPos + k7zStartHeaderSize + nextHeaderOffset + nextHeaderSize)