Searched defs:uPosFound (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c419 ZPOS64_T uPosFound=0; local
458 uPosFound = uReadPos+i;
462 if (uPosFound!=0)
466 return uPosFound;
485 ZPOS64_T uPosFound=0; local
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)
H A Dzip.c486 ZPOS64_T uPosFound=0; local
525 uPosFound = uReadPos+i;
529 if (uPosFound!=0)
533 return uPosFound;
548 ZPOS64_T uPosFound=0; local
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)
/external/zlib/src/contrib/minizip/
H A Dunzip.c419 ZPOS64_T uPosFound=0; local
458 uPosFound = uReadPos+i;
462 if (uPosFound!=0)
466 return uPosFound;
485 ZPOS64_T uPosFound=0; local
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)
H A Dzip.c486 ZPOS64_T uPosFound=0; local
525 uPosFound = uReadPos+i;
529 if (uPosFound!=0)
533 return uPosFound;
548 ZPOS64_T uPosFound=0; local
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)

Completed in 203 milliseconds