Home
last modified time | relevance | path

Searched refs:mz_zip_entry_read_open (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.cc49 result = mz_zip_entry_read_open(zip_file, 0, in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/test/fuzz/
H A Dunzip_fuzzer.c69 err = mz_zip_entry_read_open(handle, 0, in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/
H A Dminizip_uncompress_fuzzer.cc49 result = mz_zip_entry_read_open(zip_file, 0, in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/
H A Dmz_zip.h103 int32_t mz_zip_entry_read_open(void *handle, uint8_t raw, const char *password);
H A Dmz_zip_rw.c407 err = mz_zip_entry_read_open(reader->zip_handle, reader->raw, password); in mz_zip_reader_entry_open()
1816 err = mz_zip_entry_read_open(reader_zip_handle, 1, NULL); in mz_zip_writer_copy_from_reader()
H A Dmz_compat.c536 err = mz_zip_entry_read_open(compat->handle, (uint8_t)raw, password); in unzOpenCurrentFile3()
H A Dmz_zip.c1749 int32_t mz_zip_entry_read_open(void *handle, uint8_t raw, const char *password) in mz_zip_entry_read_open() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/
H A Dmz_zip.h103 int32_t mz_zip_entry_read_open(void *handle, uint8_t raw, const char *password);
H A Dmz_zip_rw.c407 err = mz_zip_entry_read_open(reader->zip_handle, reader->raw, password); in mz_zip_reader_entry_open()
1816 err = mz_zip_entry_read_open(reader_zip_handle, 1, NULL); in mz_zip_writer_copy_from_reader()
H A Dmz_compat.c536 err = mz_zip_entry_read_open(compat->handle, (uint8_t)raw, password); in unzOpenCurrentFile3()
H A Dmz_zip.c1749 int32_t mz_zip_entry_read_open(void *handle, uint8_t raw, const char *password) in mz_zip_entry_read_open() function
/dports/audio/spectmorph/spectmorph-0.5.2/3rdparty/minizip/
H A Dmz_zip.h103 int32_t mz_zip_entry_read_open(void *handle, uint8_t raw, const char *password);
H A Dmz_zip_rw.c409 err = mz_zip_entry_read_open(reader->zip_handle, reader->raw, password);
1818 err = mz_zip_entry_read_open(reader_zip_handle, 1, NULL);
H A Dmz_zip.c1749 int32_t mz_zip_entry_read_open(void *handle, uint8_t raw, const char *password) in mz_zip_entry_read_open() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/zip_archiver/cpp/
H A Dvolume_archive_minizip.cc397 open_result = mz_zip_entry_read_open( in SeekHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/test/
H A Dtest.c391 err = mz_zip_entry_read_open(zip_handle, 0, password); in test_stream_mem()