HomeSort by: relevance | last modified time | path
    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