Searched refs:unzReadCurrentFile (Results 1 – 20 of 20) sorted by relevance
/external/zlib/google/ |
D | zip_reader.cc | 280 unzReadCurrentFile(zip_file_, buf, internal::kZipBufSize); in ExtractCurrentEntry() 303 const int n = unzReadCurrentFile(zip_file_, buf, 1); in ExtractCurrentEntry() 453 unzReadCurrentFile(zip_file_, buffer, internal::kZipBufSize); in ExtractChunk()
|
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc14/ |
D | zlibvc.def | 67 unzReadCurrentFile @68
|
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc9/ |
D | zlibvc.def | 67 unzReadCurrentFile @68
|
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc11/ |
D | zlibvc.def | 67 unzReadCurrentFile @68
|
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc12/ |
D | zlibvc.def | 67 unzReadCurrentFile @68
|
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc10/ |
D | zlibvc.def | 67 unzReadCurrentFile @68
|
/external/angle/third_party/zlib/google/ |
D | zip_reader.cc | 359 unzReadCurrentFile(zip_file_, buf, internal::kZipBufSize); in ExtractCurrentEntry() 382 const int n = unzReadCurrentFile(zip_file_, buf, 1); in ExtractCurrentEntry() 532 unzReadCurrentFile(zip_file_, buffer, internal::kZipBufSize); in ExtractChunk()
|
/external/angle/third_party/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 53 - fix bug in unzReadCurrentFile
|
D | unzip.h | 379 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
|
D | miniunz.c | 434 err = unzReadCurrentFile(uf,buf,size_buf);
|
D | unzip.c | 1681 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) in unzReadCurrentFile() function
|
/external/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 53 - fix bug in unzReadCurrentFile
|
D | unzip.h | 379 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
|
D | miniunz.c | 434 err = unzReadCurrentFile(uf,buf,size_buf);
|
D | unzip.c | 1681 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) in unzReadCurrentFile() function
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | unzip.h | 379 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
|
D | miniunz.c | 435 err = unzReadCurrentFile(uf,buf,size_buf);
|
D | unzip.c | 1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) in unzReadCurrentFile() function
|
/external/zlib/patches/ |
D | 0000-build.patch | 77 @@ -1705,11 +1705,6 @@ extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned le…
|
/external/angle/third_party/zlib/patches/ |
D | 0000-build.patch | 77 @@ -1705,11 +1705,6 @@ extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned le…
|