Searched refs:unzGoToFilePos64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.h282 extern int ZEXPORT unzGoToFilePos64(
H A Dunzip.c1338 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) function
1370 return unzGoToFilePos64(file,&file_pos64);
/external/zlib/src/contrib/minizip/
H A Dunzip.h282 extern int ZEXPORT unzGoToFilePos64(
H A Dunzip.c1338 extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) function
1370 return unzGoToFilePos64(file,&file_pos64);

Completed in 471 milliseconds