Home
last modified time | relevance | path

Searched refs:mz_zip_goto_first_entry (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/
H A Dminizip_uncompress_fuzzer.cc40 result = mz_zip_goto_first_entry(zip_file); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/test/fuzz/
H A Dunzip_fuzzer.c60 err = mz_zip_goto_first_entry(handle); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/
H A Dminizip_uncompress_fuzzer.cc40 result = mz_zip_goto_first_entry(zip_file); in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/
H A Dmz_zip.h162 int32_t mz_zip_goto_first_entry(void *handle);
H A Dmz_compat.c418 mz_zip_goto_first_entry(compat->handle); in unzOpen_MZ()
743 return mz_zip_goto_first_entry(compat->handle); in unzGoToFirstFile()
771 err = mz_zip_goto_first_entry(compat->handle); in unzLocateFile()
H A Dmz_zip.c2254 int32_t mz_zip_goto_first_entry(void *handle) in mz_zip_goto_first_entry() function
2297 err = mz_zip_goto_first_entry(handle); in mz_zip_locate_entry()
2317 err = mz_zip_goto_first_entry(handle); in mz_zip_locate_first_entry()
H A Dmz_zip_rw.c323 err = mz_zip_goto_first_entry(reader->zip_handle); in mz_zip_reader_goto_first_entry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/
H A Dmz_zip.h162 int32_t mz_zip_goto_first_entry(void *handle);
H A Dmz_compat.c418 mz_zip_goto_first_entry(compat->handle); in unzOpen_MZ()
743 return mz_zip_goto_first_entry(compat->handle); in unzGoToFirstFile()
771 err = mz_zip_goto_first_entry(compat->handle); in unzLocateFile()
H A Dmz_zip.c2254 int32_t mz_zip_goto_first_entry(void *handle) in mz_zip_goto_first_entry() function
2297 err = mz_zip_goto_first_entry(handle); in mz_zip_locate_entry()
2317 err = mz_zip_goto_first_entry(handle); in mz_zip_locate_first_entry()
H A Dmz_zip_rw.c323 err = mz_zip_goto_first_entry(reader->zip_handle); in mz_zip_reader_goto_first_entry()
/dports/audio/spectmorph/spectmorph-0.5.2/3rdparty/minizip/
H A Dmz_zip.h162 int32_t mz_zip_goto_first_entry(void *handle);
H A Dmz_zip.c2254 int32_t mz_zip_goto_first_entry(void *handle) in mz_zip_goto_first_entry() function
2297 err = mz_zip_goto_first_entry(handle); in mz_zip_locate_entry()
2317 err = mz_zip_goto_first_entry(handle); in mz_zip_locate_first_entry()
H A Dmz_zip_rw.c325 err = mz_zip_goto_first_entry(reader->zip_handle);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/zip_archiver/cpp/
H A Dvolume_archive_minizip.cc280 result = mz_zip_goto_first_entry(zip_file_.get()); in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/test/
H A Dtest.c389 err = mz_zip_goto_first_entry(zip_handle); in test_stream_mem()