OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lSeek
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
unzip.c
782
long
lSeek
=0;
854
lSeek
+=file_info.size_filename;
869
lSeek
-= uSizeRead;
881
if (
lSeek
!=0)
883
if (ZSEEK64(s->z_filefunc, s->filestream,(ZPOS64_T)
lSeek
,ZLIB_FILEFUNC_SEEK_CUR)==0)
884
lSeek
=0;
893
lSeek
+= file_info.size_file_extra - (uLong)uSizeRead;
896
lSeek
+= file_info.size_file_extra;
903
// since
lSeek
now points to after the extra field we need to move back
904
lSeek
-= file_info.size_file_extra
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025