Home | History | Annotate | Download | only in minizip

Lines Matching refs:uPosFound

419     ZPOS64_T uPosFound=0;
458 uPosFound = uReadPos+i;
462 if (uPosFound!=0)
466 return uPosFound;
485 ZPOS64_T uPosFound=0;
526 uPosFound = uReadPos+i;
530 if (uPosFound!=0)
534 if (uPosFound == 0)
538 if (ZSEEK64(*pzlib_filefunc_def,filestream, uPosFound,ZLIB_FILEFUNC_SEEK_SET)!=0)