Home | History | Annotate | Download | only in C

Lines Matching refs:pos

922   size_t pos = 0;

925 sizes[i] = pos;
928 if (pos >= size)
930 if (p[pos * 2] == 0 && p[pos * 2 + 1] == 0)
932 pos++;
934 pos++;
936 sizes[i] = pos;
937 return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE;
1257 Int64 pos = 0;
1258 RINOK(inStream->Seek(inStream, &pos, SZ_SEEK_END));
1259 if ((UInt64)pos < startArcPos + nextHeaderOffset ||
1260 (UInt64)pos < startArcPos + k7zStartHeaderSize + nextHeaderOffset ||
1261 (UInt64)pos < startArcPos + k7zStartHeaderSize + nextHeaderOffset + nextHeaderSize)