Searched refs:unzSetOffset64 (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c2099 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function
2119 return unzSetOffset64(file,pos);
H A Dunzip.h428 extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos);
/external/zlib/src/contrib/minizip/
H A Dunzip.c2104 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function
2124 return unzSetOffset64(file,pos);
H A Dunzip.h428 extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos);

Completed in 362 milliseconds