Searched refs:unzReadCurrentFile (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc216 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf,
323 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf,
374 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf,
429 const int num_bytes_read = unzReadCurrentFile(zip_file_,
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.h379 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
H A Dminiunz.c423 err = unzReadCurrentFile(uf,buf,size_buf);
426 printf("error %d with zipfile in unzReadCurrentFile\n",err);
H A Dunzip.c1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) function
/external/zlib/src/contrib/minizip/
H A Dunzip.h379 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
H A Dminiunz.c435 err = unzReadCurrentFile(uf,buf,size_buf);
438 printf("error %d with zipfile in unzReadCurrentFile\n",err);
H A Dunzip.c1684 extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) function
/external/chromium_org/build/android/rezip/
H A Drezip.cc63 bytes = unzReadCurrentFile(in_file, buf, sizeof(buf));

Completed in 875 milliseconds