OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uPosFound
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
unzip.c
332
ZPOS64_T
uPosFound
=CENTRALDIRINVALID;
371
uPosFound
= uReadPos+(unsigned)i;
375
if (
uPosFound
!=CENTRALDIRINVALID)
379
return
uPosFound
;
393
ZPOS64_T
uPosFound
=CENTRALDIRINVALID;
434
uPosFound
= uReadPos+(unsigned)i;
438
if (
uPosFound
!=CENTRALDIRINVALID)
442
if (
uPosFound
== CENTRALDIRINVALID)
446
if (ZSEEK64(*pzlib_filefunc_def,filestream,
uPosFound
,ZLIB_FILEFUNC_SEEK_SET)!=0)
zip.c
457
ZPOS64_T
uPosFound
=0;
496
uPosFound
= uReadPos+(unsigned)i;
500
if (
uPosFound
!=0)
504
return
uPosFound
;
516
ZPOS64_T
uPosFound
=0;
557
uPosFound
= uReadPos+(unsigned)i;
562
if (
uPosFound
!=0)
567
if (
uPosFound
== 0)
571
if (ZSEEK64(*pzlib_filefunc_def,filestream,
uPosFound
,ZLIB_FILEFUNC_SEEK_SET)!=0)
Completed in 36 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025