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

/external/chromium_org/build/android/rezip/
H A Drezip.cc328 const int next = unzGoToNextFile(in_file);
467 const int next = unzGoToNextFile(in_file);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c286 err = unzGoToNextFile(uf);
289 printf("error %d with zipfile in unzGoToNextFile\n",err);
487 err = unzGoToNextFile(uf);
490 printf("error %d with zipfile in unzGoToNextFile\n",err);
H A Dunzip.h235 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
H A Dunzip.c1199 extern int ZEXPORT unzGoToNextFile (unzFile file) function
1275 err = unzGoToNextFile(file);
/external/zlib/src/contrib/minizip/
H A Dminiunz.c299 err = unzGoToNextFile(uf);
302 printf("error %d with zipfile in unzGoToNextFile\n",err);
499 err = unzGoToNextFile(uf);
502 printf("error %d with zipfile in unzGoToNextFile\n",err);
H A Dunzip.h235 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
H A Dunzip.c1199 extern int ZEXPORT unzGoToNextFile (unzFile file) function
1275 err = unzGoToNextFile(file);
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc144 if (unzGoToNextFile(zip_file_) != UNZ_OK) {

Completed in 180 milliseconds