Home | History | Annotate | Download | only in minizip

Lines Matching refs:uPosFound

486   ZPOS64_T uPosFound=0;
525 uPosFound = uReadPos+i;
529 if (uPosFound!=0)
533 return uPosFound;
548 ZPOS64_T uPosFound=0;
589 uPosFound = uReadPos+i;
594 if (uPosFound!=0)
599 if (uPosFound == 0)
603 if (ZSEEK64(*pzlib_filefunc_def,filestream, uPosFound,ZLIB_FILEFUNC_SEEK_SET)!=0)