HomeSort by relevance Sort by last modified time
    Searched refs:uPosFound (Results 1 - 4 of 4) sorted by null

  /external/zlib/src/contrib/minizip/
unzip.c 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)
    [all...]
zip.c 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)
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
unzip.c 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)
    [all...]
zip.c 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)
    [all...]

Completed in 115 milliseconds