From c347545d0e344f3b521b2cab20241d35b2ad711a Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Sun, 11 Jan 2026 19:59:58 +0300 Subject: [PATCH] Major refactoring to multi-platform code --- .gitignore | 4 +- cmake/FetchDependencies.cmake | 43 + CMakeLists.txt => cmake/ThirdParty.cmake | 298 +- proj-android/app/jni/CMakeLists.txt | 53 +- proj-android/app/jni/src/CMakeLists.txt | 6 +- proj-web/CMakeLists.txt | 74 +- proj-web/README.md | 2 +- proj-web/{thirdparty => ninja}/ninja.exe | Bin .../thirdparty/libzip-1.11.3/.clang-format | 12 - .../.github/ISSUE_TEMPLATE/bug-report.md | 32 - .../.github/ISSUE_TEMPLATE/compile-error.md | 25 - .../.github/ISSUE_TEMPLATE/feature-request.md | 22 - .../.github/ISSUE_TEMPLATE/other.md | 10 - .../.github/workflows/CIFuzz.yml | 25 - .../libzip-1.11.3/.github/workflows/bsd.yml | 23 - .../libzip-1.11.3/.github/workflows/build.yml | 65 - .../.github/workflows/codeql-analysis.yml | 74 - .../.github/workflows/coverity.yml | 80 - .../thirdparty/libzip-1.11.3/API-CHANGES.md | 174 - proj-web/thirdparty/libzip-1.11.3/AUTHORS | 2 - .../thirdparty/libzip-1.11.3/CMakeLists.txt | 499 - proj-web/thirdparty/libzip-1.11.3/INSTALL.md | 71 - proj-web/thirdparty/libzip-1.11.3/LICENSE | 31 - proj-web/thirdparty/libzip-1.11.3/NEWS.md | 354 - proj-web/thirdparty/libzip-1.11.3/README.md | 35 - proj-web/thirdparty/libzip-1.11.3/SECURITY.md | 13 - proj-web/thirdparty/libzip-1.11.3/THANKS | 173 - proj-web/thirdparty/libzip-1.11.3/TODO.md | 189 - .../thirdparty/libzip-1.11.3/android/do.sh | 63 - .../libzip-1.11.3/android/docker/Dockerfile | 122 - .../libzip-1.11.3/android/readme.txt | 13 - .../thirdparty/libzip-1.11.3/appveyor.yml | 92 - .../cmake-compat/CMakePushCheckState.cmake | 91 - .../cmake-compat/CheckLibraryExists.cmake | 102 - .../cmake-compat/CheckSymbolExists.cmake | 169 - .../cmake-compat/FindBZip2.cmake | 104 - .../cmake-compat/FindGnuTLS.cmake | 82 - .../cmake-compat/FindLibLZMA.cmake | 124 - .../FindPackageHandleStandardArgs.cmake | 453 - .../cmake-compat/FindPackageMessage.cmake | 48 - .../SelectLibraryConfigurations.cmake | 80 - .../thirdparty/libzip-1.11.3/cmake/Dist.cmake | 83 - .../libzip-1.11.3/cmake/FindMbedTLS.cmake | 141 - .../libzip-1.11.3/cmake/FindNettle.cmake | 141 - .../libzip-1.11.3/cmake/Findzstd.cmake | 186 - .../cmake/GenerateZipErrorStrings.cmake | 47 - proj-web/thirdparty/libzip-1.11.3/config.h.in | 75 - .../libzip-1.11.3/examples/CMakeLists.txt | 5 - .../examples/add-compressed-data.c | 171 - .../examples/autoclose-archive.c | 160 - .../examples/cmake-project/CMakeLists.txt | 10 - .../examples/cmake-project/cmake-example.c | 39 - .../libzip-1.11.3/examples/in-memory.c | 217 - .../libzip-1.11.3/examples/windows-open.c | 60 - .../libzip-1.11.3/lib/CMakeLists.txt | 211 - .../thirdparty/libzip-1.11.3/lib/compat.h | 269 - proj-web/thirdparty/libzip-1.11.3/lib/zip.h | 528 - .../thirdparty/libzip-1.11.3/lib/zip_add.c | 49 - .../libzip-1.11.3/lib/zip_add_dir.c | 44 - .../libzip-1.11.3/lib/zip_add_entry.c | 80 - .../libzip-1.11.3/lib/zip_algorithm_bzip2.c | 293 - .../libzip-1.11.3/lib/zip_algorithm_deflate.c | 276 - .../libzip-1.11.3/lib/zip_algorithm_xz.c | 408 - .../libzip-1.11.3/lib/zip_algorithm_zstd.c | 298 - .../thirdparty/libzip-1.11.3/lib/zip_buffer.c | 336 - .../thirdparty/libzip-1.11.3/lib/zip_close.c | 791 -- .../thirdparty/libzip-1.11.3/lib/zip_crypto.h | 54 - .../lib/zip_crypto_commoncrypto.c | 110 - .../lib/zip_crypto_commoncrypto.h | 53 - .../libzip-1.11.3/lib/zip_crypto_gnutls.c | 134 - .../libzip-1.11.3/lib/zip_crypto_gnutls.h | 68 - .../libzip-1.11.3/lib/zip_crypto_mbedtls.c | 171 - .../libzip-1.11.3/lib/zip_crypto_mbedtls.h | 56 - .../libzip-1.11.3/lib/zip_crypto_openssl.c | 230 - .../libzip-1.11.3/lib/zip_crypto_openssl.h | 73 - .../libzip-1.11.3/lib/zip_crypto_win.c | 492 - .../libzip-1.11.3/lib/zip_crypto_win.h | 53 - .../thirdparty/libzip-1.11.3/lib/zip_delete.c | 68 - .../libzip-1.11.3/lib/zip_dir_add.c | 92 - .../thirdparty/libzip-1.11.3/lib/zip_dirent.c | 1320 --- .../libzip-1.11.3/lib/zip_discard.c | 80 - .../thirdparty/libzip-1.11.3/lib/zip_entry.c | 51 - .../thirdparty/libzip-1.11.3/lib/zip_error.c | 156 - .../libzip-1.11.3/lib/zip_error_clear.c | 44 - .../libzip-1.11.3/lib/zip_error_get.c | 54 - .../lib/zip_error_get_sys_type.c | 45 - .../libzip-1.11.3/lib/zip_error_strerror.c | 140 - .../libzip-1.11.3/lib/zip_error_to_str.c | 58 - .../libzip-1.11.3/lib/zip_extra_field.c | 427 - .../libzip-1.11.3/lib/zip_extra_field_api.c | 363 - .../thirdparty/libzip-1.11.3/lib/zip_fclose.c | 54 - .../thirdparty/libzip-1.11.3/lib/zip_fdopen.c | 91 - .../libzip-1.11.3/lib/zip_file_add.c | 52 - .../libzip-1.11.3/lib/zip_file_error_clear.c | 44 - .../libzip-1.11.3/lib/zip_file_error_get.c | 41 - .../libzip-1.11.3/lib/zip_file_get_comment.c | 55 - .../lib/zip_file_get_external_attributes.c | 50 - .../libzip-1.11.3/lib/zip_file_get_offset.c | 117 - .../libzip-1.11.3/lib/zip_file_rename.c | 67 - .../libzip-1.11.3/lib/zip_file_replace.c | 111 - .../libzip-1.11.3/lib/zip_file_set_comment.c | 105 - .../lib/zip_file_set_encryption.c | 120 - .../lib/zip_file_set_external_attributes.c | 86 - .../libzip-1.11.3/lib/zip_file_set_mtime.c | 93 - .../libzip-1.11.3/lib/zip_file_strerror.c | 41 - .../thirdparty/libzip-1.11.3/lib/zip_fopen.c | 46 - .../libzip-1.11.3/lib/zip_fopen_encrypted.c | 46 - .../libzip-1.11.3/lib/zip_fopen_index.c | 41 - .../lib/zip_fopen_index_encrypted.c | 85 - .../thirdparty/libzip-1.11.3/lib/zip_fread.c | 65 - .../thirdparty/libzip-1.11.3/lib/zip_fseek.c | 63 - .../thirdparty/libzip-1.11.3/lib/zip_ftell.c | 56 - .../lib/zip_get_archive_comment.c | 58 - .../libzip-1.11.3/lib/zip_get_archive_flag.c | 45 - .../lib/zip_get_encryption_implementation.c | 62 - .../libzip-1.11.3/lib/zip_get_file_comment.c | 50 - .../libzip-1.11.3/lib/zip_get_name.c | 58 - .../libzip-1.11.3/lib/zip_get_num_entries.c | 52 - .../libzip-1.11.3/lib/zip_get_num_files.c | 51 - .../thirdparty/libzip-1.11.3/lib/zip_hash.c | 410 - .../libzip-1.11.3/lib/zip_io_util.c | 146 - .../libzip-1.11.3/lib/zip_libzip_version.c | 41 - .../thirdparty/libzip-1.11.3/lib/zip_memdup.c | 56 - .../libzip-1.11.3/lib/zip_name_locate.c | 116 - .../thirdparty/libzip-1.11.3/lib/zip_new.c | 74 - .../thirdparty/libzip-1.11.3/lib/zip_open.c | 1022 -- .../thirdparty/libzip-1.11.3/lib/zip_pkware.c | 112 - .../libzip-1.11.3/lib/zip_progress.c | 293 - .../libzip-1.11.3/lib/zip_random_unix.c | 110 - .../libzip-1.11.3/lib/zip_random_uwp.c | 82 - .../libzip-1.11.3/lib/zip_random_win32.c | 82 - .../thirdparty/libzip-1.11.3/lib/zip_rename.c | 42 - .../libzip-1.11.3/lib/zip_replace.c | 42 - .../lib/zip_set_archive_comment.c | 84 - .../libzip-1.11.3/lib/zip_set_archive_flag.c | 76 - .../lib/zip_set_default_password.c | 58 - .../libzip-1.11.3/lib/zip_set_file_comment.c | 46 - .../lib/zip_set_file_compression.c | 95 - .../libzip-1.11.3/lib/zip_set_name.c | 157 - .../lib/zip_source_accept_empty.c | 52 - .../lib/zip_source_begin_write.c | 57 - .../lib/zip_source_begin_write_cloning.c | 57 - .../libzip-1.11.3/lib/zip_source_buffer.c | 644 -- .../libzip-1.11.3/lib/zip_source_call.c | 68 - .../libzip-1.11.3/lib/zip_source_close.c | 57 - .../lib/zip_source_commit_write.c | 68 - .../libzip-1.11.3/lib/zip_source_compress.c | 411 - .../libzip-1.11.3/lib/zip_source_crc.c | 203 - .../libzip-1.11.3/lib/zip_source_error.c | 46 - .../libzip-1.11.3/lib/zip_source_file.h | 95 - .../lib/zip_source_file_common.c | 388 - .../libzip-1.11.3/lib/zip_source_file_stdio.c | 179 - .../libzip-1.11.3/lib/zip_source_file_stdio.h | 45 - .../lib/zip_source_file_stdio_named.c | 392 - .../libzip-1.11.3/lib/zip_source_file_win32.c | 234 - .../libzip-1.11.3/lib/zip_source_file_win32.h | 77 - .../lib/zip_source_file_win32_ansi.c | 132 - .../lib/zip_source_file_win32_named.c | 283 - .../lib/zip_source_file_win32_utf16.c | 152 - .../lib/zip_source_file_win32_utf8.c | 73 - .../libzip-1.11.3/lib/zip_source_free.c | 71 - .../libzip-1.11.3/lib/zip_source_function.c | 99 - .../lib/zip_source_get_dostime.c | 72 - .../lib/zip_source_get_file_attributes.c | 107 - .../libzip-1.11.3/lib/zip_source_is_deleted.c | 41 - .../libzip-1.11.3/lib/zip_source_layered.c | 75 - .../libzip-1.11.3/lib/zip_source_open.c | 76 - .../lib/zip_source_pass_to_lower_layer.c | 78 - .../lib/zip_source_pkware_decode.c | 218 - .../lib/zip_source_pkware_encode.c | 264 - .../libzip-1.11.3/lib/zip_source_read.c | 96 - .../libzip-1.11.3/lib/zip_source_remove.c | 65 - .../lib/zip_source_rollback_write.c | 50 - .../libzip-1.11.3/lib/zip_source_seek.c | 95 - .../libzip-1.11.3/lib/zip_source_seek_write.c | 56 - .../libzip-1.11.3/lib/zip_source_stat.c | 66 - .../libzip-1.11.3/lib/zip_source_supports.c | 74 - .../libzip-1.11.3/lib/zip_source_tell.c | 57 - .../libzip-1.11.3/lib/zip_source_tell_write.c | 51 - .../libzip-1.11.3/lib/zip_source_window.c | 379 - .../lib/zip_source_winzip_aes_decode.c | 265 - .../lib/zip_source_winzip_aes_encode.c | 253 - .../libzip-1.11.3/lib/zip_source_write.c | 46 - .../libzip-1.11.3/lib/zip_source_zip.c | 63 - .../libzip-1.11.3/lib/zip_source_zip_new.c | 313 - .../thirdparty/libzip-1.11.3/lib/zip_stat.c | 46 - .../libzip-1.11.3/lib/zip_stat_index.c | 115 - .../libzip-1.11.3/lib/zip_stat_init.c | 83 - .../libzip-1.11.3/lib/zip_strerror.c | 41 - .../thirdparty/libzip-1.11.3/lib/zip_string.c | 194 - .../libzip-1.11.3/lib/zip_unchange.c | 98 - .../libzip-1.11.3/lib/zip_unchange_all.c | 54 - .../libzip-1.11.3/lib/zip_unchange_archive.c | 51 - .../libzip-1.11.3/lib/zip_unchange_data.c | 53 - .../thirdparty/libzip-1.11.3/lib/zip_utf-8.c | 284 - .../libzip-1.11.3/lib/zip_winzip_aes.c | 162 - .../thirdparty/libzip-1.11.3/lib/zipint.h | 683 -- .../libzip-1.11.3/libzip-config.cmake.in | 45 - .../thirdparty/libzip-1.11.3/libzip.pc.in | 14 - .../libzip-1.11.3/man/CMakeLists.txt | 169 - .../man/ZIP_SOURCE_GET_ARGS.html | 0 .../libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.man | 83 - .../man/ZIP_SOURCE_GET_ARGS.mdoc | 79 - .../thirdparty/libzip-1.11.3/man/handle_links | 74 - .../thirdparty/libzip-1.11.3/man/libzip.html | 0 .../thirdparty/libzip-1.11.3/man/libzip.man | 364 - .../thirdparty/libzip-1.11.3/man/libzip.mdoc | 299 - proj-web/thirdparty/libzip-1.11.3/man/links | 27 - .../libzip-1.11.3/man/update-html.cmake | 12 - .../libzip-1.11.3/man/update-man.cmake | 7 - .../thirdparty/libzip-1.11.3/man/zip_add.html | 0 .../thirdparty/libzip-1.11.3/man/zip_add.man | 106 - .../thirdparty/libzip-1.11.3/man/zip_add.mdoc | 96 - .../libzip-1.11.3/man/zip_add_dir.html | 0 .../libzip-1.11.3/man/zip_add_dir.man | 74 - .../libzip-1.11.3/man/zip_add_dir.mdoc | 69 - .../libzip-1.11.3/man/zip_close.html | 0 .../libzip-1.11.3/man/zip_close.man | 153 - .../libzip-1.11.3/man/zip_close.mdoc | 136 - .../man/zip_compression_method_supported.html | 0 .../man/zip_compression_method_supported.man | 70 - .../man/zip_compression_method_supported.mdoc | 65 - .../libzip-1.11.3/man/zip_delete.html | 0 .../libzip-1.11.3/man/zip_delete.man | 84 - .../libzip-1.11.3/man/zip_delete.mdoc | 80 - .../libzip-1.11.3/man/zip_dir_add.html | 0 .../libzip-1.11.3/man/zip_dir_add.man | 116 - .../libzip-1.11.3/man/zip_dir_add.mdoc | 109 - .../libzip-1.11.3/man/zip_discard.html | 0 .../libzip-1.11.3/man/zip_discard.man | 66 - .../libzip-1.11.3/man/zip_discard.mdoc | 61 - .../man/zip_encryption_method_supported.html | 0 .../man/zip_encryption_method_supported.man | 70 - .../man/zip_encryption_method_supported.mdoc | 65 - .../libzip-1.11.3/man/zip_error_clear.html | 0 .../libzip-1.11.3/man/zip_error_clear.man | 79 - .../libzip-1.11.3/man/zip_error_clear.mdoc | 69 - .../man/zip_error_code_system.html | 0 .../man/zip_error_code_system.man | 68 - .../man/zip_error_code_system.mdoc | 63 - .../libzip-1.11.3/man/zip_error_code_zip.html | 0 .../libzip-1.11.3/man/zip_error_code_zip.man | 65 - .../libzip-1.11.3/man/zip_error_code_zip.mdoc | 60 - .../libzip-1.11.3/man/zip_error_fini.html | 0 .../libzip-1.11.3/man/zip_error_fini.man | 65 - .../libzip-1.11.3/man/zip_error_fini.mdoc | 60 - .../libzip-1.11.3/man/zip_error_get.html | 0 .../libzip-1.11.3/man/zip_error_get.man | 139 - .../libzip-1.11.3/man/zip_error_get.mdoc | 117 - .../man/zip_error_get_sys_type.html | 0 .../man/zip_error_get_sys_type.man | 88 - .../man/zip_error_get_sys_type.mdoc | 77 - .../libzip-1.11.3/man/zip_error_init.html | 0 .../libzip-1.11.3/man/zip_error_init.man | 85 - .../libzip-1.11.3/man/zip_error_init.mdoc | 76 - .../libzip-1.11.3/man/zip_error_set.html | 0 .../libzip-1.11.3/man/zip_error_set.man | 75 - .../libzip-1.11.3/man/zip_error_set.mdoc | 70 - .../man/zip_error_set_from_source.html | 0 .../man/zip_error_set_from_source.man | 74 - .../man/zip_error_set_from_source.mdoc | 69 - .../libzip-1.11.3/man/zip_error_strerror.html | 0 .../libzip-1.11.3/man/zip_error_strerror.man | 72 - .../libzip-1.11.3/man/zip_error_strerror.mdoc | 67 - .../man/zip_error_system_type.html | 0 .../man/zip_error_system_type.man | 83 - .../man/zip_error_system_type.mdoc | 77 - .../libzip-1.11.3/man/zip_error_to_data.html | 0 .../libzip-1.11.3/man/zip_error_to_data.man | 74 - .../libzip-1.11.3/man/zip_error_to_data.mdoc | 69 - .../libzip-1.11.3/man/zip_error_to_str.html | 0 .../libzip-1.11.3/man/zip_error_to_str.man | 99 - .../libzip-1.11.3/man/zip_error_to_str.mdoc | 88 - .../libzip-1.11.3/man/zip_errors.html | 0 .../libzip-1.11.3/man/zip_errors.man | 160 - .../libzip-1.11.3/man/zip_errors.mdoc | 125 - .../libzip-1.11.3/man/zip_fclose.html | 0 .../libzip-1.11.3/man/zip_fclose.man | 70 - .../libzip-1.11.3/man/zip_fclose.mdoc | 65 - .../libzip-1.11.3/man/zip_fdopen.html | 0 .../libzip-1.11.3/man/zip_fdopen.man | 162 - .../libzip-1.11.3/man/zip_fdopen.mdoc | 149 - .../libzip-1.11.3/man/zip_file_add.html | 0 .../libzip-1.11.3/man/zip_file_add.man | 194 - .../libzip-1.11.3/man/zip_file_add.mdoc | 175 - .../man/zip_file_attributes_init.html | 0 .../man/zip_file_attributes_init.man | 66 - .../man/zip_file_attributes_init.mdoc | 61 - .../man/zip_file_extra_field_delete.html | 0 .../man/zip_file_extra_field_delete.man | 141 - .../man/zip_file_extra_field_delete.mdoc | 130 - .../man/zip_file_extra_field_get.html | 0 .../man/zip_file_extra_field_get.man | 169 - .../man/zip_file_extra_field_get.mdoc | 157 - .../man/zip_file_extra_field_set.html | 0 .../man/zip_file_extra_field_set.man | 123 - .../man/zip_file_extra_field_set.mdoc | 115 - .../man/zip_file_extra_fields_count.html | 0 .../man/zip_file_extra_fields_count.man | 124 - .../man/zip_file_extra_fields_count.mdoc | 113 - .../man/zip_file_get_comment.html | 0 .../man/zip_file_get_comment.man | 126 - .../man/zip_file_get_comment.mdoc | 119 - .../libzip-1.11.3/man/zip_file_get_error.html | 0 .../libzip-1.11.3/man/zip_file_get_error.man | 62 - .../libzip-1.11.3/man/zip_file_get_error.mdoc | 57 - .../man/zip_file_get_external_attributes.html | 0 .../man/zip_file_get_external_attributes.man | 174 - .../man/zip_file_get_external_attributes.mdoc | 165 - .../libzip-1.11.3/man/zip_file_rename.html | 0 .../libzip-1.11.3/man/zip_file_rename.man | 111 - .../libzip-1.11.3/man/zip_file_rename.mdoc | 104 - .../man/zip_file_set_comment.html | 0 .../man/zip_file_set_comment.man | 123 - .../man/zip_file_set_comment.mdoc | 116 - .../man/zip_file_set_encryption.html | 0 .../man/zip_file_set_encryption.man | 132 - .../man/zip_file_set_encryption.mdoc | 121 - .../man/zip_file_set_external_attributes.html | 0 .../man/zip_file_set_external_attributes.man | 95 - .../man/zip_file_set_external_attributes.mdoc | 89 - .../libzip-1.11.3/man/zip_file_set_mtime.html | 0 .../libzip-1.11.3/man/zip_file_set_mtime.man | 145 - .../libzip-1.11.3/man/zip_file_set_mtime.mdoc | 126 - .../libzip-1.11.3/man/zip_file_strerror.html | 0 .../libzip-1.11.3/man/zip_file_strerror.man | 95 - .../libzip-1.11.3/man/zip_file_strerror.mdoc | 85 - .../libzip-1.11.3/man/zip_fopen.html | 0 .../libzip-1.11.3/man/zip_fopen.man | 167 - .../libzip-1.11.3/man/zip_fopen.mdoc | 148 - .../man/zip_fopen_encrypted.html | 0 .../libzip-1.11.3/man/zip_fopen_encrypted.man | 144 - .../man/zip_fopen_encrypted.mdoc | 135 - .../libzip-1.11.3/man/zip_fread.html | 0 .../libzip-1.11.3/man/zip_fread.man | 90 - .../libzip-1.11.3/man/zip_fread.mdoc | 85 - .../libzip-1.11.3/man/zip_fseek.html | 0 .../libzip-1.11.3/man/zip_fseek.man | 99 - .../libzip-1.11.3/man/zip_fseek.mdoc | 89 - .../libzip-1.11.3/man/zip_ftell.html | 0 .../libzip-1.11.3/man/zip_ftell.man | 72 - .../libzip-1.11.3/man/zip_ftell.mdoc | 67 - .../man/zip_get_archive_comment.html | 0 .../man/zip_get_archive_comment.man | 115 - .../man/zip_get_archive_comment.mdoc | 112 - .../man/zip_get_archive_flag.html | 0 .../man/zip_get_archive_flag.man | 117 - .../man/zip_get_archive_flag.mdoc | 110 - .../libzip-1.11.3/man/zip_get_error.html | 0 .../libzip-1.11.3/man/zip_get_error.man | 65 - .../libzip-1.11.3/man/zip_get_error.mdoc | 60 - .../man/zip_get_file_comment.html | 0 .../man/zip_get_file_comment.man | 78 - .../man/zip_get_file_comment.mdoc | 73 - .../libzip-1.11.3/man/zip_get_name.html | 0 .../libzip-1.11.3/man/zip_get_name.man | 141 - .../libzip-1.11.3/man/zip_get_name.mdoc | 132 - .../man/zip_get_num_entries.html | 0 .../libzip-1.11.3/man/zip_get_num_entries.man | 93 - .../man/zip_get_num_entries.mdoc | 88 - .../libzip-1.11.3/man/zip_get_num_files.html | 0 .../libzip-1.11.3/man/zip_get_num_files.man | 80 - .../libzip-1.11.3/man/zip_get_num_files.mdoc | 75 - .../libzip-1.11.3/man/zip_libzip_version.html | 0 .../libzip-1.11.3/man/zip_libzip_version.man | 71 - .../libzip-1.11.3/man/zip_libzip_version.mdoc | 66 - .../libzip-1.11.3/man/zip_name_locate.html | 0 .../libzip-1.11.3/man/zip_name_locate.man | 161 - .../libzip-1.11.3/man/zip_name_locate.mdoc | 148 - .../libzip-1.11.3/man/zip_open.html | 0 .../thirdparty/libzip-1.11.3/man/zip_open.man | 220 - .../libzip-1.11.3/man/zip_open.mdoc | 192 - ...p_register_cancel_callback_with_state.html | 0 ...ip_register_cancel_callback_with_state.man | 90 - ...p_register_cancel_callback_with_state.mdoc | 84 - .../man/zip_register_progress_callback.html | 0 .../man/zip_register_progress_callback.man | 83 - .../man/zip_register_progress_callback.mdoc | 77 - ...register_progress_callback_with_state.html | 0 ..._register_progress_callback_with_state.man | 93 - ...register_progress_callback_with_state.mdoc | 87 - .../libzip-1.11.3/man/zip_rename.html | 0 .../libzip-1.11.3/man/zip_rename.man | 75 - .../libzip-1.11.3/man/zip_rename.mdoc | 70 - .../man/zip_set_archive_comment.html | 0 .../man/zip_set_archive_comment.man | 98 - .../man/zip_set_archive_comment.mdoc | 93 - .../man/zip_set_archive_flag.html | 0 .../man/zip_set_archive_flag.man | 96 - .../man/zip_set_archive_flag.mdoc | 90 - .../man/zip_set_default_password.html | 0 .../man/zip_set_default_password.man | 94 - .../man/zip_set_default_password.mdoc | 90 - .../man/zip_set_file_comment.html | 0 .../man/zip_set_file_comment.man | 84 - .../man/zip_set_file_comment.mdoc | 79 - .../man/zip_set_file_compression.html | 0 .../man/zip_set_file_compression.man | 156 - .../man/zip_set_file_compression.mdoc | 146 - .../libzip-1.11.3/man/zip_source.html | 0 .../libzip-1.11.3/man/zip_source.man | 91 - .../libzip-1.11.3/man/zip_source.mdoc | 90 - .../man/zip_source_begin_write.html | 0 .../man/zip_source_begin_write.man | 99 - .../man/zip_source_begin_write.mdoc | 89 - .../libzip-1.11.3/man/zip_source_buffer.html | 0 .../libzip-1.11.3/man/zip_source_buffer.man | 112 - .../libzip-1.11.3/man/zip_source_buffer.mdoc | 102 - .../man/zip_source_buffer_fragment.html | 0 .../man/zip_source_buffer_fragment.man | 125 - .../man/zip_source_buffer_fragment.mdoc | 112 - .../libzip-1.11.3/man/zip_source_close.html | 0 .../libzip-1.11.3/man/zip_source_close.man | 72 - .../libzip-1.11.3/man/zip_source_close.mdoc | 67 - .../man/zip_source_commit_write.html | 0 .../man/zip_source_commit_write.man | 75 - .../man/zip_source_commit_write.mdoc | 70 - .../libzip-1.11.3/man/zip_source_error.html | 0 .../libzip-1.11.3/man/zip_source_error.man | 65 - .../libzip-1.11.3/man/zip_source_error.mdoc | 60 - .../libzip-1.11.3/man/zip_source_file.html | 0 .../libzip-1.11.3/man/zip_source_file.man | 158 - .../libzip-1.11.3/man/zip_source_file.mdoc | 147 - .../libzip-1.11.3/man/zip_source_filep.html | 0 .../libzip-1.11.3/man/zip_source_filep.man | 122 - .../libzip-1.11.3/man/zip_source_filep.mdoc | 112 - .../libzip-1.11.3/man/zip_source_free.html | 0 .../libzip-1.11.3/man/zip_source_free.man | 81 - .../libzip-1.11.3/man/zip_source_free.mdoc | 76 - .../man/zip_source_function.html | 0 .../libzip-1.11.3/man/zip_source_function.man | 429 - .../man/zip_source_function.mdoc | 415 - .../man/zip_source_is_deleted.html | 0 .../man/zip_source_is_deleted.man | 67 - .../man/zip_source_is_deleted.mdoc | 62 - .../man/zip_source_is_seekable.html | 0 .../man/zip_source_is_seekable.man | 70 - .../man/zip_source_is_seekable.mdoc | 65 - .../libzip-1.11.3/man/zip_source_keep.html | 0 .../libzip-1.11.3/man/zip_source_keep.man | 65 - .../libzip-1.11.3/man/zip_source_keep.mdoc | 60 - .../libzip-1.11.3/man/zip_source_layered.html | 0 .../libzip-1.11.3/man/zip_source_layered.man | 173 - .../libzip-1.11.3/man/zip_source_layered.mdoc | 166 - .../man/zip_source_make_command_bitmap.html | 0 .../man/zip_source_make_command_bitmap.man | 67 - .../man/zip_source_make_command_bitmap.mdoc | 62 - .../libzip-1.11.3/man/zip_source_open.html | 0 .../libzip-1.11.3/man/zip_source_open.man | 75 - .../libzip-1.11.3/man/zip_source_open.mdoc | 70 - .../man/zip_source_pass_to_lower_layer.mdoc | 64 - .../libzip-1.11.3/man/zip_source_read.html | 0 .../libzip-1.11.3/man/zip_source_read.man | 85 - .../libzip-1.11.3/man/zip_source_read.mdoc | 80 - .../man/zip_source_rollback_write.html | 0 .../man/zip_source_rollback_write.man | 73 - .../man/zip_source_rollback_write.mdoc | 68 - .../libzip-1.11.3/man/zip_source_seek.html | 0 .../libzip-1.11.3/man/zip_source_seek.man | 90 - .../libzip-1.11.3/man/zip_source_seek.mdoc | 82 - .../man/zip_source_seek_compute_offset.html | 0 .../man/zip_source_seek_compute_offset.man | 85 - .../man/zip_source_seek_compute_offset.mdoc | 81 - .../man/zip_source_seek_write.html | 0 .../man/zip_source_seek_write.man | 92 - .../man/zip_source_seek_write.mdoc | 84 - .../libzip-1.11.3/man/zip_source_stat.html | 0 .../libzip-1.11.3/man/zip_source_stat.man | 144 - .../libzip-1.11.3/man/zip_source_stat.mdoc | 125 - .../libzip-1.11.3/man/zip_source_tell.html | 0 .../libzip-1.11.3/man/zip_source_tell.man | 79 - .../libzip-1.11.3/man/zip_source_tell.mdoc | 74 - .../man/zip_source_tell_write.html | 0 .../man/zip_source_tell_write.man | 82 - .../man/zip_source_tell_write.mdoc | 77 - .../libzip-1.11.3/man/zip_source_win32a.html | 0 .../libzip-1.11.3/man/zip_source_win32a.man | 132 - .../libzip-1.11.3/man/zip_source_win32a.mdoc | 121 - .../man/zip_source_win32handle.html | 0 .../man/zip_source_win32handle.man | 120 - .../man/zip_source_win32handle.mdoc | 110 - .../libzip-1.11.3/man/zip_source_win32w.html | 0 .../libzip-1.11.3/man/zip_source_win32w.man | 130 - .../libzip-1.11.3/man/zip_source_win32w.mdoc | 119 - .../man/zip_source_window_create.html | 0 .../man/zip_source_window_create.man | 103 - .../man/zip_source_window_create.mdoc | 98 - .../libzip-1.11.3/man/zip_source_write.html | 0 .../libzip-1.11.3/man/zip_source_write.man | 85 - .../libzip-1.11.3/man/zip_source_write.mdoc | 80 - .../libzip-1.11.3/man/zip_source_zip.html | 0 .../libzip-1.11.3/man/zip_source_zip.man | 159 - .../libzip-1.11.3/man/zip_source_zip.mdoc | 144 - .../man/zip_source_zip_file.html | 0 .../libzip-1.11.3/man/zip_source_zip_file.man | 159 - .../man/zip_source_zip_file.mdoc | 144 - .../libzip-1.11.3/man/zip_stat.html | 0 .../thirdparty/libzip-1.11.3/man/zip_stat.man | 203 - .../libzip-1.11.3/man/zip_stat.mdoc | 179 - .../libzip-1.11.3/man/zip_stat_init.html | 0 .../libzip-1.11.3/man/zip_stat_init.man | 81 - .../libzip-1.11.3/man/zip_stat_init.mdoc | 76 - .../libzip-1.11.3/man/zip_unchange.html | 0 .../libzip-1.11.3/man/zip_unchange.man | 86 - .../libzip-1.11.3/man/zip_unchange.mdoc | 81 - .../libzip-1.11.3/man/zip_unchange_all.html | 0 .../libzip-1.11.3/man/zip_unchange_all.man | 69 - .../libzip-1.11.3/man/zip_unchange_all.mdoc | 64 - .../man/zip_unchange_archive.html | 0 .../man/zip_unchange_archive.man | 69 - .../man/zip_unchange_archive.mdoc | 64 - .../thirdparty/libzip-1.11.3/man/zipcmp.html | 0 .../thirdparty/libzip-1.11.3/man/zipcmp.man | 108 - .../thirdparty/libzip-1.11.3/man/zipcmp.mdoc | 99 - .../libzip-1.11.3/man/zipmerge.html | 0 .../thirdparty/libzip-1.11.3/man/zipmerge.man | 112 - .../libzip-1.11.3/man/zipmerge.mdoc | 105 - .../thirdparty/libzip-1.11.3/man/ziptool.html | 0 .../thirdparty/libzip-1.11.3/man/ziptool.man | 435 - .../thirdparty/libzip-1.11.3/man/ziptool.mdoc | 364 - .../libzip-1.11.3/ossfuzz/CMakeLists.txt | 17 - .../libzip-1.11.3/ossfuzz/fuzz_main.c | 58 - .../libzip-1.11.3/ossfuzz/ossfuzz.sh | 56 - .../ossfuzz/zip_read_file_fuzzer.c | 83 - .../libzip-1.11.3/ossfuzz/zip_read_fuzzer.c | 31 - .../ossfuzz/zip_read_fuzzer.dict | 6 - .../ossfuzz/zip_read_fuzzer_common.h | 73 - .../zip_write_encrypt_aes256_file_fuzzer.c | 61 - ...encrypt_aes256_file_fuzzer_seed_corpus.zip | Bin 6205 -> 0 bytes .../zip_write_encrypt_pkware_file_fuzzer.c | 61 - .../libzip-1.11.3/regress/CMakeLists.txt | 110 - .../libzip-1.11.3/regress/add_dir.test | 4 - .../regress/add_from_buffer.test | 4 - .../libzip-1.11.3/regress/add_from_file.test | 5 - .../regress/add_from_file_duplicate.test | 8 - .../add_from_file_twice_duplicate.test | 8 - .../regress/add_from_file_unchange.test | 4 - .../libzip-1.11.3/regress/add_from_filep.c | 96 - .../libzip-1.11.3/regress/add_from_filep.test | 6 - .../libzip-1.11.3/regress/add_from_stdin.test | 7 - .../regress/add_from_zip_closed.test | 7 - .../regress/add_from_zip_deflated.test | 5 - .../regress/add_from_zip_deflated2.test | 5 - .../add_from_zip_partial_deflated.test | 5 - .../regress/add_from_zip_partial_stored.test | 5 - .../regress/add_from_zip_stored.test | 5 - .../libzip-1.11.3/regress/add_stored.test | 4 - .../regress/add_stored_in_memory.test | 4 - .../libzip-1.11.3/regress/bigstored.zh | Bin 24632 -> 0 bytes .../libzip-1.11.3/regress/bigzero-zip.zip | Bin 10490 -> 0 bytes .../libzip-1.11.3/regress/bogus.zip | 1 - .../libzip-1.11.3/regress/broken.zip | Bin 75091 -> 0 bytes .../regress/buffer-fragment-read.test | 7 - .../regress/buffer-fragment-write.test | 4 - .../libzip-1.11.3/regress/can_clone_file.c | 127 - .../libzip-1.11.3/regress/cancel_45.test | 12 - .../libzip-1.11.3/regress/cancel_90.test | 14 - .../changing-size-decreases-fixed.test | 12 - .../regress/changing-size-decreases.test | 12 - .../changing-size-increases-fixed.test | 8 - .../changing-size-increases-unchecked.test | 8 - .../regress/changing-size-increases.test | 6 - .../regress/changing-size-muchl.zip | Bin 308 -> 0 bytes .../regress/changing-size-muchlo.zip | Bin 309 -> 0 bytes .../regress/changing-size-muchlonger.zip | Bin 314 -> 0 bytes .../libzip-1.11.3/regress/changing-size.zip | Bin 221 -> 0 bytes .../regress/check_torrentzip_fail.test | 7 - .../regress/check_torrentzip_modified.test | 7 - .../regress/check_torrentzip_success.test | 7 - .../libzip-1.11.3/regress/cleanup.cmake | 7 - .../regress/clone-buffer-add.test | 4 - .../regress/clone-buffer-delete.test | 4 - .../regress/clone-buffer-replace.test | 4 - .../libzip-1.11.3/regress/clone-fs-add.test | 5 - .../regress/clone-fs-delete.test | 5 - .../regress/clone-fs-replace.test | 5 - .../libzip-1.11.3/regress/cm-default.test | 5 - .../libzip-1.11.3/regress/cm-default.zip | Bin 8702 -> 0 bytes .../regress/convert_to_torrentzip.test | 4 - .../regress/convert_to_torrentzip_ef.test | 4 - .../libzip-1.11.3/regress/count_entries.test | 7 - .../regress/create_empty_keep.test | 4 - .../decrypt-correct-password-aes128.test | 8 - .../decrypt-correct-password-aes192.test | 8 - .../decrypt-correct-password-aes256.test | 8 - .../decrypt-correct-password-pkware-2.test | 11 - .../decrypt-correct-password-pkware.test | 7 - .../regress/decrypt-empty-file-pkware.test | 6 - .../regress/decrypt-no-password-aes256.test | 8 - .../decrypt-wrong-password-aes128.test | 8 - .../decrypt-wrong-password-aes192.test | 8 - .../decrypt-wrong-password-aes256.test | 8 - .../decrypt-wrong-password-pkware-2.test | 9 - .../decrypt-wrong-password-pkware.test | 7 - .../regress/delete_add_same.test | 5 - .../libzip-1.11.3/regress/delete_invalid.test | 7 - .../libzip-1.11.3/regress/delete_last.test | 4 - .../regress/delete_last_keep.test | 4 - .../regress/delete_multiple_last.test | 4 - .../regress/delete_multiple_partial.test | 4 - .../regress/delete_renamed_rename.test | 5 - .../libzip-1.11.3/regress/empty-pkware.zip | Bin 112 -> 0 bytes .../libzip-1.11.3/regress/encrypt-1234.zip | Bin 380 -> 0 bytes .../regress/encrypt-aes128-noentropy.zip | Bin 260 -> 0 bytes .../libzip-1.11.3/regress/encrypt-aes128.zip | Bin 260 -> 0 bytes .../regress/encrypt-aes192-noentropy.zip | Bin 264 -> 0 bytes .../libzip-1.11.3/regress/encrypt-aes192.zip | Bin 316 -> 0 bytes .../regress/encrypt-aes256-noentropy.zip | Bin 268 -> 0 bytes .../libzip-1.11.3/regress/encrypt-aes256.zip | Bin 320 -> 0 bytes .../libzip-1.11.3/regress/encrypt-none.zip | Bin 218 -> 0 bytes .../regress/encrypt-pkware-noentropy-2.zip | Bin 246 -> 0 bytes .../regress/encrypt-pkware-noentropy.zip | Bin 246 -> 0 bytes .../libzip-1.11.3/regress/encrypt.test | 25 - .../libzip-1.11.3/regress/encrypt.zip | Bin 306 -> 0 bytes .../regress/encrypt_plus_extra.zip | Bin 348 -> 0 bytes .../regress/encrypt_plus_extra_modified_c.zip | Bin 332 -> 0 bytes .../regress/encrypt_plus_extra_modified_l.zip | Bin 332 -> 0 bytes .../regress/encryption-nonrandom-aes128.test | 7 - .../regress/encryption-nonrandom-aes192.test | 7 - .../regress/encryption-nonrandom-aes256.test | 7 - .../encryption-nonrandom-pkware-2.test | 7 - .../regress/encryption-nonrandom-pkware.test | 7 - .../regress/encryption-remove.test | 5 - .../regress/encryption-stat.test | 25 - .../libzip-1.11.3/regress/extra_add.test | 9 - .../regress/extra_add_multiple.test | 10 - .../libzip-1.11.3/regress/extra_count.test | 12 - .../regress/extra_count_by_id.test | 24 - .../regress/extra_count_ignore_zip64.test | 9 - .../libzip-1.11.3/regress/extra_delete.test | 16 - .../regress/extra_delete_by_id.test | 8 - .../regress/extra_field_align.test | 35 - .../regress/extra_field_align_1-0.zip | Bin 110 -> 0 bytes .../regress/extra_field_align_1-ef_00.zip | Bin 123 -> 0 bytes .../regress/extra_field_align_1-ef_ff.zip | Bin 123 -> 0 bytes .../regress/extra_field_align_1-ff.zip | Bin 110 -> 0 bytes .../regress/extra_field_align_2-0.zip | Bin 110 -> 0 bytes .../regress/extra_field_align_2-ef_00.zip | Bin 123 -> 0 bytes .../regress/extra_field_align_2-ef_ff.zip | Bin 123 -> 0 bytes .../regress/extra_field_align_2-ff.zip | Bin 110 -> 0 bytes .../regress/extra_field_align_3-0.zip | Bin 110 -> 0 bytes .../regress/extra_field_align_3-ef_00.zip | Bin 123 -> 0 bytes .../regress/extra_field_align_3-ef_ff.zip | Bin 123 -> 0 bytes .../regress/extra_field_align_3-ff.zip | Bin 110 -> 0 bytes .../regress/extra_field_align_4-ff.zip | Bin 113 -> 0 bytes .../libzip-1.11.3/regress/extra_get.test | 13 - .../regress/extra_get_by_id.test | 13 - .../libzip-1.11.3/regress/extra_set.test | 16 - .../regress/extra_set_modify_c.test | 18 - .../regress/extra_set_modify_l.test | 18 - .../libzip-1.11.3/regress/fdopen_ok.test | 17 - .../regress/file_comment_encmismatch.test | 7 - .../regress/filename_duplicate.zip | Bin 206 -> 0 bytes .../regress/filename_duplicate_empty.zip | Bin 186 -> 0 bytes .../libzip-1.11.3/regress/filename_empty.zip | Bin 98 -> 0 bytes .../libzip-1.11.3/regress/fileorder.zip | Bin 204 -> 0 bytes .../regress/firstsecond-split-deflated.zip | Bin 219 -> 0 bytes .../regress/firstsecond-split-stored.zip | Bin 215 -> 0 bytes .../libzip-1.11.3/regress/firstsecond.zip | Bin 319 -> 0 bytes .../libzip-1.11.3/regress/foo-stored.zip | Bin 107 -> 0 bytes .../libzip-1.11.3/regress/fopen_multiple.test | 9 - .../regress/fopen_multiple_reopen.test | 9 - .../libzip-1.11.3/regress/fopen_unchanged.c | 90 - .../regress/fopen_unchanged.test | 7 - .../thirdparty/libzip-1.11.3/regress/fread.c | 212 - .../libzip-1.11.3/regress/fread.test | 5 - .../thirdparty/libzip-1.11.3/regress/fseek.c | 104 - .../libzip-1.11.3/regress/fseek_deflated.test | 8 - .../libzip-1.11.3/regress/fseek_fail.test | 8 - .../libzip-1.11.3/regress/fseek_ok.test | 8 - .../libzip-1.11.3/regress/gap-add.zip | Bin 451 -> 0 bytes .../libzip-1.11.3/regress/gap-delete.zip | Bin 250 -> 0 bytes .../libzip-1.11.3/regress/gap-replace.zip | Bin 351 -> 0 bytes .../thirdparty/libzip-1.11.3/regress/gap.zip | Bin 358 -> 0 bytes .../libzip-1.11.3/regress/get_comment.test | 16 - .../regress/get_comment_long.test | 7 - .../libzip-1.11.3/regress/hmac-error.test | 10 - .../libzip-1.11.3/regress/hmac-error.zip | Bin 208 -> 0 bytes .../thirdparty/libzip-1.11.3/regress/hole.c | 190 - .../regress/incons-archive-comment-longer.zip | Bin 153 -> 0 bytes .../incons-archive-comment-shorter.zip | Bin 203 -> 0 bytes .../libzip-1.11.3/regress/incons-cdoffset.zip | Bin 153 -> 0 bytes .../regress/incons-cdsize-large.zip | Bin 153 -> 0 bytes .../regress/incons-cdsize-small.zip | Bin 153 -> 0 bytes .../incons-central-compression-method.zip | Bin 153 -> 0 bytes ...ncons-central-compsize-larger-toolarge.zip | Bin 153 -> 0 bytes .../incons-central-compsize-larger.zip | Bin 153 -> 0 bytes .../incons-central-compsize-smaller.zip | Bin 173 -> 0 bytes .../regress/incons-central-crc.zip | Bin 153 -> 0 bytes .../regress/incons-central-date.zip | Bin 131 -> 0 bytes .../incons-central-file-comment-longer.zip | Bin 153 -> 0 bytes .../incons-central-file-comment-shorter.zip | Bin 258 -> 0 bytes ...incons-central-file-comment-utf8-ascii.zip | Bin 145 -> 0 bytes .../regress/incons-central-magic-bad.zip | Bin 153 -> 0 bytes .../regress/incons-central-magic-bad2.zip | Bin 153 -> 0 bytes .../regress/incons-central-size-larger.zip | Bin 153 -> 0 bytes .../libzip-1.11.3/regress/incons-data.zip | Bin 153 -> 0 bytes .../regress/incons-ef-central-size-wrong.zip | Bin 151 -> 0 bytes .../incons-ef-local-dupe-utf8comment.zip | Bin 140 -> 0 bytes .../regress/incons-ef-local-dupe-utf8name.zip | Bin 140 -> 0 bytes .../regress/incons-ef-local-dupe-zip64-v1.zip | Bin 218 -> 0 bytes .../regress/incons-ef-local-dupe-zip64-v2.zip | Bin 218 -> 0 bytes .../regress/incons-ef-local-id-size.zip | Bin 153 -> 0 bytes .../regress/incons-ef-local-id.zip | Bin 153 -> 0 bytes .../regress/incons-ef-local-size.zip | Bin 153 -> 0 bytes .../incons-ef-local-utf8name-ascii.zip | Bin 125 -> 0 bytes .../regress/incons-eocd-magic-bad.zip | Bin 153 -> 0 bytes .../libzip-1.11.3/regress/incons-eocd64.zip | Bin 198 -> 0 bytes .../regress/incons-file-count-high.zip | Bin 153 -> 0 bytes .../regress/incons-file-count-low.zip | Bin 304 -> 0 bytes .../regress/incons-file-count-overflow.zip | Bin 198 -> 0 bytes .../regress/incons-gap-before-cd.zip | Bin 110 -> 0 bytes .../regress/incons-gap-before-eocd.zip | Bin 111 -> 0 bytes .../regress/incons-gap-before-local.zip | Bin 202 -> 0 bytes .../incons-local-compression-method.zip | Bin 153 -> 0 bytes .../regress/incons-local-compsize-larger.zip | Bin 153 -> 0 bytes .../regress/incons-local-compsize-smaller.zip | Bin 173 -> 0 bytes .../regress/incons-local-crc.zip | Bin 153 -> 0 bytes .../regress/incons-local-filename-long.zip | Bin 153 -> 0 bytes .../regress/incons-local-filename-missing.zip | Bin 152 -> 0 bytes .../incons-local-filename-nil-byte.zip | Bin 110 -> 0 bytes .../regress/incons-local-filename-short.zip | Bin 153 -> 0 bytes .../regress/incons-local-filename.zip | Bin 153 -> 0 bytes .../regress/incons-local-magic-bad.zip | Bin 153 -> 0 bytes .../regress/incons-local-size-larger.zip | Bin 153 -> 0 bytes .../regress/incons-stored-size.zip | Bin 110 -> 0 bytes .../regress/incons-streamed-2.zip | Bin 120 -> 0 bytes .../libzip-1.11.3/regress/incons-streamed.zip | Bin 120 -> 0 bytes .../regress/incons-trailing-garbage.zip | Bin 193 -> 0 bytes .../libzip-1.11.3/regress/junk-at-end.zip | Bin 416 -> 0 bytes .../libzip-1.11.3/regress/junk-at-start.zip | Bin 416 -> 0 bytes .../libzip-1.11.3/regress/junk_at_end.test | 7 - .../libzip-1.11.3/regress/junk_at_start.test | 7 - .../regress/large-uncompressible | Bin 8200 -> 0 bytes .../libzip-1.11.3/regress/liboverride-test.c | 108 - .../libzip-1.11.3/regress/liboverride.c | 48 - .../libzip-1.11.3/regress/lzma-no-eos.zip | Bin 343 -> 0 bytes .../thirdparty/libzip-1.11.3/regress/malloc.c | 162 - .../libzip-1.11.3/regress/manyfiles-zip.zip | Bin 3434201 -> 0 bytes .../libzip-1.11.3/regress/mtime-default.zip | Bin 145 -> 0 bytes .../regress/mtime-dstpoint-deflated.zip | Bin 145 -> 0 bytes .../libzip-1.11.3/regress/mtime-dstpoint.test | 7 - .../libzip-1.11.3/regress/mtime-dstpoint.zip | Bin 188 -> 0 bytes .../regress/mtime-post-dstpoint-deflated.zip | Bin 145 -> 0 bytes .../regress/mtime-post-dstpoint.test | 5 - .../regress/mtime-post-dstpoint.zip | Bin 188 -> 0 bytes .../regress/mtime-pre-dstpoint-deflated.zip | Bin 145 -> 0 bytes .../regress/mtime-pre-dstpoint.test | 5 - .../regress/mtime-pre-dstpoint.zip | Bin 188 -> 0 bytes .../libzip-1.11.3/regress/multidisk.zip | Bin 122 -> 0 bytes .../regress/name_locate-cp437.test | 13 - .../regress/name_locate-utf8.test | 16 - .../libzip-1.11.3/regress/name_locate.test | 31 - .../libzip-1.11.3/regress/nihtest.conf.in | 14 - .../libzip-1.11.3/regress/nonrandomopen.c | 44 - .../libzip-1.11.3/regress/nonrandomopentest.c | 57 - .../regress/open_archive_comment_wrong.test | 10 - .../regress/open_cons_extrabytes.test | 11 - .../libzip-1.11.3/regress/open_empty.test | 8 - .../libzip-1.11.3/regress/open_empty_2.test | 11 - .../regress/open_extrabytes.test | 8 - .../regress/open_file_count.test | 15 - .../regress/open_filename_duplicate.test | 8 - .../open_filename_duplicate_consistency.test | 11 - .../open_filename_duplicate_empty.test | 8 - ..._filename_duplicate_empty_consistency.test | 11 - .../regress/open_filename_empty.test | 8 - .../libzip-1.11.3/regress/open_incons.test | 109 - .../libzip-1.11.3/regress/open_many_fail.test | 15 - .../libzip-1.11.3/regress/open_many_ok.test | 14 - .../libzip-1.11.3/regress/open_multidisk.test | 11 - .../regress/open_new_but_exists.test | 11 - .../libzip-1.11.3/regress/open_new_ok.test | 7 - .../regress/open_nonarchive.test | 11 - .../regress/open_nosuchfile.test | 10 - .../libzip-1.11.3/regress/open_ok.test | 8 - .../libzip-1.11.3/regress/open_too_short.test | 11 - .../libzip-1.11.3/regress/open_truncate.test | 8 - .../libzip-1.11.3/regress/open_truncated.test | 11 - .../libzip-1.11.3/regress/open_zip64_3mf.test | 8 - .../libzip-1.11.3/regress/open_zip64_ok.test | 8 - .../libzip-1.11.3/regress/preload.test | 4 - .../libzip-1.11.3/regress/progress.test | 12 - .../libzip-1.11.3/regress/read_incons.test | 9 - .../libzip-1.11.3/regress/read_seek_read.test | 9 - .../libzip-1.11.3/regress/rename_ascii.test | 4 - .../libzip-1.11.3/regress/rename_cp437.test | 4 - .../libzip-1.11.3/regress/rename_deleted.test | 7 - .../libzip-1.11.3/regress/rename_fail.test | 7 - .../libzip-1.11.3/regress/rename_ok.test | 4 - .../libzip-1.11.3/regress/rename_ok.zip | Bin 709 -> 0 bytes .../libzip-1.11.3/regress/rename_utf8.test | 7 - .../regress/rename_utf8_encmismatch.test | 7 - .../libzip-1.11.3/regress/reopen.test | 9 - .../libzip-1.11.3/regress/reopen_partial.test | 8 - .../regress/reopen_partial_rest.test | 9 - .../regress/set_comment_all.test | 4 - .../regress/set_comment_localonly.test | 4 - .../regress/set_comment_removeglobal.test | 4 - .../regress/set_comment_revert.test | 4 - .../set_compression_bzip2_to_deflate.test | 5 - .../set_compression_deflate_to_bzip2.test | 5 - .../set_compression_deflate_to_deflate.test | 4 - .../set_compression_deflate_to_store.test | 4 - .../set_compression_lzma_no_eos_to_store.test | 5 - .../set_compression_lzma_to_store.test | 5 - .../set_compression_store_to_bzip2.test | 5 - .../set_compression_store_to_deflate.test | 4 - .../set_compression_store_to_lzma.test | 5 - .../set_compression_store_to_store.test | 4 - .../regress/set_compression_store_to_xz.test | 5 - .../set_compression_store_to_zstd.test | 5 - .../regress/set_compression_unknown.test | 7 - .../regress/set_compression_xz_to_store.test | 5 - .../set_compression_zstd_to_store.test | 5 - .../regress/set_file_dostime.test | 4 - .../libzip-1.11.3/regress/set_file_mtime.test | 4 - .../regress/set_file_mtime_pkware.test | 7 - .../thirdparty/libzip-1.11.3/regress/short | 1 - .../libzip-1.11.3/regress/source_hole.c | 577 - .../regress/stat_index_cp437_guess.test | 150 - .../regress/stat_index_cp437_raw.test | 150 - .../regress/stat_index_cp437_strict.test | 150 - .../regress/stat_index_fileorder.test | 24 - .../regress/stat_index_streamed.test | 15 - .../regress/stat_index_streamed_zip64.test | 15 - .../regress/stat_index_utf8_guess.test | 15 - .../regress/stat_index_utf8_raw.test | 15 - .../regress/stat_index_utf8_strict.test | 16 - .../stat_index_utf8_unmarked_strict.test | 16 - .../regress/stat_index_zip64.test | 15 - .../libzip-1.11.3/regress/stored-no-eos.zip | Bin 348 -> 0 bytes .../libzip-1.11.3/regress/streamed-zip64.zip | Bin 148 -> 0 bytes .../libzip-1.11.3/regress/streamed.zip | Bin 120 -> 0 bytes .../regress/test-cp437-comment-utf-8.zip | Bin 2619 -> 0 bytes .../regress/test-cp437-fc-utf-8-filename.zip | Bin 236 -> 0 bytes .../libzip-1.11.3/regress/test-cp437-fc.zip | Bin 186 -> 0 bytes .../libzip-1.11.3/regress/test-cp437.zip | Bin 2582 -> 0 bytes .../regress/test-utf8-unmarked.zip | Bin 210 -> 0 bytes .../libzip-1.11.3/regress/test-utf8.zip | Bin 210 -> 0 bytes .../thirdparty/libzip-1.11.3/regress/test.zip | Bin 412 -> 0 bytes .../libzip-1.11.3/regress/test2.zip | Bin 126 -> 0 bytes .../regress/test_open_multiple.zip | Bin 152 -> 0 bytes .../libzip-1.11.3/regress/testbuffer.zip | Bin 180 -> 0 bytes .../regress/testbuffer_reopen.zip | Bin 247 -> 0 bytes .../libzip-1.11.3/regress/testbzip2.zip | Bin 175 -> 0 bytes .../libzip-1.11.3/regress/testchanged.zip | Bin 728 -> 0 bytes .../regress/testchangedlocal.zip | Bin 714 -> 0 bytes .../libzip-1.11.3/regress/testcomment.zip | Bin 703 -> 0 bytes .../libzip-1.11.3/regress/testcomment13.zip | Bin 383 -> 0 bytes .../regress/testcommentremoved.zip | Bin 640 -> 0 bytes .../libzip-1.11.3/regress/testdeflated.zip | Bin 145 -> 0 bytes .../libzip-1.11.3/regress/testdeflated2.zip | Bin 270 -> 0 bytes .../libzip-1.11.3/regress/testdir.zip | Bin 222 -> 0 bytes .../libzip-1.11.3/regress/testempty.zip | Bin 22 -> 0 bytes .../libzip-1.11.3/regress/testextrabytes.zip | Bin 160 -> 0 bytes .../libzip-1.11.3/regress/testfile-UTF8.zip | Bin 126 -> 0 bytes .../libzip-1.11.3/regress/testfile-cp437.zip | Bin 130 -> 0 bytes .../libzip-1.11.3/regress/testfile-ef.zip | Bin 174 -> 0 bytes .../regress/testfile-long-comment.zip | Bin 22903 -> 0 bytes .../libzip-1.11.3/regress/testfile-lzma.zip | Bin 161 -> 0 bytes .../regress/testfile-plus-extra.zip | Bin 164 -> 0 bytes .../regress/testfile-stored-dos.zip | Bin 192 -> 0 bytes .../regress/testfile-torrentzip-modified.zip | Bin 146 -> 0 bytes .../regress/testfile-torrentzip.zip | Bin 146 -> 0 bytes .../regress/testfile-truncated.zip | Bin 100 -> 0 bytes .../libzip-1.11.3/regress/testfile-xz.zip | Bin 200 -> 0 bytes .../libzip-1.11.3/regress/testfile-zstd.zip | Bin 160 -> 0 bytes .../libzip-1.11.3/regress/testfile.txt | 0 .../libzip-1.11.3/regress/testfile.zip | Bin 122 -> 0 bytes .../libzip-1.11.3/regress/testfile0.zip | Bin 122 -> 0 bytes .../libzip-1.11.3/regress/testfile2014.zip | Bin 122 -> 0 bytes .../libzip-1.11.3/regress/teststdin.zip | Bin 200 -> 0 bytes .../libzip-1.11.3/regress/teststored.zip | Bin 188 -> 0 bytes .../regress/truncate_empty_keep.test | 4 - .../libzip-1.11.3/regress/tryopen.c | 126 - .../regress/unchange-delete-namelocate.test | 7 - .../regress/utf-8-standardization-input.zip | Bin 285 -> 0 bytes .../regress/utf-8-standardization-output.zip | Bin 190 -> 0 bytes .../regress/utf-8-standardization.test | 4 - .../regress/want_torrentzip_stat.test | 32 - .../regress/zip-in-archive-comment.test | 15 - .../regress/zip-in-archive-comment.zip | Bin 267 -> 0 bytes .../libzip-1.11.3/regress/zip64-3mf.zip | Bin 198 -> 0 bytes .../regress/zip64-in-archive-comment.test | 15 - .../regress/zip64-in-archive-comment.zip | Bin 320 -> 0 bytes .../libzip-1.11.3/regress/zip64.zip | Bin 198 -> 0 bytes .../libzip-1.11.3/regress/zip64_creation.test | 4 - .../regress/zip64_stored_creation.test | 4 - .../libzip-1.11.3/regress/zipcmp_zip_dir.test | 17 - .../libzip-1.11.3/regress/zipcmp_zip_dir.zip | Bin 483 -> 0 bytes .../regress/zipcmp_zip_dir_slash.test | 17 - .../libzip-1.11.3/regress/ziptool_regress.c | 661 -- .../libzip-1.11.3/src/CMakeLists.txt | 14 - .../libzip-1.11.3/src/diff_output.c | 115 - .../libzip-1.11.3/src/diff_output.h | 29 - .../thirdparty/libzip-1.11.3/src/getopt.c | 110 - .../thirdparty/libzip-1.11.3/src/getopt.h | 51 - .../thirdparty/libzip-1.11.3/src/zipcmp.c | 892 -- .../thirdparty/libzip-1.11.3/src/zipmerge.c | 336 - .../thirdparty/libzip-1.11.3/src/ziptool.c | 1161 -- proj-web/thirdparty/libzip-1.11.3/vcpkg.json | 8 - .../thirdparty/libzip-1.11.3/zipconf.h.in | 45 - proj-web/thirdparty/zlib-1.3.1/CMakeLists.txt | 218 - proj-web/thirdparty/zlib-1.3.1/ChangeLog | 1618 --- proj-web/thirdparty/zlib-1.3.1/FAQ | 367 - proj-web/thirdparty/zlib-1.3.1/INDEX | 68 - proj-web/thirdparty/zlib-1.3.1/LICENSE | 22 - proj-web/thirdparty/zlib-1.3.1/Makefile | 5 - proj-web/thirdparty/zlib-1.3.1/Makefile.in | 410 - proj-web/thirdparty/zlib-1.3.1/README | 117 - proj-web/thirdparty/zlib-1.3.1/adler32.c | 164 - .../thirdparty/zlib-1.3.1/amiga/Makefile.pup | 69 - .../thirdparty/zlib-1.3.1/amiga/Makefile.sas | 68 - proj-web/thirdparty/zlib-1.3.1/compress.c | 75 - proj-web/thirdparty/zlib-1.3.1/configure | 929 -- .../zlib-1.3.1/contrib/README.contrib | 57 - .../zlib-1.3.1/contrib/ada/buffer_demo.adb | 106 - .../zlib-1.3.1/contrib/ada/mtest.adb | 156 - .../zlib-1.3.1/contrib/ada/read.adb | 156 - .../zlib-1.3.1/contrib/ada/readme.txt | 65 - .../zlib-1.3.1/contrib/ada/test.adb | 463 - .../zlib-1.3.1/contrib/ada/zlib-streams.adb | 225 - .../zlib-1.3.1/contrib/ada/zlib-streams.ads | 114 - .../zlib-1.3.1/contrib/ada/zlib-thin.adb | 141 - .../zlib-1.3.1/contrib/ada/zlib-thin.ads | 450 - .../zlib-1.3.1/contrib/ada/zlib.adb | 701 -- .../zlib-1.3.1/contrib/ada/zlib.ads | 328 - .../zlib-1.3.1/contrib/ada/zlib.gpr | 20 - .../zlib-1.3.1/contrib/blast/Makefile | 8 - .../zlib-1.3.1/contrib/blast/README | 4 - .../zlib-1.3.1/contrib/blast/blast.c | 466 - .../zlib-1.3.1/contrib/blast/blast.h | 83 - .../zlib-1.3.1/contrib/blast/test.pk | Bin 8 -> 0 bytes .../zlib-1.3.1/contrib/blast/test.txt | 1 - .../zlib-1.3.1/contrib/delphi/ZLib.pas | 557 - .../zlib-1.3.1/contrib/delphi/ZLibConst.pas | 11 - .../zlib-1.3.1/contrib/delphi/readme.txt | 76 - .../zlib-1.3.1/contrib/delphi/zlibd32.mak | 99 - .../zlib-1.3.1/contrib/dotzlib/DotZLib.build | 33 - .../zlib-1.3.1/contrib/dotzlib/DotZLib.chm | Bin 72726 -> 0 bytes .../zlib-1.3.1/contrib/dotzlib/DotZLib.sln | 21 - .../contrib/dotzlib/DotZLib/AssemblyInfo.cs | 58 - .../contrib/dotzlib/DotZLib/ChecksumImpl.cs | 202 - .../contrib/dotzlib/DotZLib/CircularBuffer.cs | 83 - .../contrib/dotzlib/DotZLib/CodecBase.cs | 198 - .../contrib/dotzlib/DotZLib/Deflater.cs | 106 - .../contrib/dotzlib/DotZLib/DotZLib.cs | 288 - .../contrib/dotzlib/DotZLib/DotZLib.csproj | 141 - .../contrib/dotzlib/DotZLib/GZipStream.cs | 301 - .../contrib/dotzlib/DotZLib/Inflater.cs | 105 - .../contrib/dotzlib/DotZLib/UnitTests.cs | 274 - .../contrib/dotzlib/LICENSE_1_0.txt | 23 - .../zlib-1.3.1/contrib/dotzlib/readme.txt | 58 - .../zlib-1.3.1/contrib/gcc_gvmat64/gvmat64.S | 574 - .../zlib-1.3.1/contrib/infback9/README | 1 - .../zlib-1.3.1/contrib/infback9/infback9.c | 603 -- .../zlib-1.3.1/contrib/infback9/infback9.h | 37 - .../zlib-1.3.1/contrib/infback9/inffix9.h | 107 - .../zlib-1.3.1/contrib/infback9/inflate9.h | 47 - .../zlib-1.3.1/contrib/infback9/inftree9.c | 319 - .../zlib-1.3.1/contrib/infback9/inftree9.h | 61 - .../zlib-1.3.1/contrib/iostream/test.cpp | 24 - .../zlib-1.3.1/contrib/iostream/zfstream.cpp | 329 - .../zlib-1.3.1/contrib/iostream/zfstream.h | 128 - .../zlib-1.3.1/contrib/iostream2/zstream.h | 307 - .../contrib/iostream2/zstream_test.cpp | 25 - .../zlib-1.3.1/contrib/iostream3/README | 35 - .../zlib-1.3.1/contrib/iostream3/TODO | 17 - .../zlib-1.3.1/contrib/iostream3/test.cc | 50 - .../zlib-1.3.1/contrib/iostream3/zfstream.cc | 479 - .../zlib-1.3.1/contrib/iostream3/zfstream.h | 466 - .../zlib-1.3.1/contrib/minizip/Makefile | 29 - .../zlib-1.3.1/contrib/minizip/Makefile.am | 45 - .../contrib/minizip/MiniZip64_Changes.txt | 6 - .../contrib/minizip/MiniZip64_info.txt | 74 - .../zlib-1.3.1/contrib/minizip/configure.ac | 32 - .../zlib-1.3.1/contrib/minizip/crypt.h | 128 - .../zlib-1.3.1/contrib/minizip/ioapi.c | 231 - .../zlib-1.3.1/contrib/minizip/ioapi.h | 210 - .../zlib-1.3.1/contrib/minizip/iowin32.c | 440 - .../zlib-1.3.1/contrib/minizip/iowin32.h | 28 - .../zlib-1.3.1/contrib/minizip/make_vms.com | 25 - .../zlib-1.3.1/contrib/minizip/miniunz.c | 647 -- .../zlib-1.3.1/contrib/minizip/miniunzip.1 | 63 - .../zlib-1.3.1/contrib/minizip/minizip.1 | 46 - .../zlib-1.3.1/contrib/minizip/minizip.c | 509 - .../zlib-1.3.1/contrib/minizip/minizip.pc.in | 12 - .../zlib-1.3.1/contrib/minizip/mztools.c | 285 - .../zlib-1.3.1/contrib/minizip/mztools.h | 37 - .../zlib-1.3.1/contrib/minizip/unzip.c | 1985 ---- .../zlib-1.3.1/contrib/minizip/unzip.h | 437 - .../zlib-1.3.1/contrib/minizip/zip.c | 1956 ---- .../zlib-1.3.1/contrib/minizip/zip.h | 364 - .../zlib-1.3.1/contrib/nuget/nuget.csproj | 43 - .../zlib-1.3.1/contrib/nuget/nuget.sln | 22 - .../zlib-1.3.1/contrib/pascal/example.pas | 599 -- .../zlib-1.3.1/contrib/pascal/readme.txt | 76 - .../zlib-1.3.1/contrib/pascal/zlibd32.mak | 99 - .../zlib-1.3.1/contrib/pascal/zlibpas.pas | 276 - .../zlib-1.3.1/contrib/puff/Makefile | 42 - .../thirdparty/zlib-1.3.1/contrib/puff/README | 63 - .../thirdparty/zlib-1.3.1/contrib/puff/puff.c | 840 -- .../thirdparty/zlib-1.3.1/contrib/puff/puff.h | 35 - .../zlib-1.3.1/contrib/puff/pufftest.c | 165 - .../zlib-1.3.1/contrib/puff/zeros.raw | Bin 2517 -> 0 bytes .../zlib-1.3.1/contrib/testzlib/testzlib.c | 275 - .../zlib-1.3.1/contrib/testzlib/testzlib.txt | 10 - .../zlib-1.3.1/contrib/untgz/Makefile | 14 - .../zlib-1.3.1/contrib/untgz/Makefile.msc | 17 - .../zlib-1.3.1/contrib/untgz/untgz.c | 667 -- .../zlib-1.3.1/contrib/vstudio/readme.txt | 81 - .../contrib/vstudio/vc10/miniunz.vcxproj | 310 - .../vstudio/vc10/miniunz.vcxproj.filters | 22 - .../contrib/vstudio/vc10/minizip.vcxproj | 307 - .../vstudio/vc10/minizip.vcxproj.filters | 22 - .../contrib/vstudio/vc10/testzlib.vcxproj | 412 - .../vstudio/vc10/testzlib.vcxproj.filters | 55 - .../contrib/vstudio/vc10/testzlibdll.vcxproj | 310 - .../vstudio/vc10/testzlibdll.vcxproj.filters | 22 - .../zlib-1.3.1/contrib/vstudio/vc10/zlib.rc | 32 - .../contrib/vstudio/vc10/zlibstat.vcxproj | 449 - .../vstudio/vc10/zlibstat.vcxproj.filters | 74 - .../contrib/vstudio/vc10/zlibvc.def | 158 - .../contrib/vstudio/vc10/zlibvc.sln | 135 - .../contrib/vstudio/vc10/zlibvc.vcxproj | 633 -- .../vstudio/vc10/zlibvc.vcxproj.filters | 115 - .../contrib/vstudio/vc11/miniunz.vcxproj | 314 - .../contrib/vstudio/vc11/minizip.vcxproj | 311 - .../contrib/vstudio/vc11/testzlib.vcxproj | 418 - .../contrib/vstudio/vc11/testzlibdll.vcxproj | 314 - .../zlib-1.3.1/contrib/vstudio/vc11/zlib.rc | 32 - .../contrib/vstudio/vc11/zlibstat.vcxproj | 456 - .../contrib/vstudio/vc11/zlibvc.def | 158 - .../contrib/vstudio/vc11/zlibvc.sln | 117 - .../contrib/vstudio/vc11/zlibvc.vcxproj | 664 -- .../contrib/vstudio/vc12/miniunz.vcxproj | 316 - .../contrib/vstudio/vc12/minizip.vcxproj | 313 - .../contrib/vstudio/vc12/testzlib.vcxproj | 422 - .../contrib/vstudio/vc12/testzlibdll.vcxproj | 316 - .../zlib-1.3.1/contrib/vstudio/vc12/zlib.rc | 32 - .../contrib/vstudio/vc12/zlibstat.vcxproj | 459 - .../contrib/vstudio/vc12/zlibvc.def | 158 - .../contrib/vstudio/vc12/zlibvc.sln | 119 - .../contrib/vstudio/vc12/zlibvc.vcxproj | 668 -- .../contrib/vstudio/vc14/miniunz.vcxproj | 316 - .../contrib/vstudio/vc14/minizip.vcxproj | 313 - .../contrib/vstudio/vc14/testzlib.vcxproj | 422 - .../contrib/vstudio/vc14/testzlibdll.vcxproj | 316 - .../zlib-1.3.1/contrib/vstudio/vc14/zlib.rc | 32 - .../contrib/vstudio/vc14/zlibstat.vcxproj | 459 - .../contrib/vstudio/vc14/zlibvc.def | 158 - .../contrib/vstudio/vc14/zlibvc.sln | 119 - .../contrib/vstudio/vc14/zlibvc.vcxproj | 668 -- .../contrib/vstudio/vc17/miniunz.vcxproj | 409 - .../contrib/vstudio/vc17/minizip.vcxproj | 405 - .../contrib/vstudio/vc17/testzlib.vcxproj | 473 - .../contrib/vstudio/vc17/testzlibdll.vcxproj | 409 - .../zlib-1.3.1/contrib/vstudio/vc17/zlib.rc | 32 - .../contrib/vstudio/vc17/zlibstat.vcxproj | 602 -- .../contrib/vstudio/vc17/zlibvc.def | 158 - .../contrib/vstudio/vc17/zlibvc.sln | 179 - .../contrib/vstudio/vc17/zlibvc.vcxproj | 875 -- .../contrib/vstudio/vc9/miniunz.vcproj | 565 - .../contrib/vstudio/vc9/minizip.vcproj | 562 - .../contrib/vstudio/vc9/testzlib.vcproj | 796 -- .../contrib/vstudio/vc9/testzlibdll.vcproj | 565 - .../zlib-1.3.1/contrib/vstudio/vc9/zlib.rc | 32 - .../contrib/vstudio/vc9/zlibstat.vcproj | 781 -- .../zlib-1.3.1/contrib/vstudio/vc9/zlibvc.def | 158 - .../zlib-1.3.1/contrib/vstudio/vc9/zlibvc.sln | 144 - .../contrib/vstudio/vc9/zlibvc.vcproj | 1100 -- proj-web/thirdparty/zlib-1.3.1/crc32.c | 1049 -- proj-web/thirdparty/zlib-1.3.1/crc32.h | 9446 ----------------- proj-web/thirdparty/zlib-1.3.1/deflate.c | 2139 ---- proj-web/thirdparty/zlib-1.3.1/deflate.h | 377 - .../thirdparty/zlib-1.3.1/doc/algorithm.txt | 209 - .../thirdparty/zlib-1.3.1/doc/crc-doc.1.0.pdf | Bin 776142 -> 0 bytes .../thirdparty/zlib-1.3.1/doc/rfc1950.txt | 619 -- .../thirdparty/zlib-1.3.1/doc/rfc1951.txt | 955 -- .../thirdparty/zlib-1.3.1/doc/rfc1952.txt | 675 -- .../thirdparty/zlib-1.3.1/doc/txtvsbin.txt | 107 - .../zlib-1.3.1/examples/README.examples | 54 - .../thirdparty/zlib-1.3.1/examples/enough.c | 597 -- .../thirdparty/zlib-1.3.1/examples/fitblk.c | 233 - proj-web/thirdparty/zlib-1.3.1/examples/gun.c | 702 -- .../thirdparty/zlib-1.3.1/examples/gzappend.c | 504 - .../thirdparty/zlib-1.3.1/examples/gzjoin.c | 449 - .../thirdparty/zlib-1.3.1/examples/gzlog.c | 1061 -- .../thirdparty/zlib-1.3.1/examples/gzlog.h | 91 - .../thirdparty/zlib-1.3.1/examples/gznorm.c | 470 - .../zlib-1.3.1/examples/zlib_how.html | 549 - .../thirdparty/zlib-1.3.1/examples/zpipe.c | 205 - .../thirdparty/zlib-1.3.1/examples/zran.c | 533 - .../thirdparty/zlib-1.3.1/examples/zran.h | 51 - proj-web/thirdparty/zlib-1.3.1/gzclose.c | 23 - proj-web/thirdparty/zlib-1.3.1/gzguts.h | 214 - proj-web/thirdparty/zlib-1.3.1/gzlib.c | 582 - proj-web/thirdparty/zlib-1.3.1/gzread.c | 602 -- proj-web/thirdparty/zlib-1.3.1/gzwrite.c | 631 -- proj-web/thirdparty/zlib-1.3.1/infback.c | 628 -- proj-web/thirdparty/zlib-1.3.1/inffast.c | 320 - proj-web/thirdparty/zlib-1.3.1/inffast.h | 11 - proj-web/thirdparty/zlib-1.3.1/inffixed.h | 94 - proj-web/thirdparty/zlib-1.3.1/inflate.c | 1526 --- proj-web/thirdparty/zlib-1.3.1/inflate.h | 126 - proj-web/thirdparty/zlib-1.3.1/inftrees.c | 299 - proj-web/thirdparty/zlib-1.3.1/inftrees.h | 62 - .../zlib-1.3.1/install/include/zconf.h | 545 - .../zlib-1.3.1/install/include/zlib.h | 1938 ---- .../thirdparty/zlib-1.3.1/install/lib/libz.a | Bin 242940 -> 0 bytes .../zlib-1.3.1/install/share/man/man3/zlib.3 | 149 - .../install/share/pkgconfig/zlib.pc | 13 - proj-web/thirdparty/zlib-1.3.1/make_vms.com | 867 -- .../thirdparty/zlib-1.3.1/msdos/Makefile.bor | 115 - .../thirdparty/zlib-1.3.1/msdos/Makefile.dj2 | 104 - .../thirdparty/zlib-1.3.1/msdos/Makefile.emx | 69 - .../thirdparty/zlib-1.3.1/msdos/Makefile.msc | 112 - .../thirdparty/zlib-1.3.1/msdos/Makefile.tc | 100 - .../thirdparty/zlib-1.3.1/nintendods/Makefile | 126 - .../thirdparty/zlib-1.3.1/nintendods/README | 5 - .../thirdparty/zlib-1.3.1/old/Makefile.emx | 69 - .../thirdparty/zlib-1.3.1/old/Makefile.riscos | 151 - proj-web/thirdparty/zlib-1.3.1/old/README | 3 - .../thirdparty/zlib-1.3.1/old/descrip.mms | 48 - .../zlib-1.3.1/old/os2/Makefile.os2 | 136 - .../thirdparty/zlib-1.3.1/old/os2/zlib.def | 51 - .../zlib-1.3.1/old/visual-basic.txt | 160 - .../thirdparty/zlib-1.3.1/os400/README400 | 48 - proj-web/thirdparty/zlib-1.3.1/os400/bndsrc | 127 - proj-web/thirdparty/zlib-1.3.1/os400/make.sh | 366 - proj-web/thirdparty/zlib-1.3.1/os400/zlib.inc | 527 - .../thirdparty/zlib-1.3.1/qnx/package.qpg | 141 - proj-web/thirdparty/zlib-1.3.1/test/example.c | 546 - .../thirdparty/zlib-1.3.1/test/infcover.c | 672 -- .../thirdparty/zlib-1.3.1/test/minigzip.c | 579 - proj-web/thirdparty/zlib-1.3.1/treebuild.xml | 116 - proj-web/thirdparty/zlib-1.3.1/trees.c | 1117 -- proj-web/thirdparty/zlib-1.3.1/trees.h | 128 - proj-web/thirdparty/zlib-1.3.1/uncompr.c | 85 - .../thirdparty/zlib-1.3.1/watcom/watcom_f.mak | 43 - .../thirdparty/zlib-1.3.1/watcom/watcom_l.mak | 43 - .../thirdparty/zlib-1.3.1/zconf.h.cmakein | 545 - proj-web/thirdparty/zlib-1.3.1/zconf.h.in | 543 - .../thirdparty/zlib-1.3.1/zconf.h.included | 543 - proj-web/thirdparty/zlib-1.3.1/zlib.3 | 149 - proj-web/thirdparty/zlib-1.3.1/zlib.3.pdf | Bin 25523 -> 0 bytes proj-web/thirdparty/zlib-1.3.1/zlib.h | 1938 ---- proj-web/thirdparty/zlib-1.3.1/zlib.map | 100 - .../thirdparty/zlib-1.3.1/zlib.pc.cmakein | 13 - proj-web/thirdparty/zlib-1.3.1/zlib.pc.in | 13 - proj-web/thirdparty/zlib-1.3.1/zutil.c | 299 - proj-web/thirdparty/zlib-1.3.1/zutil.h | 254 - proj-windows/CMakeLists.txt | 152 + 1154 files changed, 287 insertions(+), 142311 deletions(-) create mode 100644 cmake/FetchDependencies.cmake rename CMakeLists.txt => cmake/ThirdParty.cmake (56%) rename proj-web/{thirdparty => ninja}/ninja.exe (100%) delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.clang-format delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/compile-error.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/other.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/workflows/CIFuzz.yml delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/workflows/bsd.yml delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/workflows/build.yml delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/workflows/codeql-analysis.yml delete mode 100644 proj-web/thirdparty/libzip-1.11.3/.github/workflows/coverity.yml delete mode 100644 proj-web/thirdparty/libzip-1.11.3/API-CHANGES.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/AUTHORS delete mode 100644 proj-web/thirdparty/libzip-1.11.3/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/INSTALL.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/LICENSE delete mode 100644 proj-web/thirdparty/libzip-1.11.3/NEWS.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/README.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/SECURITY.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/THANKS delete mode 100644 proj-web/thirdparty/libzip-1.11.3/TODO.md delete mode 100644 proj-web/thirdparty/libzip-1.11.3/android/do.sh delete mode 100644 proj-web/thirdparty/libzip-1.11.3/android/docker/Dockerfile delete mode 100644 proj-web/thirdparty/libzip-1.11.3/android/readme.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/appveyor.yml delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/CMakePushCheckState.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckLibraryExists.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckSymbolExists.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindBZip2.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindGnuTLS.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindLibLZMA.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageHandleStandardArgs.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageMessage.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake-compat/SelectLibraryConfigurations.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake/Dist.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake/FindMbedTLS.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake/FindNettle.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake/Findzstd.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/cmake/GenerateZipErrorStrings.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/config.h.in delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/add-compressed-data.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/autoclose-archive.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/cmake-example.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/in-memory.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/examples/windows-open.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/compat.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_add.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_add_dir.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_add_entry.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_bzip2.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_deflate.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_xz.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_zstd.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_buffer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_close.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_delete.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_dir_add.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_dirent.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_discard.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_entry.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_error.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_error_clear.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get_sys_type.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_error_strerror.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_error_to_str.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field_api.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fclose.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fdopen.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_add.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_clear.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_get.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_comment.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_external_attributes.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_offset.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_rename.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_replace.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_comment.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_encryption.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_external_attributes.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_mtime.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_file_strerror.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_encrypted.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index_encrypted.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fread.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_fseek.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_ftell.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_comment.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_flag.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_encryption_implementation.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_file_comment.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_name.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_entries.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_files.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_hash.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_io_util.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_libzip_version.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_memdup.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_name_locate.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_new.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_open.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_pkware.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_progress.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_random_unix.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_random_uwp.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_random_win32.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_rename.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_replace.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_comment.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_flag.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_set_default_password.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_comment.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_compression.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_set_name.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_accept_empty.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write_cloning.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_buffer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_call.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_close.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_commit_write.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_compress.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_crc.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_error.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_common.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio_named.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_ansi.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_named.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf16.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf8.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_free.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_function.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_dostime.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_file_attributes.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_is_deleted.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_layered.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_open.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pass_to_lower_layer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_decode.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_encode.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_read.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_remove.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_rollback_write.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek_write.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_stat.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_supports.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell_write.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_window.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_decode.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_encode.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_write.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip_new.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_stat.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_index.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_init.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_strerror.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_string.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_all.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_archive.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_data.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_utf-8.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zip_winzip_aes.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/lib/zipint.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/libzip-config.cmake.in delete mode 100644 proj-web/thirdparty/libzip-1.11.3/libzip.pc.in delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/handle_links delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/libzip.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/libzip.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/libzip.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/links delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/update-html.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/update-man.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_add.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_add.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_add.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_close.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_close.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_close.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_delete.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_delete.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_delete.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_discard.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_discard.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_discard.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_errors.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_errors.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_errors.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fread.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fread.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fread.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_open.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_open.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_open.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_rename.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_rename.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_rename.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_pass_to_lower_layer.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_stat.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_stat.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_stat.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zipcmp.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zipcmp.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zipcmp.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zipmerge.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zipmerge.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/zipmerge.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/ziptool.html delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/ziptool.man delete mode 100644 proj-web/thirdparty/libzip-1.11.3/man/ziptool.mdoc delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/fuzz_main.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/ossfuzz.sh delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_file_fuzzer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.dict delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer_common.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer_seed_corpus.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_pkware_file_fuzzer.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_dir.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_buffer.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_file.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_duplicate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_twice_duplicate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_unchange.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_stdin.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_closed.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_deflated.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_stored.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_stored.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_stored.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/add_stored_in_memory.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/bigstored.zh delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/bigzero-zip.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/bogus.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/broken.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/buffer-fragment-read.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/buffer-fragment-write.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/can_clone_file.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/cancel_45.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/cancel_90.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases-fixed.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-fixed.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-unchecked.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-muchl.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-muchlo.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size-muchlonger.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/changing-size.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_fail.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_modified.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_success.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/cleanup.cmake delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-add.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-delete.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-replace.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-add.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-delete.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-replace.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/cm-default.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/cm-default.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip_ef.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/count_entries.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/create_empty_keep.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes128.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes192.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes256.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware-2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-empty-file-pkware.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-no-password-aes256.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes128.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes192.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes256.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware-2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_add_same.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_invalid.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_last.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_last_keep.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_last.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_partial.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/delete_renamed_rename.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/empty-pkware.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-1234.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes128-noentropy.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes128.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes192-noentropy.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes192.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes256-noentropy.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes256.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-none.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-pkware-noentropy-2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt-pkware-noentropy.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt_plus_extra.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt_plus_extra_modified_c.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encrypt_plus_extra_modified_l.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-nonrandom-aes128.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-nonrandom-aes192.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-nonrandom-aes256.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-nonrandom-pkware-2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-nonrandom-pkware.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-remove.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/encryption-stat.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_add.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_add_multiple.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_count.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_count_by_id.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_count_ignore_zip64.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_delete.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_delete_by_id.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-0.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ef_00.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ef_ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-0.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ef_00.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ef_ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-0.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ef_00.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ef_ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_4-ff.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_get.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_get_by_id.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_set.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_c.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_l.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fdopen_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/file_comment_encmismatch.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/filename_duplicate.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/filename_duplicate_empty.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/filename_empty.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fileorder.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/firstsecond-split-deflated.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/firstsecond-split-stored.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/firstsecond.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/foo-stored.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple_reopen.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fread.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fread.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fseek.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fseek_deflated.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fseek_fail.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/fseek_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/gap-add.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/gap-delete.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/gap-replace.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/gap.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/get_comment.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/get_comment_long.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/hmac-error.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/hmac-error.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/hole.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-archive-comment-longer.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-archive-comment-shorter.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-cdoffset.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-cdsize-large.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-cdsize-small.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-compression-method.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-compsize-larger-toolarge.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-compsize-larger.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-compsize-smaller.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-crc.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-date.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-longer.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-shorter.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-utf8-ascii.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-magic-bad.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-magic-bad2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-central-size-larger.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-data.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-central-size-wrong.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-utf8comment.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-utf8name.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-zip64-v1.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-zip64-v2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-id-size.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-id.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-size.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-utf8name-ascii.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-eocd-magic-bad.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-eocd64.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-file-count-high.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-file-count-low.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-file-count-overflow.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-cd.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-eocd.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-local.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compression-method.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compsize-larger.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compsize-smaller.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-crc.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-long.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-missing.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-nil-byte.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-short.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-magic-bad.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-local-size-larger.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-stored-size.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-streamed-2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-streamed.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/incons-trailing-garbage.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/junk-at-end.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/junk-at-start.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/junk_at_end.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/junk_at_start.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/large-uncompressible delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/liboverride-test.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/liboverride.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/lzma-no-eos.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/malloc.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/manyfiles-zip.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-default.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint-deflated.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint-deflated.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint-deflated.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/multidisk.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/name_locate-cp437.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/name_locate-utf8.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/name_locate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/nihtest.conf.in delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/nonrandomopen.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/nonrandomopentest.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_archive_comment_wrong.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_cons_extrabytes.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_empty.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_empty_2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_extrabytes.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_file_count.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_consistency.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty_consistency.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_filename_empty.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_incons.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_many_fail.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_many_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_multidisk.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_new_but_exists.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_new_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_nonarchive.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_nosuchfile.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_too_short.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_truncate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_truncated.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_3mf.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/preload.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/progress.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/read_incons.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/read_seek_read.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_ascii.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_cp437.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_deleted.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_fail.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8_encmismatch.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/reopen.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial_rest.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_comment_all.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_comment_localonly.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_comment_removeglobal.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_comment_revert.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_bzip2_to_deflate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_bzip2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_deflate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_store.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_no_eos_to_store.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_to_store.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_bzip2.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_deflate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_lzma.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_store.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_xz.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_zstd.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_unknown.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_xz_to_store.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_compression_zstd_to_store.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_file_dostime.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime_pkware.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/short delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/source_hole.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_guess.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_raw.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_strict.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_fileorder.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed_zip64.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_guess.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_raw.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_strict.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_unmarked_strict.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stat_index_zip64.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/stored-no-eos.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/streamed-zip64.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/streamed.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-comment-utf-8.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-fc-utf-8-filename.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-fc.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test-cp437.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test-utf8-unmarked.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test-utf8.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/test_open_multiple.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testbuffer.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testbuffer_reopen.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testbzip2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testchanged.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testchangedlocal.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testcomment.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testcomment13.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testcommentremoved.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testdeflated.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testdeflated2.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testdir.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testempty.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testextrabytes.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-UTF8.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-cp437.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-ef.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-long-comment.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-lzma.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-plus-extra.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-stored-dos.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-torrentzip-modified.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-torrentzip.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-truncated.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-xz.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile-zstd.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile0.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/testfile2014.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/teststdin.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/teststored.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/truncate_empty_keep.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/tryopen.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/unchange-delete-namelocate.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/utf-8-standardization-input.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/utf-8-standardization-output.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/utf-8-standardization.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/want_torrentzip_stat.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip-in-archive-comment.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip-in-archive-comment.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip64-3mf.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip64.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip64_creation.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zip64_stored_creation.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.zip delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir_slash.test delete mode 100644 proj-web/thirdparty/libzip-1.11.3/regress/ziptool_regress.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/CMakeLists.txt delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/diff_output.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/diff_output.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/getopt.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/getopt.h delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/zipcmp.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/zipmerge.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/src/ziptool.c delete mode 100644 proj-web/thirdparty/libzip-1.11.3/vcpkg.json delete mode 100644 proj-web/thirdparty/libzip-1.11.3/zipconf.h.in delete mode 100644 proj-web/thirdparty/zlib-1.3.1/CMakeLists.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/ChangeLog delete mode 100644 proj-web/thirdparty/zlib-1.3.1/FAQ delete mode 100644 proj-web/thirdparty/zlib-1.3.1/INDEX delete mode 100644 proj-web/thirdparty/zlib-1.3.1/LICENSE delete mode 100644 proj-web/thirdparty/zlib-1.3.1/Makefile delete mode 100644 proj-web/thirdparty/zlib-1.3.1/Makefile.in delete mode 100644 proj-web/thirdparty/zlib-1.3.1/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/adler32.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.pup delete mode 100644 proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.sas delete mode 100644 proj-web/thirdparty/zlib-1.3.1/compress.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/configure delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/README.contrib delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/buffer_demo.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/mtest.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/read.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/readme.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/test.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.ads delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.ads delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.adb delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.ads delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.gpr delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/blast/Makefile delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/blast/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.pk delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLib.pas delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLibConst.pas delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/delphi/readme.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/delphi/zlibd32.mak delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.build delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.chm delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/AssemblyInfo.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/ChecksumImpl.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CircularBuffer.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CodecBase.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Deflater.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.csproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/GZipStream.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Inflater.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/UnitTests.cs delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/LICENSE_1_0.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/readme.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/gcc_gvmat64/gvmat64.S delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inffix9.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inflate9.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream/test.cpp delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.cpp delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream_test.cpp delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/TODO delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/test.cc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.cc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile.am delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_Changes.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_info.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/configure.ac delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/crypt.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/make_vms.com delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/miniunz.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/miniunzip.1 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.1 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.pc.in delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.csproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/pascal/example.pas delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/pascal/readme.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibd32.mak delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibpas.pas delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/puff/Makefile delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/puff/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/puff/pufftest.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/puff/zeros.raw delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile.msc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/untgz/untgz.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/readme.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj.filters delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj.filters delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj.filters delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj.filters delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlib.rc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj.filters delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj.filters delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/miniunz.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/minizip.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlib.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlibdll.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlib.rc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibstat.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/miniunz.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/minizip.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlib.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlibdll.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlib.rc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibstat.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/miniunz.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/minizip.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlib.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlibdll.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlib.rc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibstat.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/miniunz.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/minizip.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlib.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlibdll.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlib.rc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibstat.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.vcxproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/miniunz.vcproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/minizip.vcproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlib.vcproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlibdll.vcproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlib.rc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibstat.vcproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.sln delete mode 100644 proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.vcproj delete mode 100644 proj-web/thirdparty/zlib-1.3.1/crc32.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/crc32.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/deflate.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/deflate.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/doc/algorithm.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/doc/crc-doc.1.0.pdf delete mode 100644 proj-web/thirdparty/zlib-1.3.1/doc/rfc1950.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/doc/rfc1951.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/doc/rfc1952.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/doc/txtvsbin.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/README.examples delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/enough.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/fitblk.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/gun.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/gzappend.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/gzjoin.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/gzlog.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/gzlog.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/gznorm.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/zlib_how.html delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/zpipe.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/zran.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/examples/zran.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/gzclose.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/gzguts.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/gzlib.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/gzread.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/gzwrite.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/infback.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inffast.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inffast.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inffixed.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inflate.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inflate.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inftrees.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/inftrees.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/install/include/zconf.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/install/include/zlib.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/install/lib/libz.a delete mode 100644 proj-web/thirdparty/zlib-1.3.1/install/share/man/man3/zlib.3 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/install/share/pkgconfig/zlib.pc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/make_vms.com delete mode 100644 proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.bor delete mode 100644 proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.dj2 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.emx delete mode 100644 proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.msc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.tc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/nintendods/Makefile delete mode 100644 proj-web/thirdparty/zlib-1.3.1/nintendods/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/Makefile.emx delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/Makefile.riscos delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/README delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/descrip.mms delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/os2/Makefile.os2 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/os2/zlib.def delete mode 100644 proj-web/thirdparty/zlib-1.3.1/old/visual-basic.txt delete mode 100644 proj-web/thirdparty/zlib-1.3.1/os400/README400 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/os400/bndsrc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/os400/make.sh delete mode 100644 proj-web/thirdparty/zlib-1.3.1/os400/zlib.inc delete mode 100644 proj-web/thirdparty/zlib-1.3.1/qnx/package.qpg delete mode 100644 proj-web/thirdparty/zlib-1.3.1/test/example.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/test/infcover.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/test/minigzip.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/treebuild.xml delete mode 100644 proj-web/thirdparty/zlib-1.3.1/trees.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/trees.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/uncompr.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/watcom/watcom_f.mak delete mode 100644 proj-web/thirdparty/zlib-1.3.1/watcom/watcom_l.mak delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zconf.h.cmakein delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zconf.h.in delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zconf.h.included delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zlib.3 delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zlib.3.pdf delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zlib.h delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zlib.map delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zlib.pc.cmakein delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zlib.pc.in delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zutil.c delete mode 100644 proj-web/thirdparty/zlib-1.3.1/zutil.h create mode 100644 proj-windows/CMakeLists.txt diff --git a/.gitignore b/.gitignore index b890340..67f8481 100755 --- a/.gitignore +++ b/.gitignore @@ -400,6 +400,8 @@ jumpingbird.* jumpingbird.data build build-emcmake -thirdparty1 +thirdparty proj-web/build +proj-windows/build +public diff --git a/cmake/FetchDependencies.cmake b/cmake/FetchDependencies.cmake new file mode 100644 index 0000000..f05529f --- /dev/null +++ b/cmake/FetchDependencies.cmake @@ -0,0 +1,43 @@ +# cmake/FetchDependencies.cmake + +set(THIRDPARTY_DIR "${CMAKE_CURRENT_LIST_DIR}/../thirdparty") + +if(NOT EXISTS "${THIRDPARTY_DIR}") + file(MAKE_DIRECTORY "${THIRDPARTY_DIR}") +endif() + +macro(check_and_download URL ARCHIVE_NAME EXTRACTED_DIR_NAME CHECK_FILE) + set(ARCHIVE_PATH "${THIRDPARTY_DIR}/${ARCHIVE_NAME}") + set(SRC_PATH "${THIRDPARTY_DIR}/${EXTRACTED_DIR_NAME}") + + if(NOT EXISTS "${ARCHIVE_PATH}") + message(STATUS "Downloading ${ARCHIVE_NAME}...") + file(DOWNLOAD "${URL}" "${ARCHIVE_PATH}" SHOW_PROGRESS) + endif() + + if(NOT EXISTS "${SRC_PATH}/${CHECK_FILE}") + message(STATUS "Extracting ${ARCHIVE_NAME}...") + execute_process( + COMMAND ${CMAKE_COMMAND} -E tar xvf "${ARCHIVE_PATH}" + WORKING_DIRECTORY "${THIRDPARTY_DIR}" + ) + endif() +endmacro() + +# 1) ZLIB (Нужна только для инклудов, если не используете emscripten порты) +check_and_download("https://www.zlib.net/zlib131.zip" "zlib131.zip" "zlib-1.3.1" "CMakeLists.txt") + +# 2) SDL2 +check_and_download("https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.32.10.zip" "release-2.32.10.zip" "SDL-release-2.32.10" "CMakeLists.txt") + +# 3) LibPNG +check_and_download("https://github.com/pnggroup/libpng/archive/refs/tags/v1.6.51.zip" "v1.6.51.zip" "libpng-1.6.51" "CMakeLists.txt") + +# 4) LibZip +check_and_download("https://github.com/nih-at/libzip/archive/refs/tags/v1.11.4.zip" "v1.11.4.zip" "libzip-1.11.4" "CMakeLists.txt") + +# 5) Eigen +check_and_download("https://gitlab.com/libeigen/eigen/-/archive/5.0.0/eigen-5.0.0.zip" "eigen-5.0.0.zip" "eigen-5.0.0" "signature_of_eigen3_matrix_library") + +# 6) Boost +check_and_download("https://archives.boost.io/release/1.90.0/source/boost_1_90_0.zip" "boost_1_90_0.zip" "boost_1_90_0" "boost") diff --git a/CMakeLists.txt b/cmake/ThirdParty.cmake similarity index 56% rename from CMakeLists.txt rename to cmake/ThirdParty.cmake index 9af205d..ea8ce95 100644 --- a/CMakeLists.txt +++ b/cmake/ThirdParty.cmake @@ -1,50 +1,21 @@ -cmake_minimum_required(VERSION 3.16) +# cmake/ThirdParty.cmake -project(space-game001 LANGUAGES CXX) +include("${CMAKE_CURRENT_LIST_DIR}/FetchDependencies.cmake") -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) +macro(log msg) + message(STATUS "[ThirdParty] ${msg}") +endmacro() set(BUILD_CONFIGS Debug Release) -# ============================== -# Папка для всех сторонних либ -# ============================== -set(THIRDPARTY_DIR "${CMAKE_SOURCE_DIR}/thirdparty1") -file(MAKE_DIRECTORY "${THIRDPARTY_DIR}") - -macro(log msg) - message(STATUS "${msg}") -endmacro() # =========================================== # 1) ZLIB (zlib131.zip → zlib-1.3.1) - без изменений # =========================================== -set(ZLIB_ARCHIVE "${THIRDPARTY_DIR}/zlib131.zip") set(ZLIB_SRC_DIR "${THIRDPARTY_DIR}/zlib-1.3.1") set(ZLIB_BUILD_DIR "${ZLIB_SRC_DIR}/build") set(ZLIB_INSTALL_DIR "${ZLIB_SRC_DIR}/install") -if(NOT EXISTS "${ZLIB_ARCHIVE}") - log("Downloading zlib131.zip ...") - file(DOWNLOAD - "https://www.zlib.net/zlib131.zip" - "${ZLIB_ARCHIVE}" - SHOW_PROGRESS - ) -endif() - -if(NOT EXISTS "${ZLIB_SRC_DIR}/CMakeLists.txt") - log("Extracting zlib131.zip to zlib-1.3.1 ...") - execute_process( - COMMAND ${CMAKE_COMMAND} -E tar xvf "${ZLIB_ARCHIVE}" - WORKING_DIRECTORY "${THIRDPARTY_DIR}" - RESULT_VARIABLE _zlib_extract_res - ) - if(NOT _zlib_extract_res EQUAL 0) - message(FATAL_ERROR "Failed to extract zlib archive") - endif() -endif() file(MAKE_DIRECTORY "${ZLIB_BUILD_DIR}") @@ -114,32 +85,10 @@ set_target_properties(zlib_external_lib PROPERTIES # =========================================== # 2) SDL2 (release-2.32.10.zip → SDL-release-2.32.10) - без изменений # =========================================== -set(SDL2_ARCHIVE "${THIRDPARTY_DIR}/release-2.32.10.zip") set(SDL2_SRC_DIR "${THIRDPARTY_DIR}/SDL-release-2.32.10") set(SDL2_BUILD_DIR "${SDL2_SRC_DIR}/build") set(SDL2_INSTALL_DIR "${SDL2_SRC_DIR}/install") -if(NOT EXISTS "${SDL2_ARCHIVE}") - log("Downloading SDL2 release-2.32.10.zip ...") - file(DOWNLOAD - "https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.32.10.zip" - "${SDL2_ARCHIVE}" - SHOW_PROGRESS - ) -endif() - -if(NOT EXISTS "${SDL2_SRC_DIR}/CMakeLists.txt") - log("Extracting SDL2 archive to SDL-release-2.32.10 ...") - execute_process( - COMMAND ${CMAKE_COMMAND} -E tar xvf "${SDL2_ARCHIVE}" - WORKING_DIRECTORY "${THIRDPARTY_DIR}" - RESULT_VARIABLE _sdl_extract_res - ) - if(NOT _sdl_extract_res EQUAL 0) - message(FATAL_ERROR "Failed to extract SDL2 archive") - endif() -endif() - file(MAKE_DIRECTORY "${SDL2_BUILD_DIR}") set(_have_sdl2 FALSE) @@ -220,32 +169,10 @@ log("-----${SDL2_INSTALL_DIR}/lib/SDL2maind.lib") # =========================================== # 3) libpng (v1.6.51.zip → libpng-1.6.51) - без изменений # =========================================== -set(LIBPNG_ARCHIVE "${THIRDPARTY_DIR}/v1.6.51.zip") set(LIBPNG_SRC_DIR "${THIRDPARTY_DIR}/libpng-1.6.51") set(LIBPNG_BUILD_DIR "${LIBPNG_SRC_DIR}/build") set(LIBPNG_INSTALL_DIR "${LIBPNG_SRC_DIR}/install") # на будущее -if(NOT EXISTS "${LIBPNG_ARCHIVE}") - log("Downloading libpng v1.6.51.zip ...") - file(DOWNLOAD - "https://github.com/pnggroup/libpng/archive/refs/tags/v1.6.51.zip" - "${LIBPNG_ARCHIVE}" - SHOW_PROGRESS - ) -endif() - -if(NOT EXISTS "${LIBPNG_SRC_DIR}/CMakeLists.txt") - log("Extracting libpng v1.6.51.zip to libpng-1.6.51 ...") - execute_process( - COMMAND ${CMAKE_COMMAND} -E tar xvf "${LIBPNG_ARCHIVE}" - WORKING_DIRECTORY "${THIRDPARTY_DIR}" - RESULT_VARIABLE _png_extract_res - ) - if(NOT _png_extract_res EQUAL 0) - message(FATAL_ERROR "Failed to extract libpng archive") - endif() -endif() - file(MAKE_DIRECTORY "${LIBPNG_BUILD_DIR}") # Проверяем, есть ли уже .lib (build/Debug или install/lib) @@ -311,33 +238,11 @@ set_target_properties(libpng_external_lib PROPERTIES # =========================================== # 4) libzip (v1.11.4.zip → libzip-1.11.4) - НОВАЯ ЗАВИСИМОСТЬ # =========================================== -set(LIBZIP_ARCHIVE "${THIRDPARTY_DIR}/v1.11.4.zip") set(LIBZIP_SRC_DIR "${THIRDPARTY_DIR}/libzip-1.11.4") set(LIBZIP_BUILD_DIR "${LIBZIP_SRC_DIR}/build") #set(LIBZIP_INSTALL_DIR "${LIBZIP_SRC_DIR}/install") set(LIBZIP_BASE_DIR "${LIBZIP_SRC_DIR}/install") -if(NOT EXISTS "${LIBZIP_ARCHIVE}") - log("Downloading libzip v1.11.4.zip ...") - file(DOWNLOAD - "https://github.com/nih-at/libzip/archive/refs/tags/v1.11.4.zip" - "${LIBZIP_ARCHIVE}" - SHOW_PROGRESS - ) -endif() - -if(NOT EXISTS "${LIBZIP_SRC_DIR}/CMakeLists.txt") - log("Extracting libzip v1.11.4.zip to libzip-1.11.4 ...") - execute_process( - COMMAND ${CMAKE_COMMAND} -E tar xvf "${LIBZIP_ARCHIVE}" - WORKING_DIRECTORY "${THIRDPARTY_DIR}" - RESULT_VARIABLE _zip_extract_res - ) - if(NOT _zip_extract_res EQUAL 0) - message(FATAL_ERROR "Failed to extract libzip archive") - endif() -endif() - file(MAKE_DIRECTORY "${LIBZIP_BUILD_DIR}") # Проверяем, собран ли уже libzip @@ -352,7 +257,6 @@ foreach(candidate endif() endforeach() - if(NOT _have_zip) foreach(cfg IN LISTS BUILD_CONFIGS) log("Configuring libzip (${cfg})...") @@ -412,30 +316,8 @@ set_target_properties(libzip_external_lib PROPERTIES # =========================================== # 5) Eigen (5.0.0.zip → eigen-5.0.0) - HEADER-ONLY # =========================================== -set(EIGEN_ARCHIVE "${THIRDPARTY_DIR}/eigen-5.0.0.zip") set(EIGEN_SRC_DIR "${THIRDPARTY_DIR}/eigen-5.0.0") -if(NOT EXISTS "${EIGEN_ARCHIVE}") - log("Downloading Eigen 5.0.0.zip ...") - file(DOWNLOAD - "https://gitlab.com/libeigen/eigen/-/archive/5.0.0/eigen-5.0.0.zip" - "${EIGEN_ARCHIVE}" - SHOW_PROGRESS - ) -endif() - -if(NOT EXISTS "${EIGEN_SRC_DIR}/CMakeLists.txt") - log("Extracting Eigen 5.0.0.zip ...") - execute_process( - COMMAND ${CMAKE_COMMAND} -E tar xvf "${EIGEN_ARCHIVE}" - WORKING_DIRECTORY "${THIRDPARTY_DIR}" - RESULT_VARIABLE _eigen_extract_res - ) - if(NOT _eigen_extract_res EQUAL 0) - message(FATAL_ERROR "Failed to extract Eigen archive") - endif() -endif() - if(NOT TARGET eigen_external_lib) add_library(eigen_external_lib INTERFACE) target_include_directories(eigen_external_lib INTERFACE "${EIGEN_SRC_DIR}") @@ -450,176 +332,8 @@ set(BOOST_ARCHIVE "${THIRDPARTY_DIR}/${BOOST_ARCHIVE_NAME}") # Внутри архива папка называется boost_1_90_0 set(BOOST_SRC_DIR "${THIRDPARTY_DIR}/boost_1_90_0") -if(NOT EXISTS "${BOOST_ARCHIVE}") - log("Downloading Boost ${BOOST_VERSION} ...") - file(DOWNLOAD - "https://archives.boost.io/release/1.90.0/source/${BOOST_ARCHIVE_NAME}" - "${BOOST_ARCHIVE}" - SHOW_PROGRESS - ) -endif() - -if(NOT EXISTS "${BOOST_SRC_DIR}/boost") - log("Extracting Boost ... (this may take a while)") - execute_process( - COMMAND ${CMAKE_COMMAND} -E tar xvf "${BOOST_ARCHIVE}" - WORKING_DIRECTORY "${THIRDPARTY_DIR}" - RESULT_VARIABLE _boost_extract_res - ) - if(NOT _boost_extract_res EQUAL 0) - message(FATAL_ERROR "Failed to extract Boost archive") - endif() -endif() - if(NOT TARGET boost_external_lib) add_library(boost_external_lib INTERFACE) # Boost заголовки находятся непосредственно в корне распакованной папки target_include_directories(boost_external_lib INTERFACE "${BOOST_SRC_DIR}") -endif() - -# =========================================== -# Основной проект space-game001 -# =========================================== -add_executable(space-game001 - src/main.cpp - src/Game.cpp - src/Game.h - src/Environment.cpp - src/Environment.h - src/render/Renderer.cpp - src/render/Renderer.h - src/render/ShaderManager.cpp - src/render/ShaderManager.h - src/render/TextureManager.cpp - src/render/TextureManager.h - src/TextModel.cpp - src/TextModel.h - src/AudioPlayerAsync.cpp - src/AudioPlayerAsync.h - src/BoneAnimatedModel.cpp - src/BoneAnimatedModel.h - src/render/OpenGlExtensions.cpp - src/render/OpenGlExtensions.h - src/utils/Utils.cpp - src/utils/Utils.h - src/SparkEmitter.cpp - src/SparkEmitter.h - src/planet/PlanetObject.cpp - src/planet/PlanetObject.h - src/planet/PlanetData.cpp - src/planet/PlanetData.h - src/utils/Perlin.cpp - src/utils/Perlin.h - src/utils/TaskManager.cpp - src/utils/TaskManager.h - src/planet/StoneObject.cpp - src/planet/StoneObject.h - src/render/FrameBuffer.cpp - src/render/FrameBuffer.h - src/UiManager.cpp - src/UiManager.h - src/Projectile.h - src/Projectile.cpp -) - -# Установка проекта по умолчанию для Visual Studio -set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT space-game001) - -# include-пути проекта -target_include_directories(space-game001 PRIVATE - "${CMAKE_CURRENT_SOURCE_DIR}/src" - "${CMAKE_CURRENT_SOURCE_DIR}/external" -) - -set_target_properties(space-game001 PROPERTIES - OUTPUT_NAME "space-game001" -) - -# Определения препроцессора: -# PNG_ENABLED – включает код PNG в TextureManager -# SDL_MAIN_HANDLED – отключает переопределение main -> SDL_main -target_compile_definitions(space-game001 PRIVATE - WIN32_LEAN_AND_MEAN - PNG_ENABLED - SDL_MAIN_HANDLED -# SIMPLIFIED -) - -# Линкуем с SDL2main, если он вообще установлен -target_link_libraries(space-game001 PRIVATE SDL2main_external_lib) - -# Линкуем сторонние библиотеки -target_link_libraries(space-game001 PRIVATE - SDL2_external_lib - libpng_external_lib - zlib_external_lib - libzip_external_lib - eigen_external_lib - boost_external_lib -) - -# Линкуем OpenGL (Windows) -if(WIN32) - target_link_libraries(space-game001 PRIVATE opengl32) -endif() - -# =========================================== -# Копирование SDL2d.dll и zlibd.dll рядом с exe -# =========================================== -if (WIN32) - - # SDL2: в Debug - SDL2d.dll, в Release - SDL2.dll - set(SDL2_DLL_SRC "$,${SDL2_INSTALL_DIR}/bin/SDL2d.dll,${SDL2_INSTALL_DIR}/bin/SDL2.dll>") - set(SDL2_DLL_DST "$,$/SDL2d.dll,$/SDL2.dll>") - - - set(LIBZIP_DLL_SRC "$,${LIBZIP_BASE_DIR}-Debug/bin/zip.dll,${LIBZIP_BASE_DIR}-Release/bin/zip.dll>") - - set(ZLIB_DLL_SRC "$,${ZLIB_INSTALL_DIR}/bin/zlibd.dll,${ZLIB_INSTALL_DIR}/bin/zlib.dll>") - set(ZLIB_DLL_DST "$,$/zlibd.dll,$/zlib.dll>") - - - add_custom_command(TARGET space-game001 POST_BUILD - COMMAND ${CMAKE_COMMAND} -E echo "Copying DLLs to output folder..." - - # Копируем SDL2 (целевое имя всегда SDL2.dll) - COMMAND ${CMAKE_COMMAND} -E copy_if_different - "${SDL2_DLL_SRC}" - "${SDL2_DLL_DST}" - - # Копируем LIBZIP (целевое имя всегда zip.dll) - COMMAND ${CMAKE_COMMAND} -E copy_if_different - "${LIBZIP_DLL_SRC}" - "$/zip.dll" - - COMMAND ${CMAKE_COMMAND} -E copy_if_different - "${ZLIB_DLL_SRC}" - "${ZLIB_DLL_DST}" - ) -endif() - -# =========================================== -# Копирование ресурсов после сборки -# =========================================== - -# Какие папки с ресурсами нужно копировать -set(RUNTIME_RESOURCE_DIRS - "resources" - #"shaders" - #"config" -) - -# Копируем ресурсы и шейдеры в папку exe и в корень build/ -foreach(resdir IN LISTS RUNTIME_RESOURCE_DIRS) - add_custom_command(TARGET space-game001 POST_BUILD - COMMAND ${CMAKE_COMMAND} -E echo "Copying ${resdir} to runtime folders..." - # 1) туда, где лежит exe (build/Debug, build/Release и т.п.) - COMMAND ${CMAKE_COMMAND} -E copy_directory - "${CMAKE_SOURCE_DIR}/${resdir}" - "$/${resdir}" - # 2) в корень build, если захочешь запускать из этой папки - COMMAND ${CMAKE_COMMAND} -E copy_directory - "${CMAKE_SOURCE_DIR}/${resdir}" - "${CMAKE_BINARY_DIR}/${resdir}" - ) -endforeach() \ No newline at end of file +endif() \ No newline at end of file diff --git a/proj-android/app/jni/CMakeLists.txt b/proj-android/app/jni/CMakeLists.txt index db3d0be..b40ad99 100644 --- a/proj-android/app/jni/CMakeLists.txt +++ b/proj-android/app/jni/CMakeLists.txt @@ -6,10 +6,24 @@ if(POLICY CMP0079) cmake_policy(SET CMP0079 NEW) endif() +# ============================================================================== +# 1. АВТО-ЗАГРУЗКА ИСХОДНИКОВ +# ============================================================================== +# Путь относительно текущего файла к папке с общими скриптами +include("${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/FetchDependencies.cmake") -# Сначала zlib -add_subdirectory("../../../thirdparty1/zlib-1.3.1" zlib-build) +# Теперь мы уверены, что папка thirdparty заполнена исходниками. +# Определяем базовый путь для удобства: +set(TP_ROOT "${THIRDPARTY_DIR}") +# ============================================================================== +# 2. НАСТРОЙКА ЗАВИСИМОСТЕЙ (СОБИРАЕМ ИЗ ИСХОДНИКОВ) +# ============================================================================== + +# --- ZLIB --- +add_subdirectory("${TP_ROOT}/zlib-1.3.1" zlib-build) + +# --- LIBPNG --- set(PNG_STATIC ON CACHE BOOL "Build static library" FORCE) set(PNG_SHARED OFF CACHE BOOL "Don't build shared library" FORCE) set(PNG_TESTS OFF CACHE BOOL "Disable tests" FORCE) @@ -17,19 +31,38 @@ set(PNG_TOOLS OFF CACHE BOOL "Disable tools" FORCE) set(PNG_EXECUTABLES OFF CACHE BOOL "Disable executables" FORCE) set(PNG_DEBUG OFF CACHE BOOL "Disable debug" FORCE) set(SKIP_INSTALL_ALL ON CACHE BOOL "Skip installation" FORCE) - -# Для Android отключаем оптимизации set(PNG_HARDWARE_OPTIMIZATIONS OFF CACHE BOOL "Disable hardware optimizations" FORCE) set(PNG_ARM_NEON "off" CACHE STRING "Disable ARM NEON" FORCE) -# Добавляем libpng -add_subdirectory("../../../thirdparty1/libpng-1.6.51" libpng-build) +add_subdirectory("${TP_ROOT}/libpng-1.6.51" libpng-build) -# Затем SDL -add_subdirectory("../../../thirdparty1/SDL-release-2.32.10" sdl-build) +# --- SDL2 --- +# Android-версия SDL требует специфичных настроек, но add_subdirectory обычно подхватывает их сама +add_subdirectory("${TP_ROOT}/SDL-release-2.32.10" sdl-build) +# --- LIBZIP --- +# Отключаем поиск системных крипто-библиотек, так как в NDK их может не быть в стандартных путях +set(ENABLE_GNUTLS OFF CACHE BOOL "" FORCE) +set(ENABLE_OPENSSL OFF CACHE BOOL "" FORCE) +set(ENABLE_WINDOWS_CRYPTO OFF CACHE BOOL "" FORCE) +set(ENABLE_COMMONCRYPTO OFF CACHE BOOL "" FORCE) +set(ENABLE_MBEDTLS OFF CACHE BOOL "" FORCE) -add_subdirectory("../../../thirdparty1/libzip-1.11.4" libzip-build) +add_subdirectory("${TP_ROOT}/libzip-1.11.4" libzip-build) -# И ваш код +# --- EIGEN & BOOST (Header-only) --- +# Мы создаем интерфейсные таргеты здесь, чтобы они были доступны в подпапке src +if(NOT TARGET eigen_external_lib) + add_library(eigen_external_lib INTERFACE) + target_include_directories(eigen_external_lib INTERFACE "${TP_ROOT}/eigen-5.0.0") +endif() + +if(NOT TARGET boost_external_lib) + add_library(boost_external_lib INTERFACE) + target_include_directories(boost_external_lib INTERFACE "${TP_ROOT}/boost_1_90_0") +endif() + +# ============================================================================== +# 3. ОСНОВНОЙ КОД +# ============================================================================== add_subdirectory(src) diff --git a/proj-android/app/jni/src/CMakeLists.txt b/proj-android/app/jni/src/CMakeLists.txt index 653f221..9812c39 100644 --- a/proj-android/app/jni/src/CMakeLists.txt +++ b/proj-android/app/jni/src/CMakeLists.txt @@ -39,7 +39,6 @@ add_library(main SHARED ../../../../src/BoneAnimatedModel.cpp ../../../../src/Environment.cpp ../../../../src/Game.cpp - #Game.cpp ../../../../src/main.cpp ../../../../src/Projectile.cpp ../../../../src/SparkEmitter.cpp @@ -56,7 +55,6 @@ add_library(main SHARED ../../../../src/render/ShaderManager.cpp ../../../../src/render/TextureManager.cpp ../../../../src/render/OpenGlExtensions.cpp - ) # Подключаем заголовки @@ -64,8 +62,8 @@ target_include_directories(main PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../SDL/include ${CMAKE_CURRENT_SOURCE_DIR}/../zlib ${CMAKE_CURRENT_SOURCE_DIR}/../libpng - ${CMAKE_CURRENT_SOURCE_DIR}/../../../../thirdparty1/eigen-5.0.0 - ${CMAKE_CURRENT_SOURCE_DIR}/../../../../thirdparty1/boost_1_90_0 + ${CMAKE_CURRENT_SOURCE_DIR}/../../../../thirdparty/eigen-5.0.0 + ${CMAKE_CURRENT_SOURCE_DIR}/../../../../thirdparty/boost_1_90_0 ${CMAKE_CURRENT_SOURCE_DIR}/../../../../src ${CMAKE_CURRENT_SOURCE_DIR}/../libzip ) diff --git a/proj-web/CMakeLists.txt b/proj-web/CMakeLists.txt index e594e5e..513de7b 100644 --- a/proj-web/CMakeLists.txt +++ b/proj-web/CMakeLists.txt @@ -1,11 +1,23 @@ cmake_minimum_required(VERSION 3.15) +# Фикс для Ninja на Windows +if(NOT CMAKE_MAKE_PROGRAM AND WIN32) + set(POTENTIAL_NINJA "${CMAKE_CURRENT_SOURCE_DIR}/ninja/ninja.exe") + if(EXISTS "${POTENTIAL_NINJA}") + set(CMAKE_MAKE_PROGRAM "${POTENTIAL_NINJA}" CACHE FILEPATH "Path to ninja" FORCE) + endif() +endif() + project(space-game001 CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -# Список исходных файлов +# --- АВТО-ЗАГРУЗКА ЗАВИСИМОСТЕЙ --- +include("${CMAKE_CURRENT_SOURCE_DIR}/../cmake/FetchDependencies.cmake") +# Теперь гарантированно есть папка ../thirdparty со всеми исходниками + +# Список исходных файлов (без изменений) set(SOURCES ../src/main.cpp ../src/Game.cpp @@ -30,86 +42,74 @@ set(SOURCES add_executable(space-game001 ${SOURCES}) -# Пути к инклудам +# Настройка путей к инклудам (используем скачанные исходники) target_include_directories(space-game001 PRIVATE ../src - ./src - ../thirdparty1/eigen-5.0.0 - ../thirdparty1/boost_1_90_0 - ./thirdparty/libzip-1.11.3/build-emcmake/install/include + ../thirdparty/eigen-5.0.0 + ../thirdparty/boost_1_90_0 ) -# Пути к либам и сами либы -target_link_directories(space-game001 PRIVATE - ./thirdparty/libzip-1.11.3/build-emcmake/install/lib -) -target_link_libraries(space-game001 zip z) +# Сборка libzip через add_subdirectory (Emscripten соберет её из исходников) +# Опции для либзипа, чтобы он не искал лишнего в системе +set(ENABLE_GNUTLS OFF CACHE BOOL "" FORCE) +set(ENABLE_OPENSSL OFF CACHE BOOL "" FORCE) +set(ENABLE_WINDOWS_CRYPTO OFF CACHE BOOL "" FORCE) +set(ENABLE_COMMONCRYPTO OFF CACHE BOOL "" FORCE) +add_subdirectory("../thirdparty/libzip-1.11.4" libzip-build) +# Линковка: +# 'zip' берется из add_subdirectory +# 'z' - это системный zlib Emscripten-а (флаг -sUSE_ZLIB=1 добавим ниже) +target_link_libraries(space-game001 PRIVATE zip z) + +# Эмскриптен-флаги set(EMSCRIPTEN_FLAGS "-sUSE_SDL=2" "-sUSE_SDL_IMAGE=2" "-sUSE_LIBPNG=1" + "-sUSE_ZLIB=1" # Добавили zlib порт "-pthread" "-sUSE_PTHREADS=1" "-fexceptions" ) -# Добавляем флаги компиляции -target_compile_options(space-game001 PRIVATE +target_compile_options(space-game001 PRIVATE ${EMSCRIPTEN_FLAGS} "-O2") + +set(EMSCRIPTEN_LINK_FLAGS ${EMSCRIPTEN_FLAGS} "-O2" -) - -# Специфичные флаги только для линковки -set(EMSCRIPTEN_LINK_FLAGS - ${EMSCRIPTEN_FLAGS} # SDL и Pthreads нужны и здесь - "-O2" "-sPTHREAD_POOL_SIZE=4" - "-sTOTAL_MEMORY=4294967296" - "-sINITIAL_MEMORY=3221225472" - "-sMAXIMUM_MEMORY=4294967296" "-sALLOW_MEMORY_GROWTH=1" "--preload-file resources.zip" ) -# Используем современный target_link_options вместо set_target_properties +# Применяем настройки линковки target_link_options(space-game001 PRIVATE ${EMSCRIPTEN_LINK_FLAGS}) -# Объединяем флаги в строку и применяем к таргету +# Для совместимости со старыми версиями CMake, если target_link_options недостаточно string(REPLACE ";" " " EMSCRIPTEN_LINK_FLAGS_STR "${EMSCRIPTEN_LINK_FLAGS}") - set_target_properties(space-game001 PROPERTIES LINK_FLAGS "${EMSCRIPTEN_LINK_FLAGS_STR}" SUFFIX ".html" ) -# Добавляем те же флаги для компиляции (pthread, exceptions и т.д.) -target_compile_options(space-game001 PRIVATE -O2 -pthread -fexceptions) - -# 1. Определяем пути +# --- Ресурсы и Деплой (без изменений) --- set(RESOURCES_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../resources") set(RESOURCES_ZIP "${CMAKE_CURRENT_BINARY_DIR}/resources.zip") - get_filename_component(RESOURCES_PARENT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/.." ABSOLUTE) -# 2. Создаем команду для запаковки add_custom_command( OUTPUT "${RESOURCES_ZIP}" - # Указываем "resources" как объект упаковки COMMAND ${CMAKE_COMMAND} -E tar "cf" "${RESOURCES_ZIP}" --format=zip "resources" - # Запускаем из корня проекта, чтобы путь "resources" был валидным WORKING_DIRECTORY "${RESOURCES_PARENT_DIR}" DEPENDS "${RESOURCES_PARENT_DIR}/resources" - COMMENT "Packing resources folder into ${RESOURCES_ZIP}..." ) -# 3. Создаем таргет-пустышку, чтобы CMake знал, что нужно запустить команду add_custom_target(pack_resources DEPENDS "${RESOURCES_ZIP}") - -# 4. Делаем основной проект зависимым от архивации add_dependencies(space-game001 pack_resources) + # Определяем путь к директории установки (относительно папки билда) set(CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/public") diff --git a/proj-web/README.md b/proj-web/README.md index 5ee3fe5..3d0307f 100644 --- a/proj-web/README.md +++ b/proj-web/README.md @@ -18,7 +18,7 @@ Build: ``` mkdir build cd build -emcmake cmake -G Ninja -DCMAKE_MAKE_PROGRAM="../thirdparty/ninja.exe" .. +emcmake cmake -G Ninja .. cmake --build . ``` diff --git a/proj-web/thirdparty/ninja.exe b/proj-web/ninja/ninja.exe similarity index 100% rename from proj-web/thirdparty/ninja.exe rename to proj-web/ninja/ninja.exe diff --git a/proj-web/thirdparty/libzip-1.11.3/.clang-format b/proj-web/thirdparty/libzip-1.11.3/.clang-format deleted file mode 100644 index 8bb62b8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.clang-format +++ /dev/null @@ -1,12 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -ColumnLimit: 2000 -AlwaysBreakAfterReturnType: TopLevelDefinitions -KeepEmptyLinesAtTheStartOfBlocks: false -MaxEmptyLinesToKeep: 2 -BreakBeforeBraces: Custom -BraceWrapping: - BeforeElse: true -AlignEscapedNewlines: Left -UseTab: Never -#PPDirectiveIndentStyle: AfterHash diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/bug-report.md b/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 86c1078..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug Report -about: Report where libzip didn't behave like you expected. -title: '' -labels: bug -assignees: '' - ---- - -**Describe the Bug** -A clear and concise description of what the bug is. - -**Expected Behavior** -A clear and concise description of what you expected to happen. - -**Observed Behavior** -A clear and concise description of what actually happened. - -**To Reproduce** -Short program or code snippet that reproduces the problem. - -**libzip Version** -Version of libzip or revision repository used. - -**Operating System** -Operating system and version, used compiler. - -**Test Files** -If applicable, attach and describe zip archives that trigger the problem. - -**Additional context** -Add any other context about the problem here. diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/compile-error.md b/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/compile-error.md deleted file mode 100644 index 45c8a7a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/compile-error.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Compile Error -about: Report when libzip does not compile. -title: '' -labels: compile -assignees: '' - ---- - -**Compiler Error** -Output from the compiler, including exact and complete error message, file name and line number. - -**libzip Version** -Version of libzip or revision repository used. - -**Operating System and Compiler** -The operating system and compiler used, including version number. - -Also, any flags passed to `cmake`. - -**Autodetected Configuration** -Attach `CmakeCache.txt` from your build directory. This list everything `cmake` detected on your system. - -**Additional context** -Add any other context about the problem here. diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/feature-request.md b/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index c23381e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Feature Request -about: Suggest an idea for this project. -title: '' -labels: enhancement -assignees: '' - ---- - -**Description** -A clear and concise description of what you want to achieve, why the current features are insufficient, and why you think it is generally useful. - -Also, have you checked whether the feature is already mentioned in TODO.md? If so, only submit a new issue if you expand on it. - -**Solution** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context about the feature request here. diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/other.md b/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index c33ef01..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Other -about: If you have a question about libzip , consider using Discussions instead. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/CIFuzz.yml b/proj-web/thirdparty/libzip-1.11.3/.github/workflows/CIFuzz.yml deleted file mode 100644 index 8d181e2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/CIFuzz.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CIFuzz -on: [pull_request] -permissions: - contents: read -jobs: - Fuzzing: - runs-on: ubuntu-latest - steps: - - name: Build Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master - with: - oss-fuzz-project-name: 'libzip' - dry-run: false - - name: Run Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master - with: - oss-fuzz-project-name: 'libzip' - fuzz-seconds: 600 - dry-run: false - - name: Upload Crash - uses: actions/upload-artifact@v4 - if: failure() - with: - name: artifacts - path: ./out/artifacts diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/bsd.yml b/proj-web/thirdparty/libzip-1.11.3/.github/workflows/bsd.yml deleted file mode 100644 index 258f656..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/bsd.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: BSD -on: [push] -jobs: - NetBSD: - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v4 - - name: NetBSD test - uses: vmactions/netbsd-vm@v1 - with: - usesh: true - copyback: false - prepare: | - /usr/sbin/pkg_add cmake zstd py313-pip - /usr/pkg/bin/pip-3.13 install nihtest - # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path - echo "/usr/pkg/bin" >> "$GITHUB_PATH" - run: | - cmake -E make_directory ${{runner.workspace}}/build - cmake ${{ matrix.cmake_extra }} ${{github.workspace}} - cmake --build . --config Release - ctest --output-on-failure -V -C Release diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/build.yml b/proj-web/thirdparty/libzip-1.11.3/.github/workflows/build.yml deleted file mode 100644 index ff3f15c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/build.yml +++ /dev/null @@ -1,65 +0,0 @@ -name: build -on: [push] -permissions: - contents: read -jobs: - all: - runs-on: ${{ matrix.os }} - name: ${{ matrix.os }}${{ matrix.name_extra }} - strategy: - fail-fast: false - matrix: - os: [macos-latest, ubuntu-latest, windows-latest] - cmake_extra: [""] - name_extra: [""] - include: - - os: windows-latest - cmake_extra: "-T ClangCl" - name_extra: " clang-cl" - steps: - - name: checkout - uses: actions/checkout@v4 - - name: install python and pip - uses: actions/setup-python@v5 - with: - python-version: '3.11' - - name: install dependencies (Linux) - if: ${{ runner.os == 'Linux' }} - run: | - sudo apt-get install libzstd-dev - - name: install latest CMake and Ninja for lukka/run-vcpkg (Windows) - if: ${{ runner.os == 'Windows' }} - uses: lukka/get-cmake@latest - - name: install dependencies (Windows) - if: ${{ runner.os == 'Windows' }} - uses: lukka/run-vcpkg@v11 - with: - vcpkgGitCommitId: 2cf957350da28ad032178a974607f59f961217d9 - - name: prepare build directory and install nihtest - run: | - cmake -E make_directory ${{runner.workspace}}/build - pip install nihtest - - name: configure (Unix) - if: ${{ runner.os != 'Windows' }} - working-directory: ${{runner.workspace}}/build - run: | - cmake ${{ matrix.cmake_extra }} ${{github.workspace}} - - name: configure (Windows) - if: ${{ runner.os == 'Windows' }} - working-directory: ${{runner.workspace}}/build - run: | - cmake ${{ matrix.cmake_extra }} -DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake ${{github.workspace}} - - name: build - working-directory: ${{runner.workspace}}/build - run: | - cmake --build . --config Release - - name: Archive production artifacts - uses: actions/upload-artifact@v4 - with: - name: regress-directory-${{ matrix.os }}-${{ matrix.name_extra }} - path: | - ${{runner.workspace}}/build/regress - - name: test - working-directory: ${{runner.workspace}}/build - run: | - ctest --output-on-failure -V -C Release diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/codeql-analysis.yml b/proj-web/thirdparty/libzip-1.11.3/.github/workflows/codeql-analysis.yml deleted file mode 100644 index de54490..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,74 +0,0 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -name: "CodeQL" - -on: - push: - branches: [master] - pull_request: - # The branches below must be a subset of the branches above - branches: [master] - schedule: - - cron: '0 10 * * 4' - -permissions: - contents: read - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - # Override automatic language detection by changing the below list - # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python'] - language: ['cpp'] - # Learn more... - # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - # We must fetch at least the immediate parents so that if this is - # a pull request then we can checkout the head. - fetch-depth: 2 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 diff --git a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/coverity.yml b/proj-web/thirdparty/libzip-1.11.3/.github/workflows/coverity.yml deleted file mode 100644 index cddbfc9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/.github/workflows/coverity.yml +++ /dev/null @@ -1,80 +0,0 @@ -name: Coverity - -on: - schedule: - - cron: '0 3 * * 1' - # Mondays at 03:00 - workflow_dispatch: - -jobs: - build: - name: Coverity - runs-on: ubuntu-latest - environment: coverity - - env: - TOKEN: ${{ secrets.COVERITY_TOKEN }} - PROJECT: libzip - SHORT_PROJECT: libzip - EMAIL: wiz@gatalith.at - COV_TOOLS: cov-tools - COV_RESULTS: cov-int - - steps: - - name: Check Secret - run: | - [ -n "${{ secrets.COVERITY_TOKEN }}" ] - - - name: Checkout Code - uses: actions/checkout@v4 - - - name: Install Dependencies - run: | - sudo apt-get install libzstd-dev - - - name: Configure - run: | - cmake -E make_directory ${{runner.workspace}}/build - cmake ${{ matrix.cmake_extra }} ${{github.workspace}} - - - name: Download Coverity - run: | - wget --quiet https://scan.coverity.com/download/linux64 --post-data "token=$TOKEN&project=$PROJECT" -O "$COV_TOOLS.tar.gz" - mkdir "$COV_TOOLS" - tar xzf "$COV_TOOLS.tar.gz" --strip 1 -C "$COV_TOOLS" - ls -l "$COV_TOOLS" - - - name: Build with Coverity - run: | - export PATH="$(pwd)/$COV_TOOLS/bin:$PATH" - cov-build --dir $COV_RESULTS make -j ${{steps.cpu-cores.outputs.count}} - # Filter out private info - sed -E -i 's/TOKEN=([-_A-Za-z0-9]+)/TOKEN=XXX/g' cov-int/build-log.txt - - - name: Upload build log - uses: actions/upload-artifact@v4 - with: - name: build-log - path: cov-int/build-log.txt - retention-days: 10 - - - name: Submit Results - run: | - tar -czf $SHORT_PROJECT.tgz $COV_RESULTS - ls -lh $SHORT_PROJECT.tgz - git config --global --add safe.directory "$GITHUB_WORKSPACE" - GIT_HASH="$(git rev-parse --short HEAD)" - echo "HASH: $GIT_HASH" - GIT_DESC="$(git log -n1 --format="%s" $GIT_HASH)" - echo "DESC: $GIT_DESC" - curl --fail --output curl.log \ - --form token=$TOKEN \ - --form email=$EMAIL \ - --form file=@$SHORT_PROJECT.tgz \ - --form version="$GIT_HASH" \ - --form description="$GIT_DESC" \ - https://scan.coverity.com/builds?project=$PROJECT - # If we go over quota, alert the user - cat curl.log - grep -qv "quota.*reached" curl.log || false - diff --git a/proj-web/thirdparty/libzip-1.11.3/API-CHANGES.md b/proj-web/thirdparty/libzip-1.11.3/API-CHANGES.md deleted file mode 100644 index 4bfb7b2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/API-CHANGES.md +++ /dev/null @@ -1,174 +0,0 @@ -# libzip API changes - -This file describes changes in the libzip API and how to adapt your -code for them. - -You can define `ZIP_DISABLE_DEPRECATED` before including `` to hide -prototypes for deprecated functions, to find out about functions that -might be removed at some point. - -## Changed in libzip-1.10.0 - -### deprecated `zip_source_zip` and `zip_source_zip_create` - -These functions were replaced with `zip_source_zip_file` and `zip_source_zip_file_create`. The implicit handling of the flag `ZIP_FL_COMPRESSED` was removed, the flag can now be specified explicitly. - -If you want to get the compressed data for the whole file, use - -```C -zip_source_zip_file(za, source_archive, source_index, ZIP_FL_COMPRESSED, 0, -1, NULL) -``` - -## Changed in libzip-1.0 - -### new type `zip_error_t` - -Error information is stored in the newly public type `zip_error_t`. Use -this to access information about an error, instead of the deprecated -functions that operated on two ints. - -deprecated functions: -- `zip_error_get_sys_type()` -- `zip_error_get()` -- `zip_error_to_str()` -- `zip_file_error_get()` - -See their man pages for instructions on how to replace them. - -The most common affected use is `zip_open`. The new recommended usage -is: - -```c -int err; -if ((za = zip_open(archive, flags, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "can't open zip archive '%s': %s\n", archive, zip_error_strerror(&error)); - zip_error_fini(&error); -} -``` - -### more typedefs - -The following typedefs have been added for better readability: - -```c -typedef struct zip zip_t; -typedef struct zip_file zip_file_t; -typedef struct zip_source zip_source_t; -typedef struct zip_stat zip_stat_t; -``` - -This means you can use "`zip_t`" instead of "`struct zip`", etc. - - -### torrentzip support removed - -torrentzip depends on a particular zlib version which is by now quite -old. - -## Changed in libzip-0.11 - -### new type `zip_flags_t` - -The functions which have flags now use the `zip_flags_t` type for this. -All old flags fit; you need only to adapt code if you were saving flags in a -local variable. Use `zip_flags_t` for such a variable. -This affects: -- `zip_fopen()` -- `zip_fopen_encrypted()` -- `zip_fopen_index()` -- `zip_fopen_index_encrypted()` -- `zip_get_archive_comment()` -- `zip_get_archive_flag()` -- `zip_get_num_entries()` -- `zip_get_name()` -- `zip_name_locate()` -- `zip_set_archive_flag()` -- `zip_source_zip()` -- `zip_stat()` -- `zip_stat_index()` - -#### `ZIP_FL_*`, `ZIP_AFL_*`, `ZIP_STAT_*` are now unsigned constants - -To match the new `zip_flags_t` type. - -#### `zip_add()`, `zip_add_dir()` - -These functions were replaced with `zip_file_add()` and `zip_dir_add()`, respectively, -to add a flags argument. - -#### `zip_rename()`, `zip_replace()` - -These functions were replaced with `zip_file_rename()` and `zip_file_replace()`, -respectively, to add a flags argument. - -#### `zip_get_file_comment()` - -This function was replaced with `zip_file_get_comment()`; one argument was promoted from -`int` to `zip_uint32_t`, the other is now a `zip_flags_t`. - -#### `zip_set_file_comment()` - -This function was replaced with `zip_file_set_comment()`; an argument was promoted from -`int` to `zip_uint16_t`, and a `zip_flags_t` argument was added. - -### integer type size changes - -Some argument and return values were not the right size or sign. - -#### `zip_name_locate()` - -The return value was `int`, which can be too small. The function now returns `zip_int64_t`. - - -#### `zip_get_num_entries()` - -The return type is now signed, to allow signaling errors. - -#### `zip_set_archive_comment()` - -The last argument changed from `int` to `zip_uint16_t`. - -### extra field handling rewritten - -The `zip_get_file_extra()` and `zip_set_file_extra()` functions were removed. -They only worked on the whole extra field set. - -Instead, you can now set, get, count, and delete each extra field separately, -using the functions: -- `zip_file_extra_field_delete()` -- `zip_file_extra_field_delete_by_id()` -- `zip_file_extra_field_get()` -- `zip_file_extra_field_get_by_id()` -- `zip_file_extra_fields_count()` -- `zip_file_extra_fields_count_by_id()` -- `zip_file_extra_field_set()` - -Please read the corresponding man pages for details. - -### new functions - -#### `zip_discard()` - -The new `zip_discard()` function closes an archive without committing the -scheduled changes. - -#### `zip_set_file_compression()` - -The new `zip_set_file_compression()` function allows setting compression -levels for files. - -### argument changes - -#### file names - -File names arguments are now allowed to be `NULL` to have an empty file name. -This mostly affects `zip_file_add()`, `zip_dir_add()`, and `zip_file_rename()`. - -For `zip_get_name()`, `zip_file_get_comment()`, and `zip_get_archive_comment()`, if -the file name or comment is empty, a string of length 0 is returned. -`NULL` is returned for errors only. - -Previously, `NULL` was returned for empty/unset file names and comments and -errors, leaving no way to differentiate between the two. diff --git a/proj-web/thirdparty/libzip-1.11.3/AUTHORS b/proj-web/thirdparty/libzip-1.11.3/AUTHORS deleted file mode 100644 index 12f7a88..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -Dieter Baron -Thomas Klausner diff --git a/proj-web/thirdparty/libzip-1.11.3/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/CMakeLists.txt deleted file mode 100644 index b5fa1ec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/CMakeLists.txt +++ /dev/null @@ -1,499 +0,0 @@ -cmake_minimum_required(VERSION 3.10) - -list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) -if (${CMAKE_VERSION} VERSION_LESS "3.17.0") - list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake-compat) -endif() - - -project(libzip - VERSION 1.11.3 - LANGUAGES C) - -if(NOT libzip_VERSION_PATCH) - set(libzip_VERSION_PATCH 0) -endif() - -option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON) -option(ENABLE_GNUTLS "Enable use of GnuTLS" ON) -option(ENABLE_MBEDTLS "Enable use of mbed TLS" ON) -option(ENABLE_OPENSSL "Enable use of OpenSSL" ON) -option(ENABLE_WINDOWS_CRYPTO "Enable use of Windows cryptography libraries" ON) - -option(ENABLE_BZIP2 "Enable use of BZip2" ON) -option(ENABLE_LZMA "Enable use of LZMA" ON) -option(ENABLE_ZSTD "Enable use of Zstandard" ON) - -option(ENABLE_FDOPEN "Enable zip_fdopen, which is not allowed in Microsoft CRT secure libraries" ON) - -option(BUILD_TOOLS "Build tools in the src directory (zipcmp, zipmerge, ziptool)" ON) -option(BUILD_REGRESS "Build regression tests" ON) -option(BUILD_OSSFUZZ "Build fuzzers for ossfuzz" ON) -option(BUILD_EXAMPLES "Build examples" ON) -option(BUILD_DOC "Build documentation" ON) - -include(CheckFunctionExists) -include(CheckIncludeFiles) -include(CheckLibraryExists) -include(CheckSymbolExists) -include(CheckTypeSize) -include(CheckCSourceRuns) -include(CheckCSourceCompiles) -include(CheckStructHasMember) -include(TestBigEndian) -include(GNUInstallDirs) - -if(ENABLE_COMMONCRYPTO) - check_include_files(CommonCrypto/CommonCrypto.h COMMONCRYPTO_FOUND) -endif() -if(ENABLE_GNUTLS) - find_package(Nettle 3.0) - find_package(GnuTLS) -endif() -if(ENABLE_MBEDTLS) - find_package(MbedTLS 1.0) -endif() -if(ENABLE_OPENSSL) - find_package(OpenSSL) -endif() -if(WIN32) - if(ENABLE_WINDOWS_CRYPTO) - set(WINDOWS_CRYPTO_FOUND TRUE) - endif() -endif() - -option(BUILD_SHARED_LIBS "Build shared libraries" ON) -option(LIBZIP_DO_INSTALL "Install libzip and the related files" ON) - -option(SHARED_LIB_VERSIONNING "Add SO version in .so build" ON) - -find_program(MDOCTOOL NAMES mandoc groff) -if (MDOCTOOL) - set(DOCUMENTATION_FORMAT "mdoc" CACHE STRING "Documentation format") -else() - find_program(MANTOOL NAMES nroff) - if (MANTOOL) - set(DOCUMENTATION_FORMAT "man" CACHE STRING "Documentation format") - else() - set(DOCUMENTATION_FORMAT "html" CACHE STRING "Documentation format") - endif() -endif() - -include(Dist) -Dist(${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION}) - -#ADD_CUSTOM_TARGET(uninstall -# COMMAND cat ${PROJECT_BINARY_DIR}/install_manifest.txt | xargs rm -# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} -# ) - -if(BUILD_SHARED_LIBS) - set(HAVE_SHARED TRUE) -else() - set(ZIP_STATIC TRUE) -endif() - -# Checks - -# Request ISO C secure library functions (memcpy_s &c) -list(APPEND CMAKE_REQUIRED_DEFINITIONS -D__STDC_WANT_LIB_EXT1__=1) - -check_function_exists(_close HAVE__CLOSE) -check_function_exists(_dup HAVE__DUP) -check_function_exists(_fdopen HAVE__FDOPEN) -check_function_exists(_fileno HAVE__FILENO) -check_function_exists(_fseeki64 HAVE__FSEEKI64) -check_function_exists(_fstat64 HAVE__FSTAT64) -check_function_exists(_setmode HAVE__SETMODE) -check_function_exists(_stat64 HAVE__STAT64) -check_symbol_exists(_snprintf stdio.h HAVE__SNPRINTF) -check_symbol_exists(_snprintf_s stdio.h HAVE__SNPRINTF_S) -check_symbol_exists(_snwprintf_s stdio.h HAVE__SNWPRINTF_S) -check_function_exists(_strdup HAVE__STRDUP) -check_symbol_exists(_stricmp string.h HAVE__STRICMP) -check_function_exists(_strtoi64 HAVE__STRTOI64) -check_function_exists(_strtoui64 HAVE__STRTOUI64) -check_function_exists(_unlink HAVE__UNLINK) -check_function_exists(arc4random HAVE_ARC4RANDOM) -check_function_exists(clonefile HAVE_CLONEFILE) -check_function_exists(explicit_bzero HAVE_EXPLICIT_BZERO) -check_function_exists(explicit_memset HAVE_EXPLICIT_MEMSET) -check_function_exists(fchmod HAVE_FCHMOD) -check_function_exists(fileno HAVE_FILENO) -check_function_exists(fseeko HAVE_FSEEKO) -check_function_exists(ftello HAVE_FTELLO) -check_function_exists(getprogname HAVE_GETPROGNAME) -check_function_exists(GetSecurityInfo HAVE_GETSECURITYINFO) -check_symbol_exists(localtime_r time.h HAVE_LOCALTIME_R) -check_symbol_exists(localtime_s time.h HAVE_LOCALTIME_S) -check_function_exists(memcpy_s HAVE_MEMCPY_S) -check_function_exists(random HAVE_RANDOM) -check_function_exists(setmode HAVE_SETMODE) -check_symbol_exists(snprintf stdio.h HAVE_SNPRINTF) -check_symbol_exists(snprintf_s stdio.h HAVE_SNPRINTF_S) -check_symbol_exists(strcasecmp strings.h HAVE_STRCASECMP) -check_function_exists(strdup HAVE_STRDUP) -check_function_exists(strerror_s HAVE_STRERROR_S) -check_function_exists(strerrorlen_s HAVE_STRERRORLEN_S) -check_function_exists(stricmp HAVE_STRICMP) -check_function_exists(strncpy_s HAVE_STRNCPY_S) -check_function_exists(strtoll HAVE_STRTOLL) -check_function_exists(strtoull HAVE_STRTOULL) - -check_include_files("sys/types.h;sys/stat.h;fts.h" HAVE_FTS_H) -# fts functions may be in external library -if(HAVE_FTS_H) - check_function_exists(fts_open HAVE_FTS_OPEN) - if(NOT HAVE_FTS_OPEN) - check_library_exists(fts fts_open "" HAVE_LIB_FTS) - else(NOT HAVE_FTS_OPEN) - set(HAVE_LIB_FTS "" CACHE INTERNAL "") - endif(NOT HAVE_FTS_OPEN) -else(HAVE_FTS_H) - set(HAVE_LIB_FTS "" CACHE INTERNAL "") -endif(HAVE_FTS_H) - -if(HAVE_LIB_FTS) - set(FTS_LIB fts CACHE INTERNAL "") -else() - set(FTS_LIB "" CACHE INTERNAL "") -endif() - -check_include_files(stdbool.h HAVE_STDBOOL_H) -check_include_files(strings.h HAVE_STRINGS_H) -check_include_files(unistd.h HAVE_UNISTD_H) - -check_include_files(inttypes.h HAVE_INTTYPES_H_LIBZIP) -check_include_files(stdint.h HAVE_STDINT_H_LIBZIP) -check_include_files(sys/types.h HAVE_SYS_TYPES_H_LIBZIP) - -# TODO: fix test -# this test does not find __progname even when it exists -#check_symbol_exists(__progname stdlib.h HAVE___PROGNAME) - -check_type_size(__int8 __INT8_LIBZIP) -check_type_size(int8_t INT8_T_LIBZIP) -check_type_size(uint8_t UINT8_T_LIBZIP) -check_type_size(__int16 __INT16_LIBZIP) -check_type_size(int16_t INT16_T_LIBZIP) -check_type_size(uint16_t UINT16_T_LIBZIP) -check_type_size(__int32 __INT32_LIBZIP) -check_type_size(int32_t INT32_T_LIBZIP) -check_type_size(uint32_t UINT32_T_LIBZIP) -check_type_size(__int64 __INT64_LIBZIP) -check_type_size(int64_t INT64_T_LIBZIP) -check_type_size(uint64_t UINT64_T_LIBZIP) -check_type_size("short" SHORT_LIBZIP) -check_type_size("int" INT_LIBZIP) -check_type_size("long" LONG_LIBZIP) -check_type_size("long long" LONG_LONG_LIBZIP) -check_type_size("off_t" SIZEOF_OFF_T) -check_type_size("size_t" SIZEOF_SIZE_T) - -check_c_source_compiles("#include -#include -int main(int argc, char *argv[]) { unsigned long x = FICLONERANGE; }" HAVE_FICLONERANGE) - -test_big_endian(WORDS_BIGENDIAN) - -find_package(ZLIB 1.1.2 REQUIRED) -# so developers on systems where zlib is named differently (Windows, sometimes) -# can override the name used in the pkg-config file -if (NOT ZLIB_LINK_LIBRARY_NAME) - set(ZLIB_LINK_LIBRARY_NAME "z") - - # Get the correct name in common cases - list(LENGTH ZLIB_LIBRARIES N_ZLIB_LIBRARIES) - if(N_ZLIB_LIBRARIES EQUAL 1) - set(ZLIB_FILENAME ${ZLIB_LIBRARIES}) - elseif(N_ZLIB_LIBRARIES EQUAL 4) - # ZLIB_LIBRARIES might have the target_link_library() format like - # "optimized;path/to/zlib.lib;debug;path/to/zlibd.lib". Use the 'optimized' - # case unless we know we are in a Debug build. - if(CMAKE_BUILD_TYPE STREQUAL "Debug") - list(FIND ZLIB_LIBRARIES "debug" ZLIB_LIBRARIES_INDEX_OF_CONFIG) - else() - list(FIND ZLIB_LIBRARIES "optimized" ZLIB_LIBRARIES_INDEX_OF_CONFIG) - endif() - if(ZLIB_LIBRARIES_INDEX_OF_CONFIG GREATER_EQUAL 0) - math(EXPR ZLIB_FILENAME_INDEX "${ZLIB_LIBRARIES_INDEX_OF_CONFIG}+1") - list(GET ZLIB_LIBRARIES ${ZLIB_FILENAME_INDEX} ZLIB_FILENAME) - endif() - endif() - if(ZLIB_FILENAME) - get_filename_component(ZLIB_FILENAME ${ZLIB_FILENAME} NAME_WE) - string(REGEX REPLACE "^lib" "" ZLIB_LINK_LIBRARY_NAME ${ZLIB_FILENAME}) - endif() -endif(NOT ZLIB_LINK_LIBRARY_NAME) - -if(ENABLE_BZIP2) - find_package(BZip2) - if(BZIP2_FOUND) - set(HAVE_LIBBZ2 1) - else() - message(WARNING "-- bzip2 library not found; bzip2 support disabled") - endif(BZIP2_FOUND) -endif(ENABLE_BZIP2) - -if(ENABLE_LZMA) - find_package(LibLZMA 5.2) - if(LIBLZMA_FOUND) - set(HAVE_LIBLZMA 1) - else() - message(WARNING "-- lzma library not found; lzma/xz support disabled") - endif(LIBLZMA_FOUND) -endif(ENABLE_LZMA) - -if(ENABLE_ZSTD) - find_package(zstd 1.4.0) - if(zstd_FOUND) - set(HAVE_LIBZSTD 1) - if(TARGET zstd::libzstd_shared AND BUILD_SHARED_LIBS) - set(zstd_TARGET zstd::libzstd_shared) - else() - set(zstd_TARGET zstd::libzstd_static) - endif() - else() - message(WARNING "-- zstd library not found; zstandard support disabled") - endif(zstd_FOUND) -endif(ENABLE_ZSTD) - -if (COMMONCRYPTO_FOUND) - set(HAVE_CRYPTO 1) - set(HAVE_COMMONCRYPTO 1) -elseif (WINDOWS_CRYPTO_FOUND) - set(HAVE_CRYPTO 1) - set(HAVE_WINDOWS_CRYPTO 1) -elseif (OPENSSL_FOUND) - set(HAVE_CRYPTO 1) - set(HAVE_OPENSSL 1) -elseif (GNUTLS_FOUND AND NETTLE_FOUND) - set(HAVE_CRYPTO 1) - set(HAVE_GNUTLS 1) -elseif (MBEDTLS_FOUND) - set(HAVE_CRYPTO 1) - set(HAVE_MBEDTLS 1) -endif() - -if ((ENABLE_COMMONCRYPTO OR ENABLE_GNUTLS OR ENABLE_MBEDTLS OR ENABLE_OPENSSL OR ENABLE_WINDOWS_CRYPTO) AND NOT HAVE_CRYPTO) - message(WARNING "-- neither Common Crypto, GnuTLS, mbed TLS, OpenSSL, nor Windows Cryptography found; AES support disabled") -endif() - -if(MSVC) - add_compile_definitions(_CRT_SECURE_NO_WARNINGS) - add_compile_definitions(_CRT_NONSTDC_NO_DEPRECATE) -endif(MSVC) - -if(WIN32) - if(CMAKE_SYSTEM_NAME MATCHES WindowsPhone OR CMAKE_SYSTEM_NAME MATCHES WindowsStore) - add_compile_definitions(MS_UWP) - endif(CMAKE_SYSTEM_NAME MATCHES WindowsPhone OR CMAKE_SYSTEM_NAME MATCHES WindowsStore) -endif(WIN32) - -# rpath handling: use rpath in installed binaries -if(NOT CMAKE_SYSTEM_NAME MATCHES Linux) - set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}) - set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -endif() - -# for code completion frameworks -set(CMAKE_EXPORT_COMPILE_COMMANDS ON) - -# Testing -ENABLE_TESTING() - -# Targets -ADD_SUBDIRECTORY(lib) - -if(BUILD_DOC) - ADD_SUBDIRECTORY(man) -endif() - -if(BUILD_TOOLS) - ADD_SUBDIRECTORY(src) -else(BUILD_TOOLS) - if(BUILD_REGRESS) - message(WARNING "-- tools build has been disabled, but they are needed for regression tests; regression testing disabled") - set(BUILD_REGRESS OFF) - endif(BUILD_REGRESS) -endif() - -find_program(NIHTEST nihtest) - -if(BUILD_REGRESS AND NOT NIHTEST) - message(WARNING "-- nihtest not found, regression testing disabled") - set(BUILD_REGRESS OFF) -endif() - -if(BUILD_REGRESS) - add_subdirectory(regress) -endif() - -if(BUILD_OSSFUZZ) - add_subdirectory(ossfuzz) -endif() - -if(BUILD_EXAMPLES) - add_subdirectory(examples) -endif() - - -# pkgconfig file -file(RELATIVE_PATH pc_relative_bindir ${CMAKE_INSTALL_PREFIX} ${CMAKE_INSTALL_FULL_BINDIR}) -set(bindir "\${prefix}/${pc_relative_bindir}") -file(RELATIVE_PATH pc_relative_libdir ${CMAKE_INSTALL_PREFIX} ${CMAKE_INSTALL_FULL_LIBDIR}) -set(libdir "\${prefix}/${pc_relative_libdir}") -file(RELATIVE_PATH pc_relative_includedir ${CMAKE_INSTALL_PREFIX} ${CMAKE_INSTALL_FULL_INCLUDEDIR}) -set(includedir "\${prefix}/${pc_relative_includedir}") -if(CMAKE_SYSTEM_NAME MATCHES BSD) - set(PKG_CONFIG_RPATH "-Wl,-R\${libdir}") -endif(CMAKE_SYSTEM_NAME MATCHES BSD) -get_target_property(LIBS_PRIVATE zip LINK_LIBRARIES) -foreach(LIB ${LIBS_PRIVATE}) - if(LIB MATCHES "^/") - get_filename_component(LIB ${LIB} NAME_WE) - string(REGEX REPLACE "^lib" "" LIB ${LIB}) - endif() - set(LIBS "${LIBS} -l${LIB}") -endforeach() -STRING(CONCAT zlib_link_name "-l" ${ZLIB_LINK_LIBRARY_NAME}) -string(REGEX REPLACE "-lBZip2::BZip2" "-lbz2" LIBS ${LIBS}) -string(REGEX REPLACE "-lLibLZMA::LibLZMA" "-llzma" LIBS ${LIBS}) -if(zstd_TARGET) - string(REGEX REPLACE "-l${zstd_TARGET}" "-lzstd" LIBS ${LIBS}) -endif() -string(REGEX REPLACE "-lOpenSSL::Crypto" "-lssl -lcrypto" LIBS ${LIBS}) -string(REGEX REPLACE "-lZLIB::ZLIB" ${zlib_link_name} LIBS ${LIBS}) -string(REGEX REPLACE "-lGnuTLS::GnuTLS" "-lgnutls" LIBS ${LIBS}) -string(REGEX REPLACE "-lNettle::Nettle" "-lnettle" LIBS ${LIBS}) -configure_file(libzip.pc.in libzip.pc @ONLY) -if(LIBZIP_DO_INSTALL) - install(FILES ${PROJECT_BINARY_DIR}/libzip.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) -endif() - -# fixed size integral types - -if(HAVE_INTTYPES_H_LIBZIP) - set(LIBZIP_TYPES_INCLUDE "#if !defined(__STDC_FORMAT_MACROS) -#define __STDC_FORMAT_MACROS 1 -#endif -#include ") -elseif(HAVE_STDINT_H_LIBZIP) - set(LIBZIP_TYPES_INCLUDE "#include ") -elseif(HAVE_SYS_TYPES_H_LIBZIP) - set(LIBZIP_TYPES_INCLUDE "#include ") -endif() - -if(HAVE_INT8_T_LIBZIP) - set(ZIP_INT8_T int8_t) -elseif(HAVE___INT8_LIBZIP) - set(ZIP_INT8_T __int8) -else() - set(ZIP_INT8_T "signed char") -endif() - -if(HAVE_UINT8_T_LIBZIP) - set(ZIP_UINT8_T uint8_t) -elseif(HAVE___INT8_LIBZIP) - set(ZIP_UINT8_T "unsigned __int8") -else() - set(ZIP_UINT8_T "unsigned char") -endif() - -if(HAVE_INT16_T_LIBZIP) - set(ZIP_INT16_T int16_t) -elseif(HAVE___INT16_LIBZIP) - set(INT16_T_LIBZIP __int16) -elseif(SHORT_LIBZIP EQUAL 2) - set(INT16_T_LIBZIP short) -endif() - -if(HAVE_UINT16_T_LIBZIP) - set(ZIP_UINT16_T uint16_t) -elseif(HAVE___INT16_LIBZIP) - set(UINT16_T_LIBZIP "unsigned __int16") -elseif(SHORT_LIBZIP EQUAL 2) - set(UINT16_T_LIBZIP "unsigned short") -endif() - -if(HAVE_INT32_T_LIBZIP) - set(ZIP_INT32_T int32_t) -elseif(HAVE___INT32_LIBZIP) - set(ZIP_INT32_T __int32) -elseif(INT_LIBZIP EQUAL 4) - set(ZIP_INT32_T int) -elseif(LONG_LIBZIP EQUAL 4) - set(ZIP_INT32_T long) -endif() - -if(HAVE_UINT32_T_LIBZIP) - set(ZIP_UINT32_T uint32_t) -elseif(HAVE___INT32_LIBZIP) - set(ZIP_UINT32_T "unsigned __int32") -elseif(INT_LIBZIP EQUAL 4) - set(ZIP_UINT32_T "unsigned int") -elseif(LONG_LIBZIP EQUAL 4) - set(ZIP_UINT32_T "unsigned long") -endif() - -if(HAVE_INT64_T_LIBZIP) - set(ZIP_INT64_T int64_t) -elseif(HAVE___INT64_LIBZIP) - set(ZIP_INT64_T __int64) -elseif(LONG_LIBZIP EQUAL 8) - set(ZIP_INT64_T long) -elseif(LONG_LONG_LIBZIP EQUAL 8) - set(ZIP_INT64_T "long long") -endif() - -if(HAVE_UINT64_T_LIBZIP) - set(ZIP_UINT64_T uint64_t) -elseif(HAVE___INT64_LIBZIP) - set(ZIP_UINT64_T "unsigned __int64") -elseif(LONG_LIBZIP EQUAL 8) - set(ZIP_UINT64_T "unsigned long") -elseif(LONG_LONG_LIBZIP EQUAL 8) - set(ZIP_UINT64_T "unsigned long long") -endif() - -# write out config file -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${PROJECT_BINARY_DIR}/config.h) -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/zipconf.h.in ${PROJECT_BINARY_DIR}/zipconf.h) - -# for tests - -set(srcdir ${CMAKE_CURRENT_SOURCE_DIR}/regress) -set(abs_srcdir ${CMAKE_CURRENT_SOURCE_DIR}/regress) -set(top_builddir ${PROJECT_BINARY_DIR}) # used to find config.h - -# create package config file -include(CMakePackageConfigHelpers) -write_basic_package_version_file("${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config-version.cmake" - COMPATIBILITY AnyNewerVersion) - -if(LIBZIP_DO_INSTALL) - configure_package_config_file("${PROJECT_NAME}-config.cmake.in" "${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" - INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/libzip) - - # Install Find* modules, they are required by libzip-config.cmake to resolve dependencies - install(FILES - ${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindNettle.cmake - ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Findzstd.cmake - ${CMAKE_CURRENT_SOURCE_DIR}/cmake/FindMbedTLS.cmake - DESTINATION - ${CMAKE_INSTALL_LIBDIR}/cmake/libzip/modules - ) - - # Add targets to the build-tree export set - export(TARGETS zip - FILE "${PROJECT_BINARY_DIR}/${PROJECT_NAME}-targets.cmake") - - # installation - install(FILES ${PROJECT_BINARY_DIR}/zipconf.h DESTINATION include) - install(FILES ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config.cmake ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config-version.cmake - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME} - ) - install(EXPORT ${PROJECT_NAME}-targets NAMESPACE libzip:: FILE ${PROJECT_NAME}-targets.cmake - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME} - ) -endif() diff --git a/proj-web/thirdparty/libzip-1.11.3/INSTALL.md b/proj-web/thirdparty/libzip-1.11.3/INSTALL.md deleted file mode 100644 index 83f1d97..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/INSTALL.md +++ /dev/null @@ -1,71 +0,0 @@ -libzip uses [cmake](https://cmake.org) to build. - -You'll need [zlib](http://www.zlib.net/) (at least version 1.1.2). It -comes with most operating systems. - -For supporting bzip2-compressed zip archives, you need -[bzip2](http://bzip.org/). - -For supporting lzma- and xz-compressed zip archives, you need -[liblzma](https://tukaani.org/xz/) which is part of xz, at least version 5.2. - -For supporting zstd-compressed zip archives, you need -[zstd](https://github.com/facebook/zstd/). - -For AES (encryption) support, you need one of these cryptographic libraries, -listed in order of preference: - -- Apple's CommonCrypto (available on macOS and iOS) -- Microsoft Windows Cryptography Framework -- [OpenSSL](https://www.openssl.org/) >= 1.0. -- [GnuTLS](https://www.gnutls.org/) and [Nettle](https://www.lysator.liu.se/~nisse/nettle/) (at least nettle 3.0) -- [mbed TLS](https://tls.mbed.org/) - -If you don't want a library even if it is installed, you can -pass `-DENABLE_=OFF` to cmake, where `` is one of -`COMMONCRYPTO`, `GNUTLS`, `MBEDTLS`, or `OPENSSL`. - -For running the tests, you need to have -[Python](https://www.python.org/) and -[nihtest](https://pypi.org/project/nihtest/) installed. - -The basic usage is -```sh -mkdir build -cd build -cmake .. -make -make test -make install -``` - -Some useful parameters you can pass to `cmake` with `-Dparameter=value`: - -- `BUILD_SHARED_LIBS`: set to `ON` or `OFF` to enable/disable building - of shared libraries, defaults to `ON` -- `CMAKE_INSTALL_PREFIX`: for setting the installation path -- `DOCUMENTATION_FORMAT`: choose one of `man`, `mdoc`, and `html` for - the installed documentation (default: decided by cmake depending on - available tools) -- `LIBZIP_DO_INSTALL`: If you include libzip as a subproject, link it - statically and do not want to let it install its files, set this - variable to `OFF`. Defaults to `ON`. - -If you want to compile with custom `CFLAGS`, set them in the environment -before running `cmake`: -```sh -CFLAGS=-DMY_CUSTOM_FLAG cmake .. -``` - -If you are compiling on a system with a small stack size, add -`-DZIP_ALLOCATE_BUFFER` to `CFLAGS`. - -If you are building on a 32-bit Linux system it might be necessary -to define `_FILE_OFFSET_BITS` to `64`. Your distro will need to provide -a `fts.h` file that is new enough to support this, or the build -will break in `zipcmp`. - -You can get verbose build output with by passing `VERBOSE=1` to -`make`. - -You can also check the [cmake FAQ](https://gitlab.kitware.com/cmake/community/-/wikis/FAQ). diff --git a/proj-web/thirdparty/libzip-1.11.3/LICENSE b/proj-web/thirdparty/libzip-1.11.3/LICENSE deleted file mode 100644 index fa70609..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/LICENSE +++ /dev/null @@ -1,31 +0,0 @@ -Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner - -The authors can be contacted at - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/proj-web/thirdparty/libzip-1.11.3/NEWS.md b/proj-web/thirdparty/libzip-1.11.3/NEWS.md deleted file mode 100644 index b3bf108..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/NEWS.md +++ /dev/null @@ -1,354 +0,0 @@ -# 1.11.3 [2025-01-20] - -* Report read error for corrupted encrypted file data. -* Avoid unnecessary seeks when writing archive. -* Don't hardcode `_Nullable` support in `zip.h` to allow it to be used with different compilers. -* Improve check for GetSecurityInformation availability on Windows. - -# 1.11.2 [2024-10-31] - -* Fix performance regression in `zip_stat` introduced in 1.11. - -# 1.11.1 [2024-09-19] - -* Fix zipconf.h for version number with missing third component. - -# 1.11 [2024-09-19] - -* Stop searching after finding acceptable central directory, even if it contains inconsistencies. -* Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64. -* Allow bytes from 0x00-0x1F as UTF-8. -* Add new error code `ZIP_ER_TRUNCATED_ZIP` for files that start with a valid local header signature. -* `zipcmp`: add `-T` option for comparing timestamps. -* `zip_file_replace` now removes the target's extra field information. - -# 1.10.1 [2023-08-23] - -* Add `ZIP_LENGTH_TO_END` and `ZIP_LENGTH_UNCHECKED`. Unless `ZIP_LENGTH_UNCHECKED` is used as `length`, it is an error for a file to shrink between the time when the source is created and when its data is read. -* Fix test on Windows. - -# 1.10.0 [2023-06-23] - -* Make support for layered sources public. -* Add `zip_source_zip_file` and `zip_source_zip_file_create`, deprecate `zip_source_zip` and `zip_source_zip_create`. -* Allow reading changed file data. -* Fix handling of files of size 4294967295. -* `zipmerge`: copy extra fields. -* `zipmerge`: add option to keep files uncompressed. -* Switch test framework to use nihtest instead of Perl. -* Fix reading/writing compressed data with buffers > 4GiB. -* Restore support for torrentzip. -* Add warnings when using deprecated functions. -* Allow keeping files for empty archives. -* Support mbedTLS>=3.3.0. -* Support OpenSSL 3. -* Use ISO C secure library functions, if available. - - -# 1.9.2 [2022-06-28] - -* Fix version number in header file. - - -# 1.9.1 [2022-06-28] - -* Fix `zip_file_is_seekable()`. - - -# 1.9.0 [2022-06-13] - -* Add `zip_file_is_seekable()`. -* Improve compatibility with WinAES. -* Fix encoding handling in `zip_name_locate()`. -* Add option to `zipcmp` to output summary of changes. -* Various bug fixes and documentation improvements. - - -# 1.8.0 [2021-06-18] - -* Add support for zstd (Zstandard) compression. -* Add support for lzma (ID 14) compression. -* Add `zip_source_window_create()`. -* Add `zip_source_zip_create()` variant to `zip_source_zip()`. -* Allow method specific `comp_flags` in `zip_set_file_compression()`. -* Allow `zip_source_tell()` on sources that don't support seeking and `zip_ftell()` on compressed data. -* Provide more details for consistency check errors. -* Improve output of `zipcmp`. -* In `zipcmp`, don’t ignore empty directories when comparing directory listing. -* Treat empty string as no password given in `zip_file_set_encryption()`, `zip_fopen_encrypted()`, and `zip_set_default_password()`. - - -# 1.7.3 [2020-07-15] - -* Support cmake < 3.17 again. -* Fix pkgconfig file (regression in 1.7.2). - - -# 1.7.2 [2020-07-11] - -* Fixes for the CMake `find_project()` files. -* libzip moved to the CMake `libzip::` `NAMESPACE`. -* CMake usage best practice cleanups. - - -# 1.7.1 [2020-06-13] - -* Restore `LIBZIP_VERSION_{MAJOR,MINOR,MICRO}` symbols. -* Fixes warnings reported by PVS-Studio. -* Add `LIBZIP_DO_INSTALL` build setting to make it easier to use - libzip as subproject. - - -# 1.7.0 [2020-06-05] - -* Add support for encrypting using traditional PKWare encryption. -* Add `zip_compression_method_supported()`. -* Add `zip_encryption_method_supported()`. -* Add the `ZIP_SOURCE_GET_FILE_ATTRIBUTES` source command. -* Refactor stdio file backend. -* Add CMake find_project() support. - - -# 1.6.1 [2020-02-03] - -* Bugfix for double-free in `zipcmp(1)` during cleanup. - - -# 1.6.0 [2020-01-24] - -* Avoid using `umask()` since it's not thread-safe. -* Set close-on-exec flag when opening files. -* Do not accept empty files as valid zip archives any longer. -* Add support for XZ compressed files (using liblzma). -* Add support for cancelling while closing zip archives. -* Add support for setting the time in the on-disk format. - - -# 1.5.2 [2019-03-12] - -* Fix bug in AES encryption affecting certain file sizes -* Keep file permissions when modifying zip archives -* Support systems with small stack size. -* Support mbed TLS as crypto backend. -* Add nullability annotations. - - -# 1.5.1 [2018-04-11] - -* Choose format of installed documentation based on available tools. -* Fix visibility of symbols. -* Fix zipcmp directory support. -* Don't set RPATH on Linux. -* Use Libs.private for link dependencies in pkg-config file. -* Fix build with LibreSSL. -* Various bugfixes. - - -# 1.5.0 [2018-03-11] - -* Use standard cryptographic library instead of custom AES implementation. - This also simplifies the license. -* Use `clang-format` to format the source code. -* More Windows improvements. - - -# 1.4.0 [2017-12-29] - -* Improve build with cmake -* Retire autoconf/automake build system -* Add `zip_source_buffer_fragment()`. -* Add support to clone unchanged beginning of archive (instead of rewriting it). - Supported for buffer sources and on Apple File System. -* Add support for Microsoft Universal Windows Platform. - - -# 1.3.2 [2017-11-20] - -* Fix bug introduced in last: zip_t was erroneously freed if zip_close() failed. - - -# 1.3.1 [2017-11-19] - -* Install zipconf.h into ${PREFIX}/include -* Add zip_libzip_version() -* Fix AES tests on Linux - - -# 1.3.0 [2017-09-02] - -* Support bzip2 compressed zip archives -* Improve file progress callback code -* Fix zip_fdopen() -* CVE-2017-12858: Fix double free() -* CVE-2017-14107: Improve EOCD64 parsing - - -# 1.2.0 [2017-02-19] - -* Support for AES encryption (Winzip version), both encryption - and decryption -* Support legacy zip files with >64k entries -* Fix seeking in zip_source_file if start > 0 -* Add zip_fseek() for seeking in uncompressed data -* Add zip_ftell() for telling position in uncompressed data -* Add zip_register_progress_callback() for UI updates during zip_close() - - -# 1.1.3 [2016-05-28] - -* Fix build on Windows when using autoconf - - -# 1.1.2 [2016-02-19] - -* Improve support for 3MF files - - -# 1.1.1 [2016-02-07] - -* Build fixes for Linux -* Fix some warnings reported by PVS-Studio - - -# 1.1 [2016-01-26] - -* ziptool(1): command line tool to modify zip archives -* Speedups for archives with many entries -* Coverity fixes -* Better APK support -* Support for running tests on Windows -* More build fixes for Windows -* Portability fixes -* Documentation improvements - - -# 1.0.1 [2015-05-04] - -* Build fixes for Windows - - -# 1.0 [2015-05-03] - -* Implemented an I/O abstraction layer -* Added support for native Windows API for files -* Added support for setting the last modification time for a file -* Added a new type zip_error_t for errors -* Added more typedefs for structs -* Torrentzip support was removed -* CVE-2015-2331 was fixed -* Addressed all Coverity CIDs - - -# 0.11.2 [2013-12-19] - -* Support querying/setting operating system and external attributes -* For newly added files, set operating system to UNIX, permissions - to 0666 (0777 for directories) -* Fix bug when writing zip archives containing files bigger than 4GB - - -# 0.11.1 [2013-04-27] - -* Fix bugs in zip_set_file_compression() -* Include Xcode build infrastructure - - -# 0.11 [2013-03-23] - -* Added Zip64 support (large file support) -* Added UTF-8 support for file names, file comments, and archive comments -* Changed API for name and comment related functions for UTF-8 support -* Added zip_discard() -* Added ZIP_TRUNCATE for zip_open() -* Added zip_set_file_compression() -* Added API for accessing and modifying extra fields -* Improved API type consistency -* Use gcc4's visibility __attribute__ -* More changes for Windows support -* Additional test cases - - -# 0.10.1 [2012-03-20] - -* Fixed CVE-2012-1162 -* Fixed CVE-2012-1163 - - -# 0.10 [2010-03-18] - -* Added zip_get_num_entries(), deprecated zip_get_num_files() -* Better windows support -* Support for traditional PKWARE encryption added -* Fix opening archives with more than 65535 entries -* Fix some memory leaks -* Fix cmake build and installation -* Fix memory leak in error case in zip_open() -* Fixed CVE-2011-0421 (no security implications though) -* More documentation - - -# 0.9.3 [2010-02-01] - -* Include m4/ directory in distribution; some packagers need it - - -# 0.9.2 [2010-01-31] - -* Avoid passing uninitialized data to deflate() -* Fix memory leak when closing zip archives - - -# 0.9.1 [2010-01-24] - -* Fix infinite loop on reading some broken files -* Optimization in time conversion (don't call localtime()) -* Clear data descriptor flag in central directory, fixing Open Office files -* Allow more than 64k entries - - -# 0.9 [2008-07-25] - -* on Windows, explicitly set dllimport/dllexport -* remove erroneous references to GPL -* add support for torrentzip -* new functions: zip_get_archive_flag, zip_set_archive_flag -* zip_source_zip: add flag to force recompression -* zip_sorce_file: only keep file open while reading from it - - -# 0.8 [2007-06-06] - -* fix for zip archives larger than 2GiB -* fix zip_error_strerror to include libzip error string -* add support for reading streamed zip files -* new functions: zip_add_dir, zip_error_clear, zip_file_error_clear -* add basic support for building with CMake (incomplete) - - -# 0.7.1 [2006-05-18] - -* bugfix for zip_close - - -# 0.7 [2006-05-06] - -* struct zip_stat increased for future encryption support -* zip_add return value changed (now returns new index of added file) -* shared library major bump because of previous two -* added functions for reading and writing file and archive comments - New functions: zip_get_archive_comment, zip_get_file_comment, - zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive - - -# 0.6.1 [2005-07-14] - -* various bug fixes - - -# 0.6 [2005-06-09] - -* first standalone release -* changed license to three-clause BSD -* overhauled API -* added man pages -* install zipcmp and zipmerge diff --git a/proj-web/thirdparty/libzip-1.11.3/README.md b/proj-web/thirdparty/libzip-1.11.3/README.md deleted file mode 100644 index c0051e4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/README.md +++ /dev/null @@ -1,35 +0,0 @@ -This is libzip, a C library for reading, creating, and modifying -zip and zip64 archives. Files can be added from data buffers, files, -or compressed data copied directly from other zip archives. Changes -made without closing the archive can be reverted. Decryption and -encryption of Winzip AES and legacy PKware encrypted files is -supported. - -libzip is fully documented via man pages. HTML versions of the man -pages are on [libzip.org](https://libzip.org/documentation/) and -in the [man](man) directory. You can start with -[libzip(3)](https://libzip.org/documentation/libzip.html), which -lists -all others. Example source code is in the [examples](examples) and -[src](src) subdirectories. - -See the [INSTALL.md](INSTALL.md) file for installation instructions and -dependencies. - -If you have developed an application using libzip, you can find out -about API changes and how to adapt your code for them in the included -file [API-CHANGES.md](API-CHANGES.md). - -If you make a binary distribution, please include a pointer to the -distribution site: -> https://libzip.org/ - -The latest version can always be found there. The official repository -is at [github](https://github.com/nih-at/libzip/). - -If you want to reach the authors in private, use . - -[![Github Actions Build Status](https://github.com/nih-at/libzip/workflows/build/badge.svg)](https://github.com/nih-at/libzip/actions?query=workflow%3Abuild) -[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/f1bqqt9djvf22f5g?svg=true)](https://ci.appveyor.com/project/nih-at/libzip) -[![Coverity Status](https://scan.coverity.com/projects/127/badge.svg)](https://scan.coverity.com/projects/libzip) -[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libzip.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libzip) diff --git a/proj-web/thirdparty/libzip-1.11.3/SECURITY.md b/proj-web/thirdparty/libzip-1.11.3/SECURITY.md deleted file mode 100644 index 67c84eb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/SECURITY.md +++ /dev/null @@ -1,13 +0,0 @@ -# Security Policy - -## Supported Versions - -We are not maintaining multiple branches, so all fixes will be committed to head and included in the next release. - -We take great care to maintain backwards compatibility, so we expect our users to use the latest version. - -## Reporting a Vulnerability - -You can reach us per email at info@libzip.org. - -For less sensitive reports, you can also open an issue or pull request on GitHub. diff --git a/proj-web/thirdparty/libzip-1.11.3/THANKS b/proj-web/thirdparty/libzip-1.11.3/THANKS deleted file mode 100644 index d36809c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/THANKS +++ /dev/null @@ -1,173 +0,0 @@ -Thanks to Info-ZIP for info on the DOS-time/date conversion code, -and some other general information gathered from their sources. - -Thanks to these people for suggestions, testing, and bug reports: - -ag2s20150909 -Agostino Sarubbo -Alberto Spin -Alexander Galanin -Alexandr Shadchin -Alexey Bykov -Andreas Deininger -Andreas Falkenhahn -Andrew Brampton -Andrew Molyneux -Ankur Kothari -Antonin Décimo -Arseniy Terekhin -BALATON Zoltan -Benjamin Gilbert -Beuc -Boaz Stolk -Bogdan -Brian 'geeknik' Carpenter -BruceFan -Carl Mastrangelo -Cédric Tabin -celan69 -chaoticgd -Charlie Li -ChrisAm1224 -Chris Nehren -Christoph Cullmann -Christoph M. Becker -Corentin Schreiber -Coverity -cryi -ctenter-scs -Dane Springmeyer -Daniel Russel -Ларионов Даниил -David Demelier -Dean Ellis -Declan Moran -Del Merritt -Devin Davila -Dmytro Rybachenko -Dylan T. -Eelco Dolstra -Elvis Angelaccio -Erin Melucci -Erwin Haid -Eun-cheol Joo -Fabrice Fontaine -Filip Niksic -Florian Delizy -Force Charlie -François Simon -Frederik Ramm -Gabriela Gutierrez -Gerard ODonnell -Giovanni -gk7huki -Hanno Böck -HeeMyung -Heiko Becker -Heiko Hund -hongjunwang -Ilya Voronin -Info-ZIP group -Ivan Kolesnikov -Jan Weiß -Jay Freeman (saurik) -jloqfjgk@github -Joachim Reichel -João Custódio -Joel Ebrahimi -Jono Spiro -Julien Matthey -Julien Schueller -Justin Cohen -kensington -Kei Takahashi -Keith Jones -Khaled Mardam-Bey -Kohei Yoshida -Krzesimir Nowak -Leith Bade -Lubomir I. Ivanov -Lucas Bustamante -Ludovic LANGE -M. Reiningħaus -Maël Nison -Manuel Massing -Marcin Kowalczyk -Mark A. Tsuchida -Martin Buchholz -Martin Herkt -Martin Szulecki -Michael Balzer -Michael Beck -Michael Heimpold -Michał Janiszewski -Michal Vyskocil -Mikhail Gusarov . -Miklos Vajna -Morris Hafner -Muhammad Arslan Kabeer -Mykyta Mudryi -nieder -Oliver Kaiser -Oliver Kuckertz -OSS-Fuzz Team -Ørjan Malde -Pascal Terjan -Patrick Spendrin -Paul Harris -Paul Sheppard -Pavel Raiskup -Pierre Joye -Pierre Wendling -Pierre-Louis Cabelguen -PW Hu -Rafał Mikrut -ralfjunker -Randy -Remi Collet -rezso -Richard Schütz -Rick Carback -Rikard Falkeborn -Robert Norris -Roberto Tirabassi -robhz786 -Roland Ortloff -Rosen Penev -Rudi Heitbaum -Ryan Burns -Sam James -Sam Sappenfield -Sandro Mani -scribam -Sebastian Kemper -Sebastian Schmitt -Sergei Ozerov -shenlebantongying -Shimi -Simon Talbot -SpaceIm -Stephen Bryant -sxkan -Tabata Shintaro -takase1121 -Tarmo Pikaro -Taylor C. Richberger -TC -Thomas Debesse -Tim Lunn -Timo Warns -Timofey -Tom Callaway -Tomas Hoger -Tomáš Malý -Torsten Paul -Transporter -Vassili Courzakis -Vinpasso -Vitaly Murashev -William Lee -William Ouwehand -Wojciech Michalski -Wolfgang Glunz -Yufan You diff --git a/proj-web/thirdparty/libzip-1.11.3/TODO.md b/proj-web/thirdparty/libzip-1.11.3/TODO.md deleted file mode 100644 index 6989b44..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/TODO.md +++ /dev/null @@ -1,189 +0,0 @@ -## Fuzzing - -- improve AES and PKWARE encryption tests -- add more -- review memset() uses - -### Torrentzip - -- Handle data sources with unknown uncompressed size: if we forced ZIP64 and don't need it, return specific error (so calling code can decide what to do (e. g. clear torrentzip flag and call `zip_close()` again)). - -## Other - -- split `zip_source_t` in main part and reference so we can keep track which reference called open and we can invalidate references if the underlying source gets invalidated (e. g. by `zip_close`). - -## Prefixes - -For example for adding extractors for self-extracting zip archives. -````c -zip_set_archive_prefix(struct zip *za, const zip_uint8_t *data, zip_uint64_t length); -const zip_uint8_t *zip_get_archive_prefix(struct zip *za, zip_uint64_t *lengthp); -```` - -## Compression - -* add lzma2 support -* add deflate64 support (https://github.com/madler/zlib/blob/master/contrib/infback9/infback9.h) - -## API Issues - -* Add `zip_file_use_password` to set per-file password to use if libzip needs to decrypt the file (e.g. when changing encryption or compression method). - -* `zip_get_archive_comment` has `int *lenp` argument. Cleaner would be `zip_uint32_t *`. - rename and fix. which other functions for naming consistency? -* rename remaining `zip_XXX_{file,archive}_*` to `zip_{file,archive}_XXX_*`? -* compression/crypt implementations: how to set error code on failure -* compression/crypt error messages a la `ZIP_ER_ZLIB` (no detailed info passing) - -## Features - -* consistently use `_zip_crypto_clear()` for passwords -* support setting extra fields from `zip_source` - * introduce layers of extra fields: - * original - * from `zip_source` - * manually set - * when querying extra fields, search all of them in reverse order - * add whiteout (deleted) flag - * allow invalid data flag, used when computing extra field size before writing data - * new command `ZIP_SOURCE_EXTRA_FIELDS` - * no support for multiple copies of same extra field -* function to copy file from one archive to another -* set `O_CLOEXEC` flag after fopen and mkstemp -* support streaming output (creating new archive to e.g. stdout) -* add function to read/set ASCII file flag -* `zip_commit()` (to finish changes without closing archive) -* add custom compression function support -* `zip_source_zip()`: allow rewinding -* `zipcmp`: add option for file content comparison -* `zipcmp`: add more paranoid checks: - * external attributes/opsys - * version needed/made by - * general purpose bit flags -* add more consistency checks: - * for stored files, test compressed = uncompressed - * data descriptor - * local headers come before central dir -* support for old compression methods? - -## Bugs - -* ensure that nentries is small enough not to cause overflow (size_t for entry, uint64 for CD on disk) -* check for limits imposed by format (central dir size, file size, extra fields, ...) -* `_zip_u2d_time()`: handle `localtime(3)` failure -* POSIX: `zip_open()`: check whether file can be created and fail if not -* fix inconsistent usage of valid flags (not checked in many places) -* `cdr == NULL` -> `ER_NOENT` vs. `idx > cdir->nentry` -> `ER_INVAL` inconsistent (still there?) - -## Cleanup - -* go over cdir parser and rename various offset/size variables to make it clearer -* use bool -* use `ZIP_SOURCE_SUPPORTS_{READABLE,SEEKABLE,WRITABLE}` -* use `zip_source_seek_compute_offset()` -* get rid of `zip_get_encryption_implementation()` -* use `zip_*int*_t` internally -* `zip_source_file()`: don't allow write if start/len specify a part of the file - -## Documentation - -* document valid file paths -* document: `zip_source_write()`: length can't be > `ZIP_INT64_MAX` -* document: `ZIP_SOURCE_CLOSE` implementation can't return error -* keep error codes in man pages in sync -* document error codes in new man pages - -## Infrastructure - -* add coverage reports, e.g. using gcovr or https://github.com/eddyxu/cpp-coveralls (coveralls.io) -* review guidelines/community standards - - [Linux Foundation Core Infrastructure Initiative Best Practices](https://bestpractices.coreinfrastructure.org/) - - [Readme Maturity Level](https://github.com/LappleApple/feedmereadmes/blob/master/README-maturity-model.md) - - [Github Community Profile](https://github.com/nih-at/libzip/community) -* test different crypto backends with GitHub actions. -* improve man page formatting of tagged lists on webpage (`
`) -* rewrite `make_zip_errors.sh` in cmake -* script to check if all exported symbols are marked with `ZIP_EXTERN`, add to `make distcheck` - -## macOS / iOS framework - -* get cmake to optionally build frameworks - -## Test Case Issues - -* add test cases for all `ZIP_INCONS` detail errors -* `incons-local-filename-short.zzip` doesn't test short filename, since extra fields fail to parse. -* test error cases with special source - - tell it which command should fail - - use it both as source for `zip_add` and `zip_open_from_source` - - `ziptool_regress`: - - `-e error_spec`: source containing zip fails depending on `error_spec` - - `add_with_error name content error_spec`: add content to archive, where source fails depending on `error_spec` - - `add_file_with_error name file_to_add offset len error_spec`: add file to archive, len bytes starting from offset, where source fails depending on `error_spec` - - `error_spec`: - - source command that fails - - error code that source returns - - conditions that must be met for error to trigger - - Nth call of command - - read/write: total byte count so far - - state of source (opened, EOF reached, ...) -* test for zipcmp reading directory (requires fts) -* add test case for clone with files > 4k -* consider testing for `malloc`/`realloc` failures -* Winzip AES support - * test cases decryption: <=20, >20, stat for both - * test cases encryption: no password, default password, file-specific password, 128/192/256, <=20, >20 - * support testing on macOS -* add test cases for lots of files (including too many) -* add test cases for holes (between files, between files and cdir, between cdir and eocd, + zip64 where appropriate) -* test seek in `zip_source_crc_create()` -* test cases for `set_extra*`, `delete_extra*`, `*extra_field*` -* test cases for in memory archives - * add - * delete - * delete all - * modify -* use gcov output to increase test coverage -* add test case to change values for newly added files (name, compression method, comment, mtime, . . .) -* `zip_open()` file less than `EOCDLEN` bytes long -* test calls against old API -* rename file to dir/ and vice versa (fails) -* fix comment test to be newline insensitive -* check if http://bugs.python.org/issue20078 provides ideas for new tests - -* (`add`, `replace`) - * add to empty zip - * add to existing zip - * add w/ existing file name [E] - * replace ok - * replace w/ illegal index [E] - * replace w/ deleted name [E] - * unchange added/replaced file -* (`close`) - * copy zip file - * open copy - * rename, delete, replace, add w/ new name, add w/ deleted name - * close - * zipcmp copy expected - * remove copy -* (`error_get`) -* (`error_get_sys_type`) -* (`error_to_str`) -* (`extra_fields`) -* (`file_error_get`) -* (`file_strerror`) -* (`replace`) -* (`source_buffer`) -* (`source_file`) -* (`source_filep`) -* (`source_free`) -* (`source_function`) -* (`source_zip`) -* (`strerror`) -* (`unchange`) -* (`unchange_all`) -* `open(ZIP_RDONLY)` -* I/O abstraction layer - * `zip_open_from_source` -* read two zip entries interleaved -* test `zip_file_is_seekable` (via `ziptool`?) diff --git a/proj-web/thirdparty/libzip-1.11.3/android/do.sh b/proj-web/thirdparty/libzip-1.11.3/android/do.sh deleted file mode 100644 index 0c72242..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/android/do.sh +++ /dev/null @@ -1,63 +0,0 @@ - -# Author: Declan Moran -# www.silverglint.com -# Thanks to damaex (https://github.com/damaex), for significant contributions - -ANDROID_NDK_ROOT=/home/android/android-ndk-r19c - -INSTALL_DIR=install -BUILD_DIR=build -START_DIR=$(pwd) - -rm -rf $INSTALL_DIR -rm -rf $BUILD_DIR -mkdir -p $BUILD_DIR #"${ANDROID_TARGET_PLATFORM}" - -#-------------------------------------------------------------------- -build_it() -{ - # builds either a static or shared lib depending on parm passed (ON or OFF) - want_shared=$1 - - cmake -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake \ - -DCMAKE_INSTALL_PREFIX:PATH=$(pwd)/../../${INSTALL_DIR}/${ANDROID_TARGET_PLATFORM} \ - -DANDROID_ABI=${ANDROID_TARGET_PLATFORM} \ - -DENABLE_OPENSSL:BOOL=OFF \ - -DENABLE_COMMONCRYPTO:BOOL=OFF \ - -DENABLE_GNUTLS:BOOL=OFF \ - -DENABLE_MBEDTLS:BOOL=OFF \ - -DENABLE_OPENSSL:BOOL=OFF \ - -DENABLE_WINDOWS_CRYPTO:BOOL=OFF \ - -DBUILD_TOOLS:BOOL=OFF \ - -DBUILD_REGRESS:BOOL=OFF \ - -DBUILD_EXAMPLES:BOOL=OFF \ - -DBUILD_SHARED_LIBS:BOOL=$want_shared \ - -DBUILD_DOC:BOOL=OFF \ - -DANDROID_TOOLCHAIN=clang cmake -H.. -B$BUILD_DIR/${ANDROID_TARGET_PLATFORM} - - #run make with all system threads and install - cd $BUILD_DIR/${ANDROID_TARGET_PLATFORM} - make install -j$(nproc --all) - cd $START_DIR - } - -#-------------------------------------------------------------------- -for ANDROID_TARGET_PLATFORM in armeabi-v7a arm64-v8a x86 x86_64 -do - echo "Building libzip for ${ANDROID_TARGET_PLATFORM}" - - build_it ON - build_it OFF - - if [ $? -ne 0 ]; then - echo "Error executing: cmake" - exit 1 - fi - - - if [ $? -ne 0 ]; then - echo "Error executing make install for platform: ${ANDROID_TARGET_PLATFORM}" - exit 1 - fi - -done diff --git a/proj-web/thirdparty/libzip-1.11.3/android/docker/Dockerfile b/proj-web/thirdparty/libzip-1.11.3/android/docker/Dockerfile deleted file mode 100644 index 5532bde..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/android/docker/Dockerfile +++ /dev/null @@ -1,122 +0,0 @@ -# Version: 1.0 - -# Dockerfile for building libzip for android -# https://github.com/dec1/libzip.git -# creates docker container with all tools, libraries and sources required to build libzip for android. - -# Author: Declan Moran -# www.silverglint.com - - -# Usage: -#--------- -# download the libzip repository -# > git clone https://github.com/dec1/libzip.git -# > cd libzip -# -# build docker image "my_img_zip" from the dockerfile in "docker" dir -# > docker build -t my_img_zip ./android/docker -# -# run docker container "my_ctr_zip" from this image, mounting the current dir. (Need to pass absolute host paths to mount volume- hence "pwd") -# > docker run -v $(pwd):/home/docker-share/libzip -it --entrypoint=/bin/bash --name my_ctr_zip my_img_zip -# -# Now inside docker container -# $ cd /home/docker-share/libzip/android -# -# Modify ./do.sh (on host), to match the boost and android ndk versions/paths in the "Configure here" section below -# Build from running docker container. -# $./do.sh -# -# "./build" dir contains required build, but owned by root. chown to your username/group -# > sudo chown -R : ./build -# > sudo chown -R : ./install -# -# Exit container, when build is finished. -# $ exit -# - - - - -FROM ubuntu:18.04 - - -## -------------------------------------------------------------------- -## Configure here -# --------------------------------------------------------------------- -# --------------------------------------------------------------------- -# Here you can speciofy exactly what android ndk (and sdk) version you want to use. - - - -# (2) Android SDK -# https://developer.android.com/studio#downloads -ARG SDK_URL_BASE=https://dl.google.com/android/repository -ARG SDK_FILE=sdk-tools-linux-4333796.zip - -# the sdk platform to use -# https://developer.android.com/guide/topics/manifest/uses-sdk-element -ARG ANDROID_SDK_PLATFORM_VERS="platforms;android-28" - - - -# (3) Android NDK -# https://developer.android.com/ndk/downloads -ARG NDK_URL_BASE=https://dl.google.com/android/repository -ARG NDK_FILE=android-ndk-r19c-linux-x86_64.zip -# --------------------------------------------------------------------- -## -------------------------------------------------------------------- - -RUN apt-get update -RUN apt-get -y dist-upgrade - - -# for downloading archives -RUN apt-get -y install wget - -# for unzipping downloaded android archives -RUN apt-get -y install zip -RUN apt-get -y install cmake - -RUN apt-get -y install lib32z1 - - -# need this this to install some (32 bit) prerequisites for android builds -RUN dpkg --add-architecture i386 -RUN apt-get update -RUN apt-get -y dist-upgrade -RUN apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 libbz2-1.0:i386 - - -# need c compiler to set up create boost build system (before building boost with it and android toolchain) -RUN apt-get -y install build-essential -RUN apt-get -y install libc6-dev-i386 -RUN apt-get -y install clang - -RUN apt-get -y install openjdk-8-jdk -#-------------------------------------- - -ARG ANDROID_HOME=/home/android -WORKDIR ${ANDROID_HOME} - - -# SDK -# ---- -# download android sdk command line tools -RUN wget ${SDK_URL_BASE}/$SDK_FILE -RUN unzip $SDK_FILE - -ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools - - -RUN yes | sdkmanager --licenses - -RUN sdkmanager "platform-tools" $ANDROID_SDK_PLATFORM_VERS -#RUN sdkmanager "platform-tools" "platforms;android-28" - - -# NDK -# ---- -RUN wget ${NDK_URL_BASE}/$NDK_FILE -RUN unzip $NDK_FILE - diff --git a/proj-web/thirdparty/libzip-1.11.3/android/readme.txt b/proj-web/thirdparty/libzip-1.11.3/android/readme.txt deleted file mode 100644 index dadc4b4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/android/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ - -Cross compile libzip for android. --------------------------------- -Modify "do.sh" as appropriate if you need to specify a different ndk dir or wish to specify different build parameters - -Prerequisites for the development machine - see docker/Dockerfile - -You can either set you host machine up with these prerequisites or simply use docker (in which case you need not install anything on your host machine except docker itself). - -See "Usage" in docker/Dockerfile for detailed instructions. - - -Please note: The libzip development team does not use Android, so this script is provided as is, as we cannot properly maintain it. We will, however, gladly accept fixes and try to work with users to resolve any issues they may have. diff --git a/proj-web/thirdparty/libzip-1.11.3/appveyor.yml b/proj-web/thirdparty/libzip-1.11.3/appveyor.yml deleted file mode 100644 index 06e2443..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/appveyor.yml +++ /dev/null @@ -1,92 +0,0 @@ -os: -- Visual Studio 2019 - -environment: - PATH: C:\Python311-x64\Scripts;C:\Python311-arm\Scripts;$(PATH) - VCPKG_BINARY_SOURCES: clear;files,C:\vcpkg.cache,readwrite - matrix: - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: x64 - TRIPLET: x64-windows - CMAKE_OPTS: "-DBUILD_SHARED_LIBS=off" - CMAKE_CONFIG: Release - RUN_TESTS: yes - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: x64 - TRIPLET: x64-uwp - CMAKE_OPTS: "-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0" - CMAKE_CONFIG: Release - RUN_TESTS: no - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: Win32 - TRIPLET: x86-windows - CMAKE_OPTS: "-DBUILD_SHARED_LIBS=off" - CMAKE_CONFIG: Release - RUN_TESTS: yes - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: Win32 - TRIPLET: x86-uwp - CMAKE_OPTS: "-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0" - CMAKE_CONFIG: Release - RUN_TESTS: no - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: ARM - TRIPLET: arm-windows - CMAKE_OPTS: "-DENABLE_OPENSSL=off" - CMAKE_CONFIG: Release - RUN_TESTS: no - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: ARM - TRIPLET: arm-uwp - CMAKE_OPTS: "-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DENABLE_OPENSSL=off" - CMAKE_CONFIG: Release - RUN_TESTS: no - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: ARM64 - TRIPLET: arm64-windows - CMAKE_OPTS: "-DENABLE_OPENSSL=off" - CMAKE_CONFIG: Release - RUN_TESTS: no - TOXENV: py311 - - GENERATOR: "Visual Studio 16 2019" - PLATFORM: ARM64 - TRIPLET: arm64-uwp - CMAKE_OPTS: "-DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0 -DENABLE_OPENSSL=off" - CMAKE_CONFIG: Release - RUN_TESTS: no - TOXENV: py311 - -before_build: - cmd: >- - py -m pip install nihtest - - mkdir build - - cd build - - cmake -DCMAKE_TOOLCHAIN_FILE=C:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake .. -G "%GENERATOR%" -A "%PLATFORM%" %CMAKE_OPTS% - - appveyor PushArtifact config.h - - appveyor PushArtifact CMakeCache.txt - -build_script: - cmd: >- - cmake --build . --config %CMAKE_CONFIG% --target INSTALL - - cmake --build . --config %CMAKE_CONFIG% - -test_script: - cmd: >- - set VERBOSE=yes - - IF %RUN_TESTS%==yes ( ctest -C %CMAKE_CONFIG% --output-on-failure ) - -cache: - - c:\vcpkg.cache -> vcpkg.json diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CMakePushCheckState.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CMakePushCheckState.cmake deleted file mode 100644 index 3e519ee..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CMakePushCheckState.cmake +++ /dev/null @@ -1,91 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -CMakePushCheckState -------------------- - - - -This module defines three macros: ``CMAKE_PUSH_CHECK_STATE()`` -``CMAKE_POP_CHECK_STATE()`` and ``CMAKE_RESET_CHECK_STATE()`` These macros can -be used to save, restore and reset (i.e., clear contents) the state of -the variables ``CMAKE_REQUIRED_FLAGS``, ``CMAKE_REQUIRED_DEFINITIONS``, -``CMAKE_REQUIRED_LINK_OPTIONS``, ``CMAKE_REQUIRED_LIBRARIES``, -``CMAKE_REQUIRED_INCLUDES`` and ``CMAKE_EXTRA_INCLUDE_FILES`` used by the -various Check-files coming with CMake, like e.g. ``check_function_exists()`` -etc. -The variable contents are pushed on a stack, pushing multiple times is -supported. This is useful e.g. when executing such tests in a Find-module, -where they have to be set, but after the Find-module has been executed they -should have the same value as they had before. - -``CMAKE_PUSH_CHECK_STATE()`` macro receives optional argument ``RESET``. -Whether it's specified, ``CMAKE_PUSH_CHECK_STATE()`` will set all -``CMAKE_REQUIRED_*`` variables to empty values, same as -``CMAKE_RESET_CHECK_STATE()`` call will do. - -Usage: - -.. code-block:: cmake - - cmake_push_check_state(RESET) - set(CMAKE_REQUIRED_DEFINITIONS -DSOME_MORE_DEF) - check_function_exists(...) - cmake_reset_check_state() - set(CMAKE_REQUIRED_DEFINITIONS -DANOTHER_DEF) - check_function_exists(...) - cmake_pop_check_state() -#]=======================================================================] - -macro(CMAKE_RESET_CHECK_STATE) - - set(CMAKE_EXTRA_INCLUDE_FILES) - set(CMAKE_REQUIRED_INCLUDES) - set(CMAKE_REQUIRED_DEFINITIONS) - set(CMAKE_REQUIRED_LINK_OPTIONS) - set(CMAKE_REQUIRED_LIBRARIES) - set(CMAKE_REQUIRED_FLAGS) - set(CMAKE_REQUIRED_QUIET) - -endmacro() - -macro(CMAKE_PUSH_CHECK_STATE) - - if(NOT DEFINED _CMAKE_PUSH_CHECK_STATE_COUNTER) - set(_CMAKE_PUSH_CHECK_STATE_COUNTER 0) - endif() - - math(EXPR _CMAKE_PUSH_CHECK_STATE_COUNTER "${_CMAKE_PUSH_CHECK_STATE_COUNTER}+1") - - set(_CMAKE_EXTRA_INCLUDE_FILES_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_EXTRA_INCLUDE_FILES}) - set(_CMAKE_REQUIRED_INCLUDES_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_REQUIRED_INCLUDES}) - set(_CMAKE_REQUIRED_DEFINITIONS_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_REQUIRED_DEFINITIONS}) - set(_CMAKE_REQUIRED_LINK_OPTIONS_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_REQUIRED_LINK_OPTIONS}) - set(_CMAKE_REQUIRED_LIBRARIES_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_REQUIRED_LIBRARIES}) - set(_CMAKE_REQUIRED_FLAGS_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_REQUIRED_FLAGS}) - set(_CMAKE_REQUIRED_QUIET_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER} ${CMAKE_REQUIRED_QUIET}) - - if (${ARGC} GREATER 0 AND "${ARGV0}" STREQUAL "RESET") - cmake_reset_check_state() - endif() - -endmacro() - -macro(CMAKE_POP_CHECK_STATE) - -# don't pop more than we pushed - if("${_CMAKE_PUSH_CHECK_STATE_COUNTER}" GREATER "0") - - set(CMAKE_EXTRA_INCLUDE_FILES ${_CMAKE_EXTRA_INCLUDE_FILES_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - set(CMAKE_REQUIRED_INCLUDES ${_CMAKE_REQUIRED_INCLUDES_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - set(CMAKE_REQUIRED_DEFINITIONS ${_CMAKE_REQUIRED_DEFINITIONS_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - set(CMAKE_REQUIRED_LINK_OPTIONS ${_CMAKE_REQUIRED_LINK_OPTIONS_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - set(CMAKE_REQUIRED_LIBRARIES ${_CMAKE_REQUIRED_LIBRARIES_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - set(CMAKE_REQUIRED_FLAGS ${_CMAKE_REQUIRED_FLAGS_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - set(CMAKE_REQUIRED_QUIET ${_CMAKE_REQUIRED_QUIET_SAVE_${_CMAKE_PUSH_CHECK_STATE_COUNTER}}) - - math(EXPR _CMAKE_PUSH_CHECK_STATE_COUNTER "${_CMAKE_PUSH_CHECK_STATE_COUNTER}-1") - endif() - -endmacro() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckLibraryExists.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckLibraryExists.cmake deleted file mode 100644 index 76901ab..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckLibraryExists.cmake +++ /dev/null @@ -1,102 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -CheckLibraryExists ------------------- - -Check if the function exists. - -.. command:: CHECK_LIBRARY_EXISTS - - .. code-block:: cmake - - CHECK_LIBRARY_EXISTS(LIBRARY FUNCTION LOCATION VARIABLE) - - :: - - LIBRARY - the name of the library you are looking for - FUNCTION - the name of the function - LOCATION - location where the library should be found - VARIABLE - variable to store the result - Will be created as an internal cache variable. - - - -The following variables may be set before calling this macro to modify -the way the check is run: - -:: - - CMAKE_REQUIRED_FLAGS = string of compile command line flags - CMAKE_REQUIRED_DEFINITIONS = list of macros to define (-DFOO=bar) - CMAKE_REQUIRED_LINK_OPTIONS = list of options to pass to link command - CMAKE_REQUIRED_LIBRARIES = list of libraries to link - CMAKE_REQUIRED_QUIET = execute quietly without messages -#]=======================================================================] - -if(__CheckLibraryExists_cmake__) - return() -endif() -set(__CheckLibraryExists_cmake__ TRUE) - -macro(CHECK_LIBRARY_EXISTS LIBRARY FUNCTION LOCATION VARIABLE) - if(NOT DEFINED "${VARIABLE}") - set(MACRO_CHECK_LIBRARY_EXISTS_DEFINITION - "-DCHECK_FUNCTION_EXISTS=${FUNCTION} ${CMAKE_REQUIRED_FLAGS}") - if(NOT CMAKE_REQUIRED_QUIET) - message(CHECK_START "Looking for ${FUNCTION} in ${LIBRARY}") - endif() - set(CHECK_LIBRARY_EXISTS_LINK_OPTIONS) - if(CMAKE_REQUIRED_LINK_OPTIONS) - set(CHECK_LIBRARY_EXISTS_LINK_OPTIONS - LINK_OPTIONS ${CMAKE_REQUIRED_LINK_OPTIONS}) - endif() - set(CHECK_LIBRARY_EXISTS_LIBRARIES ${LIBRARY}) - if(CMAKE_REQUIRED_LIBRARIES) - set(CHECK_LIBRARY_EXISTS_LIBRARIES - ${CHECK_LIBRARY_EXISTS_LIBRARIES} ${CMAKE_REQUIRED_LIBRARIES}) - endif() - - if(CMAKE_C_COMPILER_LOADED) - set(_cle_source ${CMAKE_ROOT}/Modules/CheckFunctionExists.c) - elseif(CMAKE_CXX_COMPILER_LOADED) - set(_cle_source ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CheckLibraryExists/CheckFunctionExists.cxx) - configure_file(${CMAKE_ROOT}/Modules/CheckFunctionExists.c "${_cle_source}" COPYONLY) - else() - message(FATAL_ERROR "CHECK_FUNCTION_EXISTS needs either C or CXX language enabled") - endif() - - try_compile(${VARIABLE} - ${CMAKE_BINARY_DIR} - ${_cle_source} - COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} - ${CHECK_LIBRARY_EXISTS_LINK_OPTIONS} - LINK_LIBRARIES ${CHECK_LIBRARY_EXISTS_LIBRARIES} - CMAKE_FLAGS - -DCOMPILE_DEFINITIONS:STRING=${MACRO_CHECK_LIBRARY_EXISTS_DEFINITION} - -DLINK_DIRECTORIES:STRING=${LOCATION} - OUTPUT_VARIABLE OUTPUT) - unset(_cle_source) - - if(${VARIABLE}) - if(NOT CMAKE_REQUIRED_QUIET) - message(CHECK_PASS "found") - endif() - set(${VARIABLE} 1 CACHE INTERNAL "Have library ${LIBRARY}") - file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log - "Determining if the function ${FUNCTION} exists in the ${LIBRARY} " - "passed with the following output:\n" - "${OUTPUT}\n\n") - else() - if(NOT CMAKE_REQUIRED_QUIET) - message(CHECK_FAIL "not found") - endif() - set(${VARIABLE} "" CACHE INTERNAL "Have library ${LIBRARY}") - file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log - "Determining if the function ${FUNCTION} exists in the ${LIBRARY} " - "failed with the following output:\n" - "${OUTPUT}\n\n") - endif() - endif() -endmacro() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckSymbolExists.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckSymbolExists.cmake deleted file mode 100644 index 79d3d7d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/CheckSymbolExists.cmake +++ /dev/null @@ -1,169 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -CheckSymbolExists ------------------ - -Provides a macro to check if a symbol exists as a function, variable, -or macro in ``C``. - -.. command:: check_symbol_exists - - .. code-block:: cmake - - check_symbol_exists( ) - - Check that the ```` is available after including given header - ```` and store the result in a ````. Specify the list - of files in one argument as a semicolon-separated list. - ```` will be created as an internal cache variable. - -If the header files define the symbol as a macro it is considered -available and assumed to work. If the header files declare the symbol -as a function or variable then the symbol must also be available for -linking (so intrinsics may not be detected). -If the symbol is a type, enum value, or intrinsic it will not be recognized -(consider using :module:`CheckTypeSize` or :module:`CheckCSourceCompiles`). -If the check needs to be done in C++, consider using -:module:`CheckCXXSymbolExists` instead. - -The following variables may be set before calling this macro to modify -the way the check is run: - -``CMAKE_REQUIRED_FLAGS`` - string of compile command line flags. -``CMAKE_REQUIRED_DEFINITIONS`` - a :ref:`;-list ` of macros to define (-DFOO=bar). -``CMAKE_REQUIRED_INCLUDES`` - a :ref:`;-list ` of header search paths to pass to - the compiler. -``CMAKE_REQUIRED_LINK_OPTIONS`` - a :ref:`;-list ` of options to add to the link command. -``CMAKE_REQUIRED_LIBRARIES`` - a :ref:`;-list ` of libraries to add to the link - command. See policy :policy:`CMP0075`. -``CMAKE_REQUIRED_QUIET`` - execute quietly without messages. - -For example: - -.. code-block:: cmake - - include(CheckSymbolExists) - - # Check for macro SEEK_SET - check_symbol_exists(SEEK_SET "stdio.h" HAVE_SEEK_SET) - # Check for function fopen - check_symbol_exists(fopen "stdio.h" HAVE_FOPEN) -#]=======================================================================] - -if(__CheckSymbolExists_cmake__) - return() -endif() -set(__CheckSymbolExists_cmake__ TRUE) - -cmake_policy(PUSH) -cmake_policy(SET CMP0054 NEW) # if() quoted variables not dereferenced - -macro(CHECK_SYMBOL_EXISTS SYMBOL FILES VARIABLE) - if(CMAKE_C_COMPILER_LOADED) - __CHECK_SYMBOL_EXISTS_IMPL("${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/CheckSymbolExists.c" "${SYMBOL}" "${FILES}" "${VARIABLE}" ) - elseif(CMAKE_CXX_COMPILER_LOADED) - __CHECK_SYMBOL_EXISTS_IMPL("${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/CheckSymbolExists.cxx" "${SYMBOL}" "${FILES}" "${VARIABLE}" ) - else() - message(FATAL_ERROR "CHECK_SYMBOL_EXISTS needs either C or CXX language enabled") - endif() -endmacro() - -macro(__CHECK_SYMBOL_EXISTS_IMPL SOURCEFILE SYMBOL FILES VARIABLE) - if(NOT DEFINED "${VARIABLE}" OR "x${${VARIABLE}}" STREQUAL "x${VARIABLE}") - set(CMAKE_CONFIGURABLE_FILE_CONTENT "/* */\n") - set(MACRO_CHECK_SYMBOL_EXISTS_FLAGS ${CMAKE_REQUIRED_FLAGS}) - if(CMAKE_REQUIRED_LINK_OPTIONS) - set(CHECK_SYMBOL_EXISTS_LINK_OPTIONS - LINK_OPTIONS ${CMAKE_REQUIRED_LINK_OPTIONS}) - else() - set(CHECK_SYMBOL_EXISTS_LINK_OPTIONS) - endif() - if(CMAKE_REQUIRED_LIBRARIES) - set(CHECK_SYMBOL_EXISTS_LIBS - LINK_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES}) - else() - set(CHECK_SYMBOL_EXISTS_LIBS) - endif() - if(CMAKE_REQUIRED_INCLUDES) - set(CMAKE_SYMBOL_EXISTS_INCLUDES - "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}") - else() - set(CMAKE_SYMBOL_EXISTS_INCLUDES) - endif() - foreach(FILE ${FILES}) - string(APPEND CMAKE_CONFIGURABLE_FILE_CONTENT - "#include <${FILE}>\n") - endforeach() - string(APPEND CMAKE_CONFIGURABLE_FILE_CONTENT " -int main(int argc, char** argv) -{ - (void)argv;") - set(_CSE_CHECK_NON_MACRO "return ((int*)(&${SYMBOL}))[argc];") - if("${SYMBOL}" MATCHES "^[a-zA-Z_][a-zA-Z0-9_]*$") - # The SYMBOL has a legal macro name. Test whether it exists as a macro. - string(APPEND CMAKE_CONFIGURABLE_FILE_CONTENT " -#ifndef ${SYMBOL} - ${_CSE_CHECK_NON_MACRO} -#else - (void)argc; - return 0; -#endif") - else() - # The SYMBOL cannot be a macro (e.g., a template function). - string(APPEND CMAKE_CONFIGURABLE_FILE_CONTENT " - ${_CSE_CHECK_NON_MACRO}") - endif() - string(APPEND CMAKE_CONFIGURABLE_FILE_CONTENT " -}") - unset(_CSE_CHECK_NON_MACRO) - - configure_file("${CMAKE_ROOT}/Modules/CMakeConfigurableFile.in" - "${SOURCEFILE}" @ONLY) - - if(NOT CMAKE_REQUIRED_QUIET) - message(CHECK_START "Looking for ${SYMBOL}") - endif() - try_compile(${VARIABLE} - ${CMAKE_BINARY_DIR} - "${SOURCEFILE}" - COMPILE_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} - ${CHECK_SYMBOL_EXISTS_LINK_OPTIONS} - ${CHECK_SYMBOL_EXISTS_LIBS} - CMAKE_FLAGS - -DCOMPILE_DEFINITIONS:STRING=${MACRO_CHECK_SYMBOL_EXISTS_FLAGS} - "${CMAKE_SYMBOL_EXISTS_INCLUDES}" - OUTPUT_VARIABLE OUTPUT) - if(${VARIABLE}) - if(NOT CMAKE_REQUIRED_QUIET) - message(CHECK_PASS "found") - endif() - set(${VARIABLE} 1 CACHE INTERNAL "Have symbol ${SYMBOL}") - file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log - "Determining if the ${SYMBOL} " - "exist passed with the following output:\n" - "${OUTPUT}\nFile ${SOURCEFILE}:\n" - "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n") - else() - if(NOT CMAKE_REQUIRED_QUIET) - message(CHECK_FAIL "not found") - endif() - set(${VARIABLE} "" CACHE INTERNAL "Have symbol ${SYMBOL}") - file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log - "Determining if the ${SYMBOL} " - "exist failed with the following output:\n" - "${OUTPUT}\nFile ${SOURCEFILE}:\n" - "${CMAKE_CONFIGURABLE_FILE_CONTENT}\n") - endif() - unset(CMAKE_CONFIGURABLE_FILE_CONTENT) - endif() -endmacro() - -cmake_policy(POP) diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindBZip2.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindBZip2.cmake deleted file mode 100644 index 98ab72c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindBZip2.cmake +++ /dev/null @@ -1,104 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -FindBZip2 ---------- - -Try to find BZip2 - -IMPORTED Targets -^^^^^^^^^^^^^^^^ - -This module defines :prop_tgt:`IMPORTED` target ``BZip2::BZip2``, if -BZip2 has been found. - -Result Variables -^^^^^^^^^^^^^^^^ - -This module defines the following variables: - -``BZIP2_FOUND`` - system has BZip2 -``BZIP2_INCLUDE_DIRS`` - the BZip2 include directories -``BZIP2_LIBRARIES`` - Link these to use BZip2 -``BZIP2_NEED_PREFIX`` - this is set if the functions are prefixed with ``BZ2_`` -``BZIP2_VERSION_STRING`` - the version of BZip2 found - -Cache variables -^^^^^^^^^^^^^^^ - -The following cache variables may also be set: - -``BZIP2_INCLUDE_DIR`` - the BZip2 include directory -#]=======================================================================] - -set(_BZIP2_PATHS PATHS - "[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Bzip2;InstallPath]" - ) - -find_path(BZIP2_INCLUDE_DIR bzlib.h ${_BZIP2_PATHS} PATH_SUFFIXES include) - -if (NOT BZIP2_LIBRARIES) - find_library(BZIP2_LIBRARY_RELEASE NAMES bz2 bzip2 libbz2 libbzip2 ${_BZIP2_PATHS} PATH_SUFFIXES lib) - find_library(BZIP2_LIBRARY_DEBUG NAMES bz2d bzip2d libbz2d libbzip2d ${_BZIP2_PATHS} PATH_SUFFIXES lib) - - include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) - SELECT_LIBRARY_CONFIGURATIONS(BZIP2) -else () - file(TO_CMAKE_PATH "${BZIP2_LIBRARIES}" BZIP2_LIBRARIES) -endif () - -if (BZIP2_INCLUDE_DIR AND EXISTS "${BZIP2_INCLUDE_DIR}/bzlib.h") - file(STRINGS "${BZIP2_INCLUDE_DIR}/bzlib.h" BZLIB_H REGEX "bzip2/libbzip2 version [0-9]+\\.[^ ]+ of [0-9]+ ") - string(REGEX REPLACE ".* bzip2/libbzip2 version ([0-9]+\\.[^ ]+) of [0-9]+ .*" "\\1" BZIP2_VERSION_STRING "${BZLIB_H}") -endif () - -include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZip2 - REQUIRED_VARS BZIP2_LIBRARIES BZIP2_INCLUDE_DIR - VERSION_VAR BZIP2_VERSION_STRING) - -if (BZIP2_FOUND) - set(BZIP2_INCLUDE_DIRS ${BZIP2_INCLUDE_DIR}) - include(${CMAKE_CURRENT_LIST_DIR}/CheckSymbolExists.cmake) - include(${CMAKE_CURRENT_LIST_DIR}/CMakePushCheckState.cmake) - cmake_push_check_state() - set(CMAKE_REQUIRED_QUIET ${BZip2_FIND_QUIETLY}) - set(CMAKE_REQUIRED_INCLUDES ${BZIP2_INCLUDE_DIR}) - set(CMAKE_REQUIRED_LIBRARIES ${BZIP2_LIBRARIES}) - CHECK_SYMBOL_EXISTS(BZ2_bzCompressInit "bzlib.h" BZIP2_NEED_PREFIX) - cmake_pop_check_state() - - if(NOT TARGET BZip2::BZip2) - add_library(BZip2::BZip2 UNKNOWN IMPORTED) - set_target_properties(BZip2::BZip2 PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${BZIP2_INCLUDE_DIRS}") - - if(BZIP2_LIBRARY_RELEASE) - set_property(TARGET BZip2::BZip2 APPEND PROPERTY - IMPORTED_CONFIGURATIONS RELEASE) - set_target_properties(BZip2::BZip2 PROPERTIES - IMPORTED_LOCATION_RELEASE "${BZIP2_LIBRARY_RELEASE}") - endif() - - if(BZIP2_LIBRARY_DEBUG) - set_property(TARGET BZip2::BZip2 APPEND PROPERTY - IMPORTED_CONFIGURATIONS DEBUG) - set_target_properties(BZip2::BZip2 PROPERTIES - IMPORTED_LOCATION_DEBUG "${BZIP2_LIBRARY_DEBUG}") - endif() - - if(NOT BZIP2_LIBRARY_RELEASE AND NOT BZIP2_LIBRARY_DEBUG) - set_property(TARGET BZip2::BZip2 APPEND PROPERTY - IMPORTED_LOCATION "${BZIP2_LIBRARY}") - endif() - endif() -endif () - -mark_as_advanced(BZIP2_INCLUDE_DIR) diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindGnuTLS.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindGnuTLS.cmake deleted file mode 100644 index 819f000..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindGnuTLS.cmake +++ /dev/null @@ -1,82 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -FindGnuTLS ----------- - -Find the GNU Transport Layer Security library (gnutls) - -IMPORTED Targets -^^^^^^^^^^^^^^^^ - -This module defines :prop_tgt:`IMPORTED` target ``GnuTLS::GnuTLS``, if -gnutls has been found. - -Result Variables -^^^^^^^^^^^^^^^^ - -``GNUTLS_FOUND`` - System has gnutls -``GNUTLS_INCLUDE_DIR`` - The gnutls include directory -``GNUTLS_LIBRARIES`` - The libraries needed to use gnutls -``GNUTLS_DEFINITIONS`` - Compiler switches required for using gnutls -``GNUTLS_VERSION`` - version of gnutls. -#]=======================================================================] - -# Note that this doesn't try to find the gnutls-extra package. - - -if (GNUTLS_INCLUDE_DIR AND GNUTLS_LIBRARY) - # in cache already - set(gnutls_FIND_QUIETLY TRUE) -endif () - -if (NOT WIN32) - # try using pkg-config to get the directories and then use these values - # in the find_path() and find_library() calls - # also fills in GNUTLS_DEFINITIONS, although that isn't normally useful - find_package(PkgConfig QUIET) - PKG_CHECK_MODULES(PC_GNUTLS QUIET gnutls) - set(GNUTLS_DEFINITIONS ${PC_GNUTLS_CFLAGS_OTHER}) - set(GNUTLS_VERSION ${PC_GNUTLS_VERSION}) - # keep for backward compatibility - set(GNUTLS_VERSION_STRING ${PC_GNUTLS_VERSION}) -endif () - -find_path(GNUTLS_INCLUDE_DIR gnutls/gnutls.h - HINTS - ${PC_GNUTLS_INCLUDEDIR} - ${PC_GNUTLS_INCLUDE_DIRS} - ) - -find_library(GNUTLS_LIBRARY NAMES gnutls libgnutls - HINTS - ${PC_GNUTLS_LIBDIR} - ${PC_GNUTLS_LIBRARY_DIRS} - ) - -mark_as_advanced(GNUTLS_INCLUDE_DIR GNUTLS_LIBRARY) - -include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(GnuTLS - REQUIRED_VARS GNUTLS_LIBRARY GNUTLS_INCLUDE_DIR - VERSION_VAR GNUTLS_VERSION_STRING) - -if(GNUTLS_FOUND) - set(GNUTLS_LIBRARIES ${GNUTLS_LIBRARY}) - set(GNUTLS_INCLUDE_DIRS ${GNUTLS_INCLUDE_DIR}) - - if(NOT TARGET GnuTLS::GnuTLS) - add_library(GnuTLS::GnuTLS UNKNOWN IMPORTED) - set_target_properties(GnuTLS::GnuTLS PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${GNUTLS_INCLUDE_DIRS}" - INTERFACE_COMPILE_DEFINITIONS "${GNUTLS_DEFINITIONS}" - IMPORTED_LINK_INTERFACE_LANGUAGES "C" - IMPORTED_LOCATION "${GNUTLS_LIBRARIES}") - endif() -endif() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindLibLZMA.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindLibLZMA.cmake deleted file mode 100644 index 200d6bf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindLibLZMA.cmake +++ /dev/null @@ -1,124 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -FindLibLZMA ------------ - -Find LZMA compression algorithm headers and library. - - -Imported Targets -^^^^^^^^^^^^^^^^ - -This module defines :prop_tgt:`IMPORTED` target ``LibLZMA::LibLZMA``, if -liblzma has been found. - -Result variables -^^^^^^^^^^^^^^^^ - -This module will set the following variables in your project: - -``LIBLZMA_FOUND`` - True if liblzma headers and library were found. -``LIBLZMA_INCLUDE_DIRS`` - Directory where liblzma headers are located. -``LIBLZMA_LIBRARIES`` - Lzma libraries to link against. -``LIBLZMA_HAS_AUTO_DECODER`` - True if lzma_auto_decoder() is found (required). -``LIBLZMA_HAS_EASY_ENCODER`` - True if lzma_easy_encoder() is found (required). -``LIBLZMA_HAS_LZMA_PRESET`` - True if lzma_lzma_preset() is found (required). -``LIBLZMA_VERSION_MAJOR`` - The major version of lzma -``LIBLZMA_VERSION_MINOR`` - The minor version of lzma -``LIBLZMA_VERSION_PATCH`` - The patch version of lzma -``LIBLZMA_VERSION_STRING`` - version number as a string (ex: "5.0.3") -#]=======================================================================] - -find_path(LIBLZMA_INCLUDE_DIR lzma.h ) -if(NOT LIBLZMA_LIBRARY) - find_library(LIBLZMA_LIBRARY_RELEASE NAMES lzma liblzma PATH_SUFFIXES lib) - find_library(LIBLZMA_LIBRARY_DEBUG NAMES lzmad liblzmad PATH_SUFFIXES lib) - include(${CMAKE_CURRENT_LIST_DIR}/SelectLibraryConfigurations.cmake) - select_library_configurations(LIBLZMA) -else() - file(TO_CMAKE_PATH "${LIBLZMA_LIBRARY}" LIBLZMA_LIBRARY) -endif() - -if(LIBLZMA_INCLUDE_DIR AND EXISTS "${LIBLZMA_INCLUDE_DIR}/lzma/version.h") - file(STRINGS "${LIBLZMA_INCLUDE_DIR}/lzma/version.h" LIBLZMA_HEADER_CONTENTS REGEX "#define LZMA_VERSION_[A-Z]+ [0-9]+") - - string(REGEX REPLACE ".*#define LZMA_VERSION_MAJOR ([0-9]+).*" "\\1" LIBLZMA_VERSION_MAJOR "${LIBLZMA_HEADER_CONTENTS}") - string(REGEX REPLACE ".*#define LZMA_VERSION_MINOR ([0-9]+).*" "\\1" LIBLZMA_VERSION_MINOR "${LIBLZMA_HEADER_CONTENTS}") - string(REGEX REPLACE ".*#define LZMA_VERSION_PATCH ([0-9]+).*" "\\1" LIBLZMA_VERSION_PATCH "${LIBLZMA_HEADER_CONTENTS}") - - set(LIBLZMA_VERSION_STRING "${LIBLZMA_VERSION_MAJOR}.${LIBLZMA_VERSION_MINOR}.${LIBLZMA_VERSION_PATCH}") - unset(LIBLZMA_HEADER_CONTENTS) -endif() - -# We're using new code known now as XZ, even library still been called LZMA -# it can be found in http://tukaani.org/xz/ -# Avoid using old codebase -if (LIBLZMA_LIBRARY) - include(${CMAKE_CURRENT_LIST_DIR}/CheckLibraryExists.cmake) - set(CMAKE_REQUIRED_QUIET_SAVE ${CMAKE_REQUIRED_QUIET}) - set(CMAKE_REQUIRED_QUIET ${LibLZMA_FIND_QUIETLY}) - if(NOT LIBLZMA_LIBRARY_RELEASE AND NOT LIBLZMA_LIBRARY_DEBUG) - set(LIBLZMA_LIBRARY_check ${LIBLZMA_LIBRARY}) - elseif(LIBLZMA_LIBRARY_RELEASE) - set(LIBLZMA_LIBRARY_check ${LIBLZMA_LIBRARY_RELEASE}) - elseif(LIBLZMA_LIBRARY_DEBUG) - set(LIBLZMA_LIBRARY_check ${LIBLZMA_LIBRARY_DEBUG}) - endif() - CHECK_LIBRARY_EXISTS(${LIBLZMA_LIBRARY_check} lzma_auto_decoder "" LIBLZMA_HAS_AUTO_DECODER) - CHECK_LIBRARY_EXISTS(${LIBLZMA_LIBRARY_check} lzma_easy_encoder "" LIBLZMA_HAS_EASY_ENCODER) - CHECK_LIBRARY_EXISTS(${LIBLZMA_LIBRARY_check} lzma_lzma_preset "" LIBLZMA_HAS_LZMA_PRESET) - unset(LIBLZMA_LIBRARY_check) - set(CMAKE_REQUIRED_QUIET ${CMAKE_REQUIRED_QUIET_SAVE}) -endif () - -include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) -find_package_handle_standard_args(LibLZMA REQUIRED_VARS LIBLZMA_LIBRARY - LIBLZMA_INCLUDE_DIR - LIBLZMA_HAS_AUTO_DECODER - LIBLZMA_HAS_EASY_ENCODER - LIBLZMA_HAS_LZMA_PRESET - VERSION_VAR LIBLZMA_VERSION_STRING - ) -mark_as_advanced( LIBLZMA_INCLUDE_DIR LIBLZMA_LIBRARY ) - -if (LIBLZMA_FOUND) - set(LIBLZMA_LIBRARIES ${LIBLZMA_LIBRARY}) - set(LIBLZMA_INCLUDE_DIRS ${LIBLZMA_INCLUDE_DIR}) - if(NOT TARGET LibLZMA::LibLZMA) - add_library(LibLZMA::LibLZMA UNKNOWN IMPORTED) - set_target_properties(LibLZMA::LibLZMA PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES ${LIBLZMA_INCLUDE_DIR} - IMPORTED_LINK_INTERFACE_LANGUAGES C) - - if(LIBLZMA_LIBRARY_RELEASE) - set_property(TARGET LibLZMA::LibLZMA APPEND PROPERTY - IMPORTED_CONFIGURATIONS RELEASE) - set_target_properties(LibLZMA::LibLZMA PROPERTIES - IMPORTED_LOCATION_RELEASE "${LIBLZMA_LIBRARY_RELEASE}") - endif() - - if(LIBLZMA_LIBRARY_DEBUG) - set_property(TARGET LibLZMA::LibLZMA APPEND PROPERTY - IMPORTED_CONFIGURATIONS DEBUG) - set_target_properties(LibLZMA::LibLZMA PROPERTIES - IMPORTED_LOCATION_DEBUG "${LIBLZMA_LIBRARY_DEBUG}") - endif() - - if(NOT LIBLZMA_LIBRARY_RELEASE AND NOT LIBLZMA_LIBRARY_DEBUG) - set_target_properties(LibLZMA::LibLZMA PROPERTIES - IMPORTED_LOCATION "${LIBLZMA_LIBRARY}") - endif() - endif() -endif () diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageHandleStandardArgs.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageHandleStandardArgs.cmake deleted file mode 100644 index a078049..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageHandleStandardArgs.cmake +++ /dev/null @@ -1,453 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -FindPackageHandleStandardArgs ------------------------------ - -This module provides a function intended to be used in :ref:`Find Modules` -implementing :command:`find_package()` calls. It handles the -``REQUIRED``, ``QUIET`` and version-related arguments of ``find_package``. -It also sets the ``_FOUND`` variable. The package is -considered found if all variables listed contain valid results, e.g. -valid filepaths. - -.. command:: find_package_handle_standard_args - - There are two signatures:: - - find_package_handle_standard_args( - (DEFAULT_MSG|) - ... - ) - - find_package_handle_standard_args( - [FOUND_VAR ] - [REQUIRED_VARS ...] - [VERSION_VAR ] - [HANDLE_COMPONENTS] - [CONFIG_MODE] - [NAME_MISMATCHED] - [REASON_FAILURE_MESSAGE ] - [FAIL_MESSAGE ] - ) - - The ``_FOUND`` variable will be set to ``TRUE`` if all - the variables ``...`` are valid and any optional - constraints are satisfied, and ``FALSE`` otherwise. A success or - failure message may be displayed based on the results and on - whether the ``REQUIRED`` and/or ``QUIET`` option was given to - the :command:`find_package` call. - - The options are: - - ``(DEFAULT_MSG|)`` - In the simple signature this specifies the failure message. - Use ``DEFAULT_MSG`` to ask for a default message to be computed - (recommended). Not valid in the full signature. - - ``FOUND_VAR `` - Obsolete. Specifies either ``_FOUND`` or - ``_FOUND`` as the result variable. This exists only - for compatibility with older versions of CMake and is now ignored. - Result variables of both names are always set for compatibility. - - ``REQUIRED_VARS ...`` - Specify the variables which are required for this package. - These may be named in the generated failure message asking the - user to set the missing variable values. Therefore these should - typically be cache entries such as ``FOO_LIBRARY`` and not output - variables like ``FOO_LIBRARIES``. - - ``VERSION_VAR `` - Specify the name of a variable that holds the version of the package - that has been found. This version will be checked against the - (potentially) specified required version given to the - :command:`find_package` call, including its ``EXACT`` option. - The default messages include information about the required - version and the version which has been actually found, both - if the version is ok or not. - - ``HANDLE_COMPONENTS`` - Enable handling of package components. In this case, the command - will report which components have been found and which are missing, - and the ``_FOUND`` variable will be set to ``FALSE`` - if any of the required components (i.e. not the ones listed after - the ``OPTIONAL_COMPONENTS`` option of :command:`find_package`) are - missing. - - ``CONFIG_MODE`` - Specify that the calling find module is a wrapper around a - call to ``find_package( NO_MODULE)``. This implies - a ``VERSION_VAR`` value of ``_VERSION``. The command - will automatically check whether the package configuration file - was found. - - ``REASON_FAILURE_MESSAGE `` - Specify a custom message of the reason for the failure which will be - appended to the default generated message. - - ``FAIL_MESSAGE `` - Specify a custom failure message instead of using the default - generated message. Not recommended. - - ``NAME_MISMATCHED`` - Indicate that the ```` does not match - ``${CMAKE_FIND_PACKAGE_NAME}``. This is usually a mistake and raises a - warning, but it may be intentional for usage of the command for components - of a larger package. - -Example for the simple signature: - -.. code-block:: cmake - - find_package_handle_standard_args(LibXml2 DEFAULT_MSG - LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) - -The ``LibXml2`` package is considered to be found if both -``LIBXML2_LIBRARY`` and ``LIBXML2_INCLUDE_DIR`` are valid. -Then also ``LibXml2_FOUND`` is set to ``TRUE``. If it is not found -and ``REQUIRED`` was used, it fails with a -:command:`message(FATAL_ERROR)`, independent whether ``QUIET`` was -used or not. If it is found, success will be reported, including -the content of the first ````. On repeated CMake runs, -the same message will not be printed again. - -.. note:: - - If ```` does not match ``CMAKE_FIND_PACKAGE_NAME`` for the - calling module, a warning that there is a mismatch is given. The - ``FPHSA_NAME_MISMATCHED`` variable may be set to bypass the warning if using - the old signature and the ``NAME_MISMATCHED`` argument using the new - signature. To avoid forcing the caller to require newer versions of CMake for - usage, the variable's value will be used if defined when the - ``NAME_MISMATCHED`` argument is not passed for the new signature (but using - both is an error).. - -Example for the full signature: - -.. code-block:: cmake - - find_package_handle_standard_args(LibArchive - REQUIRED_VARS LibArchive_LIBRARY LibArchive_INCLUDE_DIR - VERSION_VAR LibArchive_VERSION) - -In this case, the ``LibArchive`` package is considered to be found if -both ``LibArchive_LIBRARY`` and ``LibArchive_INCLUDE_DIR`` are valid. -Also the version of ``LibArchive`` will be checked by using the version -contained in ``LibArchive_VERSION``. Since no ``FAIL_MESSAGE`` is given, -the default messages will be printed. - -Another example for the full signature: - -.. code-block:: cmake - - find_package(Automoc4 QUIET NO_MODULE HINTS /opt/automoc4) - find_package_handle_standard_args(Automoc4 CONFIG_MODE) - -In this case, a ``FindAutmoc4.cmake`` module wraps a call to -``find_package(Automoc4 NO_MODULE)`` and adds an additional search -directory for ``automoc4``. Then the call to -``find_package_handle_standard_args`` produces a proper success/failure -message. -#]=======================================================================] - -include(${CMAKE_CURRENT_LIST_DIR}/FindPackageMessage.cmake) - -# internal helper macro -macro(_FPHSA_FAILURE_MESSAGE _msg) - set (__msg "${_msg}") - if (FPHSA_REASON_FAILURE_MESSAGE) - string(APPEND __msg "\n Reason given by package: ${FPHSA_REASON_FAILURE_MESSAGE}\n") - endif() - if (${_NAME}_FIND_REQUIRED) - message(FATAL_ERROR "${__msg}") - else () - if (NOT ${_NAME}_FIND_QUIETLY) - message(STATUS "${__msg}") - endif () - endif () -endmacro() - - -# internal helper macro to generate the failure message when used in CONFIG_MODE: -macro(_FPHSA_HANDLE_FAILURE_CONFIG_MODE) - # _CONFIG is set, but FOUND is false, this means that some other of the REQUIRED_VARS was not found: - if(${_NAME}_CONFIG) - _FPHSA_FAILURE_MESSAGE("${FPHSA_FAIL_MESSAGE}: missing:${MISSING_VARS} (found ${${_NAME}_CONFIG} ${VERSION_MSG})") - else() - # If _CONSIDERED_CONFIGS is set, the config-file has been found, but no suitable version. - # List them all in the error message: - if(${_NAME}_CONSIDERED_CONFIGS) - set(configsText "") - list(LENGTH ${_NAME}_CONSIDERED_CONFIGS configsCount) - math(EXPR configsCount "${configsCount} - 1") - foreach(currentConfigIndex RANGE ${configsCount}) - list(GET ${_NAME}_CONSIDERED_CONFIGS ${currentConfigIndex} filename) - list(GET ${_NAME}_CONSIDERED_VERSIONS ${currentConfigIndex} version) - string(APPEND configsText "\n ${filename} (version ${version})") - endforeach() - if (${_NAME}_NOT_FOUND_MESSAGE) - if (FPHSA_REASON_FAILURE_MESSAGE) - string(PREPEND FPHSA_REASON_FAILURE_MESSAGE "${${_NAME}_NOT_FOUND_MESSAGE}\n ") - else() - set(FPHSA_REASON_FAILURE_MESSAGE "${${_NAME}_NOT_FOUND_MESSAGE}") - endif() - else() - string(APPEND configsText "\n") - endif() - _FPHSA_FAILURE_MESSAGE("${FPHSA_FAIL_MESSAGE} ${VERSION_MSG}, checked the following files:${configsText}") - - else() - # Simple case: No Config-file was found at all: - _FPHSA_FAILURE_MESSAGE("${FPHSA_FAIL_MESSAGE}: found neither ${_NAME}Config.cmake nor ${_NAME_LOWER}-config.cmake ${VERSION_MSG}") - endif() - endif() -endmacro() - - -function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG) - - # Set up the arguments for `cmake_parse_arguments`. - set(options CONFIG_MODE HANDLE_COMPONENTS NAME_MISMATCHED) - set(oneValueArgs FAIL_MESSAGE REASON_FAILURE_MESSAGE VERSION_VAR FOUND_VAR) - set(multiValueArgs REQUIRED_VARS) - - # Check whether we are in 'simple' or 'extended' mode: - set(_KEYWORDS_FOR_EXTENDED_MODE ${options} ${oneValueArgs} ${multiValueArgs} ) - list(FIND _KEYWORDS_FOR_EXTENDED_MODE "${_FIRST_ARG}" INDEX) - - unset(FPHSA_NAME_MISMATCHED_override) - if (DEFINED FPHSA_NAME_MISMATCHED) - # If the variable NAME_MISMATCHED variable is set, error if it is passed as - # an argument. The former is for old signatures, the latter is for new - # signatures. - list(FIND ARGN "NAME_MISMATCHED" name_mismatched_idx) - if (NOT name_mismatched_idx EQUAL "-1") - message(FATAL_ERROR - "The `NAME_MISMATCHED` argument may only be specified by the argument or " - "the variable, not both.") - endif () - - # But use the variable if it is not an argument to avoid forcing minimum - # CMake version bumps for calling modules. - set(FPHSA_NAME_MISMATCHED_override "${FPHSA_NAME_MISMATCHED}") - endif () - - if(${INDEX} EQUAL -1) - set(FPHSA_FAIL_MESSAGE ${_FIRST_ARG}) - set(FPHSA_REQUIRED_VARS ${ARGN}) - set(FPHSA_VERSION_VAR) - else() - cmake_parse_arguments(FPHSA "${options}" "${oneValueArgs}" "${multiValueArgs}" ${_FIRST_ARG} ${ARGN}) - - if(FPHSA_UNPARSED_ARGUMENTS) - message(FATAL_ERROR "Unknown keywords given to FIND_PACKAGE_HANDLE_STANDARD_ARGS(): \"${FPHSA_UNPARSED_ARGUMENTS}\"") - endif() - - if(NOT FPHSA_FAIL_MESSAGE) - set(FPHSA_FAIL_MESSAGE "DEFAULT_MSG") - endif() - - # In config-mode, we rely on the variable _CONFIG, which is set by find_package() - # when it successfully found the config-file, including version checking: - if(FPHSA_CONFIG_MODE) - list(INSERT FPHSA_REQUIRED_VARS 0 ${_NAME}_CONFIG) - list(REMOVE_DUPLICATES FPHSA_REQUIRED_VARS) - set(FPHSA_VERSION_VAR ${_NAME}_VERSION) - endif() - - if(NOT FPHSA_REQUIRED_VARS) - message(FATAL_ERROR "No REQUIRED_VARS specified for FIND_PACKAGE_HANDLE_STANDARD_ARGS()") - endif() - endif() - - if (DEFINED FPHSA_NAME_MISMATCHED_override) - set(FPHSA_NAME_MISMATCHED "${FPHSA_NAME_MISMATCHED_override}") - endif () - - if (DEFINED CMAKE_FIND_PACKAGE_NAME - AND NOT FPHSA_NAME_MISMATCHED - AND NOT _NAME STREQUAL CMAKE_FIND_PACKAGE_NAME) - message(AUTHOR_WARNING - "The package name passed to `find_package_handle_standard_args` " - "(${_NAME}) does not match the name of the calling package " - "(${CMAKE_FIND_PACKAGE_NAME}). This can lead to problems in calling " - "code that expects `find_package` result variables (e.g., `_FOUND`) " - "to follow a certain pattern.") - endif () - -# now that we collected all arguments, process them - - if("x${FPHSA_FAIL_MESSAGE}" STREQUAL "xDEFAULT_MSG") - set(FPHSA_FAIL_MESSAGE "Could NOT find ${_NAME}") - endif() - - list(GET FPHSA_REQUIRED_VARS 0 _FIRST_REQUIRED_VAR) - - string(TOUPPER ${_NAME} _NAME_UPPER) - string(TOLOWER ${_NAME} _NAME_LOWER) - - if(FPHSA_FOUND_VAR) - set(_FOUND_VAR_UPPER ${_NAME_UPPER}_FOUND) - set(_FOUND_VAR_MIXED ${_NAME}_FOUND) - if(FPHSA_FOUND_VAR STREQUAL _FOUND_VAR_MIXED OR FPHSA_FOUND_VAR STREQUAL _FOUND_VAR_UPPER) - set(_FOUND_VAR ${FPHSA_FOUND_VAR}) - else() - message(FATAL_ERROR "The argument for FOUND_VAR is \"${FPHSA_FOUND_VAR}\", but only \"${_FOUND_VAR_MIXED}\" and \"${_FOUND_VAR_UPPER}\" are valid names.") - endif() - else() - set(_FOUND_VAR ${_NAME_UPPER}_FOUND) - endif() - - # collect all variables which were not found, so they can be printed, so the - # user knows better what went wrong (#6375) - set(MISSING_VARS "") - set(DETAILS "") - # check if all passed variables are valid - set(FPHSA_FOUND_${_NAME} TRUE) - foreach(_CURRENT_VAR ${FPHSA_REQUIRED_VARS}) - if(NOT ${_CURRENT_VAR}) - set(FPHSA_FOUND_${_NAME} FALSE) - string(APPEND MISSING_VARS " ${_CURRENT_VAR}") - else() - string(APPEND DETAILS "[${${_CURRENT_VAR}}]") - endif() - endforeach() - if(FPHSA_FOUND_${_NAME}) - set(${_NAME}_FOUND TRUE) - set(${_NAME_UPPER}_FOUND TRUE) - else() - set(${_NAME}_FOUND FALSE) - set(${_NAME_UPPER}_FOUND FALSE) - endif() - - # component handling - unset(FOUND_COMPONENTS_MSG) - unset(MISSING_COMPONENTS_MSG) - - if(FPHSA_HANDLE_COMPONENTS) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(${_NAME}_${comp}_FOUND) - - if(NOT DEFINED FOUND_COMPONENTS_MSG) - set(FOUND_COMPONENTS_MSG "found components:") - endif() - string(APPEND FOUND_COMPONENTS_MSG " ${comp}") - - else() - - if(NOT DEFINED MISSING_COMPONENTS_MSG) - set(MISSING_COMPONENTS_MSG "missing components:") - endif() - string(APPEND MISSING_COMPONENTS_MSG " ${comp}") - - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - string(APPEND MISSING_VARS " ${comp}") - endif() - - endif() - endforeach() - set(COMPONENT_MSG "${FOUND_COMPONENTS_MSG} ${MISSING_COMPONENTS_MSG}") - string(APPEND DETAILS "[c${COMPONENT_MSG}]") - endif() - - # version handling: - set(VERSION_MSG "") - set(VERSION_OK TRUE) - - # check with DEFINED here as the requested or found version may be "0" - if (DEFINED ${_NAME}_FIND_VERSION) - if(DEFINED ${FPHSA_VERSION_VAR}) - set(_FOUND_VERSION ${${FPHSA_VERSION_VAR}}) - - if(${_NAME}_FIND_VERSION_EXACT) # exact version required - # count the dots in the version string - string(REGEX REPLACE "[^.]" "" _VERSION_DOTS "${_FOUND_VERSION}") - # add one dot because there is one dot more than there are components - string(LENGTH "${_VERSION_DOTS}." _VERSION_DOTS) - if (_VERSION_DOTS GREATER ${_NAME}_FIND_VERSION_COUNT) - # Because of the C++ implementation of find_package() ${_NAME}_FIND_VERSION_COUNT - # is at most 4 here. Therefore a simple lookup table is used. - if (${_NAME}_FIND_VERSION_COUNT EQUAL 1) - set(_VERSION_REGEX "[^.]*") - elseif (${_NAME}_FIND_VERSION_COUNT EQUAL 2) - set(_VERSION_REGEX "[^.]*\\.[^.]*") - elseif (${_NAME}_FIND_VERSION_COUNT EQUAL 3) - set(_VERSION_REGEX "[^.]*\\.[^.]*\\.[^.]*") - else () - set(_VERSION_REGEX "[^.]*\\.[^.]*\\.[^.]*\\.[^.]*") - endif () - string(REGEX REPLACE "^(${_VERSION_REGEX})\\..*" "\\1" _VERSION_HEAD "${_FOUND_VERSION}") - unset(_VERSION_REGEX) - if (NOT ${_NAME}_FIND_VERSION VERSION_EQUAL _VERSION_HEAD) - set(VERSION_MSG "Found unsuitable version \"${_FOUND_VERSION}\", but required is exact version \"${${_NAME}_FIND_VERSION}\"") - set(VERSION_OK FALSE) - else () - set(VERSION_MSG "(found suitable exact version \"${_FOUND_VERSION}\")") - endif () - unset(_VERSION_HEAD) - else () - if (NOT ${_NAME}_FIND_VERSION VERSION_EQUAL _FOUND_VERSION) - set(VERSION_MSG "Found unsuitable version \"${_FOUND_VERSION}\", but required is exact version \"${${_NAME}_FIND_VERSION}\"") - set(VERSION_OK FALSE) - else () - set(VERSION_MSG "(found suitable exact version \"${_FOUND_VERSION}\")") - endif () - endif () - unset(_VERSION_DOTS) - - else() # minimum version specified: - if (${_NAME}_FIND_VERSION VERSION_GREATER _FOUND_VERSION) - set(VERSION_MSG "Found unsuitable version \"${_FOUND_VERSION}\", but required is at least \"${${_NAME}_FIND_VERSION}\"") - set(VERSION_OK FALSE) - else () - set(VERSION_MSG "(found suitable version \"${_FOUND_VERSION}\", minimum required is \"${${_NAME}_FIND_VERSION}\")") - endif () - endif() - - else() - - # if the package was not found, but a version was given, add that to the output: - if(${_NAME}_FIND_VERSION_EXACT) - set(VERSION_MSG "(Required is exact version \"${${_NAME}_FIND_VERSION}\")") - else() - set(VERSION_MSG "(Required is at least version \"${${_NAME}_FIND_VERSION}\")") - endif() - - endif() - else () - # Check with DEFINED as the found version may be 0. - if(DEFINED ${FPHSA_VERSION_VAR}) - set(VERSION_MSG "(found version \"${${FPHSA_VERSION_VAR}}\")") - endif() - endif () - - if(VERSION_OK) - string(APPEND DETAILS "[v${${FPHSA_VERSION_VAR}}(${${_NAME}_FIND_VERSION})]") - else() - set(${_NAME}_FOUND FALSE) - endif() - - - # print the result: - if (${_NAME}_FOUND) - FIND_PACKAGE_MESSAGE(${_NAME} "Found ${_NAME}: ${${_FIRST_REQUIRED_VAR}} ${VERSION_MSG} ${COMPONENT_MSG}" "${DETAILS}") - else () - - if(FPHSA_CONFIG_MODE) - _FPHSA_HANDLE_FAILURE_CONFIG_MODE() - else() - if(NOT VERSION_OK) - _FPHSA_FAILURE_MESSAGE("${FPHSA_FAIL_MESSAGE}: ${VERSION_MSG} (found ${${_FIRST_REQUIRED_VAR}})") - else() - _FPHSA_FAILURE_MESSAGE("${FPHSA_FAIL_MESSAGE} (missing:${MISSING_VARS}) ${VERSION_MSG}") - endif() - endif() - - endif () - - set(${_NAME}_FOUND ${${_NAME}_FOUND} PARENT_SCOPE) - set(${_NAME_UPPER}_FOUND ${${_NAME}_FOUND} PARENT_SCOPE) -endfunction() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageMessage.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageMessage.cmake deleted file mode 100644 index 0628b98..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/FindPackageMessage.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -FindPackageMessage ------------------- - -.. code-block:: cmake - - find_package_message( "message for user" "find result details") - -This function is intended to be used in FindXXX.cmake modules files. -It will print a message once for each unique find result. This is -useful for telling the user where a package was found. The first -argument specifies the name (XXX) of the package. The second argument -specifies the message to display. The third argument lists details -about the find result so that if they change the message will be -displayed again. The macro also obeys the QUIET argument to the -find_package command. - -Example: - -.. code-block:: cmake - - if(X11_FOUND) - find_package_message(X11 "Found X11: ${X11_X11_LIB}" - "[${X11_X11_LIB}][${X11_INCLUDE_DIR}]") - else() - ... - endif() -#]=======================================================================] - -function(find_package_message pkg msg details) - # Avoid printing a message repeatedly for the same find result. - if(NOT ${pkg}_FIND_QUIETLY) - string(REPLACE "\n" "" details "${details}") - set(DETAILS_VAR FIND_PACKAGE_MESSAGE_DETAILS_${pkg}) - if(NOT "${details}" STREQUAL "${${DETAILS_VAR}}") - # The message has not yet been printed. - message(STATUS "${msg}") - - # Save the find details in the cache to avoid printing the same - # message again. - set("${DETAILS_VAR}" "${details}" - CACHE INTERNAL "Details about finding ${pkg}") - endif() - endif() -endfunction() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/SelectLibraryConfigurations.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake-compat/SelectLibraryConfigurations.cmake deleted file mode 100644 index 4c0e9a8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake-compat/SelectLibraryConfigurations.cmake +++ /dev/null @@ -1,80 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -SelectLibraryConfigurations ---------------------------- - -.. code-block:: cmake - - select_library_configurations(basename) - -This macro takes a library base name as an argument, and will choose -good values for the variables - -:: - - basename_LIBRARY - basename_LIBRARIES - basename_LIBRARY_DEBUG - basename_LIBRARY_RELEASE - -depending on what has been found and set. - -If only ``basename_LIBRARY_RELEASE`` is defined, ``basename_LIBRARY`` will -be set to the release value, and ``basename_LIBRARY_DEBUG`` will be set -to ``basename_LIBRARY_DEBUG-NOTFOUND``. If only ``basename_LIBRARY_DEBUG`` -is defined, then ``basename_LIBRARY`` will take the debug value, and -``basename_LIBRARY_RELEASE`` will be set to ``basename_LIBRARY_RELEASE-NOTFOUND``. - -If the generator supports configuration types, then ``basename_LIBRARY`` -and ``basename_LIBRARIES`` will be set with debug and optimized flags -specifying the library to be used for the given configuration. If no -build type has been set or the generator in use does not support -configuration types, then ``basename_LIBRARY`` and ``basename_LIBRARIES`` -will take only the release value, or the debug value if the release one -is not set. -#]=======================================================================] - -# This macro was adapted from the FindQt4 CMake module and is maintained by Will -# Dicharry . - -macro(select_library_configurations basename) - if(NOT ${basename}_LIBRARY_RELEASE) - set(${basename}_LIBRARY_RELEASE "${basename}_LIBRARY_RELEASE-NOTFOUND" CACHE FILEPATH "Path to a library.") - endif() - if(NOT ${basename}_LIBRARY_DEBUG) - set(${basename}_LIBRARY_DEBUG "${basename}_LIBRARY_DEBUG-NOTFOUND" CACHE FILEPATH "Path to a library.") - endif() - - get_property(_isMultiConfig GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) - if( ${basename}_LIBRARY_DEBUG AND ${basename}_LIBRARY_RELEASE AND - NOT ${basename}_LIBRARY_DEBUG STREQUAL ${basename}_LIBRARY_RELEASE AND - ( _isMultiConfig OR CMAKE_BUILD_TYPE ) ) - # if the generator is multi-config or if CMAKE_BUILD_TYPE is set for - # single-config generators, set optimized and debug libraries - set( ${basename}_LIBRARY "" ) - foreach( _libname IN LISTS ${basename}_LIBRARY_RELEASE ) - list( APPEND ${basename}_LIBRARY optimized "${_libname}" ) - endforeach() - foreach( _libname IN LISTS ${basename}_LIBRARY_DEBUG ) - list( APPEND ${basename}_LIBRARY debug "${_libname}" ) - endforeach() - elseif( ${basename}_LIBRARY_RELEASE ) - set( ${basename}_LIBRARY ${${basename}_LIBRARY_RELEASE} ) - elseif( ${basename}_LIBRARY_DEBUG ) - set( ${basename}_LIBRARY ${${basename}_LIBRARY_DEBUG} ) - else() - set( ${basename}_LIBRARY "${basename}_LIBRARY-NOTFOUND") - endif() - - set( ${basename}_LIBRARIES "${${basename}_LIBRARY}" ) - - if( ${basename}_LIBRARY ) - set( ${basename}_FOUND TRUE ) - endif() - - mark_as_advanced( ${basename}_LIBRARY_RELEASE - ${basename}_LIBRARY_DEBUG - ) -endmacro() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake/Dist.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake/Dist.cmake deleted file mode 100644 index d2adf9f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake/Dist.cmake +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright (C) 2020 Dieter Baron and Thomas Klausner -# -# The authors can be contacted at -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# -# 3. The names of the authors may not be used to endorse or promote -# products derived from this software without specific prior -# written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -#[=======================================================================[.rst: -Dist -------- - -Provide ``dist`` and ``distcheck`` targets similar to -autoconf/automake functionality. - -The ``dist`` target creates tarballs of the project in ``.tar.gz`` and -``.tar.xz`` formats. - -The ``distcheck`` target extracts one of created tarballs, builds the -software using its defaults, and runs the tests. - -Both targets use Unix shell commands. - -The Dist target takes one argument, the file name (before the extension). - -The ``distcheck`` target creates (and removes) ``${ARCHIVE_NAME}-build`` -and ``${ARCHIVE_NAME}-dest``. - -#]=======================================================================] -function(Dist ARCHIVE_NAME) - if(NOT TARGET dist AND NOT TARGET distcheck) - add_custom_target(dist - COMMAND git config tar.tar.xz.command "xz -c" - COMMAND git archive --prefix=${ARCHIVE_NAME}/ -o ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.gz HEAD - COMMAND git archive --prefix=${ARCHIVE_NAME}/ -o ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.xz HEAD - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} - ) - add_custom_target(distcheck - COMMAND chmod -R u+w ${ARCHIVE_NAME} ${ARCHIVE_NAME}-build ${ARCHIVE_NAME}-dest 2>/dev/null || true - COMMAND rm -rf ${ARCHIVE_NAME} ${ARCHIVE_NAME}-build ${ARCHIVE_NAME}-dest - COMMAND ${CMAKE_COMMAND} -E tar xf ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.gz - COMMAND chmod -R u-w ${ARCHIVE_NAME} - COMMAND mkdir ${ARCHIVE_NAME}-build - COMMAND mkdir ${ARCHIVE_NAME}-dest - COMMAND ${CMAKE_COMMAND} -DCMAKE_INSTALL_PREFIX=${ARCHIVE_NAME}-dest ${ARCHIVE_NAME} -B ${ARCHIVE_NAME}-build - COMMAND make -C ${ARCHIVE_NAME}-build -j4 - COMMAND make -C ${ARCHIVE_NAME}-build test - COMMAND make -C ${ARCHIVE_NAME}-build install - # COMMAND make -C ${ARCHIVE_NAME}-build uninstall - # COMMAND if [ `find ${ARCHIVE_NAME}-dest ! -type d | wc -l` -ne 0 ]; then echo leftover files in ${ARCHIVE_NAME}-dest; false; fi - COMMAND make -C ${ARCHIVE_NAME}-build clean - COMMAND chmod -R u+w ${ARCHIVE_NAME} ${ARCHIVE_NAME}-build ${ARCHIVE_NAME}-dest - COMMAND rm -rf ${ARCHIVE_NAME} ${ARCHIVE_NAME}-build ${ARCHIVE_NAME}-dest - COMMAND echo "${ARCHIVE_NAME}.tar.gz is ready for distribution." - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} - ) - add_dependencies(distcheck dist) - endif() -endfunction() diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake/FindMbedTLS.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake/FindMbedTLS.cmake deleted file mode 100644 index 5a6ef9d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake/FindMbedTLS.cmake +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright (C) 2020 Dieter Baron and Thomas Klausner -# -# The authors can be contacted at -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# -# 3. The names of the authors may not be used to endorse or promote -# products derived from this software without specific prior -# written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -#[=======================================================================[.rst: -FindMbedTLS -------- - -Finds the Mbed TLS library. - -Imported Targets -^^^^^^^^^^^^^^^^ - -This module provides the following imported targets, if found: - -``MbedTLS::MbedTLS`` - The Mbed TLS library - -Result Variables -^^^^^^^^^^^^^^^^ - -This will define the following variables: - -``MbedTLS_FOUND`` - True if the system has the Mbed TLS library. -``MbedTLS_VERSION`` - The version of the Mbed TLS library which was found. -``MbedTLS_INCLUDE_DIRS`` - Include directories needed to use Mbed TLS. -``MbedTLS_LIBRARIES`` - Libraries needed to link to Mbed TLS. - -Cache Variables -^^^^^^^^^^^^^^^ - -The following cache variables may also be set: - -``MbedTLS_INCLUDE_DIR`` - The directory containing ``mbedtls/aes.h``. -``MbedTLS_LIBRARY`` - The path to the Mbed TLS library. - -#]=======================================================================] - -# I'm not aware of a pkg-config file for mbedtls as of 2020/07/08. -#find_package(PkgConfig) -#pkg_check_modules(PC_MbedTLS QUIET mbedtls) - -find_path(MbedTLS_INCLUDE_DIR - NAMES mbedtls/aes.h -# PATHS ${PC_MbedTLS_INCLUDE_DIRS} -) -find_library(MbedTLS_LIBRARY - NAMES mbedcrypto -# PATHS ${PC_MbedTLS_LIBRARY_DIRS} -) - -# Extract version information from the header file -if(MbedTLS_INCLUDE_DIR) - # for major version 3 - if(EXISTS ${MbedTLS_INCLUDE_DIR}/mbedtls/build_info.h) - file(STRINGS ${MbedTLS_INCLUDE_DIR}/mbedtls/build_info.h _ver_line - REGEX "^#define MBEDTLS_VERSION_STRING *\"[0-9]+\\.[0-9]+\\.[0-9]+\"" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" - MbedTLS_VERSION "${_ver_line}") - unset(_ver_line) - # for major version 2 - elseif(EXISTS ${MbedTLS_INCLUDE_DIR}/mbedtls/version.h) - file(STRINGS ${MbedTLS_INCLUDE_DIR}/mbedtls/version.h _ver_line - REGEX "^#define MBEDTLS_VERSION_STRING *\"[0-9]+\\.[0-9]+\\.[0-9]+\"" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" - MbedTLS_VERSION "${_ver_line}") - unset(_ver_line) - else() - if(PC_MbedTLS_VERSION) - set(MbedTLS_VERSION ${PC_MbedTLS_VERSION}) - else() - # version unknown - set(MbedTLS_VERSION "0.0") - endif() - endif() -endif() - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(MbedTLS - FOUND_VAR MbedTLS_FOUND - REQUIRED_VARS - MbedTLS_LIBRARY - MbedTLS_INCLUDE_DIR - VERSION_VAR MbedTLS_VERSION -) - -if(MbedTLS_FOUND) - set(MbedTLS_LIBRARIES ${MbedTLS_LIBRARY}) - set(MbedTLS_INCLUDE_DIRS ${MbedTLS_INCLUDE_DIR}) -# set(MbedTLS_DEFINITIONS ${PC_MbedTLS_CFLAGS_OTHER}) -endif() - -if(MbedTLS_FOUND AND NOT TARGET MbedTLS::MbedTLS) - add_library(MbedTLS::MbedTLS UNKNOWN IMPORTED) - set_target_properties(MbedTLS::MbedTLS PROPERTIES - IMPORTED_LOCATION "${MbedTLS_LIBRARY}" -# INTERFACE_COMPILE_OPTIONS "${PC_MbedTLS_CFLAGS_OTHER}" - INTERFACE_INCLUDE_DIRECTORIES "${MbedTLS_INCLUDE_DIR}" - ) -endif() - -mark_as_advanced( - MbedTLS_INCLUDE_DIR - MbedTLS_LIBRARY - ) diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake/FindNettle.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake/FindNettle.cmake deleted file mode 100644 index 8f0deb0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake/FindNettle.cmake +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright (C) 2020 Dieter Baron and Thomas Klausner -# -# The authors can be contacted at -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# -# 3. The names of the authors may not be used to endorse or promote -# products derived from this software without specific prior -# written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -#[=======================================================================[.rst: -FindNettle -------- - -Finds the Nettle library. - -Imported Targets -^^^^^^^^^^^^^^^^ - -This module provides the following imported targets, if found: - -``Nettle::Nettle`` - The Nettle library - -Result Variables -^^^^^^^^^^^^^^^^ - -This will define the following variables: - -``Nettle_FOUND`` - True if the system has the Nettle library. -``Nettle_VERSION`` - The version of the Nettle library which was found. -``Nettle_INCLUDE_DIRS`` - Include directories needed to use Nettle. -``Nettle_LIBRARIES`` - Libraries needed to link to Nettle. - -Cache Variables -^^^^^^^^^^^^^^^ - -The following cache variables may also be set: - -``Nettle_INCLUDE_DIR`` - The directory containing ``nettle/aes.h``. -``Nettle_LIBRARY`` - The path to the Nettle library. - -#]=======================================================================] - -find_package(PkgConfig) -pkg_check_modules(PC_Nettle QUIET nettle) - -find_path(Nettle_INCLUDE_DIR - NAMES nettle/aes.h nettle/md5.h nettle/pbkdf2.h nettle/ripemd160.h nettle/sha.h - PATHS ${PC_Nettle_INCLUDE_DIRS} -) -find_library(Nettle_LIBRARY - NAMES nettle - PATHS ${PC_Nettle_LIBRARY_DIRS} -) - -# Extract version information from the header file -if(Nettle_INCLUDE_DIR) - # This file only exists in nettle>=3.0 - if(EXISTS ${Nettle_INCLUDE_DIR}/nettle/version.h) - file(STRINGS ${Nettle_INCLUDE_DIR}/nettle/version.h _ver_major_line - REGEX "^#define NETTLE_VERSION_MAJOR *[0-9]+" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+" - Nettle_MAJOR_VERSION "${_ver_major_line}") - file(STRINGS ${Nettle_INCLUDE_DIR}/nettle/version.h _ver_minor_line - REGEX "^#define NETTLE_VERSION_MINOR *[0-9]+" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+" - Nettle_MINOR_VERSION "${_ver_minor_line}") - set(Nettle_VERSION "${Nettle_MAJOR_VERSION}.${Nettle_MINOR_VERSION}") - unset(_ver_major_line) - unset(_ver_minor_line) - else() - if(PC_Nettle_VERSION) - set(Nettle_VERSION ${PC_Nettle_VERSION}) - else() - set(Nettle_VERSION "1.0") - endif() - endif() -endif() - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Nettle - FOUND_VAR Nettle_FOUND - REQUIRED_VARS - Nettle_LIBRARY - Nettle_INCLUDE_DIR - VERSION_VAR Nettle_VERSION -) - -if(Nettle_FOUND) - set(Nettle_LIBRARIES ${Nettle_LIBRARY}) - set(Nettle_INCLUDE_DIRS ${Nettle_INCLUDE_DIR}) - set(Nettle_DEFINITIONS ${PC_Nettle_CFLAGS_OTHER}) -endif() - -if(Nettle_FOUND AND NOT TARGET Nettle::Nettle) - add_library(Nettle::Nettle UNKNOWN IMPORTED) - set_target_properties(Nettle::Nettle PROPERTIES - IMPORTED_LOCATION "${Nettle_LIBRARY}" - INTERFACE_COMPILE_OPTIONS "${PC_Nettle_CFLAGS_OTHER}" - INTERFACE_INCLUDE_DIRECTORIES "${Nettle_INCLUDE_DIR}" - ) -endif() - -mark_as_advanced( - Nettle_INCLUDE_DIR - Nettle_LIBRARY -) - -# compatibility variables -set(Nettle_VERSION_STRING ${Nettle_VERSION}) diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake/Findzstd.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake/Findzstd.cmake deleted file mode 100644 index b389c6b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake/Findzstd.cmake +++ /dev/null @@ -1,186 +0,0 @@ -# Copyright (C) 2020 Dieter Baron and Thomas Klausner -# -# The authors can be contacted at -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# -# 3. The names of the authors may not be used to endorse or promote -# products derived from this software without specific prior -# written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -#[=======================================================================[.rst: -Findzstd -------- - -Finds the Zstandard (zstd) library. - -Imported Targets -^^^^^^^^^^^^^^^^ - -This module provides the following imported targets, if found: - -``zstd::libzstd_shared`` - The shared Zstandard library -``zstd::libzstd_static`` - The shared Zstandard library - -Result Variables -^^^^^^^^^^^^^^^^ - -This will define the following variables: - -``zstd_FOUND`` - True if the system has the Zstandard library. -``zstd_VERSION`` - The version of the Zstandard library which was found. - -Cache Variables -^^^^^^^^^^^^^^^ - -The following cache variables may also be set: - -``zstd_INCLUDE_DIR`` - The directory containing ``zstd.h``. -``zstd_STATIC_LIBRARY`` - The path to the Zstandard static library. -``zstd_SHARED_LIBRARY`` - The path to the Zstandard shared library. -``zstd_DLL`` - The path to the Zstandard DLL. - -#]=======================================================================] - -find_package(PkgConfig) -pkg_check_modules(PC_zstd QUIET libzstd) - -find_path(zstd_INCLUDE_DIR - NAMES zstd.h - HINTS ${PC_zstd_INCLUDE_DIRS} -) - -find_file(zstd_DLL - NAMES libzstd.dll zstd.dll - PATH_SUFFIXES bin - HINTS ${PC_zstd_PREFIX} -) - -# On Windows, we manually define the library names to avoid mistaking the -# implib for the static library -if(zstd_DLL) - set(_zstd_win_static_name zstd-static) - set(_zstd_win_shared_name zstd) -else() - # vcpkg removes the -static suffix in static builds - set(_zstd_win_static_name zstd zstd_static) - set(_zstd_win_shared_name) -endif() - -set(_previous_suffixes ${CMAKE_FIND_LIBRARY_SUFFIXES}) -set(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".dylib" ".dll.a" ".lib") -find_library(zstd_SHARED_LIBRARY - NAMES zstd ${_zstd_win_shared_name} - HINTS ${PC_zstd_LIBDIR} -) - -set(CMAKE_FIND_LIBRARY_SUFFIXES ".a" ".lib") -find_library(zstd_STATIC_LIBRARY - NAMES zstd ${_zstd_win_static_name} - HINTS ${PC_zstd_LIBDIR} -) -set(CMAKE_FIND_LIBRARY_SUFFIXES ${_previous_suffixes}) - -# Set zstd_LIBRARY to the shared library or fall back to the static library -if(zstd_SHARED_LIBRARY) - set(_zstd_LIBRARY ${zstd_SHARED_LIBRARY}) -else() - set(_zstd_LIBRARY ${zstd_STATIC_LIBRARY}) -endif() - -# Extract version information from the header file -if(zstd_INCLUDE_DIR) - file(STRINGS ${zstd_INCLUDE_DIR}/zstd.h _ver_major_line - REGEX "^#define ZSTD_VERSION_MAJOR *[0-9]+" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+" - zstd_MAJOR_VERSION "${_ver_major_line}") - file(STRINGS ${zstd_INCLUDE_DIR}/zstd.h _ver_minor_line - REGEX "^#define ZSTD_VERSION_MINOR *[0-9]+" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+" - zstd_MINOR_VERSION "${_ver_minor_line}") - file(STRINGS ${zstd_INCLUDE_DIR}/zstd.h _ver_release_line - REGEX "^#define ZSTD_VERSION_RELEASE *[0-9]+" - LIMIT_COUNT 1) - string(REGEX MATCH "[0-9]+" - zstd_RELEASE_VERSION "${_ver_release_line}") - set(Zstd_VERSION "${zstd_MAJOR_VERSION}.${zstd_MINOR_VERSION}.${zstd_RELEASE_VERSION}") - unset(_ver_major_line) - unset(_ver_minor_line) - unset(_ver_release_line) -endif() - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(zstd - FOUND_VAR zstd_FOUND - REQUIRED_VARS - _zstd_LIBRARY - zstd_INCLUDE_DIR - VERSION_VAR zstd_VERSION -) - -if(zstd_FOUND AND zstd_SHARED_LIBRARY AND NOT TARGET zstd::libzstd_shared) - add_library(zstd::libzstd_shared SHARED IMPORTED) - if(WIN32) - set_target_properties(zstd::libzstd_shared PROPERTIES - IMPORTED_LOCATION "${zstd_DLL}" - IMPORTED_IMPLIB "${zstd_SHARED_LIBRARY}" - ) - else() - set_target_properties(zstd::libzstd_shared PROPERTIES - IMPORTED_LOCATION "${zstd_SHARED_LIBRARY}" - ) - endif() - - set_target_properties(zstd::libzstd_shared PROPERTIES - INTERFACE_COMPILE_OPTIONS "${PC_zstd_CFLAGS_OTHER}" - INTERFACE_INCLUDE_DIRECTORIES "${zstd_INCLUDE_DIR}" - ) -endif() - -if(zstd_FOUND AND zstd_STATIC_LIBRARY AND NOT TARGET zstd::libzstd_static) - add_library(zstd::libzstd_static STATIC IMPORTED) - set_target_properties(zstd::libzstd_static PROPERTIES - IMPORTED_LOCATION "${zstd_STATIC_LIBRARY}" - INTERFACE_COMPILE_OPTIONS "${PC_zstd_CFLAGS_OTHER}" - INTERFACE_INCLUDE_DIRECTORIES "${zstd_INCLUDE_DIR}" - ) -endif() - -mark_as_advanced( - zstd_INCLUDE_DIR - zstd_DLL - zstd_SHARED_LIBRARY - zstd_STATIC_LIBRARY -) diff --git a/proj-web/thirdparty/libzip-1.11.3/cmake/GenerateZipErrorStrings.cmake b/proj-web/thirdparty/libzip-1.11.3/cmake/GenerateZipErrorStrings.cmake deleted file mode 100644 index 550412b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/cmake/GenerateZipErrorStrings.cmake +++ /dev/null @@ -1,47 +0,0 @@ -# create zip_err_str.c from zip.h and zipint.h -file(READ ${PROJECT_SOURCE_DIR}/lib/zip.h zip_h) -string(REGEX MATCHALL "#define ZIP_ER_([A-Z0-9_]+) ([0-9]+)[ \t]+/([-*0-9a-zA-Z, ']*)/" zip_h_err ${zip_h}) -file(READ ${PROJECT_SOURCE_DIR}/lib/zipint.h zipint_h) -string(REGEX MATCHALL "#define ZIP_ER_DETAIL_([A-Z0-9_]+) ([0-9]+)[ \t]+/([-*0-9a-zA-Z, ']*)/" zipint_h_err ${zipint_h}) -set(zip_err_str [=[ -/* - This file was generated automatically by CMake - from zip.h and zipint.h\; make changes there. -*/ - -#include "zipint.h" - -#define L ZIP_ET_LIBZIP -#define N ZIP_ET_NONE -#define S ZIP_ET_SYS -#define Z ZIP_ET_ZLIB - -#define E ZIP_DETAIL_ET_ENTRY -#define G ZIP_DETAIL_ET_GLOBAL - -const struct _zip_err_info _zip_err_str[] = { -]=]) -set(zip_err_type) -foreach(errln ${zip_h_err}) - string(REGEX MATCH "#define ZIP_ER_([A-Z0-9_]+) ([0-9]+)[ \t]+/([-*0-9a-zA-Z, ']*)/" err_t_tt ${errln}) - string(REGEX MATCH "([L|N|S|Z]+) ([-0-9a-zA-Z,, ']*)" err_t_tt "${CMAKE_MATCH_3}") - string(STRIP "${CMAKE_MATCH_2}" err_t_tt) - string(APPEND zip_err_str " { ${CMAKE_MATCH_1}, \"${err_t_tt}\" },\n") -endforeach() -string(APPEND zip_err_str [=[}\; - -const int _zip_err_str_count = sizeof(_zip_err_str)/sizeof(_zip_err_str[0])\; - -const struct _zip_err_info _zip_err_details[] = { -]=]) -foreach(errln ${zipint_h_err}) - string(REGEX MATCH "#define ZIP_ER_DETAIL_([A-Z0-9_]+) ([0-9]+)[ \t]+/([-*0-9a-zA-Z, ']*)/" err_t_tt ${errln}) - string(REGEX MATCH "([E|G]+) ([-0-9a-zA-Z, ']*)" err_t_tt "${CMAKE_MATCH_3}") - string(STRIP "${CMAKE_MATCH_2}" err_t_tt) - string(APPEND zip_err_str " { ${CMAKE_MATCH_1}, \"${err_t_tt}\" },\n") -endforeach() -string(APPEND zip_err_str [=[}\; - -const int _zip_err_details_count = sizeof(_zip_err_details)/sizeof(_zip_err_details[0])\; -]=]) -file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/zip_err_str.c ${zip_err_str}) diff --git a/proj-web/thirdparty/libzip-1.11.3/config.h.in b/proj-web/thirdparty/libzip-1.11.3/config.h.in deleted file mode 100644 index 07242da..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/config.h.in +++ /dev/null @@ -1,75 +0,0 @@ -#ifndef HAD_CONFIG_H -#define HAD_CONFIG_H -#ifndef _HAD_ZIPCONF_H -#include "zipconf.h" -#endif -/* BEGIN DEFINES */ -#cmakedefine ENABLE_FDOPEN -#cmakedefine HAVE___PROGNAME -#cmakedefine HAVE__CLOSE -#cmakedefine HAVE__DUP -#cmakedefine HAVE__FDOPEN -#cmakedefine HAVE__FILENO -#cmakedefine HAVE__FSEEKI64 -#cmakedefine HAVE__FSTAT64 -#cmakedefine HAVE__SETMODE -#cmakedefine HAVE__SNPRINTF -#cmakedefine HAVE__SNPRINTF_S -#cmakedefine HAVE__SNWPRINTF_S -#cmakedefine HAVE__STAT64 -#cmakedefine HAVE__STRDUP -#cmakedefine HAVE__STRICMP -#cmakedefine HAVE__STRTOI64 -#cmakedefine HAVE__STRTOUI64 -#cmakedefine HAVE__UNLINK -#cmakedefine HAVE_ARC4RANDOM -#cmakedefine HAVE_CLONEFILE -#cmakedefine HAVE_COMMONCRYPTO -#cmakedefine HAVE_CRYPTO -#cmakedefine HAVE_FICLONERANGE -#cmakedefine HAVE_FILENO -#cmakedefine HAVE_FCHMOD -#cmakedefine HAVE_FSEEKO -#cmakedefine HAVE_FTELLO -#cmakedefine HAVE_GETPROGNAME -#cmakedefine HAVE_GETSECURITYINFO -#cmakedefine HAVE_GNUTLS -#cmakedefine HAVE_LIBBZ2 -#cmakedefine HAVE_LIBLZMA -#cmakedefine HAVE_LIBZSTD -#cmakedefine HAVE_LOCALTIME_R -#cmakedefine HAVE_LOCALTIME_S -#cmakedefine HAVE_MEMCPY_S -#cmakedefine HAVE_MBEDTLS -#cmakedefine HAVE_MKSTEMP -#cmakedefine HAVE_OPENSSL -#cmakedefine HAVE_SETMODE -#cmakedefine HAVE_SNPRINTF -#cmakedefine HAVE_SNPRINTF_S -#cmakedefine HAVE_STRCASECMP -#cmakedefine HAVE_STRDUP -#cmakedefine HAVE_STRERROR_S -#cmakedefine HAVE_STRERRORLEN_S -#cmakedefine HAVE_STRICMP -#cmakedefine HAVE_STRNCPY_S -#cmakedefine HAVE_STRTOLL -#cmakedefine HAVE_STRTOULL -#cmakedefine HAVE_STRUCT_TM_TM_ZONE -#cmakedefine HAVE_STDBOOL_H -#cmakedefine HAVE_STRINGS_H -#cmakedefine HAVE_UNISTD_H -#cmakedefine HAVE_WINDOWS_CRYPTO -#cmakedefine SIZEOF_OFF_T ${SIZEOF_OFF_T} -#cmakedefine SIZEOF_SIZE_T ${SIZEOF_SIZE_T} -#cmakedefine HAVE_DIRENT_H -#cmakedefine HAVE_FTS_H -#cmakedefine HAVE_NDIR_H -#cmakedefine HAVE_SYS_DIR_H -#cmakedefine HAVE_SYS_NDIR_H -#cmakedefine WORDS_BIGENDIAN -#cmakedefine HAVE_SHARED -/* END DEFINES */ -#define PACKAGE "@CMAKE_PROJECT_NAME@" -#define VERSION "@CMAKE_PROJECT_VERSION@" - -#endif /* HAD_CONFIG_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/examples/CMakeLists.txt deleted file mode 100644 index 0083232..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -foreach(PROGRAM add-compressed-data autoclose-archive in-memory) - add_executable(${PROGRAM} ${PROGRAM}.c) - target_link_libraries(${PROGRAM} zip) - target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}) -endforeach() diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/add-compressed-data.c b/proj-web/thirdparty/libzip-1.11.3/examples/add-compressed-data.c deleted file mode 100644 index 5db37a3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/add-compressed-data.c +++ /dev/null @@ -1,171 +0,0 @@ -/* - add-compressed-data.c -- add already compressed file to zip archive - Copyright (C) 2022-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -/* - This layered source can be used to add pre-compressed data to a zip archive. - The data is taken from the lower layer source. - Metadata (uncompressed size, crc, compression method) must be provided by the caller. -*/ - -#include -#include -#include - -#include - -struct ctx { - zip_uint64_t uncompressed_size; - zip_uint32_t crc; - zip_uint32_t compression_method; -}; - -zip_int64_t callback(zip_source_t* src, void *ud, void* data, zip_uint64_t length, zip_source_cmd_t command) { - struct ctx* ctx = (struct ctx*)ud; - - switch (command) { - case ZIP_SOURCE_FREE: - /* Free our context. */ - free(ctx); - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st = (zip_stat_t *)data; - /* Fix metadata with provided values. */ - if (st->valid & ZIP_STAT_SIZE) { - st->comp_size = st->size; - st->valid |= ZIP_STAT_COMP_SIZE; - } - st->size = ctx->uncompressed_size; - st->crc = ctx->crc; - st->comp_method = ctx->compression_method; - st->valid |= ZIP_STAT_COMP_METHOD | ZIP_STAT_SIZE | ZIP_STAT_CRC; - - return 0; - } - - default: - /* For all other commands, use default implementation */ - return zip_source_pass_to_lower_layer(src, data, length, command); - } -} - -zip_source_t* create_layered_compressed_source(zip_source_t* source, zip_uint64_t uncompressed_size, zip_uint32_t crc, zip_uint32_t compression_method, zip_error_t *error) { - struct ctx* ctx = (struct ctx*)malloc(sizeof(*ctx)); - zip_source_t *compressed_source; - - /* Allocate context. */ - if (ctx == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - /* Initialize context */ - ctx->compression_method = compression_method; - ctx->uncompressed_size = uncompressed_size; - ctx->crc = crc; - - /* Create layered source using our callback and context. */ - compressed_source = zip_source_layered_create(source, callback, ctx, error); - - /* In case of error, free context. */ - if (compressed_source == NULL) { - free(ctx); - } - - return compressed_source; -} - - -/* This is the information needed to add pre-compressed data to a zip archive. data must be compressed in a format compatible with Zip (e.g. no gzip header for deflate). */ - -zip_uint16_t compression_method = ZIP_CM_DEFLATE; -zip_uint64_t uncompressed_size = 60; -zip_uint32_t crc = 0xb0354048; -zip_uint8_t data[] = { - 0x4B, 0x4C, 0x44, 0x06, 0x5C, 0x49, 0x28, 0x80, - 0x2B, 0x11, 0x55 ,0x36, 0x19, 0x05, 0x70, 0x01, - 0x00 -}; - - -int -main(int argc, char *argv[]) { - const char *archive; - zip_source_t *src, *src_comp; - zip_t *za; - int err; - - if (argc != 2) { - fprintf(stderr, "usage: %s archive\n", argv[0]); - return 1; - } - archive = argv[1]; - - if ((za = zip_open(archive, ZIP_CREATE, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: cannot open zip archive '%s': %s\n", argv[0], archive, zip_error_strerror(&error)); - zip_error_fini(&error); - exit(1); - } - - /* The data can come from any source. To keep the example simple, it is provided in a static buffer here. */ - if ((src = zip_source_buffer(za, data, sizeof(data), 0)) == NULL) { - fprintf(stderr, "%s: cannot create buffer source: %s\n", argv[0], zip_strerror(za)); - zip_discard(za); - exit(1); - } - - zip_error_t error; - if ((src_comp = create_layered_compressed_source(src, uncompressed_size, crc, compression_method, &error)) == NULL) { - fprintf(stderr, "%s: cannot create layered source: %s\n", argv[0], zip_error_strerror(&error)); - zip_source_free(src); - zip_discard(za); - exit(1); - } - - if ((zip_file_add(za, "precompressed", src_comp, 0)) < 0) { - fprintf(stderr, "%s: cannot add precompressed file: %s\n", argv[0], zip_strerror(za)); - zip_source_free(src_comp); - zip_discard(za); - exit(1); - } - - if ((zip_close(za)) < 0) { - fprintf(stderr, "%s: cannot close archive '%s': %s\n", argv[0], archive, zip_strerror(za)); - zip_discard(za); - exit(1); - } - - exit(0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/autoclose-archive.c b/proj-web/thirdparty/libzip-1.11.3/examples/autoclose-archive.c deleted file mode 100644 index d236f0a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/autoclose-archive.c +++ /dev/null @@ -1,160 +0,0 @@ -/* - autoclose-archive.c -- automatically close archive when source is closed - Copyright (C) 2022-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -/* - This example layered source takes ownership of a zip archive and discards it when the source is freed. - It can be used to add files from various zip archives without having to keep track of them yourself. -*/ - - -#include -#include -#include - -#include - -struct ctx { - zip_t* archive; -}; - -zip_int64_t callback(zip_source_t* src, void *ud, void* data, zip_uint64_t length, zip_source_cmd_t command) { - struct ctx* ctx = (struct ctx*)ud; - - switch (command) { - case ZIP_SOURCE_FREE: - /* Close zip archive we took ownership of */ - zip_discard(ctx->archive); - /* Free our own context */ - free(ctx); - return 0; - - default: - /* For all other commands, use default implementation */ - return zip_source_pass_to_lower_layer(src, data, length, command); - } -} - -zip_source_t* create_layered_autoclose(zip_source_t* source, zip_t *archive, zip_error_t *error) { - struct ctx* ctx = (struct ctx*)malloc(sizeof(*ctx)); - zip_source_t *autoclose_source; - - /* Allocate context. */ - if (ctx == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - /* Initialize context */ - ctx->archive = archive; - - /* Create layered source using our callback and context. */ - autoclose_source = zip_source_layered_create(source, callback, ctx, error); - - /* In case of error, free context. */ - if (autoclose_source == NULL) { - free(ctx); - } - - return autoclose_source; -} - - -int -main(int argc, char *argv[]) { - const char *destination_archive, *source_archive, *source_file; - zip_int64_t index; - zip_source_t *src, *src_autoclose; - zip_t *z_source, *z_destination; - int err; - - if (argc != 4) { - fprintf(stderr, "usage: %s destination-archive source-archive source-file\n", argv[0]); - return 1; - } - destination_archive = argv[1]; - source_archive = argv[2]; - source_file = argv[3]; - - - if ((z_source = zip_open(source_archive, 0, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: cannot open zip archive '%s': %s\n", argv[0], source_archive, zip_error_strerror(&error)); - zip_error_fini(&error); - exit(1); - } - - if ((index = zip_name_locate(z_source, source_file, 0)) < 0) { - fprintf(stderr, "%s: cannot find file '%s' in '%s': %s\n", argv[0], source_file, source_archive, zip_strerror(z_source)); - zip_discard(z_source); - exit(1); - - } - if ((src = zip_source_zip_file(z_source, z_source, index, 0, 0, -1, NULL)) == NULL) { - fprintf(stderr, "%s: cannot open file '%s' in '%s': %s\n", argv[0], source_file, source_archive, zip_strerror(z_source)); - zip_discard(z_source); - exit(1); - } - - zip_error_t error; - if ((src_autoclose = create_layered_autoclose(src, z_source, &error)) == NULL) { - fprintf(stderr, "%s: cannot create layered source: %s\n", argv[0], zip_error_strerror(&error)); - zip_source_free(src); - zip_discard(z_source); - exit(1); - } - - if ((z_destination = zip_open(destination_archive, ZIP_CREATE, &err)) == NULL) { - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: cannot open zip archive '%s': %s\n", argv[0], destination_archive, zip_error_strerror(&error)); - zip_error_fini(&error); - zip_source_free(src_autoclose); /* freeing src_autoclose closes z_source */ - exit(1); - } - - - if ((zip_file_add(z_destination, source_file, src_autoclose, 0)) < 0) { - fprintf(stderr, "%s: cannot add file: %s\n", argv[0], zip_strerror(z_source)); - zip_source_free(src_autoclose); - zip_discard(z_destination); - exit(1); - } - - if ((zip_close(z_destination)) < 0) { - fprintf(stderr, "%s: cannot close archive '%s': %s\n", argv[0], destination_archive, zip_strerror(z_source)); - zip_discard(z_destination); - exit(1); - } - - exit(0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/CMakeLists.txt deleted file mode 100644 index 14d5c4d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -cmake_minimum_required(VERSION 3.5) - -project(cmake-example - VERSION 1.0 - LANGUAGES C) - -find_package(libzip 1.10 REQUIRED) - -add_executable(cmake-example cmake-example.c) -target_link_libraries(cmake-example PRIVATE libzip::zip) diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/cmake-example.c b/proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/cmake-example.c deleted file mode 100644 index fdc7be8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/cmake-project/cmake-example.c +++ /dev/null @@ -1,39 +0,0 @@ -/* - cmake-example.c -- mininmal code using libzip for CMake example - Copyright (C) 2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -int -main(int argc, char *argv[]) { - printf("libzip version is %s\n", zip_libzip_version()); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/in-memory.c b/proj-web/thirdparty/libzip-1.11.3/examples/in-memory.c deleted file mode 100644 index e022a0b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/in-memory.c +++ /dev/null @@ -1,217 +0,0 @@ -/* - in-memory.c -- modify zip file in memory - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include -#include -#include -#include - -#include - -static int -get_data(void **datap, size_t *sizep, const char *archive) { - /* example implementation that reads data from file */ - struct stat st; - FILE *fp; - - if ((fp = fopen(archive, "rb")) == NULL) { - if (errno != ENOENT) { - fprintf(stderr, "can't open %s: %s\n", archive, strerror(errno)); - return -1; - } - - *datap = NULL; - *sizep = 0; - - return 0; - } - - if (fstat(fileno(fp), &st) < 0) { - fprintf(stderr, "can't stat %s: %s\n", archive, strerror(errno)); - fclose(fp); - return -1; - } - - if ((*datap = malloc((size_t)st.st_size)) == NULL) { - fprintf(stderr, "can't allocate buffer\n"); - fclose(fp); - return -1; - } - - if (fread(*datap, 1, (size_t)st.st_size, fp) < (size_t)st.st_size) { - fprintf(stderr, "can't read %s: %s\n", archive, strerror(errno)); - free(*datap); - fclose(fp); - return -1; - } - - fclose(fp); - - *sizep = (size_t)st.st_size; - return 0; -} - -static int -modify_archive(zip_t *za) { - /* modify the archive */ - return 0; -} - - -static int -use_data(void *data, size_t size, const char *archive) { - /* example implementation that writes data to file */ - FILE *fp; - - if (data == NULL) { - if (remove(archive) < 0 && errno != ENOENT) { - fprintf(stderr, "can't remove %s: %s\n", archive, strerror(errno)); - return -1; - } - return 0; - } - - if ((fp = fopen(archive, "wb")) == NULL) { - fprintf(stderr, "can't open %s: %s\n", archive, strerror(errno)); - return -1; - } - if (fwrite(data, 1, size, fp) < size) { - fprintf(stderr, "can't write %s: %s\n", archive, strerror(errno)); - fclose(fp); - return -1; - } - if (fclose(fp) < 0) { - fprintf(stderr, "can't write %s: %s\n", archive, strerror(errno)); - return -1; - } - - return 0; -} - - -int -main(int argc, char *argv[]) { - const char *archive; - zip_source_t *src; - zip_t *za; - zip_error_t error; - void *data; - size_t size; - - if (argc < 2) { - fprintf(stderr, "usage: %s archive\n", argv[0]); - return 1; - } - archive = argv[1]; - - /* get buffer with zip archive inside */ - if (get_data(&data, &size, archive) < 0) { - return 1; - } - - zip_error_init(&error); - /* create source from buffer */ - if ((src = zip_source_buffer_create(data, size, 1, &error)) == NULL) { - fprintf(stderr, "can't create source: %s\n", zip_error_strerror(&error)); - free(data); - zip_error_fini(&error); - return 1; - } - - /* open zip archive from source */ - if ((za = zip_open_from_source(src, 0, &error)) == NULL) { - fprintf(stderr, "can't open zip from source: %s\n", zip_error_strerror(&error)); - zip_source_free(src); - zip_error_fini(&error); - return 1; - } - zip_error_fini(&error); - - /* we'll want to read the data back after zip_close */ - zip_source_keep(src); - - /* modify archive */ - modify_archive(za); - - /* close archive */ - if (zip_close(za) < 0) { - fprintf(stderr, "can't close zip archive '%s': %s\n", archive, zip_strerror(za)); - return 1; - } - - - /* copy new archive to buffer */ - - if (zip_source_is_deleted(src)) { - /* new archive is empty, thus no data */ - data = NULL; - } - else { - zip_stat_t zst; - - if (zip_source_stat(src, &zst) < 0) { - fprintf(stderr, "can't stat source: %s\n", zip_error_strerror(zip_source_error(src))); - return 1; - } - - size = zst.size; - - if (zip_source_open(src) < 0) { - fprintf(stderr, "can't open source: %s\n", zip_error_strerror(zip_source_error(src))); - return 1; - } - if ((data = malloc(size)) == NULL) { - fprintf(stderr, "malloc failed: %s\n", strerror(errno)); - zip_source_close(src); - return 1; - } - if ((zip_uint64_t)zip_source_read(src, data, size) < size) { - fprintf(stderr, "can't read data from source: %s\n", zip_error_strerror(zip_source_error(src))); - zip_source_close(src); - free(data); - return 1; - } - zip_source_close(src); - } - - /* we're done with src */ - zip_source_free(src); - - /* use new data */ - use_data(data, size, archive); - - free(data); - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/examples/windows-open.c b/proj-web/thirdparty/libzip-1.11.3/examples/windows-open.c deleted file mode 100644 index 6790248..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/examples/windows-open.c +++ /dev/null @@ -1,60 +0,0 @@ -/* - windows-open.c -- open zip archive using Windows UTF-16/Unicode file name - Copyright (C) 2015-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -zip_t * -windows_open(const wchar_t *name, int flags) { - zip_source_t *src; - zip_t *za; - zip_error_t error; - - zip_error_init(&error); - /* create source from buffer */ - if ((src = zip_source_win32w_create(name, 0, -1, &error)) == NULL) { - fprintf(stderr, "can't create source: %s\n", zip_error_strerror(&error)); - zip_error_fini(&error); - return NULL; - } - - /* open zip archive from source */ - if ((za = zip_open_from_source(src, flags, &error)) == NULL) { - fprintf(stderr, "can't open zip from source: %s\n", zip_error_strerror(&error)); - zip_source_free(src); - zip_error_fini(&error); - return NULL; - } - zip_error_fini(&error); - - return za; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/lib/CMakeLists.txt deleted file mode 100644 index 5f95ace..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/CMakeLists.txt +++ /dev/null @@ -1,211 +0,0 @@ -include(CheckFunctionExists) - -set(CMAKE_C_VISIBILITY_PRESET hidden) - -add_library(zip - zip_add.c - zip_add_dir.c - zip_add_entry.c - zip_algorithm_deflate.c - zip_buffer.c - zip_close.c - zip_delete.c - zip_dir_add.c - zip_dirent.c - zip_discard.c - zip_entry.c - zip_error.c - zip_error_clear.c - zip_error_get.c - zip_error_get_sys_type.c - zip_error_strerror.c - zip_error_to_str.c - zip_extra_field.c - zip_extra_field_api.c - zip_fclose.c - zip_fdopen.c - zip_file_add.c - zip_file_error_clear.c - zip_file_error_get.c - zip_file_get_comment.c - zip_file_get_external_attributes.c - zip_file_get_offset.c - zip_file_rename.c - zip_file_replace.c - zip_file_set_comment.c - zip_file_set_encryption.c - zip_file_set_external_attributes.c - zip_file_set_mtime.c - zip_file_strerror.c - zip_fopen.c - zip_fopen_encrypted.c - zip_fopen_index.c - zip_fopen_index_encrypted.c - zip_fread.c - zip_fseek.c - zip_ftell.c - zip_get_archive_comment.c - zip_get_archive_flag.c - zip_get_encryption_implementation.c - zip_get_file_comment.c - zip_get_name.c - zip_get_num_entries.c - zip_get_num_files.c - zip_hash.c - zip_io_util.c - zip_libzip_version.c - zip_memdup.c - zip_name_locate.c - zip_new.c - zip_open.c - zip_pkware.c - zip_progress.c - zip_rename.c - zip_replace.c - zip_set_archive_comment.c - zip_set_archive_flag.c - zip_set_default_password.c - zip_set_file_comment.c - zip_set_file_compression.c - zip_set_name.c - zip_source_accept_empty.c - zip_source_begin_write.c - zip_source_begin_write_cloning.c - zip_source_buffer.c - zip_source_call.c - zip_source_close.c - zip_source_commit_write.c - zip_source_compress.c - zip_source_crc.c - zip_source_error.c - zip_source_file_common.c - zip_source_file_stdio.c - zip_source_free.c - zip_source_function.c - zip_source_get_dostime.c - zip_source_get_file_attributes.c - zip_source_is_deleted.c - zip_source_layered.c - zip_source_open.c - zip_source_pass_to_lower_layer.c - zip_source_pkware_decode.c - zip_source_pkware_encode.c - zip_source_read.c - zip_source_remove.c - zip_source_rollback_write.c - zip_source_seek.c - zip_source_seek_write.c - zip_source_stat.c - zip_source_supports.c - zip_source_tell.c - zip_source_tell_write.c - zip_source_window.c - zip_source_write.c - zip_source_zip.c - zip_source_zip_new.c - zip_stat.c - zip_stat_index.c - zip_stat_init.c - zip_strerror.c - zip_string.c - zip_unchange.c - zip_unchange_all.c - zip_unchange_archive.c - zip_unchange_data.c - zip_utf-8.c - ${CMAKE_CURRENT_BINARY_DIR}/zip_err_str.c - ) -add_library(libzip::zip ALIAS zip) - -if(WIN32) - target_compile_definitions(zip PRIVATE WIN32_LEAN_AND_MEAN) - target_sources(zip PRIVATE - zip_source_file_win32.c - zip_source_file_win32_named.c - zip_source_file_win32_utf16.c - zip_source_file_win32_utf8.c - ) - if(CMAKE_SYSTEM_NAME MATCHES WindowsPhone OR CMAKE_SYSTEM_NAME MATCHES WindowsStore) - target_sources(zip PRIVATE zip_random_uwp.c) - else() - target_sources(zip PRIVATE zip_source_file_win32_ansi.c zip_random_win32.c) - target_link_libraries(zip PRIVATE advapi32) - endif() -else(WIN32) - target_sources(zip PRIVATE - zip_source_file_stdio_named.c - zip_random_unix.c - ) -endif(WIN32) - -if(HAVE_LIBBZ2) - target_sources(zip PRIVATE zip_algorithm_bzip2.c) - target_link_libraries(zip PRIVATE BZip2::BZip2) -endif() - -if(HAVE_LIBLZMA) - target_sources(zip PRIVATE zip_algorithm_xz.c) - target_link_libraries(zip PRIVATE LibLZMA::LibLZMA) -endif() - -if(HAVE_LIBZSTD) - target_sources(zip PRIVATE zip_algorithm_zstd.c) - target_link_libraries(zip PRIVATE ${zstd_TARGET}) -endif() - -if(HAVE_COMMONCRYPTO) - target_sources(zip PRIVATE zip_crypto_commoncrypto.c) -elseif(HAVE_WINDOWS_CRYPTO) - target_sources(zip PRIVATE zip_crypto_win.c) - target_link_libraries(zip PRIVATE bcrypt) -elseif(HAVE_GNUTLS) - target_sources(zip PRIVATE zip_crypto_gnutls.c) - target_link_libraries(zip PRIVATE GnuTLS::GnuTLS Nettle::Nettle) -elseif(HAVE_OPENSSL) - target_sources(zip PRIVATE zip_crypto_openssl.c) - target_link_libraries(zip PRIVATE OpenSSL::Crypto) -elseif(HAVE_MBEDTLS) - target_sources(zip PRIVATE zip_crypto_mbedtls.c) - target_link_libraries(zip PRIVATE MbedTLS::MbedTLS) -endif() - -if(HAVE_CRYPTO) - target_sources(zip PRIVATE zip_winzip_aes.c zip_source_winzip_aes_decode.c zip_source_winzip_aes_encode.c) -endif() - -if(SHARED_LIB_VERSIONNING) - # MACHO_*_VERSION can be removed when SOVERSION gets increased. Cf #405 - set_target_properties(zip PROPERTIES VERSION 5.5 SOVERSION 5 MACHO_CURRENT_VERSION 6.5 MACHO_COMPATIBILITY_VERSION 6) -endif() - -target_link_libraries(zip PRIVATE ZLIB::ZLIB) -target_include_directories(zip - PUBLIC - $ - $ - $ - ) - -if(LIBZIP_DO_INSTALL) - install(TARGETS zip - EXPORT ${PROJECT_NAME}-targets - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} - INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) - install(FILES zip.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) -endif() - -# create zip_err_str.c from zip.h and zipint.h -add_custom_command( - OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/zip_err_str.c - COMMAND "${CMAKE_COMMAND}" - "-DPROJECT_SOURCE_DIR=${PROJECT_SOURCE_DIR}" - "-DCMAKE_CURRENT_BINARY_DIR=${CMAKE_CURRENT_BINARY_DIR}" - "-P" "${PROJECT_SOURCE_DIR}/cmake/GenerateZipErrorStrings.cmake" - DEPENDS - ${PROJECT_SOURCE_DIR}/cmake/GenerateZipErrorStrings.cmake - ${PROJECT_SOURCE_DIR}/lib/zip.h - ${PROJECT_SOURCE_DIR}/lib/zipint.h - COMMENT "Generating zip_err_str.c" -) diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/compat.h b/proj-web/thirdparty/libzip-1.11.3/lib/compat.h deleted file mode 100644 index 49d3aa3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/compat.h +++ /dev/null @@ -1,269 +0,0 @@ -#ifndef _HAD_LIBZIP_COMPAT_H -#define _HAD_LIBZIP_COMPAT_H - -/* - compat.h -- compatibility defines. - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipconf.h" - -#include "config.h" - -/* to have *_MAX definitions for all types when compiling with g++ */ -#define __STDC_LIMIT_MACROS - -/* to have ISO C secure library functions */ -#define __STDC_WANT_LIB_EXT1__ 1 - -#ifdef _WIN32 -#ifndef ZIP_EXTERN -#ifndef ZIP_STATIC -#define ZIP_EXTERN __declspec(dllexport) -#endif -#endif -/* for dup(), close(), etc. */ -#include -#endif - -#ifdef HAVE_STDBOOL_H -#include -#else -typedef char bool; -#define true 1 -#define false 0 -#endif - -#include - -/* at least MinGW does not provide EOPNOTSUPP, see - * http://sourceforge.net/p/mingw/bugs/263/ - */ -#ifndef EOPNOTSUPP -#define EOPNOTSUPP EINVAL -#endif - -/* at least MinGW does not provide EOVERFLOW, see - * http://sourceforge.net/p/mingw/bugs/242/ - */ -#ifndef EOVERFLOW -#define EOVERFLOW EFBIG -#endif - -/* not supported on at least Windows */ -#ifndef O_CLOEXEC -#define O_CLOEXEC 0 -#endif - -#ifdef _WIN32 -#if defined(HAVE__CLOSE) -#define close _close -#endif -#if defined(HAVE__DUP) -#define dup _dup -#endif -/* crashes reported when using fdopen instead of _fdopen on Windows/Visual Studio 10/Win64 */ -#if defined(HAVE__FDOPEN) -#define fdopen _fdopen -#endif -#if !defined(HAVE_FILENO) && defined(HAVE__FILENO) -#define fileno _fileno -#endif -#if !defined(HAVE_SNPRINTF) && defined(HAVE__SNPRINTF) -#define snprintf _snprintf -#endif -#if !defined(HAVE__SNWPRINTF_S) -#define _snwprintf_s(buf, bufsz, len, fmt, ...) (_snwprintf((buf), (len), (fmt), __VA_ARGS__)) -#endif -#if defined(HAVE__STRDUP) -#if !defined(HAVE_STRDUP) || defined(_WIN32) -#undef strdup -#define strdup _strdup -#endif -#endif -#if !defined(HAVE__SETMODE) && defined(HAVE_SETMODE) -#define _setmode setmode -#endif -#if !defined(HAVE_STRTOLL) && defined(HAVE__STRTOI64) -#define strtoll _strtoi64 -#endif -#if !defined(HAVE_STRTOULL) && defined(HAVE__STRTOUI64) -#define strtoull _strtoui64 -#endif -#if defined(HAVE__UNLINK) -#define unlink _unlink -#endif -#endif - - -#if defined(HAVE__FSEEKI64) && defined(HAVE__FSTAT64) && defined(HAVE__SEEK64) -/* Windows API using int64 */ -typedef zip_int64_t zip_off_t; -typedef struct _stat64 zip_os_stat_t; -#define zip_os_stat _stat64 -#define zip_os_fstat _fstat64 -#define zip_os_seek _fseeki64 -#define ZIP_FSEEK_MAX ZIP_INT64_MAX -#define ZIP_FSEEK_MIN ZIP_INT64_MIN -#else - -/* Normal API */ -#include -typedef struct stat zip_os_stat_t; -#define zip_os_fstat fstat -#define zip_os_stat stat - -#if defined(HAVE_FTELLO) && defined(HAVE_FSEEKO) -/* Using off_t */ -typedef off_t zip_off_t; -#if SIZEOF_OFF_T == 8 -#define ZIP_OFF_MAX ZIP_INT64_MAX -#define ZIP_OFF_MIN ZIP_INT64_MIN -#elif SIZEOF_OFF_T == 4 -#define ZIP_OFF_MAX ZIP_INT32_MAX -#define ZIP_OFF_MIN ZIP_INT32_MIN -#elif SIZEOF_OFF_T == 2 -#define ZIP_OFF_MAX ZIP_INT16_MAX -#define ZIP_OFF_MIN ZIP_INT16_MIN -#else -#error unsupported size of off_t -#endif - -#define ZIP_FSEEK_MAX ZIP_OFF_MAX -#define ZIP_FSEEK_MIN ZIP_OFF_MIN - -#define zip_os_fseek fseeko -#define zip_os_ftell ftello -#else - -/* Using long */ -typedef long zip_off_t; -#include -#define ZIP_FSEEK_MAX LONG_MAX -#define ZIP_FSEEK_MIN LONG_MIN - -#define zip_os_fseek fseek -#define zip_os_ftell ftell -#endif - -#endif - -#ifndef HAVE_FTELLO -#define ftello(s) ((long)ftell((s))) -#endif - - -#ifdef HAVE_LOCALTIME_S -#ifdef _WIN32 -/* Windows is incompatible to the C11 standard, hurray! */ -#define zip_localtime(t, tm) (localtime_s((tm), (t)) == 0 ? tm : NULL) -#else -#define zip_localtime localtime_s -#endif -#else -#ifdef HAVE_LOCALTIME_R -#define zip_localtime localtime_r -#else -#define zip_localtime(t, tm) (localtime(t)) -#endif -#endif - -#ifndef HAVE_MEMCPY_S -#define memcpy_s(dest, destsz, src, count) (memcpy((dest), (src), (count)) == NULL) -#endif - -#ifndef HAVE_SNPRINTF_S -#ifdef HAVE__SNPRINTF_S -#define snprintf_s(buf, bufsz, fmt, ...) (_snprintf_s((buf), (bufsz), (bufsz), (fmt), __VA_ARGS__)) -#else -#define snprintf_s snprintf -#endif -#endif - -#if !defined(HAVE_STRCASECMP) -#if defined(HAVE__STRICMP) -#define strcasecmp _stricmp -#elif defined(HAVE_STRICMP) -#define strcasecmp stricmp -#endif -#endif - -#ifndef HAVE_STRNCPY_S -#define strncpy_s(dest, destsz, src, count) (strncpy((dest), (src), (count)), 0) -#endif - -#ifndef HAVE_STRERROR_S -#define strerrorlen_s(errnum) (strlen(strerror(errnum))) -#define strerror_s(buf, bufsz, errnum) ((void)strncpy_s((buf), (bufsz), strerror(errnum), (bufsz)), (buf)[(bufsz)-1] = '\0', strerrorlen_s(errnum) >= (bufsz)) -#else -#ifndef HAVE_STRERRORLEN_S -#define strerrorlen_s(errnum) 8192 -#endif -#endif - - -#ifndef SIZE_MAX -#if SIZEOF_SIZE_T == 8 -#define SIZE_MAX ZIP_INT64_MAX -#elif SIZEOF_SIZE_T == 4 -#define SIZE_MAX ZIP_INT32_MAX -#elif SIZEOF_SIZE_T == 2 -#define SIZE_MAX ZIP_INT16_MAX -#else -#error unsupported size of size_t -#endif -#endif - -#ifndef PRId64 -#ifdef _MSC_VER -#define PRId64 "I64d" -#else -#define PRId64 "lld" -#endif -#endif - -#ifndef PRIu64 -#ifdef _MSC_VER -#define PRIu64 "I64u" -#else -#define PRIu64 "llu" -#endif -#endif - -#ifndef S_ISDIR -#define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) -#endif - -#ifndef S_ISREG -#define S_ISREG(mode) (((mode)&S_IFMT) == S_IFREG) -#endif - -#endif /* compat.h */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip.h deleted file mode 100644 index c2a8a8b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip.h +++ /dev/null @@ -1,528 +0,0 @@ -#ifndef _HAD_ZIP_H -#define _HAD_ZIP_H - -/* - zip.h -- exported declarations. - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#if defined(__has_feature) - #if !__has_feature(nullability) - #define _Nullable - #define _Nonnull - #endif -#else - #define _Nullable - #define _Nonnull -#endif - -#ifdef __cplusplus -extern "C" { -#if 0 -} /* fix autoindent */ -#endif -#endif - -#include - -#ifndef ZIP_EXTERN -#ifndef ZIP_STATIC -#ifdef _WIN32 -#define ZIP_EXTERN __declspec(dllimport) -#elif defined(__GNUC__) && __GNUC__ >= 4 -#define ZIP_EXTERN __attribute__((visibility("default"))) -#else -#define ZIP_EXTERN -#endif -#else -#define ZIP_EXTERN -#endif -#endif - -#ifndef ZIP_DEPRECATED -#if defined(__GNUC__) || defined(__clang__) -#define ZIP_DEPRECATED(x) __attribute__((deprecated(x))) -#elif defined(_MSC_VER) -#define ZIP_DEPRECATED(x) __declspec(deprecated(x)) -#else -#define ZIP_DEPRECATED(x) -#endif -#endif - -#include -#include -#include - -/* flags for zip_open */ - -#define ZIP_CREATE 1 -#define ZIP_EXCL 2 -#define ZIP_CHECKCONS 4 -#define ZIP_TRUNCATE 8 -#define ZIP_RDONLY 16 - - -/* flags for zip_name_locate, zip_fopen, zip_stat, ... */ - -#define ZIP_FL_NOCASE 1u /* ignore case on name lookup */ -#define ZIP_FL_NODIR 2u /* ignore directory component */ -#define ZIP_FL_COMPRESSED 4u /* read compressed data */ -#define ZIP_FL_UNCHANGED 8u /* use original data, ignoring changes */ -/* 16u was ZIP_FL_RECOMPRESS, which is deprecated */ -#define ZIP_FL_ENCRYPTED 32u /* read encrypted data (implies ZIP_FL_COMPRESSED) */ -#define ZIP_FL_ENC_GUESS 0u /* guess string encoding (is default) */ -#define ZIP_FL_ENC_RAW 64u /* get unmodified string */ -#define ZIP_FL_ENC_STRICT 128u /* follow specification strictly */ -#define ZIP_FL_LOCAL 256u /* in local header */ -#define ZIP_FL_CENTRAL 512u /* in central directory */ -/* 1024u reserved for internal use */ -#define ZIP_FL_ENC_UTF_8 2048u /* string is UTF-8 encoded */ -#define ZIP_FL_ENC_CP437 4096u /* string is CP437 encoded */ -#define ZIP_FL_OVERWRITE 8192u /* zip_file_add: if file with name exists, overwrite (replace) it */ - -/* archive global flags flags */ - -#define ZIP_AFL_RDONLY 2u /* read only -- cannot be cleared */ -#define ZIP_AFL_IS_TORRENTZIP 4u /* current archive is torrentzipped */ -#define ZIP_AFL_WANT_TORRENTZIP 8u /* write archive in torrentzip format */ -#define ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE 16u /* don't remove file if archive is empty */ - - -/* create a new extra field */ - -#define ZIP_EXTRA_FIELD_ALL ZIP_UINT16_MAX -#define ZIP_EXTRA_FIELD_NEW ZIP_UINT16_MAX - -/* length parameter to various functions */ - -#define ZIP_LENGTH_TO_END 0 -#define ZIP_LENGTH_UNCHECKED (-2) /* only supported by zip_source_file and its variants */ - -/* libzip error codes */ - -#define ZIP_ER_OK 0 /* N No error */ -#define ZIP_ER_MULTIDISK 1 /* N Multi-disk zip archives not supported */ -#define ZIP_ER_RENAME 2 /* S Renaming temporary file failed */ -#define ZIP_ER_CLOSE 3 /* S Closing zip archive failed */ -#define ZIP_ER_SEEK 4 /* S Seek error */ -#define ZIP_ER_READ 5 /* S Read error */ -#define ZIP_ER_WRITE 6 /* S Write error */ -#define ZIP_ER_CRC 7 /* N CRC error */ -#define ZIP_ER_ZIPCLOSED 8 /* N Containing zip archive was closed */ -#define ZIP_ER_NOENT 9 /* N No such file */ -#define ZIP_ER_EXISTS 10 /* N File already exists */ -#define ZIP_ER_OPEN 11 /* S Can't open file */ -#define ZIP_ER_TMPOPEN 12 /* S Failure to create temporary file */ -#define ZIP_ER_ZLIB 13 /* Z Zlib error */ -#define ZIP_ER_MEMORY 14 /* N Malloc failure */ -#define ZIP_ER_CHANGED 15 /* N Entry has been changed */ -#define ZIP_ER_COMPNOTSUPP 16 /* N Compression method not supported */ -#define ZIP_ER_EOF 17 /* N Premature end of file */ -#define ZIP_ER_INVAL 18 /* N Invalid argument */ -#define ZIP_ER_NOZIP 19 /* N Not a zip archive */ -#define ZIP_ER_INTERNAL 20 /* N Internal error */ -#define ZIP_ER_INCONS 21 /* L Zip archive inconsistent */ -#define ZIP_ER_REMOVE 22 /* S Can't remove file */ -#define ZIP_ER_DELETED 23 /* N Entry has been deleted */ -#define ZIP_ER_ENCRNOTSUPP 24 /* N Encryption method not supported */ -#define ZIP_ER_RDONLY 25 /* N Read-only archive */ -#define ZIP_ER_NOPASSWD 26 /* N No password provided */ -#define ZIP_ER_WRONGPASSWD 27 /* N Wrong password provided */ -#define ZIP_ER_OPNOTSUPP 28 /* N Operation not supported */ -#define ZIP_ER_INUSE 29 /* N Resource still in use */ -#define ZIP_ER_TELL 30 /* S Tell error */ -#define ZIP_ER_COMPRESSED_DATA 31 /* N Compressed data invalid */ -#define ZIP_ER_CANCELLED 32 /* N Operation cancelled */ -#define ZIP_ER_DATA_LENGTH 33 /* N Unexpected length of data */ -#define ZIP_ER_NOT_ALLOWED 34 /* N Not allowed in torrentzip */ -#define ZIP_ER_TRUNCATED_ZIP 35 /* N Possibly truncated or corrupted zip archive */ - -/* type of system error value */ - -#define ZIP_ET_NONE 0 /* sys_err unused */ -#define ZIP_ET_SYS 1 /* sys_err is errno */ -#define ZIP_ET_ZLIB 2 /* sys_err is zlib error code */ -#define ZIP_ET_LIBZIP 3 /* sys_err is libzip error code */ - -/* compression methods */ - -#define ZIP_CM_DEFAULT -1 /* better of deflate or store */ -#define ZIP_CM_STORE 0 /* stored (uncompressed) */ -#define ZIP_CM_SHRINK 1 /* shrunk */ -#define ZIP_CM_REDUCE_1 2 /* reduced with factor 1 */ -#define ZIP_CM_REDUCE_2 3 /* reduced with factor 2 */ -#define ZIP_CM_REDUCE_3 4 /* reduced with factor 3 */ -#define ZIP_CM_REDUCE_4 5 /* reduced with factor 4 */ -#define ZIP_CM_IMPLODE 6 /* imploded */ -/* 7 - Reserved for Tokenizing compression algorithm */ -#define ZIP_CM_DEFLATE 8 /* deflated */ -#define ZIP_CM_DEFLATE64 9 /* deflate64 */ -#define ZIP_CM_PKWARE_IMPLODE 10 /* PKWARE imploding */ -/* 11 - Reserved by PKWARE */ -#define ZIP_CM_BZIP2 12 /* compressed using BZIP2 algorithm */ -/* 13 - Reserved by PKWARE */ -#define ZIP_CM_LZMA 14 /* LZMA (EFS) */ -/* 15-17 - Reserved by PKWARE */ -#define ZIP_CM_TERSE 18 /* compressed using IBM TERSE (new) */ -#define ZIP_CM_LZ77 19 /* IBM LZ77 z Architecture (PFS) */ -/* 20 - old value for Zstandard */ -#define ZIP_CM_LZMA2 33 -#define ZIP_CM_ZSTD 93 /* Zstandard compressed data */ -#define ZIP_CM_XZ 95 /* XZ compressed data */ -#define ZIP_CM_JPEG 96 /* Compressed Jpeg data */ -#define ZIP_CM_WAVPACK 97 /* WavPack compressed data */ -#define ZIP_CM_PPMD 98 /* PPMd version I, Rev 1 */ - -/* encryption methods */ - -#define ZIP_EM_NONE 0 /* not encrypted */ -#define ZIP_EM_TRAD_PKWARE 1 /* traditional PKWARE encryption */ -#if 0 /* Strong Encryption Header not parsed yet */ -#define ZIP_EM_DES 0x6601 /* strong encryption: DES */ -#define ZIP_EM_RC2_OLD 0x6602 /* strong encryption: RC2, version < 5.2 */ -#define ZIP_EM_3DES_168 0x6603 -#define ZIP_EM_3DES_112 0x6609 -#define ZIP_EM_PKZIP_AES_128 0x660e -#define ZIP_EM_PKZIP_AES_192 0x660f -#define ZIP_EM_PKZIP_AES_256 0x6610 -#define ZIP_EM_RC2 0x6702 /* strong encryption: RC2, version >= 5.2 */ -#define ZIP_EM_RC4 0x6801 -#endif -#define ZIP_EM_AES_128 0x0101 /* Winzip AES encryption */ -#define ZIP_EM_AES_192 0x0102 -#define ZIP_EM_AES_256 0x0103 -#define ZIP_EM_UNKNOWN 0xffff /* unknown algorithm */ - -#define ZIP_OPSYS_DOS 0x00u -#define ZIP_OPSYS_AMIGA 0x01u -#define ZIP_OPSYS_OPENVMS 0x02u -#define ZIP_OPSYS_UNIX 0x03u -#define ZIP_OPSYS_VM_CMS 0x04u -#define ZIP_OPSYS_ATARI_ST 0x05u -#define ZIP_OPSYS_OS_2 0x06u -#define ZIP_OPSYS_MACINTOSH 0x07u -#define ZIP_OPSYS_Z_SYSTEM 0x08u -#define ZIP_OPSYS_CPM 0x09u -#define ZIP_OPSYS_WINDOWS_NTFS 0x0au -#define ZIP_OPSYS_MVS 0x0bu -#define ZIP_OPSYS_VSE 0x0cu -#define ZIP_OPSYS_ACORN_RISC 0x0du -#define ZIP_OPSYS_VFAT 0x0eu -#define ZIP_OPSYS_ALTERNATE_MVS 0x0fu -#define ZIP_OPSYS_BEOS 0x10u -#define ZIP_OPSYS_TANDEM 0x11u -#define ZIP_OPSYS_OS_400 0x12u -#define ZIP_OPSYS_OS_X 0x13u - -#define ZIP_OPSYS_DEFAULT ZIP_OPSYS_UNIX - - -enum zip_source_cmd { - ZIP_SOURCE_OPEN, /* prepare for reading */ - ZIP_SOURCE_READ, /* read data */ - ZIP_SOURCE_CLOSE, /* reading is done */ - ZIP_SOURCE_STAT, /* get meta information */ - ZIP_SOURCE_ERROR, /* get error information */ - ZIP_SOURCE_FREE, /* cleanup and free resources */ - ZIP_SOURCE_SEEK, /* set position for reading */ - ZIP_SOURCE_TELL, /* get read position */ - ZIP_SOURCE_BEGIN_WRITE, /* prepare for writing */ - ZIP_SOURCE_COMMIT_WRITE, /* writing is done */ - ZIP_SOURCE_ROLLBACK_WRITE, /* discard written changes */ - ZIP_SOURCE_WRITE, /* write data */ - ZIP_SOURCE_SEEK_WRITE, /* set position for writing */ - ZIP_SOURCE_TELL_WRITE, /* get write position */ - ZIP_SOURCE_SUPPORTS, /* check whether source supports command */ - ZIP_SOURCE_REMOVE, /* remove file */ - ZIP_SOURCE_RESERVED_1, /* previously used internally */ - ZIP_SOURCE_BEGIN_WRITE_CLONING, /* like ZIP_SOURCE_BEGIN_WRITE, but keep part of original file */ - ZIP_SOURCE_ACCEPT_EMPTY, /* whether empty files are valid archives */ - ZIP_SOURCE_GET_FILE_ATTRIBUTES, /* get additional file attributes */ - ZIP_SOURCE_SUPPORTS_REOPEN, /* allow reading from changed entry */ - ZIP_SOURCE_GET_DOS_TIME /* get last modification time in DOS format */ -}; -typedef enum zip_source_cmd zip_source_cmd_t; - -#define ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd) (((zip_int64_t)1) << (cmd)) - -#define ZIP_SOURCE_CHECK_SUPPORTED(supported, cmd) (((supported) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd)) != 0) - -/* clang-format off */ - -#define ZIP_SOURCE_SUPPORTS_READABLE (ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_OPEN) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_READ) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_CLOSE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_STAT) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_ERROR) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_FREE)) - -#define ZIP_SOURCE_SUPPORTS_SEEKABLE (ZIP_SOURCE_SUPPORTS_READABLE \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_TELL) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SUPPORTS)) - -#define ZIP_SOURCE_SUPPORTS_WRITABLE (ZIP_SOURCE_SUPPORTS_SEEKABLE \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_BEGIN_WRITE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_COMMIT_WRITE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_ROLLBACK_WRITE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_WRITE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK_WRITE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_TELL_WRITE) \ - | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_REMOVE)) - -/* clang-format on */ - -/* for use by sources */ -struct zip_source_args_seek { - zip_int64_t offset; - int whence; -}; - -typedef struct zip_source_args_seek zip_source_args_seek_t; -#define ZIP_SOURCE_GET_ARGS(type, data, len, error) ((len) < sizeof(type) ? zip_error_set((error), ZIP_ER_INVAL, 0), (type *)NULL : (type *)(data)) - - -/* error information */ -/* use zip_error_*() to access */ -struct zip_error { - int zip_err; /* libzip error code (ZIP_ER_*) */ - int sys_err; /* copy of errno (E*) or zlib error code */ - char *_Nullable str; /* string representation or NULL */ -}; - -#define ZIP_STAT_NAME 0x0001u -#define ZIP_STAT_INDEX 0x0002u -#define ZIP_STAT_SIZE 0x0004u -#define ZIP_STAT_COMP_SIZE 0x0008u -#define ZIP_STAT_MTIME 0x0010u -#define ZIP_STAT_CRC 0x0020u -#define ZIP_STAT_COMP_METHOD 0x0040u -#define ZIP_STAT_ENCRYPTION_METHOD 0x0080u -#define ZIP_STAT_FLAGS 0x0100u - -struct zip_stat { - zip_uint64_t valid; /* which fields have valid values */ - const char *_Nullable name; /* name of the file */ - zip_uint64_t index; /* index within archive */ - zip_uint64_t size; /* size of file (uncompressed) */ - zip_uint64_t comp_size; /* size of file (compressed) */ - time_t mtime; /* modification time */ - zip_uint32_t crc; /* crc of file data */ - zip_uint16_t comp_method; /* compression method used */ - zip_uint16_t encryption_method; /* encryption method used */ - zip_uint32_t flags; /* reserved for future use */ -}; - -struct zip_buffer_fragment { - zip_uint8_t *_Nonnull data; - zip_uint64_t length; -}; - -struct zip_file_attributes { - zip_uint64_t valid; /* which fields have valid values */ - zip_uint8_t version; /* version of this struct, currently 1 */ - zip_uint8_t host_system; /* host system on which file was created */ - zip_uint8_t ascii; /* flag whether file is ASCII text */ - zip_uint8_t version_needed; /* minimum version needed to extract file */ - zip_uint32_t external_file_attributes; /* external file attributes (host-system specific) */ - zip_uint16_t general_purpose_bit_flags; /* general purpose big flags, only some bits are honored */ - zip_uint16_t general_purpose_bit_mask; /* which bits in general_purpose_bit_flags are valid */ -}; - -#define ZIP_FILE_ATTRIBUTES_HOST_SYSTEM 0x0001u -#define ZIP_FILE_ATTRIBUTES_ASCII 0x0002u -#define ZIP_FILE_ATTRIBUTES_VERSION_NEEDED 0x0004u -#define ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES 0x0008u -#define ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS 0x0010u - -struct zip; -struct zip_file; -struct zip_source; - -typedef struct zip zip_t; -typedef struct zip_error zip_error_t; -typedef struct zip_file zip_file_t; -typedef struct zip_file_attributes zip_file_attributes_t; -typedef struct zip_source zip_source_t; -typedef struct zip_stat zip_stat_t; -typedef struct zip_buffer_fragment zip_buffer_fragment_t; - -typedef zip_uint32_t zip_flags_t; - -typedef zip_int64_t (*zip_source_callback)(void *_Nullable, void *_Nullable, zip_uint64_t, zip_source_cmd_t); -typedef zip_int64_t (*zip_source_layered_callback)(zip_source_t *_Nonnull, void *_Nullable, void *_Nullable, zip_uint64_t, enum zip_source_cmd); -typedef void (*zip_progress_callback)(zip_t *_Nonnull, double, void *_Nullable); -typedef int (*zip_cancel_callback)(zip_t *_Nonnull, void *_Nullable); - -#ifndef ZIP_DISABLE_DEPRECATED -#define ZIP_FL_RECOMPRESS 16u /* force recompression of data */ - -typedef void (*zip_progress_callback_t)(double); -ZIP_DEPRECATED("use 'zip_register_progress_callback_with_state' instead") ZIP_EXTERN void zip_register_progress_callback(zip_t *_Nonnull, zip_progress_callback_t _Nullable); - -ZIP_DEPRECATED("use 'zip_file_add' instead") ZIP_EXTERN zip_int64_t zip_add(zip_t *_Nonnull, const char *_Nonnull, zip_source_t *_Nonnull); -ZIP_DEPRECATED("use 'zip_dir_add' instead") ZIP_EXTERN zip_int64_t zip_add_dir(zip_t *_Nonnull, const char *_Nonnull); -ZIP_DEPRECATED("use 'zip_file_get_comment' instead") ZIP_EXTERN const char *_Nullable zip_get_file_comment(zip_t *_Nonnull, zip_uint64_t, int *_Nullable, int); -ZIP_DEPRECATED("use 'zip_get_num_entries' instead") ZIP_EXTERN int zip_get_num_files(zip_t *_Nonnull); -ZIP_DEPRECATED("use 'zip_file_rename' instead") ZIP_EXTERN int zip_rename(zip_t *_Nonnull, zip_uint64_t, const char *_Nonnull); -ZIP_DEPRECATED("use 'zip_file_replace' instead") ZIP_EXTERN int zip_replace(zip_t *_Nonnull, zip_uint64_t, zip_source_t *_Nonnull); -ZIP_DEPRECATED("use 'zip_file_set_comment' instead") ZIP_EXTERN int zip_set_file_comment(zip_t *_Nonnull, zip_uint64_t, const char *_Nullable, int); -ZIP_DEPRECATED("use 'zip_error_init_with_code' and 'zip_error_system_type' instead") ZIP_EXTERN int zip_error_get_sys_type(int); -ZIP_DEPRECATED("use 'zip_get_error' instead") ZIP_EXTERN void zip_error_get(zip_t *_Nonnull, int *_Nullable, int *_Nullable); -ZIP_DEPRECATED("use 'zip_error_strerror' instead") ZIP_EXTERN int zip_error_to_str(char *_Nonnull, zip_uint64_t, int, int); -ZIP_DEPRECATED("use 'zip_file_get_error' instead") ZIP_EXTERN void zip_file_error_get(zip_file_t *_Nonnull, int *_Nullable, int *_Nullable); -ZIP_DEPRECATED("use 'zip_source_zip_file' instead") ZIP_EXTERN zip_source_t *_Nullable zip_source_zip(zip_t *_Nonnull, zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint64_t, zip_int64_t); -ZIP_DEPRECATED("use 'zip_source_zip_file_create' instead") ZIP_EXTERN zip_source_t *_Nullable zip_source_zip_create(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -#endif - -ZIP_EXTERN int zip_close(zip_t *_Nonnull); -ZIP_EXTERN int zip_delete(zip_t *_Nonnull, zip_uint64_t); -ZIP_EXTERN zip_int64_t zip_dir_add(zip_t *_Nonnull, const char *_Nonnull, zip_flags_t); -ZIP_EXTERN void zip_discard(zip_t *_Nonnull); - -ZIP_EXTERN zip_error_t *_Nonnull zip_get_error(zip_t *_Nonnull); -ZIP_EXTERN void zip_error_clear(zip_t *_Nonnull); -ZIP_EXTERN int zip_error_code_zip(const zip_error_t *_Nonnull); -ZIP_EXTERN int zip_error_code_system(const zip_error_t *_Nonnull); -ZIP_EXTERN void zip_error_fini(zip_error_t *_Nonnull); -ZIP_EXTERN void zip_error_init(zip_error_t *_Nonnull); -ZIP_EXTERN void zip_error_init_with_code(zip_error_t *_Nonnull, int); -ZIP_EXTERN void zip_error_set(zip_error_t *_Nullable, int, int); -ZIP_EXTERN void zip_error_set_from_source(zip_error_t *_Nonnull, zip_source_t *_Nullable); -ZIP_EXTERN const char *_Nonnull zip_error_strerror(zip_error_t *_Nonnull); -ZIP_EXTERN int zip_error_system_type(const zip_error_t *_Nonnull); -ZIP_EXTERN zip_int64_t zip_error_to_data(const zip_error_t *_Nonnull, void *_Nonnull, zip_uint64_t); - -ZIP_EXTERN int zip_fclose(zip_file_t *_Nonnull); -ZIP_EXTERN zip_t *_Nullable zip_fdopen(int, int, int *_Nullable); -ZIP_EXTERN zip_int64_t zip_file_add(zip_t *_Nonnull, const char *_Nonnull, zip_source_t *_Nonnull, zip_flags_t); -ZIP_EXTERN void zip_file_attributes_init(zip_file_attributes_t *_Nonnull); -ZIP_EXTERN void zip_file_error_clear(zip_file_t *_Nonnull); -ZIP_EXTERN int zip_file_extra_field_delete(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_flags_t); -ZIP_EXTERN int zip_file_extra_field_delete_by_id(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_uint16_t, zip_flags_t); -ZIP_EXTERN int zip_file_extra_field_set(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_uint16_t, const zip_uint8_t *_Nullable, zip_uint16_t, zip_flags_t); -ZIP_EXTERN zip_int16_t zip_file_extra_fields_count(zip_t *_Nonnull, zip_uint64_t, zip_flags_t); -ZIP_EXTERN zip_int16_t zip_file_extra_fields_count_by_id(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_flags_t); -ZIP_EXTERN const zip_uint8_t *_Nullable zip_file_extra_field_get(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_uint16_t *_Nullable, zip_uint16_t *_Nullable, zip_flags_t); -ZIP_EXTERN const zip_uint8_t *_Nullable zip_file_extra_field_get_by_id(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_uint16_t, zip_uint16_t *_Nullable, zip_flags_t); -ZIP_EXTERN const char *_Nullable zip_file_get_comment(zip_t *_Nonnull, zip_uint64_t, zip_uint32_t *_Nullable, zip_flags_t); -ZIP_EXTERN zip_error_t *_Nonnull zip_file_get_error(zip_file_t *_Nonnull); -ZIP_EXTERN int zip_file_get_external_attributes(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint8_t *_Nullable, zip_uint32_t *_Nullable); -ZIP_EXTERN int zip_file_is_seekable(zip_file_t *_Nonnull); -ZIP_EXTERN int zip_file_rename(zip_t *_Nonnull, zip_uint64_t, const char *_Nonnull, zip_flags_t); -ZIP_EXTERN int zip_file_replace(zip_t *_Nonnull, zip_uint64_t, zip_source_t *_Nonnull, zip_flags_t); -ZIP_EXTERN int zip_file_set_comment(zip_t *_Nonnull, zip_uint64_t, const char *_Nullable, zip_uint16_t, zip_flags_t); -ZIP_EXTERN int zip_file_set_dostime(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, zip_uint16_t, zip_flags_t); -ZIP_EXTERN int zip_file_set_encryption(zip_t *_Nonnull, zip_uint64_t, zip_uint16_t, const char *_Nullable); -ZIP_EXTERN int zip_file_set_external_attributes(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint8_t, zip_uint32_t); -ZIP_EXTERN int zip_file_set_mtime(zip_t *_Nonnull, zip_uint64_t, time_t, zip_flags_t); -ZIP_EXTERN const char *_Nonnull zip_file_strerror(zip_file_t *_Nonnull); -ZIP_EXTERN zip_file_t *_Nullable zip_fopen(zip_t *_Nonnull, const char *_Nonnull, zip_flags_t); -ZIP_EXTERN zip_file_t *_Nullable zip_fopen_encrypted(zip_t *_Nonnull, const char *_Nonnull, zip_flags_t, const char *_Nullable); -ZIP_EXTERN zip_file_t *_Nullable zip_fopen_index(zip_t *_Nonnull, zip_uint64_t, zip_flags_t); -ZIP_EXTERN zip_file_t *_Nullable zip_fopen_index_encrypted(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, const char *_Nullable); -ZIP_EXTERN zip_int64_t zip_fread(zip_file_t *_Nonnull, void *_Nonnull, zip_uint64_t); -ZIP_EXTERN zip_int8_t zip_fseek(zip_file_t *_Nonnull, zip_int64_t, int); -ZIP_EXTERN zip_int64_t zip_ftell(zip_file_t *_Nonnull); -ZIP_EXTERN const char *_Nullable zip_get_archive_comment(zip_t *_Nonnull, int *_Nullable, zip_flags_t); -ZIP_EXTERN int zip_get_archive_flag(zip_t *_Nonnull, zip_flags_t, zip_flags_t); -ZIP_EXTERN const char *_Nullable zip_get_name(zip_t *_Nonnull, zip_uint64_t, zip_flags_t); -ZIP_EXTERN zip_int64_t zip_get_num_entries(zip_t *_Nonnull, zip_flags_t); -ZIP_EXTERN const char *_Nonnull zip_libzip_version(void); -ZIP_EXTERN zip_int64_t zip_name_locate(zip_t *_Nonnull, const char *_Nonnull, zip_flags_t); -ZIP_EXTERN zip_t *_Nullable zip_open(const char *_Nonnull, int, int *_Nullable); -ZIP_EXTERN zip_t *_Nullable zip_open_from_source(zip_source_t *_Nonnull, int, zip_error_t *_Nullable); -ZIP_EXTERN int zip_register_progress_callback_with_state(zip_t *_Nonnull, double, zip_progress_callback _Nullable, void (*_Nullable)(void *_Nullable), void *_Nullable); -ZIP_EXTERN int zip_register_cancel_callback_with_state(zip_t *_Nonnull, zip_cancel_callback _Nullable, void (*_Nullable)(void *_Nullable), void *_Nullable); -ZIP_EXTERN int zip_set_archive_comment(zip_t *_Nonnull, const char *_Nullable, zip_uint16_t); -ZIP_EXTERN int zip_set_archive_flag(zip_t *_Nonnull, zip_flags_t, int); -ZIP_EXTERN int zip_set_default_password(zip_t *_Nonnull, const char *_Nullable); -ZIP_EXTERN int zip_set_file_compression(zip_t *_Nonnull, zip_uint64_t, zip_int32_t, zip_uint32_t); -ZIP_EXTERN int zip_source_begin_write(zip_source_t *_Nonnull); -ZIP_EXTERN int zip_source_begin_write_cloning(zip_source_t *_Nonnull, zip_uint64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_buffer(zip_t *_Nonnull, const void *_Nullable, zip_uint64_t, int); -ZIP_EXTERN zip_source_t *_Nullable zip_source_buffer_create(const void *_Nullable, zip_uint64_t, int, zip_error_t *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_buffer_fragment(zip_t *_Nonnull, const zip_buffer_fragment_t *_Nonnull, zip_uint64_t, int); -ZIP_EXTERN zip_source_t *_Nullable zip_source_buffer_fragment_create(const zip_buffer_fragment_t *_Nullable, zip_uint64_t, int, zip_error_t *_Nullable); -ZIP_EXTERN int zip_source_close(zip_source_t *_Nonnull); -ZIP_EXTERN int zip_source_commit_write(zip_source_t *_Nonnull); -ZIP_EXTERN zip_error_t *_Nonnull zip_source_error(zip_source_t *_Nonnull); -ZIP_EXTERN zip_source_t *_Nullable zip_source_file(zip_t *_Nonnull, const char *_Nonnull, zip_uint64_t, zip_int64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_file_create(const char *_Nonnull, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_filep(zip_t *_Nonnull, FILE *_Nonnull, zip_uint64_t, zip_int64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_filep_create(FILE *_Nonnull, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -ZIP_EXTERN void zip_source_free(zip_source_t *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_function(zip_t *_Nonnull, zip_source_callback _Nonnull, void *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_function_create(zip_source_callback _Nonnull, void *_Nullable, zip_error_t *_Nullable); -ZIP_EXTERN int zip_source_get_file_attributes(zip_source_t *_Nonnull, zip_file_attributes_t *_Nonnull); -ZIP_EXTERN int zip_source_is_deleted(zip_source_t *_Nonnull); -ZIP_EXTERN int zip_source_is_seekable(zip_source_t *_Nonnull); -ZIP_EXTERN void zip_source_keep(zip_source_t *_Nonnull); -ZIP_EXTERN zip_source_t *_Nullable zip_source_layered(zip_t *_Nullable, zip_source_t *_Nonnull, zip_source_layered_callback _Nonnull, void *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_layered_create(zip_source_t *_Nonnull, zip_source_layered_callback _Nonnull, void *_Nullable, zip_error_t *_Nullable); -ZIP_EXTERN zip_int64_t zip_source_make_command_bitmap(zip_source_cmd_t, ...); -ZIP_EXTERN int zip_source_open(zip_source_t *_Nonnull); -ZIP_EXTERN zip_int64_t zip_source_pass_to_lower_layer(zip_source_t *_Nonnull, void *_Nullable, zip_uint64_t, zip_source_cmd_t); -ZIP_EXTERN zip_int64_t zip_source_read(zip_source_t *_Nonnull, void *_Nonnull, zip_uint64_t); -ZIP_EXTERN void zip_source_rollback_write(zip_source_t *_Nonnull); -ZIP_EXTERN int zip_source_seek(zip_source_t *_Nonnull, zip_int64_t, int); -ZIP_EXTERN zip_int64_t zip_source_seek_compute_offset(zip_uint64_t, zip_uint64_t, void *_Nonnull, zip_uint64_t, zip_error_t *_Nullable); -ZIP_EXTERN int zip_source_seek_write(zip_source_t *_Nonnull, zip_int64_t, int); -ZIP_EXTERN int zip_source_stat(zip_source_t *_Nonnull, zip_stat_t *_Nonnull); -ZIP_EXTERN zip_int64_t zip_source_tell(zip_source_t *_Nonnull); -ZIP_EXTERN zip_int64_t zip_source_tell_write(zip_source_t *_Nonnull); -#ifdef _WIN32 -ZIP_EXTERN zip_source_t *_Nullable zip_source_win32a(zip_t *_Nonnull, const char *_Nonnull, zip_uint64_t, zip_int64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_win32a_create(const char *_Nonnull, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_win32handle(zip_t *_Nonnull, void *_Nonnull, zip_uint64_t, zip_int64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_win32handle_create(void *_Nonnull, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_win32w(zip_t *_Nonnull, const wchar_t *_Nonnull, zip_uint64_t, zip_int64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_win32w_create(const wchar_t *_Nonnull, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -#endif -ZIP_EXTERN zip_source_t *_Nullable zip_source_window_create(zip_source_t *_Nonnull, zip_uint64_t, zip_int64_t, zip_error_t *_Nullable); -ZIP_EXTERN zip_int64_t zip_source_write(zip_source_t *_Nonnull, const void *_Nullable, zip_uint64_t); -ZIP_EXTERN zip_source_t *_Nullable zip_source_zip_file(zip_t *_Nonnull, zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint64_t, zip_int64_t, const char *_Nullable); -ZIP_EXTERN zip_source_t *_Nullable zip_source_zip_file_create(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint64_t, zip_int64_t, const char *_Nullable, zip_error_t *_Nullable); -ZIP_EXTERN int zip_stat(zip_t *_Nonnull, const char *_Nonnull, zip_flags_t, zip_stat_t *_Nonnull); -ZIP_EXTERN int zip_stat_index(zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_stat_t *_Nonnull); -ZIP_EXTERN void zip_stat_init(zip_stat_t *_Nonnull); -ZIP_EXTERN const char *_Nonnull zip_strerror(zip_t *_Nonnull); -ZIP_EXTERN int zip_unchange(zip_t *_Nonnull, zip_uint64_t); -ZIP_EXTERN int zip_unchange_all(zip_t *_Nonnull); -ZIP_EXTERN int zip_unchange_archive(zip_t *_Nonnull); -ZIP_EXTERN int zip_compression_method_supported(zip_int32_t method, int compress); -ZIP_EXTERN int zip_encryption_method_supported(zip_uint16_t method, int encode); - -#ifdef __cplusplus -} -#endif - -#endif /* _HAD_ZIP_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_add.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_add.c deleted file mode 100644 index a426a57..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_add.c +++ /dev/null @@ -1,49 +0,0 @@ -/* - zip_add.c -- add file via callback function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -/* - NOTE: Return type is signed so we can return -1 on error. - The index can not be larger than ZIP_INT64_MAX since the size - of the central directory cannot be larger than - ZIP_UINT64_MAX, and each entry is larger than 2 bytes. -*/ - -ZIP_EXTERN zip_int64_t -zip_add(zip_t *za, const char *name, zip_source_t *source) { - return zip_file_add(za, name, source, 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_add_dir.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_add_dir.c deleted file mode 100644 index 2faaa1a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_add_dir.c +++ /dev/null @@ -1,44 +0,0 @@ -/* - zip_add_dir.c -- add directory - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -/* NOTE: Signed due to -1 on error. See zip_add.c for more details. */ - -ZIP_EXTERN zip_int64_t -zip_add_dir(zip_t *za, const char *name) { - return zip_dir_add(za, name, 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_add_entry.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_add_entry.c deleted file mode 100644 index e8beaa8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_add_entry.c +++ /dev/null @@ -1,80 +0,0 @@ -/* - zip_add_entry.c -- create and init struct zip_entry - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -/* NOTE: Signed due to -1 on error. See zip_add.c for more details. */ - -zip_int64_t -_zip_add_entry(zip_t *za) { - zip_uint64_t idx; - - if (za->nentry + 1 >= za->nentry_alloc) { - zip_entry_t *rentries; - zip_uint64_t nalloc = za->nentry_alloc; - zip_uint64_t additional_entries = 2 * nalloc; - zip_uint64_t realloc_size; - - if (additional_entries < 16) { - additional_entries = 16; - } - else if (additional_entries > 1024) { - additional_entries = 1024; - } - /* neither + nor * overflows can happen: nentry_alloc * sizeof(struct zip_entry) < UINT64_MAX */ - nalloc += additional_entries; - realloc_size = sizeof(struct zip_entry) * (size_t)nalloc; - - if (sizeof(struct zip_entry) * (size_t)za->nentry_alloc > realloc_size) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - rentries = (zip_entry_t *)realloc(za->entry, sizeof(struct zip_entry) * (size_t)nalloc); - if (rentries == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - za->entry = rentries; - za->nentry_alloc = nalloc; - } - - idx = za->nentry++; - - _zip_entry_init(za->entry + idx); - - return (zip_int64_t)idx; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_bzip2.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_bzip2.c deleted file mode 100644 index d5311a7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_bzip2.c +++ /dev/null @@ -1,293 +0,0 @@ -/* - zip_algorithm_bzip2.c -- bzip2 (de)compression routines - Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include -#include -#include - -struct ctx { - zip_error_t *error; - bool compress; - int compression_flags; - bool end_of_input; - bz_stream zstr; -}; - - -static zip_uint64_t -maximum_compressed_size(zip_uint64_t uncompressed_size) { - zip_uint64_t compressed_size = (zip_uint64_t)((double)uncompressed_size * 1.006); - - if (compressed_size < uncompressed_size) { - return ZIP_UINT64_MAX; - } - return compressed_size; -} - - -static void * -allocate(bool compress, zip_uint32_t compression_flags, zip_error_t *error) { - struct ctx *ctx; - - if ((ctx = (struct ctx *)malloc(sizeof(*ctx))) == NULL) { - return NULL; - } - - ctx->error = error; - ctx->compress = compress; - if (compression_flags >= 1 && compression_flags <= 9) { - ctx->compression_flags = (int)compression_flags; - } - else { - ctx->compression_flags = 9; - } - ctx->end_of_input = false; - - ctx->zstr.bzalloc = NULL; - ctx->zstr.bzfree = NULL; - ctx->zstr.opaque = NULL; - - return ctx; -} - - -static void * -compress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - (void)method; - return allocate(true, compression_flags, error); -} - - -static void * -decompress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - (void)method; - return allocate(false, compression_flags, error); -} - - -static void -deallocate(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - free(ctx); -} - - -static zip_uint16_t -general_purpose_bit_flags(void *ud) { - (void)ud; - return 0; -} - - -static int -map_error(int ret) { - switch (ret) { - case BZ_FINISH_OK: - case BZ_FLUSH_OK: - case BZ_OK: - case BZ_RUN_OK: - case BZ_STREAM_END: - return ZIP_ER_OK; - - case BZ_DATA_ERROR: - case BZ_DATA_ERROR_MAGIC: - case BZ_UNEXPECTED_EOF: - return ZIP_ER_COMPRESSED_DATA; - - case BZ_MEM_ERROR: - return ZIP_ER_MEMORY; - - case BZ_PARAM_ERROR: - return ZIP_ER_INVAL; - - case BZ_CONFIG_ERROR: /* actually, bzip2 miscompiled */ - case BZ_IO_ERROR: - case BZ_OUTBUFF_FULL: - case BZ_SEQUENCE_ERROR: - default: - return ZIP_ER_INTERNAL; - } -} - -static bool -start(void *ud, zip_stat_t *st, zip_file_attributes_t *attributes) { - struct ctx *ctx = (struct ctx *)ud; - int ret; - - (void)st; - (void)attributes; - - ctx->zstr.avail_in = 0; - ctx->zstr.next_in = NULL; - ctx->zstr.avail_out = 0; - ctx->zstr.next_out = NULL; - - if (ctx->compress) { - ret = BZ2_bzCompressInit(&ctx->zstr, ctx->compression_flags, 0, 30); - } - else { - ret = BZ2_bzDecompressInit(&ctx->zstr, 0, 0); - } - - if (ret != BZ_OK) { - zip_error_set(ctx->error, map_error(ret), 0); - return false; - } - - return true; -} - - -static bool -end(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - int err; - - if (ctx->compress) { - err = BZ2_bzCompressEnd(&ctx->zstr); - } - else { - err = BZ2_bzDecompressEnd(&ctx->zstr); - } - - if (err != BZ_OK) { - zip_error_set(ctx->error, map_error(err), 0); - return false; - } - - return true; -} - - -static bool -input(void *ud, zip_uint8_t *data, zip_uint64_t length) { - struct ctx *ctx = (struct ctx *)ud; - - if (length > UINT_MAX || ctx->zstr.avail_in > 0) { - zip_error_set(ctx->error, ZIP_ER_INVAL, 0); - return false; - } - - ctx->zstr.avail_in = (unsigned int)length; - ctx->zstr.next_in = (char *)data; - - return true; -} - - -static bool end_of_input(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - ctx->end_of_input = true; - return ctx->zstr.avail_in != 0; -} - - -static zip_compression_status_t -process(void *ud, zip_uint8_t *data, zip_uint64_t *length) { - struct ctx *ctx = (struct ctx *)ud; - unsigned int avail_out; - - int ret; - - if (ctx->zstr.avail_in == 0 && !ctx->end_of_input) { - *length = 0; - return ZIP_COMPRESSION_NEED_DATA; - } - - avail_out = (unsigned int)ZIP_MIN(UINT_MAX, *length); - ctx->zstr.avail_out = avail_out; - ctx->zstr.next_out = (char *)data; - - if (ctx->compress) { - ret = BZ2_bzCompress(&ctx->zstr, ctx->end_of_input ? BZ_FINISH : BZ_RUN); - } - else { - ret = BZ2_bzDecompress(&ctx->zstr); - } - - *length = avail_out - ctx->zstr.avail_out; - - switch (ret) { - case BZ_FINISH_OK: /* compression */ - return ZIP_COMPRESSION_OK; - - case BZ_OK: /* decompression */ - case BZ_RUN_OK: /* compression */ - if (ctx->zstr.avail_in == 0) { - return ZIP_COMPRESSION_NEED_DATA; - } - return ZIP_COMPRESSION_OK; - - case BZ_STREAM_END: - return ZIP_COMPRESSION_END; - - default: - zip_error_set(ctx->error, map_error(ret), 0); - return ZIP_COMPRESSION_ERROR; - } -} - -/* clang-format off */ - -zip_compression_algorithm_t zip_algorithm_bzip2_compress = { - maximum_compressed_size, - compress_allocate, - deallocate, - general_purpose_bit_flags, - 46, - start, - end, - input, - end_of_input, - process -}; - - -zip_compression_algorithm_t zip_algorithm_bzip2_decompress = { - maximum_compressed_size, - decompress_allocate, - deallocate, - general_purpose_bit_flags, - 46, - start, - end, - input, - end_of_input, - process -}; - -/* clang-format on */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_deflate.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_deflate.c deleted file mode 100644 index 402b7e8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_deflate.c +++ /dev/null @@ -1,276 +0,0 @@ -/* - zip_algorithm_deflate.c -- deflate (de)compression routines - Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include -#include -#include - -struct ctx { - zip_error_t *error; - bool compress; - int level; - int mem_level; - bool end_of_input; - z_stream zstr; -}; - - -static zip_uint64_t -maximum_compressed_size(zip_uint64_t uncompressed_size) { - /* max deflate size increase: size + ceil(size/16k)*5+6 */ - - zip_uint64_t compressed_size = uncompressed_size + (uncompressed_size + 16383) / 16384 * 5 + 6; - - if (compressed_size < uncompressed_size) { - return ZIP_UINT64_MAX; - } - return compressed_size; -} - - -static void * -allocate(bool compress, zip_uint32_t compression_flags, zip_error_t *error) { - struct ctx *ctx; - - if ((ctx = (struct ctx *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ET_SYS, errno); - return NULL; - } - - ctx->error = error; - ctx->compress = compress; - if (compression_flags >= 1 && compression_flags <= 9) { - ctx->level = (int)compression_flags; - } - else { - ctx->level = Z_BEST_COMPRESSION; - } - ctx->mem_level = compression_flags == TORRENTZIP_COMPRESSION_FLAGS ? TORRENTZIP_MEM_LEVEL : MAX_MEM_LEVEL; - ctx->end_of_input = false; - - ctx->zstr.zalloc = Z_NULL; - ctx->zstr.zfree = Z_NULL; - ctx->zstr.opaque = NULL; - - return ctx; -} - - -static void * -compress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - (void)method; - return allocate(true, compression_flags, error); -} - - -static void * -decompress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - (void)method; - return allocate(false, compression_flags, error); -} - - -static void -deallocate(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - free(ctx); -} - - -static zip_uint16_t -general_purpose_bit_flags(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - if (!ctx->compress) { - return 0; - } - - if (ctx->level < 3) { - return 2 << 1; - } - else if (ctx->level > 7) { - return 1 << 1; - } - return 0; -} - - -static bool -start(void *ud, zip_stat_t *st, zip_file_attributes_t *attributes) { - struct ctx *ctx = (struct ctx *)ud; - int ret; - - (void)st; - (void)attributes; - - ctx->zstr.avail_in = 0; - ctx->zstr.next_in = NULL; - ctx->zstr.avail_out = 0; - ctx->zstr.next_out = NULL; - - if (ctx->compress) { - /* negative value to tell zlib not to write a header */ - ret = deflateInit2(&ctx->zstr, ctx->level, Z_DEFLATED, -MAX_WBITS, ctx->mem_level, Z_DEFAULT_STRATEGY); - } - else { - ret = inflateInit2(&ctx->zstr, -MAX_WBITS); - } - - if (ret != Z_OK) { - zip_error_set(ctx->error, ZIP_ER_ZLIB, ret); - return false; - } - - - return true; -} - - -static bool -end(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - int err; - - if (ctx->compress) { - err = deflateEnd(&ctx->zstr); - } - else { - err = inflateEnd(&ctx->zstr); - } - - if (err != Z_OK) { - zip_error_set(ctx->error, ZIP_ER_ZLIB, err); - return false; - } - - return true; -} - - -static bool -input(void *ud, zip_uint8_t *data, zip_uint64_t length) { - struct ctx *ctx = (struct ctx *)ud; - - if (length > UINT_MAX || ctx->zstr.avail_in > 0) { - zip_error_set(ctx->error, ZIP_ER_INVAL, 0); - return false; - } - - ctx->zstr.avail_in = (uInt)length; - ctx->zstr.next_in = (Bytef *)data; - - return true; -} - - -static bool end_of_input(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - ctx->end_of_input = true; - return ctx->zstr.avail_in != 0; -} - - -static zip_compression_status_t -process(void *ud, zip_uint8_t *data, zip_uint64_t *length) { - struct ctx *ctx = (struct ctx *)ud; - uInt avail_out; - - int ret; - - avail_out = (uInt)ZIP_MIN(UINT_MAX, *length); - ctx->zstr.avail_out = avail_out; - ctx->zstr.next_out = (Bytef *)data; - - if (ctx->compress) { - ret = deflate(&ctx->zstr, ctx->end_of_input ? Z_FINISH : 0); - } - else { - ret = inflate(&ctx->zstr, Z_SYNC_FLUSH); - } - - *length = avail_out - ctx->zstr.avail_out; - - switch (ret) { - case Z_OK: - return ZIP_COMPRESSION_OK; - - case Z_STREAM_END: - return ZIP_COMPRESSION_END; - - case Z_BUF_ERROR: - if (ctx->zstr.avail_in == 0) { - return ZIP_COMPRESSION_NEED_DATA; - } - - /* fallthrough */ - - default: - zip_error_set(ctx->error, ZIP_ER_ZLIB, ret); - return ZIP_COMPRESSION_ERROR; - } -} - -/* clang-format off */ - -zip_compression_algorithm_t zip_algorithm_deflate_compress = { - maximum_compressed_size, - compress_allocate, - deallocate, - general_purpose_bit_flags, - 20, - start, - end, - input, - end_of_input, - process -}; - - -zip_compression_algorithm_t zip_algorithm_deflate_decompress = { - maximum_compressed_size, - decompress_allocate, - deallocate, - general_purpose_bit_flags, - 20, - start, - end, - input, - end_of_input, - process -}; - -/* clang-format on */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_xz.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_xz.c deleted file mode 100644 index adadc1c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_xz.c +++ /dev/null @@ -1,408 +0,0 @@ -/* - zip_algorithm_xz.c -- LZMA/XZ (de)compression routines - Bazed on zip_algorithm_deflate.c -- deflate (de)compression routines - Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include -#include -#include -#include - -enum header_state { INCOMPLETE, OUTPUT, DONE }; - -#define HEADER_BYTES_ZIP 9 -#define HEADER_MAGIC_LENGTH 4 -#define HEADER_MAGIC1_OFFSET 0 -#define HEADER_MAGIC2_OFFSET 2 -#define HEADER_SIZE_OFFSET 9 -#define HEADER_SIZE_LENGTH 8 -#define HEADER_PARAMETERS_LENGTH 5 -#define HEADER_LZMA_ALONE_LENGTH (HEADER_PARAMETERS_LENGTH + HEADER_SIZE_LENGTH) - -struct ctx { - zip_error_t *error; - bool compress; - zip_uint32_t compression_flags; - bool end_of_input; - lzma_stream zstr; - zip_uint16_t method; - /* header member is used for converting from zip to "lzma alone" - * format - * - * "lzma alone" file format starts with: - * 5 bytes lzma parameters - * 8 bytes uncompressed size - * compressed data - * - * zip archive on-disk format starts with - * 4 bytes magic (first two bytes vary, e.g. 0x0914 or 0x1002, next bytes are 0x0500) - * 5 bytes lzma parameters - * compressed data - * - * we read the data into a header of the form - * 4 bytes magic - * 5 bytes lzma parameters - * 8 bytes uncompressed size - */ - zip_uint8_t header[HEADER_MAGIC_LENGTH + HEADER_LZMA_ALONE_LENGTH]; - zip_uint8_t header_bytes_offset; - enum header_state header_state; - zip_uint64_t uncompresssed_size; -}; - - -static zip_uint64_t -maximum_compressed_size(zip_uint64_t uncompressed_size) { - /* - According to https://sourceforge.net/p/sevenzip/discussion/45797/thread/b6bd62f8/ - - 1) you can use - outSize = 1.10 * originalSize + 64 KB. - in most cases outSize is less then 1.02 from originalSize. - 2) You can try LZMA2, where - outSize can be = 1.001 * originalSize + 1 KB. - */ - /* 13 bytes added for lzma alone header */ - zip_uint64_t compressed_size = (zip_uint64_t)((double)uncompressed_size * 1.1) + 64 * 1024 + 13; - - if (compressed_size < uncompressed_size) { - return ZIP_UINT64_MAX; - } - return compressed_size; -} - - -static void * -allocate(bool compress, zip_uint32_t compression_flags, zip_error_t *error, zip_uint16_t method) { - struct ctx *ctx; - - if ((ctx = (struct ctx *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - ctx->error = error; - ctx->compress = compress; - if (compression_flags <= 9) { - ctx->compression_flags = compression_flags; - } else { - ctx->compression_flags = 6; /* default value */ - } - ctx->compression_flags |= LZMA_PRESET_EXTREME; - ctx->end_of_input = false; - memset(ctx->header, 0, sizeof(ctx->header)); - ctx->header_bytes_offset = 0; - if (method == ZIP_CM_LZMA) { - ctx->header_state = INCOMPLETE; - } - else { - ctx->header_state = DONE; - } - memset(&ctx->zstr, 0, sizeof(ctx->zstr)); - ctx->method = method; - return ctx; -} - - -static void * -compress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - return allocate(true, compression_flags, error, method); -} - - -static void * -decompress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - return allocate(false, compression_flags, error, method); -} - - -static void -deallocate(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - free(ctx); -} - - -static zip_uint16_t -general_purpose_bit_flags(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - if (!ctx->compress) { - return 0; - } - - if (ctx->method == ZIP_CM_LZMA) { - /* liblzma always returns an EOS/EOPM marker, see - * https://sourceforge.net/p/lzmautils/discussion/708858/thread/84c5dbb9/#a5e4/3764 */ - return 1 << 1; - } - return 0; -} - -static int -map_error(lzma_ret ret) { - switch (ret) { - case LZMA_DATA_ERROR: - case LZMA_UNSUPPORTED_CHECK: - return ZIP_ER_COMPRESSED_DATA; - - case LZMA_MEM_ERROR: - return ZIP_ER_MEMORY; - - case LZMA_OPTIONS_ERROR: - return ZIP_ER_INVAL; - - default: - return ZIP_ER_INTERNAL; - } -} - - -static bool -start(void *ud, zip_stat_t *st, zip_file_attributes_t *attributes) { - struct ctx *ctx = (struct ctx *)ud; - lzma_ret ret; - - lzma_options_lzma opt_lzma; - lzma_lzma_preset(&opt_lzma, ctx->compression_flags); - lzma_filter filters[] = { - {.id = (ctx->method == ZIP_CM_LZMA ? LZMA_FILTER_LZMA1 : LZMA_FILTER_LZMA2), .options = &opt_lzma}, - {.id = LZMA_VLI_UNKNOWN, .options = NULL}, - }; - - ctx->zstr.avail_in = 0; - ctx->zstr.next_in = NULL; - ctx->zstr.avail_out = 0; - ctx->zstr.next_out = NULL; - - if (ctx->compress) { - if (ctx->method == ZIP_CM_LZMA) - ret = lzma_alone_encoder(&ctx->zstr, filters[0].options); - else - ret = lzma_stream_encoder(&ctx->zstr, filters, LZMA_CHECK_CRC64); - } - else { - if (ctx->method == ZIP_CM_LZMA) - ret = lzma_alone_decoder(&ctx->zstr, UINT64_MAX); - else - ret = lzma_stream_decoder(&ctx->zstr, UINT64_MAX, LZMA_CONCATENATED); - } - - if (ret != LZMA_OK) { - zip_error_set(ctx->error, map_error(ret), 0); - return false; - } - - /* If general purpose bits 1 & 2 are both zero, write real uncompressed size in header. */ - if ((attributes->valid & ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS) && (attributes->general_purpose_bit_mask & 0x6) == 0x6 && (attributes->general_purpose_bit_flags & 0x06) == 0 && (st->valid & ZIP_STAT_SIZE)) { - ctx->uncompresssed_size = st->size; - } - else { - ctx->uncompresssed_size = ZIP_UINT64_MAX; - } - - return true; -} - - -static bool -end(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - lzma_end(&ctx->zstr); - return true; -} - - -static bool -input(void *ud, zip_uint8_t *data, zip_uint64_t length) { - struct ctx *ctx = (struct ctx *)ud; - - if (length > UINT_MAX || ctx->zstr.avail_in > 0) { - zip_error_set(ctx->error, ZIP_ER_INVAL, 0); - return false; - } - - /* For decompression of LZMA1: Have we read the full "lzma alone" header yet? */ - if (ctx->method == ZIP_CM_LZMA && !ctx->compress && ctx->header_state == INCOMPLETE) { - /* if not, get more of the data */ - zip_uint8_t got = (zip_uint8_t)ZIP_MIN(HEADER_BYTES_ZIP - ctx->header_bytes_offset, length); - (void)memcpy_s(ctx->header + ctx->header_bytes_offset, sizeof(ctx->header) - ctx->header_bytes_offset, data, got); - ctx->header_bytes_offset += got; - length -= got; - data += got; - /* Do we have a complete header now? */ - if (ctx->header_bytes_offset == HEADER_BYTES_ZIP) { - Bytef empty_buffer[1]; - zip_buffer_t *buffer; - /* check magic */ - if (ctx->header[HEADER_MAGIC2_OFFSET] != 0x05 || ctx->header[HEADER_MAGIC2_OFFSET + 1] != 0x00) { - /* magic does not match */ - zip_error_set(ctx->error, ZIP_ER_COMPRESSED_DATA, 0); - return false; - } - /* set size of uncompressed data in "lzma alone" header to "unknown" */ - if ((buffer = _zip_buffer_new(ctx->header + HEADER_SIZE_OFFSET, HEADER_SIZE_LENGTH)) == NULL) { - zip_error_set(ctx->error, ZIP_ER_MEMORY, 0); - return false; - } - _zip_buffer_put_64(buffer, ctx->uncompresssed_size); - _zip_buffer_free(buffer); - /* Feed header into "lzma alone" decoder, for - * initialization; this should not produce output. */ - ctx->zstr.next_in = (void *)(ctx->header + HEADER_MAGIC_LENGTH); - ctx->zstr.avail_in = HEADER_LZMA_ALONE_LENGTH; - ctx->zstr.total_in = 0; - ctx->zstr.next_out = empty_buffer; - ctx->zstr.avail_out = sizeof(*empty_buffer); - ctx->zstr.total_out = 0; - /* this just initializes the decoder and does not produce output, so it consumes the complete header */ - if (lzma_code(&ctx->zstr, LZMA_RUN) != LZMA_OK || ctx->zstr.total_out > 0) { - zip_error_set(ctx->error, ZIP_ER_COMPRESSED_DATA, 0); - return false; - } - ctx->header_state = DONE; - } - } - ctx->zstr.avail_in = (uInt)length; - ctx->zstr.next_in = (Bytef *)data; - - return true; -} - - -static bool end_of_input(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - ctx->end_of_input = true; - return ctx->zstr.avail_in != 0; -} - - -static zip_compression_status_t -process(void *ud, zip_uint8_t *data, zip_uint64_t *length) { - struct ctx *ctx = (struct ctx *)ud; - uInt avail_out; - lzma_ret ret; - /* for compression of LZMA1 */ - if (ctx->method == ZIP_CM_LZMA && ctx->compress) { - if (ctx->header_state == INCOMPLETE) { - /* write magic to output buffer */ - ctx->header[0] = 0x09; - ctx->header[1] = 0x14; - ctx->header[2] = 0x05; - ctx->header[3] = 0x00; - /* generate lzma parameters into output buffer */ - ctx->zstr.avail_out = HEADER_LZMA_ALONE_LENGTH; - ctx->zstr.next_out = ctx->header + HEADER_MAGIC_LENGTH; - ret = lzma_code(&ctx->zstr, LZMA_RUN); - if (ret != LZMA_OK || ctx->zstr.avail_out != 0) { - /* assume that the whole header will be provided with the first call to lzma_code */ - return ZIP_COMPRESSION_ERROR; - } - ctx->header_state = OUTPUT; - } - if (ctx->header_state == OUTPUT) { - /* write header */ - zip_uint8_t write_len = (zip_uint8_t)ZIP_MIN(HEADER_BYTES_ZIP - ctx->header_bytes_offset, *length); - (void)memcpy_s(data, *length, ctx->header + ctx->header_bytes_offset, write_len); - ctx->header_bytes_offset += write_len; - *length = write_len; - if (ctx->header_bytes_offset == HEADER_BYTES_ZIP) { - ctx->header_state = DONE; - } - return ZIP_COMPRESSION_OK; - } - } - - avail_out = (uInt)ZIP_MIN(UINT_MAX, *length); - ctx->zstr.avail_out = avail_out; - ctx->zstr.next_out = (Bytef *)data; - - ret = lzma_code(&ctx->zstr, ctx->end_of_input ? LZMA_FINISH : LZMA_RUN); - *length = avail_out - ctx->zstr.avail_out; - - switch (ret) { - case LZMA_OK: - return ZIP_COMPRESSION_OK; - - case LZMA_STREAM_END: - return ZIP_COMPRESSION_END; - - case LZMA_BUF_ERROR: - if (ctx->zstr.avail_in == 0) { - return ZIP_COMPRESSION_NEED_DATA; - } - - /* fallthrough */ - default: - zip_error_set(ctx->error, map_error(ret), 0); - return ZIP_COMPRESSION_ERROR; - } -} - -/* Version Required should be set to 63 (6.3) because this compression - method was only defined in appnote.txt version 6.3.8, but Winzip - does not unpack it if the value is not 20. */ - -/* clang-format off */ - -zip_compression_algorithm_t zip_algorithm_xz_compress = { - maximum_compressed_size, - compress_allocate, - deallocate, - general_purpose_bit_flags, - 20, - start, - end, - input, - end_of_input, - process -}; - - -zip_compression_algorithm_t zip_algorithm_xz_decompress = { - maximum_compressed_size, - decompress_allocate, - deallocate, - general_purpose_bit_flags, - 20, - start, - end, - input, - end_of_input, - process -}; - -/* clang-format on */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_zstd.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_zstd.c deleted file mode 100644 index 21bb249..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_algorithm_zstd.c +++ /dev/null @@ -1,298 +0,0 @@ -/* - zip_algorithm_zstd.c -- zstd (de)compression routines - Copyright (C) 2020-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include -#include -#include - -struct ctx { - zip_error_t *error; - bool compress; - int compression_flags; - bool end_of_input; - ZSTD_DStream *zdstream; - ZSTD_CStream *zcstream; - ZSTD_outBuffer out; - ZSTD_inBuffer in; -}; - -static zip_uint64_t -maximum_compressed_size(zip_uint64_t uncompressed_size) { - return ZSTD_compressBound(uncompressed_size); -} - - -static void * -allocate(bool compress, zip_uint32_t compression_flags, zip_error_t *error) { - struct ctx *ctx; - - if ((ctx = (struct ctx *)malloc(sizeof(*ctx))) == NULL) { - return NULL; - } - - ctx->compression_flags = (zip_int32_t)compression_flags; - if (ctx->compression_flags < ZSTD_minCLevel() || ctx->compression_flags > ZSTD_maxCLevel()) { - ctx->compression_flags = 0; /* let zstd choose */ - } - - ctx->error = error; - ctx->compress = compress; - ctx->end_of_input = false; - - ctx->zdstream = NULL; - ctx->zcstream = NULL; - ctx->in.src = NULL; - ctx->in.pos = 0; - ctx->in.size = 0; - ctx->out.dst = NULL; - ctx->out.pos = 0; - ctx->out.size = 0; - - return ctx; -} - - -static void * -compress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - (void)method; - return allocate(true, compression_flags, error); -} - - -static void * -decompress_allocate(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error) { - (void)method; - return allocate(false, compression_flags, error); -} - - -static void -deallocate(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - free(ctx); -} - - -static zip_uint16_t -general_purpose_bit_flags(void *ud) { - (void)ud; - return 0; -} - -static int -map_error(size_t ret) { - switch (ret) { - case ZSTD_error_no_error: - return ZIP_ER_OK; - - case ZSTD_error_corruption_detected: - case ZSTD_error_checksum_wrong: - case ZSTD_error_dictionary_corrupted: - case ZSTD_error_dictionary_wrong: - return ZIP_ER_COMPRESSED_DATA; - - case ZSTD_error_memory_allocation: - return ZIP_ER_MEMORY; - - case ZSTD_error_parameter_unsupported: - case ZSTD_error_parameter_outOfBound: - return ZIP_ER_INVAL; - - default: - return ZIP_ER_INTERNAL; - } -} - - -static bool -start(void *ud, zip_stat_t *st, zip_file_attributes_t *attributes) { - struct ctx *ctx = (struct ctx *)ud; - - (void)st; - (void)attributes; - - ctx->in.src = NULL; - ctx->in.pos = 0; - ctx->in.size = 0; - ctx->out.dst = NULL; - ctx->out.pos = 0; - ctx->out.size = 0; - if (ctx->compress) { - size_t ret; - ctx->zcstream = ZSTD_createCStream(); - if (ctx->zcstream == NULL) { - zip_error_set(ctx->error, ZIP_ER_MEMORY, 0); - return false; - } - ret = ZSTD_initCStream(ctx->zcstream, ctx->compression_flags); - if (ZSTD_isError(ret)) { - zip_error_set(ctx->error, ZIP_ER_ZLIB, map_error(ret)); - return false; - } - } - else { - ctx->zdstream = ZSTD_createDStream(); - if (ctx->zdstream == NULL) { - zip_error_set(ctx->error, ZIP_ER_MEMORY, 0); - return false; - } - } - - return true; -} - - -static bool -end(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - size_t ret; - - if (ctx->compress) { - ret = ZSTD_freeCStream(ctx->zcstream); - ctx->zcstream = NULL; - } - else { - ret = ZSTD_freeDStream(ctx->zdstream); - ctx->zdstream = NULL; - } - - if (ZSTD_isError(ret)) { - zip_error_set(ctx->error, map_error(ret), 0); - return false; - } - - return true; -} - - -static bool -input(void *ud, zip_uint8_t *data, zip_uint64_t length) { - struct ctx *ctx = (struct ctx *)ud; - if (length > SIZE_MAX || ctx->in.pos != ctx->in.size) { - zip_error_set(ctx->error, ZIP_ER_INVAL, 0); - return false; - } - ctx->in.src = (const void *)data; - ctx->in.size = (size_t)length; - ctx->in.pos = 0; - return true; -} - - -static bool end_of_input(void *ud) { - struct ctx *ctx = (struct ctx *)ud; - - ctx->end_of_input = true; - return ctx->in.pos != ctx->in.size; -} - - -static zip_compression_status_t -process(void *ud, zip_uint8_t *data, zip_uint64_t *length) { - struct ctx *ctx = (struct ctx *)ud; - - size_t ret; - - if (ctx->in.pos == ctx->in.size && !ctx->end_of_input) { - *length = 0; - return ZIP_COMPRESSION_NEED_DATA; - } - - ctx->out.dst = data; - ctx->out.pos = 0; - ctx->out.size = ZIP_MIN(SIZE_MAX, *length); - - if (ctx->compress) { - if (ctx->in.pos == ctx->in.size && ctx->end_of_input) { - ret = ZSTD_endStream(ctx->zcstream, &ctx->out); - if (ret == 0) { - *length = ctx->out.pos; - return ZIP_COMPRESSION_END; - } - } - else { - ret = ZSTD_compressStream(ctx->zcstream, &ctx->out, &ctx->in); - } - } - else { - ret = ZSTD_decompressStream(ctx->zdstream, &ctx->out, &ctx->in); - } - if (ZSTD_isError(ret)) { - zip_error_set(ctx->error, map_error(ret), 0); - return ZIP_COMPRESSION_ERROR; - } - - *length = ctx->out.pos; - if (ctx->in.pos == ctx->in.size) { - return ZIP_COMPRESSION_NEED_DATA; - } - - return ZIP_COMPRESSION_OK; -} - -/* Version Required should be set to 63 (6.3) because this compression - method was only defined in appnote.txt version 6.3.7, but Winzip - does not unpack it if the value is not 20. */ - -/* clang-format off */ - -zip_compression_algorithm_t zip_algorithm_zstd_compress = { - maximum_compressed_size, - compress_allocate, - deallocate, - general_purpose_bit_flags, - 20, - start, - end, - input, - end_of_input, - process -}; - - -zip_compression_algorithm_t zip_algorithm_zstd_decompress = { - maximum_compressed_size, - decompress_allocate, - deallocate, - general_purpose_bit_flags, - 20, - start, - end, - input, - end_of_input, - process -}; - -/* clang-format on */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_buffer.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_buffer.c deleted file mode 100644 index de22bab..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_buffer.c +++ /dev/null @@ -1,336 +0,0 @@ -/* - zip_buffer.c -- bounds checked access to memory buffer - Copyright (C) 2014-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -#include -#include - -#include "zipint.h" - -zip_uint8_t * -_zip_buffer_data(zip_buffer_t *buffer) { - return buffer->data; -} - - -void -_zip_buffer_free(zip_buffer_t *buffer) { - if (buffer == NULL) { - return; - } - - if (buffer->free_data) { - free(buffer->data); - } - - free(buffer); -} - - -bool -_zip_buffer_eof(zip_buffer_t *buffer) { - return buffer->ok && buffer->offset == buffer->size; -} - - -zip_uint8_t * -_zip_buffer_get(zip_buffer_t *buffer, zip_uint64_t length) { - zip_uint8_t *data; - - data = _zip_buffer_peek(buffer, length); - - if (data != NULL) { - buffer->offset += length; - } - - return data; -} - - -zip_uint16_t -_zip_buffer_get_16(zip_buffer_t *buffer) { - zip_uint8_t *data = _zip_buffer_get(buffer, 2); - - if (data == NULL) { - return 0; - } - - return (zip_uint16_t)(data[0] + (data[1] << 8)); -} - - -zip_uint32_t -_zip_buffer_get_32(zip_buffer_t *buffer) { - zip_uint8_t *data = _zip_buffer_get(buffer, 4); - - if (data == NULL) { - return 0; - } - - return ((((((zip_uint32_t)data[3] << 8) + data[2]) << 8) + data[1]) << 8) + data[0]; -} - - -zip_uint64_t -_zip_buffer_get_64(zip_buffer_t *buffer) { - zip_uint8_t *data = _zip_buffer_get(buffer, 8); - - if (data == NULL) { - return 0; - } - - return ((zip_uint64_t)data[7] << 56) + ((zip_uint64_t)data[6] << 48) + ((zip_uint64_t)data[5] << 40) + ((zip_uint64_t)data[4] << 32) + ((zip_uint64_t)data[3] << 24) + ((zip_uint64_t)data[2] << 16) + ((zip_uint64_t)data[1] << 8) + (zip_uint64_t)data[0]; -} - - -zip_uint8_t -_zip_buffer_get_8(zip_buffer_t *buffer) { - zip_uint8_t *data = _zip_buffer_get(buffer, 1); - - if (data == NULL) { - return 0; - } - - return data[0]; -} - - -zip_uint64_t -_zip_buffer_left(zip_buffer_t *buffer) { - return buffer->ok ? buffer->size - buffer->offset : 0; -} - - -zip_uint64_t -_zip_buffer_read(zip_buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length) { - zip_uint64_t copied; - - if (_zip_buffer_left(buffer) < length) { - length = _zip_buffer_left(buffer); - } - - copied = 0; - while (copied < length) { - size_t n = ZIP_MIN(length - copied, SIZE_MAX); - (void)memcpy_s(data + copied, n, _zip_buffer_get(buffer, n), n); - copied += n; - } - - return copied; -} - - -zip_buffer_t * -_zip_buffer_new(zip_uint8_t *data, zip_uint64_t size) { - bool free_data = (data == NULL); - zip_buffer_t *buffer; - -#if ZIP_UINT64_MAX > SIZE_MAX - if (size > SIZE_MAX) { - return NULL; - } -#endif - - if (data == NULL) { - if ((data = (zip_uint8_t *)malloc((size_t)size)) == NULL) { - return NULL; - } - } - - if ((buffer = (zip_buffer_t *)malloc(sizeof(*buffer))) == NULL) { - if (free_data) { - free(data); - } - return NULL; - } - - buffer->ok = true; - buffer->data = data; - buffer->size = size; - buffer->offset = 0; - buffer->free_data = free_data; - - return buffer; -} - - -zip_buffer_t * -_zip_buffer_new_from_source(zip_source_t *src, zip_uint64_t size, zip_uint8_t *buf, zip_error_t *error) { - zip_buffer_t *buffer; - - if ((buffer = _zip_buffer_new(buf, size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if (_zip_read(src, buffer->data, size, error) < 0) { - _zip_buffer_free(buffer); - return NULL; - } - - return buffer; -} - - -zip_uint64_t -_zip_buffer_offset(zip_buffer_t *buffer) { - return buffer->ok ? buffer->offset : 0; -} - - -bool -_zip_buffer_ok(zip_buffer_t *buffer) { - return buffer->ok; -} - - -zip_uint8_t * -_zip_buffer_peek(zip_buffer_t *buffer, zip_uint64_t length) { - zip_uint8_t *data; - - if (!buffer->ok || buffer->offset + length < length || buffer->offset + length > buffer->size) { - buffer->ok = false; - return NULL; - } - - data = buffer->data + buffer->offset; - return data; -} - -int -_zip_buffer_put(zip_buffer_t *buffer, const void *src, size_t length) { - zip_uint8_t *dst = _zip_buffer_get(buffer, length); - - if (dst == NULL) { - return -1; - } - - (void)memcpy_s(dst, length, src, length); - return 0; -} - - -int -_zip_buffer_put_16(zip_buffer_t *buffer, zip_uint16_t i) { - zip_uint8_t *data = _zip_buffer_get(buffer, 2); - - if (data == NULL) { - return -1; - } - - data[0] = (zip_uint8_t)(i & 0xff); - data[1] = (zip_uint8_t)((i >> 8) & 0xff); - - return 0; -} - - -int -_zip_buffer_put_32(zip_buffer_t *buffer, zip_uint32_t i) { - zip_uint8_t *data = _zip_buffer_get(buffer, 4); - - if (data == NULL) { - return -1; - } - - data[0] = (zip_uint8_t)(i & 0xff); - data[1] = (zip_uint8_t)((i >> 8) & 0xff); - data[2] = (zip_uint8_t)((i >> 16) & 0xff); - data[3] = (zip_uint8_t)((i >> 24) & 0xff); - - return 0; -} - - -int -_zip_buffer_put_64(zip_buffer_t *buffer, zip_uint64_t i) { - zip_uint8_t *data = _zip_buffer_get(buffer, 8); - - if (data == NULL) { - return -1; - } - - data[0] = (zip_uint8_t)(i & 0xff); - data[1] = (zip_uint8_t)((i >> 8) & 0xff); - data[2] = (zip_uint8_t)((i >> 16) & 0xff); - data[3] = (zip_uint8_t)((i >> 24) & 0xff); - data[4] = (zip_uint8_t)((i >> 32) & 0xff); - data[5] = (zip_uint8_t)((i >> 40) & 0xff); - data[6] = (zip_uint8_t)((i >> 48) & 0xff); - data[7] = (zip_uint8_t)((i >> 56) & 0xff); - - return 0; -} - - -int -_zip_buffer_put_8(zip_buffer_t *buffer, zip_uint8_t i) { - zip_uint8_t *data = _zip_buffer_get(buffer, 1); - - if (data == NULL) { - return -1; - } - - data[0] = i; - - return 0; -} - - -int _zip_buffer_set_offset(zip_buffer_t *buffer, zip_uint64_t offset) { - if (offset > buffer->size) { - buffer->ok = false; - return -1; - } - - buffer->ok = true; - buffer->offset = offset; - - return 0; -} - - -int -_zip_buffer_skip(zip_buffer_t *buffer, zip_uint64_t length) { - zip_uint64_t offset = buffer->offset + length; - - if (offset < buffer->offset) { - buffer->ok = false; - return -1; - } - return _zip_buffer_set_offset(buffer, offset); -} - -zip_uint64_t -_zip_buffer_size(zip_buffer_t *buffer) { - return buffer->size; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_close.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_close.c deleted file mode 100644 index 6948c0e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_close.c +++ /dev/null @@ -1,791 +0,0 @@ -/* - zip_close.c -- close zip archive and update changes - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -#include -#include -#ifdef _WIN32 -#include -#include -#endif - - -static int add_data(zip_t *, zip_source_t *, zip_dirent_t *, zip_uint32_t); -static int copy_data(zip_t *, zip_uint64_t); -static int copy_source(zip_t *, zip_source_t *, zip_source_t *, zip_int64_t); -static int torrentzip_compare_names(const void *a, const void *b); -static int write_cdir(zip_t *, const zip_filelist_t *, zip_uint64_t); -static int write_data_descriptor(zip_t *za, const zip_dirent_t *dirent, int is_zip64); - -ZIP_EXTERN int -zip_close(zip_t *za) { - zip_uint64_t i, j, survivors, unchanged_offset; - zip_int64_t off; - int error; - zip_filelist_t *filelist; - int changed; - - if (za == NULL) - return -1; - - changed = _zip_changed(za, &survivors); - - if (survivors == 0 && !(za->ch_flags & ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE)) { - /* don't create zip files with no entries */ - if ((za->open_flags & ZIP_TRUNCATE) || changed) { - if (zip_source_remove(za->src) < 0) { - if (!((zip_error_code_zip(zip_source_error(za->src)) == ZIP_ER_REMOVE) && (zip_error_code_system(zip_source_error(za->src)) == ENOENT))) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - } - } - zip_discard(za); - return 0; - } - - /* Always write empty archive if we are told to keep it, otherwise it wouldn't be created if the file doesn't already exist. */ - if (!changed && survivors > 0) { - zip_discard(za); - return 0; - } - - if (survivors > za->nentry) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - if ((filelist = (zip_filelist_t *)malloc(sizeof(filelist[0]) * (size_t)survivors)) == NULL) - return -1; - - unchanged_offset = ZIP_UINT64_MAX; - /* create list of files with index into original archive */ - for (i = j = 0; i < za->nentry; i++) { - if (za->entry[i].orig != NULL && ZIP_ENTRY_HAS_CHANGES(&za->entry[i])) { - unchanged_offset = ZIP_MIN(unchanged_offset, za->entry[i].orig->offset); - } - if (za->entry[i].deleted) { - continue; - } - - if (j >= survivors) { - free(filelist); - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - filelist[j].idx = i; - filelist[j].name = zip_get_name(za, i, 0); - j++; - } - if (j < survivors) { - free(filelist); - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - if (ZIP_WANT_TORRENTZIP(za)) { - qsort(filelist, (size_t)survivors, sizeof(filelist[0]), torrentzip_compare_names); - } - - if (ZIP_WANT_TORRENTZIP(za) || (zip_source_supports(za->src) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_BEGIN_WRITE_CLONING)) == 0) { - unchanged_offset = 0; - } - else { - if (unchanged_offset == ZIP_UINT64_MAX) { - /* we're keeping all file data, find the end of the last one */ - zip_uint64_t last_index = ZIP_UINT64_MAX; - unchanged_offset = 0; - - for (i = 0; i < za->nentry; i++) { - if (za->entry[i].orig != NULL) { - if (za->entry[i].orig->offset >= unchanged_offset) { - unchanged_offset = za->entry[i].orig->offset; - last_index = i; - } - } - } - if (last_index != ZIP_UINT64_MAX) { - if ((unchanged_offset = _zip_file_get_end(za, last_index, &za->error)) == 0) { - free(filelist); - return -1; - } - } - } - if (unchanged_offset > 0) { - if (zip_source_begin_write_cloning(za->src, unchanged_offset) < 0) { - /* cloning not supported, need to copy everything */ - unchanged_offset = 0; - } - } - } - if (unchanged_offset == 0) { - if (zip_source_begin_write(za->src) < 0) { - zip_error_set_from_source(&za->error, za->src); - free(filelist); - return -1; - } - } - - if (_zip_progress_start(za->progress) != 0) { - zip_error_set(&za->error, ZIP_ER_CANCELLED, 0); - zip_source_rollback_write(za->src); - free(filelist); - return -1; - } - error = 0; - for (j = 0; j < survivors; j++) { - int new_data; - zip_entry_t *entry; - zip_dirent_t *de; - - if (_zip_progress_subrange(za->progress, (double)j / (double)survivors, (double)(j + 1) / (double)survivors) != 0) { - zip_error_set(&za->error, ZIP_ER_CANCELLED, 0); - error = 1; - break; - } - - i = filelist[j].idx; - entry = za->entry + i; - - if (entry->orig != NULL && entry->orig->offset < unchanged_offset) { - /* already implicitly copied by cloning */ - continue; - } - - new_data = (ZIP_ENTRY_DATA_CHANGED(entry) || ZIP_ENTRY_CHANGED(entry, ZIP_DIRENT_COMP_METHOD) || ZIP_ENTRY_CHANGED(entry, ZIP_DIRENT_ENCRYPTION_METHOD)) || (ZIP_WANT_TORRENTZIP(za) && !ZIP_IS_TORRENTZIP(za)); - - /* create new local directory entry */ - if (entry->changes == NULL) { - if ((entry->changes = _zip_dirent_clone(entry->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - error = 1; - break; - } - } - de = entry->changes; - - if (_zip_read_local_ef(za, i) < 0) { - error = 1; - break; - } - - if (ZIP_WANT_TORRENTZIP(za)) { - zip_dirent_torrentzip_normalize(entry->changes); - } - - if ((off = zip_source_tell_write(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - error = 1; - break; - } - de->offset = (zip_uint64_t)off; - - if (new_data) { - zip_source_t *zs; - - zs = NULL; - if (!ZIP_ENTRY_DATA_CHANGED(entry)) { - if ((zs = zip_source_zip_file_create(za, i, ZIP_FL_UNCHANGED, 0, -1, NULL, &za->error)) == NULL) { - error = 1; - break; - } - } - - /* add_data writes dirent */ - if (add_data(za, zs ? zs : entry->source, de, entry->changes ? entry->changes->changed : 0) < 0) { - error = 1; - if (zs) - zip_source_free(zs); - break; - } - if (zs) - zip_source_free(zs); - } - else { - zip_uint64_t offset; - - if (de->encryption_method != ZIP_EM_TRAD_PKWARE) { - /* when copying data, all sizes are known -> no data descriptor needed */ - /* except for PKWare encryption, where removing the data descriptor breaks password validation */ - de->bitflags &= (zip_uint16_t)~ZIP_GPBF_DATA_DESCRIPTOR; - } - if (_zip_dirent_write(za, de, ZIP_FL_LOCAL) < 0) { - error = 1; - break; - } - if ((offset = _zip_file_get_offset(za, i, &za->error)) == 0) { - error = 1; - break; - } - if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) { - zip_error_set_from_source(&za->error, za->src); - error = 1; - break; - } - if (copy_data(za, de->comp_size) < 0) { - error = 1; - break; - } - - if (de->bitflags & ZIP_GPBF_DATA_DESCRIPTOR) { - if (write_data_descriptor(za, de, _zip_dirent_needs_zip64(de, 0)) < 0) { - error = 1; - break; - } - } - } - } - - if (!error) { - if (write_cdir(za, filelist, survivors) < 0) - error = 1; - } - - free(filelist); - - if (!error) { - if (zip_source_commit_write(za->src) != 0) { - zip_error_set_from_source(&za->error, za->src); - error = 1; - } - _zip_progress_end(za->progress); - } - - if (error) { - zip_source_rollback_write(za->src); - return -1; - } - - zip_discard(za); - - return 0; -} - - -static int add_data(zip_t *za, zip_source_t *src, zip_dirent_t *de, zip_uint32_t changed) { - zip_int64_t offstart, offdata, offend, data_length; - zip_stat_t st; - zip_file_attributes_t attributes; - zip_source_t *src_final, *src_tmp; - int ret; - int is_zip64; - zip_flags_t flags; - bool needs_recompress, needs_decompress, needs_crc, needs_compress, needs_reencrypt, needs_decrypt, needs_encrypt; - bool have_dos_time, dirent_changed; - time_t mtime_before_copy; - - if (zip_source_stat(src, &st) < 0) { - zip_error_set_from_source(&za->error, src); - return -1; - } - - de->bitflags &= ~ZIP_GPBF_DATA_DESCRIPTOR; - - if ((st.valid & ZIP_STAT_COMP_METHOD) == 0) { - st.valid |= ZIP_STAT_COMP_METHOD; - st.comp_method = ZIP_CM_STORE; - } - - if (ZIP_CM_IS_DEFAULT(de->comp_method) && st.comp_method != ZIP_CM_STORE) { - de->comp_method = st.comp_method; - } - else if (de->comp_method == ZIP_CM_STORE && (st.valid & ZIP_STAT_SIZE)) { - st.valid |= ZIP_STAT_COMP_SIZE; - st.comp_size = st.size; - } - else { - /* we'll recompress */ - st.valid &= ~ZIP_STAT_COMP_SIZE; - } - - if ((st.valid & ZIP_STAT_ENCRYPTION_METHOD) == 0) { - st.valid |= ZIP_STAT_ENCRYPTION_METHOD; - st.encryption_method = ZIP_EM_NONE; - } - - flags = ZIP_EF_LOCAL; - - if ((st.valid & ZIP_STAT_SIZE) == 0) { - /* TODO: not valid for torrentzip */ - flags |= ZIP_FL_FORCE_ZIP64; - data_length = -1; - } - else { - de->uncomp_size = st.size; - /* this is technically incorrect (copy_source counts compressed data), but it's the best we have */ - data_length = (zip_int64_t)st.size; - - if ((st.valid & ZIP_STAT_COMP_SIZE) == 0) { - zip_uint64_t max_compressed_size; - zip_uint16_t compression_method = ZIP_CM_ACTUAL(de->comp_method); - - if (compression_method == ZIP_CM_STORE) { - max_compressed_size = st.size; - } - else { - zip_compression_algorithm_t *algorithm = _zip_get_compression_algorithm(compression_method, true); - if (algorithm == NULL) { - max_compressed_size = ZIP_UINT64_MAX; - } - else { - max_compressed_size = algorithm->maximum_compressed_size(st.size); - } - } - - if (max_compressed_size > 0xffffffffu) { - /* TODO: not valid for torrentzip */ - flags |= ZIP_FL_FORCE_ZIP64; - } - } - else { - de->comp_size = st.comp_size; - data_length = (zip_int64_t)st.comp_size; - } - } - - if ((de->changed & ZIP_DIRENT_LAST_MOD) == 0) { - int ret2 = zip_source_get_dos_time(src, &de->last_mod); - if (ret2 < 0) { - zip_error_set_from_source(&za->error, src); - return -1; - } - if (ret2 == 1) { - have_dos_time = true; - } - else { - if (st.valid & ZIP_STAT_MTIME) { - mtime_before_copy = st.mtime; - } - else { - time(&mtime_before_copy); - } - if (_zip_u2d_time(mtime_before_copy, &de->last_mod, &za->error) < 0) { - return -1; - } - } - } - - if ((offstart = zip_source_tell_write(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - - needs_recompress = ZIP_WANT_TORRENTZIP(za) || st.comp_method != ZIP_CM_ACTUAL(de->comp_method); - needs_decompress = needs_recompress && (st.comp_method != ZIP_CM_STORE); - /* in these cases we can compute the CRC ourselves, so we do */ - needs_crc = (st.comp_method == ZIP_CM_STORE) || needs_decompress; - needs_compress = needs_recompress && (de->comp_method != ZIP_CM_STORE); - - needs_reencrypt = needs_recompress || (de->changed & ZIP_DIRENT_PASSWORD) || (de->encryption_method != st.encryption_method); - needs_decrypt = needs_reencrypt && (st.encryption_method != ZIP_EM_NONE); - needs_encrypt = needs_reencrypt && (de->encryption_method != ZIP_EM_NONE); - - src_final = src; - zip_source_keep(src_final); - - if (!needs_decrypt && st.encryption_method == ZIP_EM_TRAD_PKWARE && (de->changed & ZIP_DIRENT_LAST_MOD)) { - /* PKWare encryption uses the last modification time for password verification, therefore we can't change it without re-encrypting. Ignoring the requested modification time change seems more sensible than failing to close the archive. */ - de->changed &= ~ZIP_DIRENT_LAST_MOD; - } - - if (needs_decrypt) { - zip_encryption_implementation impl; - - if ((impl = _zip_get_encryption_implementation(st.encryption_method, ZIP_CODEC_DECODE)) == NULL) { - zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); - zip_source_free(src_final); - return -1; - } - if ((src_tmp = impl(za, src_final, st.encryption_method, ZIP_CODEC_DECODE, za->default_password)) == NULL) { - /* error set by impl */ - zip_source_free(src_final); - return -1; - } - - src_final = src_tmp; - } - - if (needs_decompress) { - if ((src_tmp = zip_source_decompress(za, src_final, st.comp_method)) == NULL) { - zip_source_free(src_final); - return -1; - } - - src_final = src_tmp; - } - - if (needs_crc) { - if ((src_tmp = zip_source_crc_create(src_final, 0, &za->error)) == NULL) { - zip_source_free(src_final); - return -1; - } - - src_final = src_tmp; - } - - if (needs_compress) { - if ((src_tmp = zip_source_compress(za, src_final, de->comp_method, de->compression_level)) == NULL) { - zip_source_free(src_final); - return -1; - } - - src_final = src_tmp; - } - - - if (needs_encrypt) { - zip_encryption_implementation impl; - const char *password = NULL; - - if (de->password) { - password = de->password; - } - else if (za->default_password) { - password = za->default_password; - } - - if ((impl = _zip_get_encryption_implementation(de->encryption_method, ZIP_CODEC_ENCODE)) == NULL) { - zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); - zip_source_free(src_final); - return -1; - } - - if (de->encryption_method == ZIP_EM_TRAD_PKWARE) { - de->bitflags |= ZIP_GPBF_DATA_DESCRIPTOR; - - /* PKWare encryption uses last_mod, make sure it gets the right value. */ - if (de->changed & ZIP_DIRENT_LAST_MOD) { - if ((src_tmp = _zip_source_window_new(src_final, 0, -1, NULL, 0, NULL, &de->last_mod, NULL, 0, true, &za->error)) == NULL) { - zip_source_free(src_final); - return -1; - } - src_final = src_tmp; - } - } - - if ((src_tmp = impl(za, src_final, de->encryption_method, ZIP_CODEC_ENCODE, password)) == NULL) { - /* error set by impl */ - zip_source_free(src_final); - return -1; - } - - src_final = src_tmp; - } - - if (!ZIP_WANT_TORRENTZIP(za)) { - if (zip_source_get_file_attributes(src_final, &attributes) != 0) { - zip_error_set_from_source(&za->error, src_final); - zip_source_free(src_final); - return -1; - } - _zip_dirent_apply_attributes(de, &attributes, (flags & ZIP_FL_FORCE_ZIP64) != 0, changed); - } - - /* as long as we don't support non-seekable output, clear data descriptor bit */ - if ((is_zip64 = _zip_dirent_write(za, de, flags)) < 0) { - zip_source_free(src_final); - return -1; - } - - if ((offdata = zip_source_tell_write(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - zip_source_free(src_final); - return -1; - } - - ret = copy_source(za, src_final, src, data_length); - - if (zip_source_stat(src_final, &st) < 0) { - zip_error_set_from_source(&za->error, src_final); - ret = -1; - } - - if (!ZIP_WANT_TORRENTZIP(za)) { - if (zip_source_get_file_attributes(src_final, &attributes) != 0) { - zip_error_set_from_source(&za->error, src_final); - ret = -1; - } - } - - zip_source_free(src_final); - - if (ret < 0) { - return -1; - } - - if ((offend = zip_source_tell_write(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - - if ((st.valid & (ZIP_STAT_COMP_METHOD | ZIP_STAT_CRC | ZIP_STAT_SIZE)) != (ZIP_STAT_COMP_METHOD | ZIP_STAT_CRC | ZIP_STAT_SIZE)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - dirent_changed = ZIP_CM_ACTUAL(de->comp_method) != st.comp_method || de->crc != st.crc || de->uncomp_size != st.size || de->comp_size != (zip_uint64_t)(offend - offdata); - de->comp_method = st.comp_method; - de->crc = st.crc; - de->uncomp_size = st.size; - de->comp_size = (zip_uint64_t)(offend - offdata); - - if (!ZIP_WANT_TORRENTZIP(za)) { - dirent_changed |= _zip_dirent_apply_attributes(de, &attributes, (flags & ZIP_FL_FORCE_ZIP64) != 0, changed); - - if ((de->changed & ZIP_DIRENT_LAST_MOD) == 0 && !have_dos_time) { - if (st.valid & ZIP_STAT_MTIME) { - if (st.mtime != mtime_before_copy) { - if (_zip_u2d_time(st.mtime, &de->last_mod, &za->error) < 0) { - return -1; - } - dirent_changed = true; - } - } - } - } - - if (dirent_changed) { - if (zip_source_seek_write(za->src, offstart, SEEK_SET) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - - if ((ret = _zip_dirent_write(za, de, flags)) < 0) - return -1; - - if (is_zip64 != ret) { - /* Zip64 mismatch between preliminary file header written before data and final file header written afterwards */ - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - if (zip_source_seek_write(za->src, offend, SEEK_SET) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - } - - if (de->bitflags & ZIP_GPBF_DATA_DESCRIPTOR) { - if (write_data_descriptor(za, de, is_zip64) < 0) { - return -1; - } - } - - return 0; -} - - -static int -copy_data(zip_t *za, zip_uint64_t len) { - DEFINE_BYTE_ARRAY(buf, BUFSIZE); - double total = (double)len; - - if (!byte_array_init(buf, BUFSIZE)) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - - while (len > 0) { - zip_uint64_t n = ZIP_MIN(len, BUFSIZE); - - if (_zip_read(za->src, buf, n, &za->error) < 0) { - byte_array_fini(buf); - return -1; - } - - if (_zip_write(za, buf, n) < 0) { - byte_array_fini(buf); - return -1; - } - - len -= n; - - if (_zip_progress_update(za->progress, (total - (double)len) / total) != 0) { - zip_error_set(&za->error, ZIP_ER_CANCELLED, 0); - return -1; - } - } - - byte_array_fini(buf); - return 0; -} - - -static int -copy_source(zip_t *za, zip_source_t *src, zip_source_t *src_for_length, zip_int64_t data_length) { - DEFINE_BYTE_ARRAY(buf, BUFSIZE); - zip_int64_t n, current; - int ret; - - if (zip_source_open(src) < 0) { - zip_error_set_from_source(&za->error, src); - return -1; - } - - if (!byte_array_init(buf, BUFSIZE)) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - - ret = 0; - current = 0; - while ((n = zip_source_read(src, buf, BUFSIZE)) > 0) { - if (_zip_write(za, buf, (zip_uint64_t)n) < 0) { - ret = -1; - break; - } - if (n == BUFSIZE && za->progress && data_length > 0) { - zip_int64_t t; - t = zip_source_tell(src_for_length); - if (t >= 0) { - current = t; - } else { - current += n; - } - if (_zip_progress_update(za->progress, (double)current / (double)data_length) != 0) { - zip_error_set(&za->error, ZIP_ER_CANCELLED, 0); - ret = -1; - break; - } - } - } - - if (n < 0) { - zip_error_set_from_source(&za->error, src); - ret = -1; - } - - byte_array_fini(buf); - - zip_source_close(src); - - return ret; -} - -static int -write_cdir(zip_t *za, const zip_filelist_t *filelist, zip_uint64_t survivors) { - if (zip_source_tell_write(za->src) < 0) { - return -1; - } - - if (_zip_cdir_write(za, filelist, survivors) < 0) { - return -1; - } - - if (zip_source_tell_write(za->src) < 0) { - return -1; - } - - return 0; -} - - -int -_zip_changed(const zip_t *za, zip_uint64_t *survivorsp) { - int changed; - zip_uint64_t i, survivors; - - changed = 0; - survivors = 0; - - if (za->comment_changed || (ZIP_WANT_TORRENTZIP(za) && !ZIP_IS_TORRENTZIP(za))) { - changed = 1; - } - - for (i = 0; i < za->nentry; i++) { - if (ZIP_ENTRY_HAS_CHANGES(&za->entry[i])) { - changed = 1; - } - if (!za->entry[i].deleted) { - survivors++; - } - } - - if (survivorsp) { - *survivorsp = survivors; - } - - return changed; -} - -static int -write_data_descriptor(zip_t *za, const zip_dirent_t *de, int is_zip64) { - zip_buffer_t *buffer = _zip_buffer_new(NULL, MAX_DATA_DESCRIPTOR_LENGTH); - int ret = 0; - - if (buffer == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - - _zip_buffer_put(buffer, DATADES_MAGIC, 4); - _zip_buffer_put_32(buffer, de->crc); - if (is_zip64) { - _zip_buffer_put_64(buffer, de->comp_size); - _zip_buffer_put_64(buffer, de->uncomp_size); - } - else { - _zip_buffer_put_32(buffer, (zip_uint32_t)de->comp_size); - _zip_buffer_put_32(buffer, (zip_uint32_t)de->uncomp_size); - } - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - ret = -1; - } - else { - ret = _zip_write(za, _zip_buffer_data(buffer), _zip_buffer_offset(buffer)); - } - - _zip_buffer_free(buffer); - - return ret; -} - - -static int torrentzip_compare_names(const void *a, const void *b) { - const char *aname = ((const zip_filelist_t *)a)->name; - const char *bname = ((const zip_filelist_t *)b)->name; - - if (aname == NULL) { - return (bname != NULL) * -1; - } - else if (bname == NULL) { - return 1; - } - - return strcasecmp(aname, bname); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto.h deleted file mode 100644 index 805af52..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto.h +++ /dev/null @@ -1,54 +0,0 @@ -/* - zip_crypto.h -- crypto definitions - Copyright (C) 2017-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef HAD_ZIP_CRYPTO_H -#define HAD_ZIP_CRYPTO_H - -#define ZIP_CRYPTO_SHA1_LENGTH 20 -#define ZIP_CRYPTO_AES_BLOCK_LENGTH 16 - -#if defined(HAVE_WINDOWS_CRYPTO) -#include "zip_crypto_win.h" -#elif defined(HAVE_COMMONCRYPTO) -#include "zip_crypto_commoncrypto.h" -#elif defined(HAVE_GNUTLS) -#include "zip_crypto_gnutls.h" -#elif defined(HAVE_OPENSSL) -#include "zip_crypto_openssl.h" -#elif defined(HAVE_MBEDTLS) -#include "zip_crypto_mbedtls.h" -#else -#error "no crypto backend found" -#endif - -#endif /* HAD_ZIP_CRYPTO_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.c deleted file mode 100644 index e6cb72d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.c +++ /dev/null @@ -1,110 +0,0 @@ -/* - zip_crypto_commoncrypto.c -- CommonCrypto wrapper. - Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - -#include "zip_crypto.h" - -#include -#include - -void -_zip_crypto_aes_free(_zip_crypto_aes_t *aes) { - if (aes == NULL) { - return; - } - - CCCryptorRelease(aes); -} - - -bool -_zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out) { - size_t len; - CCCryptorUpdate(aes, in, ZIP_CRYPTO_AES_BLOCK_LENGTH, out, ZIP_CRYPTO_AES_BLOCK_LENGTH, &len); - return true; -} - - -_zip_crypto_aes_t * -_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error) { - _zip_crypto_aes_t *aes; - CCCryptorStatus ret; - - ret = CCCryptorCreate(kCCEncrypt, kCCAlgorithmAES, kCCOptionECBMode, key, key_size / 8, NULL, &aes); - - switch (ret) { - case kCCSuccess: - return aes; - - case kCCMemoryFailure: - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - - case kCCParamError: - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - - default: - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } -} - - -void -_zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac) { - if (hmac == NULL) { - return; - } - - _zip_crypto_clear(hmac, sizeof(*hmac)); - free(hmac); -} - - -_zip_crypto_hmac_t * -_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error) { - _zip_crypto_hmac_t *hmac; - - if ((hmac = (_zip_crypto_hmac_t *)malloc(sizeof(*hmac))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - CCHmacInit(hmac, kCCHmacAlgSHA1, secret, secret_length); - - return hmac; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.h deleted file mode 100644 index 82dafdb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_commoncrypto.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - zip_crypto_commoncrypto.h -- definitions for CommonCrypto wrapper. - Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef HAD_ZIP_CRYPTO_COMMONCRYPTO_H -#define HAD_ZIP_CRYPTO_COMMONCRYPTO_H - -#include - -#define _zip_crypto_aes_t struct _CCCryptor -#define _zip_crypto_hmac_t CCHmacContext - -void _zip_crypto_aes_free(_zip_crypto_aes_t *aes); -bool _zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out); -_zip_crypto_aes_t *_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error); - -#define _zip_crypto_hmac(hmac, data, length) (CCHmacUpdate((hmac), (data), (length)), true) -void _zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac); -_zip_crypto_hmac_t *_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error); -#define _zip_crypto_hmac_output(hmac, data) (CCHmacFinal((hmac), (data)), true) - -#define _zip_crypto_pbkdf2(key, key_length, salt, salt_length, iterations, output, output_length) (CCKeyDerivationPBKDF(kCCPBKDF2, (const char *)(key), (key_length), (salt), (salt_length), kCCPRFHmacAlgSHA1, (iterations), (output), (output_length)) == kCCSuccess) - -#endif /* HAD_ZIP_CRYPTO_COMMONCRYPTO_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.c deleted file mode 100644 index fcc7fdf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.c +++ /dev/null @@ -1,134 +0,0 @@ -/* - zip_crypto_gnutls.c -- GnuTLS wrapper. - Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - -#include "zip_crypto.h" - -_zip_crypto_aes_t * -_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error) { - _zip_crypto_aes_t *aes; - - if ((aes = (_zip_crypto_aes_t *)malloc(sizeof(*aes))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - aes->key_size = key_size; - - switch (aes->key_size) { - case 128: - nettle_aes128_set_encrypt_key(&aes->ctx.ctx_128, key); - break; - case 192: - nettle_aes192_set_encrypt_key(&aes->ctx.ctx_192, key); - break; - case 256: - nettle_aes256_set_encrypt_key(&aes->ctx.ctx_256, key); - break; - default: - zip_error_set(error, ZIP_ER_INVAL, 0); - free(aes); - return NULL; - } - - return aes; -} - -bool -_zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out) { - switch (aes->key_size) { - case 128: - nettle_aes128_encrypt(&aes->ctx.ctx_128, ZIP_CRYPTO_AES_BLOCK_LENGTH, out, in); - break; - case 192: - nettle_aes192_encrypt(&aes->ctx.ctx_192, ZIP_CRYPTO_AES_BLOCK_LENGTH, out, in); - break; - case 256: - nettle_aes256_encrypt(&aes->ctx.ctx_256, ZIP_CRYPTO_AES_BLOCK_LENGTH, out, in); - break; - } - - return true; -} - -void -_zip_crypto_aes_free(_zip_crypto_aes_t *aes) { - if (aes == NULL) { - return; - } - - _zip_crypto_clear(aes, sizeof(*aes)); - free(aes); -} - - -_zip_crypto_hmac_t * -_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error) { - _zip_crypto_hmac_t *hmac; - - if ((hmac = (_zip_crypto_hmac_t *)malloc(sizeof(*hmac))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if (gnutls_hmac_init(hmac, GNUTLS_MAC_SHA1, secret, secret_length) < 0) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - free(hmac); - return NULL; - } - - return hmac; -} - - -void -_zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac) { - zip_uint8_t buf[ZIP_CRYPTO_SHA1_LENGTH]; - - if (hmac == NULL) { - return; - } - - gnutls_hmac_deinit(*hmac, buf); - _zip_crypto_clear(hmac, sizeof(*hmac)); - free(hmac); -} - - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - return gnutls_rnd(GNUTLS_RND_KEY, buffer, length) == 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.h deleted file mode 100644 index a6fa508..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_gnutls.h +++ /dev/null @@ -1,68 +0,0 @@ -/* - zip_crypto_gnutls.h -- definitions for GnuTLS wrapper. - Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef HAD_ZIP_CRYPTO_GNUTLS_H -#define HAD_ZIP_CRYPTO_GNUTLS_H - -#define HAVE_SECURE_RANDOM - -#include -#include - -#include - -#include - -typedef struct { - union { - struct aes128_ctx ctx_128; - struct aes192_ctx ctx_192; - struct aes256_ctx ctx_256; - } ctx; - zip_uint16_t key_size; -} _zip_crypto_aes_t; - -#define _zip_crypto_hmac_t gnutls_hmac_hd_t - -void _zip_crypto_aes_free(_zip_crypto_aes_t *aes); -bool _zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out); -_zip_crypto_aes_t *_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error); - -#define _zip_crypto_hmac(hmac, data, length) (gnutls_hmac(*(hmac), (data), (length)) == 0) -void _zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac); -_zip_crypto_hmac_t *_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error); -#define _zip_crypto_hmac_output(hmac, data) (gnutls_hmac_output(*(hmac), (data)), true) - -#define _zip_crypto_pbkdf2(key, key_length, salt, salt_length, iterations, output, output_length) (pbkdf2_hmac_sha1((key_length), (key), (iterations), (salt_length), (salt), (output_length), (output)), true) - -#endif /* HAD_ZIP_CRYPTO_GNUTLS_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.c deleted file mode 100644 index 0ed66c0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.c +++ /dev/null @@ -1,171 +0,0 @@ -/* - zip_crypto_mbedtls.c -- mbed TLS wrapper - Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - -#include "zip_crypto.h" - -#include -#include -#include - -#include - -_zip_crypto_aes_t * -_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error) { - _zip_crypto_aes_t *aes; - - if ((aes = (_zip_crypto_aes_t *)malloc(sizeof(*aes))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - mbedtls_aes_init(aes); - mbedtls_aes_setkey_enc(aes, (const unsigned char *)key, (unsigned int)key_size); - - return aes; -} - -void -_zip_crypto_aes_free(_zip_crypto_aes_t *aes) { - if (aes == NULL) { - return; - } - - mbedtls_aes_free(aes); - free(aes); -} - - -_zip_crypto_hmac_t * -_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error) { - _zip_crypto_hmac_t *hmac; - - if (secret_length > INT_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((hmac = (_zip_crypto_hmac_t *)malloc(sizeof(*hmac))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - mbedtls_md_init(hmac); - - if (mbedtls_md_setup(hmac, mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), 1) != 0) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - free(hmac); - return NULL; - } - - if (mbedtls_md_hmac_starts(hmac, (const unsigned char *)secret, (size_t)secret_length) != 0) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - free(hmac); - return NULL; - } - - return hmac; -} - - -void -_zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac) { - if (hmac == NULL) { - return; - } - - mbedtls_md_free(hmac); - free(hmac); -} - - -bool -_zip_crypto_pbkdf2(const zip_uint8_t *key, zip_uint64_t key_length, const zip_uint8_t *salt, zip_uint16_t salt_length, int iterations, zip_uint8_t *output, zip_uint64_t output_length) { - mbedtls_md_context_t sha1_ctx; - bool ok = true; - -#if MBEDTLS_VERSION_NUMBER < 0x03030000 - - mbedtls_md_init(&sha1_ctx); - - if (mbedtls_md_setup(&sha1_ctx, mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), 1) != 0) { - ok = false; - } - - if (ok && mbedtls_pkcs5_pbkdf2_hmac(&sha1_ctx, (const unsigned char *)key, (size_t)key_length, (const unsigned char *)salt, (size_t)salt_length, (unsigned int)iterations, (uint32_t)output_length, (unsigned char *)output) != 0) { - ok = false; - } - - mbedtls_md_free(&sha1_ctx); - -#else - - ok = mbedtls_pkcs5_pbkdf2_hmac_ext(MBEDTLS_MD_SHA1, (const unsigned char *)key, (size_t)key_length, (const unsigned char *)salt, (size_t)salt_length, (unsigned int)iterations, (uint32_t)output_length, (unsigned char *)output) == 0; - -#endif // !defined(MBEDTLS_DEPRECATED_REMOVED) || MBEDTLS_VERSION_NUMBER < 0x03030000 - - return ok; -} - - -typedef struct { - mbedtls_entropy_context entropy; - mbedtls_ctr_drbg_context ctr_drbg; -} zip_random_context_t; - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - static zip_random_context_t *ctx = NULL; - const unsigned char *pers = "zip_crypto_mbedtls"; - - if (!ctx) { - ctx = (zip_random_context_t *)malloc(sizeof(zip_random_context_t)); - if (!ctx) { - return false; - } - mbedtls_entropy_init(&ctx->entropy); - mbedtls_ctr_drbg_init(&ctx->ctr_drbg); - if (mbedtls_ctr_drbg_seed(&ctx->ctr_drbg, mbedtls_entropy_func, &ctx->entropy, pers, strlen(pers)) != 0) { - mbedtls_ctr_drbg_free(&ctx->ctr_drbg); - mbedtls_entropy_free(&ctx->entropy); - free(ctx); - ctx = NULL; - return false; - } - } - - return mbedtls_ctr_drbg_random(&ctx->ctr_drbg, (unsigned char *)buffer, (size_t)length) == 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.h deleted file mode 100644 index 30ce21c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_mbedtls.h +++ /dev/null @@ -1,56 +0,0 @@ -/* - zip_crypto_mbedtls.h -- definitions for mbedtls wrapper - Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef HAD_ZIP_CRYPTO_MBEDTLS_H -#define HAD_ZIP_CRYPTO_MBEDTLS_H - -#define HAVE_SECURE_RANDOM - -#include -#include - -#define _zip_crypto_aes_t mbedtls_aes_context -#define _zip_crypto_hmac_t mbedtls_md_context_t - -_zip_crypto_aes_t *_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error); -#define _zip_crypto_aes_encrypt_block(aes, in, out) (mbedtls_aes_crypt_ecb((aes), MBEDTLS_AES_ENCRYPT, (in), (out)) == 0) -void _zip_crypto_aes_free(_zip_crypto_aes_t *aes); - -_zip_crypto_hmac_t *_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error); -#define _zip_crypto_hmac(hmac, data, length) (mbedtls_md_hmac_update((hmac), (data), (length)) == 0) -#define _zip_crypto_hmac_output(hmac, data) (mbedtls_md_hmac_finish((hmac), (data)) == 0) -void _zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac); - -bool _zip_crypto_pbkdf2(const zip_uint8_t *key, zip_uint64_t key_length, const zip_uint8_t *salt, zip_uint16_t salt_length, int iterations, zip_uint8_t *output, zip_uint64_t output_length); - -#endif /* HAD_ZIP_CRYPTO_MBEDTLS_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.c deleted file mode 100644 index 9e9e8e7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.c +++ /dev/null @@ -1,230 +0,0 @@ -/* - zip_crypto_openssl.c -- OpenSSL wrapper. - Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - -#include "zip_crypto.h" - -#include -#include - -#ifdef USE_OPENSSL_3_API -static _zip_crypto_hmac_t* hmac_new() { - _zip_crypto_hmac_t *hmac = (_zip_crypto_hmac_t*)malloc(sizeof(*hmac)); - if (hmac != NULL) { - hmac->mac = NULL; - hmac->ctx = NULL; - } - return hmac; -} -static void hmac_free(_zip_crypto_hmac_t* hmac) { - if (hmac != NULL) { - if (hmac->ctx != NULL) { - EVP_MAC_CTX_free(hmac->ctx); - } - if (hmac->mac != NULL) { - EVP_MAC_free(hmac->mac); - } - free(hmac); - } -} -#endif - -_zip_crypto_aes_t * -_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error) { - _zip_crypto_aes_t *aes; - const EVP_CIPHER* cipher_type; - - switch (key_size) { - case 128: - cipher_type = EVP_aes_128_ecb(); - break; - case 192: - cipher_type = EVP_aes_192_ecb(); - break; - case 256: - cipher_type = EVP_aes_256_ecb(); - break; - default: - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } - -#ifdef USE_OPENSSL_1_0_API - if ((aes = (_zip_crypto_aes_t *)malloc(sizeof(*aes))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - memset(aes, 0, sizeof(*aes)); -#else - if ((aes = EVP_CIPHER_CTX_new()) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } -#endif - - if (EVP_EncryptInit_ex(aes, cipher_type, NULL, key, NULL) != 1) { -#ifdef USE_OPENSSL_1_0_API - free(aes); -#else - EVP_CIPHER_CTX_free(aes); -#endif - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } - - return aes; -} - -void -_zip_crypto_aes_free(_zip_crypto_aes_t *aes) { - if (aes == NULL) { - return; - } - -#ifdef USE_OPENSSL_1_0_API - EVP_CIPHER_CTX_cleanup(aes); - _zip_crypto_clear(aes, sizeof(*aes)); - free(aes); -#else - EVP_CIPHER_CTX_free(aes); -#endif -} - - -bool -_zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out) { - int len = 0; - if (EVP_EncryptUpdate(aes, out, &len, in, ZIP_CRYPTO_AES_BLOCK_LENGTH) != 1 - || len != ZIP_CRYPTO_AES_BLOCK_LENGTH) { - return false; - } - return true; -} - - -_zip_crypto_hmac_t * -_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error) { - _zip_crypto_hmac_t *hmac; - - if (secret_length > INT_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - -#ifdef USE_OPENSSL_3_API - if ((hmac = hmac_new()) == NULL - || (hmac->mac = EVP_MAC_fetch(NULL, "HMAC", "provider=default")) == NULL - || (hmac->ctx = EVP_MAC_CTX_new(hmac->mac)) == NULL) { - hmac_free(hmac); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - { - OSSL_PARAM params[2]; - params[0] = OSSL_PARAM_construct_utf8_string("digest", "SHA1", 0); - params[1] = OSSL_PARAM_construct_end(); - - if (!EVP_MAC_init(hmac->ctx, (const unsigned char *)secret, secret_length, params)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - hmac_free(hmac); - return NULL; - } - } -#else -#ifdef USE_OPENSSL_1_0_API - if ((hmac = (_zip_crypto_hmac_t *)malloc(sizeof(*hmac))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - HMAC_CTX_init(hmac); -#else - if ((hmac = HMAC_CTX_new()) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } -#endif - - if (HMAC_Init_ex(hmac, secret, (int)secret_length, EVP_sha1(), NULL) != 1) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); -#ifdef USE_OPENSSL_1_0_API - free(hmac); -#else - HMAC_CTX_free(hmac); -#endif - return NULL; - } -#endif - - return hmac; -} - - -void -_zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac) { - if (hmac == NULL) { - return; - } - -#if defined(USE_OPENSSL_3_API) - hmac_free(hmac); -#elif defined(USE_OPENSSL_1_0_API) - HMAC_CTX_cleanup(hmac); - _zip_crypto_clear(hmac, sizeof(*hmac)); - free(hmac); -#else - HMAC_CTX_free(hmac); -#endif -} - - -bool -_zip_crypto_hmac_output(_zip_crypto_hmac_t *hmac, zip_uint8_t *data) { -#ifdef USE_OPENSSL_3_API - size_t length = 0; - return EVP_MAC_final(hmac->ctx, data, &length, ZIP_CRYPTO_SHA1_LENGTH) == 1 && length == ZIP_CRYPTO_SHA1_LENGTH; -#else - unsigned int length = 0; - return HMAC_Final(hmac, data, &length) == 1 && length == ZIP_CRYPTO_SHA1_LENGTH; -#endif -} - - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - return RAND_bytes(buffer, length) == 1; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.h deleted file mode 100644 index e593ec5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_openssl.h +++ /dev/null @@ -1,73 +0,0 @@ -/* - zip_crypto_openssl.h -- definitions for OpenSSL wrapper. - Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef HAD_ZIP_CRYPTO_OPENSSL_H -#define HAD_ZIP_CRYPTO_OPENSSL_H - -#define HAVE_SECURE_RANDOM - -#include -#include - -#if OPENSSL_VERSION_NUMBER < 0x1010000fL || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x02070000fL) -#define USE_OPENSSL_1_0_API -#elif OPENSSL_VERSION_NUMBER < 0x3000000fL -#define USE_OPENSSL_1_1_API -#else -#define USE_OPENSSL_3_API -#endif - -#define _zip_crypto_aes_t EVP_CIPHER_CTX -#ifdef USE_OPENSSL_3_API -struct _zip_crypto_hmac_t { - EVP_MAC *mac; - EVP_MAC_CTX *ctx; -}; -typedef struct _zip_crypto_hmac_t _zip_crypto_hmac_t; -#define _zip_crypto_hmac(hmac, data, length) (EVP_MAC_update((hmac->ctx), (data), (length)) == 1) -#else -#define _zip_crypto_hmac_t HMAC_CTX -#define _zip_crypto_hmac(hmac, data, length) (HMAC_Update((hmac), (data), (length)) == 1) -#endif - -void _zip_crypto_aes_free(_zip_crypto_aes_t *aes); -bool _zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out); -_zip_crypto_aes_t *_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error); - -void _zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac); -_zip_crypto_hmac_t *_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error); -bool _zip_crypto_hmac_output(_zip_crypto_hmac_t *hmac, zip_uint8_t *data); - -#define _zip_crypto_pbkdf2(key, key_length, salt, salt_length, iterations, output, output_length) (PKCS5_PBKDF2_HMAC_SHA1((const char *)(key), (key_length), (salt), (salt_length), (iterations), (output_length), (output))) - -#endif /* HAD_ZIP_CRYPTO_OPENSSL_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.c deleted file mode 100644 index 6d92303..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.c +++ /dev/null @@ -1,492 +0,0 @@ -/* - zip_crypto_win.c -- Windows Crypto API wrapper. - Copyright (C) 2018-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#include -#include - -#include "zipint.h" - -#include "zip_crypto.h" - -#include - -#include - -#pragma comment(lib, "bcrypt.lib") - -/* - -This code is using the Cryptography API: Next Generation (CNG) -https://docs.microsoft.com/en-us/windows/desktop/seccng/cng-portal - -This API is supported on - - Windows Vista or later (client OS) - - Windows Server 2008 (server OS) - - Windows Embedded Compact 2013 (don't know about Windows Embedded Compact 7) - -The code was developed for Windows Embedded Compact 2013 (WEC2013), -but should be working for all of the above mentioned OSes. - -There are 2 restrictions for WEC2013, Windows Vista and Windows Server 2008: - -1.) The function "BCryptDeriveKeyPBKDF2" is not available - -I found some code which is implementing this function using the deprecated Crypto API here: -https://www.idrix.fr/Root/content/view/37/54/ - -I took this code and converted it to the newer CNG API. The original code was more -flexible, but this is not needed here so i refactored it a bit and just kept what is needed. - -The define "HAS_BCRYPTDERIVEKEYPBKDF2" controls whether "BCryptDeriveKeyPBKDF2" -of the CNG API is used or not. This define must not be set if you are compiling for WEC2013 or Windows Vista. - - -2.) "BCryptCreateHash" can't manage the memory needed for the hash object internally - -On Windows 7 or later it is possible to pass NULL for the hash object buffer. -This is not supported on WEC2013, so we have to handle the memory allocation/deallocation ourselves. -There is no #ifdef to control that, because this is working for all supported OSes. - -*/ - -#if !defined(WINCE) && !defined(__MINGW32__) -#define HAS_BCRYPTDERIVEKEYPBKDF2 -#endif - -#ifdef HAS_BCRYPTDERIVEKEYPBKDF2 - -bool -_zip_crypto_pbkdf2(const zip_uint8_t *key, zip_uint64_t key_length, const zip_uint8_t *salt, zip_uint16_t salt_length, zip_uint16_t iterations, zip_uint8_t *output, zip_uint16_t output_length) { - BCRYPT_ALG_HANDLE hAlgorithm = NULL; - bool result; - - if (!BCRYPT_SUCCESS(BCryptOpenAlgorithmProvider(&hAlgorithm, BCRYPT_SHA1_ALGORITHM, NULL, BCRYPT_ALG_HANDLE_HMAC_FLAG))) { - return false; - } - - result = BCRYPT_SUCCESS(BCryptDeriveKeyPBKDF2(hAlgorithm, (PUCHAR)key, (ULONG)key_length, (PUCHAR)salt, salt_length, iterations, output, output_length, 0)); - - BCryptCloseAlgorithmProvider(hAlgorithm, 0); - - return result; -} - -#else - -#include - -#define DIGEST_SIZE 20 -#define BLOCK_SIZE 64 - -typedef struct { - BCRYPT_ALG_HANDLE hAlgorithm; - BCRYPT_HASH_HANDLE hInnerHash; - BCRYPT_HASH_HANDLE hOuterHash; - ULONG cbHashObject; - PUCHAR pbInnerHash; - PUCHAR pbOuterHash; -} PRF_CTX; - -static void -hmacFree(PRF_CTX *pContext) { - if (pContext->hOuterHash) - BCryptDestroyHash(pContext->hOuterHash); - if (pContext->hInnerHash) - BCryptDestroyHash(pContext->hInnerHash); - free(pContext->pbOuterHash); - free(pContext->pbInnerHash); - if (pContext->hAlgorithm) - BCryptCloseAlgorithmProvider(pContext->hAlgorithm, 0); -} - -static BOOL -hmacPrecomputeDigest(BCRYPT_HASH_HANDLE hHash, PUCHAR pbPassword, DWORD cbPassword, BYTE mask) { - BYTE buffer[BLOCK_SIZE]; - DWORD i; - - if (cbPassword > BLOCK_SIZE) { - return FALSE; - } - - memset(buffer, mask, sizeof(buffer)); - - for (i = 0; i < cbPassword; ++i) { - buffer[i] = (char)(pbPassword[i] ^ mask); - } - - return BCRYPT_SUCCESS(BCryptHashData(hHash, buffer, sizeof(buffer), 0)); -} - -static BOOL -hmacInit(PRF_CTX *pContext, PUCHAR pbPassword, DWORD cbPassword) { - BOOL bStatus = FALSE; - ULONG cbResult; - BYTE key[DIGEST_SIZE]; - - if (!BCRYPT_SUCCESS(BCryptOpenAlgorithmProvider(&pContext->hAlgorithm, BCRYPT_SHA1_ALGORITHM, NULL, 0)) || !BCRYPT_SUCCESS(BCryptGetProperty(pContext->hAlgorithm, BCRYPT_OBJECT_LENGTH, (PUCHAR)&pContext->cbHashObject, sizeof(pContext->cbHashObject), &cbResult, 0)) || ((pContext->pbInnerHash = malloc(pContext->cbHashObject)) == NULL) || ((pContext->pbOuterHash = malloc(pContext->cbHashObject)) == NULL) || !BCRYPT_SUCCESS(BCryptCreateHash(pContext->hAlgorithm, &pContext->hInnerHash, pContext->pbInnerHash, pContext->cbHashObject, NULL, 0, 0)) || !BCRYPT_SUCCESS(BCryptCreateHash(pContext->hAlgorithm, &pContext->hOuterHash, pContext->pbOuterHash, pContext->cbHashObject, NULL, 0, 0))) { - goto hmacInit_end; - } - - if (cbPassword > BLOCK_SIZE) { - BCRYPT_HASH_HANDLE hHash = NULL; - PUCHAR pbHashObject = malloc(pContext->cbHashObject); - if (pbHashObject == NULL) { - goto hmacInit_end; - } - - bStatus = BCRYPT_SUCCESS(BCryptCreateHash(pContext->hAlgorithm, &hHash, pbHashObject, pContext->cbHashObject, NULL, 0, 0)) && BCRYPT_SUCCESS(BCryptHashData(hHash, pbPassword, cbPassword, 0)) && BCRYPT_SUCCESS(BCryptGetProperty(hHash, BCRYPT_HASH_LENGTH, (PUCHAR)&cbPassword, sizeof(cbPassword), &cbResult, 0)) && BCRYPT_SUCCESS(BCryptFinishHash(hHash, key, cbPassword, 0)); - - if (hHash) - BCryptDestroyHash(hHash); - free(pbHashObject); - - if (!bStatus) { - goto hmacInit_end; - } - - pbPassword = key; - } - - bStatus = hmacPrecomputeDigest(pContext->hInnerHash, pbPassword, cbPassword, 0x36) && hmacPrecomputeDigest(pContext->hOuterHash, pbPassword, cbPassword, 0x5C); - -hmacInit_end: - - if (bStatus == FALSE) - hmacFree(pContext); - - return bStatus; -} - -static BOOL -hmacCalculateInternal(BCRYPT_HASH_HANDLE hHashTemplate, PUCHAR pbData, DWORD cbData, PUCHAR pbOutput, DWORD cbOutput, DWORD cbHashObject) { - BOOL success = FALSE; - BCRYPT_HASH_HANDLE hHash = NULL; - PUCHAR pbHashObject = malloc(cbHashObject); - - if (pbHashObject == NULL) { - return FALSE; - } - - if (BCRYPT_SUCCESS(BCryptDuplicateHash(hHashTemplate, &hHash, pbHashObject, cbHashObject, 0))) { - success = BCRYPT_SUCCESS(BCryptHashData(hHash, pbData, cbData, 0)) && BCRYPT_SUCCESS(BCryptFinishHash(hHash, pbOutput, cbOutput, 0)); - - BCryptDestroyHash(hHash); - } - - free(pbHashObject); - - return success; -} - -static BOOL -hmacCalculate(PRF_CTX *pContext, PUCHAR pbData, DWORD cbData, PUCHAR pbDigest) { - DWORD cbResult; - DWORD cbHashObject; - - return BCRYPT_SUCCESS(BCryptGetProperty(pContext->hAlgorithm, BCRYPT_OBJECT_LENGTH, (PUCHAR)&cbHashObject, sizeof(cbHashObject), &cbResult, 0)) && hmacCalculateInternal(pContext->hInnerHash, pbData, cbData, pbDigest, DIGEST_SIZE, cbHashObject) && hmacCalculateInternal(pContext->hOuterHash, pbDigest, DIGEST_SIZE, pbDigest, DIGEST_SIZE, cbHashObject); -} - -static void -myxor(LPBYTE ptr1, LPBYTE ptr2, DWORD dwLen) { - while (dwLen--) - *ptr1++ ^= *ptr2++; -} - -BOOL -pbkdf2(PUCHAR pbPassword, ULONG cbPassword, PUCHAR pbSalt, ULONG cbSalt, DWORD cIterations, PUCHAR pbDerivedKey, ULONG cbDerivedKey) { - BOOL bStatus = FALSE; - DWORD l, r, dwULen, i, j; - BYTE Ti[DIGEST_SIZE]; - BYTE V[DIGEST_SIZE]; - LPBYTE U = malloc(max((cbSalt + 4), DIGEST_SIZE)); - PRF_CTX prfCtx = {0}; - - if (U == NULL) { - return FALSE; - } - - if (pbPassword == NULL || cbPassword == 0 || pbSalt == NULL || cbSalt == 0 || cIterations == 0 || pbDerivedKey == NULL || cbDerivedKey == 0) { - free(U); - return FALSE; - } - - if (!hmacInit(&prfCtx, pbPassword, cbPassword)) { - goto PBKDF2_end; - } - - l = (DWORD)ceil((double)cbDerivedKey / (double)DIGEST_SIZE); - r = cbDerivedKey - (l - 1) * DIGEST_SIZE; - - for (i = 1; i <= l; i++) { - ZeroMemory(Ti, DIGEST_SIZE); - for (j = 0; j < cIterations; j++) { - if (j == 0) { - /* construct first input for PRF */ - (void)memcpy_s(U, cbSalt, pbSalt, cbSalt); - U[cbSalt] = (BYTE)((i & 0xFF000000) >> 24); - U[cbSalt + 1] = (BYTE)((i & 0x00FF0000) >> 16); - U[cbSalt + 2] = (BYTE)((i & 0x0000FF00) >> 8); - U[cbSalt + 3] = (BYTE)((i & 0x000000FF)); - dwULen = cbSalt + 4; - } - else { - (void)memcpy_s(U, DIGEST_SIZE, V, DIGEST_SIZE); - dwULen = DIGEST_SIZE; - } - - if (!hmacCalculate(&prfCtx, U, dwULen, V)) { - goto PBKDF2_end; - } - - myxor(Ti, V, DIGEST_SIZE); - } - - if (i != l) { - (void)memcpy_s(&pbDerivedKey[(i - 1) * DIGEST_SIZE], cbDerivedKey - (i - 1) * DIGEST_SIZE, Ti, DIGEST_SIZE); - } - else { - /* Take only the first r bytes */ - (void)memcpy_s(&pbDerivedKey[(i - 1) * DIGEST_SIZE], cbDerivedKey - (i - 1) * DIGEST_SIZE, Ti, r); - } - } - - bStatus = TRUE; - -PBKDF2_end: - - hmacFree(&prfCtx); - free(U); - return bStatus; -} - -bool -_zip_crypto_pbkdf2(const zip_uint8_t *key, zip_uint64_t key_length, const zip_uint8_t *salt, zip_uint16_t salt_length, zip_uint16_t iterations, zip_uint8_t *output, zip_uint16_t output_length) { - return (key_length <= ZIP_UINT32_MAX) && pbkdf2((PUCHAR)key, (ULONG)key_length, (PUCHAR)salt, salt_length, iterations, output, output_length); -} - -#endif - - -struct _zip_crypto_aes_s { - BCRYPT_ALG_HANDLE hAlgorithm; - BCRYPT_KEY_HANDLE hKey; - ULONG cbKeyObject; - PUCHAR pbKeyObject; -}; - -_zip_crypto_aes_t * -_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error) { - _zip_crypto_aes_t *aes = (_zip_crypto_aes_t *)calloc(1, sizeof(*aes)); - - ULONG cbResult; - ULONG key_length = key_size / 8; - - if (aes == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if (!BCRYPT_SUCCESS(BCryptOpenAlgorithmProvider(&aes->hAlgorithm, BCRYPT_AES_ALGORITHM, NULL, 0))) { - _zip_crypto_aes_free(aes); - return NULL; - } - - if (!BCRYPT_SUCCESS(BCryptSetProperty(aes->hAlgorithm, BCRYPT_CHAINING_MODE, (PUCHAR)BCRYPT_CHAIN_MODE_ECB, sizeof(BCRYPT_CHAIN_MODE_ECB), 0))) { - _zip_crypto_aes_free(aes); - return NULL; - } - - if (!BCRYPT_SUCCESS(BCryptGetProperty(aes->hAlgorithm, BCRYPT_OBJECT_LENGTH, (PUCHAR)&aes->cbKeyObject, sizeof(aes->cbKeyObject), &cbResult, 0))) { - _zip_crypto_aes_free(aes); - return NULL; - } - - aes->pbKeyObject = malloc(aes->cbKeyObject); - if (aes->pbKeyObject == NULL) { - _zip_crypto_aes_free(aes); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if (!BCRYPT_SUCCESS(BCryptGenerateSymmetricKey(aes->hAlgorithm, &aes->hKey, aes->pbKeyObject, aes->cbKeyObject, (PUCHAR)key, key_length, 0))) { - _zip_crypto_aes_free(aes); - return NULL; - } - - return aes; -} - -void -_zip_crypto_aes_free(_zip_crypto_aes_t *aes) { - if (aes == NULL) { - return; - } - - if (aes->hKey != NULL) { - BCryptDestroyKey(aes->hKey); - } - - if (aes->pbKeyObject != NULL) { - free(aes->pbKeyObject); - } - - if (aes->hAlgorithm != NULL) { - BCryptCloseAlgorithmProvider(aes->hAlgorithm, 0); - } - - free(aes); -} - -bool -_zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out) { - ULONG cbResult; - NTSTATUS status = BCryptEncrypt(aes->hKey, (PUCHAR)in, ZIP_CRYPTO_AES_BLOCK_LENGTH, NULL, NULL, 0, (PUCHAR)out, ZIP_CRYPTO_AES_BLOCK_LENGTH, &cbResult, 0); - return BCRYPT_SUCCESS(status); -} - -struct _zip_crypto_hmac_s { - BCRYPT_ALG_HANDLE hAlgorithm; - BCRYPT_HASH_HANDLE hHash; - DWORD cbHashObject; - PUCHAR pbHashObject; - DWORD cbHash; - PUCHAR pbHash; -}; - -/* https://code.msdn.microsoft.com/windowsdesktop/Hmac-Computation-Sample-11fe8ec1/sourcecode?fileId=42820&pathId=283874677 */ - -_zip_crypto_hmac_t * -_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error) { - NTSTATUS status; - ULONG cbResult; - _zip_crypto_hmac_t *hmac; - - if (secret_length > INT_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - hmac = (_zip_crypto_hmac_t *)calloc(1, sizeof(*hmac)); - - if (hmac == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - status = BCryptOpenAlgorithmProvider(&hmac->hAlgorithm, BCRYPT_SHA1_ALGORITHM, NULL, BCRYPT_ALG_HANDLE_HMAC_FLAG); - if (!BCRYPT_SUCCESS(status)) { - _zip_crypto_hmac_free(hmac); - return NULL; - } - - status = BCryptGetProperty(hmac->hAlgorithm, BCRYPT_OBJECT_LENGTH, (PUCHAR)&hmac->cbHashObject, sizeof(hmac->cbHashObject), &cbResult, 0); - if (!BCRYPT_SUCCESS(status)) { - _zip_crypto_hmac_free(hmac); - return NULL; - } - - hmac->pbHashObject = malloc(hmac->cbHashObject); - if (hmac->pbHashObject == NULL) { - _zip_crypto_hmac_free(hmac); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - status = BCryptGetProperty(hmac->hAlgorithm, BCRYPT_HASH_LENGTH, (PUCHAR)&hmac->cbHash, sizeof(hmac->cbHash), &cbResult, 0); - if (!BCRYPT_SUCCESS(status)) { - _zip_crypto_hmac_free(hmac); - return NULL; - } - - hmac->pbHash = malloc(hmac->cbHash); - if (hmac->pbHash == NULL) { - _zip_crypto_hmac_free(hmac); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - status = BCryptCreateHash(hmac->hAlgorithm, &hmac->hHash, hmac->pbHashObject, hmac->cbHashObject, (PUCHAR)secret, (ULONG)secret_length, 0); - if (!BCRYPT_SUCCESS(status)) { - _zip_crypto_hmac_free(hmac); - return NULL; - } - - return hmac; -} - -void -_zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac) { - if (hmac == NULL) { - return; - } - - if (hmac->hHash != NULL) { - BCryptDestroyHash(hmac->hHash); - } - - if (hmac->pbHash != NULL) { - free(hmac->pbHash); - } - - if (hmac->pbHashObject != NULL) { - free(hmac->pbHashObject); - } - - if (hmac->hAlgorithm) { - BCryptCloseAlgorithmProvider(hmac->hAlgorithm, 0); - } - - free(hmac); -} - -bool -_zip_crypto_hmac(_zip_crypto_hmac_t *hmac, zip_uint8_t *data, zip_uint64_t length) { - if (hmac == NULL || length > ULONG_MAX) { - return false; - } - - return BCRYPT_SUCCESS(BCryptHashData(hmac->hHash, data, (ULONG)length, 0)); -} - -bool -_zip_crypto_hmac_output(_zip_crypto_hmac_t *hmac, zip_uint8_t *data) { - if (hmac == NULL) { - return false; - } - - return BCRYPT_SUCCESS(BCryptFinishHash(hmac->hHash, data, hmac->cbHash, 0)); -} - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - return BCRYPT_SUCCESS(BCryptGenRandom(NULL, buffer, length, BCRYPT_USE_SYSTEM_PREFERRED_RNG)); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.h deleted file mode 100644 index 3f05b62..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_crypto_win.h +++ /dev/null @@ -1,53 +0,0 @@ -/* - zip_crypto_win.h -- Windows Crypto API wrapper. - Copyright (C) 2018-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifndef HAD_ZIP_CRYPTO_WIN_H -#define HAD_ZIP_CRYPTO_WIN_H - -#define HAVE_SECURE_RANDOM - -typedef struct _zip_crypto_aes_s _zip_crypto_aes_t; -typedef struct _zip_crypto_hmac_s _zip_crypto_hmac_t; - -void _zip_crypto_aes_free(_zip_crypto_aes_t *aes); -_zip_crypto_aes_t *_zip_crypto_aes_new(const zip_uint8_t *key, zip_uint16_t key_size, zip_error_t *error); -bool _zip_crypto_aes_encrypt_block(_zip_crypto_aes_t *aes, const zip_uint8_t *in, zip_uint8_t *out); - -bool _zip_crypto_pbkdf2(const zip_uint8_t *key, zip_uint64_t key_length, const zip_uint8_t *salt, zip_uint16_t salt_length, zip_uint16_t iterations, zip_uint8_t *output, zip_uint16_t output_length); - -_zip_crypto_hmac_t *_zip_crypto_hmac_new(const zip_uint8_t *secret, zip_uint64_t secret_length, zip_error_t *error); -void _zip_crypto_hmac_free(_zip_crypto_hmac_t *hmac); -bool _zip_crypto_hmac(_zip_crypto_hmac_t *hmac, zip_uint8_t *data, zip_uint64_t length); -bool _zip_crypto_hmac_output(_zip_crypto_hmac_t *hmac, zip_uint8_t *data); - -#endif /* HAD_ZIP_CRYPTO_WIN_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_delete.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_delete.c deleted file mode 100644 index 4eefdd9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_delete.c +++ /dev/null @@ -1,68 +0,0 @@ -/* - zip_delete.c -- delete file from zip archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_delete(zip_t *za, zip_uint64_t idx) { - const char *name; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - if ((name = _zip_get_name(za, idx, 0, &za->error)) == NULL) { - return -1; - } - - if (!_zip_hash_delete(za->names, (const zip_uint8_t *)name, &za->error)) { - return -1; - } - - /* allow duplicate file names, because the file will - * be removed directly afterwards */ - if (_zip_unchange(za, idx, 1) != 0) - return -1; - - za->entry[idx].deleted = 1; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_dir_add.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_dir_add.c deleted file mode 100644 index 01d8ec9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_dir_add.c +++ /dev/null @@ -1,92 +0,0 @@ -/* - zip_dir_add.c -- add directory - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - - -/* NOTE: Signed due to -1 on error. See zip_add.c for more details. */ - -ZIP_EXTERN zip_int64_t -zip_dir_add(zip_t *za, const char *name, zip_flags_t flags) { - size_t len; - zip_int64_t idx; - char *s; - zip_source_t *source; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - if (name == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - s = NULL; - len = strlen(name); - - if (name[len - 1] != '/') { - if (len > SIZE_MAX - 2 || (s = (char *)malloc(len + 2)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - (void)strncpy_s(s, len + 2, name, len); - s[len] = '/'; - s[len + 1] = '\0'; - } - - if ((source = zip_source_buffer(za, NULL, 0, 0)) == NULL) { - free(s); - return -1; - } - - idx = _zip_file_replace(za, ZIP_UINT64_MAX, s ? s : name, source, flags); - - free(s); - - if (idx < 0) - zip_source_free(source); - else { - if (zip_file_set_external_attributes(za, (zip_uint64_t)idx, 0, ZIP_OPSYS_DEFAULT, ZIP_EXT_ATTRIB_DEFAULT_DIR) < 0) { - zip_delete(za, (zip_uint64_t)idx); - return -1; - } - } - - return idx; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_dirent.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_dirent.c deleted file mode 100644 index 7476ac0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_dirent.c +++ /dev/null @@ -1,1320 +0,0 @@ -/* - zip_dirent.c -- read directory entry (local or central), clean dirent - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include -#include -#include -#include - -#include "zipint.h" - -static zip_string_t *_zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str, bool check_consistency); -static zip_extra_field_t *_zip_ef_utf8(zip_uint16_t, zip_string_t *, zip_error_t *); -static bool _zip_dirent_process_winzip_aes(zip_dirent_t *de, zip_error_t *error); - - -void -_zip_cdir_free(zip_cdir_t *cd) { - zip_uint64_t i; - - if (cd == NULL) { - return; - } - - for (i = 0; i < cd->nentry; i++) - _zip_entry_finalize(cd->entry + i); - free(cd->entry); - _zip_string_free(cd->comment); - free(cd); -} - - -zip_cdir_t * -_zip_cdir_new(zip_error_t *error) { - zip_cdir_t *cd; - - if ((cd = (zip_cdir_t *)malloc(sizeof(*cd))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - cd->entry = NULL; - cd->nentry = cd->nentry_alloc = 0; - cd->size = cd->offset = 0; - cd->comment = NULL; - cd->is_zip64 = false; - - return cd; -} - - -bool -_zip_cdir_grow(zip_cdir_t *cd, zip_uint64_t additional_entries, zip_error_t *error) { - zip_uint64_t i, new_alloc; - zip_entry_t *new_entry; - - if (additional_entries == 0) { - return true; - } - - new_alloc = cd->nentry_alloc + additional_entries; - - if (new_alloc < additional_entries || new_alloc > SIZE_MAX / sizeof(*(cd->entry))) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - - if ((new_entry = (zip_entry_t *)realloc(cd->entry, sizeof(*(cd->entry)) * (size_t)new_alloc)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - - cd->entry = new_entry; - - for (i = cd->nentry; i < new_alloc; i++) { - _zip_entry_init(cd->entry + i); - } - - cd->nentry = cd->nentry_alloc = new_alloc; - - return true; -} - - -zip_int64_t -_zip_cdir_write(zip_t *za, const zip_filelist_t *filelist, zip_uint64_t survivors) { - zip_uint64_t offset, size; - zip_string_t *comment; - zip_uint8_t buf[EOCDLEN + EOCD64LEN + EOCD64LOCLEN]; - zip_buffer_t *buffer; - zip_int64_t off; - zip_uint64_t i; - zip_uint32_t cdir_crc; - - if ((off = zip_source_tell_write(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - offset = (zip_uint64_t)off; - - if (ZIP_WANT_TORRENTZIP(za)) { - cdir_crc = (zip_uint32_t)crc32(0, NULL, 0); - za->write_crc = &cdir_crc; - } - - for (i = 0; i < survivors; i++) { - zip_entry_t *entry = za->entry + filelist[i].idx; - - if (_zip_dirent_write(za, entry->changes ? entry->changes : entry->orig, ZIP_FL_CENTRAL) < 0) { - za->write_crc = NULL; - return -1; - } - } - - za->write_crc = NULL; - - if ((off = zip_source_tell_write(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - size = (zip_uint64_t)off - offset; - - if ((buffer = _zip_buffer_new(buf, sizeof(buf))) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - - if (survivors > ZIP_UINT16_MAX || offset > ZIP_UINT32_MAX || size > ZIP_UINT32_MAX) { - _zip_buffer_put(buffer, EOCD64_MAGIC, 4); - _zip_buffer_put_64(buffer, EOCD64LEN - 12); - _zip_buffer_put_16(buffer, 45); - _zip_buffer_put_16(buffer, 45); - _zip_buffer_put_32(buffer, 0); - _zip_buffer_put_32(buffer, 0); - _zip_buffer_put_64(buffer, survivors); - _zip_buffer_put_64(buffer, survivors); - _zip_buffer_put_64(buffer, size); - _zip_buffer_put_64(buffer, offset); - _zip_buffer_put(buffer, EOCD64LOC_MAGIC, 4); - _zip_buffer_put_32(buffer, 0); - _zip_buffer_put_64(buffer, offset + size); - _zip_buffer_put_32(buffer, 1); - } - - _zip_buffer_put(buffer, EOCD_MAGIC, 4); - _zip_buffer_put_32(buffer, 0); - _zip_buffer_put_16(buffer, (zip_uint16_t)(survivors >= ZIP_UINT16_MAX ? ZIP_UINT16_MAX : survivors)); - _zip_buffer_put_16(buffer, (zip_uint16_t)(survivors >= ZIP_UINT16_MAX ? ZIP_UINT16_MAX : survivors)); - _zip_buffer_put_32(buffer, size >= ZIP_UINT32_MAX ? ZIP_UINT32_MAX : (zip_uint32_t)size); - _zip_buffer_put_32(buffer, offset >= ZIP_UINT32_MAX ? ZIP_UINT32_MAX : (zip_uint32_t)offset); - - comment = za->comment_changed ? za->comment_changes : za->comment_orig; - - if (ZIP_WANT_TORRENTZIP(za)) { - _zip_buffer_put_16(buffer, TORRENTZIP_SIGNATURE_LENGTH + TORRENTZIP_CRC_LENGTH); - } - else { - _zip_buffer_put_16(buffer, (zip_uint16_t)(comment ? comment->length : 0)); - } - - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(buffer); - return -1; - } - - if (_zip_write(za, _zip_buffer_data(buffer), _zip_buffer_offset(buffer)) < 0) { - _zip_buffer_free(buffer); - return -1; - } - - _zip_buffer_free(buffer); - - if (ZIP_WANT_TORRENTZIP(za)) { - char torrentzip_comment[TORRENTZIP_SIGNATURE_LENGTH + TORRENTZIP_CRC_LENGTH + 1]; - snprintf(torrentzip_comment, sizeof(torrentzip_comment), TORRENTZIP_SIGNATURE "%08X", cdir_crc); - - if (_zip_write(za, torrentzip_comment, strlen(torrentzip_comment)) < 0) { - return -1; - } - } - else if (comment != NULL) { - if (_zip_write(za, comment->raw, comment->length) < 0) { - return -1; - } - } - - return (zip_int64_t)size; -} - - -zip_dirent_t * -_zip_dirent_clone(const zip_dirent_t *sde) { - zip_dirent_t *tde; - - if ((tde = (zip_dirent_t *)malloc(sizeof(*tde))) == NULL) - return NULL; - - if (sde) - (void)memcpy_s(tde, sizeof(*tde), sde, sizeof(*sde)); - else - _zip_dirent_init(tde); - - tde->changed = 0; - tde->cloned = 1; - - return tde; -} - - -void -_zip_dirent_finalize(zip_dirent_t *zde) { - if (!zde->cloned || zde->changed & ZIP_DIRENT_FILENAME) { - _zip_string_free(zde->filename); - zde->filename = NULL; - } - if (!zde->cloned || zde->changed & ZIP_DIRENT_EXTRA_FIELD) { - _zip_ef_free(zde->extra_fields); - zde->extra_fields = NULL; - } - if (!zde->cloned || zde->changed & ZIP_DIRENT_COMMENT) { - _zip_string_free(zde->comment); - zde->comment = NULL; - } - if (!zde->cloned || zde->changed & ZIP_DIRENT_PASSWORD) { - if (zde->password) { - _zip_crypto_clear(zde->password, strlen(zde->password)); - } - free(zde->password); - zde->password = NULL; - } -} - - -void -_zip_dirent_free(zip_dirent_t *zde) { - if (zde == NULL) - return; - - _zip_dirent_finalize(zde); - free(zde); -} - - -void -_zip_dirent_init(zip_dirent_t *de) { - de->changed = 0; - de->local_extra_fields_read = 0; - de->cloned = 0; - - de->crc_valid = true; - de->last_mod_mtime_valid = false; - de->version_madeby = 63 | (ZIP_OPSYS_DEFAULT << 8); - de->version_needed = 10; /* 1.0 */ - de->bitflags = 0; - de->comp_method = ZIP_CM_DEFAULT; - de->last_mod.date = 0; - de->last_mod.time = 0; - de->crc = 0; - de->comp_size = 0; - de->uncomp_size = 0; - de->filename = NULL; - de->extra_fields = NULL; - de->comment = NULL; - de->disk_number = 0; - de->int_attrib = 0; - de->ext_attrib = ZIP_EXT_ATTRIB_DEFAULT; - de->offset = 0; - de->compression_level = 0; - de->encryption_method = ZIP_EM_NONE; - de->password = NULL; -} - - -bool -_zip_dirent_needs_zip64(const zip_dirent_t *de, zip_flags_t flags) { - if (de->uncomp_size >= ZIP_UINT32_MAX || de->comp_size >= ZIP_UINT32_MAX || ((flags & ZIP_FL_CENTRAL) && de->offset >= ZIP_UINT32_MAX)) - return true; - - return false; -} - - -zip_dirent_t * -_zip_dirent_new(void) { - zip_dirent_t *de; - - if ((de = (zip_dirent_t *)malloc(sizeof(*de))) == NULL) - return NULL; - - _zip_dirent_init(de); - return de; -} - - -/* - Fills the zip directory entry zde. - - If buffer is non-NULL, data is taken from there; otherwise data is read from fp as needed. - - If local is true, it reads a local header instead of a central directory entry. - - Returns size of dirent read if successful. On error, error is filled in and -1 is returned. -*/ - -zip_int64_t -_zip_dirent_read(zip_dirent_t *zde, zip_source_t *src, zip_buffer_t *buffer, bool local, zip_uint64_t central_compressed_size, bool check_consistency, zip_error_t *error) { - zip_uint8_t buf[CDENTRYSIZE]; - zip_uint32_t size, variable_size; - zip_uint16_t filename_len, comment_len, ef_len; - zip_string_t *utf8_string; - bool is_zip64 = false; - - bool from_buffer = (buffer != NULL); - - size = local ? LENTRYSIZE : CDENTRYSIZE; - - if (buffer) { - if (_zip_buffer_left(buffer) < size) { - zip_error_set(error, ZIP_ER_NOZIP, 0); - return -1; - } - } - else { - if ((buffer = _zip_buffer_new_from_source(src, size, buf, error)) == NULL) { - return -1; - } - } - - if (memcmp(_zip_buffer_get(buffer, 4), (local ? LOCAL_MAGIC : CENTRAL_MAGIC), 4) != 0) { - zip_error_set(error, ZIP_ER_NOZIP, 0); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - - /* convert buffercontents to zip_dirent */ - - _zip_dirent_init(zde); - if (!local) - zde->version_madeby = _zip_buffer_get_16(buffer); - else - zde->version_madeby = 0; - zde->version_needed = _zip_buffer_get_16(buffer); - zde->bitflags = _zip_buffer_get_16(buffer); - zde->comp_method = _zip_buffer_get_16(buffer); - - /* convert to time_t */ - zde->last_mod.time = _zip_buffer_get_16(buffer); - zde->last_mod.date = _zip_buffer_get_16(buffer); - - zde->crc = _zip_buffer_get_32(buffer); - zde->comp_size = _zip_buffer_get_32(buffer); - zde->uncomp_size = _zip_buffer_get_32(buffer); - - filename_len = _zip_buffer_get_16(buffer); - ef_len = _zip_buffer_get_16(buffer); - - if (local) { - comment_len = 0; - zde->disk_number = 0; - zde->int_attrib = 0; - zde->ext_attrib = 0; - zde->offset = 0; - } - else { - comment_len = _zip_buffer_get_16(buffer); - zde->disk_number = _zip_buffer_get_16(buffer); - zde->int_attrib = _zip_buffer_get_16(buffer); - zde->ext_attrib = _zip_buffer_get_32(buffer); - zde->offset = _zip_buffer_get_32(buffer); - } - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - - if (zde->bitflags & ZIP_GPBF_ENCRYPTED) { - if (zde->bitflags & ZIP_GPBF_STRONG_ENCRYPTION) { - /* TODO */ - zde->encryption_method = ZIP_EM_UNKNOWN; - } - else { - zde->encryption_method = ZIP_EM_TRAD_PKWARE; - } - } - else { - zde->encryption_method = ZIP_EM_NONE; - } - - zde->filename = NULL; - zde->extra_fields = NULL; - zde->comment = NULL; - - variable_size = (zip_uint32_t)filename_len + (zip_uint32_t)ef_len + (zip_uint32_t)comment_len; - - if (from_buffer) { - if (_zip_buffer_left(buffer) < variable_size) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_VARIABLE_SIZE_OVERFLOW); - return -1; - } - } - else { - _zip_buffer_free(buffer); - - if ((buffer = _zip_buffer_new_from_source(src, variable_size, NULL, error)) == NULL) { - return -1; - } - } - - if (filename_len) { - zde->filename = _zip_read_string(buffer, src, filename_len, 1, error); - if (zde->filename == NULL) { - if (zip_error_code_zip(error) == ZIP_ER_EOF) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_VARIABLE_SIZE_OVERFLOW); - } - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - - if (zde->bitflags & ZIP_GPBF_ENCODING_UTF_8) { - if (_zip_guess_encoding(zde->filename, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_INVALID_UTF8_IN_FILENAME); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - } - } - - if (ef_len) { - zip_uint8_t *ef = _zip_read_data(buffer, src, ef_len, 0, error); - - if (ef == NULL) { - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - if (!_zip_ef_parse(ef, ef_len, local ? ZIP_EF_LOCAL : ZIP_EF_CENTRAL, &zde->extra_fields, error)) { - free(ef); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - free(ef); - if (local) - zde->local_extra_fields_read = 1; - } - - if (comment_len) { - zde->comment = _zip_read_string(buffer, src, comment_len, 0, error); - if (zde->comment == NULL) { - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - if (zde->bitflags & ZIP_GPBF_ENCODING_UTF_8) { - if (_zip_guess_encoding(zde->comment, ZIP_ENCODING_UTF8_KNOWN) == ZIP_ENCODING_ERROR) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_INVALID_UTF8_IN_COMMENT); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - } - } - - if ((utf8_string = _zip_dirent_process_ef_utf_8(zde, ZIP_EF_UTF_8_NAME, zde->filename, check_consistency)) == NULL && zde->filename != NULL) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_UTF8_FILENAME_MISMATCH); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - zde->filename = utf8_string; - if (!local) { - if ((utf8_string = _zip_dirent_process_ef_utf_8(zde, ZIP_EF_UTF_8_COMMENT, zde->comment, check_consistency)) == NULL && zde->comment != NULL) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_UTF8_COMMENT_MISMATCH); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - zde->comment = utf8_string; - } - - /* Zip64 */ - - if (zde->uncomp_size == ZIP_UINT32_MAX || zde->comp_size == ZIP_UINT32_MAX || zde->offset == ZIP_UINT32_MAX) { - zip_uint16_t got_len; - const zip_uint8_t *ef = _zip_ef_get_by_id(zde->extra_fields, &got_len, ZIP_EF_ZIP64, 0, local ? ZIP_EF_LOCAL : ZIP_EF_CENTRAL, error); - if (ef != NULL) { - if (!zip_dirent_process_ef_zip64(zde, ef, got_len, local, error)) { - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - } - is_zip64 = true; - } - - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - if (!from_buffer) { - _zip_buffer_free(buffer); - } - return -1; - } - - if (!from_buffer) { - _zip_buffer_free(buffer); - } - - if (local && zde->bitflags & ZIP_GPBF_DATA_DESCRIPTOR) { - zip_uint32_t df_crc; - zip_uint64_t df_comp_size, df_uncomp_size; - if (zip_source_seek(src, central_compressed_size, SEEK_CUR) != 0 || (buffer = _zip_buffer_new_from_source(src, MAX_DATA_DESCRIPTOR_LENGTH, buf, error)) == NULL) { - return -1; - } - if (memcmp(_zip_buffer_peek(buffer, MAGIC_LEN), DATADES_MAGIC, MAGIC_LEN) == 0) { - _zip_buffer_skip(buffer, MAGIC_LEN); - } - df_crc = _zip_buffer_get_32(buffer); - df_comp_size = is_zip64 ? _zip_buffer_get_64(buffer) : _zip_buffer_get_32(buffer); - df_uncomp_size = is_zip64 ? _zip_buffer_get_64(buffer) : _zip_buffer_get_32(buffer); - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(buffer); - return -1; - } - _zip_buffer_free(buffer); - - if ((zde->crc != 0 && zde->crc != df_crc) || (zde->comp_size != 0 && zde->comp_size != df_comp_size) || (zde->uncomp_size != 0 && zde->uncomp_size != df_uncomp_size)) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_DATA_DESCRIPTOR_MISMATCH); - return -1; - } - zde->crc = df_crc; - zde->comp_size = df_comp_size; - zde->uncomp_size = df_uncomp_size; - } - - /* zip_source_seek / zip_source_tell don't support values > ZIP_INT64_MAX */ - if (zde->offset > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return -1; - } - - if (!_zip_dirent_process_winzip_aes(zde, error)) { - return -1; - } - - zde->extra_fields = _zip_ef_remove_internal(zde->extra_fields); - - return (zip_int64_t)size + (zip_int64_t)variable_size; -} - -bool -zip_dirent_process_ef_zip64(zip_dirent_t *zde, const zip_uint8_t *ef, zip_uint64_t got_len, bool local, zip_error_t *error) { - zip_buffer_t *ef_buffer; - - if ((ef_buffer = _zip_buffer_new((zip_uint8_t *)ef, got_len)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - - if (zde->uncomp_size == ZIP_UINT32_MAX) { - zde->uncomp_size = _zip_buffer_get_64(ef_buffer); - } - else if (local) { - /* From appnote.txt: This entry in the Local header MUST - include BOTH original and compressed file size fields. */ - (void)_zip_buffer_skip(ef_buffer, 8); /* error is caught by _zip_buffer_eof() call */ - } - if (zde->comp_size == ZIP_UINT32_MAX) { - zde->comp_size = _zip_buffer_get_64(ef_buffer); - } - if (!local) { - if (zde->offset == ZIP_UINT32_MAX) { - zde->offset = _zip_buffer_get_64(ef_buffer); - } - if (zde->disk_number == ZIP_UINT16_MAX) { - zde->disk_number = _zip_buffer_get_32(ef_buffer); - } - } - - if (!_zip_buffer_eof(ef_buffer)) { - /* accept additional fields if values match */ - bool ok = true; - switch (got_len) { - case 28: - _zip_buffer_set_offset(ef_buffer, 24); - if (zde->disk_number != _zip_buffer_get_32(ef_buffer)) { - ok = false; - } - /* fallthrough */ - case 24: - _zip_buffer_set_offset(ef_buffer, 0); - if ((zde->uncomp_size != _zip_buffer_get_64(ef_buffer)) || (zde->comp_size != _zip_buffer_get_64(ef_buffer)) || (zde->offset != _zip_buffer_get_64(ef_buffer))) { - ok = false; - } - break; - - default: - ok = false; - } - if (!ok) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_INVALID_ZIP64_EF); - _zip_buffer_free(ef_buffer); - return false; - } - } - _zip_buffer_free(ef_buffer); - - return true; -} - - -static zip_string_t * -_zip_dirent_process_ef_utf_8(const zip_dirent_t *de, zip_uint16_t id, zip_string_t *str, bool check_consistency) { - zip_uint16_t ef_len; - zip_uint32_t ef_crc; - zip_buffer_t *buffer; - - const zip_uint8_t *ef = _zip_ef_get_by_id(de->extra_fields, &ef_len, id, 0, ZIP_EF_BOTH, NULL); - - if (ef == NULL || ef_len < 5 || ef[0] != 1) { - return str; - } - - if ((buffer = _zip_buffer_new((zip_uint8_t *)ef, ef_len)) == NULL) { - return str; - } - - _zip_buffer_get_8(buffer); - ef_crc = _zip_buffer_get_32(buffer); - - if (_zip_string_crc32(str) == ef_crc) { - zip_uint16_t len = (zip_uint16_t)_zip_buffer_left(buffer); - zip_string_t *ef_str = _zip_string_new(_zip_buffer_get(buffer, len), len, ZIP_FL_ENC_UTF_8, NULL); - - if (ef_str != NULL) { - if (check_consistency) { - if (!_zip_string_equal(str, ef_str) && _zip_string_is_ascii(ef_str)) { - _zip_string_free(ef_str); - _zip_buffer_free(buffer); - return NULL; - } - } - - _zip_string_free(str); - str = ef_str; - } - } - - _zip_buffer_free(buffer); - - return str; -} - - -static bool -_zip_dirent_process_winzip_aes(zip_dirent_t *de, zip_error_t *error) { - zip_uint16_t ef_len; - zip_buffer_t *buffer; - const zip_uint8_t *ef; - bool crc_valid; - zip_uint16_t enc_method; - - - if (de->comp_method != ZIP_CM_WINZIP_AES) { - return true; - } - - ef = _zip_ef_get_by_id(de->extra_fields, &ef_len, ZIP_EF_WINZIP_AES, 0, ZIP_EF_BOTH, NULL); - - if (ef == NULL || ef_len < 7) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_INVALID_WINZIPAES_EF); - return false; - } - - if ((buffer = _zip_buffer_new((zip_uint8_t *)ef, ef_len)) == NULL) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return false; - } - - /* version */ - - crc_valid = true; - switch (_zip_buffer_get_16(buffer)) { - case 1: - break; - - case 2: - crc_valid = false; - /* TODO: When checking consistency, check that crc is 0. */ - break; - - default: - zip_error_set(error, ZIP_ER_ENCRNOTSUPP, 0); - _zip_buffer_free(buffer); - return false; - } - - /* vendor */ - if (memcmp(_zip_buffer_get(buffer, 2), "AE", 2) != 0) { - zip_error_set(error, ZIP_ER_ENCRNOTSUPP, 0); - _zip_buffer_free(buffer); - return false; - } - - /* mode */ - switch (_zip_buffer_get_8(buffer)) { - case 1: - enc_method = ZIP_EM_AES_128; - break; - case 2: - enc_method = ZIP_EM_AES_192; - break; - case 3: - enc_method = ZIP_EM_AES_256; - break; - default: - zip_error_set(error, ZIP_ER_ENCRNOTSUPP, 0); - _zip_buffer_free(buffer); - return false; - } - - if (ef_len != 7) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_INVALID_WINZIPAES_EF); - _zip_buffer_free(buffer); - return false; - } - - de->crc_valid = crc_valid; - de->encryption_method = enc_method; - de->comp_method = _zip_buffer_get_16(buffer); - - _zip_buffer_free(buffer); - return true; -} - - -zip_int32_t -_zip_dirent_size(zip_source_t *src, zip_uint16_t flags, zip_error_t *error) { - zip_int32_t size; - bool local = (flags & ZIP_EF_LOCAL) != 0; - int i; - zip_uint8_t b[6]; - zip_buffer_t *buffer; - - size = local ? LENTRYSIZE : CDENTRYSIZE; - - if (zip_source_seek(src, local ? 26 : 28, SEEK_CUR) < 0) { - zip_error_set_from_source(error, src); - return -1; - } - - if ((buffer = _zip_buffer_new_from_source(src, local ? 4 : 6, b, error)) == NULL) { - return -1; - } - - for (i = 0; i < (local ? 2 : 3); i++) { - size += _zip_buffer_get_16(buffer); - } - - if (!_zip_buffer_eof(buffer)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(buffer); - return -1; - } - - _zip_buffer_free(buffer); - return size; -} - - -/* _zip_dirent_write - Writes zip directory entry. - - If flags & ZIP_EF_LOCAL, it writes a local header instead of a central - directory entry. If flags & ZIP_EF_FORCE_ZIP64, a ZIP64 extra field is written, even if not needed. - - Returns 0 if successful, 1 if successful and wrote ZIP64 extra field. On error, error is filled in and -1 is - returned. -*/ - -int -_zip_dirent_write(zip_t *za, zip_dirent_t *de, zip_flags_t flags) { - zip_dostime_t dostime; - zip_encoding_type_t com_enc, name_enc; - zip_extra_field_t *ef; - zip_extra_field_t *ef64; - zip_uint32_t ef_total_size; - bool is_zip64; - bool is_really_zip64; - bool is_winzip_aes; - zip_uint8_t buf[CDENTRYSIZE]; - zip_buffer_t *buffer; - - ef = NULL; - - name_enc = _zip_guess_encoding(de->filename, ZIP_ENCODING_UNKNOWN); - com_enc = _zip_guess_encoding(de->comment, ZIP_ENCODING_UNKNOWN); - - if ((name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_ASCII) || (name_enc == ZIP_ENCODING_ASCII && com_enc == ZIP_ENCODING_UTF8_KNOWN) || (name_enc == ZIP_ENCODING_UTF8_KNOWN && com_enc == ZIP_ENCODING_UTF8_KNOWN)) - de->bitflags |= ZIP_GPBF_ENCODING_UTF_8; - else { - de->bitflags &= (zip_uint16_t)~ZIP_GPBF_ENCODING_UTF_8; - if (name_enc == ZIP_ENCODING_UTF8_KNOWN) { - ef = _zip_ef_utf8(ZIP_EF_UTF_8_NAME, de->filename, &za->error); - if (ef == NULL) - return -1; - } - if ((flags & ZIP_FL_LOCAL) == 0 && com_enc == ZIP_ENCODING_UTF8_KNOWN) { - zip_extra_field_t *ef2 = _zip_ef_utf8(ZIP_EF_UTF_8_COMMENT, de->comment, &za->error); - if (ef2 == NULL) { - _zip_ef_free(ef); - return -1; - } - ef2->next = ef; - ef = ef2; - } - } - - if (de->encryption_method == ZIP_EM_NONE) { - de->bitflags &= (zip_uint16_t)~ZIP_GPBF_ENCRYPTED; - } - else { - de->bitflags |= (zip_uint16_t)ZIP_GPBF_ENCRYPTED; - } - - is_really_zip64 = _zip_dirent_needs_zip64(de, flags); - is_zip64 = (flags & (ZIP_FL_LOCAL | ZIP_FL_FORCE_ZIP64)) == (ZIP_FL_LOCAL | ZIP_FL_FORCE_ZIP64) || is_really_zip64; - is_winzip_aes = de->encryption_method == ZIP_EM_AES_128 || de->encryption_method == ZIP_EM_AES_192 || de->encryption_method == ZIP_EM_AES_256; - - if (is_zip64) { - zip_uint8_t ef_zip64[EFZIP64SIZE]; - zip_buffer_t *ef_buffer = _zip_buffer_new(ef_zip64, sizeof(ef_zip64)); - if (ef_buffer == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - _zip_ef_free(ef); - return -1; - } - - if (flags & ZIP_FL_LOCAL) { - if ((flags & ZIP_FL_FORCE_ZIP64) || de->comp_size > ZIP_UINT32_MAX || de->uncomp_size > ZIP_UINT32_MAX) { - _zip_buffer_put_64(ef_buffer, de->uncomp_size); - _zip_buffer_put_64(ef_buffer, de->comp_size); - } - } - else { - if ((flags & ZIP_FL_FORCE_ZIP64) || de->comp_size > ZIP_UINT32_MAX || de->uncomp_size > ZIP_UINT32_MAX || de->offset > ZIP_UINT32_MAX) { - if (de->uncomp_size >= ZIP_UINT32_MAX) { - _zip_buffer_put_64(ef_buffer, de->uncomp_size); - } - if (de->comp_size >= ZIP_UINT32_MAX) { - _zip_buffer_put_64(ef_buffer, de->comp_size); - } - if (de->offset >= ZIP_UINT32_MAX) { - _zip_buffer_put_64(ef_buffer, de->offset); - } - } - } - - if (!_zip_buffer_ok(ef_buffer)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(ef_buffer); - _zip_ef_free(ef); - return -1; - } - - ef64 = _zip_ef_new(ZIP_EF_ZIP64, (zip_uint16_t)(_zip_buffer_offset(ef_buffer)), ef_zip64, ZIP_EF_BOTH); - _zip_buffer_free(ef_buffer); - ef64->next = ef; - ef = ef64; - } - - if (is_winzip_aes) { - zip_uint8_t data[EF_WINZIP_AES_SIZE]; - zip_buffer_t *ef_buffer = _zip_buffer_new(data, sizeof(data)); - zip_extra_field_t *ef_winzip; - - if (ef_buffer == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - _zip_ef_free(ef); - return -1; - } - - _zip_buffer_put_16(ef_buffer, 2); - _zip_buffer_put(ef_buffer, "AE", 2); - _zip_buffer_put_8(ef_buffer, (zip_uint8_t)(de->encryption_method & 0xff)); - _zip_buffer_put_16(ef_buffer, (zip_uint16_t)de->comp_method); - - if (!_zip_buffer_ok(ef_buffer)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(ef_buffer); - _zip_ef_free(ef); - return -1; - } - - ef_winzip = _zip_ef_new(ZIP_EF_WINZIP_AES, EF_WINZIP_AES_SIZE, data, ZIP_EF_BOTH); - _zip_buffer_free(ef_buffer); - ef_winzip->next = ef; - ef = ef_winzip; - } - - if ((buffer = _zip_buffer_new(buf, sizeof(buf))) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - _zip_ef_free(ef); - return -1; - } - - _zip_buffer_put(buffer, (flags & ZIP_FL_LOCAL) ? LOCAL_MAGIC : CENTRAL_MAGIC, 4); - - if ((flags & ZIP_FL_LOCAL) == 0) { - _zip_buffer_put_16(buffer, de->version_madeby); - } - _zip_buffer_put_16(buffer, ZIP_MAX(is_really_zip64 ? 45 : 0, de->version_needed)); - _zip_buffer_put_16(buffer, de->bitflags); - if (is_winzip_aes) { - _zip_buffer_put_16(buffer, ZIP_CM_WINZIP_AES); - } - else { - _zip_buffer_put_16(buffer, (zip_uint16_t)ZIP_CM_ACTUAL(de->comp_method)); - } - - if (ZIP_WANT_TORRENTZIP(za)) { - dostime.time = 0xbc00; - dostime.date = 0x2198; - } - else { - dostime = de->last_mod; - } - _zip_buffer_put_16(buffer, dostime.time); - _zip_buffer_put_16(buffer, dostime.date); - - if (is_winzip_aes && de->uncomp_size < 20) { - _zip_buffer_put_32(buffer, 0); - } - else { - _zip_buffer_put_32(buffer, de->crc); - } - - if (((flags & ZIP_FL_LOCAL) == ZIP_FL_LOCAL) && ((de->comp_size >= ZIP_UINT32_MAX) || (de->uncomp_size >= ZIP_UINT32_MAX))) { - /* In local headers, if a ZIP64 EF is written, it MUST contain - * both compressed and uncompressed sizes (even if one of the - * two is smaller than 0xFFFFFFFF); on the other hand, those - * may only appear when the corresponding standard entry is - * 0xFFFFFFFF. (appnote.txt 4.5.3) */ - _zip_buffer_put_32(buffer, ZIP_UINT32_MAX); - _zip_buffer_put_32(buffer, ZIP_UINT32_MAX); - } - else { - if (de->comp_size < ZIP_UINT32_MAX) { - _zip_buffer_put_32(buffer, (zip_uint32_t)de->comp_size); - } - else { - _zip_buffer_put_32(buffer, ZIP_UINT32_MAX); - } - if (de->uncomp_size < ZIP_UINT32_MAX) { - _zip_buffer_put_32(buffer, (zip_uint32_t)de->uncomp_size); - } - else { - _zip_buffer_put_32(buffer, ZIP_UINT32_MAX); - } - } - - _zip_buffer_put_16(buffer, _zip_string_length(de->filename)); - ef_total_size = (zip_uint32_t)_zip_ef_size(ef, ZIP_EF_BOTH); - if (!ZIP_WANT_TORRENTZIP(za)) { - /* TODO: check for overflow */ - ef_total_size += (zip_uint32_t)_zip_ef_size(de->extra_fields, flags); - } - _zip_buffer_put_16(buffer, (zip_uint16_t)ef_total_size); - - if ((flags & ZIP_FL_LOCAL) == 0) { - _zip_buffer_put_16(buffer, ZIP_WANT_TORRENTZIP(za) ? 0 : _zip_string_length(de->comment)); - _zip_buffer_put_16(buffer, (zip_uint16_t)de->disk_number); - _zip_buffer_put_16(buffer, de->int_attrib); - _zip_buffer_put_32(buffer, de->ext_attrib); - if (de->offset < ZIP_UINT32_MAX) - _zip_buffer_put_32(buffer, (zip_uint32_t)de->offset); - else - _zip_buffer_put_32(buffer, ZIP_UINT32_MAX); - } - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(buffer); - _zip_ef_free(ef); - return -1; - } - - if (_zip_write(za, buf, _zip_buffer_offset(buffer)) < 0) { - _zip_buffer_free(buffer); - _zip_ef_free(ef); - return -1; - } - - _zip_buffer_free(buffer); - - if (de->filename) { - if (_zip_string_write(za, de->filename) < 0) { - _zip_ef_free(ef); - return -1; - } - } - - if (ef) { - if (_zip_ef_write(za, ef, ZIP_EF_BOTH) < 0) { - _zip_ef_free(ef); - return -1; - } - } - _zip_ef_free(ef); - if (de->extra_fields && !ZIP_WANT_TORRENTZIP(za)) { - if (_zip_ef_write(za, de->extra_fields, flags) < 0) { - return -1; - } - } - - if ((flags & ZIP_FL_LOCAL) == 0 && !ZIP_WANT_TORRENTZIP(za)) { - if (de->comment) { - if (_zip_string_write(za, de->comment) < 0) { - return -1; - } - } - } - - - return is_zip64; -} - - -time_t -_zip_d2u_time(const zip_dostime_t *dtime) { - struct tm tm; - - memset(&tm, 0, sizeof(tm)); - - /* let mktime decide if DST is in effect */ - tm.tm_isdst = -1; - - tm.tm_year = ((dtime->date >> 9) & 127) + 1980 - 1900; - tm.tm_mon = ((dtime->date >> 5) & 15) - 1; - tm.tm_mday = dtime->date & 31; - - tm.tm_hour = (dtime->time >> 11) & 31; - tm.tm_min = (dtime->time >> 5) & 63; - tm.tm_sec = (dtime->time << 1) & 62; - - return mktime(&tm); -} - - -static zip_extra_field_t * -_zip_ef_utf8(zip_uint16_t id, zip_string_t *str, zip_error_t *error) { - const zip_uint8_t *raw; - zip_uint32_t len; - zip_buffer_t *buffer; - zip_extra_field_t *ef; - - if ((raw = _zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) { - /* error already set */ - return NULL; - } - - if (len + 5 > ZIP_UINT16_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); /* TODO: better error code? */ - return NULL; - } - - if ((buffer = _zip_buffer_new(NULL, len + 5)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - _zip_buffer_put_8(buffer, 1); - _zip_buffer_put_32(buffer, _zip_string_crc32(str)); - _zip_buffer_put(buffer, raw, len); - - if (!_zip_buffer_ok(buffer)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(buffer); - return NULL; - } - - ef = _zip_ef_new(id, (zip_uint16_t)(_zip_buffer_offset(buffer)), _zip_buffer_data(buffer), ZIP_EF_BOTH); - _zip_buffer_free(buffer); - - return ef; -} - - -zip_dirent_t * -_zip_get_dirent(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_error_t *error) { - if (error == NULL) - error = &za->error; - - if (idx >= za->nentry) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((flags & ZIP_FL_UNCHANGED) || za->entry[idx].changes == NULL) { - if (za->entry[idx].orig == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - if (za->entry[idx].deleted && (flags & ZIP_FL_UNCHANGED) == 0) { - zip_error_set(error, ZIP_ER_DELETED, 0); - return NULL; - } - return za->entry[idx].orig; - } - else - return za->entry[idx].changes; -} - - -int -_zip_u2d_time(time_t intime, zip_dostime_t *dtime, zip_error_t *ze) { - struct tm *tpm; - struct tm tm; - tpm = zip_localtime(&intime, &tm); - if (tpm == NULL) { - /* if localtime fails, return an arbitrary date (1980-01-01 00:00:00) */ - dtime->date = (1 << 5) + 1; - dtime->time = 0; - if (ze) { - zip_error_set(ze, ZIP_ER_INVAL, errno); - } - return -1; - } - if (tpm->tm_year < 80) { - tpm->tm_year = 80; - } - - dtime->date = (zip_uint16_t)(((tpm->tm_year + 1900 - 1980) << 9) + ((tpm->tm_mon + 1) << 5) + tpm->tm_mday); - dtime->time = (zip_uint16_t)(((tpm->tm_hour) << 11) + ((tpm->tm_min) << 5) + ((tpm->tm_sec) >> 1)); - - return 0; -} - - -bool _zip_dirent_apply_attributes(zip_dirent_t *de, zip_file_attributes_t *attributes, bool force_zip64, zip_uint32_t changed) { - zip_uint16_t length; - bool has_changed = false; - - if (attributes->valid & ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS) { - zip_uint16_t mask = attributes->general_purpose_bit_mask & ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS_ALLOWED_MASK; - zip_uint16_t bitflags = (de->bitflags & ~mask) | (attributes->general_purpose_bit_flags & mask); - if (de->bitflags != bitflags) { - de->bitflags = bitflags; - has_changed = true; - } - } - if (attributes->valid & ZIP_FILE_ATTRIBUTES_ASCII) { - zip_uint16_t int_attrib = (de->int_attrib & ~0x1) | (attributes->ascii ? 1 : 0); - if (de->int_attrib != int_attrib) { - de->int_attrib = int_attrib; - has_changed = true; - } - } - /* manually set attributes are preferred over attributes provided by source */ - if ((changed & ZIP_DIRENT_ATTRIBUTES) == 0 && (attributes->valid & ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES)) { - if (de->ext_attrib != attributes->external_file_attributes) { - de->ext_attrib = attributes->external_file_attributes; - has_changed = true; - } - } - - zip_uint16_t version_needed; - if (de->comp_method == ZIP_CM_LZMA) { - version_needed = 63; - } - else if (de->encryption_method == ZIP_EM_AES_128 || de->encryption_method == ZIP_EM_AES_192 || de->encryption_method == ZIP_EM_AES_256) { - version_needed = 51; - } - else if (de->comp_method == ZIP_CM_BZIP2) { - version_needed = 46; - } - else if (force_zip64 || _zip_dirent_needs_zip64(de, 0)) { - version_needed = 45; - } - else if (de->comp_method == ZIP_CM_DEFLATE || de->encryption_method == ZIP_EM_TRAD_PKWARE) { - version_needed = 20; - } - else if ((length = _zip_string_length(de->filename)) > 0 && de->filename->raw[length - 1] == '/') { - version_needed = 20; - } - else { - version_needed = 10; - } - - if (attributes->valid & ZIP_FILE_ATTRIBUTES_VERSION_NEEDED) { - version_needed = ZIP_MAX(version_needed, attributes->version_needed); - } - - if (de->version_needed != version_needed) { - de->version_needed = version_needed; - has_changed = true; - } - - zip_int16_t version_madeby = 63 | (de->version_madeby & 0xff00); - if ((changed & ZIP_DIRENT_ATTRIBUTES) == 0 && (attributes->valid & ZIP_FILE_ATTRIBUTES_HOST_SYSTEM)) { - version_madeby = (version_madeby & 0xff) | (zip_uint16_t)(attributes->host_system << 8); - } - if (de->version_madeby != version_madeby) { - de->version_madeby = version_madeby; - has_changed = true; - } - - return has_changed; -} - - -/* _zip_dirent_torrent_normalize(de); - Set values suitable for torrentzip. -*/ - -void -zip_dirent_torrentzip_normalize(zip_dirent_t *de) { - de->version_madeby = 0; - de->version_needed = 20; /* 2.0 */ - de->bitflags = 2; /* maximum compression */ - de->comp_method = ZIP_CM_DEFLATE; - de->compression_level = TORRENTZIP_COMPRESSION_FLAGS; - de->disk_number = 0; - de->int_attrib = 0; - de->ext_attrib = 0; - - /* last_mod, extra_fields, and comment are normalized in zip_dirent_write() directly */ -} - -int zip_dirent_check_consistency(zip_dirent_t *dirent) { - if (dirent->comp_method == ZIP_CM_STORE) { - zip_uint64_t header_size = 0; - switch (dirent->encryption_method) { - case ZIP_EM_NONE: - break; - case ZIP_EM_TRAD_PKWARE: - header_size = 12; - break; - case ZIP_EM_AES_128: - header_size = 20; - break; - case ZIP_EM_AES_192: - header_size = 24; - break; - case ZIP_EM_AES_256: - header_size = 28; - break; - - default: - return 0; - } - if (dirent->uncomp_size + header_size < dirent->uncomp_size || dirent->comp_size != dirent->uncomp_size + header_size) { - return ZIP_ER_DETAIL_STORED_SIZE_MISMATCH; - } - } - return 0; -} - -time_t -zip_dirent_get_last_mod_mtime(zip_dirent_t *de) { - if (!de->last_mod_mtime_valid) { - de->last_mod_mtime = _zip_d2u_time(&de->last_mod); - de->last_mod_mtime_valid = true; - } - - return de->last_mod_mtime; -} \ No newline at end of file diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_discard.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_discard.c deleted file mode 100644 index 841a80e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_discard.c +++ /dev/null @@ -1,80 +0,0 @@ -/* - zip_discard.c -- discard and free struct zip - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -/* zip_discard: - frees the space allocated to a zipfile struct, and closes the - corresponding file. */ - -void -zip_discard(zip_t *za) { - zip_uint64_t i; - - if (za == NULL) - return; - - if (za->src) { - zip_source_close(za->src); - zip_source_free(za->src); - } - - free(za->default_password); - _zip_string_free(za->comment_orig); - _zip_string_free(za->comment_changes); - - _zip_hash_free(za->names); - - if (za->entry) { - for (i = 0; i < za->nentry; i++) - _zip_entry_finalize(za->entry + i); - free(za->entry); - } - - for (i = 0; i < za->nopen_source; i++) { - _zip_source_invalidate(za->open_source[i]); - } - free(za->open_source); - - _zip_progress_free(za->progress); - - zip_error_fini(&za->error); - - free(za); - - return; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_entry.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_entry.c deleted file mode 100644 index dd25e61..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_entry.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - zip_entry.c -- struct zip_entry helper functions - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -void -_zip_entry_finalize(zip_entry_t *e) { - _zip_unchange_data(e); - _zip_dirent_free(e->orig); - _zip_dirent_free(e->changes); -} - - -void -_zip_entry_init(zip_entry_t *e) { - e->orig = NULL; - e->changes = NULL; - e->source = NULL; - e->deleted = 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_error.c deleted file mode 100644 index da910d4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error.c +++ /dev/null @@ -1,156 +0,0 @@ -/* - zip_error.c -- zip_error_t helper functions - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_error_code_system(const zip_error_t *error) { - return error->sys_err; -} - - -ZIP_EXTERN int -zip_error_code_zip(const zip_error_t *error) { - return error->zip_err; -} - - -ZIP_EXTERN void -zip_error_fini(zip_error_t *err) { - free(err->str); - err->str = NULL; -} - - -ZIP_EXTERN void -zip_error_init(zip_error_t *err) { - err->zip_err = ZIP_ER_OK; - err->sys_err = 0; - err->str = NULL; -} - -ZIP_EXTERN void -zip_error_init_with_code(zip_error_t *error, int ze) { - zip_error_init(error); - error->zip_err = ze; - switch (zip_error_system_type(error)) { - case ZIP_ET_SYS: - case ZIP_ET_LIBZIP: - error->sys_err = errno; - break; - - default: - error->sys_err = 0; - break; - } -} - - -ZIP_EXTERN int -zip_error_system_type(const zip_error_t *error) { - if (error->zip_err < 0 || error->zip_err >= _zip_err_str_count) - return ZIP_ET_NONE; - - return _zip_err_str[error->zip_err].type; -} - - -void -_zip_error_clear(zip_error_t *err) { - if (err == NULL) - return; - - err->zip_err = ZIP_ER_OK; - err->sys_err = 0; -} - - -void -_zip_error_copy(zip_error_t *dst, const zip_error_t *src) { - if (dst == NULL) { - return; - } - - dst->zip_err = src->zip_err; - dst->sys_err = src->sys_err; -} - - -void -_zip_error_get(const zip_error_t *err, int *zep, int *sep) { - if (zep) - *zep = err->zip_err; - if (sep) { - if (zip_error_system_type(err) != ZIP_ET_NONE) - *sep = err->sys_err; - else - *sep = 0; - } -} - - -void -zip_error_set(zip_error_t *err, int ze, int se) { - if (err) { - err->zip_err = ze; - err->sys_err = se; - } -} - - -void -zip_error_set_from_source(zip_error_t *err, zip_source_t *src) { - if (src == NULL) { - zip_error_set(err, ZIP_ER_INVAL, 0); - return; - } - - _zip_error_copy(err, zip_source_error(src)); -} - - -zip_int64_t -zip_error_to_data(const zip_error_t *error, void *data, zip_uint64_t length) { - int *e = (int *)data; - - if (length < sizeof(int) * 2) { - return -1; - } - - e[0] = zip_error_code_zip(error); - e[1] = zip_error_code_system(error); - return sizeof(int) * 2; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_clear.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_clear.c deleted file mode 100644 index 0406271..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_clear.c +++ /dev/null @@ -1,44 +0,0 @@ -/* - zip_error_clear.c -- clear zip error - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN void -zip_error_clear(zip_t *za) { - if (za == NULL) - return; - - _zip_error_clear(&za->error); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get.c deleted file mode 100644 index 2a5b3ea..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get.c +++ /dev/null @@ -1,54 +0,0 @@ -/* - zip_error_get.c -- get zip error - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN void -zip_error_get(zip_t *za, int *zep, int *sep) { - _zip_error_get(&za->error, zep, sep); -} - - -ZIP_EXTERN zip_error_t * -zip_get_error(zip_t *za) { - return &za->error; -} - - -ZIP_EXTERN zip_error_t * -zip_file_get_error(zip_file_t *f) { - return &f->error; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get_sys_type.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get_sys_type.c deleted file mode 100644 index 973d26c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_get_sys_type.c +++ /dev/null @@ -1,45 +0,0 @@ -/* - zip_error_get_sys_type.c -- return type of system error code - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN int -zip_error_get_sys_type(int ze) { - if (ze < 0 || ze >= _zip_err_str_count) { - return 0; - } - - return _zip_err_str[ze].type; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_strerror.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_strerror.c deleted file mode 100644 index 5be54b3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_strerror.c +++ /dev/null @@ -1,140 +0,0 @@ -/* - zip_error_sterror.c -- get string representation of struct zip_error - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include -#include - -#include "zipint.h" - -ZIP_EXTERN const char * -zip_error_strerror(zip_error_t *err) { - const char *zip_error_string, *system_error_string; - char *s; - char *system_error_buffer = NULL; - - zip_error_fini(err); - - if (err->zip_err < 0 || err->zip_err >= _zip_err_str_count) { - system_error_buffer = (char *)malloc(128); - if (system_error_buffer == NULL) { - return _zip_err_str[ZIP_ER_MEMORY].description; - } - snprintf_s(system_error_buffer, 128, "Unknown error %d", err->zip_err); - system_error_buffer[128 - 1] = '\0'; /* make sure string is NUL-terminated */ - zip_error_string = NULL; - system_error_string = system_error_buffer; - } - else { - zip_error_string = _zip_err_str[err->zip_err].description; - - switch (_zip_err_str[err->zip_err].type) { - case ZIP_ET_SYS: { - size_t len = strerrorlen_s(err->sys_err) + 1; - system_error_buffer = malloc(len); - if (system_error_buffer == NULL) { - return _zip_err_str[ZIP_ER_MEMORY].description; - } - strerror_s(system_error_buffer, len, err->sys_err); - system_error_string = system_error_buffer; - break; - } - - case ZIP_ET_ZLIB: - system_error_string = zError(err->sys_err); - break; - - case ZIP_ET_LIBZIP: { - zip_uint8_t error = GET_ERROR_FROM_DETAIL(err->sys_err); - int index = GET_INDEX_FROM_DETAIL(err->sys_err); - - if (error == 0) { - system_error_string = NULL; - } - else if (error >= _zip_err_details_count) { - system_error_buffer = (char *)malloc(128); - if (system_error_buffer == NULL) { - return _zip_err_str[ZIP_ER_MEMORY].description; - } - snprintf_s(system_error_buffer, 128, "invalid detail error %u", error); - system_error_buffer[128 - 1] = '\0'; /* make sure string is NUL-terminated */ - system_error_string = system_error_buffer; - } - else if (_zip_err_details[error].type == ZIP_DETAIL_ET_ENTRY && index < MAX_DETAIL_INDEX) { - system_error_buffer = (char *)malloc(128); - if (system_error_buffer == NULL) { - return _zip_err_str[ZIP_ER_MEMORY].description; - } - snprintf_s(system_error_buffer, 128, "entry %d: %s", index, _zip_err_details[error].description); - system_error_buffer[128 - 1] = '\0'; /* make sure string is NUL-terminated */ - system_error_string = system_error_buffer; - } - else { - system_error_string = _zip_err_details[error].description; - } - break; - } - - default: - system_error_string = NULL; - } - } - - if (system_error_string == NULL) { - free(system_error_buffer); - return zip_error_string; - } - else { - size_t length = strlen(system_error_string); - if (zip_error_string) { - size_t length_error = strlen(zip_error_string); - if (length + length_error + 2 < length) { - free(system_error_buffer); - return _zip_err_str[ZIP_ER_MEMORY].description; - } - length += length_error + 2; - } - if (length == SIZE_MAX || (s = (char *)malloc(length + 1)) == NULL) { - free(system_error_buffer); - return _zip_err_str[ZIP_ER_MEMORY].description; - } - - snprintf_s(s, length + 1, "%s%s%s", (zip_error_string ? zip_error_string : ""), (zip_error_string ? ": " : ""), system_error_string); - err->str = s; - - free(system_error_buffer); - return s; - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_to_str.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_to_str.c deleted file mode 100644 index 4186e3a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_error_to_str.c +++ /dev/null @@ -1,58 +0,0 @@ -/* - zip_error_to_str.c -- get string representation of zip error code - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN int -zip_error_to_str(char *buf, zip_uint64_t len, int ze, int se) { - zip_error_t error; - const char *error_string; - int ret; - - zip_error_init(&error); - zip_error_set(&error, ze, se); - - error_string = zip_error_strerror(&error); - - ret = snprintf_s(buf, ZIP_MIN(len, SIZE_MAX), error_string, strlen(error_string)); - - zip_error_fini(&error); - - return ret; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field.c deleted file mode 100644 index 5283704..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field.c +++ /dev/null @@ -1,427 +0,0 @@ -/* - zip_extra_field.c -- manipulate extra fields - Copyright (C) 2012-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -#include "zipint.h" - - -zip_extra_field_t * -_zip_ef_clone(const zip_extra_field_t *ef, zip_error_t *error) { - zip_extra_field_t *head, *prev, *def; - - head = prev = NULL; - - while (ef) { - if ((def = _zip_ef_new(ef->id, ef->size, ef->data, ef->flags)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - _zip_ef_free(head); - return NULL; - } - - if (head == NULL) - head = def; - if (prev) - prev->next = def; - prev = def; - - ef = ef->next; - } - - return head; -} - - -zip_extra_field_t * -_zip_ef_delete_by_id(zip_extra_field_t *ef, zip_uint16_t id, zip_uint16_t id_idx, zip_flags_t flags) { - zip_extra_field_t *head, *prev; - int i; - - i = 0; - head = ef; - prev = NULL; - for (; ef; ef = (prev ? prev->next : head)) { - if ((ef->flags & flags & ZIP_EF_BOTH) && ((ef->id == id) || (id == ZIP_EXTRA_FIELD_ALL))) { - if (id_idx == ZIP_EXTRA_FIELD_ALL || i == id_idx) { - ef->flags &= ~(flags & ZIP_EF_BOTH); - if ((ef->flags & ZIP_EF_BOTH) == 0) { - if (prev) - prev->next = ef->next; - else - head = ef->next; - ef->next = NULL; - _zip_ef_free(ef); - - if (id_idx == ZIP_EXTRA_FIELD_ALL) - continue; - } - } - - i++; - if (i > id_idx) - break; - } - prev = ef; - } - - return head; -} - - -void -_zip_ef_free(zip_extra_field_t *ef) { - zip_extra_field_t *ef2; - - while (ef) { - ef2 = ef->next; - free(ef->data); - free(ef); - ef = ef2; - } -} - - -const zip_uint8_t * -_zip_ef_get_by_id(const zip_extra_field_t *ef, zip_uint16_t *lenp, zip_uint16_t id, zip_uint16_t id_idx, zip_flags_t flags, zip_error_t *error) { - static const zip_uint8_t empty[1] = {'\0'}; - - int i; - - i = 0; - for (; ef; ef = ef->next) { - if (ef->id == id && (ef->flags & flags & ZIP_EF_BOTH)) { - if (i < id_idx) { - i++; - continue; - } - - if (lenp) - *lenp = ef->size; - if (ef->size > 0) - return ef->data; - else - return empty; - } - } - - zip_error_set(error, ZIP_ER_NOENT, 0); - return NULL; -} - - -zip_extra_field_t * -_zip_ef_merge(zip_extra_field_t *to, zip_extra_field_t *from) { - zip_extra_field_t *ef2, *tt, *tail; - int duplicate; - - if (to == NULL) - return from; - - for (tail = to; tail->next; tail = tail->next) - ; - - for (; from; from = ef2) { - ef2 = from->next; - - duplicate = 0; - for (tt = to; tt; tt = tt->next) { - if (tt->id == from->id && tt->size == from->size && (tt->size == 0 || memcmp(tt->data, from->data, tt->size) == 0)) { - tt->flags |= (from->flags & ZIP_EF_BOTH); - duplicate = 1; - break; - } - } - - from->next = NULL; - if (duplicate) - _zip_ef_free(from); - else - tail = tail->next = from; - } - - return to; -} - - -zip_extra_field_t * -_zip_ef_new(zip_uint16_t id, zip_uint16_t size, const zip_uint8_t *data, zip_flags_t flags) { - zip_extra_field_t *ef; - - if ((ef = (zip_extra_field_t *)malloc(sizeof(*ef))) == NULL) - return NULL; - - ef->next = NULL; - ef->flags = flags; - ef->id = id; - ef->size = size; - if (size > 0) { - if ((ef->data = (zip_uint8_t *)_zip_memdup(data, size, NULL)) == NULL) { - free(ef); - return NULL; - } - } - else - ef->data = NULL; - - return ef; -} - - -bool -_zip_ef_parse(const zip_uint8_t *data, zip_uint16_t len, zip_flags_t flags, zip_extra_field_t **ef_head_p, zip_error_t *error) { - zip_buffer_t *buffer; - zip_extra_field_t *ef, *ef2, *ef_head; - - if ((buffer = _zip_buffer_new((zip_uint8_t *)data, len)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - - ef_head = ef = NULL; - - while (_zip_buffer_ok(buffer) && _zip_buffer_left(buffer) >= 4) { - zip_uint16_t fid, flen; - zip_uint8_t *ef_data; - - fid = _zip_buffer_get_16(buffer); - flen = _zip_buffer_get_16(buffer); - ef_data = _zip_buffer_get(buffer, flen); - - if (ef_data == NULL) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_INVALID_EF_LENGTH); - _zip_buffer_free(buffer); - _zip_ef_free(ef_head); - return false; - } - - if ((ef2 = _zip_ef_new(fid, flen, ef_data, flags)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - _zip_buffer_free(buffer); - _zip_ef_free(ef_head); - return false; - } - - if (ef_head) { - ef->next = ef2; - ef = ef2; - } - else - ef_head = ef = ef2; - } - - if (!_zip_buffer_eof(buffer)) { - /* Android APK files align stored file data with padding in extra fields; ignore. */ - /* see https://android.googlesource.com/platform/build/+/master/tools/zipalign/ZipAlign.cpp */ - /* buffer is at most 64k long, so this can't overflow. */ - size_t glen = _zip_buffer_left(buffer); - zip_uint8_t *garbage; - garbage = _zip_buffer_get(buffer, glen); - if (glen >= 4 || garbage == NULL || memcmp(garbage, "\0\0\0", (size_t)glen) != 0) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EF_TRAILING_GARBAGE); - _zip_buffer_free(buffer); - _zip_ef_free(ef_head); - return false; - } - } - - _zip_buffer_free(buffer); - - if (ef_head_p) { - *ef_head_p = ef_head; - } - else { - _zip_ef_free(ef_head); - } - - return true; -} - - -zip_extra_field_t * -_zip_ef_remove_internal(zip_extra_field_t *ef) { - zip_extra_field_t *ef_head; - zip_extra_field_t *prev, *next; - - ef_head = ef; - prev = NULL; - - while (ef) { - if (ZIP_EF_IS_INTERNAL(ef->id)) { - next = ef->next; - if (ef_head == ef) - ef_head = next; - ef->next = NULL; - _zip_ef_free(ef); - if (prev) - prev->next = next; - ef = next; - } - else { - prev = ef; - ef = ef->next; - } - } - - return ef_head; -} - - -zip_uint16_t -_zip_ef_size(const zip_extra_field_t *ef, zip_flags_t flags) { - zip_uint16_t size; - - size = 0; - for (; ef; ef = ef->next) { - if (ef->flags & flags & ZIP_EF_BOTH) - size = (zip_uint16_t)(size + 4 + ef->size); - } - - return size; -} - - -int -_zip_ef_write(zip_t *za, const zip_extra_field_t *ef, zip_flags_t flags) { - zip_uint8_t b[4]; - zip_buffer_t *buffer = _zip_buffer_new(b, sizeof(b)); - - if (buffer == NULL) { - return -1; - } - - for (; ef; ef = ef->next) { - if (ef->flags & flags & ZIP_EF_BOTH) { - _zip_buffer_set_offset(buffer, 0); - _zip_buffer_put_16(buffer, ef->id); - _zip_buffer_put_16(buffer, ef->size); - if (!_zip_buffer_ok(buffer)) { - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(buffer); - return -1; - } - if (_zip_write(za, b, 4) < 0) { - _zip_buffer_free(buffer); - return -1; - } - if (ef->size > 0) { - if (_zip_write(za, ef->data, ef->size) < 0) { - _zip_buffer_free(buffer); - return -1; - } - } - } - } - - _zip_buffer_free(buffer); - return 0; -} - - -int -_zip_read_local_ef(zip_t *za, zip_uint64_t idx) { - zip_entry_t *e; - unsigned char b[4]; - zip_buffer_t *buffer; - zip_uint16_t fname_len, ef_len; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - e = za->entry + idx; - - if (e->orig == NULL || e->orig->local_extra_fields_read) - return 0; - - if (e->orig->offset + 26 > ZIP_INT64_MAX) { - zip_error_set(&za->error, ZIP_ER_SEEK, EFBIG); - return -1; - } - - if (zip_source_seek(za->src, (zip_int64_t)(e->orig->offset + 26), SEEK_SET) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - - if ((buffer = _zip_buffer_new_from_source(za->src, sizeof(b), b, &za->error)) == NULL) { - return -1; - } - - fname_len = _zip_buffer_get_16(buffer); - ef_len = _zip_buffer_get_16(buffer); - - if (!_zip_buffer_eof(buffer)) { - _zip_buffer_free(buffer); - zip_error_set(&za->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - _zip_buffer_free(buffer); - - if (ef_len > 0) { - zip_extra_field_t *ef; - zip_uint8_t *ef_raw; - - if (zip_source_seek(za->src, fname_len, SEEK_CUR) < 0) { - zip_error_set(&za->error, ZIP_ER_SEEK, errno); - return -1; - } - - ef_raw = _zip_read_data(NULL, za->src, ef_len, 0, &za->error); - - if (ef_raw == NULL) - return -1; - - if (!_zip_ef_parse(ef_raw, ef_len, ZIP_EF_LOCAL, &ef, &za->error)) { - free(ef_raw); - return -1; - } - free(ef_raw); - - if (ef) { - ef = _zip_ef_remove_internal(ef); - e->orig->extra_fields = _zip_ef_merge(e->orig->extra_fields, ef); - } - } - - e->orig->local_extra_fields_read = 1; - - if (e->changes && e->changes->local_extra_fields_read == 0) { - e->changes->extra_fields = e->orig->extra_fields; - e->changes->local_extra_fields_read = 1; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field_api.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field_api.c deleted file mode 100644 index 6f2b459..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_extra_field_api.c +++ /dev/null @@ -1,363 +0,0 @@ -/* - zip_extra_field_api.c -- public extra fields API functions - Copyright (C) 2012-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_file_extra_field_delete(zip_t *za, zip_uint64_t idx, zip_uint16_t ef_idx, zip_flags_t flags) { - zip_dirent_t *de; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (((flags & ZIP_EF_BOTH) == ZIP_EF_BOTH) && (ef_idx != ZIP_EXTRA_FIELD_ALL)) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_get_dirent(za, idx, 0, NULL) == NULL) - return -1; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - if (_zip_file_extra_field_prepare_for_change(za, idx) < 0) - return -1; - - de = za->entry[idx].changes; - - de->extra_fields = _zip_ef_delete_by_id(de->extra_fields, ZIP_EXTRA_FIELD_ALL, ef_idx, flags); - return 0; -} - - -ZIP_EXTERN int -zip_file_extra_field_delete_by_id(zip_t *za, zip_uint64_t idx, zip_uint16_t ef_id, zip_uint16_t ef_idx, zip_flags_t flags) { - zip_dirent_t *de; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (((flags & ZIP_EF_BOTH) == ZIP_EF_BOTH) && (ef_idx != ZIP_EXTRA_FIELD_ALL)) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_get_dirent(za, idx, 0, NULL) == NULL) - return -1; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - if (_zip_file_extra_field_prepare_for_change(za, idx) < 0) - return -1; - - de = za->entry[idx].changes; - - de->extra_fields = _zip_ef_delete_by_id(de->extra_fields, ef_id, ef_idx, flags); - return 0; -} - - -ZIP_EXTERN const zip_uint8_t * -zip_file_extra_field_get(zip_t *za, zip_uint64_t idx, zip_uint16_t ef_idx, zip_uint16_t *idp, zip_uint16_t *lenp, zip_flags_t flags) { - static const zip_uint8_t empty[1] = {'\0'}; - - zip_dirent_t *de; - zip_extra_field_t *ef; - int i; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((de = _zip_get_dirent(za, idx, flags, &za->error)) == NULL) - return NULL; - - if (flags & ZIP_FL_LOCAL) - if (_zip_read_local_ef(za, idx) < 0) - return NULL; - - i = 0; - for (ef = de->extra_fields; ef; ef = ef->next) { - if (ef->flags & flags & ZIP_EF_BOTH) { - if (i < ef_idx) { - i++; - continue; - } - - if (idp) - *idp = ef->id; - if (lenp) - *lenp = ef->size; - if (ef->size > 0) - return ef->data; - else - return empty; - } - } - - zip_error_set(&za->error, ZIP_ER_NOENT, 0); - return NULL; -} - - -ZIP_EXTERN const zip_uint8_t * -zip_file_extra_field_get_by_id(zip_t *za, zip_uint64_t idx, zip_uint16_t ef_id, zip_uint16_t ef_idx, zip_uint16_t *lenp, zip_flags_t flags) { - zip_dirent_t *de; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((de = _zip_get_dirent(za, idx, flags, &za->error)) == NULL) - return NULL; - - if (flags & ZIP_FL_LOCAL) - if (_zip_read_local_ef(za, idx) < 0) - return NULL; - - return _zip_ef_get_by_id(de->extra_fields, lenp, ef_id, ef_idx, flags, &za->error); -} - - -ZIP_EXTERN zip_int16_t -zip_file_extra_fields_count(zip_t *za, zip_uint64_t idx, zip_flags_t flags) { - zip_dirent_t *de; - zip_extra_field_t *ef; - zip_uint16_t n; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if ((de = _zip_get_dirent(za, idx, flags, &za->error)) == NULL) - return -1; - - if (flags & ZIP_FL_LOCAL) - if (_zip_read_local_ef(za, idx) < 0) - return -1; - - n = 0; - for (ef = de->extra_fields; ef; ef = ef->next) - if (ef->flags & flags & ZIP_EF_BOTH) - n++; - - return (zip_int16_t)n; -} - - -ZIP_EXTERN zip_int16_t -zip_file_extra_fields_count_by_id(zip_t *za, zip_uint64_t idx, zip_uint16_t ef_id, zip_flags_t flags) { - zip_dirent_t *de; - zip_extra_field_t *ef; - zip_uint16_t n; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if ((de = _zip_get_dirent(za, idx, flags, &za->error)) == NULL) - return -1; - - if (flags & ZIP_FL_LOCAL) - if (_zip_read_local_ef(za, idx) < 0) - return -1; - - n = 0; - for (ef = de->extra_fields; ef; ef = ef->next) - if (ef->id == ef_id && (ef->flags & flags & ZIP_EF_BOTH)) - n++; - - return (zip_int16_t)n; -} - - -ZIP_EXTERN int -zip_file_extra_field_set(zip_t *za, zip_uint64_t idx, zip_uint16_t ef_id, zip_uint16_t ef_idx, const zip_uint8_t *data, zip_uint16_t len, zip_flags_t flags) { - zip_dirent_t *de; - zip_uint16_t ls, cs; - zip_extra_field_t *ef, *ef_prev, *ef_new; - int i, found, new_len; - - if ((flags & ZIP_EF_BOTH) == 0) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_get_dirent(za, idx, 0, NULL) == NULL) - return -1; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - if (ZIP_EF_IS_INTERNAL(ef_id)) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_file_extra_field_prepare_for_change(za, idx) < 0) - return -1; - - de = za->entry[idx].changes; - - ef = de->extra_fields; - ef_prev = NULL; - i = 0; - found = 0; - - for (; ef; ef = ef->next) { - if (ef->id == ef_id && (ef->flags & flags & ZIP_EF_BOTH)) { - if (i == ef_idx) { - found = 1; - break; - } - i++; - } - ef_prev = ef; - } - - if (i < ef_idx && ef_idx != ZIP_EXTRA_FIELD_NEW) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (flags & ZIP_EF_LOCAL) - ls = _zip_ef_size(de->extra_fields, ZIP_EF_LOCAL); - else - ls = 0; - if (flags & ZIP_EF_CENTRAL) - cs = _zip_ef_size(de->extra_fields, ZIP_EF_CENTRAL); - else - cs = 0; - - new_len = ls > cs ? ls : cs; - if (found) - new_len -= ef->size + 4; - new_len += len + 4; - - if (new_len > ZIP_UINT16_MAX) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if ((ef_new = _zip_ef_new(ef_id, len, data, flags)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - - if (found) { - if ((ef->flags & ZIP_EF_BOTH) == (flags & ZIP_EF_BOTH)) { - ef_new->next = ef->next; - ef->next = NULL; - _zip_ef_free(ef); - if (ef_prev) - ef_prev->next = ef_new; - else - de->extra_fields = ef_new; - } - else { - ef->flags &= ~(flags & ZIP_EF_BOTH); - ef_new->next = ef->next; - ef->next = ef_new; - } - } - else if (ef_prev) { - ef_new->next = ef_prev->next; - ef_prev->next = ef_new; - } - else - de->extra_fields = ef_new; - - return 0; -} - - -int -_zip_file_extra_field_prepare_for_change(zip_t *za, zip_uint64_t idx) { - zip_entry_t *e; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - e = za->entry + idx; - - if (e->changes && (e->changes->changed & ZIP_DIRENT_EXTRA_FIELD)) - return 0; - - if (e->orig) { - if (_zip_read_local_ef(za, idx) < 0) - return -1; - } - - if (e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - if (e->orig && e->orig->extra_fields) { - if ((e->changes->extra_fields = _zip_ef_clone(e->orig->extra_fields, &za->error)) == NULL) - return -1; - } - e->changes->changed |= ZIP_DIRENT_EXTRA_FIELD; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fclose.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fclose.c deleted file mode 100644 index 2ef579a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fclose.c +++ /dev/null @@ -1,54 +0,0 @@ -/* - zip_fclose.c -- close file in zip archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_fclose(zip_file_t *zf) { - int ret; - - if (zf->src) - zip_source_free(zf->src); - - ret = 0; - if (zf->error.zip_err) - ret = zf->error.zip_err; - - zip_error_fini(&zf->error); - free(zf); - return ret; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fdopen.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fdopen.c deleted file mode 100644 index 94fe6c7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fdopen.c +++ /dev/null @@ -1,91 +0,0 @@ -/* - zip_fdopen.c -- open read-only archive from file descriptor - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" -#ifdef HAVE_UNISTD_H -#include -#endif - - -ZIP_EXTERN zip_t * -zip_fdopen(int fd_orig, int _flags, int *zep) { - int fd; - FILE *fp; - zip_t *za; - zip_source_t *src; - struct zip_error error; - - if (_flags < 0 || (_flags & ~(ZIP_CHECKCONS | ZIP_RDONLY))) { - _zip_set_open_error(zep, NULL, ZIP_ER_INVAL); - return NULL; - } - -#ifndef ENABLE_FDOPEN - _zip_set_open_error(zep, NULL, ZIP_ER_OPNOTSUPP); - return NULL; -#else - /* We dup() here to avoid messing with the passed in fd. - We could not restore it to the original state in case of error. */ - - if ((fd = dup(fd_orig)) < 0) { - _zip_set_open_error(zep, NULL, ZIP_ER_OPEN); - return NULL; - } - - if ((fp = fdopen(fd, "rb")) == NULL) { - close(fd); - _zip_set_open_error(zep, NULL, ZIP_ER_OPEN); - return NULL; - } - - zip_error_init(&error); - if ((src = zip_source_filep_create(fp, 0, -1, &error)) == NULL) { - fclose(fp); - _zip_set_open_error(zep, &error, 0); - zip_error_fini(&error); - return NULL; - } - - if ((za = zip_open_from_source(src, _flags, &error)) == NULL) { - zip_source_free(src); - _zip_set_open_error(zep, &error, 0); - zip_error_fini(&error); - return NULL; - } - - zip_error_fini(&error); - close(fd_orig); - return za; -#endif -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_add.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_add.c deleted file mode 100644 index 5959d50..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_add.c +++ /dev/null @@ -1,52 +0,0 @@ -/* - zip_file_add.c -- add file via callback function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -/* - NOTE: Return type is signed so we can return -1 on error. - The index can not be larger than ZIP_INT64_MAX since the size - of the central directory cannot be larger than - ZIP_UINT64_MAX, and each entry is larger than 2 bytes. -*/ - -ZIP_EXTERN zip_int64_t -zip_file_add(zip_t *za, const char *name, zip_source_t *source, zip_flags_t flags) { - if (name == NULL || source == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - return _zip_file_replace(za, ZIP_UINT64_MAX, name, source, flags); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_clear.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_clear.c deleted file mode 100644 index eb9a614..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_clear.c +++ /dev/null @@ -1,44 +0,0 @@ -/* - zip_file_error_clear.c -- clear zip file error - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN void -zip_file_error_clear(zip_file_t *zf) { - if (zf == NULL) - return; - - _zip_error_clear(&zf->error); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_get.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_get.c deleted file mode 100644 index 679aeef..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_error_get.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - zip_file_error_get.c -- get zip file error - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN void -zip_file_error_get(zip_file_t *zf, int *zep, int *sep) { - _zip_error_get(&zf->error, zep, sep); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_comment.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_comment.c deleted file mode 100644 index ca04042..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_comment.c +++ /dev/null @@ -1,55 +0,0 @@ -/* - zip_file_get_comment.c -- get file comment - Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -/* lenp is 32 bit because converted comment can be longer than ZIP_UINT16_MAX */ - -ZIP_EXTERN const char * -zip_file_get_comment(zip_t *za, zip_uint64_t idx, zip_uint32_t *lenp, zip_flags_t flags) { - zip_dirent_t *de; - zip_uint32_t len; - const zip_uint8_t *str; - - if ((de = _zip_get_dirent(za, idx, flags, NULL)) == NULL) - return NULL; - - if ((str = _zip_string_get(de->comment, &len, flags, &za->error)) == NULL) - return NULL; - - if (lenp) - *lenp = len; - - return (const char *)str; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_external_attributes.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_external_attributes.c deleted file mode 100644 index 483557f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_external_attributes.c +++ /dev/null @@ -1,50 +0,0 @@ -/* - zip_file_get_external_attributes.c -- get opsys/external attributes - Copyright (C) 2013-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -int -zip_file_get_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t *opsys, zip_uint32_t *attributes) { - zip_dirent_t *de; - - if ((de = _zip_get_dirent(za, idx, flags, NULL)) == NULL) - return -1; - - if (opsys) - *opsys = (zip_uint8_t)((de->version_madeby >> 8) & 0xff); - - if (attributes) - *attributes = de->ext_attrib; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_offset.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_offset.c deleted file mode 100644 index c50def5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_get_offset.c +++ /dev/null @@ -1,117 +0,0 @@ -/* - zip_file_get_offset.c -- get offset of file data in archive. - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - - -/* _zip_file_get_offset(za, ze): - Returns the offset of the file data for entry ze. - - On error, fills in za->error and returns 0. -*/ - -zip_uint64_t -_zip_file_get_offset(const zip_t *za, zip_uint64_t idx, zip_error_t *error) { - zip_uint64_t offset; - zip_int32_t size; - - if (za->entry[idx].orig == NULL) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return 0; - } - - offset = za->entry[idx].orig->offset; - - if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) { - zip_error_set_from_source(error, za->src); - return 0; - } - - /* TODO: cache? */ - if ((size = _zip_dirent_size(za->src, ZIP_EF_LOCAL, error)) < 0) - return 0; - - if (offset + (zip_uint32_t)size > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return 0; - } - - return offset + (zip_uint32_t)size; -} - -zip_uint64_t -_zip_file_get_end(const zip_t *za, zip_uint64_t index, zip_error_t *error) { - zip_uint64_t offset; - zip_dirent_t *entry; - - if ((offset = _zip_file_get_offset(za, index, error)) == 0) { - return 0; - } - - entry = za->entry[index].orig; - - if (offset + entry->comp_size < offset || offset + entry->comp_size > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return 0; - } - offset += entry->comp_size; - - if (entry->bitflags & ZIP_GPBF_DATA_DESCRIPTOR) { - zip_uint8_t buf[4]; - if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) { - zip_error_set_from_source(error, za->src); - return 0; - } - if (zip_source_read(za->src, buf, 4) != 4) { - zip_error_set_from_source(error, za->src); - return 0; - } - if (memcmp(buf, DATADES_MAGIC, 4) == 0) { - offset += 4; - } - offset += 12; - if (_zip_dirent_needs_zip64(entry, 0)) { - offset += 8; - } - if (offset > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return 0; - } - } - - return offset; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_rename.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_rename.c deleted file mode 100644 index 03101e4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_rename.c +++ /dev/null @@ -1,67 +0,0 @@ -/* - zip_file_rename.c -- rename file in zip archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_file_rename(zip_t *za, zip_uint64_t idx, const char *name, zip_flags_t flags) { - const char *old_name; - int old_is_dir, new_is_dir; - - if (idx >= za->nentry || (name != NULL && strlen(name) > ZIP_UINT16_MAX)) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - if ((old_name = zip_get_name(za, idx, 0)) == NULL) - return -1; - - new_is_dir = (name != NULL && name[strlen(name) - 1] == '/'); - old_is_dir = (old_name[strlen(old_name) - 1] == '/'); - - if (new_is_dir != old_is_dir) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - return _zip_set_name(za, idx, name, flags); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_replace.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_replace.c deleted file mode 100644 index ce457ed..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_replace.c +++ /dev/null @@ -1,111 +0,0 @@ -/* - zip_file_replace.c -- replace file via callback function - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_file_replace(zip_t *za, zip_uint64_t idx, zip_source_t *source, zip_flags_t flags) { - if (idx >= za->nentry || source == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_file_replace(za, idx, NULL, source, flags) == -1) - return -1; - - return 0; -} - - -/* NOTE: Signed due to -1 on error. See zip_add.c for more details. */ - -zip_int64_t -_zip_file_replace(zip_t *za, zip_uint64_t idx, const char *name, zip_source_t *source, zip_flags_t flags) { - zip_uint64_t za_nentry_prev; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - za_nentry_prev = za->nentry; - if (idx == ZIP_UINT64_MAX) { - zip_int64_t i = -1; - - if (flags & ZIP_FL_OVERWRITE) - i = _zip_name_locate(za, name, flags, NULL); - - if (i == -1) { - /* create and use new entry, used by zip_add */ - if ((i = _zip_add_entry(za)) < 0) - return -1; - } - idx = (zip_uint64_t)i; - } - - if (name && _zip_set_name(za, idx, name, flags) != 0) { - if (za->nentry != za_nentry_prev) { - _zip_entry_finalize(za->entry + idx); - za->nentry = za_nentry_prev; - } - return -1; - } - - /* delete all extra fields - these are usually data that are - * strongly coupled with the original data */ - if (zip_file_extra_field_delete(za, idx, ZIP_EXTRA_FIELD_ALL, ZIP_FL_CENTRAL | ZIP_FL_LOCAL) < 0) { - return -1; - } - - /* does not change any name related data, so we can do it here; - * needed for a double add of the same file name */ - _zip_unchange_data(za->entry + idx); - - if (za->entry[idx].orig != NULL && (za->entry[idx].changes == NULL || (za->entry[idx].changes->changed & ZIP_DIRENT_COMP_METHOD) == 0)) { - if (za->entry[idx].changes == NULL) { - if ((za->entry[idx].changes = _zip_dirent_clone(za->entry[idx].orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - za->entry[idx].changes->comp_method = ZIP_CM_REPLACED_DEFAULT; - za->entry[idx].changes->changed |= ZIP_DIRENT_COMP_METHOD; - } - - za->entry[idx].source = source; - - return (zip_int64_t)idx; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_comment.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_comment.c deleted file mode 100644 index fb7b9ed..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_comment.c +++ /dev/null @@ -1,105 +0,0 @@ -/* - zip_file_set_comment.c -- set comment for file in archive - Copyright (C) 2006-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_file_set_comment(zip_t *za, zip_uint64_t idx, const char *comment, zip_uint16_t len, zip_flags_t flags) { - zip_entry_t *e; - zip_string_t *cstr; - int changed; - - if (_zip_get_dirent(za, idx, 0, NULL) == NULL) - return -1; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - if (len > 0 && comment == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (len > 0) { - if ((cstr = _zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL) - return -1; - if ((flags & ZIP_FL_ENCODING_ALL) == ZIP_FL_ENC_GUESS && _zip_guess_encoding(cstr, ZIP_ENCODING_UNKNOWN) == ZIP_ENCODING_UTF8_GUESSED) - cstr->encoding = ZIP_ENCODING_UTF8_KNOWN; - } - else - cstr = NULL; - - e = za->entry + idx; - - if (e->changes) { - _zip_string_free(e->changes->comment); - e->changes->comment = NULL; - e->changes->changed &= ~ZIP_DIRENT_COMMENT; - } - - if (e->orig && e->orig->comment) - changed = !_zip_string_equal(e->orig->comment, cstr); - else - changed = (cstr != NULL); - - if (changed) { - if (e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - _zip_string_free(cstr); - return -1; - } - } - e->changes->comment = cstr; - e->changes->changed |= ZIP_DIRENT_COMMENT; - } - else { - _zip_string_free(cstr); - if (e->changes && e->changes->changed == 0) { - _zip_dirent_free(e->changes); - e->changes = NULL; - } - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_encryption.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_encryption.c deleted file mode 100644 index 7bb6cdc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_encryption.c +++ /dev/null @@ -1,120 +0,0 @@ -/* - zip_file_set_encryption.c -- set encryption for file in archive - Copyright (C) 2016-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -#include -#include - -ZIP_EXTERN int -zip_file_set_encryption(zip_t *za, zip_uint64_t idx, zip_uint16_t method, const char *password) { - zip_entry_t *e; - zip_uint16_t old_method; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - if (method != ZIP_EM_NONE && _zip_get_encryption_implementation(method, ZIP_CODEC_ENCODE) == NULL) { - zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); - return -1; - } - - e = za->entry + idx; - - old_method = (e->orig == NULL ? ZIP_EM_NONE : e->orig->encryption_method); - - if (method == old_method && password == NULL) { - if (e->changes) { - if (e->changes->changed & ZIP_DIRENT_PASSWORD) { - _zip_crypto_clear(e->changes->password, strlen(e->changes->password)); - free(e->changes->password); - e->changes->password = (e->orig == NULL ? NULL : e->orig->password); - } - e->changes->changed &= ~(ZIP_DIRENT_ENCRYPTION_METHOD | ZIP_DIRENT_PASSWORD); - if (e->changes->changed == 0) { - _zip_dirent_free(e->changes); - e->changes = NULL; - } - } - } - else { - char *our_password = NULL; - - if (password) { - if ((our_password = strdup(password)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - if (e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - if (our_password) { - _zip_crypto_clear(our_password, strlen(our_password)); - } - free(our_password); - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - e->changes->encryption_method = method; - e->changes->changed |= ZIP_DIRENT_ENCRYPTION_METHOD; - if (password) { - e->changes->password = our_password; - e->changes->changed |= ZIP_DIRENT_PASSWORD; - } - else { - if (e->changes->changed & ZIP_DIRENT_PASSWORD) { - _zip_crypto_clear(e->changes->password, strlen(e->changes->password)); - free(e->changes->password); - e->changes->password = e->orig ? e->orig->password : NULL; - e->changes->changed &= ~ZIP_DIRENT_PASSWORD; - } - } - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_external_attributes.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_external_attributes.c deleted file mode 100644 index 2f9d30f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_external_attributes.c +++ /dev/null @@ -1,86 +0,0 @@ -/* - zip_file_set_external_attributes.c -- set external attributes for entry - Copyright (C) 2013-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -ZIP_EXTERN int -zip_file_set_external_attributes(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_uint8_t opsys, zip_uint32_t attributes) { - zip_entry_t *e; - int changed; - zip_uint8_t unchanged_opsys; - zip_uint32_t unchanged_attributes; - - if (_zip_get_dirent(za, idx, 0, NULL) == NULL) - return -1; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - e = za->entry + idx; - - unchanged_opsys = (e->orig ? (zip_uint8_t)(e->orig->version_madeby >> 8) : (zip_uint8_t)ZIP_OPSYS_DEFAULT); - unchanged_attributes = e->orig ? e->orig->ext_attrib : ZIP_EXT_ATTRIB_DEFAULT; - - changed = (opsys != unchanged_opsys || attributes != unchanged_attributes); - - if (changed) { - if (e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - e->changes->version_madeby = (zip_uint16_t)((opsys << 8) | (e->changes->version_madeby & 0xff)); - e->changes->ext_attrib = attributes; - e->changes->changed |= ZIP_DIRENT_ATTRIBUTES; - } - else if (e->changes) { - e->changes->changed &= ~ZIP_DIRENT_ATTRIBUTES; - if (e->changes->changed == 0) { - _zip_dirent_free(e->changes); - e->changes = NULL; - } - else { - e->changes->version_madeby = (zip_uint16_t)((unchanged_opsys << 8) | (e->changes->version_madeby & 0xff)); - e->changes->ext_attrib = unchanged_attributes; - } - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_mtime.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_mtime.c deleted file mode 100644 index e60f7a9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_set_mtime.c +++ /dev/null @@ -1,93 +0,0 @@ -/* - zip_file_set_mtime.c -- set modification time of entry. - Copyright (C) 2014-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -#include "zipint.h" - -static int zip_file_set_time(zip_t *za, zip_uint64_t idx, zip_uint16_t dtime, zip_uint16_t ddate, zip_flags_t flags, time_t *mtime) { - zip_entry_t *e; - - if (_zip_get_dirent(za, idx, 0, NULL) == NULL) { - return -1; - } - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - e = za->entry + idx; - - if (e->orig != NULL && e->orig->encryption_method == ZIP_EM_TRAD_PKWARE && !ZIP_ENTRY_CHANGED(e, ZIP_DIRENT_ENCRYPTION_METHOD) && !ZIP_ENTRY_DATA_CHANGED(e)) { - zip_error_set(&za->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - e->changes->last_mod.time = dtime; - e->changes->last_mod.date = ddate; - if (mtime != NULL) { - e->changes->last_mod_mtime = *mtime; - e->changes->last_mod_mtime_valid = true; - } - else { - e->changes->last_mod_mtime_valid = false; - } - e->changes->changed |= ZIP_DIRENT_LAST_MOD; - - return 0; -} - -ZIP_EXTERN int zip_file_set_dostime(zip_t *za, zip_uint64_t idx, zip_uint16_t dtime, zip_uint16_t ddate, zip_flags_t flags) { - return zip_file_set_time(za, idx, dtime, ddate, flags, NULL); -} - - -ZIP_EXTERN int zip_file_set_mtime(zip_t *za, zip_uint64_t idx, time_t mtime, zip_flags_t flags) { - zip_dostime_t dostime; - - if (_zip_u2d_time(mtime, &dostime, &za->error) < 0) { - return -1; - } - - return zip_file_set_time(za, idx, dostime.time, dostime.date, flags, &mtime); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_strerror.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_strerror.c deleted file mode 100644 index 5e896b4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_file_strerror.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - zip_file_sterror.c -- get string representation of zip file error - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN const char * -zip_file_strerror(zip_file_t *zf) { - return zip_error_strerror(&zf->error); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen.c deleted file mode 100644 index 93217f3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - zip_fopen.c -- open file in zip archive for reading - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_file_t * -zip_fopen(zip_t *za, const char *fname, zip_flags_t flags) { - zip_int64_t idx; - - if ((idx = zip_name_locate(za, fname, flags)) < 0) - return NULL; - - return zip_fopen_index_encrypted(za, (zip_uint64_t)idx, flags, za->default_password); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_encrypted.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_encrypted.c deleted file mode 100644 index 78143af..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_encrypted.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - zip_fopen_encrypted.c -- open file for reading with password - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_file_t * -zip_fopen_encrypted(zip_t *za, const char *fname, zip_flags_t flags, const char *password) { - zip_int64_t idx; - - if ((idx = zip_name_locate(za, fname, flags)) < 0) - return NULL; - - return zip_fopen_index_encrypted(za, (zip_uint64_t)idx, flags, password); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index.c deleted file mode 100644 index b6676b7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - zip_fopen_index.c -- open file in zip archive for reading by index - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_file_t * -zip_fopen_index(zip_t *za, zip_uint64_t index, zip_flags_t flags) { - return zip_fopen_index_encrypted(za, index, flags, za->default_password); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index_encrypted.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index_encrypted.c deleted file mode 100644 index 86d6977..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fopen_index_encrypted.c +++ /dev/null @@ -1,85 +0,0 @@ -/* - zip_fopen_index_encrypted.c -- open file for reading by index w/ password - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - -static zip_file_t *_zip_file_new(zip_t *za); - - -ZIP_EXTERN zip_file_t * -zip_fopen_index_encrypted(zip_t *za, zip_uint64_t index, zip_flags_t flags, const char *password) { - zip_file_t *zf; - zip_source_t *src; - - if (password != NULL && password[0] == '\0') { - password = NULL; - } - - if ((src = zip_source_zip_file_create(za, index, flags, 0, -1, password, &za->error)) == NULL) - return NULL; - - if (zip_source_open(src) < 0) { - zip_error_set_from_source(&za->error, src); - zip_source_free(src); - return NULL; - } - - if ((zf = _zip_file_new(za)) == NULL) { - zip_source_free(src); - return NULL; - } - - zf->src = src; - - return zf; -} - - -static zip_file_t * -_zip_file_new(zip_t *za) { - zip_file_t *zf; - - if ((zf = (zip_file_t *)malloc(sizeof(struct zip_file))) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return NULL; - } - - zip_error_init(&zf->error); - zf->src = NULL; - - return zf; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fread.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fread.c deleted file mode 100644 index 17cec4f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fread.c +++ /dev/null @@ -1,65 +0,0 @@ -/* - zip_fread.c -- read from file - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_int64_t -zip_fread(zip_file_t *zf, void *outbuf, zip_uint64_t toread) { - zip_int64_t n; - - if (zf == NULL) { - return -1; - } - - if (zf->error.zip_err != 0) { - return -1; - } - - if (toread > ZIP_INT64_MAX) { - zip_error_set(&zf->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (toread == 0) { - return 0; - } - - if ((n = zip_source_read(zf->src, outbuf, toread)) < 0) { - zip_error_set_from_source(&zf->error, zf->src); - return -1; - } - - return n; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fseek.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_fseek.c deleted file mode 100644 index 107a6f7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_fseek.c +++ /dev/null @@ -1,63 +0,0 @@ -/* - zip_fseek.c -- seek in file - Copyright (C) 2016-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -ZIP_EXTERN zip_int8_t -zip_fseek(zip_file_t *zf, zip_int64_t offset, int whence) { - if (zf == NULL) { - return -1; - } - - if (zf->error.zip_err != 0) { - return -1; - } - - if (zip_source_seek(zf->src, offset, whence) < 0) { - zip_error_set_from_source(&zf->error, zf->src); - return -1; - } - - return 0; -} - - -ZIP_EXTERN int -zip_file_is_seekable(zip_file_t *zfile) { - if (zfile == NULL) { - return -1; - } - - return zip_source_is_seekable(zfile->src); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_ftell.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_ftell.c deleted file mode 100644 index 6299b2d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_ftell.c +++ /dev/null @@ -1,56 +0,0 @@ -/* - zip_ftell.c -- tell position in file - Copyright (C) 2016-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -ZIP_EXTERN zip_int64_t -zip_ftell(zip_file_t *zf) { - zip_int64_t res; - - if (zf == NULL) { - return -1; - } - - if (zf->error.zip_err != 0) { - return -1; - } - - res = zip_source_tell(zf->src); - if (res < 0) { - zip_error_set_from_source(&zf->error, zf->src); - return -1; - } - - return res; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_comment.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_comment.c deleted file mode 100644 index b83e6bc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_comment.c +++ /dev/null @@ -1,58 +0,0 @@ -/* - zip_get_archive_comment.c -- get archive comment - Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN const char * -zip_get_archive_comment(zip_t *za, int *lenp, zip_flags_t flags) { - zip_string_t *comment; - zip_uint32_t len; - const zip_uint8_t *str; - - if ((flags & ZIP_FL_UNCHANGED) || (za->comment_changes == NULL)) - comment = za->comment_orig; - else - comment = za->comment_changes; - - if ((str = _zip_string_get(comment, &len, flags, &za->error)) == NULL) - return NULL; - - if (lenp) - *lenp = (int)len; - - return (const char *)str; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_flag.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_flag.c deleted file mode 100644 index 80d5991..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_archive_flag.c +++ /dev/null @@ -1,45 +0,0 @@ -/* - zip_get_archive_flag.c -- get archive global flag - Copyright (C) 2008-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_get_archive_flag(zip_t *za, zip_flags_t flag, zip_flags_t flags) { - unsigned int fl; - - fl = (flags & ZIP_FL_UNCHANGED) ? za->flags : za->ch_flags; - - return (fl & flag) ? 1 : 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_encryption_implementation.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_encryption_implementation.c deleted file mode 100644 index 28ad329..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_encryption_implementation.c +++ /dev/null @@ -1,62 +0,0 @@ -/* - zip_get_encryption_implementation.c -- get encryption implementation - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -zip_encryption_implementation -_zip_get_encryption_implementation(zip_uint16_t em, int operation) { - switch (em) { - case ZIP_EM_TRAD_PKWARE: - return operation == ZIP_CODEC_DECODE ? zip_source_pkware_decode : zip_source_pkware_encode; - -#if defined(HAVE_CRYPTO) - case ZIP_EM_AES_128: - case ZIP_EM_AES_192: - case ZIP_EM_AES_256: - return operation == ZIP_CODEC_DECODE ? zip_source_winzip_aes_decode : zip_source_winzip_aes_encode; -#endif - - default: - return NULL; - } -} - -ZIP_EXTERN int -zip_encryption_method_supported(zip_uint16_t method, int encode) { - if (method == ZIP_EM_NONE) { - return 1; - } - return _zip_get_encryption_implementation(method, encode ? ZIP_CODEC_ENCODE : ZIP_CODEC_DECODE) != NULL; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_file_comment.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_file_comment.c deleted file mode 100644 index 0284aec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_file_comment.c +++ /dev/null @@ -1,50 +0,0 @@ -/* - zip_get_file_comment.c -- get file comment - Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN const char * -zip_get_file_comment(zip_t *za, zip_uint64_t idx, int *lenp, int flags) { - zip_uint32_t len; - const char *s; - - if ((s = zip_file_get_comment(za, idx, &len, (zip_flags_t)flags)) != NULL) { - if (lenp) - *lenp = (int)len; - } - - return s; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_name.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_name.c deleted file mode 100644 index d1c9453..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_name.c +++ /dev/null @@ -1,58 +0,0 @@ -/* - zip_get_name.c -- get filename for a file in zip file - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN const char * -zip_get_name(zip_t *za, zip_uint64_t idx, zip_flags_t flags) { - return _zip_get_name(za, idx, flags, &za->error); -} - - -const char * -_zip_get_name(zip_t *za, zip_uint64_t idx, zip_flags_t flags, zip_error_t *error) { - zip_dirent_t *de; - const zip_uint8_t *str; - - if ((de = _zip_get_dirent(za, idx, flags, error)) == NULL) - return NULL; - - if ((str = _zip_string_get(de->filename, NULL, flags, error)) == NULL) - return NULL; - - return (const char *)str; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_entries.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_entries.c deleted file mode 100644 index b2595de..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_entries.c +++ /dev/null @@ -1,52 +0,0 @@ -/* - zip_get_num_entries.c -- get number of entries in archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_int64_t -zip_get_num_entries(zip_t *za, zip_flags_t flags) { - zip_uint64_t n; - - if (za == NULL) - return -1; - - if (flags & ZIP_FL_UNCHANGED) { - n = za->nentry; - while (n > 0 && za->entry[n - 1].orig == NULL) - --n; - return (zip_int64_t)n; - } - return (zip_int64_t)za->nentry; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_files.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_files.c deleted file mode 100644 index 16d7754..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_get_num_files.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - zip_get_num_files.c -- get number of files in archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" -#include - - -ZIP_EXTERN int -zip_get_num_files(zip_t *za) { - if (za == NULL) - return -1; - - if (za->nentry > INT_MAX) { - zip_error_set(&za->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - return (int)za->nentry; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_hash.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_hash.c deleted file mode 100644 index 8479bec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_hash.c +++ /dev/null @@ -1,410 +0,0 @@ -/* - zip_hash.c -- hash table string -> uint64 - Copyright (C) 2015-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" -#include -#include - -/* parameter for the string hash function */ -#define HASH_MULTIPLIER 33 -#define HASH_START 5381 - -/* hash table's fill ratio is kept between these by doubling/halfing its size as necessary */ -#define HASH_MAX_FILL .75 -#define HASH_MIN_FILL .01 - -/* but hash table size is kept between these */ -#define HASH_MIN_SIZE 256 -#define HASH_MAX_SIZE 0x80000000ul - -struct zip_hash_entry { - const zip_uint8_t *name; - zip_int64_t orig_index; - zip_int64_t current_index; - struct zip_hash_entry *next; - zip_uint32_t hash_value; -}; -typedef struct zip_hash_entry zip_hash_entry_t; - -struct zip_hash { - zip_uint32_t table_size; - zip_uint64_t nentries; - zip_hash_entry_t **table; -}; - - -/* free list of entries */ -static void -free_list(zip_hash_entry_t *entry) { - while (entry != NULL) { - zip_hash_entry_t *next = entry->next; - free(entry); - entry = next; - } -} - - -/* compute hash of string, full 32 bit value */ -static zip_uint32_t -hash_string(const zip_uint8_t *name) { - zip_uint64_t value = HASH_START; - - if (name == NULL) { - return 0; - } - - while (*name != 0) { - value = (zip_uint64_t)(((value * HASH_MULTIPLIER) + (zip_uint8_t)*name) % 0x100000000ul); - name++; - } - - return (zip_uint32_t)value; -} - - -/* resize hash table; new_size must be a power of 2, can be larger or smaller than current size */ -static bool -hash_resize(zip_hash_t *hash, zip_uint32_t new_size, zip_error_t *error) { - zip_hash_entry_t **new_table; - - if (new_size == hash->table_size) { - return true; - } - - if ((new_table = (zip_hash_entry_t **)calloc(new_size, sizeof(zip_hash_entry_t *))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - - if (hash->nentries > 0) { - zip_uint32_t i; - - for (i = 0; i < hash->table_size; i++) { - zip_hash_entry_t *entry = hash->table[i]; - while (entry) { - zip_hash_entry_t *next = entry->next; - - zip_uint32_t new_index = entry->hash_value % new_size; - - entry->next = new_table[new_index]; - new_table[new_index] = entry; - - entry = next; - } - } - } - - free(hash->table); - hash->table = new_table; - hash->table_size = new_size; - - return true; -} - - -static zip_uint32_t -size_for_capacity(zip_uint64_t capacity) { - double needed_size = capacity / HASH_MAX_FILL; - zip_uint32_t v; - - if (needed_size > ZIP_UINT32_MAX) { - v = ZIP_UINT32_MAX; - } - else { - v = (zip_uint32_t)needed_size; - } - - if (v > HASH_MAX_SIZE) { - return HASH_MAX_SIZE; - } - - /* From Bit Twiddling Hacks by Sean Eron Anderson - (http://graphics.stanford.edu/~seander/bithacks.html#RoundUpPowerOf2). */ - - v--; - v |= v >> 1; - v |= v >> 2; - v |= v >> 4; - v |= v >> 8; - v |= v >> 16; - v++; - - return v; -} - - -zip_hash_t * -_zip_hash_new(zip_error_t *error) { - zip_hash_t *hash; - - if ((hash = (zip_hash_t *)malloc(sizeof(zip_hash_t))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - hash->table_size = 0; - hash->nentries = 0; - hash->table = NULL; - - return hash; -} - - -void -_zip_hash_free(zip_hash_t *hash) { - zip_uint32_t i; - - if (hash == NULL) { - return; - } - - if (hash->table != NULL) { - for (i = 0; i < hash->table_size; i++) { - if (hash->table[i] != NULL) { - free_list(hash->table[i]); - } - } - free(hash->table); - } - free(hash); -} - - -/* insert into hash, return error on existence or memory issues */ -bool -_zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip_error_t *error) { - zip_uint32_t hash_value, table_index; - zip_hash_entry_t *entry; - - if (hash == NULL || name == NULL || index > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return false; - } - - if (hash->table_size == 0) { - if (!hash_resize(hash, HASH_MIN_SIZE, error)) { - return false; - } - } - - hash_value = hash_string(name); - table_index = hash_value % hash->table_size; - - for (entry = hash->table[table_index]; entry != NULL; entry = entry->next) { - if (entry->hash_value == hash_value && strcmp((const char *)name, (const char *)entry->name) == 0) { - if (((flags & ZIP_FL_UNCHANGED) && entry->orig_index != -1) || entry->current_index != -1) { - zip_error_set(error, ZIP_ER_EXISTS, 0); - return false; - } - else { - break; - } - } - } - - if (entry == NULL) { - if ((entry = (zip_hash_entry_t *)malloc(sizeof(zip_hash_entry_t))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - entry->name = name; - entry->next = hash->table[table_index]; - hash->table[table_index] = entry; - entry->hash_value = hash_value; - entry->orig_index = -1; - hash->nentries++; - if (hash->nentries > hash->table_size * HASH_MAX_FILL && hash->table_size < HASH_MAX_SIZE) { - if (!hash_resize(hash, hash->table_size * 2, error)) { - return false; - } - } - } - - if (flags & ZIP_FL_UNCHANGED) { - entry->orig_index = (zip_int64_t)index; - } - entry->current_index = (zip_int64_t)index; - - return true; -} - - -/* remove entry from hash, error if not found */ -bool -_zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *name, zip_error_t *error) { - zip_uint32_t hash_value, index; - zip_hash_entry_t *entry, *previous; - - if (hash == NULL || name == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return false; - } - - if (hash->nentries > 0) { - hash_value = hash_string(name); - index = hash_value % hash->table_size; - previous = NULL; - entry = hash->table[index]; - while (entry) { - if (entry->hash_value == hash_value && strcmp((const char *)name, (const char *)entry->name) == 0) { - if (entry->orig_index == -1) { - if (previous) { - previous->next = entry->next; - } - else { - hash->table[index] = entry->next; - } - free(entry); - hash->nentries--; - if (hash->nentries < hash->table_size * HASH_MIN_FILL && hash->table_size > HASH_MIN_SIZE) { - if (!hash_resize(hash, hash->table_size / 2, error)) { - return false; - } - } - } - else { - entry->current_index = -1; - } - return true; - } - previous = entry; - entry = entry->next; - } - } - - zip_error_set(error, ZIP_ER_NOENT, 0); - return false; -} - - -/* find value for entry in hash, -1 if not found */ -zip_int64_t -_zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error) { - zip_uint32_t hash_value, index; - zip_hash_entry_t *entry; - - if (hash == NULL || name == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return -1; - } - - if (hash->nentries > 0) { - hash_value = hash_string(name); - index = hash_value % hash->table_size; - for (entry = hash->table[index]; entry != NULL; entry = entry->next) { - if (strcmp((const char *)name, (const char *)entry->name) == 0) { - if (flags & ZIP_FL_UNCHANGED) { - if (entry->orig_index != -1) { - return entry->orig_index; - } - } - else { - if (entry->current_index != -1) { - return entry->current_index; - } - } - break; - } - } - } - - zip_error_set(error, ZIP_ER_NOENT, 0); - return -1; -} - - -bool -_zip_hash_reserve_capacity(zip_hash_t *hash, zip_uint64_t capacity, zip_error_t *error) { - zip_uint32_t new_size; - - if (capacity == 0) { - return true; - } - - new_size = size_for_capacity(capacity); - - if (new_size <= hash->table_size) { - return true; - } - - if (!hash_resize(hash, new_size, error)) { - return false; - } - - return true; -} - - -bool -_zip_hash_revert(zip_hash_t *hash, zip_error_t *error) { - zip_uint32_t i; - zip_hash_entry_t *entry, *previous; - - for (i = 0; i < hash->table_size; i++) { - previous = NULL; - entry = hash->table[i]; - while (entry) { - if (entry->orig_index == -1) { - zip_hash_entry_t *p; - if (previous) { - previous->next = entry->next; - } - else { - hash->table[i] = entry->next; - } - p = entry; - entry = entry->next; - /* previous does not change */ - free(p); - hash->nentries--; - } - else { - entry->current_index = entry->orig_index; - previous = entry; - entry = entry->next; - } - } - } - - if (hash->nentries < hash->table_size * HASH_MIN_FILL && hash->table_size > HASH_MIN_SIZE) { - zip_uint32_t new_size = hash->table_size / 2; - while (hash->nentries < new_size * HASH_MIN_FILL && new_size > HASH_MIN_SIZE) { - new_size /= 2; - } - if (!hash_resize(hash, new_size, error)) { - return false; - } - } - - return true; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_io_util.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_io_util.c deleted file mode 100644 index e346246..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_io_util.c +++ /dev/null @@ -1,146 +0,0 @@ -/* - zip_io_util.c -- I/O helper functions - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -#include -#include -#include -#include - -#include "zipint.h" - -int -_zip_read(zip_source_t *src, zip_uint8_t *b, zip_uint64_t length, zip_error_t *error) { - zip_int64_t n; - - if (length > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return -1; - } - - if ((n = zip_source_read(src, b, length)) < 0) { - zip_error_set_from_source(error, src); - return -1; - } - - if (n < (zip_int64_t)length) { - zip_error_set(error, ZIP_ER_EOF, 0); - return -1; - } - - return 0; -} - - -zip_uint8_t * -_zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *error) { - zip_uint8_t *r; - - if (length == 0 && !nulp) { - return NULL; - } - - r = (zip_uint8_t *)malloc(length + (nulp ? 1 : 0)); - if (r == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if (buffer) { - zip_uint8_t *data = _zip_buffer_get(buffer, length); - - if (data == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - free(r); - return NULL; - } - (void)memcpy_s(r, length, data, length); - } - else { - if (_zip_read(src, r, length, error) < 0) { - free(r); - return NULL; - } - } - - if (nulp) { - zip_uint8_t *o; - /* replace any in-string NUL characters with spaces */ - r[length] = 0; - for (o = r; o < r + length; o++) - if (*o == '\0') - *o = ' '; - } - - return r; -} - - -zip_string_t * -_zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t len, bool nulp, zip_error_t *error) { - zip_uint8_t *raw; - zip_string_t *s; - - if ((raw = _zip_read_data(buffer, src, len, nulp, error)) == NULL) - return NULL; - - s = _zip_string_new(raw, len, ZIP_FL_ENC_GUESS, error); - free(raw); - return s; -} - - -int -_zip_write(zip_t *za, const void *data, zip_uint64_t length) { - zip_int64_t n; - - if ((n = zip_source_write(za->src, data, length)) < 0) { - zip_error_set_from_source(&za->error, za->src); - return -1; - } - if ((zip_uint64_t)n != length) { - zip_error_set(&za->error, ZIP_ER_WRITE, EINTR); - return -1; - } - - if (za->write_crc != NULL) { - zip_uint64_t position = 0; - while (position < length) { - zip_uint64_t nn = ZIP_MIN(UINT_MAX, length - position); - - *za->write_crc = (zip_uint32_t)crc32(*za->write_crc, (const Bytef *)data + position, (uInt)nn); - position += nn; - } - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_libzip_version.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_libzip_version.c deleted file mode 100644 index 139b250..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_libzip_version.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - zip_libzip_version.c -- return run-time version of library - Copyright (C) 2017-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN const char * -zip_libzip_version(void) { - return LIBZIP_VERSION; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_memdup.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_memdup.c deleted file mode 100644 index 6ac9a5a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_memdup.c +++ /dev/null @@ -1,56 +0,0 @@ -/* - zip_memdup.c -- internal zip function, "strdup" with len - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -#include "zipint.h" - - -void * -_zip_memdup(const void *mem, size_t len, zip_error_t *error) { - void *ret; - - if (len == 0) - return NULL; - - ret = malloc(len); - if (ret == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - (void)memcpy_s(ret, len, mem, len); - - return ret; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_name_locate.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_name_locate.c deleted file mode 100644 index 4248dc2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_name_locate.c +++ /dev/null @@ -1,116 +0,0 @@ -/* - zip_name_locate.c -- get index by name - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#ifdef HAVE_STRINGS_H -#include -#endif - -#include "zipint.h" - - -ZIP_EXTERN zip_int64_t -zip_name_locate(zip_t *za, const char *fname, zip_flags_t flags) { - return _zip_name_locate(za, fname, flags, &za->error); -} - - -zip_int64_t -_zip_name_locate(zip_t *za, const char *fname, zip_flags_t flags, zip_error_t *error) { - int (*cmp)(const char *, const char *); - size_t fname_length; - zip_string_t *str = NULL; - const char *fn, *p; - zip_uint64_t i; - - if (za == NULL) { - return -1; - } - - if (fname == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return -1; - } - - fname_length = strlen(fname); - - if (fname_length > ZIP_UINT16_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return -1; - } - - if ((flags & (ZIP_FL_ENC_UTF_8 | ZIP_FL_ENC_RAW)) == 0 && fname[0] != '\0') { - if ((str = _zip_string_new((const zip_uint8_t *)fname, (zip_uint16_t)strlen(fname), flags, error)) == NULL) { - return -1; - } - if ((fname = (const char *)_zip_string_get(str, NULL, 0, error)) == NULL) { - _zip_string_free(str); - return -1; - } - } - - if (flags & (ZIP_FL_NOCASE | ZIP_FL_NODIR | ZIP_FL_ENC_RAW | ZIP_FL_ENC_STRICT)) { - /* can't use hash table */ - cmp = (flags & ZIP_FL_NOCASE) ? strcasecmp : strcmp; - - for (i = 0; i < za->nentry; i++) { - fn = _zip_get_name(za, i, flags, error); - - /* newly added (partially filled) entry or error */ - if (fn == NULL) - continue; - - if (flags & ZIP_FL_NODIR) { - p = strrchr(fn, '/'); - if (p) - fn = p + 1; - } - - if (cmp(fname, fn) == 0) { - _zip_error_clear(error); - _zip_string_free(str); - return (zip_int64_t)i; - } - } - - zip_error_set(error, ZIP_ER_NOENT, 0); - _zip_string_free(str); - return -1; - } - else { - zip_int64_t ret = _zip_hash_lookup(za->names, (const zip_uint8_t *)fname, flags, error); - _zip_string_free(str); - return ret; - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_new.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_new.c deleted file mode 100644 index 68e1588..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_new.c +++ /dev/null @@ -1,74 +0,0 @@ -/* - zip_new.c -- create and init struct zip - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -/* _zip_new: - creates a new zipfile struct, and sets the contents to zero; returns - the new struct. */ - -zip_t * -_zip_new(zip_error_t *error) { - zip_t *za; - - za = (zip_t *)malloc(sizeof(struct zip)); - if (za == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((za->names = _zip_hash_new(error)) == NULL) { - free(za); - return NULL; - } - - za->src = NULL; - za->open_flags = 0; - zip_error_init(&za->error); - za->flags = za->ch_flags = 0; - za->default_password = NULL; - za->comment_orig = za->comment_changes = NULL; - za->comment_changed = 0; - za->nentry = za->nentry_alloc = 0; - za->entry = NULL; - za->nopen_source = za->nopen_source_alloc = 0; - za->open_source = NULL; - za->progress = NULL; - za->torrent_mtime = 0; - - return za; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_open.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_open.c deleted file mode 100644 index aee0da0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_open.c +++ /dev/null @@ -1,1022 +0,0 @@ -/* - zip_open.c -- open zip archive by name - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include -#include -#include - -#include "zipint.h" - -typedef enum { - EXISTS_ERROR = -1, - EXISTS_NOT = 0, - EXISTS_OK -} exists_t; -typedef enum { - CDIR_OK, - CDIR_INVALID, - CDIR_NOT_FOUND - -} cdir_status_t; - -static bool check_eocd(zip_cdir_t *cd, unsigned int flags, zip_error_t *error); -static bool check_magic(zip_uint64_t offset, zip_buffer_t *buffer, zip_uint64_t buffer_offset, zip_source_t *src, const char* magic); -static zip_t *_zip_allocate_new(zip_source_t *src, unsigned int flags, zip_error_t *error); -static zip_int64_t _zip_checkcons(zip_t *za, zip_cdir_t *cdir, zip_error_t *error); -static void zip_check_torrentzip(zip_t *za, const zip_cdir_t *cdir); -static zip_cdir_t *_zip_find_central_dir(zip_t *za, zip_uint64_t len); -static exists_t _zip_file_exists(zip_source_t *src, zip_error_t *error); -static int _zip_headercomp(const zip_dirent_t *, const zip_dirent_t *); -static bool _zip_read_cdir(zip_t *za, zip_buffer_t *buffer, zip_uint64_t buf_offset, zip_cdir_t **cdirp, zip_error_t *error); -static zip_cdir_t *_zip_read_eocd(zip_buffer_t *buffer, zip_uint64_t buf_offset, zip_error_t *error); -static cdir_status_t _zip_read_eocd64(zip_cdir_t *cdir, zip_source_t *src, zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error); -static const unsigned char *find_eocd(zip_buffer_t *buffer, const unsigned char *last); - - -ZIP_EXTERN zip_t * -zip_open(const char *fn, int _flags, int *zep) { - zip_t *za; - zip_source_t *src; - struct zip_error error; - - zip_error_init(&error); - if ((src = zip_source_file_create(fn, 0, -1, &error)) == NULL) { - _zip_set_open_error(zep, &error, 0); - zip_error_fini(&error); - return NULL; - } - - if ((za = zip_open_from_source(src, _flags, &error)) == NULL) { - zip_source_free(src); - _zip_set_open_error(zep, &error, 0); - zip_error_fini(&error); - return NULL; - } - - zip_error_fini(&error); - return za; -} - - -ZIP_EXTERN zip_t * -zip_open_from_source(zip_source_t *src, int _flags, zip_error_t *error) { - unsigned int flags; - zip_int64_t supported; - exists_t exists; - - if (_flags < 0 || src == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - flags = (unsigned int)_flags; - - supported = zip_source_supports(src); - if ((supported & ZIP_SOURCE_SUPPORTS_SEEKABLE) != ZIP_SOURCE_SUPPORTS_SEEKABLE) { - zip_error_set(error, ZIP_ER_OPNOTSUPP, 0); - return NULL; - } - if ((supported & ZIP_SOURCE_SUPPORTS_WRITABLE) != ZIP_SOURCE_SUPPORTS_WRITABLE) { - flags |= ZIP_RDONLY; - } - - if ((flags & (ZIP_RDONLY | ZIP_TRUNCATE)) == (ZIP_RDONLY | ZIP_TRUNCATE)) { - zip_error_set(error, ZIP_ER_RDONLY, 0); - return NULL; - } - - exists = _zip_file_exists(src, error); - switch (exists) { - case EXISTS_ERROR: - return NULL; - - case EXISTS_NOT: - if ((flags & ZIP_CREATE) == 0) { - zip_error_set(error, ZIP_ER_NOENT, 0); - return NULL; - } - return _zip_allocate_new(src, flags, error); - - default: { - zip_t *za; - if (flags & ZIP_EXCL) { - zip_error_set(error, ZIP_ER_EXISTS, 0); - return NULL; - } - if (zip_source_open(src) < 0) { - zip_error_set_from_source(error, src); - return NULL; - } - - if (flags & ZIP_TRUNCATE) { - za = _zip_allocate_new(src, flags, error); - } - else { - /* ZIP_CREATE gets ignored if file exists and not ZIP_EXCL, just like open() */ - za = _zip_open(src, flags, error); - } - - if (za == NULL) { - zip_source_close(src); - return NULL; - } - return za; - } - } -} - - -static bool -_is_truncated_zip(zip_source_t *src) { - unsigned char data[4]; - /* check if the source is a truncated zip archive: true if yes, no - if not or can't be determined */ - if (zip_source_seek(src, 0, SEEK_SET) < 0) { - return false; - } - - if (zip_source_read(src, data, 4) != 4) { - return false; - } - - if (memcmp(data, LOCAL_MAGIC, 4) == 0) { - /* file starts with a ZIP local header signature */ - return true; - } - return false; -} - - -zip_t * -_zip_open(zip_source_t *src, unsigned int flags, zip_error_t *error) { - zip_t *za; - zip_cdir_t *cdir; - struct zip_stat st; - zip_uint64_t len, idx; - - zip_stat_init(&st); - if (zip_source_stat(src, &st) < 0) { - zip_error_set_from_source(error, src); - return NULL; - } - if ((st.valid & ZIP_STAT_SIZE) == 0) { - zip_error_set(error, ZIP_ER_SEEK, EOPNOTSUPP); - return NULL; - } - len = st.size; - - - if ((za = _zip_allocate_new(src, flags, error)) == NULL) { - return NULL; - } - - /* treat empty files as empty archives */ - if (len == 0 && zip_source_accept_empty(src)) { - return za; - } - - if ((cdir = _zip_find_central_dir(za, len)) == NULL) { - _zip_error_copy(error, &za->error); - if (zip_error_code_zip(&za->error) == ZIP_ER_NOZIP) { - /* not a zip - find out if it's truncated */ - if (_is_truncated_zip(src)) { - zip_error_set(error, ZIP_ER_TRUNCATED_ZIP, 0); - } - } - /* keep src so discard does not get rid of it */ - zip_source_keep(src); - zip_discard(za); - return NULL; - } - - za->entry = cdir->entry; - za->nentry = cdir->nentry; - za->nentry_alloc = cdir->nentry_alloc; - - zip_check_torrentzip(za, cdir); - - if (ZIP_IS_TORRENTZIP(za)) { - /* Torrentzip uses the archive comment to detect changes by tools that are not torrentzip aware. */ - _zip_string_free(cdir->comment); - } - else { - za->comment_orig = cdir->comment; - } - - free(cdir); - - _zip_hash_reserve_capacity(za->names, za->nentry, &za->error); - - for (idx = 0; idx < za->nentry; idx++) { - const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error); - if (name == NULL) { - /* keep src so discard does not get rid of it */ - zip_source_keep(src); - zip_discard(za); - return NULL; - } - - if (_zip_hash_add(za->names, name, idx, ZIP_FL_UNCHANGED, &za->error) == false) { - if (za->error.zip_err != ZIP_ER_EXISTS || (flags & ZIP_CHECKCONS)) { - _zip_error_copy(error, &za->error); - /* keep src so discard does not get rid of it */ - zip_source_keep(src); - zip_discard(za); - return NULL; - } - } - } - - za->ch_flags = za->flags; - - return za; -} - - -void -_zip_set_open_error(int *zep, const zip_error_t *err, int ze) { - if (err) { - ze = zip_error_code_zip(err); - switch (zip_error_system_type(err)) { - case ZIP_ET_SYS: - case ZIP_ET_LIBZIP: - errno = zip_error_code_system(err); - break; - - default: - break; - } - } - - if (zep) - *zep = ze; -} - - -/* _zip_readcdir: - tries to find a valid end-of-central-directory at the beginning of - buf, and then the corresponding central directory entries. - Returns a struct zip_cdir which contains the central directory - entries, or NULL if unsuccessful. */ - -static bool _zip_read_cdir(zip_t *za, zip_buffer_t *buffer, zip_uint64_t buf_offset, zip_cdir_t **cdirp, zip_error_t *error) { - zip_cdir_t *cd; - zip_uint16_t comment_len; - zip_uint64_t i, left; - zip_uint64_t eocd_offset = _zip_buffer_offset(buffer); - zip_buffer_t *cd_buffer; - bool eocd64_found = false; - - *cdirp = NULL; - - if ((cd = _zip_read_eocd(buffer, buf_offset, error)) == NULL) { - return false; - } - - if (eocd_offset >= EOCD64LOCLEN && memcmp(_zip_buffer_data(buffer) + eocd_offset - EOCD64LOCLEN, EOCD64LOC_MAGIC, 4) == 0) { - eocd64_found = true; - _zip_buffer_set_offset(buffer, eocd_offset - EOCD64LOCLEN); - switch (_zip_read_eocd64(cd, za->src, buffer, buf_offset, za->flags, error)) { - case CDIR_OK: - break; - - case CDIR_INVALID: - _zip_cdir_free(cd); - return true; - - case CDIR_NOT_FOUND: - _zip_cdir_free(cd); - return false; - } - } - - if ((cd->eocd_disk != 0 || cd->this_disk != 0) && !eocd64_found && cd->eocd_disk != cd->this_disk) { - /* If the central directory doesn't start on this disk, we can't check that offset is valid. Check as much as we can instead. */ - if (cd->this_disk < cd->eocd_disk) { - /* Disks before the start of the central directory don't contain an EOCD. */ - _zip_cdir_free(cd); - return false; - } - if (cd->size <= cd->eocd_offset) { - /* The complete central directory would fit on this disk. */ - _zip_cdir_free(cd); - return false; - } - } - - if (!eocd64_found) { - if (cd->this_disk == 0 && cd->eocd_disk == 0 && cd->eocd_offset == 0 && cd->offset == 0 && cd->num_entries == 0) { - /* An empty archive doesn't contain central directory entries. */ - } - else if (!check_magic(cd->offset, buffer, buf_offset, za->src, CENTRAL_MAGIC)) { - _zip_cdir_free(cd); - return false; - } - } - - /* We accept this EOCD as valid and won't search for an earlier one if it is unusable. */ - - if (!check_eocd(cd, za->flags, error)) { - _zip_cdir_free(cd); - return true; - } - - _zip_buffer_set_offset(buffer, eocd_offset + 20); - comment_len = _zip_buffer_get_16(buffer); - - if (cd->offset + cd->size > buf_offset + eocd_offset) { - /* cdir spans past EOCD record */ - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_CDIR_OVERLAPS_EOCD); - _zip_cdir_free(cd); - return true; - } - - if (comment_len || (za->open_flags & ZIP_CHECKCONS)) { - zip_uint64_t tail_len; - - _zip_buffer_set_offset(buffer, eocd_offset + EOCDLEN); - tail_len = _zip_buffer_left(buffer); - - if (tail_len != comment_len) { - if (za->open_flags & ZIP_CHECKCONS) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_COMMENT_LENGTH_INVALID); - _zip_cdir_free(cd); - return true; - } - if (tail_len < comment_len) { - comment_len = tail_len; - } - } - - if (comment_len) { - if ((cd->comment = _zip_string_new(_zip_buffer_get(buffer, comment_len), comment_len, ZIP_FL_ENC_GUESS, error)) == NULL) { - _zip_cdir_free(cd); - return true; - } - } - } - - if (cd->offset >= buf_offset) { - zip_uint8_t *data; - /* if buffer already read in, use it */ - _zip_buffer_set_offset(buffer, cd->offset - buf_offset); - - if ((data = _zip_buffer_get(buffer, cd->size)) == NULL) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_CDIR_LENGTH_INVALID); - _zip_cdir_free(cd); - return true; - } - if ((cd_buffer = _zip_buffer_new(data, cd->size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - _zip_cdir_free(cd); - return true; - } - } - else { - cd_buffer = NULL; - - if (zip_source_seek(za->src, (zip_int64_t)cd->offset, SEEK_SET) < 0) { - zip_error_set_from_source(error, za->src); - _zip_cdir_free(cd); - return true; - } - - /* possible consistency check: cd->offset = len-(cd->size+cd->comment_len+EOCDLEN) ? */ - if (zip_source_tell(za->src) != (zip_int64_t)cd->offset) { - zip_error_set(error, ZIP_ER_NOZIP, 0); - _zip_cdir_free(cd); - return true; - } - } - - if (!_zip_cdir_grow(cd, cd->num_entries, error)) { - _zip_cdir_free(cd); - _zip_buffer_free(cd_buffer); - return true; - } - left = (zip_uint64_t)cd->size; - i = 0; - while (left > 0) { - bool grown = false; - zip_int64_t entry_size; - - if (i == cd->nentry) { - /* InfoZIP has a hack to avoid using Zip64: it stores nentries % 0x10000 */ - /* This hack isn't applicable if we're using Zip64, or if there is no central directory entry following. */ - - if (cd->is_zip64 || left < CDENTRYSIZE) { - break; - } - - if (!_zip_cdir_grow(cd, 0x10000, error)) { - _zip_cdir_free(cd); - _zip_buffer_free(cd_buffer); - return true; - } - grown = true; - } - - if ((cd->entry[i].orig = _zip_dirent_new()) == NULL || (entry_size = _zip_dirent_read(cd->entry[i].orig, za->src, cd_buffer, false, 0, za->open_flags & ZIP_CHECKCONS, error)) < 0) { - if (zip_error_code_zip(error) == ZIP_ER_INCONS) { - zip_error_set(error, ZIP_ER_INCONS, ADD_INDEX_TO_DETAIL(zip_error_code_system(error), i)); - } - else if (grown && zip_error_code_zip(error) == ZIP_ER_NOZIP) { - zip_error_set(error, ZIP_ER_INCONS, MAKE_DETAIL_WITH_INDEX(ZIP_ER_DETAIL_CDIR_ENTRY_INVALID, i)); - } - _zip_cdir_free(cd); - _zip_buffer_free(cd_buffer); - return true; - } - i++; - left -= (zip_uint64_t)entry_size; - } - - /* If we didn't fill all we grew, cd->num_entries was wrong. */ - if (i != cd->nentry || left > 0) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_CDIR_WRONG_ENTRIES_COUNT); - _zip_buffer_free(cd_buffer); - _zip_cdir_free(cd); - return true; - } - - if (za->open_flags & ZIP_CHECKCONS) { - bool ok; - - if (cd_buffer) { - ok = _zip_buffer_eof(cd_buffer); - } - else { - zip_int64_t offset = zip_source_tell(za->src); - - if (offset < 0) { - zip_error_set_from_source(error, za->src); - _zip_cdir_free(cd); - return true; - } - ok = ((zip_uint64_t)offset == cd->offset + cd->size); - } - - if (!ok) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_CDIR_LENGTH_INVALID); - _zip_buffer_free(cd_buffer); - _zip_cdir_free(cd); - return true; - } - } - - _zip_buffer_free(cd_buffer); - *cdirp = cd; - return true; -} - - -static bool check_magic(zip_uint64_t offset, zip_buffer_t *buffer, zip_uint64_t buffer_offset, zip_source_t *src, const char* magic) { - if (buffer_offset <= offset) { - zip_uint8_t* data; - if (_zip_buffer_set_offset(buffer, offset - buffer_offset) < 0 || (data = _zip_buffer_get(buffer, MAGIC_LEN)) == NULL) { - return false; - } - return memcmp(data, magic, MAGIC_LEN) == 0; - } - else { - zip_uint8_t data[MAGIC_LEN]; - - if (zip_source_seek(src, offset, SEEK_SET) < 0 || zip_source_read(src, data, MAGIC_LEN) != MAGIC_LEN) { - return false; - } - return memcmp(data, magic, MAGIC_LEN) == 0; - } -} - - -/* _zip_checkcons: - Checks the consistency of the central directory by comparing central - directory entries with local headers and checking for plausible - file and header offsets. Returns -1 if not plausible, else the - difference between the lowest and the highest fileposition reached */ - -static zip_int64_t -_zip_checkcons(zip_t *za, zip_cdir_t *cd, zip_error_t *error) { - zip_uint64_t i; - zip_uint64_t min, max, j; - struct zip_dirent temp; - int detail; - - _zip_dirent_init(&temp); - if (cd->nentry) { - max = cd->entry[0].orig->offset; - min = cd->entry[0].orig->offset; - } - else - min = max = 0; - - for (i = 0; i < cd->nentry; i++) { - if (cd->entry[i].orig->offset < min) - min = cd->entry[i].orig->offset; - if (min > (zip_uint64_t)cd->offset) { - zip_error_set(error, ZIP_ER_NOZIP, 0); - return -1; - } - - j = cd->entry[i].orig->offset + cd->entry[i].orig->comp_size + _zip_string_length(cd->entry[i].orig->filename) + LENTRYSIZE; - if (j > max) - max = j; - if (max > (zip_uint64_t)cd->offset) { - zip_error_set(error, ZIP_ER_NOZIP, 0); - return -1; - } - - if (zip_source_seek(za->src, (zip_int64_t)cd->entry[i].orig->offset, SEEK_SET) < 0) { - zip_error_set_from_source(error, za->src); - return -1; - } - - if (_zip_dirent_read(&temp, za->src, NULL, true, cd->entry[i].orig->comp_size, true, error) == -1) { - if (zip_error_code_zip(error) == ZIP_ER_INCONS) { - zip_error_set(error, ZIP_ER_INCONS, ADD_INDEX_TO_DETAIL(zip_error_code_system(error), i)); - } - _zip_dirent_finalize(&temp); - return -1; - } - - if (_zip_headercomp(cd->entry[i].orig, &temp) != 0) { - zip_error_set(error, ZIP_ER_INCONS, MAKE_DETAIL_WITH_INDEX(ZIP_ER_DETAIL_ENTRY_HEADER_MISMATCH, i)); - _zip_dirent_finalize(&temp); - return -1; - } - - cd->entry[i].orig->extra_fields = _zip_ef_merge(cd->entry[i].orig->extra_fields, temp.extra_fields); - cd->entry[i].orig->local_extra_fields_read = 1; - temp.extra_fields = NULL; - - _zip_dirent_finalize(&temp); - - if ((detail = zip_dirent_check_consistency(cd->entry[i].orig)) != 0) { - zip_error_set(error, ZIP_ER_INCONS, MAKE_DETAIL_WITH_INDEX(detail, i)); - return -1; - } - } - - return (max - min) < ZIP_INT64_MAX ? (zip_int64_t)(max - min) : ZIP_INT64_MAX; -} - - -/* _zip_headercomp: - compares a central directory entry and a local file header - Return 0 if they are consistent, -1 if not. */ - -static int -_zip_headercomp(const zip_dirent_t *central, const zip_dirent_t *local) { - if ((central->version_needed < local->version_needed) -#if 0 - /* some zip-files have different values in local - and global headers for the bitflags */ - || (central->bitflags != local->bitflags) -#endif - || (central->comp_method != local->comp_method) || (central->last_mod.time != local->last_mod.time) || (central->last_mod.date != local->last_mod.date) || !_zip_string_equal(central->filename, local->filename)) - return -1; - - if ((central->crc != local->crc) || (central->comp_size != local->comp_size) || (central->uncomp_size != local->uncomp_size)) { - /* InfoZip stores valid values in local header even when data descriptor is used. - This is in violation of the appnote. - macOS Archive sets the compressed size even when data descriptor is used ( but not the others), - also in violation of the appnote. - */ - /* if data descriptor is not used, the values must match */ - if ((local->bitflags & ZIP_GPBF_DATA_DESCRIPTOR) == 0) { - return -1; - } - /* when using a data descriptor, the local header value must be zero or match */ - if ((local->crc != 0 && central->crc != local->crc) || (local->comp_size != 0 && central->comp_size != local->comp_size) || (local->uncomp_size != 0 && central->uncomp_size != local->uncomp_size)) { - return -1; - } - } - - return 0; -} - - -static zip_t * -_zip_allocate_new(zip_source_t *src, unsigned int flags, zip_error_t *error) { - zip_t *za; - - if ((za = _zip_new(error)) == NULL) { - return NULL; - } - - za->src = src; - za->open_flags = flags; - za->flags = 0; - za->ch_flags = 0; - za->write_crc = NULL; - - if (flags & ZIP_RDONLY) { - za->flags |= ZIP_AFL_RDONLY; - za->ch_flags |= ZIP_AFL_RDONLY; - } - - return za; -} - - -/* - * tests for file existence - */ -static exists_t -_zip_file_exists(zip_source_t *src, zip_error_t *error) { - struct zip_stat st; - - zip_stat_init(&st); - if (zip_source_stat(src, &st) != 0) { - zip_error_t *src_error = zip_source_error(src); - if (zip_error_code_zip(src_error) == ZIP_ER_READ && zip_error_code_system(src_error) == ENOENT) { - return EXISTS_NOT; - } - _zip_error_copy(error, src_error); - return EXISTS_ERROR; - } - - return EXISTS_OK; -} - - -static zip_cdir_t * -_zip_find_central_dir(zip_t *za, zip_uint64_t len) { - zip_cdir_t *cdir; - const zip_uint8_t *match; - zip_int64_t buf_offset; - zip_uint64_t buflen; - zip_error_t error; - zip_buffer_t *buffer; - - if (len < EOCDLEN) { - zip_error_set(&za->error, ZIP_ER_NOZIP, 0); - return NULL; - } - - buflen = (len < CDBUFSIZE ? len : CDBUFSIZE); - if (zip_source_seek(za->src, -(zip_int64_t)buflen, SEEK_END) < 0) { - zip_error_t *src_error = zip_source_error(za->src); - if (zip_error_code_zip(src_error) != ZIP_ER_SEEK || zip_error_code_system(src_error) != EFBIG) { - /* seek before start of file on my machine */ - _zip_error_copy(&za->error, src_error); - return NULL; - } - } - if ((buf_offset = zip_source_tell(za->src)) < 0) { - zip_error_set_from_source(&za->error, za->src); - return NULL; - } - - if ((buffer = _zip_buffer_new_from_source(za->src, buflen, NULL, &za->error)) == NULL) { - return NULL; - } - - cdir = NULL; - if (buflen >= CDBUFSIZE) { - /* EOCD64 locator is before EOCD, so leave place for it */ - _zip_buffer_set_offset(buffer, EOCD64LOCLEN); - } - zip_error_set(&error, ZIP_ER_NOZIP, 0); - - match = NULL; - while ((match = find_eocd(buffer, match)) != NULL) { - _zip_buffer_set_offset(buffer, (zip_uint64_t)(match - _zip_buffer_data(buffer))); - if (_zip_read_cdir(za, buffer, (zip_uint64_t)buf_offset, &cdir, &error)) { - if (cdir != NULL && (za->open_flags & ZIP_CHECKCONS) && _zip_checkcons(za, cdir, &error) < 0) { - _zip_cdir_free(cdir); - cdir = NULL; - } - break; - } - } - - _zip_buffer_free(buffer); - - if (cdir == NULL) { - _zip_error_copy(&za->error, &error); - } - return cdir; -} - - -static const unsigned char * -find_eocd(zip_buffer_t *buffer, const unsigned char *last) { - const unsigned char *data = _zip_buffer_data(buffer); - const unsigned char *p; - - if (last == NULL) { - last = data + _zip_buffer_size(buffer) - MAGIC_LEN; - } - else if (last == _zip_buffer_data(buffer)) { - return NULL; - } - else { - last -= 1; - } - - for (p = last; p >= data; p -= 1) { - if (*p == EOCD_MAGIC[0]) { - if (memcmp(p, EOCD_MAGIC, MAGIC_LEN) == 0) { - return p; - } - } - } - - return NULL; -} - - -static zip_cdir_t * -_zip_read_eocd(zip_buffer_t *buffer, zip_uint64_t buf_offset, zip_error_t *error) { - zip_cdir_t *cd; - - if (_zip_buffer_left(buffer) < EOCDLEN) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EOCD_LENGTH_INVALID); - return NULL; - } - - if ((cd = _zip_cdir_new(error)) == NULL) { - return NULL; - } - - cd->eocd_offset = buf_offset + _zip_buffer_offset(buffer); - /* This function is only called where EOCD magic was found, so no need to check that here. */ - _zip_buffer_skip(buffer, MAGIC_LEN); - cd->is_zip64 = false; - cd->this_disk = _zip_buffer_get_16(buffer); - cd->eocd_disk = _zip_buffer_get_16(buffer); - - /* number of cdir-entries on this disk */ - cd->disk_entries = _zip_buffer_get_16(buffer); - /* number of cdir-entries */ - cd->num_entries = _zip_buffer_get_16(buffer); - cd->size = _zip_buffer_get_32(buffer); - cd->offset = _zip_buffer_get_32(buffer); - - return cd; -} - -static bool -check_eocd(zip_cdir_t *cd, unsigned int flags, zip_error_t *error) { - if (cd->disk_entries != cd->num_entries || cd->this_disk != 0 || cd->eocd_disk != 0) { - zip_error_set(error, ZIP_ER_MULTIDISK, 0); - return false; - } - - if (cd->offset + cd->size < cd->offset) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return false; - } - if ((flags & ZIP_CHECKCONS) && cd->offset + cd->size != cd->eocd_offset) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_CDIR_LENGTH_INVALID); - return false; - } - - return true; -} - - -cdir_status_t _zip_read_eocd64(zip_cdir_t *cdir, zip_source_t *src, zip_buffer_t *buffer, zip_uint64_t buf_offset, unsigned int flags, zip_error_t *error) { - zip_uint64_t offset; - zip_uint8_t eocd[EOCD64LEN]; - zip_uint64_t eocd_offset; - zip_uint64_t size, nentry, i, eocdloc_offset; - bool free_buffer; - zip_uint32_t num_disks, eocd_disk, this_disk; - - eocdloc_offset = _zip_buffer_offset(buffer); - - _zip_buffer_get(buffer, 4); /* magic already verified */ - - eocd_disk = _zip_buffer_get_32(buffer); - eocd_offset = _zip_buffer_get_64(buffer); - num_disks = _zip_buffer_get_32(buffer); - - if (!check_magic(eocd_offset, buffer, buf_offset, src, EOCD64_MAGIC)) { - return CDIR_NOT_FOUND; - } - - if (num_disks != 1) { - zip_error_set(error, ZIP_ER_MULTIDISK, 0); - return CDIR_INVALID; - } - - /* valid seek value for start of EOCD */ - if (eocd_offset > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return CDIR_INVALID; - } - - /* does EOCD fit before EOCD locator? */ - if (eocd_offset + EOCD64LEN > eocdloc_offset + buf_offset) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EOCD64_OVERLAPS_EOCD); - return CDIR_INVALID; - } - - /* make sure current position of buffer is beginning of EOCD */ - if (eocd_offset >= buf_offset && eocd_offset + EOCD64LEN <= buf_offset + _zip_buffer_size(buffer)) { - _zip_buffer_set_offset(buffer, eocd_offset - buf_offset); - free_buffer = false; - } - else { - if (zip_source_seek(src, (zip_int64_t)eocd_offset, SEEK_SET) < 0) { - zip_error_set_from_source(error, src); - return CDIR_INVALID; - } - if ((buffer = _zip_buffer_new_from_source(src, EOCD64LEN, eocd, error)) == NULL) { - return CDIR_INVALID; - } - free_buffer = true; - } - - if (memcmp(_zip_buffer_get(buffer, 4), EOCD64_MAGIC, 4) != 0) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EOCD64_WRONG_MAGIC); - if (free_buffer) { - _zip_buffer_free(buffer); - } - return CDIR_INVALID; - } - - /* size of EOCD */ - size = _zip_buffer_get_64(buffer); - - /* is there a hole between EOCD and EOCD locator, or do they overlap? */ - if ((flags & ZIP_CHECKCONS) && size + eocd_offset + 12 != buf_offset + eocdloc_offset) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EOCD64_OVERLAPS_EOCD); - if (free_buffer) { - _zip_buffer_free(buffer); - } - return CDIR_INVALID; - } - - _zip_buffer_get(buffer, 4); /* skip version made by/needed */ - - this_disk = _zip_buffer_get_32(buffer); - if (_zip_buffer_get_32(buffer) != eocd_disk) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EOCD64_LOCATOR_MISMATCH); - if (free_buffer) { - _zip_buffer_free(buffer); - } - return CDIR_INVALID; - } - - i = _zip_buffer_get_64(buffer); - nentry = _zip_buffer_get_64(buffer); - - if (nentry != i) { - zip_error_set(error, ZIP_ER_MULTIDISK, 0); - if (free_buffer) { - _zip_buffer_free(buffer); - } - return CDIR_INVALID; - } - - size = _zip_buffer_get_64(buffer); - offset = _zip_buffer_get_64(buffer); - - /* did we read past the end of the buffer? */ - if (!_zip_buffer_ok(buffer)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - if (free_buffer) { - _zip_buffer_free(buffer); - } - return CDIR_INVALID; - } - - if (free_buffer) { - _zip_buffer_free(buffer); - } - - if (offset > ZIP_INT64_MAX || offset + size < offset) { - zip_error_set(error, ZIP_ER_SEEK, EFBIG); - return CDIR_INVALID; - } - - if (nentry > size / CDENTRYSIZE) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_CDIR_INVALID); - return CDIR_INVALID; - } - - if ((cdir->size != 0xffffffff && cdir->size != size) || (cdir->offset != 0xffffffff && cdir->offset != offset) || (cdir->num_entries != 0xffff && cdir->num_entries != nentry) || (cdir->disk_entries != 0xffff && cdir->disk_entries != i) || (cdir->this_disk != 0xffff && cdir->this_disk != this_disk) || (cdir->eocd_disk != 0xffff && cdir->eocd_disk != eocd_disk)) { - zip_error_set(error, ZIP_ER_INCONS, ZIP_ER_DETAIL_EOCD64_MISMATCH); - return CDIR_INVALID; - } - - cdir->is_zip64 = true; - cdir->size = size; - cdir->offset = offset; - cdir->disk_entries = i; - cdir->num_entries = nentry; - cdir->this_disk = this_disk; - cdir->eocd_disk = eocd_disk; - - return CDIR_OK; -} - - -static int -decode_hex(char c) { - if (c >= '0' && c <= '9') { - return c - '0'; - } - else if (c >= 'A' && c <= 'F') { - return c - 'A' + 10; - } - else { - return -1; - } -} - -/* _zip_check_torrentzip: - check whether ZA has a valid TORRENTZIP comment, i.e. is torrentzipped */ - -static void -zip_check_torrentzip(zip_t *za, const zip_cdir_t *cdir) { - zip_uint32_t crc_should; - char buf[8 + 1]; - size_t i; - - if (cdir == NULL) { - return; - } - - if (_zip_string_length(cdir->comment) != TORRENTZIP_SIGNATURE_LENGTH + TORRENTZIP_CRC_LENGTH || strncmp((const char *)cdir->comment->raw, TORRENTZIP_SIGNATURE, TORRENTZIP_SIGNATURE_LENGTH) != 0) - return; - - memcpy(buf, cdir->comment->raw + TORRENTZIP_SIGNATURE_LENGTH, TORRENTZIP_CRC_LENGTH); - buf[TORRENTZIP_CRC_LENGTH] = '\0'; - crc_should = 0; - for (i = 0; i < TORRENTZIP_CRC_LENGTH; i += 2) { - int low, high; - high = decode_hex((buf[i])); - low = decode_hex(buf[i + 1]); - if (high < 0 || low < 0) { - return; - } - crc_should = (crc_should << 8) + (high << 4) + low; - } - - { - zip_stat_t st; - zip_source_t *src_window; - zip_source_t *src_crc; - zip_uint8_t buffer[512]; - zip_int64_t ret; - - zip_stat_init(&st); - st.valid |= ZIP_STAT_SIZE | ZIP_STAT_CRC; - st.size = cdir->size; - st.crc = crc_should; - if ((src_window = _zip_source_window_new(za->src, cdir->offset, cdir->size, &st, 0, NULL, NULL, NULL, 0, false, NULL)) == NULL) { - return; - } - if ((src_crc = zip_source_crc_create(src_window, 1, NULL)) == NULL) { - zip_source_free(src_window); - return; - } - if (zip_source_open(src_crc) != 0) { - zip_source_free(src_crc); - return; - } - while ((ret = zip_source_read(src_crc, buffer, sizeof(buffer))) > 0) { - } - zip_source_free(src_crc); - if (ret < 0) { - return; - } - } - - /* TODO: if check consistency, check cdir entries for valid values */ - za->flags |= ZIP_AFL_IS_TORRENTZIP; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_pkware.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_pkware.c deleted file mode 100644 index ef3a30b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_pkware.c +++ /dev/null @@ -1,112 +0,0 @@ -/* - zip_pkware.c -- Traditional PKWARE de/encryption backend routines - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - -#define PKWARE_KEY0 305419896 -#define PKWARE_KEY1 591751049 -#define PKWARE_KEY2 878082192 - - -static void -update_keys(zip_pkware_keys_t *keys, zip_uint8_t b) { - keys->key[0] = (zip_uint32_t)crc32(keys->key[0] ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL; - keys->key[1] = (keys->key[1] + (keys->key[0] & 0xff)) * 134775813 + 1; - b = (zip_uint8_t)(keys->key[1] >> 24); - keys->key[2] = (zip_uint32_t)crc32(keys->key[2] ^ 0xffffffffUL, &b, 1) ^ 0xffffffffUL; -} - - -static zip_uint8_t -crypt_byte(zip_pkware_keys_t *keys) { - zip_uint16_t tmp; - tmp = (zip_uint16_t)(keys->key[2] | 2); - tmp = (zip_uint16_t)(((zip_uint32_t)tmp * (tmp ^ 1)) >> 8); - return (zip_uint8_t)tmp; -} - - -void -_zip_pkware_keys_reset(zip_pkware_keys_t *keys) { - keys->key[0] = PKWARE_KEY0; - keys->key[1] = PKWARE_KEY1; - keys->key[2] = PKWARE_KEY2; -} - - -void -_zip_pkware_encrypt(zip_pkware_keys_t *keys, zip_uint8_t *out, const zip_uint8_t *in, zip_uint64_t len) { - zip_uint64_t i; - zip_uint8_t b; - zip_uint8_t tmp; - - for (i = 0; i < len; i++) { - b = in[i]; - - if (out != NULL) { - tmp = crypt_byte(keys); - update_keys(keys, b); - b ^= tmp; - out[i] = b; - } - else { - /* during initialization, we're only interested in key updates */ - update_keys(keys, b); - } - } -} - - -void -_zip_pkware_decrypt(zip_pkware_keys_t *keys, zip_uint8_t *out, const zip_uint8_t *in, zip_uint64_t len) { - zip_uint64_t i; - zip_uint8_t b; - zip_uint8_t tmp; - - for (i = 0; i < len; i++) { - b = in[i]; - - /* during initialization, we're only interested in key updates */ - if (out != NULL) { - tmp = crypt_byte(keys); - b ^= tmp; - out[i] = b; - } - - update_keys(keys, b); - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_progress.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_progress.c deleted file mode 100644 index 5693d7a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_progress.c +++ /dev/null @@ -1,293 +0,0 @@ -/* - zip_progress.c -- progress reporting - Copyright (C) 2017-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - -#include - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - -struct zip_progress { - zip_t *za; - - zip_progress_callback callback_progress; - void (*ud_progress_free)(void *); - void *ud_progress; - - zip_cancel_callback callback_cancel; - void (*ud_cancel_free)(void *); - void *ud_cancel; - - double precision; - - /* state */ - double last_update; /* last value callback function was called with */ - - double start; /* start of sub-progress section */ - double end; /* end of sub-progress section */ -}; - -static void _zip_progress_free_cancel_callback(zip_progress_t *progress); -static void _zip_progress_free_progress_callback(zip_progress_t *progress); -static zip_progress_t *_zip_progress_new(zip_t *za); -static void _zip_progress_set_cancel_callback(zip_progress_t *progress, zip_cancel_callback callback, void (*ud_free)(void *), void *ud); -static void _zip_progress_set_progress_callback(zip_progress_t *progress, double precision, zip_progress_callback callback, void (*ud_free)(void *), void *ud); - -void -_zip_progress_end(zip_progress_t *progress) { - _zip_progress_update(progress, 1.0); -} - - -void -_zip_progress_free(zip_progress_t *progress) { - if (progress == NULL) { - return; - } - - _zip_progress_free_progress_callback(progress); - _zip_progress_free_cancel_callback(progress); - - free(progress); -} - - -static zip_progress_t * -_zip_progress_new(zip_t *za) { - zip_progress_t *progress = (zip_progress_t *)malloc(sizeof(*progress)); - - if (progress == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return NULL; - } - - progress->za = za; - - progress->callback_progress = NULL; - progress->ud_progress_free = NULL; - progress->ud_progress = NULL; - progress->precision = 0.0; - - progress->callback_cancel = NULL; - progress->ud_cancel_free = NULL; - progress->ud_cancel = NULL; - - return progress; -} - -static void -_zip_progress_free_progress_callback(zip_progress_t *progress) { - if (progress->ud_progress_free) { - progress->ud_progress_free(progress->ud_progress); - } - - progress->callback_progress = NULL; - progress->ud_progress = NULL; - progress->ud_progress_free = NULL; -} - -static void -_zip_progress_free_cancel_callback(zip_progress_t *progress) { - if (progress->ud_cancel_free) { - progress->ud_cancel_free(progress->ud_cancel); - } - - progress->callback_cancel = NULL; - progress->ud_cancel = NULL; - progress->ud_cancel_free = NULL; -} - -static void -_zip_progress_set_progress_callback(zip_progress_t *progress, double precision, zip_progress_callback callback, void (*ud_free)(void *), void *ud) { - _zip_progress_free_progress_callback(progress); - - progress->callback_progress = callback; - progress->ud_progress_free = ud_free; - progress->ud_progress = ud; - progress->precision = precision; -} - -void -_zip_progress_set_cancel_callback(zip_progress_t *progress, zip_cancel_callback callback, void (*ud_free)(void *), void *ud) { - _zip_progress_free_cancel_callback(progress); - - progress->callback_cancel = callback; - progress->ud_cancel_free = ud_free; - progress->ud_cancel = ud; -} - -int -_zip_progress_start(zip_progress_t *progress) { - if (progress == NULL) { - return 0; - } - - if (progress->callback_progress != NULL) { - progress->last_update = 0.0; - progress->callback_progress(progress->za, 0.0, progress->ud_progress); - } - - if (progress->callback_cancel != NULL) { - if (progress->callback_cancel(progress->za, progress->ud_cancel)) { - return -1; - } - } - - return 0; -} - - -int -_zip_progress_subrange(zip_progress_t *progress, double start, double end) { - if (progress == NULL) { - return 0; - } - - progress->start = start; - progress->end = end; - - return _zip_progress_update(progress, 0.0); -} - -int -_zip_progress_update(zip_progress_t *progress, double sub_current) { - double current; - - if (progress == NULL) { - return 0; - } - - if (progress->callback_progress != NULL) { - current = ZIP_MIN(ZIP_MAX(sub_current, 0.0), 1.0) * (progress->end - progress->start) + progress->start; - - if (current - progress->last_update > progress->precision || (progress->last_update < 1 && current == 1)) { - progress->callback_progress(progress->za, current, progress->ud_progress); - progress->last_update = current; - } - } - - if (progress->callback_cancel != NULL) { - if (progress->callback_cancel(progress->za, progress->ud_cancel)) { - return -1; - } - } - - return 0; -} - - -ZIP_EXTERN int -zip_register_progress_callback_with_state(zip_t *za, double precision, zip_progress_callback callback, void (*ud_free)(void *), void *ud) { - if (callback != NULL) { - if (za->progress == NULL) { - if ((za->progress = _zip_progress_new(za)) == NULL) { - return -1; - } - } - - _zip_progress_set_progress_callback(za->progress, precision, callback, ud_free, ud); - } - else { - if (za->progress != NULL) { - if (za->progress->callback_cancel == NULL) { - _zip_progress_free(za->progress); - za->progress = NULL; - } - else { - _zip_progress_free_progress_callback(za->progress); - } - } - } - - return 0; -} - - -ZIP_EXTERN int -zip_register_cancel_callback_with_state(zip_t *za, zip_cancel_callback callback, void (*ud_free)(void *), void *ud) { - if (callback != NULL) { - if (za->progress == NULL) { - if ((za->progress = _zip_progress_new(za)) == NULL) { - return -1; - } - } - - _zip_progress_set_cancel_callback(za->progress, callback, ud_free, ud); - } - else { - if (za->progress != NULL) { - if (za->progress->callback_progress == NULL) { - _zip_progress_free(za->progress); - za->progress = NULL; - } - else { - _zip_progress_free_cancel_callback(za->progress); - } - } - } - - return 0; -} - - -struct legacy_ud { - zip_progress_callback_t callback; -}; - - -static void -_zip_legacy_progress_callback(zip_t *za, double progress, void *vud) { - struct legacy_ud *ud = (struct legacy_ud *)vud; - - ud->callback(progress); -} - -ZIP_EXTERN void -zip_register_progress_callback(zip_t *za, zip_progress_callback_t progress_callback) { - struct legacy_ud *ud; - - if (progress_callback == NULL) { - zip_register_progress_callback_with_state(za, 0, NULL, NULL, NULL); - } - - if ((ud = (struct legacy_ud *)malloc(sizeof(*ud))) == NULL) { - return; - } - - ud->callback = progress_callback; - - if (zip_register_progress_callback_with_state(za, 0.001, _zip_legacy_progress_callback, free, ud) < 0) { - free(ud); - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_unix.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_unix.c deleted file mode 100644 index 9446ca9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_unix.c +++ /dev/null @@ -1,110 +0,0 @@ -/* - zip_random_unix.c -- fill the user's buffer with random stuff (Unix version) - Copyright (C) 2016-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#ifdef HAVE_CRYPTO -#include "zip_crypto.h" -#endif - -#ifdef HAVE_ARC4RANDOM - -#include - -#ifndef HAVE_SECURE_RANDOM -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - arc4random_buf(buffer, length); - return true; -} -#endif - -#ifndef HAVE_RANDOM_UINT32 -zip_uint32_t -zip_random_uint32(void) { - return arc4random(); -} -#endif - -#else /* HAVE_ARC4RANDOM */ - -#ifndef HAVE_SECURE_RANDOM -#include -#include - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - int fd; - - if ((fd = open("/dev/urandom", O_RDONLY)) < 0) { - return false; - } - - if (read(fd, buffer, length) != length) { - close(fd); - return false; - } - - close(fd); - return true; -} -#endif - -#ifndef HAVE_RANDOM_UINT32 -#include - -#ifndef HAVE_RANDOM -#define srandom srand -#define random rand -#endif - -zip_uint32_t -zip_random_uint32(void) { - static bool seeded = false; - - zip_uint32_t value; - - if (zip_secure_random((zip_uint8_t *)&value, sizeof(value))) { - return value; - } - - if (!seeded) { - srandom((unsigned int)time(NULL)); - seeded = true; - } - - return (zip_uint32_t)random(); -} -#endif - -#endif /* HAVE_ARC4RANDOM */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_uwp.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_uwp.c deleted file mode 100644 index 7accdeb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_uwp.c +++ /dev/null @@ -1,82 +0,0 @@ -/* - zip_random_uwp.c -- fill the user's buffer with random stuff (UWP version) - Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#ifdef HAVE_CRYPTO -#include "zip_crypto.h" -#endif - -#ifndef HAVE_SECURE_RANDOM - -#include -#include - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - BCRYPT_ALG_HANDLE hAlg = NULL; - NTSTATUS hr = BCryptOpenAlgorithmProvider(&hAlg, BCRYPT_RNG_ALGORITHM, MS_PRIMITIVE_PROVIDER, 0); - if (!BCRYPT_SUCCESS(hr) || hAlg == NULL) { - return false; - } - hr = BCryptGenRandom(&hAlg, buffer, length, 0); - BCryptCloseAlgorithmProvider(&hAlg, 0); - if (!BCRYPT_SUCCESS(hr)) { - return false; - } - return true; -} - -#endif - -#ifndef HAVE_RANDOM_UINT32 -#include - -zip_uint32_t -zip_random_uint32(void) { - static bool seeded = false; - - zip_uint32_t value; - - if (zip_secure_random((zip_uint8_t *)&value, sizeof(value))) { - return value; - } - - if (!seeded) { - srand((unsigned int)time(NULL)); - seeded = true; - } - - return (zip_uint32_t)rand(); -} -#endif diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_win32.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_win32.c deleted file mode 100644 index 209ca4b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_random_win32.c +++ /dev/null @@ -1,82 +0,0 @@ -/* - zip_random_win32.c -- fill the user's buffer with random stuff (Windows version) - Copyright (C) 2016-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#ifdef HAVE_CRYPTO -#include "zip_crypto.h" -#endif - -#include - -#ifndef HAVE_SECURE_RANDOM - -#include - -ZIP_EXTERN bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - HCRYPTPROV hprov; - if (!CryptAcquireContext(&hprov, NULL, NULL, PROV_RSA_AES, CRYPT_VERIFYCONTEXT | CRYPT_SILENT)) { - return false; - } - if (!CryptGenRandom(hprov, length, buffer)) { - return false; - } - if (!CryptReleaseContext(hprov, 0)) { - return false; - } - return true; -} -#endif - -#ifndef HAVE_RANDOM_UINT32 -#include - -zip_uint32_t -zip_random_uint32(void) { - static bool seeded = false; - - zip_uint32_t value; - - if (zip_secure_random((zip_uint8_t *)&value, sizeof(value))) { - return value; - } - - if (!seeded) { - srand((unsigned int)time(NULL)); - seeded = true; - } - - return (zip_uint32_t)rand(); -} -#endif diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_rename.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_rename.c deleted file mode 100644 index b356de4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_rename.c +++ /dev/null @@ -1,42 +0,0 @@ -/* - zip_rename.c -- rename file in zip archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN int -zip_rename(zip_t *za, zip_uint64_t idx, const char *name) { - return zip_file_rename(za, idx, name, 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_replace.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_replace.c deleted file mode 100644 index 549306a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_replace.c +++ /dev/null @@ -1,42 +0,0 @@ -/* - zip_replace.c -- replace file via callback function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN int -zip_replace(zip_t *za, zip_uint64_t idx, zip_source_t *source) { - return zip_file_replace(za, idx, source, 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_comment.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_comment.c deleted file mode 100644 index 2c75bda..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_comment.c +++ /dev/null @@ -1,84 +0,0 @@ -/* - zip_set_archive_comment.c -- set archive comment - Copyright (C) 2006-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_set_archive_comment(zip_t *za, const char *comment, zip_uint16_t len) { - zip_string_t *cstr; - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - if (len > 0 && comment == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (len > 0) { - if ((cstr = _zip_string_new((const zip_uint8_t *)comment, len, ZIP_FL_ENC_GUESS, &za->error)) == NULL) - return -1; - - if (_zip_guess_encoding(cstr, ZIP_ENCODING_UNKNOWN) == ZIP_ENCODING_CP437) { - _zip_string_free(cstr); - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - } - else - cstr = NULL; - - _zip_string_free(za->comment_changes); - za->comment_changes = NULL; - - if (((za->comment_orig && _zip_string_equal(za->comment_orig, cstr)) || (za->comment_orig == NULL && cstr == NULL))) { - _zip_string_free(cstr); - za->comment_changed = 0; - } - else { - za->comment_changes = cstr; - za->comment_changed = 1; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_flag.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_flag.c deleted file mode 100644 index 7533ac5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_archive_flag.c +++ /dev/null @@ -1,76 +0,0 @@ -/* - zip_get_archive_flag.c -- set archive global flag - Copyright (C) 2008-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_set_archive_flag(zip_t *za, zip_flags_t flag, int value) { - unsigned int new_flags; - - if (flag == ZIP_AFL_IS_TORRENTZIP) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - /* TODO: when setting ZIP_AFL_WANT_TORRENTZIP, we should error out if any changes have been made that are not allowed for torrentzip. */ - - if (value) { - new_flags = za->ch_flags | flag; - } - else { - new_flags = za->ch_flags & ~flag; - } - - if (new_flags == za->ch_flags) { - return 0; - } - - /* Allow removing ZIP_AFL_RDONLY if manually set, not if archive was opened read-only. */ - if (za->flags & ZIP_AFL_RDONLY) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - if ((flag & ZIP_AFL_RDONLY) && value && (za->ch_flags & ZIP_AFL_RDONLY) == 0) { - if (_zip_changed(za, NULL)) { - zip_error_set(&za->error, ZIP_ER_CHANGED, 0); - return -1; - } - } - - za->ch_flags = new_flags; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_default_password.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_default_password.c deleted file mode 100644 index 07b3a06..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_default_password.c +++ /dev/null @@ -1,58 +0,0 @@ -/* - zip_set_default_password.c -- set default password for decryption - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_set_default_password(zip_t *za, const char *passwd) { - if (za == NULL) - return -1; - - free(za->default_password); - - if (passwd && passwd[0] != '\0') { - if ((za->default_password = strdup(passwd)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - else - za->default_password = NULL; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_comment.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_comment.c deleted file mode 100644 index b587ae9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_comment.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - zip_set_file_comment.c -- set comment for file in archive - Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - - -ZIP_EXTERN int -zip_set_file_comment(zip_t *za, zip_uint64_t idx, const char *comment, int len) { - if (len < 0 || len > ZIP_UINT16_MAX) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - return zip_file_set_comment(za, idx, comment, (zip_uint16_t)len, 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_compression.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_compression.c deleted file mode 100644 index cee099d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_file_compression.c +++ /dev/null @@ -1,95 +0,0 @@ -/* - zip_set_file_compression.c -- set compression for file in archive - Copyright (C) 2012-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_set_file_compression(zip_t *za, zip_uint64_t idx, zip_int32_t method, zip_uint32_t flags) { - zip_entry_t *e; - zip_int32_t old_method; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - if (ZIP_WANT_TORRENTZIP(za)) { - zip_error_set(&za->error, ZIP_ER_NOT_ALLOWED, 0); - return -1; - } - - if (!zip_compression_method_supported(method, true)) { - zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); - return -1; - } - - e = za->entry + idx; - - old_method = (e->orig == NULL ? ZIP_CM_DEFAULT : e->orig->comp_method); - - /* TODO: do we want to recompress if level is set? Only if it's - * different than what bit flags tell us, but those are not - * defined for all compression methods, or not directly mappable - * to levels */ - - if (method == old_method) { - if (e->changes) { - e->changes->changed &= ~ZIP_DIRENT_COMP_METHOD; - e->changes->compression_level = 0; - if (e->changes->changed == 0) { - _zip_dirent_free(e->changes); - e->changes = NULL; - } - } - } - else { - if (e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - e->changes->comp_method = method; - e->changes->compression_level = (zip_uint16_t)flags; - e->changes->changed |= ZIP_DIRENT_COMP_METHOD; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_name.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_name.c deleted file mode 100644 index 0087af1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_set_name.c +++ /dev/null @@ -1,157 +0,0 @@ -/* - zip_set_name.c -- rename helper function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - - -int -_zip_set_name(zip_t *za, zip_uint64_t idx, const char *name, zip_flags_t flags) { - zip_entry_t *e; - zip_string_t *str; - bool same_as_orig; - zip_int64_t i; - const zip_uint8_t *old_name, *new_name; - zip_string_t *old_str; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (ZIP_IS_RDONLY(za)) { - zip_error_set(&za->error, ZIP_ER_RDONLY, 0); - return -1; - } - - if (name && name[0] != '\0') { - /* TODO: check for string too long */ - if ((str = _zip_string_new((const zip_uint8_t *)name, (zip_uint16_t)strlen(name), flags, &za->error)) == NULL) - return -1; - if ((flags & ZIP_FL_ENCODING_ALL) == ZIP_FL_ENC_GUESS && _zip_guess_encoding(str, ZIP_ENCODING_UNKNOWN) == ZIP_ENCODING_UTF8_GUESSED) - str->encoding = ZIP_ENCODING_UTF8_KNOWN; - } - else - str = NULL; - - /* TODO: encoding flags needed for CP437? */ - if ((i = _zip_name_locate(za, name, 0, NULL)) >= 0 && (zip_uint64_t)i != idx) { - _zip_string_free(str); - zip_error_set(&za->error, ZIP_ER_EXISTS, 0); - return -1; - } - - /* no effective name change */ - if (i >= 0 && (zip_uint64_t)i == idx) { - _zip_string_free(str); - return 0; - } - - e = za->entry + idx; - - if (e->orig) - same_as_orig = _zip_string_equal(e->orig->filename, str); - else - same_as_orig = false; - - if (!same_as_orig && e->changes == NULL) { - if ((e->changes = _zip_dirent_clone(e->orig)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - _zip_string_free(str); - return -1; - } - } - - if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == NULL) { - _zip_string_free(str); - return -1; - } - - if (e->changes) { - old_str = e->changes->filename; - } - else if (e->orig) { - old_str = e->orig->filename; - } - else { - old_str = NULL; - } - - if (old_str) { - if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) { - _zip_string_free(str); - return -1; - } - } - else { - old_name = NULL; - } - - if (_zip_hash_add(za->names, new_name, idx, 0, &za->error) == false) { - _zip_string_free(str); - return -1; - } - if (old_name) { - _zip_hash_delete(za->names, old_name, NULL); - } - - if (same_as_orig) { - if (e->changes) { - if (e->changes->changed & ZIP_DIRENT_FILENAME) { - _zip_string_free(e->changes->filename); - e->changes->changed &= ~ZIP_DIRENT_FILENAME; - if (e->changes->changed == 0) { - _zip_dirent_free(e->changes); - e->changes = NULL; - } - else { - /* TODO: what if not cloned? can that happen? */ - e->changes->filename = e->orig->filename; - } - } - } - _zip_string_free(str); - } - else { - if (e->changes->changed & ZIP_DIRENT_FILENAME) { - _zip_string_free(e->changes->filename); - } - e->changes->changed |= ZIP_DIRENT_FILENAME; - e->changes->filename = str; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_accept_empty.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_accept_empty.c deleted file mode 100644 index be31943..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_accept_empty.c +++ /dev/null @@ -1,52 +0,0 @@ -/* - zip_source_accept_empty.c -- if empty source is a valid archive - Copyright (C) 2019-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -bool -zip_source_accept_empty(zip_source_t *src) { - zip_int64_t ret; - - if ((zip_source_supports(src) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_ACCEPT_EMPTY)) == 0) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - return zip_source_accept_empty(src->src); - } - return true; - } - - ret = _zip_source_call(src, NULL, 0, ZIP_SOURCE_ACCEPT_EMPTY); - - return ret != 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write.c deleted file mode 100644 index 2724335..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write.c +++ /dev/null @@ -1,57 +0,0 @@ -/* - zip_source_begin_write.c -- start a new file for writing - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_begin_write(zip_source_t *src) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (ZIP_SOURCE_IS_OPEN_WRITING(src)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_BEGIN_WRITE) < 0) { - return -1; - } - - src->write_state = ZIP_SOURCE_WRITE_OPEN; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write_cloning.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write_cloning.c deleted file mode 100644 index 67d3475..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_begin_write_cloning.c +++ /dev/null @@ -1,57 +0,0 @@ -/* - zip_source_begin_write_cloning.c -- clone part of file for writing - Copyright (C) 2017-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_begin_write_cloning(zip_source_t *src, zip_uint64_t offset) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (ZIP_SOURCE_IS_OPEN_WRITING(src)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (_zip_source_call(src, NULL, offset, ZIP_SOURCE_BEGIN_WRITE_CLONING) < 0) { - return -1; - } - - src->write_state = ZIP_SOURCE_WRITE_OPEN; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_buffer.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_buffer.c deleted file mode 100644 index be5a9c4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_buffer.c +++ /dev/null @@ -1,644 +0,0 @@ -/* - zip_source_buffer.c -- create zip data source from buffer - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -#include "zipint.h" - -#ifndef WRITE_FRAGMENT_SIZE -#define WRITE_FRAGMENT_SIZE (64 * 1024) -#endif - -struct buffer { - zip_buffer_fragment_t *fragments; /* fragments */ - zip_uint64_t *fragment_offsets; /* offset of each fragment from start of buffer, nfragments+1 entries */ - zip_uint64_t nfragments; /* number of allocated fragments */ - zip_uint64_t fragments_capacity; /* size of fragments (number of pointers) */ - - zip_uint64_t first_owned_fragment; /* first fragment to free data from */ - - zip_uint64_t shared_fragments; /* number of shared fragments */ - struct buffer *shared_buffer; /* buffer fragments are shared with */ - - zip_uint64_t size; /* size of buffer */ - zip_uint64_t offset; /* current offset in buffer */ - zip_uint64_t current_fragment; /* fragment current offset is in */ -}; - -typedef struct buffer buffer_t; - -struct read_data { - zip_error_t error; - time_t mtime; - zip_file_attributes_t attributes; - buffer_t *in; - buffer_t *out; -}; - -#define buffer_capacity(buffer) ((buffer)->fragment_offsets[(buffer)->nfragments]) -#define buffer_size(buffer) ((buffer)->size) - -static buffer_t *buffer_clone(buffer_t *buffer, zip_uint64_t length, zip_error_t *error); -static zip_uint64_t buffer_find_fragment(const buffer_t *buffer, zip_uint64_t offset); -static void buffer_free(buffer_t *buffer); -static bool buffer_grow_fragments(buffer_t *buffer, zip_uint64_t capacity, zip_error_t *error); -static buffer_t *buffer_new(const zip_buffer_fragment_t *fragments, zip_uint64_t nfragments, int free_data, zip_error_t *error); -static zip_int64_t buffer_read(buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length); -static int buffer_seek(buffer_t *buffer, void *data, zip_uint64_t len, zip_error_t *error); -static zip_int64_t buffer_write(buffer_t *buffer, const zip_uint8_t *data, zip_uint64_t length, zip_error_t *); - -static zip_int64_t read_data(void *, void *, zip_uint64_t, zip_source_cmd_t); - -zip_source_t *zip_source_buffer_with_attributes_create(const void *data, zip_uint64_t len, int freep, zip_file_attributes_t *attributes, zip_error_t *error); -zip_source_t *zip_source_buffer_fragment_with_attributes_create(const zip_buffer_fragment_t *fragments, zip_uint64_t nfragments, int freep, zip_file_attributes_t *attributes, zip_error_t *error); - - -ZIP_EXTERN zip_source_t * -zip_source_buffer(zip_t *za, const void *data, zip_uint64_t len, int freep) { - if (za == NULL) - return NULL; - - return zip_source_buffer_with_attributes_create(data, len, freep, NULL, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_buffer_create(const void *data, zip_uint64_t len, int freep, zip_error_t *error) { - return zip_source_buffer_with_attributes_create(data, len, freep, NULL, error); -} - - -zip_source_t * -zip_source_buffer_with_attributes_create(const void *data, zip_uint64_t len, int freep, zip_file_attributes_t *attributes, zip_error_t *error) { - zip_buffer_fragment_t fragment; - - if (data == NULL) { - if (len > 0) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - return zip_source_buffer_fragment_with_attributes_create(NULL, 0, freep, attributes, error); - } - - fragment.data = (zip_uint8_t *)data; - fragment.length = len; - - return zip_source_buffer_fragment_with_attributes_create(&fragment, 1, freep, attributes, error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_buffer_fragment(zip_t *za, const zip_buffer_fragment_t *fragments, zip_uint64_t nfragments, int freep) { - if (za == NULL) { - return NULL; - } - - return zip_source_buffer_fragment_with_attributes_create(fragments, nfragments, freep, NULL, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_buffer_fragment_create(const zip_buffer_fragment_t *fragments, zip_uint64_t nfragments, int freep, zip_error_t *error) { - return zip_source_buffer_fragment_with_attributes_create(fragments, nfragments, freep, NULL, error); -} - -zip_source_t * -zip_source_buffer_fragment_with_attributes_create(const zip_buffer_fragment_t *fragments, zip_uint64_t nfragments, int freep, zip_file_attributes_t *attributes, zip_error_t *error) { - struct read_data *ctx; - zip_source_t *zs; - buffer_t *buffer; - - if (fragments == NULL && nfragments > 0) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((buffer = buffer_new(fragments, nfragments, freep, error)) == NULL) { - return NULL; - } - - if ((ctx = (struct read_data *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - buffer_free(buffer); - return NULL; - } - - ctx->in = buffer; - ctx->out = NULL; - ctx->mtime = time(NULL); - if (attributes) { - (void)memcpy_s(&ctx->attributes, sizeof(ctx->attributes), attributes, sizeof(ctx->attributes)); - } - else { - zip_file_attributes_init(&ctx->attributes); - } - zip_error_init(&ctx->error); - - if ((zs = zip_source_function_create(read_data, ctx, error)) == NULL) { - buffer_free(ctx->in); - free(ctx); - return NULL; - } - - return zs; -} - - -zip_source_t * -zip_source_buffer_with_attributes(zip_t *za, const void *data, zip_uint64_t len, int freep, zip_file_attributes_t *attributes) { - return zip_source_buffer_with_attributes_create(data, len, freep, attributes, &za->error); -} - -static zip_int64_t -read_data(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct read_data *ctx = (struct read_data *)state; - - switch (cmd) { - case ZIP_SOURCE_BEGIN_WRITE: - if ((ctx->out = buffer_new(NULL, 0, 0, &ctx->error)) == NULL) { - return -1; - } - ctx->out->offset = 0; - ctx->out->current_fragment = 0; - return 0; - - case ZIP_SOURCE_BEGIN_WRITE_CLONING: - if ((ctx->out = buffer_clone(ctx->in, len, &ctx->error)) == NULL) { - return -1; - } - ctx->out->offset = len; - ctx->out->current_fragment = ctx->out->nfragments; - return 0; - - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_COMMIT_WRITE: - buffer_free(ctx->in); - ctx->in = ctx->out; - ctx->out = NULL; - return 0; - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - buffer_free(ctx->in); - buffer_free(ctx->out); - free(ctx); - return 0; - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: { - if (len < sizeof(ctx->attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - - (void)memcpy_s(data, sizeof(ctx->attributes), &ctx->attributes, sizeof(ctx->attributes)); - - return sizeof(ctx->attributes); - } - - case ZIP_SOURCE_OPEN: - ctx->in->offset = 0; - ctx->in->current_fragment = 0; - return 0; - - case ZIP_SOURCE_READ: - if (len > ZIP_INT64_MAX) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - return buffer_read(ctx->in, data, len); - - case ZIP_SOURCE_REMOVE: { - buffer_t *empty = buffer_new(NULL, 0, 0, &ctx->error); - if (empty == NULL) { - return -1; - } - - buffer_free(ctx->in); - ctx->in = empty; - return 0; - } - - case ZIP_SOURCE_ROLLBACK_WRITE: - buffer_free(ctx->out); - ctx->out = NULL; - return 0; - - case ZIP_SOURCE_SEEK: - return buffer_seek(ctx->in, data, len, &ctx->error); - - case ZIP_SOURCE_SEEK_WRITE: - return buffer_seek(ctx->out, data, len, &ctx->error); - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - if (len < sizeof(*st)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - - st = (zip_stat_t *)data; - - zip_stat_init(st); - st->mtime = ctx->mtime; - st->size = ctx->in->size; - st->comp_size = st->size; - st->comp_method = ZIP_CM_STORE; - st->encryption_method = ZIP_EM_NONE; - st->valid = ZIP_STAT_MTIME | ZIP_STAT_SIZE | ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD | ZIP_STAT_ENCRYPTION_METHOD; - - return sizeof(*st); - } - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_GET_FILE_ATTRIBUTES, ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_CLOSE, ZIP_SOURCE_STAT, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_SEEK, ZIP_SOURCE_TELL, ZIP_SOURCE_BEGIN_WRITE, ZIP_SOURCE_BEGIN_WRITE_CLONING, ZIP_SOURCE_COMMIT_WRITE, ZIP_SOURCE_REMOVE, ZIP_SOURCE_ROLLBACK_WRITE, ZIP_SOURCE_SEEK_WRITE, ZIP_SOURCE_TELL_WRITE, ZIP_SOURCE_WRITE, ZIP_SOURCE_SUPPORTS_REOPEN, -1); - - case ZIP_SOURCE_TELL: - if (ctx->in->offset > ZIP_INT64_MAX) { - zip_error_set(&ctx->error, ZIP_ER_TELL, EOVERFLOW); - return -1; - } - return (zip_int64_t)ctx->in->offset; - - - case ZIP_SOURCE_TELL_WRITE: - if (ctx->out->offset > ZIP_INT64_MAX) { - zip_error_set(&ctx->error, ZIP_ER_TELL, EOVERFLOW); - return -1; - } - return (zip_int64_t)ctx->out->offset; - - case ZIP_SOURCE_WRITE: - if (len > ZIP_INT64_MAX) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - return buffer_write(ctx->out, data, len, &ctx->error); - - default: - zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } -} - - -static buffer_t * -buffer_clone(buffer_t *buffer, zip_uint64_t offset, zip_error_t *error) { - zip_uint64_t fragment, fragment_offset, waste; - buffer_t *clone; - - if (offset == 0) { - return buffer_new(NULL, 0, 1, error); - } - - if (offset > buffer->size) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - if (buffer->shared_buffer != NULL) { - zip_error_set(error, ZIP_ER_INUSE, 0); - return NULL; - } - - fragment = buffer_find_fragment(buffer, offset); - fragment_offset = offset - buffer->fragment_offsets[fragment]; - - if (fragment_offset == 0) { - /* We can't be at beginning of fragment zero if offset > 0. */ - fragment--; - fragment_offset = buffer->fragments[fragment].length; - } - - /* TODO: This should also consider the length of the fully shared fragments */ - waste = buffer->fragments[fragment].length - fragment_offset; - if (waste > offset) { - zip_error_set(error, ZIP_ER_OPNOTSUPP, 0); - return NULL; - } - - if ((clone = buffer_new(buffer->fragments, fragment + 1, 0, error)) == NULL) { - return NULL; - } - -#ifndef __clang_analyzer__ - /* clone->fragments can't be null, since it was created with at least one fragment */ - clone->fragments[fragment].length = fragment_offset; -#endif - clone->fragment_offsets[clone->nfragments] = offset; - clone->size = offset; - - clone->first_owned_fragment = ZIP_MIN(buffer->first_owned_fragment, clone->nfragments); - - buffer->shared_buffer = clone; - clone->shared_buffer = buffer; - buffer->shared_fragments = fragment + 1; - clone->shared_fragments = fragment + 1; - - return clone; -} - - -static zip_uint64_t -buffer_find_fragment(const buffer_t *buffer, zip_uint64_t offset) { - zip_uint64_t low, high, mid; - - if (buffer->nfragments == 0) { - return 0; - } - - low = 0; - high = buffer->nfragments - 1; - - while (low < high) { - mid = (high - low) / 2 + low; - if (buffer->fragment_offsets[mid] > offset) { - high = mid - 1; - } - else if (mid == buffer->nfragments || buffer->fragment_offsets[mid + 1] > offset) { - return mid; - } - else { - low = mid + 1; - } - } - - return low; -} - - -static void -buffer_free(buffer_t *buffer) { - zip_uint64_t i; - - if (buffer == NULL) { - return; - } - - if (buffer->shared_buffer != NULL) { - buffer->shared_buffer->shared_buffer = NULL; - buffer->shared_buffer->shared_fragments = 0; - - buffer->first_owned_fragment = ZIP_MAX(buffer->first_owned_fragment, buffer->shared_fragments); - } - - for (i = buffer->first_owned_fragment; i < buffer->nfragments; i++) { - free(buffer->fragments[i].data); - } - free(buffer->fragments); - free(buffer->fragment_offsets); - free(buffer); -} - - -static bool -buffer_grow_fragments(buffer_t *buffer, zip_uint64_t capacity, zip_error_t *error) { - zip_buffer_fragment_t *fragments; - zip_uint64_t *offsets; - - if (capacity < buffer->fragments_capacity) { - return true; - } - - zip_uint64_t fragments_size = sizeof(buffer->fragments[0]) * capacity; - zip_uint64_t offsets_size = sizeof(buffer->fragment_offsets[0]) * (capacity + 1); - - if (capacity == ZIP_UINT64_MAX || fragments_size < capacity || fragments_size > SIZE_MAX|| offsets_size < capacity || offsets_size > SIZE_MAX) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - - if ((fragments = realloc(buffer->fragments, (size_t)fragments_size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - buffer->fragments = fragments; - if ((offsets = realloc(buffer->fragment_offsets, (size_t)offsets_size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return false; - } - buffer->fragment_offsets = offsets; - buffer->fragments_capacity = capacity; - - return true; -} - - -static buffer_t * -buffer_new(const zip_buffer_fragment_t *fragments, zip_uint64_t nfragments, int free_data, zip_error_t *error) { - buffer_t *buffer; - - if ((buffer = malloc(sizeof(*buffer))) == NULL) { - return NULL; - } - - buffer->offset = 0; - buffer->first_owned_fragment = 0; - buffer->size = 0; - buffer->fragments = NULL; - buffer->fragment_offsets = NULL; - buffer->nfragments = 0; - buffer->fragments_capacity = 0; - buffer->shared_buffer = NULL; - buffer->shared_fragments = 0; - - if (nfragments == 0) { - if ((buffer->fragment_offsets = malloc(sizeof(buffer->fragment_offsets[0]))) == NULL) { - free(buffer); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - buffer->fragment_offsets[0] = 0; - } - else { - zip_uint64_t i, j, offset; - - if (!buffer_grow_fragments(buffer, nfragments, NULL)) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - buffer_free(buffer); - return NULL; - } - - offset = 0; - for (i = 0, j = 0; i < nfragments; i++) { - if (fragments[i].length == 0) { - continue; - } - if (fragments[i].data == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - buffer_free(buffer); - return NULL; - } - buffer->fragments[j].data = fragments[i].data; - buffer->fragments[j].length = fragments[i].length; - buffer->fragment_offsets[i] = offset; - /* TODO: overflow */ - offset += fragments[i].length; - j++; - } - buffer->nfragments = j; - buffer->first_owned_fragment = free_data ? 0 : buffer->nfragments; - buffer->fragment_offsets[buffer->nfragments] = offset; - buffer->size = offset; - } - - return buffer; -} - -static zip_int64_t -buffer_read(buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length) { - zip_uint64_t n, i, fragment_offset; - - length = ZIP_MIN(length, buffer->size - buffer->offset); - - if (length == 0) { - return 0; - } - if (length > ZIP_INT64_MAX) { - return -1; - } - - i = buffer->current_fragment; - fragment_offset = buffer->offset - buffer->fragment_offsets[i]; - n = 0; - while (n < length) { - zip_uint64_t left = ZIP_MIN(length - n, buffer->fragments[i].length - fragment_offset); -#if ZIP_UINT64_MAX > SIZE_MAX - left = ZIP_MIN(left, SIZE_MAX); -#endif - - (void)memcpy_s(data + n, (size_t)left, buffer->fragments[i].data + fragment_offset, (size_t)left); - - if (left == buffer->fragments[i].length - fragment_offset) { - i++; - } - n += left; - fragment_offset = 0; - } - - buffer->offset += n; - buffer->current_fragment = i; - return (zip_int64_t)n; -} - - -static int -buffer_seek(buffer_t *buffer, void *data, zip_uint64_t len, zip_error_t *error) { - zip_int64_t new_offset = zip_source_seek_compute_offset(buffer->offset, buffer->size, data, len, error); - - if (new_offset < 0) { - return -1; - } - - buffer->offset = (zip_uint64_t)new_offset; - buffer->current_fragment = buffer_find_fragment(buffer, buffer->offset); - return 0; -} - - -static zip_int64_t -buffer_write(buffer_t *buffer, const zip_uint8_t *data, zip_uint64_t length, zip_error_t *error) { - zip_uint64_t copied, i, fragment_offset, capacity; - - if (buffer->offset + length + WRITE_FRAGMENT_SIZE - 1 < length) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return -1; - } - - /* grow buffer if needed */ - capacity = buffer_capacity(buffer); - if (buffer->offset + length > capacity) { - zip_uint64_t needed_fragments = buffer->nfragments + (length - (capacity - buffer->offset) + WRITE_FRAGMENT_SIZE - 1) / WRITE_FRAGMENT_SIZE; - - if (needed_fragments > buffer->fragments_capacity) { - zip_uint64_t new_capacity = buffer->fragments_capacity; - - if (new_capacity == 0) { - new_capacity = 16; - } - while (new_capacity < needed_fragments) { - new_capacity *= 2; - } - - if (!buffer_grow_fragments(buffer, new_capacity, error)) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - } - - while (buffer->nfragments < needed_fragments) { - if ((buffer->fragments[buffer->nfragments].data = malloc(WRITE_FRAGMENT_SIZE)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - buffer->fragments[buffer->nfragments].length = WRITE_FRAGMENT_SIZE; - buffer->nfragments++; - capacity += WRITE_FRAGMENT_SIZE; - buffer->fragment_offsets[buffer->nfragments] = capacity; - } - } - - i = buffer->current_fragment; - fragment_offset = buffer->offset - buffer->fragment_offsets[i]; - copied = 0; - while (copied < length) { - zip_uint64_t n = ZIP_MIN(ZIP_MIN(length - copied, buffer->fragments[i].length - fragment_offset), SIZE_MAX); -#if ZIP_UINT64_MAX > SIZE_MAX - n = ZIP_MIN(n, SIZE_MAX); -#endif - - (void)memcpy_s(buffer->fragments[i].data + fragment_offset, (size_t)n, data + copied, (size_t)n); - - if (n == buffer->fragments[i].length - fragment_offset) { - i++; - fragment_offset = 0; - } - else { - fragment_offset += n; - } - copied += n; - } - - buffer->offset += copied; - buffer->current_fragment = i; - if (buffer->offset > buffer->size) { - buffer->size = buffer->offset; - } - - return (zip_int64_t)copied; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_call.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_call.c deleted file mode 100644 index bc13c3b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_call.c +++ /dev/null @@ -1,68 +0,0 @@ -/* - zip_source_call.c -- invoke callback command on zip_source - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - -#include "zipint.h" - - -zip_int64_t -_zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command) { - zip_int64_t ret; - - if ((src->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(command)) == 0) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (src->src == NULL) { - ret = src->cb.f(src->ud, data, length, command); - } - else { - ret = src->cb.l(src->src, src->ud, data, length, command); - } - - if (ret < 0) { - if (command != ZIP_SOURCE_ERROR && command != ZIP_SOURCE_SUPPORTS) { - int e[2]; - - if (_zip_source_call(src, e, sizeof(e), ZIP_SOURCE_ERROR) < 0) { - zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); - } - else { - zip_error_set(&src->error, e[0], e[1]); - } - } - } - - return ret; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_close.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_close.c deleted file mode 100644 index f1ae6f3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_close.c +++ /dev/null @@ -1,57 +0,0 @@ -/* - zip_source_close.c -- close zip_source (stop reading) - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -int -zip_source_close(zip_source_t *src) { - if (!ZIP_SOURCE_IS_OPEN_READING(src)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - src->open_count--; - if (src->open_count == 0) { - _zip_source_call(src, NULL, 0, ZIP_SOURCE_CLOSE); - - if (ZIP_SOURCE_IS_LAYERED(src)) { - if (zip_source_close(src->src) < 0) { - zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); - } - } - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_commit_write.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_commit_write.c deleted file mode 100644 index ca7563c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_commit_write.c +++ /dev/null @@ -1,68 +0,0 @@ -/* - zip_source_commit_write.c -- commit changes to file - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_commit_write(zip_source_t *src) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (!ZIP_SOURCE_IS_OPEN_WRITING(src)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (src->open_count > 1) { - zip_error_set(&src->error, ZIP_ER_INUSE, 0); - return -1; - } - else if (ZIP_SOURCE_IS_OPEN_READING(src)) { - if (zip_source_close(src) < 0) { - return -1; - } - } - - if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_COMMIT_WRITE) < 0) { - src->write_state = ZIP_SOURCE_WRITE_FAILED; - return -1; - } - - src->write_state = ZIP_SOURCE_WRITE_CLOSED; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_compress.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_compress.c deleted file mode 100644 index 3330796..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_compress.c +++ /dev/null @@ -1,411 +0,0 @@ -/* - zip_source_compress.c -- (de)compression routines - Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include - -#include "zipint.h" - -struct context { - zip_error_t error; - - bool end_of_input; - bool end_of_stream; - bool can_store; - bool is_stored; /* only valid if end_of_stream is true */ - bool compress; - bool check_consistency; - zip_int32_t method; - - zip_uint64_t size; - zip_int64_t first_read; - zip_uint8_t buffer[BUFSIZE]; - - zip_compression_algorithm_t *algorithm; - void *ud; -}; - - -struct implementation { - zip_uint16_t method; - zip_compression_algorithm_t *compress; - zip_compression_algorithm_t *decompress; -}; - -static struct implementation implementations[] = { - {ZIP_CM_DEFLATE, &zip_algorithm_deflate_compress, &zip_algorithm_deflate_decompress}, -#if defined(HAVE_LIBBZ2) - {ZIP_CM_BZIP2, &zip_algorithm_bzip2_compress, &zip_algorithm_bzip2_decompress}, -#endif -#if defined(HAVE_LIBLZMA) - {ZIP_CM_LZMA, &zip_algorithm_xz_compress, &zip_algorithm_xz_decompress}, - /* Disabled - because 7z isn't able to unpack ZIP+LZMA2 - archives made this way - and vice versa. - - {ZIP_CM_LZMA2, &zip_algorithm_xz_compress, &zip_algorithm_xz_decompress}, - */ - {ZIP_CM_XZ, &zip_algorithm_xz_compress, &zip_algorithm_xz_decompress}, -#endif -#if defined(HAVE_LIBZSTD) - {ZIP_CM_ZSTD, &zip_algorithm_zstd_compress, &zip_algorithm_zstd_decompress}, -#endif - -}; - -static size_t implementations_size = sizeof(implementations) / sizeof(implementations[0]); - -static zip_source_t *compression_source_new(zip_t *za, zip_source_t *src, zip_int32_t method, bool compress, zip_uint32_t compression_flags); -static zip_int64_t compress_callback(zip_source_t *, void *, void *, zip_uint64_t, zip_source_cmd_t); -static void context_free(struct context *ctx); -static struct context *context_new(zip_int32_t method, bool compress, zip_uint32_t compression_flags, zip_compression_algorithm_t *algorithm, bool check_consistency); -static zip_int64_t compress_read(zip_source_t *, struct context *, void *, zip_uint64_t); - -zip_compression_algorithm_t *_zip_get_compression_algorithm(zip_int32_t method, bool compress) { - size_t i; - zip_uint16_t real_method = ZIP_CM_ACTUAL(method); - - for (i = 0; i < implementations_size; i++) { - if (implementations[i].method == real_method) { - if (compress) { - return implementations[i].compress; - } - else { - return implementations[i].decompress; - } - } - } - - return NULL; -} - -ZIP_EXTERN int zip_compression_method_supported(zip_int32_t method, int compress) { - if (method == ZIP_CM_STORE) { - return 1; - } - return _zip_get_compression_algorithm(method, compress) != NULL; -} - -zip_source_t *zip_source_compress(zip_t *za, zip_source_t *src, zip_int32_t method, zip_uint32_t compression_flags) { - return compression_source_new(za, src, method, true, compression_flags); -} - -zip_source_t * -zip_source_decompress(zip_t *za, zip_source_t *src, zip_int32_t method) { - return compression_source_new(za, src, method, false, 0); -} - - -static zip_source_t *compression_source_new(zip_t *za, zip_source_t *src, zip_int32_t method, bool compress, zip_uint32_t compression_flags) { - struct context *ctx; - zip_source_t *s2; - zip_compression_algorithm_t *algorithm = NULL; - - if (src == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((algorithm = _zip_get_compression_algorithm(method, compress)) == NULL) { - zip_error_set(&za->error, ZIP_ER_COMPNOTSUPP, 0); - return NULL; - } - - if ((ctx = context_new(method, compress, compression_flags, algorithm, za->open_flags & ZIP_CHECKCONS)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((s2 = zip_source_layered(za, src, compress_callback, ctx)) == NULL) { - context_free(ctx); - return NULL; - } - - return s2; -} - - -static struct context *context_new(zip_int32_t method, bool compress, zip_uint32_t compression_flags, zip_compression_algorithm_t *algorithm, bool check_consistency) { - struct context *ctx; - - if ((ctx = (struct context *)malloc(sizeof(*ctx))) == NULL) { - return NULL; - } - zip_error_init(&ctx->error); - ctx->can_store = compress ? ZIP_CM_IS_DEFAULT(method) : false; - ctx->algorithm = algorithm; - ctx->method = method; - ctx->compress = compress; - ctx->end_of_input = false; - ctx->end_of_stream = false; - ctx->is_stored = false; - ctx->check_consistency = check_consistency; - - if ((ctx->ud = ctx->algorithm->allocate(ZIP_CM_ACTUAL(method), compression_flags, &ctx->error)) == NULL) { - zip_error_fini(&ctx->error); - free(ctx); - return NULL; - } - - return ctx; -} - - -static void -context_free(struct context *ctx) { - if (ctx == NULL) { - return; - } - - ctx->algorithm->deallocate(ctx->ud); - zip_error_fini(&ctx->error); - - free(ctx); -} - - -static zip_int64_t -compress_read(zip_source_t *src, struct context *ctx, void *data, zip_uint64_t len) { - zip_compression_status_t ret; - bool end; - zip_int64_t n; - zip_uint64_t out_offset; - zip_uint64_t out_len; - - if (zip_error_code_zip(&ctx->error) != ZIP_ER_OK) { - return -1; - } - - if (len == 0 || ctx->end_of_stream) { - return 0; - } - - out_offset = 0; - - end = false; - while (!end && out_offset < len) { - out_len = len - out_offset; - ret = ctx->algorithm->process(ctx->ud, (zip_uint8_t *)data + out_offset, &out_len); - - if (ret != ZIP_COMPRESSION_ERROR) { - out_offset += out_len; - } - - switch (ret) { - case ZIP_COMPRESSION_END: - ctx->end_of_stream = true; - - if (!ctx->end_of_input) { - n = zip_source_read(src, ctx->buffer, 1); - if (n < 0) { - zip_error_set_from_source(&ctx->error, src); - end = true; - break; - } - else if (n == 0) { - ctx->end_of_input = true; - n = ctx->algorithm->end_of_input(ctx->ud) ? 1 : 0; - } - - if (n > 0 && ctx->check_consistency) { - /* garbage after stream, or compression ended before all data read */ - zip_error_set(&ctx->error, ZIP_ER_INCONS, ZIP_ER_DETAIL_COMPRESSED_DATA_TRAILING_GARBAGE); - end = true; - break; - } - } - - if (ctx->first_read < 0) { - /* we got end of processed stream before reading any input data */ - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - end = true; - break; - } - if (ctx->can_store && (zip_uint64_t)ctx->first_read <= out_offset) { - ctx->is_stored = true; - ctx->size = (zip_uint64_t)ctx->first_read; - (void)memcpy_s(data, ctx->size, ctx->buffer, ctx->size); - return (zip_int64_t)ctx->size; - } - end = true; - break; - - case ZIP_COMPRESSION_OK: - break; - - case ZIP_COMPRESSION_NEED_DATA: - if (ctx->end_of_input) { - /* TODO: error: stream not ended, but no more input */ - end = true; - break; - } - - if ((n = zip_source_read(src, ctx->buffer, sizeof(ctx->buffer))) < 0) { - zip_error_set_from_source(&ctx->error, src); - end = true; - break; - } - else if (n == 0) { - ctx->end_of_input = true; - ctx->algorithm->end_of_input(ctx->ud); - if (ctx->first_read < 0) { - ctx->first_read = 0; - } - } - else { - if (ctx->first_read >= 0) { - /* we overwrote a previously filled ctx->buffer */ - ctx->can_store = false; - } - else { - ctx->first_read = n; - } - - ctx->algorithm->input(ctx->ud, ctx->buffer, (zip_uint64_t)n); - } - break; - - case ZIP_COMPRESSION_ERROR: - /* error set by algorithm */ - if (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - } - end = true; - break; - } - } - - if (out_offset > 0) { - ctx->can_store = false; - ctx->size += out_offset; - return (zip_int64_t)out_offset; - } - - return (zip_error_code_zip(&ctx->error) == ZIP_ER_OK) ? 0 : -1; -} - - -static zip_int64_t -compress_callback(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct context *ctx; - - ctx = (struct context *)ud; - - switch (cmd) { - case ZIP_SOURCE_OPEN: { - zip_stat_t st; - zip_file_attributes_t attributes; - - ctx->size = 0; - ctx->end_of_input = false; - ctx->end_of_stream = false; - ctx->is_stored = false; - ctx->first_read = -1; - - if (zip_source_stat(src, &st) < 0 || zip_source_get_file_attributes(src, &attributes) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if (!ctx->algorithm->start(ctx->ud, &st, &attributes)) { - return -1; - } - - return 0; - } - - case ZIP_SOURCE_READ: - return compress_read(src, ctx, data, len); - - case ZIP_SOURCE_CLOSE: - if (!ctx->algorithm->end(ctx->ud)) { - return -1; - } - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - - if (ctx->compress) { - if (ctx->end_of_stream) { - st->comp_method = ctx->is_stored ? ZIP_CM_STORE : ZIP_CM_ACTUAL(ctx->method); - st->comp_size = ctx->size; - st->valid |= ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD; - } - else { - st->valid &= ~(ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD); - } - } - else { - st->comp_method = ZIP_CM_STORE; - st->valid |= ZIP_STAT_COMP_METHOD; - st->valid &= ~ZIP_STAT_COMP_SIZE; - if (ctx->end_of_stream) { - st->size = ctx->size; - st->valid |= ZIP_STAT_SIZE; - } - } - } - return 0; - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - context_free(ctx); - return 0; - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: { - zip_file_attributes_t *attributes = (zip_file_attributes_t *)data; - - if (len < sizeof(*attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - - attributes->valid |= ZIP_FILE_ATTRIBUTES_VERSION_NEEDED | ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS; - attributes->version_needed = ctx->algorithm->version_needed; - attributes->general_purpose_bit_mask = ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS_ALLOWED_MASK; - attributes->general_purpose_bit_flags = (ctx->is_stored ? 0 : ctx->algorithm->general_purpose_bit_flags(ctx->ud)); - - return sizeof(*attributes); - } - - case ZIP_SOURCE_SUPPORTS: - return ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_GET_FILE_ATTRIBUTES, ZIP_SOURCE_SUPPORTS_REOPEN, -1); - - default: - return zip_source_pass_to_lower_layer(src, data, len, cmd); - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_crc.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_crc.c deleted file mode 100644 index 931a729..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_crc.c +++ /dev/null @@ -1,203 +0,0 @@ -/* - zip_source_crc.c -- pass-through source that calculates CRC32 and size - Copyright (C) 2009-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include - -#include "zipint.h" - -struct crc_context { - int validate; /* whether to check CRC on EOF and return error on mismatch */ - int crc_complete; /* whether CRC was computed for complete file */ - zip_error_t error; - zip_uint64_t size; - zip_uint64_t position; /* current reading position */ - zip_uint64_t crc_position; /* how far we've computed the CRC */ - zip_uint32_t crc; -}; - -static zip_int64_t crc_read(zip_source_t *, void *, void *, zip_uint64_t, zip_source_cmd_t); - - -zip_source_t * -zip_source_crc_create(zip_source_t *src, int validate, zip_error_t *error) { - struct crc_context *ctx; - - if (src == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((ctx = (struct crc_context *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - zip_error_init(&ctx->error); - ctx->validate = validate; - ctx->crc_complete = 0; - ctx->crc_position = 0; - ctx->crc = (zip_uint32_t)crc32(0, NULL, 0); - ctx->size = 0; - - return zip_source_layered_create(src, crc_read, ctx, error); -} - - -static zip_int64_t -crc_read(zip_source_t *src, void *_ctx, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct crc_context *ctx; - zip_int64_t n; - - ctx = (struct crc_context *)_ctx; - - switch (cmd) { - case ZIP_SOURCE_OPEN: - ctx->position = 0; - return 0; - - case ZIP_SOURCE_READ: - if ((n = zip_source_read(src, data, len)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if (n == 0) { - if (ctx->crc_position == ctx->position) { - ctx->crc_complete = 1; - ctx->size = ctx->position; - - if (ctx->validate) { - struct zip_stat st; - - if (zip_source_stat(src, &st) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if ((st.valid & ZIP_STAT_CRC) && st.crc != ctx->crc) { - zip_error_set(&ctx->error, ZIP_ER_CRC, 0); - return -1; - } - if ((st.valid & ZIP_STAT_SIZE) && st.size != ctx->size) { - /* We don't have the index here, but the caller should know which file they are reading from. */ - zip_error_set(&ctx->error, ZIP_ER_INCONS, MAKE_DETAIL_WITH_INDEX(ZIP_ER_DETAIL_INVALID_FILE_LENGTH, MAX_DETAIL_INDEX)); - return -1; - } - } - } - } - else if (!ctx->crc_complete && ctx->position <= ctx->crc_position) { - zip_uint64_t i, nn; - - for (i = ctx->crc_position - ctx->position; i < (zip_uint64_t)n; i += nn) { - nn = ZIP_MIN(UINT_MAX, (zip_uint64_t)n - i); - - ctx->crc = (zip_uint32_t)crc32(ctx->crc, (const Bytef *)data + i, (uInt)nn); - ctx->crc_position += nn; - } - } - ctx->position += (zip_uint64_t)n; - return n; - - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - - if (ctx->crc_complete) { - if ((st->valid & ZIP_STAT_SIZE) && st->size != ctx->size) { - zip_error_set(&ctx->error, ZIP_ER_DATA_LENGTH, 0); - return -1; - } - /* TODO: Set comp_size, comp_method, encryption_method? - After all, this only works for uncompressed data. */ - st->size = ctx->size; - st->crc = ctx->crc; - st->comp_size = ctx->size; - st->comp_method = ZIP_CM_STORE; - st->encryption_method = ZIP_EM_NONE; - st->valid |= ZIP_STAT_SIZE | ZIP_STAT_CRC | ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD | ZIP_STAT_ENCRYPTION_METHOD; - } - return 0; - } - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - free(ctx); - return 0; - - case ZIP_SOURCE_SUPPORTS: { - zip_int64_t mask = zip_source_supports(src); - - if (mask < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - mask &= ~zip_source_make_command_bitmap(ZIP_SOURCE_BEGIN_WRITE, ZIP_SOURCE_COMMIT_WRITE, ZIP_SOURCE_ROLLBACK_WRITE, ZIP_SOURCE_SEEK_WRITE, ZIP_SOURCE_TELL_WRITE, ZIP_SOURCE_REMOVE, ZIP_SOURCE_GET_FILE_ATTRIBUTES, -1); - mask |= zip_source_make_command_bitmap(ZIP_SOURCE_FREE, -1); - return mask; - } - - case ZIP_SOURCE_SEEK: { - zip_int64_t new_position; - zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); - - if (args == NULL) { - return -1; - } - if (zip_source_seek(src, args->offset, args->whence) < 0 || (new_position = zip_source_tell(src)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - ctx->position = (zip_uint64_t)new_position; - - return 0; - } - - case ZIP_SOURCE_TELL: - return (zip_int64_t)ctx->position; - - default: - return zip_source_pass_to_lower_layer(src, data, len, cmd); - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_error.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_error.c deleted file mode 100644 index 774eec0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_error.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - zip_source_error.c -- get last error from zip_source - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -zip_error_t * -zip_source_error(zip_source_t *src) { - return &src->error; -} - -bool -_zip_source_had_error(zip_source_t *src) { - return zip_source_error(src)->zip_err != ZIP_ER_OK; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file.h deleted file mode 100644 index de07aec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file.h +++ /dev/null @@ -1,95 +0,0 @@ -#ifndef _HAD_ZIP_SOURCE_FILE_H -#define _HAD_ZIP_SOURCE_FILE_H - -/* - zip_source_file.h -- header for common file operations - Copyright (C) 2020-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -struct zip_source_file_stat { - zip_uint64_t size; /* must be valid for regular files */ - time_t mtime; /* must always be valid, is initialized to current time */ - bool exists; /* must always be valid */ - bool regular_file; /* must always be valid */ -}; - -typedef struct zip_source_file_context zip_source_file_context_t; -typedef struct zip_source_file_operations zip_source_file_operations_t; -typedef struct zip_source_file_stat zip_source_file_stat_t; - -struct zip_source_file_context { - zip_error_t error; /* last error information */ - zip_int64_t supports; - - /* reading */ - char *fname; /* name of file to read from */ - void *f; /* file to read from */ - zip_stat_t st; /* stat information passed in */ - zip_file_attributes_t attributes; /* additional file attributes */ - zip_error_t stat_error; /* error returned for stat */ - zip_uint64_t start; /* start offset of data to read */ - zip_uint64_t len; /* length of the file, 0 for up to EOF */ - zip_uint64_t offset; /* current offset relative to start (0 is beginning of part we read) */ - - /* writing */ - char *tmpname; - void *fout; - - zip_source_file_operations_t *ops; - void *ops_userdata; -}; - - -/* The following methods must be implemented to support each feature: - - close, read, seek, and stat must always be implemented. - - To support specifying the file by name, open, and strdup must be implemented. - - For write support, the file must be specified by name and close, commit_write, create_temp_output, remove, rollback_write, and tell must be implemented. - - create_temp_output_cloning is always optional. */ - -struct zip_source_file_operations { - void (*close)(zip_source_file_context_t *ctx); - zip_int64_t (*commit_write)(zip_source_file_context_t *ctx); - zip_int64_t (*create_temp_output)(zip_source_file_context_t *ctx); - zip_int64_t (*create_temp_output_cloning)(zip_source_file_context_t *ctx, zip_uint64_t len); - bool (*open)(zip_source_file_context_t *ctx); - zip_int64_t (*read)(zip_source_file_context_t *ctx, void *buf, zip_uint64_t len); - zip_int64_t (*remove)(zip_source_file_context_t *ctx); - void (*rollback_write)(zip_source_file_context_t *ctx); - bool (*seek)(zip_source_file_context_t *ctx, void *f, zip_int64_t offset, int whence); - bool (*stat)(zip_source_file_context_t *ctx, zip_source_file_stat_t *st); - char *(*string_duplicate)(zip_source_file_context_t *ctx, const char *); - zip_int64_t (*tell)(zip_source_file_context_t *ctx, void *f); - zip_int64_t (*write)(zip_source_file_context_t *ctx, const void *data, zip_uint64_t len); -}; - -zip_source_t *zip_source_file_common_new(const char *fname, void *file, zip_uint64_t start, zip_int64_t len, const zip_stat_t *st, zip_source_file_operations_t *ops, void *ops_userdata, zip_error_t *error); - -#endif /* _HAD_ZIP_SOURCE_FILE_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_common.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_common.c deleted file mode 100644 index 99f893e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_common.c +++ /dev/null @@ -1,388 +0,0 @@ -/* - zip_source_file_common.c -- create data source from file - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include -#include - -#include "zipint.h" - -#include "zip_source_file.h" - -static zip_int64_t read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd); - -static void -zip_source_file_stat_init(zip_source_file_stat_t *st) { - st->size = 0; - st->mtime = time(NULL); - st->exists = false; - st->regular_file = false; -} - -zip_source_t * -zip_source_file_common_new(const char *fname, void *file, zip_uint64_t start, zip_int64_t len, const zip_stat_t *st, zip_source_file_operations_t *ops, void *ops_userdata, zip_error_t *error) { - zip_source_file_context_t *ctx; - zip_source_t *zs; - zip_source_file_stat_t sb; - zip_uint64_t length; - - if (ops == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if (ops->close == NULL || ops->read == NULL || ops->seek == NULL || ops->stat == NULL) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } - - if (ops->write != NULL && (ops->commit_write == NULL || ops->create_temp_output == NULL || ops->remove == NULL || ops->rollback_write == NULL || ops->tell == NULL)) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } - - if (fname != NULL) { - if (ops->open == NULL || ops->string_duplicate == NULL) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } - } - else if (file == NULL) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if (len < 0) { - if (len == -1) { - len = ZIP_LENGTH_TO_END; - } - // TODO: return ZIP_ER_INVAL if len != ZIP_LENGTH_UNCHECKED? - length = 0; - } - else { - length = (zip_uint64_t)len; - } - - if (start > ZIP_INT64_MAX || start + length < start) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((ctx = (zip_source_file_context_t *)malloc(sizeof(zip_source_file_context_t))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - ctx->ops = ops; - ctx->ops_userdata = ops_userdata; - ctx->fname = NULL; - if (fname) { - if ((ctx->fname = ops->string_duplicate(ctx, fname)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - free(ctx); - return NULL; - } - } - ctx->f = file; - ctx->start = start; - ctx->len = length; - if (st) { - (void)memcpy_s(&ctx->st, sizeof(ctx->st), st, sizeof(*st)); - ctx->st.name = NULL; - ctx->st.valid &= ~ZIP_STAT_NAME; - } - else { - zip_stat_init(&ctx->st); - } - - if (ctx->len > 0) { - ctx->st.size = ctx->len; - ctx->st.valid |= ZIP_STAT_SIZE; - } - - zip_error_init(&ctx->stat_error); - - ctx->tmpname = NULL; - ctx->fout = NULL; - - zip_error_init(&ctx->error); - zip_file_attributes_init(&ctx->attributes); - - ctx->supports = ZIP_SOURCE_SUPPORTS_READABLE | zip_source_make_command_bitmap(ZIP_SOURCE_SUPPORTS, ZIP_SOURCE_TELL, ZIP_SOURCE_SUPPORTS_REOPEN, -1); - - zip_source_file_stat_init(&sb); - if (!ops->stat(ctx, &sb)) { - _zip_error_copy(error, &ctx->error); - free(ctx->fname); - free(ctx); - return NULL; - } - - if (!sb.exists) { - if (ctx->fname && ctx->start == 0 && ctx->len == 0 && ops->write != NULL) { - ctx->supports = ZIP_SOURCE_SUPPORTS_WRITABLE; - /* zip_open_from_source checks for this to detect non-existing files */ - zip_error_set(&ctx->stat_error, ZIP_ER_READ, ENOENT); - } - else { - zip_error_set(&ctx->stat_error, ZIP_ER_READ, ENOENT); - free(ctx->fname); - free(ctx); - return NULL; - } - } - else { - if ((ctx->st.valid & ZIP_STAT_MTIME) == 0) { - ctx->st.mtime = sb.mtime; - ctx->st.valid |= ZIP_STAT_MTIME; - } - if (sb.regular_file) { - ctx->supports = ZIP_SOURCE_SUPPORTS_SEEKABLE; - - if (ctx->start + ctx->len > sb.size) { - zip_error_set(error, ZIP_ER_INVAL, 0); - free(ctx->fname); - free(ctx); - return NULL; - } - - if (ctx->len == 0) { - if (len != ZIP_LENGTH_UNCHECKED) { - ctx->len = sb.size - ctx->start; - ctx->st.size = ctx->len; - ctx->st.valid |= ZIP_STAT_SIZE; - } - - /* when using a partial file, don't allow writing */ - if (ctx->fname && start == 0 && ops->write != NULL) { - ctx->supports = ZIP_SOURCE_SUPPORTS_WRITABLE; - } - } - } - - ctx->supports |= ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_GET_FILE_ATTRIBUTES); - } - - ctx->supports |= ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_ACCEPT_EMPTY); - if (ops->create_temp_output_cloning != NULL) { - if (ctx->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_BEGIN_WRITE)) { - ctx->supports |= ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_BEGIN_WRITE_CLONING); - } - } - - if ((zs = zip_source_function_create(read_file, ctx, error)) == NULL) { - free(ctx->fname); - free(ctx); - return NULL; - } - - return zs; -} - - -static zip_int64_t -read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - zip_source_file_context_t *ctx; - char *buf; - - ctx = (zip_source_file_context_t *)state; - buf = (char *)data; - - switch (cmd) { - case ZIP_SOURCE_ACCEPT_EMPTY: - return 0; - - case ZIP_SOURCE_BEGIN_WRITE: - /* write support should not be set if fname is NULL */ - if (ctx->fname == NULL) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - return -1; - } - return ctx->ops->create_temp_output(ctx); - - case ZIP_SOURCE_BEGIN_WRITE_CLONING: - /* write support should not be set if fname is NULL */ - if (ctx->fname == NULL) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - return -1; - } - return ctx->ops->create_temp_output_cloning(ctx, len); - - case ZIP_SOURCE_CLOSE: - if (ctx->fname) { - ctx->ops->close(ctx); - ctx->f = NULL; - } - return 0; - - case ZIP_SOURCE_COMMIT_WRITE: { - zip_int64_t ret = ctx->ops->commit_write(ctx); - ctx->fout = NULL; - if (ret == 0) { - free(ctx->tmpname); - ctx->tmpname = NULL; - } - return ret; - } - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - free(ctx->fname); - free(ctx->tmpname); - if (ctx->f) { - ctx->ops->close(ctx); - } - free(ctx); - return 0; - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: - if (len < sizeof(ctx->attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - (void)memcpy_s(data, sizeof(ctx->attributes), &ctx->attributes, sizeof(ctx->attributes)); - return sizeof(ctx->attributes); - - case ZIP_SOURCE_OPEN: - if (ctx->fname) { - if (ctx->ops->open(ctx) == false) { - return -1; - } - } - - if (ctx->start > 0) { /* TODO: rewind on re-open */ - if (ctx->ops->seek(ctx, ctx->f, (zip_int64_t)ctx->start, SEEK_SET) == false) { - /* TODO: skip by reading */ - return -1; - } - } - ctx->offset = 0; - return 0; - - case ZIP_SOURCE_READ: { - zip_int64_t i; - zip_uint64_t n; - - if (ctx->len > 0) { - n = ZIP_MIN(ctx->len - ctx->offset, len); - } - else { - n = len; - } - - if ((i = ctx->ops->read(ctx, buf, n)) < 0) { - zip_error_set(&ctx->error, ZIP_ER_READ, errno); - return -1; - } - ctx->offset += (zip_uint64_t)i; - - return i; - } - - case ZIP_SOURCE_REMOVE: - return ctx->ops->remove(ctx); - - case ZIP_SOURCE_ROLLBACK_WRITE: - ctx->ops->rollback_write(ctx); - ctx->fout = NULL; - free(ctx->tmpname); - ctx->tmpname = NULL; - return 0; - - case ZIP_SOURCE_SEEK: { - zip_int64_t new_offset = zip_source_seek_compute_offset(ctx->offset, ctx->len, data, len, &ctx->error); - - if (new_offset < 0) { - return -1; - } - - /* The actual offset inside the file must be representable as zip_int64_t. */ - if (new_offset > ZIP_INT64_MAX - (zip_int64_t)ctx->start) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, EOVERFLOW); - return -1; - } - - ctx->offset = (zip_uint64_t)new_offset; - - if (ctx->ops->seek(ctx, ctx->f, (zip_int64_t)(ctx->offset + ctx->start), SEEK_SET) == false) { - return -1; - } - return 0; - } - - case ZIP_SOURCE_SEEK_WRITE: { - zip_source_args_seek_t *args; - - args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); - if (args == NULL) { - return -1; - } - - if (ctx->ops->seek(ctx, ctx->fout, args->offset, args->whence) == false) { - return -1; - } - return 0; - } - - case ZIP_SOURCE_STAT: { - if (len < sizeof(ctx->st)) - return -1; - - if (zip_error_code_zip(&ctx->stat_error) != 0) { - zip_error_set(&ctx->error, zip_error_code_zip(&ctx->stat_error), zip_error_code_system(&ctx->stat_error)); - return -1; - } - - (void)memcpy_s(data, sizeof(ctx->st), &ctx->st, sizeof(ctx->st)); - return sizeof(ctx->st); - } - - case ZIP_SOURCE_SUPPORTS: - return ctx->supports; - - case ZIP_SOURCE_TELL: - return (zip_int64_t)ctx->offset; - - case ZIP_SOURCE_TELL_WRITE: - return ctx->ops->tell(ctx, ctx->fout); - - case ZIP_SOURCE_WRITE: - return ctx->ops->write(ctx, data, len); - - default: - zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.c deleted file mode 100644 index 6e98517..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.c +++ /dev/null @@ -1,179 +0,0 @@ -/* - zip_source_file_stdio.c -- read-only stdio file source implementation - Copyright (C) 2020-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include "zip_source_file.h" -#include "zip_source_file_stdio.h" - -#include -#include -#include - -#ifdef _WIN32 -#ifndef S_IWUSR -#define S_IWUSR _S_IWRITE -#endif -#endif - -/* clang-format off */ -static zip_source_file_operations_t ops_stdio_read = { - _zip_stdio_op_close, - NULL, - NULL, - NULL, - NULL, - _zip_stdio_op_read, - NULL, - NULL, - _zip_stdio_op_seek, - _zip_stdio_op_stat, - NULL, - _zip_stdio_op_tell, - NULL -}; -/* clang-format on */ - - -ZIP_EXTERN zip_source_t * -zip_source_filep(zip_t *za, FILE *file, zip_uint64_t start, zip_int64_t len) { - if (za == NULL) { - return NULL; - } - - return zip_source_filep_create(file, start, len, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_filep_create(FILE *file, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - if (file == NULL || length < ZIP_LENGTH_UNCHECKED) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - return zip_source_file_common_new(NULL, file, start, length, NULL, &ops_stdio_read, NULL, error); -} - - -void -_zip_stdio_op_close(zip_source_file_context_t *ctx) { - fclose((FILE *)ctx->f); -} - - -zip_int64_t -_zip_stdio_op_read(zip_source_file_context_t *ctx, void *buf, zip_uint64_t len) { - size_t i; -#if SIZE_MAX < ZIP_UINT64_MAX - if (len > SIZE_MAX) { - len = SIZE_MAX; - } -#endif - - if ((i = fread(buf, 1, (size_t)len, ctx->f)) == 0) { - if (ferror((FILE *)ctx->f)) { - zip_error_set(&ctx->error, ZIP_ER_READ, errno); - return -1; - } - } - - return (zip_int64_t)i; -} - - -bool -_zip_stdio_op_seek(zip_source_file_context_t *ctx, void *f, zip_int64_t offset, int whence) { -#if ZIP_FSEEK_MAX > ZIP_INT64_MAX - if (offset > ZIP_FSEEK_MAX || offset < ZIP_FSEEK_MIN) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, EOVERFLOW); - return false; - } -#endif - - if (zip_os_fseek((FILE *)f, (zip_off_t)offset, whence) < 0) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, errno); - return false; - } - return true; -} - - -bool -_zip_stdio_op_stat(zip_source_file_context_t *ctx, zip_source_file_stat_t *st) { - zip_os_stat_t sb; - - int ret; - - if (ctx->fname) { - ret = zip_os_stat(ctx->fname, &sb); - } - else { - ret = zip_os_fstat(fileno((FILE *)ctx->f), &sb); - } - - if (ret < 0) { - if (errno == ENOENT) { - st->exists = false; - return true; - } - zip_error_set(&ctx->error, ZIP_ER_READ, errno); - return false; - } - - st->size = (zip_uint64_t)sb.st_size; - st->mtime = sb.st_mtime; - - st->regular_file = S_ISREG(sb.st_mode); - st->exists = true; - - /* We're using UNIX file API, even on Windows; thus, we supply external file attributes with Unix values. */ - /* TODO: This could be improved on Windows by providing Windows-specific file attributes */ - ctx->attributes.valid = ZIP_FILE_ATTRIBUTES_HOST_SYSTEM | ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES; - ctx->attributes.host_system = ZIP_OPSYS_UNIX; - ctx->attributes.external_file_attributes = (((zip_uint32_t)sb.st_mode) << 16) | ((sb.st_mode & S_IWUSR) ? 0 : 1); - - return true; -} - - -zip_int64_t -_zip_stdio_op_tell(zip_source_file_context_t *ctx, void *f) { - zip_off_t offset = zip_os_ftell((FILE *)f); - - if (offset < 0) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, errno); - } - - return offset; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.h deleted file mode 100644 index 417a28c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio.h +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef _HAD_ZIP_SOURCE_FILE_STDIO_H -#define _HAD_ZIP_SOURCE_FILE_STDIO_H - -/* - zip_source_file_stdio.h -- common header for stdio file implementation - Copyright (C) 2020-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -void _zip_stdio_op_close(zip_source_file_context_t *ctx); -zip_int64_t _zip_stdio_op_read(zip_source_file_context_t *ctx, void *buf, zip_uint64_t len); -bool _zip_stdio_op_seek(zip_source_file_context_t *ctx, void *f, zip_int64_t offset, int whence); -bool _zip_stdio_op_stat(zip_source_file_context_t *ctx, zip_source_file_stat_t *st); -zip_int64_t _zip_stdio_op_tell(zip_source_file_context_t *ctx, void *f); - -#endif /* _HAD_ZIP_SOURCE_FILE_STDIO_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio_named.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio_named.c deleted file mode 100644 index 1a5ca22..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_stdio_named.c +++ /dev/null @@ -1,392 +0,0 @@ -/* - zip_source_file_stdio_named.c -- source for stdio file opened by name - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include "zip_source_file.h" -#include "zip_source_file_stdio.h" - -#include -#include -#include -#ifdef HAVE_UNISTD_H -#include -#endif - -#ifdef HAVE_CLONEFILE -#include -#include -#define CAN_CLONE -#endif -#ifdef HAVE_FICLONERANGE -#include -#include -#define CAN_CLONE -#endif - -static int create_temp_file(zip_source_file_context_t *ctx, bool create_file); - -static zip_int64_t _zip_stdio_op_commit_write(zip_source_file_context_t *ctx); -static zip_int64_t _zip_stdio_op_create_temp_output(zip_source_file_context_t *ctx); -#ifdef CAN_CLONE -static zip_int64_t _zip_stdio_op_create_temp_output_cloning(zip_source_file_context_t *ctx, zip_uint64_t offset); -#endif -static bool _zip_stdio_op_open(zip_source_file_context_t *ctx); -static zip_int64_t _zip_stdio_op_remove(zip_source_file_context_t *ctx); -static void _zip_stdio_op_rollback_write(zip_source_file_context_t *ctx); -static char *_zip_stdio_op_strdup(zip_source_file_context_t *ctx, const char *string); -static zip_int64_t _zip_stdio_op_write(zip_source_file_context_t *ctx, const void *data, zip_uint64_t len); -static FILE *_zip_fopen_close_on_exec(const char *name, bool writeable); - -/* clang-format off */ -static zip_source_file_operations_t ops_stdio_named = { - _zip_stdio_op_close, - _zip_stdio_op_commit_write, - _zip_stdio_op_create_temp_output, -#ifdef CAN_CLONE - _zip_stdio_op_create_temp_output_cloning, -#else - NULL, -#endif - _zip_stdio_op_open, - _zip_stdio_op_read, - _zip_stdio_op_remove, - _zip_stdio_op_rollback_write, - _zip_stdio_op_seek, - _zip_stdio_op_stat, - _zip_stdio_op_strdup, - _zip_stdio_op_tell, - _zip_stdio_op_write -}; -/* clang-format on */ - -ZIP_EXTERN zip_source_t * -zip_source_file(zip_t *za, const char *fname, zip_uint64_t start, zip_int64_t len) { - if (za == NULL) - return NULL; - - return zip_source_file_create(fname, start, len, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_file_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - if (fname == NULL || length < ZIP_LENGTH_UNCHECKED) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - return zip_source_file_common_new(fname, NULL, start, length, NULL, &ops_stdio_named, NULL, error); -} - - -static zip_int64_t -_zip_stdio_op_commit_write(zip_source_file_context_t *ctx) { - if (fclose(ctx->fout) < 0) { - zip_error_set(&ctx->error, ZIP_ER_WRITE, errno); - return -1; - } - if (rename(ctx->tmpname, ctx->fname) < 0) { - zip_error_set(&ctx->error, ZIP_ER_RENAME, errno); - return -1; - } - - return 0; -} - - -static zip_int64_t -_zip_stdio_op_create_temp_output(zip_source_file_context_t *ctx) { - int fd = create_temp_file(ctx, true); - - if (fd < 0) { - return -1; - } - - if ((ctx->fout = fdopen(fd, "r+b")) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - close(fd); - (void)remove(ctx->tmpname); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } - - return 0; -} - -#ifdef CAN_CLONE -static zip_int64_t -_zip_stdio_op_create_temp_output_cloning(zip_source_file_context_t *ctx, zip_uint64_t offset) { - FILE *tfp; - - if (offset > ZIP_OFF_MAX) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, E2BIG); - return -1; - } - -#ifdef HAVE_CLONEFILE - /* clonefile insists on creating the file, so just create a name */ - if (create_temp_file(ctx, false) < 0) { - return -1; - } - - if (clonefile(ctx->fname, ctx->tmpname, 0) < 0) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } - if ((tfp = _zip_fopen_close_on_exec(ctx->tmpname, true)) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - (void)remove(ctx->tmpname); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } -#else - { - int fd; - struct file_clone_range range; - zip_os_stat_t st; - - if (zip_os_fstat(fileno(ctx->f), &st) < 0) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - return -1; - } - - if ((fd = create_temp_file(ctx, true)) < 0) { - return -1; - } - - range.src_fd = fileno(ctx->f); - range.src_offset = 0; - range.src_length = ((offset + st.st_blksize - 1) / st.st_blksize) * st.st_blksize; - if (range.src_length > st.st_size) { - range.src_length = 0; - } - range.dest_offset = 0; - if (ioctl(fd, FICLONERANGE, &range) < 0) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - (void)close(fd); - (void)remove(ctx->tmpname); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } - - if ((tfp = fdopen(fd, "r+b")) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - (void)close(fd); - (void)remove(ctx->tmpname); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } - } -#endif - - if (ftruncate(fileno(tfp), (off_t)offset) < 0) { - (void)fclose(tfp); - (void)remove(ctx->tmpname); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } - if (zip_os_fseek(tfp, (zip_off_t)offset, SEEK_SET) < 0) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - (void)fclose(tfp); - (void)remove(ctx->tmpname); - free(ctx->tmpname); - ctx->tmpname = NULL; - return -1; - } - - ctx->fout = tfp; - - return 0; -} -#endif - -static bool -_zip_stdio_op_open(zip_source_file_context_t *ctx) { - if ((ctx->f = _zip_fopen_close_on_exec(ctx->fname, false)) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_OPEN, errno); - return false; - } - return true; -} - - -static zip_int64_t -_zip_stdio_op_remove(zip_source_file_context_t *ctx) { - if (remove(ctx->fname) < 0) { - zip_error_set(&ctx->error, ZIP_ER_REMOVE, errno); - return -1; - } - return 0; -} - - -static void -_zip_stdio_op_rollback_write(zip_source_file_context_t *ctx) { - if (ctx->fout) { - fclose(ctx->fout); - } - (void)remove(ctx->tmpname); -} - -static char * -_zip_stdio_op_strdup(zip_source_file_context_t *ctx, const char *string) { - return strdup(string); -} - - -static zip_int64_t -_zip_stdio_op_write(zip_source_file_context_t *ctx, const void *data, zip_uint64_t len) { - size_t ret; - - clearerr((FILE *)ctx->fout); - ret = fwrite(data, 1, len, (FILE *)ctx->fout); - if (ret != len || ferror((FILE *)ctx->fout)) { - zip_error_set(&ctx->error, ZIP_ER_WRITE, errno); - return -1; - } - - return (zip_int64_t)ret; -} - - -static int create_temp_file(zip_source_file_context_t *ctx, bool create_file) { - char *temp; - int mode; - zip_os_stat_t st; - int fd = 0; - char *start, *end; - - if (zip_os_stat(ctx->fname, &st) == 0) { - mode = st.st_mode; - } - else { - mode = -1; - } - - size_t temp_size = strlen(ctx->fname) + 13; - if ((temp = (char *)malloc(temp_size)) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); - return -1; - } - snprintf_s(temp, temp_size, "%s.XXXXXX.part", ctx->fname); - end = temp + strlen(temp) - 5; - start = end - 6; - - for (;;) { - zip_uint32_t value = zip_random_uint32(); - char *xs = start; - - while (xs < end) { - char digit = value % 36; - if (digit < 10) { - *(xs++) = digit + '0'; - } - else { - *(xs++) = digit - 10 + 'a'; - } - value /= 36; - } - - if (create_file) { - if ((fd = open(temp, O_CREAT | O_EXCL | O_RDWR | O_CLOEXEC, mode == -1 ? 0666 : (mode_t)mode)) >= 0) { - if (mode != -1) { - /* open() honors umask(), which we don't want in this case */ -#ifdef HAVE_FCHMOD - (void)fchmod(fd, (mode_t)mode); -#else - (void)chmod(temp, (mode_t)mode); -#endif - } - break; - } - if (errno != EEXIST) { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - free(temp); - return -1; - } - } - else { - if (zip_os_stat(temp, &st) < 0) { - if (errno == ENOENT) { - break; - } - else { - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, errno); - free(temp); - return -1; - } - } - } - } - - ctx->tmpname = temp; - - return fd; /* initialized to 0 if !create_file */ -} - - -/* - * fopen replacement that sets the close-on-exec flag - * some implementations support an fopen 'e' flag for that, - * but e.g. macOS doesn't. - */ -static FILE *_zip_fopen_close_on_exec(const char *name, bool writeable) { - int fd; - int flags; - FILE *fp; - - flags = O_CLOEXEC; - if (writeable) { - flags |= O_RDWR; - } - else { - flags |= O_RDONLY; - } - - /* mode argument needed on Windows */ - if ((fd = open(name, flags, 0666)) < 0) { - return NULL; - } - if ((fp = fdopen(fd, writeable ? "r+b" : "rb")) == NULL) { - return NULL; - } - return fp; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.c deleted file mode 100644 index aa66976..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.c +++ /dev/null @@ -1,234 +0,0 @@ -/* - zip_source_file_win32.c -- read-only Windows file source implementation - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zip_source_file_win32.h" - -static bool _zip_win32_op_stat(zip_source_file_context_t *ctx, zip_source_file_stat_t *st); - -static bool _zip_stat_win32(zip_source_file_context_t *ctx, zip_source_file_stat_t *st, HANDLE h); - -/* clang-format off */ - -static zip_source_file_operations_t ops_win32_read = { - _zip_win32_op_close, - NULL, - NULL, - NULL, - NULL, - _zip_win32_op_read, - NULL, - NULL, - _zip_win32_op_seek, - _zip_win32_op_stat, - NULL, - _zip_win32_op_tell, - NULL -}; - -/* clang-format on */ - -ZIP_EXTERN zip_source_t * -zip_source_win32handle(zip_t *za, HANDLE h, zip_uint64_t start, zip_int64_t len) { - if (za == NULL) { - return NULL; - } - - return zip_source_win32handle_create(h, start, len, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_win32handle_create(HANDLE h, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - if (h == INVALID_HANDLE_VALUE || length < ZIP_LENGTH_UNCHECKED) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - return zip_source_file_common_new(NULL, h, start, length, NULL, &ops_win32_read, NULL, error); -} - - -void -_zip_win32_op_close(zip_source_file_context_t *ctx) { - CloseHandle((HANDLE)ctx->f); -} - - -zip_int64_t -_zip_win32_op_read(zip_source_file_context_t *ctx, void *buf, zip_uint64_t len) { - DWORD i; - - /* TODO: cap len to "DWORD_MAX" */ - if (!ReadFile((HANDLE)ctx->f, buf, (DWORD)len, &i, NULL)) { - zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - return (zip_int64_t)i; -} - - -bool -_zip_win32_op_seek(zip_source_file_context_t *ctx, void *f, zip_int64_t offset, int whence) { - LARGE_INTEGER li; - DWORD method; - - switch (whence) { - case SEEK_SET: - method = FILE_BEGIN; - break; - case SEEK_END: - method = FILE_END; - break; - case SEEK_CUR: - method = FILE_CURRENT; - break; - default: - zip_error_set(&ctx->error, ZIP_ER_SEEK, EINVAL); - return false; - } - - li.QuadPart = (LONGLONG)offset; - if (!SetFilePointerEx((HANDLE)f, li, NULL, method)) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, _zip_win32_error_to_errno(GetLastError())); - return false; - } - - return true; -} - - -static bool -_zip_win32_op_stat(zip_source_file_context_t *ctx, zip_source_file_stat_t *st) { - return _zip_stat_win32(ctx, st, (HANDLE)ctx->f); -} - - -zip_int64_t -_zip_win32_op_tell(zip_source_file_context_t *ctx, void *f) { - LARGE_INTEGER zero; - LARGE_INTEGER new_offset; - - zero.QuadPart = 0; - if (!SetFilePointerEx((HANDLE)f, zero, &new_offset, FILE_CURRENT)) { - zip_error_set(&ctx->error, ZIP_ER_SEEK, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - return (zip_int64_t)new_offset.QuadPart; -} - - -int -_zip_win32_error_to_errno(DWORD win32err) { - /* Note: This list isn't exhaustive, but should cover common cases. */ - switch (win32err) { - case ERROR_INVALID_PARAMETER: - return EINVAL; - case ERROR_FILE_NOT_FOUND: - case ERROR_PATH_NOT_FOUND: - return ENOENT; - case ERROR_INVALID_HANDLE: - return EBADF; - case ERROR_ACCESS_DENIED: - return EACCES; - case ERROR_FILE_EXISTS: - return EEXIST; - case ERROR_TOO_MANY_OPEN_FILES: - return EMFILE; - case ERROR_DISK_FULL: - return ENOSPC; - default: - return 10000 + win32err; - } -} - - -static bool -_zip_stat_win32(zip_source_file_context_t *ctx, zip_source_file_stat_t *st, HANDLE h) { - FILETIME mtimeft; - time_t mtime; - LARGE_INTEGER size; - - if (!GetFileTime(h, NULL, NULL, &mtimeft)) { - zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); - return false; - } - if (!_zip_filetime_to_time_t(mtimeft, &mtime)) { - zip_error_set(&ctx->error, ZIP_ER_READ, ERANGE); - return false; - } - - st->exists = true; - st->mtime = mtime; - - if (GetFileType(h) == FILE_TYPE_DISK) { - st->regular_file = 1; - - if (!GetFileSizeEx(h, &size)) { - zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(GetLastError())); - return false; - } - - st->size = (zip_uint64_t)size.QuadPart; - } - - /* TODO: fill in ctx->attributes */ - - return true; -} - - -bool -_zip_filetime_to_time_t(FILETIME ft, time_t *t) { - /* - Inspired by http://stackoverflow.com/questions/6161776/convert-windows-filetime-to-second-in-unix-linux - */ - const zip_int64_t WINDOWS_TICK = 10000000LL; - const zip_int64_t SEC_TO_UNIX_EPOCH = 11644473600LL; - ULARGE_INTEGER li; - zip_int64_t secs; - time_t temp; - - li.LowPart = ft.dwLowDateTime; - li.HighPart = ft.dwHighDateTime; - secs = (li.QuadPart / WINDOWS_TICK - SEC_TO_UNIX_EPOCH); - - temp = (time_t)secs; - if (secs != (zip_int64_t)temp) { - return false; - } - - *t = temp; - return true; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.h b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.h deleted file mode 100644 index da691f0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32.h +++ /dev/null @@ -1,77 +0,0 @@ -#ifndef _HAD_ZIP_SOURCE_FILE_WIN32_H -#define _HAD_ZIP_SOURCE_FILE_WIN32_H - -/* - zip_source_file_win32.h -- common header for Windows file implementation - Copyright (C) 2020-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -/* 0x0501 => Windows XP; needs to be at least this value because of GetFileSizeEx */ -#if !defined(MS_UWP) && !defined(_WIN32_WINNT) -#define _WIN32_WINNT 0x0501 -#endif - -#include - -#include - -#include - -#include "zipint.h" - -#include "zip_source_file.h" - -struct zip_win32_file_operations { - char *(*allocate_tempname)(const char *name, size_t extra_chars, size_t *lengthp); - HANDLE(__stdcall *create_file)(const void *name, DWORD access, DWORD share_mode, PSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD file_attributes, HANDLE template_file); - BOOL(__stdcall *delete_file)(const void *name); - DWORD(__stdcall *get_file_attributes)(const void *name); - BOOL(__stdcall *get_file_attributes_ex)(const void *name, GET_FILEEX_INFO_LEVELS info_level, void *information); - void (*make_tempname)(char *buf, size_t len, const char *name, zip_uint32_t i); - BOOL(__stdcall *move_file)(const void *from, const void *to, DWORD flags); - BOOL(__stdcall *set_file_attributes)(const void *name, DWORD attributes); - char *(*string_duplicate)(const char *string); - HANDLE(__stdcall *find_first_file)(const void *name, void *data); -}; - -typedef struct zip_win32_file_operations zip_win32_file_operations_t; - -extern zip_source_file_operations_t _zip_source_file_win32_named_ops; - -void _zip_win32_op_close(zip_source_file_context_t *ctx); -zip_int64_t _zip_win32_op_read(zip_source_file_context_t *ctx, void *buf, zip_uint64_t len); -bool _zip_win32_op_seek(zip_source_file_context_t *ctx, void *f, zip_int64_t offset, int whence); -zip_int64_t _zip_win32_op_tell(zip_source_file_context_t *ctx, void *f); - -bool _zip_filetime_to_time_t(FILETIME ft, time_t *t); -int _zip_win32_error_to_errno(DWORD win32err); - -#endif /* _HAD_ZIP_SOURCE_FILE_WIN32_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_ansi.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_ansi.c deleted file mode 100644 index f10f8ae..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_ansi.c +++ /dev/null @@ -1,132 +0,0 @@ -/* - zip_source_file_win32_ansi.c -- source for Windows file opened by ANSI name - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zip_source_file_win32.h" - -static char *ansi_allocate_tempname(const char *name, size_t extra_chars, size_t *lengthp); -static HANDLE __stdcall ansi_create_file(const void *name, DWORD access, DWORD share_mode, PSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD file_attributes, HANDLE template_file); -static BOOL __stdcall ansi_delete_file(const void *name); -static DWORD __stdcall ansi_get_file_attributes(const void *name); -static BOOL __stdcall ansi_get_file_attributes_ex(const void *name, GET_FILEEX_INFO_LEVELS info_level, void *information); -static void ansi_make_tempname(char *buf, size_t len, const char *name, zip_uint32_t i); -static BOOL __stdcall ansi_move_file(const void *from, const void *to, DWORD flags); -static BOOL __stdcall ansi_set_file_attributes(const void *name, DWORD attributes); -static HANDLE __stdcall ansi_find_first_file(const void *name, void* data); - -/* clang-format off */ -zip_win32_file_operations_t ops_ansi = { - ansi_allocate_tempname, - ansi_create_file, - ansi_delete_file, - ansi_get_file_attributes, - ansi_get_file_attributes_ex, - ansi_make_tempname, - ansi_move_file, - ansi_set_file_attributes, - strdup, - ansi_find_first_file, -}; -/* clang-format on */ - -ZIP_EXTERN zip_source_t * -zip_source_win32a(zip_t *za, const char *fname, zip_uint64_t start, zip_int64_t len) { - if (za == NULL) - return NULL; - - return zip_source_win32a_create(fname, start, len, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_win32a_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - if (fname == NULL || length < ZIP_LENGTH_UNCHECKED) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - return zip_source_file_common_new(fname, NULL, start, length, NULL, &_zip_source_file_win32_named_ops, &ops_ansi, error); -} - - -static char * -ansi_allocate_tempname(const char *name, size_t extra_chars, size_t *lengthp) { - *lengthp = strlen(name) + extra_chars; - return (char *)malloc(*lengthp); -} - -static HANDLE __stdcall -ansi_create_file(const void *name, DWORD access, DWORD share_mode, PSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD file_attributes, HANDLE template_file) -{ - return CreateFileA((const char *)name, access, share_mode, security_attributes, creation_disposition, file_attributes, template_file); -} - -static BOOL __stdcall -ansi_delete_file(const void *name) -{ - return DeleteFileA((const char *)name); -} - -static DWORD __stdcall -ansi_get_file_attributes(const void *name) -{ - return GetFileAttributesA((const char *)name); -} - -static BOOL __stdcall -ansi_get_file_attributes_ex(const void *name, GET_FILEEX_INFO_LEVELS info_level, void *information) -{ - return GetFileAttributesExA((const char *)name, info_level, information); -} - -static void -ansi_make_tempname(char *buf, size_t len, const char *name, zip_uint32_t i) { - snprintf_s(buf, len, "%s.%08x", name, i); -} - -static BOOL __stdcall -ansi_move_file(const void *from, const void *to, DWORD flags) -{ - return MoveFileExA((const char *)from, (const char *)to, flags); -} - -static BOOL __stdcall -ansi_set_file_attributes(const void *name, DWORD attributes) -{ - return SetFileAttributesA((const char *)name, attributes); -} - -static HANDLE __stdcall -ansi_find_first_file(const void *name, void *data) -{ - return FindFirstFileA((const char *)name, data); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_named.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_named.c deleted file mode 100644 index 5219d6a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_named.c +++ /dev/null @@ -1,283 +0,0 @@ -/* - zip_source_file_win32_named.c -- source for Windows file opened by name - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zip_source_file_win32.h" - -static zip_int64_t _zip_win32_named_op_commit_write(zip_source_file_context_t *ctx); -static zip_int64_t _zip_win32_named_op_create_temp_output(zip_source_file_context_t *ctx); -static bool _zip_win32_named_op_open(zip_source_file_context_t *ctx); -static zip_int64_t _zip_win32_named_op_remove(zip_source_file_context_t *ctx); -static void _zip_win32_named_op_rollback_write(zip_source_file_context_t *ctx); -static bool _zip_win32_named_op_stat(zip_source_file_context_t *ctx, zip_source_file_stat_t *st); -static char *_zip_win32_named_op_string_duplicate(zip_source_file_context_t *ctx, const char *string); -static zip_int64_t _zip_win32_named_op_write(zip_source_file_context_t *ctx, const void *data, zip_uint64_t len); - -static HANDLE win32_named_open(zip_source_file_context_t *ctx, const char *name, bool temporary, PSECURITY_ATTRIBUTES security_attributes); - -/* clang-format off */ -zip_source_file_operations_t _zip_source_file_win32_named_ops = { - _zip_win32_op_close, - _zip_win32_named_op_commit_write, - _zip_win32_named_op_create_temp_output, - NULL, - _zip_win32_named_op_open, - _zip_win32_op_read, - _zip_win32_named_op_remove, - _zip_win32_named_op_rollback_write, - _zip_win32_op_seek, - _zip_win32_named_op_stat, - _zip_win32_named_op_string_duplicate, - _zip_win32_op_tell, - _zip_win32_named_op_write -}; -/* clang-format on */ - -static zip_int64_t -_zip_win32_named_op_commit_write(zip_source_file_context_t *ctx) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - DWORD attributes; - - if (!CloseHandle((HANDLE)ctx->fout)) { - zip_error_set(&ctx->error, ZIP_ER_WRITE, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - attributes = file_ops->get_file_attributes(ctx->tmpname); - if (attributes == INVALID_FILE_ATTRIBUTES) { - zip_error_set(&ctx->error, ZIP_ER_RENAME, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - if (attributes & FILE_ATTRIBUTE_TEMPORARY) { - if (!file_ops->set_file_attributes(ctx->tmpname, attributes & ~FILE_ATTRIBUTE_TEMPORARY)) { - zip_error_set(&ctx->error, ZIP_ER_RENAME, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - } - - if (!file_ops->move_file(ctx->tmpname, ctx->fname, MOVEFILE_REPLACE_EXISTING)) { - zip_error_set(&ctx->error, ZIP_ER_RENAME, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - return 0; -} - -static zip_int64_t -_zip_win32_named_op_create_temp_output(zip_source_file_context_t *ctx) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - - zip_uint32_t value, i; - HANDLE th = INVALID_HANDLE_VALUE; - PSECURITY_ATTRIBUTES psa = NULL; - PSECURITY_DESCRIPTOR psd = NULL; -#ifdef HAVE_GETSECURITYINFO - SECURITY_ATTRIBUTES sa; -#endif - char *tempname = NULL; - size_t tempname_size = 0; - -#ifdef HAVE_GETSECURITYINFO - if ((HANDLE)ctx->f != INVALID_HANDLE_VALUE && GetFileType((HANDLE)ctx->f) == FILE_TYPE_DISK) { - if (GetSecurityInfo((HANDLE)ctx->f, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION, NULL, NULL, NULL, NULL, &psd) == ERROR_SUCCESS) { - sa.nLength = sizeof(SECURITY_ATTRIBUTES); - sa.bInheritHandle = FALSE; - sa.lpSecurityDescriptor = psd; - psa = &sa; - } - } -#endif - -#ifndef MS_UWP - value = GetTickCount(); -#else - value = (zip_uint32_t)(GetTickCount64() & 0xffffffff); -#endif - - if ((tempname = file_ops->allocate_tempname(ctx->fname, 10, &tempname_size)) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); - return -1; - } - - for (i = 0; i < 1024 && th == INVALID_HANDLE_VALUE; i++) { - file_ops->make_tempname(tempname, tempname_size, ctx->fname, value + i); - - th = win32_named_open(ctx, tempname, true, psa); - if (th == INVALID_HANDLE_VALUE && GetLastError() != ERROR_FILE_EXISTS) - break; - } - - if (th == INVALID_HANDLE_VALUE) { - free(tempname); - LocalFree(psd); - zip_error_set(&ctx->error, ZIP_ER_TMPOPEN, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - LocalFree(psd); - ctx->fout = th; - ctx->tmpname = tempname; - - return 0; -} - - -static bool -_zip_win32_named_op_open(zip_source_file_context_t *ctx) { - HANDLE h = win32_named_open(ctx, ctx->fname, false, NULL); - - if (h == INVALID_HANDLE_VALUE) { - return false; - } - - ctx->f = h; - return true; -} - - -static zip_int64_t -_zip_win32_named_op_remove(zip_source_file_context_t *ctx) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - - if (!file_ops->delete_file(ctx->fname)) { - zip_error_set(&ctx->error, ZIP_ER_REMOVE, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - return 0; -} - - -static void -_zip_win32_named_op_rollback_write(zip_source_file_context_t *ctx) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - - if (ctx->fout) { - CloseHandle((HANDLE)ctx->fout); - } - file_ops->delete_file(ctx->tmpname); -} - - -static bool -_zip_win32_named_op_stat(zip_source_file_context_t *ctx, zip_source_file_stat_t *st) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - - WIN32_FILE_ATTRIBUTE_DATA file_attributes; - - if (!file_ops->get_file_attributes_ex(ctx->fname, GetFileExInfoStandard, &file_attributes)) { - DWORD error = GetLastError(); - if (error == ERROR_FILE_NOT_FOUND) { - st->exists = false; - return true; - } - zip_error_set(&ctx->error, ZIP_ER_READ, _zip_win32_error_to_errno(error)); - return false; - } - - st->exists = true; - st->regular_file = false; - - if (file_attributes.dwFileAttributes != INVALID_FILE_ATTRIBUTES) { - if ((file_attributes.dwFileAttributes & (FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_DEVICE)) == 0) { - if (file_attributes.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { - WIN32_FIND_DATA find_data; - /* Deduplication on Windows replaces files with reparse points; - * accept them as regular files. */ - if (file_ops->find_first_file(ctx->fname, &find_data) != INVALID_HANDLE_VALUE) { - st->regular_file = (find_data.dwReserved0 == IO_REPARSE_TAG_DEDUP); - } - } - else { - st->regular_file = true; - } - } - } - - if (!_zip_filetime_to_time_t(file_attributes.ftLastWriteTime, &st->mtime)) { - zip_error_set(&ctx->error, ZIP_ER_READ, ERANGE); - return false; - } - st->size = ((zip_uint64_t)file_attributes.nFileSizeHigh << 32) | file_attributes.nFileSizeLow; - - /* TODO: fill in ctx->attributes */ - - return true; -} - - -static char * -_zip_win32_named_op_string_duplicate(zip_source_file_context_t *ctx, const char *string) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - - return file_ops->string_duplicate(string); -} - - -static zip_int64_t -_zip_win32_named_op_write(zip_source_file_context_t *ctx, const void *data, zip_uint64_t len) { - DWORD ret; - if (!WriteFile((HANDLE)ctx->fout, data, (DWORD)len, &ret, NULL) || ret != len) { - zip_error_set(&ctx->error, ZIP_ER_WRITE, _zip_win32_error_to_errno(GetLastError())); - return -1; - } - - return (zip_int64_t)ret; -} - - -static HANDLE -win32_named_open(zip_source_file_context_t *ctx, const char *name, bool temporary, PSECURITY_ATTRIBUTES security_attributes) { - zip_win32_file_operations_t *file_ops = (zip_win32_file_operations_t *)ctx->ops_userdata; - - DWORD access = GENERIC_READ; - DWORD share_mode = FILE_SHARE_READ | FILE_SHARE_WRITE; - DWORD creation_disposition = OPEN_EXISTING; - DWORD file_attributes = FILE_ATTRIBUTE_NORMAL; - HANDLE h; - - if (temporary) { - access = GENERIC_READ | GENERIC_WRITE; - share_mode = FILE_SHARE_READ; - creation_disposition = CREATE_NEW; - file_attributes = FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_TEMPORARY; - } - - h = file_ops->create_file(name, access, share_mode, security_attributes, creation_disposition, file_attributes, NULL); - - if (h == INVALID_HANDLE_VALUE) { - zip_error_set(&ctx->error, ZIP_ER_OPEN, _zip_win32_error_to_errno(GetLastError())); - } - - return h; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf16.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf16.c deleted file mode 100644 index 73e2566..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf16.c +++ /dev/null @@ -1,152 +0,0 @@ -/* - zip_source_file_win32_utf16.c -- source for Windows file opened by UTF-16 name - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zip_source_file_win32.h" - -static char *utf16_allocate_tempname(const char *name, size_t extra_chars, size_t *lengthp); -static HANDLE __stdcall utf16_create_file(const void *name, DWORD access, DWORD share_mode, PSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD file_attributes, HANDLE template_file); -static BOOL __stdcall utf16_delete_file(const void *name); -static DWORD __stdcall utf16_get_file_attributes(const void *name); -static BOOL __stdcall utf16_get_file_attributes_ex(const void *name, GET_FILEEX_INFO_LEVELS info_level, void *information); -static void utf16_make_tempname(char *buf, size_t len, const char *name, zip_uint32_t i); -static BOOL __stdcall utf16_move_file(const void *from, const void *to, DWORD flags); -static BOOL __stdcall utf16_set_file_attributes(const void *name, DWORD attributes); -static char *utf16_strdup(const char *string); -static HANDLE __stdcall utf16_find_first_file(const void *name, void* data); - - -/* clang-format off */ -zip_win32_file_operations_t ops_utf16 = { - utf16_allocate_tempname, - utf16_create_file, - utf16_delete_file, - utf16_get_file_attributes, - utf16_get_file_attributes_ex, - utf16_make_tempname, - utf16_move_file, - utf16_set_file_attributes, - utf16_strdup, - utf16_find_first_file -}; -/* clang-format on */ - -ZIP_EXTERN zip_source_t * -zip_source_win32w(zip_t *za, const wchar_t *fname, zip_uint64_t start, zip_int64_t len) { - if (za == NULL) - return NULL; - - return zip_source_win32w_create(fname, start, len, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_win32w_create(const wchar_t *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - if (fname == NULL || length < ZIP_LENGTH_UNCHECKED) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - - return zip_source_file_common_new((const char *)fname, NULL, start, length, NULL, &_zip_source_file_win32_named_ops, &ops_utf16, error); -} - - -static char * -utf16_allocate_tempname(const char *name, size_t extra_chars, size_t *lengthp) { - *lengthp = wcslen((const wchar_t *)name) + extra_chars; - return (char *)malloc(*lengthp * sizeof(wchar_t)); -} - - -static HANDLE __stdcall utf16_create_file(const void *name, DWORD access, DWORD share_mode, PSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD file_attributes, HANDLE template_file) { -#ifdef MS_UWP - CREATEFILE2_EXTENDED_PARAMETERS extParams = {0}; - extParams.dwFileAttributes = file_attributes; - extParams.dwFileFlags = FILE_FLAG_RANDOM_ACCESS; - extParams.dwSecurityQosFlags = SECURITY_ANONYMOUS; - extParams.dwSize = sizeof(extParams); - extParams.hTemplateFile = template_file; - extParams.lpSecurityAttributes = security_attributes; - - return CreateFile2((const wchar_t *)name, access, share_mode, creation_disposition, &extParams); -#else - return CreateFileW((const wchar_t *)name, access, share_mode, security_attributes, creation_disposition, file_attributes, template_file); -#endif -} - -static BOOL __stdcall -utf16_delete_file(const void *name) -{ - return DeleteFileW((const wchar_t *)name); -} - -static DWORD __stdcall -utf16_get_file_attributes(const void *name) -{ - return GetFileAttributesW((const wchar_t *)name); -} - -static BOOL __stdcall -utf16_get_file_attributes_ex(const void *name, GET_FILEEX_INFO_LEVELS info_level, void *information) -{ - return GetFileAttributesExW((const wchar_t *)name, info_level, information); -} - -static void -utf16_make_tempname(char *buf, size_t len, const char *name, zip_uint32_t i) { - _snwprintf_s((wchar_t *)buf, len, len, L"%s.%08x", (const wchar_t *)name, i); -} - -static BOOL __stdcall -utf16_move_file(const void *from, const void *to, DWORD flags) -{ - return MoveFileExW((const wchar_t *)from, (const wchar_t *)to, flags); -} - -static BOOL __stdcall -utf16_set_file_attributes(const void *name, DWORD attributes) -{ - return SetFileAttributesW((const wchar_t *)name, attributes); -} - -static char * -utf16_strdup(const char *string) { - return (char *)_wcsdup((const wchar_t *)string); -} - - -static HANDLE __stdcall -utf16_find_first_file(const void *name, void* data) -{ - return FindFirstFileW((const wchar_t *)name, data); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf8.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf8.c deleted file mode 100644 index 5c27df9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_file_win32_utf8.c +++ /dev/null @@ -1,73 +0,0 @@ -/* - zip_source_file_win32_ansi.c -- source for Windows file opened by UTF-8 name - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zip_source_file_win32.h" - -ZIP_EXTERN zip_source_t * -zip_source_file(zip_t *za, const char *fname, zip_uint64_t start, zip_int64_t len) { - if (za == NULL) { - return NULL; - } - - return zip_source_file_create(fname, start, len, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_file_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - int size; - wchar_t *wfname; - zip_source_t *source; - - if (fname == NULL || length < ZIP_LENGTH_UNCHECKED) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - /* Convert fname from UTF-8 to Windows-friendly UTF-16. */ - size = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, fname, -1, NULL, 0); - if (size == 0) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - if ((wfname = (wchar_t *)malloc(sizeof(wchar_t) * size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, fname, -1, wfname, size); - - source = zip_source_win32w_create(wfname, start, length, error); - - free(wfname); - return source; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_free.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_free.c deleted file mode 100644 index df4b08d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_free.c +++ /dev/null @@ -1,71 +0,0 @@ -/* - zip_source_free.c -- free zip data source - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN void -zip_source_free(zip_source_t *src) { - if (src == NULL) - return; - - if (src->refcount > 0) { - src->refcount--; - } - if (src->refcount > 0) { - return; - } - - if (ZIP_SOURCE_IS_OPEN_READING(src)) { - src->open_count = 1; /* force close */ - zip_source_close(src); - } - if (ZIP_SOURCE_IS_OPEN_WRITING(src)) { - zip_source_rollback_write(src); - } - - if (src->source_archive && !src->source_closed) { - _zip_deregister_source(src->source_archive, src); - } - - (void)_zip_source_call(src, NULL, 0, ZIP_SOURCE_FREE); - - if (src->src) { - zip_source_free(src->src); - } - - free(src); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_function.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_function.c deleted file mode 100644 index 1fe6396..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_function.c +++ /dev/null @@ -1,99 +0,0 @@ -/* - zip_source_function.c -- create zip data source from callback function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN zip_source_t * -zip_source_function(zip_t *za, zip_source_callback zcb, void *ud) { - if (za == NULL) { - return NULL; - } - - return zip_source_function_create(zcb, ud, &za->error); -} - - -ZIP_EXTERN zip_source_t * -zip_source_function_create(zip_source_callback zcb, void *ud, zip_error_t *error) { - zip_source_t *zs; - - if ((zs = _zip_source_new(error)) == NULL) - return NULL; - - zs->cb.f = zcb; - zs->ud = ud; - - zs->supports = zcb(ud, NULL, 0, ZIP_SOURCE_SUPPORTS); - if (zs->supports < 0) { - zs->supports = ZIP_SOURCE_SUPPORTS_READABLE; - } - zs->supports |= zip_source_make_command_bitmap(ZIP_SOURCE_SUPPORTS, -1); - - return zs; -} - - -ZIP_EXTERN void -zip_source_keep(zip_source_t *src) { - src->refcount++; -} - - -zip_source_t * -_zip_source_new(zip_error_t *error) { - zip_source_t *src; - - if ((src = (zip_source_t *)malloc(sizeof(*src))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - src->src = NULL; - src->cb.f = NULL; - src->ud = NULL; - src->open_count = 0; - src->write_state = ZIP_SOURCE_WRITE_CLOSED; - src->source_closed = false; - src->source_archive = NULL; - src->refcount = 1; - zip_error_init(&src->error); - src->eof = false; - src->had_read_error = false; - src->bytes_read = 0; - - return src; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_dostime.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_dostime.c deleted file mode 100644 index 17f652b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_dostime.c +++ /dev/null @@ -1,72 +0,0 @@ -/* - zip_source_get_dostime.c -- get modification time in DOS format from source - Copyright (C) 2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -/* Returns -1 on error, 0 on no dostime available, 1 for dostime returned */ -int -zip_source_get_dos_time(zip_source_t *src, zip_dostime_t *dos_time) { - if (src->source_closed) { - return -1; - } - if (dos_time == NULL) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (src->write_state == ZIP_SOURCE_WRITE_REMOVED) { - zip_error_set(&src->error, ZIP_ER_READ, ENOENT); - } - - if (zip_source_supports(src) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_GET_DOS_TIME)) { - zip_int64_t n = _zip_source_call(src, dos_time, sizeof(*dos_time), ZIP_SOURCE_GET_DOS_TIME); - - if (n < 0) { - return -1; - } - else if (n == 0) { - return 0; - } - else if (n == sizeof(*dos_time)) { - return 1; - } - else { - zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); - return -1; - } - } - else { - return 0; - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_file_attributes.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_file_attributes.c deleted file mode 100644 index 59c064f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_get_file_attributes.c +++ /dev/null @@ -1,107 +0,0 @@ -/* - zip_source_get_file_attributes.c -- get attributes for file from source - Copyright (C) 2020-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -ZIP_EXTERN void -zip_file_attributes_init(zip_file_attributes_t *attributes) { - attributes->valid = 0; - attributes->version = 1; -} - -int zip_source_get_file_attributes(zip_source_t *src, zip_file_attributes_t *attributes) { - if (src->source_closed) { - return -1; - } - if (attributes == NULL) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - zip_file_attributes_init(attributes); - - if (src->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_GET_FILE_ATTRIBUTES)) { - if (_zip_source_call(src, attributes, sizeof(*attributes), ZIP_SOURCE_GET_FILE_ATTRIBUTES) < 0) { - return -1; - } - } - - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_file_attributes_t lower_attributes; - - zip_file_attributes_init(&lower_attributes); - - if (zip_source_get_file_attributes(src->src, &lower_attributes) < 0) { - zip_error_set_from_source(&src->error, src->src); - return -1; - } - - if ((lower_attributes.valid & ZIP_FILE_ATTRIBUTES_HOST_SYSTEM) && (attributes->valid & ZIP_FILE_ATTRIBUTES_HOST_SYSTEM) == 0) { - attributes->host_system = lower_attributes.host_system; - attributes->valid |= ZIP_FILE_ATTRIBUTES_HOST_SYSTEM; - } - if ((lower_attributes.valid & ZIP_FILE_ATTRIBUTES_ASCII) && (attributes->valid & ZIP_FILE_ATTRIBUTES_ASCII) == 0) { - attributes->ascii = lower_attributes.ascii; - attributes->valid |= ZIP_FILE_ATTRIBUTES_ASCII; - } - if ((lower_attributes.valid & ZIP_FILE_ATTRIBUTES_VERSION_NEEDED)) { - if (attributes->valid & ZIP_FILE_ATTRIBUTES_VERSION_NEEDED) { - attributes->version_needed = ZIP_MAX(lower_attributes.version_needed, attributes->version_needed); - } - else { - attributes->version_needed = lower_attributes.version_needed; - attributes->valid |= ZIP_FILE_ATTRIBUTES_VERSION_NEEDED; - } - } - if ((lower_attributes.valid & ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES) && (attributes->valid & ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES) == 0) { - attributes->external_file_attributes = lower_attributes.external_file_attributes; - attributes->valid |= ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES; - } - if ((lower_attributes.valid & ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS)) { - if (attributes->valid & ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS) { - /* only take from lower level what is not defined at current level */ - lower_attributes.general_purpose_bit_mask &= ~attributes->general_purpose_bit_mask; - - attributes->general_purpose_bit_flags |= lower_attributes.general_purpose_bit_flags & lower_attributes.general_purpose_bit_mask; - attributes->general_purpose_bit_mask |= lower_attributes.general_purpose_bit_mask; - } - else { - attributes->valid |= ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS; - attributes->general_purpose_bit_flags = lower_attributes.general_purpose_bit_flags; - attributes->general_purpose_bit_mask = lower_attributes.general_purpose_bit_mask; - } - } - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_is_deleted.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_is_deleted.c deleted file mode 100644 index d6016a0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_is_deleted.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - zip_source_is_deleted.c -- was archive was removed? - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_is_deleted(zip_source_t *src) { - return src->write_state == ZIP_SOURCE_WRITE_REMOVED; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_layered.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_layered.c deleted file mode 100644 index be42819..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_layered.c +++ /dev/null @@ -1,75 +0,0 @@ -/* - zip_source_layered.c -- create layered source - Copyright (C) 2009-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -zip_source_t * -zip_source_layered(zip_t *za, zip_source_t *src, zip_source_layered_callback cb, void *ud) { - if (za == NULL) - return NULL; - - return zip_source_layered_create(src, cb, ud, &za->error); -} - - -zip_source_t * -zip_source_layered_create(zip_source_t *src, zip_source_layered_callback cb, void *ud, zip_error_t *error) { - zip_source_t *zs; - zip_int64_t lower_supports, supports; - - lower_supports = zip_source_supports(src); - supports = cb(src, ud, &lower_supports, sizeof(lower_supports), ZIP_SOURCE_SUPPORTS); - if (supports < 0) { - zip_error_set(error,ZIP_ER_INVAL, 0); /* Initialize in case cb doesn't return valid error. */ - cb(src, ud, error, sizeof(*error), ZIP_SOURCE_ERROR); - return NULL; - } - - if ((zs = _zip_source_new(error)) == NULL) { - return NULL; - } - - zs->src = src; - zs->cb.l = cb; - zs->ud = ud; - zs->supports = supports; - - /* Layered sources can't support writing, since we currently have no use case. If we want to revisit this, we have to define how the two sources interact. */ - zs->supports &= ~(ZIP_SOURCE_SUPPORTS_WRITABLE & ~ZIP_SOURCE_SUPPORTS_SEEKABLE); - - return zs; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_open.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_open.c deleted file mode 100644 index 9e42d0a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_open.c +++ /dev/null @@ -1,76 +0,0 @@ -/* - zip_source_open.c -- open zip_source (prepare for reading) - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -ZIP_EXTERN int -zip_source_open(zip_source_t *src) { - if (src->source_closed) { - return -1; - } - if (src->write_state == ZIP_SOURCE_WRITE_REMOVED) { - zip_error_set(&src->error, ZIP_ER_DELETED, 0); - return -1; - } - - if (ZIP_SOURCE_IS_OPEN_READING(src)) { - if ((zip_source_supports(src) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK)) == 0) { - zip_error_set(&src->error, ZIP_ER_INUSE, 0); - return -1; - } - } - else { - if (ZIP_SOURCE_IS_LAYERED(src)) { - if (zip_source_open(src->src) < 0) { - zip_error_set_from_source(&src->error, src->src); - return -1; - } - } - - if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_OPEN) < 0) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_source_close(src->src); - } - return -1; - } - } - - src->eof = false; - src->had_read_error = false; - _zip_error_clear(&src->error); - src->bytes_read = 0; - src->open_count++; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pass_to_lower_layer.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pass_to_lower_layer.c deleted file mode 100644 index 391729e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pass_to_lower_layer.c +++ /dev/null @@ -1,78 +0,0 @@ -/* - zip_source_pass_to_lower_layer.c -- pass command to lower layer - Copyright (C) 2022-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -zip_int64_t zip_source_pass_to_lower_layer(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command) { - switch (command) { - case ZIP_SOURCE_OPEN: - case ZIP_SOURCE_CLOSE: - case ZIP_SOURCE_FREE: - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: - case ZIP_SOURCE_SUPPORTS_REOPEN: - return 0; - - case ZIP_SOURCE_STAT: - return sizeof(zip_stat_t); - - case ZIP_SOURCE_ACCEPT_EMPTY: - case ZIP_SOURCE_ERROR: - case ZIP_SOURCE_GET_DOS_TIME: - case ZIP_SOURCE_READ: - case ZIP_SOURCE_SEEK: - case ZIP_SOURCE_TELL: - return _zip_source_call(src, data, length, command); - - case ZIP_SOURCE_BEGIN_WRITE: - case ZIP_SOURCE_BEGIN_WRITE_CLONING: - case ZIP_SOURCE_COMMIT_WRITE: - case ZIP_SOURCE_REMOVE: - case ZIP_SOURCE_ROLLBACK_WRITE: - case ZIP_SOURCE_SEEK_WRITE: - case ZIP_SOURCE_TELL_WRITE: - case ZIP_SOURCE_WRITE: - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - - case ZIP_SOURCE_SUPPORTS: - if (length < sizeof(zip_int64_t)) { - zip_error_set(&src->error, ZIP_ER_INTERNAL, 0); - return -1; - } - return *(zip_int64_t *)data; - - default: - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } -} \ No newline at end of file diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_decode.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_decode.c deleted file mode 100644 index 9c22a06..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_decode.c +++ /dev/null @@ -1,218 +0,0 @@ -/* - zip_source_pkware_decode.c -- Traditional PKWARE decryption routines - Copyright (C) 2009-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - -struct trad_pkware { - char *password; - zip_pkware_keys_t keys; - zip_error_t error; -}; - - -static int decrypt_header(zip_source_t *, struct trad_pkware *); -static zip_int64_t pkware_decrypt(zip_source_t *, void *, void *, zip_uint64_t, zip_source_cmd_t); -static struct trad_pkware *trad_pkware_new(const char *password, zip_error_t *error); -static void trad_pkware_free(struct trad_pkware *); - - -zip_source_t * -zip_source_pkware_decode(zip_t *za, zip_source_t *src, zip_uint16_t em, int flags, const char *password) { - struct trad_pkware *ctx; - zip_source_t *s2; - - if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - if (flags & ZIP_CODEC_ENCODE) { - zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); - return NULL; - } - - if ((ctx = trad_pkware_new(password, &za->error)) == NULL) { - return NULL; - } - - if ((s2 = zip_source_layered(za, src, pkware_decrypt, ctx)) == NULL) { - trad_pkware_free(ctx); - return NULL; - } - - return s2; -} - - -static int -decrypt_header(zip_source_t *src, struct trad_pkware *ctx) { - zip_uint8_t header[ZIP_CRYPTO_PKWARE_HEADERLEN]; - zip_stat_t st; - zip_dostime_t dostime; - zip_int64_t n; - - if ((n = zip_source_read(src, header, ZIP_CRYPTO_PKWARE_HEADERLEN)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if (n != ZIP_CRYPTO_PKWARE_HEADERLEN) { - zip_error_set(&ctx->error, ZIP_ER_EOF, 0); - return -1; - } - - _zip_pkware_decrypt(&ctx->keys, header, header, ZIP_CRYPTO_PKWARE_HEADERLEN); - - if (zip_source_stat(src, &st) < 0 || (st.valid & ZIP_STAT_CRC) == 0) { - /* skip password validation */ - return 0; - } - - if (zip_source_get_dos_time(src, &dostime) <= 0) { - if ((st.valid & ZIP_STAT_MTIME) == 0) { - /* no date available, skip password validation */ - return 0; - } - - if (_zip_u2d_time(st.mtime, &dostime, &ctx->error) < 0) { - return -1; - } - } - - /* - password verification - two ways: - - mtime - InfoZIP way, to avoid computing complete CRC before encrypting data - - CRC - old PKWare way - */ - if (header[ZIP_CRYPTO_PKWARE_HEADERLEN - 1] == dostime.time >> 8 - || header[ZIP_CRYPTO_PKWARE_HEADERLEN - 1] == st.crc >> 24) { - return 0; - } - else { - zip_error_set(&ctx->error, ZIP_ER_WRONGPASSWD, 0); - return -1; - } -} - - -static zip_int64_t -pkware_decrypt(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct trad_pkware *ctx; - zip_int64_t n; - - ctx = (struct trad_pkware *)ud; - - switch (cmd) { - case ZIP_SOURCE_OPEN: - _zip_pkware_keys_reset(&ctx->keys); - _zip_pkware_decrypt(&ctx->keys, NULL, (const zip_uint8_t *)ctx->password, strlen(ctx->password)); - if (decrypt_header(src, ctx) < 0) { - return -1; - } - return 0; - - case ZIP_SOURCE_READ: - if ((n = zip_source_read(src, data, len)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - _zip_pkware_decrypt(&ctx->keys, (zip_uint8_t *)data, (zip_uint8_t *)data, (zip_uint64_t)n); - return n; - - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - - st->encryption_method = ZIP_EM_NONE; - st->valid |= ZIP_STAT_ENCRYPTION_METHOD; - if (st->valid & ZIP_STAT_COMP_SIZE) { - st->comp_size -= ZIP_CRYPTO_PKWARE_HEADERLEN; - } - - return 0; - } - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_CLOSE, ZIP_SOURCE_STAT, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_SUPPORTS_REOPEN, -1); - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - trad_pkware_free(ctx); - return 0; - - default: - return zip_source_pass_to_lower_layer(src, data, len, cmd); - } -} - - -static struct trad_pkware * -trad_pkware_new(const char *password, zip_error_t *error) { - struct trad_pkware *ctx; - - if ((ctx = (struct trad_pkware *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((ctx->password = strdup(password)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - free(ctx); - return NULL; - } - - zip_error_init(&ctx->error); - - return ctx; -} - - -static void -trad_pkware_free(struct trad_pkware *ctx) { - if (ctx == NULL) { - return; - } - - free(ctx->password); - free(ctx); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_encode.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_encode.c deleted file mode 100644 index 26e1ce7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_pkware_encode.c +++ /dev/null @@ -1,264 +0,0 @@ -/* - zip_source_pkware_encode.c -- Traditional PKWARE encryption routines - Copyright (C) 2009-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - -struct trad_pkware { - char *password; - zip_pkware_keys_t keys; - zip_buffer_t *buffer; - bool eof; - zip_dostime_t dostime; - zip_error_t error; -}; - - -static int encrypt_header(zip_source_t *, struct trad_pkware *); -static zip_int64_t pkware_encrypt(zip_source_t *, void *, void *, zip_uint64_t, zip_source_cmd_t); -static void trad_pkware_free(struct trad_pkware *); -static struct trad_pkware *trad_pkware_new(const char *password, zip_error_t *error); - -zip_source_t * -zip_source_pkware_encode(zip_t *za, zip_source_t *src, zip_uint16_t em, int flags, const char *password) { - struct trad_pkware *ctx; - zip_source_t *s2; - - if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - if (!(flags & ZIP_CODEC_ENCODE)) { - zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); - return NULL; - } - - if ((ctx = trad_pkware_new(password, &za->error)) == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if (zip_source_get_dos_time(src, &ctx->dostime) <= 0) { - zip_stat_t st; - - if (zip_source_stat(src, &st) < 0) { - zip_error_set_from_source(&za->error, src); - trad_pkware_free(ctx); - return NULL; - } - if (_zip_u2d_time((st.valid & ZIP_STAT_MTIME) ? st.mtime : time(NULL), &ctx->dostime, &za->error) < 0) { - trad_pkware_free(ctx); - return NULL; - } - } - - if ((s2 = zip_source_layered(za, src, pkware_encrypt, ctx)) == NULL) { - trad_pkware_free(ctx); - return NULL; - } - - return s2; -} - - -static int -encrypt_header(zip_source_t *src, struct trad_pkware *ctx) { - zip_uint8_t *header; - - if ((ctx->buffer = _zip_buffer_new(NULL, ZIP_CRYPTO_PKWARE_HEADERLEN)) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); - return -1; - } - - header = _zip_buffer_data(ctx->buffer); - - /* generate header from random bytes and mtime - see appnote.iz, XIII. Decryption, Step 2, last paragraph */ - if (!zip_secure_random(header, ZIP_CRYPTO_PKWARE_HEADERLEN - 1)) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - _zip_buffer_free(ctx->buffer); - ctx->buffer = NULL; - return -1; - } - header[ZIP_CRYPTO_PKWARE_HEADERLEN - 1] = (zip_uint8_t)((ctx->dostime.time >> 8) & 0xff); - - _zip_pkware_encrypt(&ctx->keys, header, header, ZIP_CRYPTO_PKWARE_HEADERLEN); - - return 0; -} - - -static zip_int64_t -pkware_encrypt(zip_source_t *src, void *ud, void *data, zip_uint64_t length, zip_source_cmd_t cmd) { - struct trad_pkware *ctx; - zip_int64_t n; - zip_uint64_t buffer_n; - - ctx = (struct trad_pkware *)ud; - - switch (cmd) { - case ZIP_SOURCE_OPEN: - ctx->eof = false; - - /* initialize keys */ - _zip_pkware_keys_reset(&ctx->keys); - _zip_pkware_encrypt(&ctx->keys, NULL, (const zip_uint8_t *)ctx->password, strlen(ctx->password)); - - if (encrypt_header(src, ctx) < 0) { - return -1; - } - return 0; - - case ZIP_SOURCE_READ: - buffer_n = 0; - - if (ctx->buffer) { - /* write header values to data */ - buffer_n = _zip_buffer_read(ctx->buffer, data, length); - data = (zip_uint8_t *)data + buffer_n; - length -= buffer_n; - - if (_zip_buffer_eof(ctx->buffer)) { - _zip_buffer_free(ctx->buffer); - ctx->buffer = NULL; - } - } - - if (ctx->eof) { - return (zip_int64_t)buffer_n; - } - - if ((n = zip_source_read(src, data, length)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - _zip_pkware_encrypt(&ctx->keys, (zip_uint8_t *)data, (zip_uint8_t *)data, (zip_uint64_t)n); - - if ((zip_uint64_t)n < length) { - ctx->eof = true; - } - - return (zip_int64_t)buffer_n + n; - - case ZIP_SOURCE_CLOSE: - _zip_buffer_free(ctx->buffer); - ctx->buffer = NULL; - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - st->encryption_method = ZIP_EM_TRAD_PKWARE; - st->valid |= ZIP_STAT_ENCRYPTION_METHOD; - if (st->valid & ZIP_STAT_COMP_SIZE) { - st->comp_size += ZIP_CRYPTO_PKWARE_HEADERLEN; - } - - return 0; - } - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: { - zip_file_attributes_t *attributes = (zip_file_attributes_t *)data; - if (length < sizeof(*attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - attributes->valid |= ZIP_FILE_ATTRIBUTES_VERSION_NEEDED | ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS; - attributes->version_needed = 20; - attributes->general_purpose_bit_flags = ZIP_GPBF_DATA_DESCRIPTOR; - attributes->general_purpose_bit_mask = ZIP_GPBF_DATA_DESCRIPTOR; - - return 0; - } - - case ZIP_SOURCE_GET_DOS_TIME: - if (length < sizeof(ctx->dostime)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - (void)memcpy_s(data, sizeof(ctx->dostime), &ctx->dostime, sizeof(ctx->dostime)); - return sizeof(ctx->dostime); - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_CLOSE, ZIP_SOURCE_STAT, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_GET_FILE_ATTRIBUTES, ZIP_SOURCE_GET_DOS_TIME, -1); - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, length); - - case ZIP_SOURCE_FREE: - trad_pkware_free(ctx); - return 0; - - default: - return zip_source_pass_to_lower_layer(src, data, length, cmd); - } -} - - -static struct trad_pkware * -trad_pkware_new(const char *password, zip_error_t *error) { - struct trad_pkware *ctx; - - if ((ctx = (struct trad_pkware *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((ctx->password = strdup(password)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - free(ctx); - return NULL; - } - ctx->buffer = NULL; - zip_error_init(&ctx->error); - - return ctx; -} - - -static void -trad_pkware_free(struct trad_pkware *ctx) { - if (ctx == NULL) { - return; - } - - free(ctx->password); - _zip_buffer_free(ctx->buffer); - zip_error_fini(&ctx->error); - free(ctx); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_read.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_read.c deleted file mode 100644 index 910d4c3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_read.c +++ /dev/null @@ -1,96 +0,0 @@ -/* - zip_source_read.c -- read data from zip_source - Copyright (C) 2009-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -zip_int64_t -zip_source_read(zip_source_t *src, void *data, zip_uint64_t len) { - zip_uint64_t bytes_read; - zip_int64_t n; - - if (src->source_closed) { - return -1; - } - if (!ZIP_SOURCE_IS_OPEN_READING(src) || len > ZIP_INT64_MAX || (len > 0 && data == NULL)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (src->had_read_error) { - return -1; - } - - if (_zip_source_eof(src)) { - return 0; - } - - if (len == 0) { - return 0; - } - - bytes_read = 0; - while (bytes_read < len) { - if ((n = _zip_source_call(src, (zip_uint8_t *)data + bytes_read, len - bytes_read, ZIP_SOURCE_READ)) < 0) { - src->had_read_error = true; - if (bytes_read == 0) { - return -1; - } - else { - return (zip_int64_t)bytes_read; - } - } - - if (n == 0) { - src->eof = 1; - break; - } - - bytes_read += (zip_uint64_t)n; - } - - if (src->bytes_read + bytes_read < src->bytes_read) { - src->bytes_read = ZIP_UINT64_MAX; - } - else { - src->bytes_read += bytes_read; - } - return (zip_int64_t)bytes_read; -} - - -bool -_zip_source_eof(zip_source_t *src) { - return src->eof; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_remove.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_remove.c deleted file mode 100644 index 06325b7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_remove.c +++ /dev/null @@ -1,65 +0,0 @@ -/* - zip_source_remove.c -- remove empty archive - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - -#include "zipint.h" - - -int -zip_source_remove(zip_source_t *src) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (src->write_state == ZIP_SOURCE_WRITE_REMOVED) { - return 0; - } - - if (ZIP_SOURCE_IS_OPEN_READING(src)) { - if (zip_source_close(src) < 0) { - return -1; - } - } - if (src->write_state != ZIP_SOURCE_WRITE_CLOSED) { - zip_source_rollback_write(src); - } - - if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_REMOVE) < 0) { - return -1; - } - - src->write_state = ZIP_SOURCE_WRITE_REMOVED; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_rollback_write.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_rollback_write.c deleted file mode 100644 index 5161325..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_rollback_write.c +++ /dev/null @@ -1,50 +0,0 @@ -/* - zip_source_rollback_write.c -- discard changes - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN void -zip_source_rollback_write(zip_source_t *src) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - return; - } - - if (src->write_state != ZIP_SOURCE_WRITE_OPEN && src->write_state != ZIP_SOURCE_WRITE_FAILED) { - return; - } - - _zip_source_call(src, NULL, 0, ZIP_SOURCE_ROLLBACK_WRITE); - src->write_state = ZIP_SOURCE_WRITE_CLOSED; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek.c deleted file mode 100644 index 42d6b0d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek.c +++ /dev/null @@ -1,95 +0,0 @@ -/* - zip_source_seek.c -- seek to offset - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_seek(zip_source_t *src, zip_int64_t offset, int whence) { - zip_source_args_seek_t args; - - if (src->source_closed) { - return -1; - } - if (!ZIP_SOURCE_IS_OPEN_READING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - args.offset = offset; - args.whence = whence; - - if (_zip_source_call(src, &args, sizeof(args), ZIP_SOURCE_SEEK) < 0) { - return -1; - } - - src->eof = 0; - return 0; -} - - -zip_int64_t -zip_source_seek_compute_offset(zip_uint64_t offset, zip_uint64_t length, void *data, zip_uint64_t data_length, zip_error_t *error) { - zip_int64_t new_offset; - zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, data_length, error); - - if (args == NULL) { - return -1; - } - - switch (args->whence) { - case SEEK_CUR: - new_offset = (zip_int64_t)offset + args->offset; - break; - - case SEEK_END: - new_offset = (zip_int64_t)length + args->offset; - break; - - case SEEK_SET: - new_offset = args->offset; - break; - - default: - zip_error_set(error, ZIP_ER_INVAL, 0); - return -1; - } - - if (new_offset < 0 || (zip_uint64_t)new_offset > length) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return -1; - } - - return new_offset; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek_write.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek_write.c deleted file mode 100644 index 9e87fa4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_seek_write.c +++ /dev/null @@ -1,56 +0,0 @@ -/* - zip_source_seek_write.c -- seek to offset for writing - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_seek_write(zip_source_t *src, zip_int64_t offset, int whence) { - zip_source_args_seek_t args; - - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - args.offset = offset; - args.whence = whence; - - return (_zip_source_call(src, &args, sizeof(args), ZIP_SOURCE_SEEK_WRITE) < 0 ? -1 : 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_stat.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_stat.c deleted file mode 100644 index 7c8baca..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_stat.c +++ /dev/null @@ -1,66 +0,0 @@ -/* - zip_source_stat.c -- get meta information from zip_source - Copyright (C) 2009-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_source_stat(zip_source_t *src, zip_stat_t *st) { - if (src->source_closed) { - return -1; - } - if (st == NULL) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (src->write_state == ZIP_SOURCE_WRITE_REMOVED) { - zip_error_set(&src->error, ZIP_ER_READ, ENOENT); - } - - zip_stat_init(st); - - if (ZIP_SOURCE_IS_LAYERED(src)) { - if (zip_source_stat(src->src, st) < 0) { - zip_error_set_from_source(&src->error, src->src); - return -1; - } - } - - if (_zip_source_call(src, st, sizeof(*st), ZIP_SOURCE_STAT) < 0) { - return -1; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_supports.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_supports.c deleted file mode 100644 index e30ee75..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_supports.c +++ /dev/null @@ -1,74 +0,0 @@ -/* - zip_source_supports.c -- check for supported functions - Copyright (C) 2014-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -zip_int64_t -zip_source_supports(zip_source_t *src) { - return src->supports; -} - -bool -zip_source_supports_reopen(zip_source_t *src) { - return (zip_source_supports(src) & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SUPPORTS_REOPEN)) != 0; -} - -ZIP_EXTERN zip_int64_t -zip_source_make_command_bitmap(zip_source_cmd_t cmd0, ...) { - zip_int64_t bitmap; - va_list ap; - - bitmap = ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd0); - - - va_start(ap, cmd0); - for (;;) { - int cmd = va_arg(ap, int); - if (cmd < 0) { - break; - } - bitmap |= ZIP_SOURCE_MAKE_COMMAND_BITMASK(cmd); - } - va_end(ap); - - return bitmap; -} - - -ZIP_EXTERN int zip_source_is_seekable(zip_source_t *src) { - return ZIP_SOURCE_CHECK_SUPPORTED(zip_source_supports(src->src), ZIP_SOURCE_SEEK); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell.c deleted file mode 100644 index 33ec475..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell.c +++ /dev/null @@ -1,57 +0,0 @@ -/* - zip_source_tell.c -- report current offset - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_int64_t -zip_source_tell(zip_source_t *src) { - if (src->source_closed) { - return -1; - } - if (!ZIP_SOURCE_IS_OPEN_READING(src)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - if ((src->supports & (ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_TELL) | ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK))) == 0) { - if (src->bytes_read > ZIP_INT64_MAX) { - zip_error_set(&src->error, ZIP_ER_TELL, EOVERFLOW); - return -1; - } - return (zip_int64_t)src->bytes_read; - } - - return _zip_source_call(src, NULL, 0, ZIP_SOURCE_TELL); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell_write.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell_write.c deleted file mode 100644 index 6912af9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_tell_write.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - zip_source_tell_write.c -- report current offset for writing - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_int64_t -zip_source_tell_write(zip_source_t *src) { - if (ZIP_SOURCE_IS_LAYERED(src)) { - zip_error_set(&src->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } - - if (!ZIP_SOURCE_IS_OPEN_WRITING(src)) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - return _zip_source_call(src, NULL, 0, ZIP_SOURCE_TELL_WRITE); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_window.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_window.c deleted file mode 100644 index eac27c3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_window.c +++ /dev/null @@ -1,379 +0,0 @@ -/* - zip_source_window.c -- return part of lower source - Copyright (C) 2012-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" - -struct window { - zip_uint64_t start; /* where in file we start reading */ - zip_uint64_t end; /* where in file we stop reading */ - bool end_valid; /* whether end is set, otherwise read until EOF */ - - /* if not NULL, read file data for this file */ - zip_t *source_archive; - zip_uint64_t source_index; - - zip_uint64_t offset; /* offset in src for next read */ - - zip_stat_t stat; - zip_uint64_t stat_invalid; - zip_file_attributes_t attributes; - zip_dostime_t dostime; - bool dostime_valid; - zip_error_t error; - zip_int64_t supports; - bool needs_seek; -}; - -static zip_int64_t window_read(zip_source_t *, void *, void *, zip_uint64_t, zip_source_cmd_t); - - -ZIP_EXTERN zip_source_t * -zip_source_window_create(zip_source_t *src, zip_uint64_t start, zip_int64_t len, zip_error_t *error) { - return _zip_source_window_new(src, start, len, NULL, 0, NULL, NULL, NULL, 0, false, error); -} - - -zip_source_t * -_zip_source_window_new(zip_source_t *src, zip_uint64_t start, zip_int64_t length, zip_stat_t *st, zip_uint64_t st_invalid, zip_file_attributes_t *attributes, zip_dostime_t *dostime, zip_t *source_archive, zip_uint64_t source_index, bool take_ownership, zip_error_t *error) { - zip_source_t* window_source; - struct window *ctx; - - if (src == NULL || length < -1 || (source_archive == NULL && source_index != 0)) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if (length >= 0) { - if (start + (zip_uint64_t)length < start) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - } - - if ((ctx = (struct window *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - ctx->start = start; - if (length == -1) { - ctx->end_valid = false; - } - else { - ctx->end = start + (zip_uint64_t)length; - ctx->end_valid = true; - } - zip_stat_init(&ctx->stat); - ctx->stat_invalid = st_invalid; - if (attributes != NULL) { - (void)memcpy_s(&ctx->attributes, sizeof(ctx->attributes), attributes, sizeof(ctx->attributes)); - } - else { - zip_file_attributes_init(&ctx->attributes); - } - if (dostime != NULL) { - ctx->dostime = *dostime; - ctx->dostime_valid = true; - } - else { - ctx->dostime_valid = false; - } - ctx->source_archive = source_archive; - ctx->source_index = source_index; - zip_error_init(&ctx->error); - ctx->supports = (zip_source_supports(src) & (ZIP_SOURCE_SUPPORTS_SEEKABLE | ZIP_SOURCE_SUPPORTS_REOPEN)) | (zip_source_make_command_bitmap(ZIP_SOURCE_GET_FILE_ATTRIBUTES, ZIP_SOURCE_GET_DOS_TIME, ZIP_SOURCE_SUPPORTS, ZIP_SOURCE_TELL, ZIP_SOURCE_FREE, -1)); - ctx->needs_seek = (ctx->supports & ZIP_SOURCE_MAKE_COMMAND_BITMASK(ZIP_SOURCE_SEEK)) ? true : false; - - if (st) { - if (_zip_stat_merge(&ctx->stat, st, error) < 0) { - free(ctx); - return NULL; - } - } - - window_source = zip_source_layered_create(src, window_read, ctx, error); - if (window_source != NULL && !take_ownership) { - zip_source_keep(src); - } - return window_source; -} - - -int -_zip_source_set_source_archive(zip_source_t *src, zip_t *za) { - src->source_archive = za; - return _zip_register_source(za, src); -} - - -/* called by zip_discard to avoid operating on file from closed archive */ -void -_zip_source_invalidate(zip_source_t *src) { - src->source_closed = 1; - - if (zip_error_code_zip(&src->error) == ZIP_ER_OK) { - zip_error_set(&src->error, ZIP_ER_ZIPCLOSED, 0); - } -} - - -static zip_int64_t -window_read(zip_source_t *src, void *_ctx, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct window *ctx; - zip_int64_t ret; - zip_uint64_t n, i; - - ctx = (struct window *)_ctx; - - switch (cmd) { - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - free(ctx); - return 0; - - case ZIP_SOURCE_OPEN: - if (ctx->source_archive) { - zip_uint64_t offset; - - if ((offset = _zip_file_get_offset(ctx->source_archive, ctx->source_index, &ctx->error)) == 0) { - return -1; - } - if (ctx->end + offset < ctx->end) { - /* zip archive data claims end of data past zip64 limits */ - zip_error_set(&ctx->error, ZIP_ER_INCONS, MAKE_DETAIL_WITH_INDEX(ZIP_ER_DETAIL_CDIR_ENTRY_INVALID, ctx->source_index)); - return -1; - } - ctx->start += offset; - ctx->end += offset; - ctx->source_archive = NULL; - } - - if (!ctx->needs_seek) { - DEFINE_BYTE_ARRAY(b, BUFSIZE); - - if (!byte_array_init(b, BUFSIZE)) { - zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); - return -1; - } - - for (n = 0; n < ctx->start; n += (zip_uint64_t)ret) { - i = (ctx->start - n > BUFSIZE ? BUFSIZE : ctx->start - n); - if ((ret = zip_source_read(src, b, i)) < 0) { - zip_error_set_from_source(&ctx->error, src); - byte_array_fini(b); - return -1; - } - if (ret == 0) { - zip_error_set(&ctx->error, ZIP_ER_EOF, 0); - byte_array_fini(b); - return -1; - } - } - - byte_array_fini(b); - } - - ctx->offset = ctx->start; - return 0; - - case ZIP_SOURCE_READ: - if (ctx->end_valid && len > ctx->end - ctx->offset) { - len = ctx->end - ctx->offset; - } - - if (len == 0) { - return 0; - } - - if (ctx->needs_seek) { - if (zip_source_seek(src, (zip_int64_t)ctx->offset, SEEK_SET) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - } - - if ((ret = zip_source_read(src, data, len)) < 0) { - zip_error_set(&ctx->error, ZIP_ER_EOF, 0); - return -1; - } - - ctx->offset += (zip_uint64_t)ret; - - if (ret == 0) { - if (ctx->end_valid && ctx->offset < ctx->end) { - zip_error_set(&ctx->error, ZIP_ER_EOF, 0); - return -1; - } - } - return ret; - - case ZIP_SOURCE_SEEK: { - zip_int64_t new_offset; - - if (!ctx->end_valid) { - zip_source_args_seek_t *args = ZIP_SOURCE_GET_ARGS(zip_source_args_seek_t, data, len, &ctx->error); - - if (args == NULL) { - return -1; - } - if (args->whence == SEEK_END) { - if (zip_source_seek(src, args->offset, args->whence) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - new_offset = zip_source_tell(src); - if (new_offset < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - if ((zip_uint64_t)new_offset < ctx->start) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - (void)zip_source_seek(src, (zip_int64_t)ctx->offset, SEEK_SET); - return -1; - } - ctx->offset = (zip_uint64_t)new_offset; - return 0; - } - } - - new_offset = zip_source_seek_compute_offset(ctx->offset - ctx->start, ctx->end - ctx->start, data, len, &ctx->error); - - if (new_offset < 0) { - return -1; - } - - ctx->offset = (zip_uint64_t)new_offset + ctx->start; - return 0; - } - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - - if (_zip_stat_merge(st, &ctx->stat, &ctx->error) < 0) { - return -1; - } - - if (!(ctx->stat.valid & ZIP_STAT_SIZE)) { - if (ctx->end_valid) { - st->valid |= ZIP_STAT_SIZE; - st->size = ctx->end - ctx->start; - } - else if (st->valid & ZIP_STAT_SIZE) { - st->size -= ctx->start; - } - } - - st->valid &= ~ctx->stat_invalid; - - return 0; - } - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: - if (len < sizeof(ctx->attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - - (void)memcpy_s(data, sizeof(ctx->attributes), &ctx->attributes, sizeof(ctx->attributes)); - return sizeof(ctx->attributes); - - case ZIP_SOURCE_GET_DOS_TIME: - if (len < sizeof(ctx->dostime)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - if (ctx->dostime_valid) { - (void)memcpy_s(data, sizeof(ctx->dostime), &ctx->dostime, sizeof(ctx->dostime)); - return sizeof(ctx->dostime); - } - else { - return 0; - } - - case ZIP_SOURCE_SUPPORTS: - return ctx->supports; - - case ZIP_SOURCE_TELL: - return (zip_int64_t)(ctx->offset - ctx->start); - - default: - return zip_source_pass_to_lower_layer(src, data, len, cmd); - } -} - - -void -_zip_deregister_source(zip_t *za, zip_source_t *src) { - unsigned int i; - - for (i = 0; i < za->nopen_source; i++) { - if (za->open_source[i] == src) { - za->open_source[i] = za->open_source[za->nopen_source - 1]; - za->nopen_source--; - break; - } - } -} - - -int -_zip_register_source(zip_t *za, zip_source_t *src) { - zip_source_t **open_source; - - if (za->nopen_source + 1 >= za->nopen_source_alloc) { - unsigned int n; - n = za->nopen_source_alloc + 10; - open_source = (zip_source_t **)realloc(za->open_source, n * sizeof(zip_source_t *)); - if (open_source == NULL) { - zip_error_set(&za->error, ZIP_ER_MEMORY, 0); - return -1; - } - za->nopen_source_alloc = n; - za->open_source = open_source; - } - - za->open_source[za->nopen_source++] = src; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_decode.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_decode.c deleted file mode 100644 index 8830a00..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_decode.c +++ /dev/null @@ -1,265 +0,0 @@ -/* - zip_source_winzip_aes_decode.c -- Winzip AES decryption routines - Copyright (C) 2009-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" -#include "zip_crypto.h" - -struct winzip_aes { - char *password; - zip_uint16_t encryption_method; - - zip_uint64_t data_length; - zip_uint64_t current_position; - - zip_winzip_aes_t *aes_ctx; - zip_error_t error; -}; - - -static int decrypt_header(zip_source_t *src, struct winzip_aes *ctx); -static void winzip_aes_free(struct winzip_aes *); -static zip_int64_t winzip_aes_decrypt(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd); -static struct winzip_aes *winzip_aes_new(zip_uint16_t encryption_method, const char *password, zip_error_t *error); - - -zip_source_t * -zip_source_winzip_aes_decode(zip_t *za, zip_source_t *src, zip_uint16_t encryption_method, int flags, const char *password) { - zip_source_t *s2; - zip_stat_t st; - zip_uint64_t aux_length; - struct winzip_aes *ctx; - - if ((encryption_method != ZIP_EM_AES_128 && encryption_method != ZIP_EM_AES_192 && encryption_method != ZIP_EM_AES_256) || password == NULL || src == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - if (flags & ZIP_CODEC_ENCODE) { - zip_error_set(&za->error, ZIP_ER_ENCRNOTSUPP, 0); - return NULL; - } - - if (zip_source_stat(src, &st) != 0) { - zip_error_set_from_source(&za->error, src); - return NULL; - } - - aux_length = WINZIP_AES_PASSWORD_VERIFY_LENGTH + SALT_LENGTH(encryption_method) + HMAC_LENGTH; - - if ((st.valid & ZIP_STAT_COMP_SIZE) == 0 || st.comp_size < aux_length) { - zip_error_set(&za->error, ZIP_ER_OPNOTSUPP, 0); - return NULL; - } - - if ((ctx = winzip_aes_new(encryption_method, password, &za->error)) == NULL) { - return NULL; - } - - ctx->data_length = st.comp_size - aux_length; - - if ((s2 = zip_source_layered(za, src, winzip_aes_decrypt, ctx)) == NULL) { - winzip_aes_free(ctx); - return NULL; - } - - return s2; -} - - -static int -decrypt_header(zip_source_t *src, struct winzip_aes *ctx) { - zip_uint8_t header[WINZIP_AES_MAX_HEADER_LENGTH]; - zip_uint8_t password_verification[WINZIP_AES_PASSWORD_VERIFY_LENGTH]; - unsigned int headerlen; - zip_int64_t n; - - headerlen = WINZIP_AES_PASSWORD_VERIFY_LENGTH + SALT_LENGTH(ctx->encryption_method); - if ((n = zip_source_read(src, header, headerlen)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if (n != headerlen) { - zip_error_set(&ctx->error, ZIP_ER_EOF, 0); - return -1; - } - - if ((ctx->aes_ctx = _zip_winzip_aes_new((zip_uint8_t *)ctx->password, strlen(ctx->password), header, ctx->encryption_method, password_verification, &ctx->error)) == NULL) { - return -1; - } - if (memcmp(password_verification, header + SALT_LENGTH(ctx->encryption_method), WINZIP_AES_PASSWORD_VERIFY_LENGTH) != 0) { - _zip_winzip_aes_free(ctx->aes_ctx); - ctx->aes_ctx = NULL; - zip_error_set(&ctx->error, ZIP_ER_WRONGPASSWD, 0); - return -1; - } - return 0; -} - - -static bool -verify_hmac(zip_source_t *src, struct winzip_aes *ctx) { - unsigned char computed[ZIP_CRYPTO_SHA1_LENGTH], from_file[HMAC_LENGTH]; - if (zip_source_read(src, from_file, HMAC_LENGTH) < HMAC_LENGTH) { - zip_error_set_from_source(&ctx->error, src); - return false; - } - - if (!_zip_winzip_aes_finish(ctx->aes_ctx, computed)) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - return false; - } - _zip_winzip_aes_free(ctx->aes_ctx); - ctx->aes_ctx = NULL; - - if (memcmp(from_file, computed, HMAC_LENGTH) != 0) { - zip_error_set(&ctx->error, ZIP_ER_CRC, 0); - return false; - } - - return true; -} - - -static zip_int64_t -winzip_aes_decrypt(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd) { - struct winzip_aes *ctx; - zip_int64_t n; - - ctx = (struct winzip_aes *)ud; - - switch (cmd) { - case ZIP_SOURCE_OPEN: - if (decrypt_header(src, ctx) < 0) { - return -1; - } - ctx->current_position = 0; - return 0; - - case ZIP_SOURCE_READ: - if (len > ctx->data_length - ctx->current_position) { - len = ctx->data_length - ctx->current_position; - } - - if (len == 0) { - if (!verify_hmac(src, ctx)) { - return -1; - } - return 0; - } - - if ((n = zip_source_read(src, data, len)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - ctx->current_position += (zip_uint64_t)n; - - if (!_zip_winzip_aes_decrypt(ctx->aes_ctx, (zip_uint8_t *)data, (zip_uint64_t)n)) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - return n; - - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - - st->encryption_method = ZIP_EM_NONE; - st->valid |= ZIP_STAT_ENCRYPTION_METHOD; - if (st->valid & ZIP_STAT_COMP_SIZE) { - st->comp_size -= 12 + SALT_LENGTH(ctx->encryption_method); - } - - return 0; - } - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_CLOSE, ZIP_SOURCE_STAT, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_SUPPORTS_REOPEN, -1); - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, len); - - case ZIP_SOURCE_FREE: - winzip_aes_free(ctx); - return 0; - - default: - return zip_source_pass_to_lower_layer(src, data, len, cmd); - } -} - - -static void -winzip_aes_free(struct winzip_aes *ctx) { - if (ctx == NULL) { - return; - } - - _zip_crypto_clear(ctx->password, strlen(ctx->password)); - free(ctx->password); - zip_error_fini(&ctx->error); - _zip_winzip_aes_free(ctx->aes_ctx); - free(ctx); -} - - -static struct winzip_aes * -winzip_aes_new(zip_uint16_t encryption_method, const char *password, zip_error_t *error) { - struct winzip_aes *ctx; - - if ((ctx = (struct winzip_aes *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((ctx->password = strdup(password)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - free(ctx); - return NULL; - } - - ctx->encryption_method = encryption_method; - ctx->aes_ctx = NULL; - - zip_error_init(&ctx->error); - - return ctx; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_encode.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_encode.c deleted file mode 100644 index c704b12..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_winzip_aes_encode.c +++ /dev/null @@ -1,253 +0,0 @@ -/* - zip_source_winzip_aes_encode.c -- Winzip AES encryption routines - Copyright (C) 2009-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include - -#include "zipint.h" -#include "zip_crypto.h" - -struct winzip_aes { - char *password; - zip_uint16_t encryption_method; - - zip_uint8_t data[ZIP_MAX(WINZIP_AES_MAX_HEADER_LENGTH, ZIP_CRYPTO_SHA1_LENGTH)]; - zip_buffer_t *buffer; - - zip_winzip_aes_t *aes_ctx; - bool eof; - zip_error_t error; -}; - - -static int encrypt_header(zip_source_t *src, struct winzip_aes *ctx); -static void winzip_aes_free(struct winzip_aes *); -static zip_int64_t winzip_aes_encrypt(zip_source_t *src, void *ud, void *data, zip_uint64_t len, zip_source_cmd_t cmd); -static struct winzip_aes *winzip_aes_new(zip_uint16_t encryption_method, const char *password, zip_error_t *error); - - -zip_source_t * -zip_source_winzip_aes_encode(zip_t *za, zip_source_t *src, zip_uint16_t encryption_method, int flags, const char *password) { - zip_source_t *s2; - struct winzip_aes *ctx; - - if ((encryption_method != ZIP_EM_AES_128 && encryption_method != ZIP_EM_AES_192 && encryption_method != ZIP_EM_AES_256) || password == NULL || src == NULL) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((ctx = winzip_aes_new(encryption_method, password, &za->error)) == NULL) { - return NULL; - } - - if ((s2 = zip_source_layered(za, src, winzip_aes_encrypt, ctx)) == NULL) { - winzip_aes_free(ctx); - return NULL; - } - - return s2; -} - - -static int -encrypt_header(zip_source_t *src, struct winzip_aes *ctx) { - zip_uint16_t salt_length = SALT_LENGTH(ctx->encryption_method); - if (!zip_secure_random(ctx->data, salt_length)) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - return -1; - } - - if ((ctx->aes_ctx = _zip_winzip_aes_new((zip_uint8_t *)ctx->password, strlen(ctx->password), ctx->data, ctx->encryption_method, ctx->data + salt_length, &ctx->error)) == NULL) { - return -1; - } - - if ((ctx->buffer = _zip_buffer_new(ctx->data, salt_length + WINZIP_AES_PASSWORD_VERIFY_LENGTH)) == NULL) { - _zip_winzip_aes_free(ctx->aes_ctx); - ctx->aes_ctx = NULL; - zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); - return -1; - } - - return 0; -} - - -static zip_int64_t -winzip_aes_encrypt(zip_source_t *src, void *ud, void *data, zip_uint64_t length, zip_source_cmd_t cmd) { - struct winzip_aes *ctx; - zip_int64_t ret; - zip_uint64_t buffer_n; - - ctx = (struct winzip_aes *)ud; - - switch (cmd) { - case ZIP_SOURCE_OPEN: - ctx->eof = false; - if (encrypt_header(src, ctx) < 0) { - return -1; - } - return 0; - - case ZIP_SOURCE_READ: - buffer_n = 0; - - if (ctx->buffer) { - buffer_n = _zip_buffer_read(ctx->buffer, data, length); - - data = (zip_uint8_t *)data + buffer_n; - length -= buffer_n; - - if (_zip_buffer_eof(ctx->buffer)) { - _zip_buffer_free(ctx->buffer); - ctx->buffer = NULL; - } - } - - if (ctx->eof) { - return (zip_int64_t)buffer_n; - } - - if ((ret = zip_source_read(src, data, length)) < 0) { - zip_error_set_from_source(&ctx->error, src); - return -1; - } - - if (!_zip_winzip_aes_encrypt(ctx->aes_ctx, data, (zip_uint64_t)ret)) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - /* TODO: return partial read? */ - return -1; - } - - if ((zip_uint64_t)ret < length) { - ctx->eof = true; - if (!_zip_winzip_aes_finish(ctx->aes_ctx, ctx->data)) { - zip_error_set(&ctx->error, ZIP_ER_INTERNAL, 0); - /* TODO: return partial read? */ - return -1; - } - _zip_winzip_aes_free(ctx->aes_ctx); - ctx->aes_ctx = NULL; - if ((ctx->buffer = _zip_buffer_new(ctx->data, HMAC_LENGTH)) == NULL) { - zip_error_set(&ctx->error, ZIP_ER_MEMORY, 0); - /* TODO: return partial read? */ - return -1; - } - buffer_n += _zip_buffer_read(ctx->buffer, (zip_uint8_t *)data + ret, length - (zip_uint64_t)ret); - } - - return (zip_int64_t)(buffer_n + (zip_uint64_t)ret); - - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st; - - st = (zip_stat_t *)data; - st->encryption_method = ctx->encryption_method; - st->valid |= ZIP_STAT_ENCRYPTION_METHOD; - if (st->valid & ZIP_STAT_COMP_SIZE) { - st->comp_size += 12 + SALT_LENGTH(ctx->encryption_method); - } - - return 0; - } - - case ZIP_SOURCE_GET_FILE_ATTRIBUTES: { - zip_file_attributes_t *attributes = (zip_file_attributes_t *)data; - if (length < sizeof(*attributes)) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - attributes->valid |= ZIP_FILE_ATTRIBUTES_VERSION_NEEDED; - attributes->version_needed = 51; - - return 0; - } - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_CLOSE, ZIP_SOURCE_STAT, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_GET_FILE_ATTRIBUTES, -1); - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, length); - - case ZIP_SOURCE_FREE: - winzip_aes_free(ctx); - return 0; - - default: - return zip_source_pass_to_lower_layer(src, data, length, cmd); - } -} - - -static void -winzip_aes_free(struct winzip_aes *ctx) { - if (ctx == NULL) { - return; - } - - _zip_crypto_clear(ctx->password, strlen(ctx->password)); - free(ctx->password); - zip_error_fini(&ctx->error); - _zip_buffer_free(ctx->buffer); - _zip_winzip_aes_free(ctx->aes_ctx); - free(ctx); -} - - -static struct winzip_aes * -winzip_aes_new(zip_uint16_t encryption_method, const char *password, zip_error_t *error) { - struct winzip_aes *ctx; - - if ((ctx = (struct winzip_aes *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((ctx->password = strdup(password)) == NULL) { - free(ctx); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - ctx->encryption_method = encryption_method; - ctx->buffer = NULL; - ctx->aes_ctx = NULL; - - zip_error_init(&ctx->error); - - ctx->eof = false; - return ctx; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_write.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_write.c deleted file mode 100644 index 20ca361..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_write.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - zip_source_write.c -- start a new file for writing - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN zip_int64_t -zip_source_write(zip_source_t *src, const void *data, zip_uint64_t length) { - if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || length > ZIP_INT64_MAX) { - zip_error_set(&src->error, ZIP_ER_INVAL, 0); - return -1; - } - - return _zip_source_call(src, (void *)data, length, ZIP_SOURCE_WRITE); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip.c deleted file mode 100644 index 0781986..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip.c +++ /dev/null @@ -1,63 +0,0 @@ -/* - zip_source_zip.c -- create data source from zip file - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#define _ZIP_COMPILING_DEPRECATED -#include "zipint.h" - -ZIP_EXTERN zip_source_t *zip_source_zip_create(zip_t *srcza, zip_uint64_t srcidx, zip_flags_t flags, zip_uint64_t start, zip_int64_t len, zip_error_t *error) { - if (len < -1) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if (len == 0) { - len = -1; - } - - if (start == 0 && len == -1) { - flags |= ZIP_FL_COMPRESSED; - } - else { - flags &= ~ZIP_FL_COMPRESSED; - } - - return zip_source_zip_file_create(srcza, srcidx, flags, start, len, NULL, error); -} - - -ZIP_EXTERN zip_source_t *zip_source_zip(zip_t *za, zip_t *srcza, zip_uint64_t srcidx, zip_flags_t flags, zip_uint64_t start, zip_int64_t len) { - return zip_source_zip_create(srcza, srcidx, flags, start, len, &za->error); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip_new.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip_new.c deleted file mode 100644 index 3eb8a4c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_source_zip_new.c +++ /dev/null @@ -1,313 +0,0 @@ -/* - zip_source_zip_new.c -- prepare data structures for zip_fopen/zip_source_zip - Copyright (C) 2012-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - -static void _zip_file_attributes_from_dirent(zip_file_attributes_t *attributes, zip_dirent_t *de); - -ZIP_EXTERN zip_source_t *zip_source_zip_file(zip_t* za, zip_t *srcza, zip_uint64_t srcidx, zip_flags_t flags, zip_uint64_t start, zip_int64_t len, const char *password) { - return zip_source_zip_file_create(srcza, srcidx, flags, start, len, password, &za->error); -} - - -ZIP_EXTERN zip_source_t *zip_source_zip_file_create(zip_t *srcza, zip_uint64_t srcidx, zip_flags_t flags, zip_uint64_t start, zip_int64_t len, const char *password, zip_error_t *error) { - /* TODO: We need to make sure that the returned source is invalidated when srcza is closed. */ - zip_source_t *src, *s2; - zip_stat_t st; - zip_file_attributes_t attributes; - zip_dirent_t *de; - bool partial_data, needs_crc, encrypted, needs_decrypt, compressed, needs_decompress, changed_data, have_size, have_comp_size; - zip_flags_t stat_flags; - zip_int64_t data_len; - bool take_ownership = false; - bool empty_data = false; - - if (srcza == NULL || srcidx >= srcza->nentry || len < -1) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if (flags & ZIP_FL_ENCRYPTED) { - flags |= ZIP_FL_COMPRESSED; - } - - changed_data = false; - if ((flags & ZIP_FL_UNCHANGED) == 0) { - zip_entry_t *entry = srcza->entry + srcidx; - if (ZIP_ENTRY_DATA_CHANGED(entry)) { - if ((flags & ZIP_FL_COMPRESSED) || !zip_source_supports_reopen(entry->source)) { - zip_error_set(error, ZIP_ER_CHANGED, 0); - return NULL; - } - - changed_data = true; - } - else if (entry->deleted) { - zip_error_set(error, ZIP_ER_CHANGED, 0); - return NULL; - } - } - - stat_flags = flags; - if (!changed_data) { - stat_flags |= ZIP_FL_UNCHANGED; - } - - if (zip_stat_index(srcza, srcidx, stat_flags, &st) < 0) { - zip_error_set(error, ZIP_ER_INTERNAL, 0); - return NULL; - } - - if ((start > 0 || len >= 0) && (flags & ZIP_FL_COMPRESSED)) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - have_size = (st.valid & ZIP_STAT_SIZE) != 0; - /* overflow or past end of file */ - if (len >= 0 && ((start > 0 && start + len < start) || (have_size && start + len > st.size))) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if (len == -1) { - if (have_size) { - if (st.size - start > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - data_len = (zip_int64_t)(st.size - start); - } - else { - data_len = -1; - } - } - else { - data_len = len; - } - - if (have_size) { - partial_data = (zip_uint64_t)(data_len) < st.size; - } - else { - partial_data = true; - } - encrypted = (st.valid & ZIP_STAT_ENCRYPTION_METHOD) && (st.encryption_method != ZIP_EM_NONE); - needs_decrypt = ((flags & ZIP_FL_ENCRYPTED) == 0) && encrypted; - compressed = (st.valid & ZIP_STAT_COMP_METHOD) && (st.comp_method != ZIP_CM_STORE); - needs_decompress = ((flags & ZIP_FL_COMPRESSED) == 0) && compressed; - /* when reading the whole file, check for CRC errors */ - needs_crc = ((flags & ZIP_FL_COMPRESSED) == 0 || !compressed) && !partial_data && (st.valid & ZIP_STAT_CRC) != 0; - - if (needs_decrypt) { - if (password == NULL) { - password = srcza->default_password; - } - if (password == NULL) { - zip_error_set(error, ZIP_ER_NOPASSWD, 0); - return NULL; - } - } - - if ((de = _zip_get_dirent(srcza, srcidx, flags, error)) == NULL) { - return NULL; - } - _zip_file_attributes_from_dirent(&attributes, de); - - have_comp_size = (st.valid & ZIP_STAT_COMP_SIZE) != 0; - if (needs_decrypt || needs_decompress) { - empty_data = (have_comp_size && st.comp_size == 0); - } - else { - empty_data = (have_size && st.size == 0); - } - if (empty_data) { - src = zip_source_buffer_with_attributes_create(NULL, 0, 0, &attributes, error); - } - else { - src = NULL; - } - - - /* If we created source buffer above, we want the window source to take ownership of it. */ - take_ownership = src != NULL; - /* if we created a buffer source above, then treat it as if - reading the changed data - that way we don't need add another - special case to the code below that wraps it in the window - source */ - changed_data = changed_data || (src != NULL); - - if (partial_data && !needs_decrypt && !needs_decompress) { - struct zip_stat st2; - zip_t *source_archive; - zip_uint64_t source_index; - - if (changed_data) { - if (src == NULL) { - src = srcza->entry[srcidx].source; - } - source_archive = NULL; - source_index = 0; - } - else { - src = srcza->src; - source_archive = srcza; - source_index = srcidx; - } - - st2.comp_method = ZIP_CM_STORE; - st2.valid = ZIP_STAT_COMP_METHOD; - if (data_len >= 0) { - st2.size = (zip_uint64_t)data_len; - st2.comp_size = (zip_uint64_t)data_len; - st2.valid |= ZIP_STAT_SIZE | ZIP_STAT_COMP_SIZE; - } - if (st.valid & ZIP_STAT_MTIME) { - st2.mtime = st.mtime; - st2.valid |= ZIP_STAT_MTIME; - } - - if ((src = _zip_source_window_new(src, start, data_len, &st2, ZIP_STAT_NAME, &attributes, &de->last_mod, source_archive, source_index, take_ownership, error)) == NULL) { - return NULL; - } - } - /* here we restrict src to file data, so no point in doing it for - source that already represents only the file data */ - else if (!changed_data) { - /* this branch is executed only for archive sources; we know - that stat data come from the archive too, so it's safe to - assume that st has a comp_size specified */ - if (st.comp_size > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - /* despite the fact that we want the whole data file, we still - wrap the source into a window source to add st and - attributes and to have a source that positions the read - offset properly before each read for multiple zip_file_t - referring to the same underlying source */ - if ((src = _zip_source_window_new(srcza->src, 0, (zip_int64_t)st.comp_size, &st, ZIP_STAT_NAME, &attributes, &de->last_mod, srcza, srcidx, take_ownership, error)) == NULL) { - return NULL; - } - } - else { - /* this branch gets executed when reading the whole changed - data file or when "reading" from a zero-sized source buffer - that we created above */ - if (src == NULL) { - src = srcza->entry[srcidx].source; - } - /* despite the fact that we want the whole data file, we still - wrap the source into a window source to add st and - attributes and to have a source that positions the read - offset properly before each read for multiple zip_file_t - referring to the same underlying source */ - if ((src = _zip_source_window_new(src, 0, data_len, &st, ZIP_STAT_NAME, &attributes, &de->last_mod, NULL, 0, take_ownership, error)) == NULL) { - return NULL; - } - } - - /* In all cases, src is a window source and therefore is owned by this function. */ - - if (_zip_source_set_source_archive(src, srcza) < 0) { - zip_source_free(src); - return NULL; - } - - /* creating a layered source calls zip_keep() on the lower layer, so we free it */ - - if (needs_decrypt) { - zip_encryption_implementation enc_impl; - - if ((enc_impl = _zip_get_encryption_implementation(st.encryption_method, ZIP_CODEC_DECODE)) == NULL) { - zip_source_free(src); - zip_error_set(error, ZIP_ER_ENCRNOTSUPP, 0); - return NULL; - } - - s2 = enc_impl(srcza, src, st.encryption_method, 0, password); - if (s2 == NULL) { - zip_source_free(src); - return NULL; - } - - src = s2; - } - if (needs_decompress) { - s2 = zip_source_decompress(srcza, src, st.comp_method); - if (s2 == NULL) { - zip_source_free(src); - return NULL; - } - src = s2; - } - if (needs_crc) { - s2 = zip_source_crc_create(src, 1, error); - if (s2 == NULL) { - zip_source_free(src); - return NULL; - } - src = s2; - } - - if (partial_data && (needs_decrypt || needs_decompress)) { - zip_stat_t st2; - zip_stat_init(&st2); - if (data_len >= 0) { - st2.valid = ZIP_STAT_SIZE; - st2.size = (zip_uint64_t)data_len; - } - s2 = _zip_source_window_new(src, start, data_len, &st2, ZIP_STAT_NAME, NULL, NULL, NULL, 0, true, error); - if (s2 == NULL) { - zip_source_free(src); - return NULL; - } - src = s2; - } - - return src; -} - -static void -_zip_file_attributes_from_dirent(zip_file_attributes_t *attributes, zip_dirent_t *de) { - zip_file_attributes_init(attributes); - attributes->valid = ZIP_FILE_ATTRIBUTES_ASCII | ZIP_FILE_ATTRIBUTES_HOST_SYSTEM | ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES | ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS; - attributes->ascii = de->int_attrib & 1; - attributes->host_system = de->version_madeby >> 8; - attributes->external_file_attributes = de->ext_attrib; - attributes->general_purpose_bit_flags = de->bitflags; - attributes->general_purpose_bit_mask = ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS_ALLOWED_MASK; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat.c deleted file mode 100644 index 74fc5c3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - zip_stat.c -- get information about file by name - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_stat(zip_t *za, const char *fname, zip_flags_t flags, zip_stat_t *st) { - zip_int64_t idx; - - if ((idx = zip_name_locate(za, fname, flags)) < 0) - return -1; - - return zip_stat_index(za, (zip_uint64_t)idx, flags, st); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_index.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_index.c deleted file mode 100644 index af9f0e5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_index.c +++ /dev/null @@ -1,115 +0,0 @@ -/* - zip_stat_index.c -- get information about file by index - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_stat_index(zip_t *za, zip_uint64_t index, zip_flags_t flags, zip_stat_t *st) { - const char *name; - zip_dirent_t *de; - zip_entry_t *entry; - - if ((de = _zip_get_dirent(za, index, flags, NULL)) == NULL) { - return -1; - } - - if ((name = zip_get_name(za, index, flags)) == NULL) { - return -1; - } - - entry = za->entry + index; - - if ((flags & ZIP_FL_UNCHANGED) == 0 && ZIP_ENTRY_DATA_CHANGED(za->entry + index)) { - - if (zip_source_stat(entry->source, st) < 0) { - zip_error_set(&za->error, ZIP_ER_CHANGED, 0); - return -1; - } - - if (ZIP_CM_IS_DEFAULT(de->comp_method)) { - if (!(st->valid & ZIP_STAT_COMP_METHOD) || st->comp_method == ZIP_CM_STORE) { - st->valid &= ~(ZIP_STAT_COMP_SIZE|ZIP_STAT_COMP_METHOD); - } - } - else { - if ((st->valid & ZIP_STAT_COMP_METHOD) && st->comp_method != de->comp_method) { - st->valid &= ~ZIP_STAT_COMP_SIZE; - } - st->valid |= ZIP_STAT_COMP_METHOD; - st->comp_method = de->comp_method; - } - - if (((st->valid & (ZIP_STAT_COMP_METHOD|ZIP_STAT_SIZE)) == (ZIP_STAT_COMP_METHOD|ZIP_STAT_SIZE)) && st->comp_method == ZIP_CM_STORE) { - st->valid |= ZIP_STAT_COMP_SIZE; - st->comp_size = st->size; - } - - if (entry->changes != NULL && entry->changes->changed & ZIP_DIRENT_LAST_MOD) { - st->mtime = zip_dirent_get_last_mod_mtime(de); - st->valid |= ZIP_STAT_MTIME; - } - } - else { - zip_stat_init(st); - - st->crc = de->crc; - st->size = de->uncomp_size; - st->mtime = zip_dirent_get_last_mod_mtime(de); - st->comp_size = de->comp_size; - st->comp_method = (zip_uint16_t)de->comp_method; - st->encryption_method = de->encryption_method; - st->valid = (de->crc_valid ? ZIP_STAT_CRC : 0) | ZIP_STAT_SIZE | ZIP_STAT_MTIME | ZIP_STAT_COMP_SIZE | ZIP_STAT_COMP_METHOD | ZIP_STAT_ENCRYPTION_METHOD; - if (entry->changes != NULL && entry->changes->changed & ZIP_DIRENT_COMP_METHOD) { - st->valid &= ~ZIP_STAT_COMP_SIZE; - } - } - - if ((za->ch_flags & ZIP_AFL_WANT_TORRENTZIP) && (flags & ZIP_FL_UNCHANGED) == 0) { - if (za->torrent_mtime == 0) { - zip_dostime_t dostime = {0xbc00, 0x2198}; - za->torrent_mtime = _zip_d2u_time(&dostime); - } - st->comp_method = ZIP_CM_DEFLATE; - st->mtime = za->torrent_mtime; - st->valid |= ZIP_STAT_MTIME | ZIP_STAT_COMP_METHOD; - st->valid &= ~ZIP_STAT_COMP_SIZE; - } - - st->index = index; - st->name = name; - st->valid |= ZIP_STAT_INDEX | ZIP_STAT_NAME; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_init.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_init.c deleted file mode 100644 index bd83565..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_stat_init.c +++ /dev/null @@ -1,83 +0,0 @@ -/* - zip_stat_init.c -- initialize struct zip_stat. - Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - - -ZIP_EXTERN void -zip_stat_init(zip_stat_t *st) { - st->valid = 0; - st->name = NULL; - st->index = ZIP_UINT64_MAX; - st->crc = 0; - st->mtime = (time_t)-1; - st->size = 0; - st->comp_size = 0; - st->comp_method = ZIP_CM_STORE; - st->encryption_method = ZIP_EM_NONE; -} - - -int -_zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error) { - /* name is not merged, since zip_stat_t doesn't own it, and src may not be valid as long as dst */ - if (src->valid & ZIP_STAT_INDEX) { - dst->index = src->index; - } - if (src->valid & ZIP_STAT_SIZE) { - dst->size = src->size; - } - if (src->valid & ZIP_STAT_COMP_SIZE) { - dst->comp_size = src->comp_size; - } - if (src->valid & ZIP_STAT_MTIME) { - dst->mtime = src->mtime; - } - if (src->valid & ZIP_STAT_CRC) { - dst->crc = src->crc; - } - if (src->valid & ZIP_STAT_COMP_METHOD) { - dst->comp_method = src->comp_method; - } - if (src->valid & ZIP_STAT_ENCRYPTION_METHOD) { - dst->encryption_method = src->encryption_method; - } - if (src->valid & ZIP_STAT_FLAGS) { - dst->flags = src->flags; - } - dst->valid |= src->valid; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_strerror.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_strerror.c deleted file mode 100644 index 681024a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_strerror.c +++ /dev/null @@ -1,41 +0,0 @@ -/* - zip_sterror.c -- get string representation of zip error - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN const char * -zip_strerror(zip_t *za) { - return zip_error_strerror(&za->error); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_string.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_string.c deleted file mode 100644 index bb06c1d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_string.c +++ /dev/null @@ -1,194 +0,0 @@ -/* - zip_string.c -- string handling (with encoding) - Copyright (C) 2012-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include - -#include "zipint.h" - -zip_uint32_t -_zip_string_crc32(const zip_string_t *s) { - zip_uint32_t crc; - - crc = (zip_uint32_t)crc32(0L, Z_NULL, 0); - - if (s != NULL) - crc = (zip_uint32_t)crc32(crc, s->raw, s->length); - - return crc; -} - - -int -_zip_string_equal(const zip_string_t *a, const zip_string_t *b) { - if (a == NULL || b == NULL) - return a == b; - - if (a->length != b->length) - return 0; - - /* TODO: encoding */ - - return (memcmp(a->raw, b->raw, a->length) == 0); -} - - -void -_zip_string_free(zip_string_t *s) { - if (s == NULL) - return; - - free(s->raw); - free(s->converted); - free(s); -} - - -const zip_uint8_t * -_zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error) { - static const zip_uint8_t empty[1] = ""; - - if (string == NULL) { - if (lenp) - *lenp = 0; - return empty; - } - - if ((flags & ZIP_FL_ENC_RAW) == 0) { - /* start guessing */ - if (string->encoding == ZIP_ENCODING_UNKNOWN) { - /* guess encoding, sets string->encoding */ - (void)_zip_guess_encoding(string, ZIP_ENCODING_UNKNOWN); - } - - if (((flags & ZIP_FL_ENC_STRICT) && string->encoding != ZIP_ENCODING_ASCII && string->encoding != ZIP_ENCODING_UTF8_KNOWN) || (string->encoding == ZIP_ENCODING_CP437)) { - if (string->converted == NULL) { - if ((string->converted = _zip_cp437_to_utf8(string->raw, string->length, &string->converted_length, error)) == NULL) - return NULL; - } - if (lenp) - *lenp = string->converted_length; - return string->converted; - } - } - - if (lenp) - *lenp = string->length; - return string->raw; -} - -bool _zip_string_is_ascii(const zip_string_t *string) { - if (string->encoding != ZIP_ENCODING_ASCII) { - zip_uint16_t i; - - for (i = 0; i < string->length; i++) { - if (string->raw[i] & 0x80) { - return false; - } - } - } - - return true; -} - - -zip_uint16_t -_zip_string_length(const zip_string_t *s) { - if (s == NULL) - return 0; - - return s->length; -} - - -zip_string_t * -_zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, zip_error_t *error) { - zip_string_t *s; - zip_encoding_type_t expected_encoding; - - if (length == 0) - return NULL; - - switch (flags & ZIP_FL_ENCODING_ALL) { - case ZIP_FL_ENC_GUESS: - expected_encoding = ZIP_ENCODING_UNKNOWN; - break; - case ZIP_FL_ENC_UTF_8: - expected_encoding = ZIP_ENCODING_UTF8_KNOWN; - break; - case ZIP_FL_ENC_CP437: - expected_encoding = ZIP_ENCODING_CP437; - break; - default: - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - if ((s = (zip_string_t *)malloc(sizeof(*s))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((s->raw = (zip_uint8_t *)malloc((size_t)length + 1)) == NULL) { - free(s); - return NULL; - } - - (void)memcpy_s(s->raw, length + 1, raw, length); - s->raw[length] = '\0'; - s->length = length; - s->encoding = ZIP_ENCODING_UNKNOWN; - s->converted = NULL; - s->converted_length = 0; - - if (expected_encoding != ZIP_ENCODING_UNKNOWN) { - if (_zip_guess_encoding(s, expected_encoding) == ZIP_ENCODING_ERROR) { - _zip_string_free(s); - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - } - - return s; -} - - -int -_zip_string_write(zip_t *za, const zip_string_t *s) { - if (s == NULL) - return 0; - - return _zip_write(za, s->raw, s->length); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange.c deleted file mode 100644 index d69a3df..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange.c +++ /dev/null @@ -1,98 +0,0 @@ -/* - zip_unchange.c -- undo changes to file in zip archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_unchange(zip_t *za, zip_uint64_t idx) { - return _zip_unchange(za, idx, 0); -} - - -int -_zip_unchange(zip_t *za, zip_uint64_t idx, int allow_duplicates) { - zip_int64_t i; - bool renamed; - - if (idx >= za->nentry) { - zip_error_set(&za->error, ZIP_ER_INVAL, 0); - return -1; - } - - renamed = za->entry[idx].changes && (za->entry[idx].changes->changed & ZIP_DIRENT_FILENAME); - if (!allow_duplicates && (renamed || za->entry[idx].deleted)) { - const char *orig_name = NULL; - const char *changed_name = NULL; - - if (za->entry[idx].orig != NULL) { - if ((orig_name = _zip_get_name(za, idx, ZIP_FL_UNCHANGED, &za->error)) == NULL) { - return -1; - } - - i = _zip_name_locate(za, orig_name, 0, NULL); - if (i >= 0 && (zip_uint64_t)i != idx) { - zip_error_set(&za->error, ZIP_ER_EXISTS, 0); - return -1; - } - } - - if (renamed) { - if ((changed_name = _zip_get_name(za, idx, 0, &za->error)) == NULL) { - return -1; - } - } - - if (orig_name) { - if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) { - return -1; - } - } - if (changed_name) { - if (_zip_hash_delete(za->names, (const zip_uint8_t *)changed_name, &za->error) == false) { - _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL); - return -1; - } - } - } - - _zip_dirent_free(za->entry[idx].changes); - za->entry[idx].changes = NULL; - - _zip_unchange_data(za->entry + idx); - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_all.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_all.c deleted file mode 100644 index 0b22c80..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_all.c +++ /dev/null @@ -1,54 +0,0 @@ -/* - zip_unchange.c -- undo changes to all files in zip archive - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - - -ZIP_EXTERN int -zip_unchange_all(zip_t *za) { - int ret; - zip_uint64_t i; - - if (!_zip_hash_revert(za->names, &za->error)) { - return -1; - } - - ret = 0; - for (i = 0; i < za->nentry; i++) - ret |= _zip_unchange(za, i, 1); - - ret |= zip_unchange_archive(za); - - return ret; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_archive.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_archive.c deleted file mode 100644 index ddd617b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_archive.c +++ /dev/null @@ -1,51 +0,0 @@ -/* - zip_unchange_archive.c -- undo global changes to ZIP archive - Copyright (C) 2006-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include - -#include "zipint.h" - - -ZIP_EXTERN int -zip_unchange_archive(zip_t *za) { - if (za->comment_changed) { - _zip_string_free(za->comment_changes); - za->comment_changes = NULL; - za->comment_changed = 0; - } - - za->ch_flags = za->flags; - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_data.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_data.c deleted file mode 100644 index 30a7be7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_unchange_data.c +++ /dev/null @@ -1,53 +0,0 @@ -/* - zip_unchange_data.c -- undo helper function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -void -_zip_unchange_data(zip_entry_t *ze) { - if (ze->source) { - zip_source_free(ze->source); - ze->source = NULL; - } - - if (ze->changes != NULL && (ze->changes->changed & ZIP_DIRENT_COMP_METHOD) && ze->changes->comp_method == ZIP_CM_REPLACED_DEFAULT) { - ze->changes->changed &= ~ZIP_DIRENT_COMP_METHOD; - if (ze->changes->changed == 0) { - _zip_dirent_free(ze->changes); - ze->changes = NULL; - } - } - - ze->deleted = 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_utf-8.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_utf-8.c deleted file mode 100644 index 7d671f6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_utf-8.c +++ /dev/null @@ -1,284 +0,0 @@ -/* - zip_utf-8.c -- UTF-8 support functions for libzip - Copyright (C) 2011-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "zipint.h" - -#include - - -static const zip_uint16_t _cp437_to_unicode[256] = { - /* 0x00 - 0x0F */ - 0x0000, 0x263A, 0x263B, 0x2665, 0x2666, 0x2663, 0x2660, 0x2022, 0x25D8, 0x25CB, 0x25D9, 0x2642, 0x2640, 0x266A, 0x266B, 0x263C, - - /* 0x10 - 0x1F */ - 0x25BA, 0x25C4, 0x2195, 0x203C, 0x00B6, 0x00A7, 0x25AC, 0x21A8, 0x2191, 0x2193, 0x2192, 0x2190, 0x221F, 0x2194, 0x25B2, 0x25BC, - - /* 0x20 - 0x2F */ - 0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, 0x0028, 0x0029, 0x002A, 0x002B, 0x002C, 0x002D, 0x002E, 0x002F, - - /* 0x30 - 0x3F */ - 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, 0x0038, 0x0039, 0x003A, 0x003B, 0x003C, 0x003D, 0x003E, 0x003F, - - /* 0x40 - 0x4F */ - 0x0040, 0x0041, 0x0042, 0x0043, 0x0044, 0x0045, 0x0046, 0x0047, 0x0048, 0x0049, 0x004A, 0x004B, 0x004C, 0x004D, 0x004E, 0x004F, - - /* 0x50 - 0x5F */ - 0x0050, 0x0051, 0x0052, 0x0053, 0x0054, 0x0055, 0x0056, 0x0057, 0x0058, 0x0059, 0x005A, 0x005B, 0x005C, 0x005D, 0x005E, 0x005F, - - /* 0x60 - 0x6F */ - 0x0060, 0x0061, 0x0062, 0x0063, 0x0064, 0x0065, 0x0066, 0x0067, 0x0068, 0x0069, 0x006A, 0x006B, 0x006C, 0x006D, 0x006E, 0x006F, - - /* 0x70 - 0x7F */ - 0x0070, 0x0071, 0x0072, 0x0073, 0x0074, 0x0075, 0x0076, 0x0077, 0x0078, 0x0079, 0x007A, 0x007B, 0x007C, 0x007D, 0x007E, 0x2302, - - /* 0x80 - 0x8F */ - 0x00C7, 0x00FC, 0x00E9, 0x00E2, 0x00E4, 0x00E0, 0x00E5, 0x00E7, 0x00EA, 0x00EB, 0x00E8, 0x00EF, 0x00EE, 0x00EC, 0x00C4, 0x00C5, - - /* 0x90 - 0x9F */ - 0x00C9, 0x00E6, 0x00C6, 0x00F4, 0x00F6, 0x00F2, 0x00FB, 0x00F9, 0x00FF, 0x00D6, 0x00DC, 0x00A2, 0x00A3, 0x00A5, 0x20A7, 0x0192, - - /* 0xA0 - 0xAF */ - 0x00E1, 0x00ED, 0x00F3, 0x00FA, 0x00F1, 0x00D1, 0x00AA, 0x00BA, 0x00BF, 0x2310, 0x00AC, 0x00BD, 0x00BC, 0x00A1, 0x00AB, 0x00BB, - - /* 0xB0 - 0xBF */ - 0x2591, 0x2592, 0x2593, 0x2502, 0x2524, 0x2561, 0x2562, 0x2556, 0x2555, 0x2563, 0x2551, 0x2557, 0x255D, 0x255C, 0x255B, 0x2510, - - /* 0xC0 - 0xCF */ - 0x2514, 0x2534, 0x252C, 0x251C, 0x2500, 0x253C, 0x255E, 0x255F, 0x255A, 0x2554, 0x2569, 0x2566, 0x2560, 0x2550, 0x256C, 0x2567, - - /* 0xD0 - 0xDF */ - 0x2568, 0x2564, 0x2565, 0x2559, 0x2558, 0x2552, 0x2553, 0x256B, 0x256A, 0x2518, 0x250C, 0x2588, 0x2584, 0x258C, 0x2590, 0x2580, - - /* 0xE0 - 0xEF */ - 0x03B1, 0x00DF, 0x0393, 0x03C0, 0x03A3, 0x03C3, 0x00B5, 0x03C4, 0x03A6, 0x0398, 0x03A9, 0x03B4, 0x221E, 0x03C6, 0x03B5, 0x2229, - - /* 0xF0 - 0xFF */ - 0x2261, 0x00B1, 0x2265, 0x2264, 0x2320, 0x2321, 0x00F7, 0x2248, 0x00B0, 0x2219, 0x00B7, 0x221A, 0x207F, 0x00B2, 0x25A0, 0x00A0}; - -#define UTF_8_LEN_2_MASK 0xe0 -#define UTF_8_LEN_2_MATCH 0xc0 -#define UTF_8_LEN_3_MASK 0xf0 -#define UTF_8_LEN_3_MATCH 0xe0 -#define UTF_8_LEN_4_MASK 0xf8 -#define UTF_8_LEN_4_MATCH 0xf0 -#define UTF_8_CONTINUE_MASK 0xc0 -#define UTF_8_CONTINUE_MATCH 0x80 - - -zip_encoding_type_t -_zip_guess_encoding(zip_string_t *str, zip_encoding_type_t expected_encoding) { - zip_encoding_type_t enc; - const zip_uint8_t *name; - zip_uint32_t i, j, ulen; - bool can_be_ascii = true; - bool can_be_utf8 = true; - bool has_control_characters = false; - - if (str == NULL) { - return ZIP_ENCODING_ASCII; - } - - name = str->raw; - - if (str->encoding != ZIP_ENCODING_UNKNOWN) { - return str->encoding; - } - - for (i = 0; i < str->length; i++) { - if (name[i] < 128) { - if (name[i] < 32 && name[i] != '\r' && name[i] != '\n' && name[i] != '\t') { - has_control_characters = true; - } - continue; - } - - can_be_ascii = false; - if ((name[i] & UTF_8_LEN_2_MASK) == UTF_8_LEN_2_MATCH) { - ulen = 1; - } - else if ((name[i] & UTF_8_LEN_3_MASK) == UTF_8_LEN_3_MATCH) { - ulen = 2; - } - else if ((name[i] & UTF_8_LEN_4_MASK) == UTF_8_LEN_4_MATCH) { - ulen = 3; - } - else { - can_be_utf8 = false; - break; - } - - if (i + ulen >= str->length) { - can_be_utf8 = false; - break; - } - - for (j = 1; j <= ulen; j++) { - if ((name[i + j] & UTF_8_CONTINUE_MASK) != UTF_8_CONTINUE_MATCH) { - can_be_utf8 = false; - goto done; - } - } - i += ulen; - } - - done: - enc = ZIP_ENCODING_CP437; - - switch (expected_encoding) { - case ZIP_ENCODING_UTF8_KNOWN: - case ZIP_ENCODING_UTF8_GUESSED: - if (can_be_utf8) { - enc = ZIP_ENCODING_UTF8_KNOWN; - } - else { - enc = ZIP_ENCODING_ERROR; - } - break; - - case ZIP_ENCODING_ASCII: - if (can_be_ascii && !has_control_characters) { - enc = ZIP_ENCODING_ASCII; - } - else { - enc = ZIP_ENCODING_ERROR; - } - break; - - case ZIP_ENCODING_CP437: - enc = ZIP_ENCODING_CP437; - break; - - case ZIP_ENCODING_UNKNOWN: - if (can_be_ascii && !has_control_characters) { - /* only bytes from 0x20-0x7F */ - enc = ZIP_ENCODING_ASCII; - } - else if (can_be_ascii && has_control_characters) { - /* only bytes from 0x00-0x7F */ - enc = ZIP_ENCODING_CP437; - } - else if (can_be_utf8) { - /* contains bytes from 0x80-0xFF and is valid UTF-8 */ - enc = ZIP_ENCODING_UTF8_GUESSED; - } - else { - /* fallback */ - enc = ZIP_ENCODING_CP437; - } - break; - case ZIP_ENCODING_ERROR: - /* invalid, shouldn't happen */ - enc = ZIP_ENCODING_ERROR; - break; - } - - str->encoding = enc; - return enc; -} - - -static zip_uint32_t -_zip_unicode_to_utf8_len(zip_uint32_t codepoint) { - if (codepoint < 0x0080) { - return 1; - } - if (codepoint < 0x0800) { - return 2; - } - if (codepoint < 0x10000) { - return 3; - } - return 4; -} - - -static zip_uint32_t -_zip_unicode_to_utf8(zip_uint32_t codepoint, zip_uint8_t *buf) { - if (codepoint < 0x0080) { - buf[0] = codepoint & 0xff; - return 1; - } - if (codepoint < 0x0800) { - buf[0] = (zip_uint8_t)(UTF_8_LEN_2_MATCH | ((codepoint >> 6) & 0x1f)); - buf[1] = (zip_uint8_t)(UTF_8_CONTINUE_MATCH | (codepoint & 0x3f)); - return 2; - } - if (codepoint < 0x10000) { - buf[0] = (zip_uint8_t)(UTF_8_LEN_3_MATCH | ((codepoint >> 12) & 0x0f)); - buf[1] = (zip_uint8_t)(UTF_8_CONTINUE_MATCH | ((codepoint >> 6) & 0x3f)); - buf[2] = (zip_uint8_t)(UTF_8_CONTINUE_MATCH | (codepoint & 0x3f)); - return 3; - } - buf[0] = (zip_uint8_t)(UTF_8_LEN_4_MATCH | ((codepoint >> 18) & 0x07)); - buf[1] = (zip_uint8_t)(UTF_8_CONTINUE_MATCH | ((codepoint >> 12) & 0x3f)); - buf[2] = (zip_uint8_t)(UTF_8_CONTINUE_MATCH | ((codepoint >> 6) & 0x3f)); - buf[3] = (zip_uint8_t)(UTF_8_CONTINUE_MATCH | (codepoint & 0x3f)); - return 4; -} - - -zip_uint8_t * -_zip_cp437_to_utf8(const zip_uint8_t *const _cp437buf, zip_uint32_t len, zip_uint32_t *utf8_lenp, zip_error_t *error) { - zip_uint8_t *cp437buf = (zip_uint8_t *)_cp437buf; - zip_uint8_t *utf8buf; - zip_uint32_t buflen, i, offset; - - if (len == 0) { - if (utf8_lenp) { - *utf8_lenp = 0; - } - return NULL; - } - - buflen = 1; - for (i = 0; i < len; i++) { - buflen += _zip_unicode_to_utf8_len(_cp437_to_unicode[cp437buf[i]]); - } - - if ((utf8buf = (zip_uint8_t *)malloc(buflen)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - offset = 0; - for (i = 0; i < len; i++) { - offset += _zip_unicode_to_utf8(_cp437_to_unicode[cp437buf[i]], utf8buf + offset); - } - - utf8buf[buflen - 1] = 0; - if (utf8_lenp) { - *utf8_lenp = buflen - 1; - } - return utf8buf; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zip_winzip_aes.c b/proj-web/thirdparty/libzip-1.11.3/lib/zip_winzip_aes.c deleted file mode 100644 index 2c9874b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zip_winzip_aes.c +++ /dev/null @@ -1,162 +0,0 @@ -/* - zip_winzip_aes.c -- Winzip AES de/encryption backend routines - Copyright (C) 2017-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include "zip_crypto.h" - -#include -#include - - -#define MAX_KEY_LENGTH 256 -#define PBKDF2_ITERATIONS 1000 - -struct _zip_winzip_aes { - _zip_crypto_aes_t *aes; - _zip_crypto_hmac_t *hmac; - zip_uint8_t counter[ZIP_CRYPTO_AES_BLOCK_LENGTH]; - zip_uint8_t pad[ZIP_CRYPTO_AES_BLOCK_LENGTH]; - int pad_offset; -}; - -static bool -aes_crypt(zip_winzip_aes_t *ctx, zip_uint8_t *data, zip_uint64_t length) { - zip_uint64_t i, j; - - for (i = 0; i < length; i++) { - if (ctx->pad_offset == AES_BLOCK_SIZE) { - for (j = 0; j < 8; j++) { - ctx->counter[j]++; - if (ctx->counter[j] != 0) { - break; - } - } - if (!_zip_crypto_aes_encrypt_block(ctx->aes, ctx->counter, ctx->pad)) { - return false; - } - ctx->pad_offset = 0; - } - data[i] ^= ctx->pad[ctx->pad_offset++]; - } - - return true; -} - - -zip_winzip_aes_t * -_zip_winzip_aes_new(const zip_uint8_t *password, zip_uint64_t password_length, const zip_uint8_t *salt, zip_uint16_t encryption_method, zip_uint8_t *password_verify, zip_error_t *error) { - zip_winzip_aes_t *ctx; - zip_uint8_t buffer[2 * (MAX_KEY_LENGTH / 8) + WINZIP_AES_PASSWORD_VERIFY_LENGTH]; - zip_uint16_t key_size = 0; /* in bits */ - zip_uint16_t key_length; /* in bytes */ - - switch (encryption_method) { - case ZIP_EM_AES_128: - key_size = 128; - break; - case ZIP_EM_AES_192: - key_size = 192; - break; - case ZIP_EM_AES_256: - key_size = 256; - break; - } - - if (key_size == 0 || salt == NULL || password == NULL || password_length == 0) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - - key_length = key_size / 8; - - if ((ctx = (zip_winzip_aes_t *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - memset(ctx->counter, 0, sizeof(ctx->counter)); - ctx->pad_offset = ZIP_CRYPTO_AES_BLOCK_LENGTH; - - if (!_zip_crypto_pbkdf2(password, password_length, salt, key_length / 2, PBKDF2_ITERATIONS, buffer, 2 * key_length + WINZIP_AES_PASSWORD_VERIFY_LENGTH)) { - free(ctx); - return NULL; - } - - if ((ctx->aes = _zip_crypto_aes_new(buffer, key_size, error)) == NULL) { - _zip_crypto_clear(ctx, sizeof(*ctx)); - free(ctx); - return NULL; - } - if ((ctx->hmac = _zip_crypto_hmac_new(buffer + key_length, key_length, error)) == NULL) { - _zip_crypto_aes_free(ctx->aes); - free(ctx); - return NULL; - } - - if (password_verify) { - (void)memcpy_s(password_verify, WINZIP_AES_PASSWORD_VERIFY_LENGTH, buffer + (2 * key_size / 8), WINZIP_AES_PASSWORD_VERIFY_LENGTH); - } - - return ctx; -} - - -bool -_zip_winzip_aes_encrypt(zip_winzip_aes_t *ctx, zip_uint8_t *data, zip_uint64_t length) { - return aes_crypt(ctx, data, length) && _zip_crypto_hmac(ctx->hmac, data, length); -} - - -bool -_zip_winzip_aes_decrypt(zip_winzip_aes_t *ctx, zip_uint8_t *data, zip_uint64_t length) { - return _zip_crypto_hmac(ctx->hmac, data, length) && aes_crypt(ctx, data, length); -} - - -bool -_zip_winzip_aes_finish(zip_winzip_aes_t *ctx, zip_uint8_t *hmac) { - return _zip_crypto_hmac_output(ctx->hmac, hmac); -} - - -void -_zip_winzip_aes_free(zip_winzip_aes_t *ctx) { - if (ctx == NULL) { - return; - } - - _zip_crypto_aes_free(ctx->aes); - _zip_crypto_hmac_free(ctx->hmac); - free(ctx); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/lib/zipint.h b/proj-web/thirdparty/libzip-1.11.3/lib/zipint.h deleted file mode 100644 index 7f6990f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/lib/zipint.h +++ /dev/null @@ -1,683 +0,0 @@ -#ifndef _HAD_ZIPINT_H -#define _HAD_ZIPINT_H - -/* - zipint.h -- internal declarations. - Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "config.h" - -#include "compat.h" - -#ifdef ZIP_ALLOCATE_BUFFER -#include -#endif - -#ifdef _ZIP_COMPILING_DEPRECATED -#define ZIP_DEPRECATED(x) -#else -#define ZIP_DISABLE_DEPRECATED -#endif - -#include "zip.h" - -#define CENTRAL_MAGIC "PK\1\2" -#define LOCAL_MAGIC "PK\3\4" -#define EOCD_MAGIC "PK\5\6" -#define DATADES_MAGIC "PK\7\10" -#define EOCD64LOC_MAGIC "PK\6\7" -#define EOCD64_MAGIC "PK\6\6" -#define MAGIC_LEN 4 -#define CDENTRYSIZE 46u -#define LENTRYSIZE 30 -#define MAXCOMLEN 65536 -#define MAXEXTLEN 65536 -#define EOCDLEN 22 -#define EOCD64LOCLEN 20 -#define EOCD64LEN 56 -#define CDBUFSIZE (MAXCOMLEN + EOCDLEN + EOCD64LOCLEN) -#define BUFSIZE 8192 -#define EFZIP64SIZE 28 -#define EF_WINZIP_AES_SIZE 7 -#define MAX_DATA_DESCRIPTOR_LENGTH 24 - -#define TORRENTZIP_SIGNATURE "TORRENTZIPPED-" -#define TORRENTZIP_SIGNATURE_LENGTH 14 -#define TORRENTZIP_CRC_LENGTH 8 -#define TORRENTZIP_MEM_LEVEL 8 -#define TORRENTZIP_COMPRESSION_FLAGS ZIP_UINT16_MAX - -#define ZIP_CRYPTO_PKWARE_HEADERLEN 12 - -#define ZIP_CM_REPLACED_DEFAULT (-2) -#define ZIP_CM_WINZIP_AES 99 /* Winzip AES encrypted */ - -#define WINZIP_AES_PASSWORD_VERIFY_LENGTH 2 -#define WINZIP_AES_MAX_HEADER_LENGTH (16 + WINZIP_AES_PASSWORD_VERIFY_LENGTH) -#define AES_BLOCK_SIZE 16 -#define HMAC_LENGTH 10 -#define SALT_LENGTH(method) ((method) == ZIP_EM_AES_128 ? 8 : ((method) == ZIP_EM_AES_192 ? 12 : 16)) - -#define ZIP_CM_IS_DEFAULT(x) ((x) == ZIP_CM_DEFAULT || (x) == ZIP_CM_REPLACED_DEFAULT) -#define ZIP_CM_ACTUAL(x) ((zip_uint16_t)(ZIP_CM_IS_DEFAULT(x) ? ZIP_CM_DEFLATE : (x))) - -#define ZIP_EF_UTF_8_COMMENT 0x6375 -#define ZIP_EF_UTF_8_NAME 0x7075 -#define ZIP_EF_WINZIP_AES 0x9901 -#define ZIP_EF_ZIP64 0x0001 - -#define ZIP_EF_IS_INTERNAL(id) ((id) == ZIP_EF_UTF_8_COMMENT || (id) == ZIP_EF_UTF_8_NAME || (id) == ZIP_EF_WINZIP_AES || (id) == ZIP_EF_ZIP64) - -/* according to unzip-6.0's zipinfo.c, this corresponds to a regular file with rw permissions for everyone */ -#define ZIP_EXT_ATTRIB_DEFAULT (0100666u << 16) -/* according to unzip-6.0's zipinfo.c, this corresponds to a directory with rwx permissions for everyone */ -#define ZIP_EXT_ATTRIB_DEFAULT_DIR (0040777u << 16) - -/* Allowed: Encryption specific bits, data descriptor, compression specific, UTF-8 filename */ -#define ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS_ALLOWED_MASK 0x083e - -#define ZIP_MAX(a, b) ((a) > (b) ? (a) : (b)) -#define ZIP_MIN(a, b) ((a) < (b) ? (a) : (b)) - -/* This section contains API that won't materialize like this. It's - placed in the internal section, pending cleanup. */ - -/* flags for compression and encryption sources */ - -#define ZIP_CODEC_DECODE 0 /* decompress/decrypt (encode flag not set) */ -#define ZIP_CODEC_ENCODE 1 /* compress/encrypt */ - -typedef zip_source_t *(*zip_encryption_implementation)(zip_t *, zip_source_t *, zip_uint16_t, int, const char *); - -zip_encryption_implementation _zip_get_encryption_implementation(zip_uint16_t method, int operation); - -/* clang-format off */ -enum zip_compression_status { - ZIP_COMPRESSION_OK, - ZIP_COMPRESSION_END, - ZIP_COMPRESSION_ERROR, - ZIP_COMPRESSION_NEED_DATA -}; -/* clang-format on */ -typedef enum zip_compression_status zip_compression_status_t; - -struct zip_compression_algorithm { - /* Return maximum compressed size for uncompressed data of given size. */ - zip_uint64_t (*maximum_compressed_size)(zip_uint64_t uncompressed_size); - - /* called once to create new context */ - void *(*allocate)(zip_uint16_t method, zip_uint32_t compression_flags, zip_error_t *error); - /* called once to free context */ - void (*deallocate)(void *ctx); - - /* get compression specific general purpose bitflags */ - zip_uint16_t (*general_purpose_bit_flags)(void *ctx); - /* minimum version needed when using this algorithm */ - zip_uint8_t version_needed; - - /* start processing */ - bool (*start)(void *ctx, zip_stat_t *st, zip_file_attributes_t *attributes); - /* stop processing */ - bool (*end)(void *ctx); - - /* provide new input data, remains valid until next call to input or end */ - bool (*input)(void *ctx, zip_uint8_t *data, zip_uint64_t length); - - /* all input data has been provided */ - bool (*end_of_input)(void *ctx); - - /* process input data, writing to data, which has room for length bytes, update length to number of bytes written */ - zip_compression_status_t (*process)(void *ctx, zip_uint8_t *data, zip_uint64_t *length); -}; -typedef struct zip_compression_algorithm zip_compression_algorithm_t; - -extern zip_compression_algorithm_t zip_algorithm_bzip2_compress; -extern zip_compression_algorithm_t zip_algorithm_bzip2_decompress; -extern zip_compression_algorithm_t zip_algorithm_deflate_compress; -extern zip_compression_algorithm_t zip_algorithm_deflate_decompress; -extern zip_compression_algorithm_t zip_algorithm_xz_compress; -extern zip_compression_algorithm_t zip_algorithm_xz_decompress; -extern zip_compression_algorithm_t zip_algorithm_zstd_compress; -extern zip_compression_algorithm_t zip_algorithm_zstd_decompress; - -zip_compression_algorithm_t *_zip_get_compression_algorithm(zip_int32_t method, bool compress); - -/* This API is not final yet, but we need it internally, so it's private for now. */ - -const zip_uint8_t *zip_get_extra_field_by_id(zip_t *, int, int, zip_uint16_t, int, zip_uint16_t *); - -/* This section contains API that is of limited use until support for - user-supplied compression/encryption implementation is finished. - Thus we will keep it private for now. */ - -zip_source_t *zip_source_compress(zip_t *za, zip_source_t *src, zip_int32_t cm, zip_uint32_t compression_flags); -zip_source_t *zip_source_crc_create(zip_source_t *, int, zip_error_t *error); -zip_source_t *zip_source_decompress(zip_t *za, zip_source_t *src, zip_int32_t cm); -zip_source_t *zip_source_pkware_decode(zip_t *, zip_source_t *, zip_uint16_t, int, const char *); -zip_source_t *zip_source_pkware_encode(zip_t *, zip_source_t *, zip_uint16_t, int, const char *); -int zip_source_remove(zip_source_t *); -zip_int64_t zip_source_supports(zip_source_t *src); -bool zip_source_supports_reopen(zip_source_t *src); -zip_source_t *zip_source_winzip_aes_decode(zip_t *, zip_source_t *, zip_uint16_t, int, const char *); -zip_source_t *zip_source_winzip_aes_encode(zip_t *, zip_source_t *, zip_uint16_t, int, const char *); -zip_source_t *zip_source_buffer_with_attributes(zip_t *za, const void *data, zip_uint64_t len, int freep, zip_file_attributes_t *attributes); -zip_source_t *zip_source_buffer_with_attributes_create(const void *data, zip_uint64_t len, int freep, zip_file_attributes_t *attributes, zip_error_t *error); - -/* error source for layered sources */ - -enum zip_les { ZIP_LES_NONE, ZIP_LES_UPPER, ZIP_LES_LOWER, ZIP_LES_INVAL }; - -#define ZIP_DETAIL_ET_GLOBAL 0 -#define ZIP_DETAIL_ET_ENTRY 1 - -struct _zip_err_info { - int type; - const char *description; -}; - -extern const struct _zip_err_info _zip_err_str[]; -extern const int _zip_err_str_count; -extern const struct _zip_err_info _zip_err_details[]; -extern const int _zip_err_details_count; - -/* macros for libzip-internal errors */ -#define MAX_DETAIL_INDEX 0x7fffff -#define MAKE_DETAIL_WITH_INDEX(error, index) ((((index) > MAX_DETAIL_INDEX) ? MAX_DETAIL_INDEX : (int)(index)) << 8 | (error)) -#define GET_INDEX_FROM_DETAIL(error) (((error) >> 8) & MAX_DETAIL_INDEX) -#define GET_ERROR_FROM_DETAIL(error) ((error) & 0xff) -#define ADD_INDEX_TO_DETAIL(error, index) MAKE_DETAIL_WITH_INDEX(GET_ERROR_FROM_DETAIL(error), (index)) - -/* error code for libzip-internal errors */ -#define ZIP_ER_DETAIL_NO_DETAIL 0 /* G no detail */ -#define ZIP_ER_DETAIL_CDIR_OVERLAPS_EOCD 1 /* G central directory overlaps EOCD, or there is space between them */ -#define ZIP_ER_DETAIL_COMMENT_LENGTH_INVALID 2 /* G archive comment length incorrect */ -#define ZIP_ER_DETAIL_CDIR_LENGTH_INVALID 3 /* G central directory length invalid */ -#define ZIP_ER_DETAIL_CDIR_ENTRY_INVALID 4 /* E central header invalid */ -#define ZIP_ER_DETAIL_CDIR_WRONG_ENTRIES_COUNT 5 /* G central directory count of entries is incorrect */ -#define ZIP_ER_DETAIL_ENTRY_HEADER_MISMATCH 6 /* E local and central headers do not match */ -#define ZIP_ER_DETAIL_EOCD_LENGTH_INVALID 7 /* G wrong EOCD length */ -#define ZIP_ER_DETAIL_EOCD64_OVERLAPS_EOCD 8 /* G EOCD64 overlaps EOCD, or there is space between them */ -#define ZIP_ER_DETAIL_EOCD64_WRONG_MAGIC 9 /* G EOCD64 magic incorrect */ -#define ZIP_ER_DETAIL_EOCD64_MISMATCH 10 /* G EOCD64 and EOCD do not match */ -#define ZIP_ER_DETAIL_CDIR_INVALID 11 /* G invalid value in central directory */ -#define ZIP_ER_DETAIL_VARIABLE_SIZE_OVERFLOW 12 /* E variable size fields overflow header */ -#define ZIP_ER_DETAIL_INVALID_UTF8_IN_FILENAME 13 /* E invalid UTF-8 in filename */ -#define ZIP_ER_DETAIL_INVALID_UTF8_IN_COMMENT 14 /* E invalid UTF-8 in comment */ -#define ZIP_ER_DETAIL_INVALID_ZIP64_EF 15 /* E invalid Zip64 extra field */ -#define ZIP_ER_DETAIL_INVALID_WINZIPAES_EF 16 /* E invalid WinZip AES extra field */ -#define ZIP_ER_DETAIL_EF_TRAILING_GARBAGE 17 /* E garbage at end of extra fields */ -#define ZIP_ER_DETAIL_INVALID_EF_LENGTH 18 /* E extra field length is invalid */ -#define ZIP_ER_DETAIL_INVALID_FILE_LENGTH 19 /* E file length in header doesn't match actual file length */ -#define ZIP_ER_DETAIL_STORED_SIZE_MISMATCH 20 /* E compressed and uncompressed sizes don't match for stored file */ -#define ZIP_ER_DETAIL_DATA_DESCRIPTOR_MISMATCH 21 /* E local header and data descriptor do not match */ -#define ZIP_ER_DETAIL_EOCD64_LOCATOR_MISMATCH 22 /* G EOCD64 and EOCD64 locator do not match */ -#define ZIP_ER_DETAIL_UTF8_FILENAME_MISMATCH 23 /* E UTF-8 filename is ASCII and doesn't match filename */ -#define ZIP_ER_DETAIL_UTF8_COMMENT_MISMATCH 24 /* E UTF-8 comment is ASCII and doesn't match comment */ -#define ZIP_ER_DETAIL_COMPRESSED_DATA_TRAILING_GARBAGE 25 /* G garbage at end of compressed data */ - -/* directory entry: general purpose bit flags */ - -#define ZIP_GPBF_ENCRYPTED 0x0001u /* is encrypted */ -#define ZIP_GPBF_DATA_DESCRIPTOR 0x0008u /* crc/size after file data */ -#define ZIP_GPBF_STRONG_ENCRYPTION 0x0040u /* uses strong encryption */ -#define ZIP_GPBF_ENCODING_UTF_8 0x0800u /* file name encoding is UTF-8 */ - - -/* extra fields */ -#define ZIP_EF_LOCAL ZIP_FL_LOCAL /* include in local header */ -#define ZIP_EF_CENTRAL ZIP_FL_CENTRAL /* include in central directory */ -#define ZIP_EF_BOTH (ZIP_EF_LOCAL | ZIP_EF_CENTRAL) /* include in both */ - -#define ZIP_FL_FORCE_ZIP64 1024 /* force zip64 extra field (_zip_dirent_write) */ - -#define ZIP_FL_ENCODING_ALL (ZIP_FL_ENC_GUESS | ZIP_FL_ENC_CP437 | ZIP_FL_ENC_UTF_8) - - -/* encoding type */ -enum zip_encoding_type { - ZIP_ENCODING_UNKNOWN, /* not yet analyzed */ - ZIP_ENCODING_ASCII, /* plain ASCII */ - ZIP_ENCODING_UTF8_KNOWN, /* is UTF-8 */ - ZIP_ENCODING_UTF8_GUESSED, /* possibly UTF-8 */ - ZIP_ENCODING_CP437, /* Code Page 437 */ - ZIP_ENCODING_ERROR /* should be UTF-8 but isn't */ -}; - -typedef enum zip_encoding_type zip_encoding_type_t; - -struct zip_hash; -struct zip_progress; - -typedef struct zip_cdir zip_cdir_t; -typedef struct zip_dostime zip_dostime_t; -typedef struct zip_dirent zip_dirent_t; -typedef struct zip_entry zip_entry_t; -typedef struct zip_extra_field zip_extra_field_t; -typedef struct zip_string zip_string_t; -typedef struct zip_buffer zip_buffer_t; -typedef struct zip_hash zip_hash_t; -typedef struct zip_progress zip_progress_t; - -/* zip archive, part of API */ - -struct zip { - zip_source_t *src; /* data source for archive */ - unsigned int open_flags; /* flags passed to zip_open */ - zip_error_t error; /* error information */ - - unsigned int flags; /* archive global flags */ - unsigned int ch_flags; /* changed archive global flags */ - - char *default_password; /* password used when no other supplied */ - - zip_string_t *comment_orig; /* archive comment */ - zip_string_t *comment_changes; /* changed archive comment */ - bool comment_changed; /* whether archive comment was changed */ - - zip_uint64_t nentry; /* number of entries */ - zip_uint64_t nentry_alloc; /* number of entries allocated */ - zip_entry_t *entry; /* entries */ - - unsigned int nopen_source; /* number of open sources using archive */ - unsigned int nopen_source_alloc; /* number of sources allocated */ - zip_source_t **open_source; /* open sources using archive */ - - zip_hash_t *names; /* hash table for name lookup */ - - zip_progress_t *progress; /* progress callback for zip_close() */ - - zip_uint32_t* write_crc; /* have _zip_write() compute CRC */ - time_t torrent_mtime; -}; - -/* file in zip archive, part of API */ - -struct zip_file { - zip_error_t error; /* error information */ - zip_source_t *src; /* data source */ -}; - -/* zip archive directory entry (central or local) */ - -#define ZIP_DIRENT_COMP_METHOD 0x0001u -#define ZIP_DIRENT_FILENAME 0x0002u -#define ZIP_DIRENT_COMMENT 0x0004u -#define ZIP_DIRENT_EXTRA_FIELD 0x0008u -#define ZIP_DIRENT_ATTRIBUTES 0x0010u -#define ZIP_DIRENT_LAST_MOD 0x0020u -#define ZIP_DIRENT_ENCRYPTION_METHOD 0x0040u -#define ZIP_DIRENT_PASSWORD 0x0080u -#define ZIP_DIRENT_ALL ZIP_UINT32_MAX - -struct zip_dostime { - zip_uint16_t time; - zip_uint16_t date; -}; - -struct zip_dirent { - zip_uint32_t changed; - bool local_extra_fields_read; /* whether we already read in local header extra fields */ - bool cloned; /* whether this instance is cloned, and thus shares non-changed strings */ - - bool crc_valid; /* if CRC is valid (sometimes not for encrypted archives) */ - bool last_mod_mtime_valid; - - zip_uint16_t version_madeby; /* (c) version of creator */ - zip_uint16_t version_needed; /* (cl) version needed to extract */ - zip_uint16_t bitflags; /* (cl) general purpose bit flag */ - zip_int32_t comp_method; /* (cl) compression method used (uint16 and ZIP_CM_DEFAULT (-1)) */ - zip_dostime_t last_mod; /* (cl) time of last modification */ - zip_uint32_t crc; /* (cl) CRC-32 of uncompressed data */ - zip_uint64_t comp_size; /* (cl) size of compressed data */ - zip_uint64_t uncomp_size; /* (cl) size of uncompressed data */ - zip_string_t *filename; /* (cl) file name (NUL-terminated) */ - zip_extra_field_t *extra_fields; /* (cl) extra fields, parsed */ - zip_string_t *comment; /* (c) file comment */ - zip_uint32_t disk_number; /* (c) disk number start */ - zip_uint16_t int_attrib; /* (c) internal file attributes */ - zip_uint32_t ext_attrib; /* (c) external file attributes */ - zip_uint64_t offset; /* (c) offset of local header */ - - zip_uint32_t compression_level; /* level of compression to use (never valid in orig) */ - zip_uint16_t encryption_method; /* encryption method, computed from other fields */ - char *password; /* file specific encryption password */ - - time_t last_mod_mtime; /* cached last_mod in Unix time format */ -}; - -/* zip archive central directory */ - -struct zip_cdir { - zip_entry_t *entry; /* directory entries */ - zip_uint64_t nentry; /* number of entries */ - zip_uint64_t nentry_alloc; /* number of entries allocated */ - - zip_uint32_t this_disk; - zip_uint32_t eocd_disk; - zip_uint64_t disk_entries; /* number of entries on this disk */ - zip_uint64_t num_entries; /* number of entries on all disks */ - zip_uint64_t size; /* size of central directory */ - zip_uint64_t offset; /* offset of central directory in file */ - zip_uint64_t eocd_offset; /* offset of EOCD in file */ - zip_string_t *comment; /* zip archive comment */ - bool is_zip64; /* central directory in zip64 format */ -}; - -struct zip_extra_field { - zip_extra_field_t *next; - zip_flags_t flags; /* in local/central header */ - zip_uint16_t id; /* header id */ - zip_uint16_t size; /* data size */ - zip_uint8_t *data; -}; - -enum zip_source_write_state { - ZIP_SOURCE_WRITE_CLOSED, /* write is not in progress */ - ZIP_SOURCE_WRITE_OPEN, /* write is in progress */ - ZIP_SOURCE_WRITE_FAILED, /* commit failed, only rollback allowed */ - ZIP_SOURCE_WRITE_REMOVED /* file was removed */ -}; -typedef enum zip_source_write_state zip_source_write_state_t; - -struct zip_source { - zip_source_t *src; - union { - zip_source_callback f; - zip_source_layered_callback l; - } cb; - void *ud; - zip_error_t error; - zip_int64_t supports; /* supported commands */ - unsigned int open_count; /* number of times source was opened (directly or as lower layer) */ - zip_source_write_state_t write_state; /* whether source is open for writing */ - bool source_closed; /* set if source archive is closed */ - zip_t *source_archive; /* zip archive we're reading from, NULL if not from archive */ - unsigned int refcount; - bool eof; /* EOF reached */ - bool had_read_error; /* a previous ZIP_SOURCE_READ reported an error */ - zip_uint64_t bytes_read; /* for sources that don't support ZIP_SOURCE_TELL. */ -}; - -#define ZIP_SOURCE_IS_OPEN_READING(src) ((src)->open_count > 0) -#define ZIP_SOURCE_IS_OPEN_WRITING(src) ((src)->write_state == ZIP_SOURCE_WRITE_OPEN) -#define ZIP_SOURCE_IS_LAYERED(src) ((src)->src != NULL) - -/* entry in zip archive directory */ - -struct zip_entry { - zip_dirent_t *orig; - zip_dirent_t *changes; - zip_source_t *source; - bool deleted; -}; - - -/* file or archive comment, or filename */ - -struct zip_string { - zip_uint8_t *raw; /* raw string */ - zip_uint16_t length; /* length of raw string */ - enum zip_encoding_type encoding; /* autorecognized encoding */ - zip_uint8_t *converted; /* autoconverted string */ - zip_uint32_t converted_length; /* length of converted */ -}; - - -/* byte array */ - -/* For performance, we usually keep 8k byte arrays on the stack. - However, there are (embedded) systems with a stack size of 12k; - for those, use malloc()/free() */ - -#ifdef ZIP_ALLOCATE_BUFFER -#define DEFINE_BYTE_ARRAY(buf, size) zip_uint8_t *buf -#define byte_array_init(buf, size) (((buf) = (zip_uint8_t *)malloc(size)) != NULL) -#define byte_array_fini(buf) (free(buf)) -#else -#define DEFINE_BYTE_ARRAY(buf, size) zip_uint8_t buf[size] -#define byte_array_init(buf, size) (1) -#define byte_array_fini(buf) ((void)0) -#endif - - -/* bounds checked access to memory buffer */ - -struct zip_buffer { - bool ok; - bool free_data; - - zip_uint8_t *data; - zip_uint64_t size; - zip_uint64_t offset; -}; - -/* which files to write in which order */ - -struct zip_filelist { - zip_uint64_t idx; - const char *name; -}; - -typedef struct zip_filelist zip_filelist_t; - -struct _zip_winzip_aes; -typedef struct _zip_winzip_aes zip_winzip_aes_t; - -struct _zip_pkware_keys { - zip_uint32_t key[3]; -}; -typedef struct _zip_pkware_keys zip_pkware_keys_t; - -#define ZIP_MAX(a, b) ((a) > (b) ? (a) : (b)) -#define ZIP_MIN(a, b) ((a) < (b) ? (a) : (b)) - -#define ZIP_ENTRY_CHANGED(e, f) ((e)->changes && ((e)->changes->changed & (f))) -#define ZIP_ENTRY_DATA_CHANGED(x) ((x)->source != NULL) -#define ZIP_ENTRY_HAS_CHANGES(e) (ZIP_ENTRY_DATA_CHANGED(e) || (e)->deleted || ZIP_ENTRY_CHANGED((e), ZIP_DIRENT_ALL)) - -#define ZIP_IS_RDONLY(za) ((za)->ch_flags & ZIP_AFL_RDONLY) -#define ZIP_IS_TORRENTZIP(za) ((za)->flags & ZIP_AFL_IS_TORRENTZIP) -#define ZIP_WANT_TORRENTZIP(za) ((za)->ch_flags & ZIP_AFL_WANT_TORRENTZIP) - - -#ifdef HAVE_EXPLICIT_MEMSET -#define _zip_crypto_clear(b, l) explicit_memset((b), 0, (l)) -#else -#ifdef HAVE_EXPLICIT_BZERO -#define _zip_crypto_clear(b, l) explicit_bzero((b), (l)) -#else -#include -#define _zip_crypto_clear(b, l) memset((b), 0, (l)) -#endif -#endif - - -zip_int64_t _zip_add_entry(zip_t *); - -zip_uint8_t *_zip_buffer_data(zip_buffer_t *buffer); -bool _zip_buffer_eof(zip_buffer_t *buffer); -void _zip_buffer_free(zip_buffer_t *buffer); -zip_uint8_t *_zip_buffer_get(zip_buffer_t *buffer, zip_uint64_t length); -zip_uint16_t _zip_buffer_get_16(zip_buffer_t *buffer); -zip_uint32_t _zip_buffer_get_32(zip_buffer_t *buffer); -zip_uint64_t _zip_buffer_get_64(zip_buffer_t *buffer); -zip_uint8_t _zip_buffer_get_8(zip_buffer_t *buffer); -zip_uint64_t _zip_buffer_left(zip_buffer_t *buffer); -zip_buffer_t *_zip_buffer_new(zip_uint8_t *data, zip_uint64_t size); -zip_buffer_t *_zip_buffer_new_from_source(zip_source_t *src, zip_uint64_t size, zip_uint8_t *buf, zip_error_t *error); -zip_uint64_t _zip_buffer_offset(zip_buffer_t *buffer); -bool _zip_buffer_ok(zip_buffer_t *buffer); -zip_uint8_t *_zip_buffer_peek(zip_buffer_t *buffer, zip_uint64_t length); -int _zip_buffer_put(zip_buffer_t *buffer, const void *src, size_t length); -int _zip_buffer_put_16(zip_buffer_t *buffer, zip_uint16_t i); -int _zip_buffer_put_32(zip_buffer_t *buffer, zip_uint32_t i); -int _zip_buffer_put_64(zip_buffer_t *buffer, zip_uint64_t i); -int _zip_buffer_put_8(zip_buffer_t *buffer, zip_uint8_t i); -zip_uint64_t _zip_buffer_read(zip_buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length); -int _zip_buffer_skip(zip_buffer_t *buffer, zip_uint64_t length); -int _zip_buffer_set_offset(zip_buffer_t *buffer, zip_uint64_t offset); -zip_uint64_t _zip_buffer_size(zip_buffer_t *buffer); - -void _zip_cdir_free(zip_cdir_t *); -bool _zip_cdir_grow(zip_cdir_t *cd, zip_uint64_t additional_entries, zip_error_t *error); -zip_cdir_t *_zip_cdir_new(zip_error_t *); -zip_int64_t _zip_cdir_write(zip_t *za, const zip_filelist_t *filelist, zip_uint64_t survivors); -time_t _zip_d2u_time(const zip_dostime_t*); -void _zip_deregister_source(zip_t *za, zip_source_t *src); - -bool _zip_dirent_apply_attributes(zip_dirent_t *, zip_file_attributes_t *, bool, zip_uint32_t); -int zip_dirent_check_consistency(zip_dirent_t *dirent); -zip_dirent_t *_zip_dirent_clone(const zip_dirent_t *); -void _zip_dirent_free(zip_dirent_t *); -void _zip_dirent_finalize(zip_dirent_t *); -time_t zip_dirent_get_last_mod_mtime(zip_dirent_t *de); -void _zip_dirent_init(zip_dirent_t *); -bool _zip_dirent_needs_zip64(const zip_dirent_t *, zip_flags_t); -zip_dirent_t *_zip_dirent_new(void); -bool zip_dirent_process_ef_zip64(zip_dirent_t * zde, const zip_uint8_t * ef, zip_uint64_t got_len, bool local, zip_error_t * error); -zip_int64_t _zip_dirent_read(zip_dirent_t *zde, zip_source_t *src, zip_buffer_t *buffer, bool local, zip_uint64_t central_compressed_size, bool check_consistency, zip_error_t *error); -void _zip_dirent_set_version_needed(zip_dirent_t *de, bool force_zip64); -void zip_dirent_torrentzip_normalize(zip_dirent_t *de); - -zip_int32_t _zip_dirent_size(zip_source_t *src, zip_uint16_t, zip_error_t *); -int _zip_dirent_write(zip_t *za, zip_dirent_t *dirent, zip_flags_t flags); - -zip_extra_field_t *_zip_ef_clone(const zip_extra_field_t *, zip_error_t *); -zip_extra_field_t *_zip_ef_delete_by_id(zip_extra_field_t *, zip_uint16_t, zip_uint16_t, zip_flags_t); -void _zip_ef_free(zip_extra_field_t *); -const zip_uint8_t *_zip_ef_get_by_id(const zip_extra_field_t *, zip_uint16_t *, zip_uint16_t, zip_uint16_t, zip_flags_t, zip_error_t *); -zip_extra_field_t *_zip_ef_merge(zip_extra_field_t *, zip_extra_field_t *); -zip_extra_field_t *_zip_ef_new(zip_uint16_t, zip_uint16_t, const zip_uint8_t *, zip_flags_t); -bool _zip_ef_parse(const zip_uint8_t *, zip_uint16_t, zip_flags_t, zip_extra_field_t **, zip_error_t *); -zip_extra_field_t *_zip_ef_remove_internal(zip_extra_field_t *); -zip_uint16_t _zip_ef_size(const zip_extra_field_t *, zip_flags_t); -int _zip_ef_write(zip_t *za, const zip_extra_field_t *ef, zip_flags_t flags); - -void _zip_entry_finalize(zip_entry_t *); -void _zip_entry_init(zip_entry_t *); - -void _zip_error_clear(zip_error_t *); -void _zip_error_get(const zip_error_t *, int *, int *); - -void _zip_error_copy(zip_error_t *dst, const zip_error_t *src); - -const zip_uint8_t *_zip_extract_extra_field_by_id(zip_error_t *, zip_uint16_t, int, const zip_uint8_t *, zip_uint16_t, zip_uint16_t *); - -int _zip_file_extra_field_prepare_for_change(zip_t *, zip_uint64_t); -int _zip_file_fillbuf(void *, size_t, zip_file_t *); -zip_uint64_t _zip_file_get_end(const zip_t *za, zip_uint64_t index, zip_error_t *error); -zip_uint64_t _zip_file_get_offset(const zip_t *, zip_uint64_t, zip_error_t *); - -zip_dirent_t *_zip_get_dirent(zip_t *, zip_uint64_t, zip_flags_t, zip_error_t *); - -enum zip_encoding_type _zip_guess_encoding(zip_string_t *, enum zip_encoding_type); -zip_uint8_t *_zip_cp437_to_utf8(const zip_uint8_t *const, zip_uint32_t, zip_uint32_t *, zip_error_t *); - -bool _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip_error_t *error); -bool _zip_hash_delete(zip_hash_t *hash, const zip_uint8_t *key, zip_error_t *error); -void _zip_hash_free(zip_hash_t *hash); -zip_int64_t _zip_hash_lookup(zip_hash_t *hash, const zip_uint8_t *name, zip_flags_t flags, zip_error_t *error); -zip_hash_t *_zip_hash_new(zip_error_t *error); -bool _zip_hash_reserve_capacity(zip_hash_t *hash, zip_uint64_t capacity, zip_error_t *error); -bool _zip_hash_revert(zip_hash_t *hash, zip_error_t *error); - -int _zip_mkstempm(char *path, int mode, bool create_file); - -zip_t *_zip_open(zip_source_t *, unsigned int, zip_error_t *); - -void _zip_progress_end(zip_progress_t *progress); -void _zip_progress_free(zip_progress_t *progress); -int _zip_progress_start(zip_progress_t *progress); -int _zip_progress_subrange(zip_progress_t *progress, double start, double end); -int _zip_progress_update(zip_progress_t *progress, double value); - -/* this symbol is extern so it can be overridden for regression testing */ -ZIP_EXTERN bool zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length); -zip_uint32_t zip_random_uint32(void); - -int _zip_read(zip_source_t *src, zip_uint8_t *data, zip_uint64_t length, zip_error_t *error); -int _zip_read_at_offset(zip_source_t *src, zip_uint64_t offset, unsigned char *b, size_t length, zip_error_t *error); -zip_uint8_t *_zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_error_t *error); -int _zip_read_local_ef(zip_t *, zip_uint64_t); -zip_string_t *_zip_read_string(zip_buffer_t *buffer, zip_source_t *src, zip_uint16_t length, bool nulp, zip_error_t *error); -int _zip_register_source(zip_t *za, zip_source_t *src); - -void _zip_set_open_error(int *zep, const zip_error_t *err, int ze); - -bool zip_source_accept_empty(zip_source_t *src); -zip_int64_t _zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t command); -bool _zip_source_eof(zip_source_t *); -int zip_source_get_dos_time(zip_source_t *src, zip_dostime_t *dos_time); - -zip_source_t *_zip_source_file_or_p(const char *, FILE *, zip_uint64_t, zip_int64_t, const zip_stat_t *, zip_error_t *error); -bool _zip_source_had_error(zip_source_t *); -void _zip_source_invalidate(zip_source_t *src); -zip_source_t *_zip_source_new(zip_error_t *error); -int _zip_source_set_source_archive(zip_source_t *, zip_t *); -zip_source_t *_zip_source_window_new(zip_source_t *src, zip_uint64_t start, zip_int64_t length, zip_stat_t *st, zip_uint64_t st_invalid, zip_file_attributes_t *attributes, zip_dostime_t *dostime, zip_t *source_archive, zip_uint64_t source_index, bool take_ownership, zip_error_t *error); - -int _zip_stat_merge(zip_stat_t *dst, const zip_stat_t *src, zip_error_t *error); -int _zip_string_equal(const zip_string_t *a, const zip_string_t *b); -void _zip_string_free(zip_string_t *string); -zip_uint32_t _zip_string_crc32(const zip_string_t *string); -const zip_uint8_t *_zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error); -bool _zip_string_is_ascii(const zip_string_t *string); -zip_uint16_t _zip_string_length(const zip_string_t *string); -zip_string_t *_zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, zip_error_t *error); -int _zip_string_write(zip_t *za, const zip_string_t *string); -bool _zip_winzip_aes_decrypt(zip_winzip_aes_t *ctx, zip_uint8_t *data, zip_uint64_t length); -bool _zip_winzip_aes_encrypt(zip_winzip_aes_t *ctx, zip_uint8_t *data, zip_uint64_t length); -bool _zip_winzip_aes_finish(zip_winzip_aes_t *ctx, zip_uint8_t *hmac); -void _zip_winzip_aes_free(zip_winzip_aes_t *ctx); -zip_winzip_aes_t *_zip_winzip_aes_new(const zip_uint8_t *password, zip_uint64_t password_length, const zip_uint8_t *salt, zip_uint16_t key_size, zip_uint8_t *password_verify, zip_error_t *error); - -void _zip_pkware_encrypt(zip_pkware_keys_t *keys, zip_uint8_t *out, const zip_uint8_t *in, zip_uint64_t len); -void _zip_pkware_decrypt(zip_pkware_keys_t *keys, zip_uint8_t *out, const zip_uint8_t *in, zip_uint64_t len); -zip_pkware_keys_t *_zip_pkware_keys_new(zip_error_t *error); -void _zip_pkware_keys_free(zip_pkware_keys_t *keys); -void _zip_pkware_keys_reset(zip_pkware_keys_t *keys); - -int _zip_changed(const zip_t *, zip_uint64_t *); -const char *_zip_get_name(zip_t *, zip_uint64_t, zip_flags_t, zip_error_t *); -int _zip_local_header_read(zip_t *, int); -void *_zip_memdup(const void *, size_t, zip_error_t *); -zip_int64_t _zip_name_locate(zip_t *, const char *, zip_flags_t, zip_error_t *); -zip_t *_zip_new(zip_error_t *); - -zip_int64_t _zip_file_replace(zip_t *, zip_uint64_t, const char *, zip_source_t *, zip_flags_t); -int _zip_set_name(zip_t *, zip_uint64_t, const char *, zip_flags_t); -int _zip_u2d_time(time_t, zip_dostime_t *, zip_error_t *); -int _zip_unchange(zip_t *, zip_uint64_t, int); -void _zip_unchange_data(zip_entry_t *); -int _zip_write(zip_t *za, const void *data, zip_uint64_t length); - -#endif /* _HAD_ZIPINT_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/libzip-config.cmake.in b/proj-web/thirdparty/libzip-1.11.3/libzip-config.cmake.in deleted file mode 100644 index 8061530..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/libzip-config.cmake.in +++ /dev/null @@ -1,45 +0,0 @@ -@PACKAGE_INIT@ - -# We need to supply transitive dependencies if this config is for a static library -set(IS_SHARED @BUILD_SHARED_LIBS@) -if (NOT IS_SHARED) - include(CMakeFindDependencyMacro) - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/modules") - - set(ENABLE_BZIP2 @BZIP2_FOUND@) - set(ENABLE_LZMA @LIBLZMA_FOUND@) - set(ENABLE_ZSTD @ZSTD_FOUND@) - set(ENABLE_GNUTLS @GNUTLS_FOUND@) - set(ENABLE_MBEDTLS @MBEDTLS_FOUND@) - set(ENABLE_OPENSSL @OPENSSL_FOUND@) - - find_dependency(ZLIB 1.1.2) - if(ENABLE_BZIP2) - find_dependency(BZip2) - endif() - - if(ENABLE_LZMA) - find_dependency(LibLZMA 5.2) - endif() - - if(ENABLE_ZSTD) - find_dependency(zstd 1.3.6) - endif() - - if(ENABLE_GNUTLS) - find_dependency(Nettle 3.0) - find_dependency(GnuTLS) - endif() - if(ENABLE_MBEDTLS) - find_dependency(MbedTLS 1.0) - endif() - if(ENABLE_OPENSSL) - find_dependency(OpenSSL) - endif() -endif() - -# Provide all our library targets to users. -include("${CMAKE_CURRENT_LIST_DIR}/libzip-targets.cmake") - -check_required_components(libzip) - diff --git a/proj-web/thirdparty/libzip-1.11.3/libzip.pc.in b/proj-web/thirdparty/libzip-1.11.3/libzip.pc.in deleted file mode 100644 index d51b0ab..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/libzip.pc.in +++ /dev/null @@ -1,14 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=${prefix} -bindir=@bindir@ -libdir=@libdir@ -includedir=@includedir@ - -zipcmp=${bindir}/zipcmp - -Name: libzip -Description: library for handling zip archives -Version: @PROJECT_VERSION@ -Libs: @PKG_CONFIG_RPATH@ -L${libdir} -lzip -Libs.private: @LIBS@ -Cflags: -I${includedir} diff --git a/proj-web/thirdparty/libzip-1.11.3/man/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/man/CMakeLists.txt deleted file mode 100644 index 14173e0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/CMakeLists.txt +++ /dev/null @@ -1,169 +0,0 @@ -set(MAN_PAGES - ZIP_SOURCE_GET_ARGS.3 - libzip.3 - zip_add.3 - zip_add_dir.3 - zip_close.3 - zip_compression_method_supported.3 - zip_delete.3 - zip_dir_add.3 - zip_discard.3 - zip_encryption_method_supported.3 - zip_error_clear.3 - zip_error_code_system.3 - zip_error_code_zip.3 - zip_error_fini.3 - zip_error_get.3 - zip_error_get_sys_type.3 - zip_error_init.3 - zip_error_set.3 - zip_error_set_from_source.3 - zip_error_strerror.3 - zip_error_system_type.3 - zip_error_to_data.3 - zip_error_to_str.3 - zip_errors.3 - zip_fclose.3 - zip_fdopen.3 - zip_file_add.3 - zip_file_attributes_init.3 - zip_file_extra_field_delete.3 - zip_file_extra_field_get.3 - zip_file_extra_field_set.3 - zip_file_extra_fields_count.3 - zip_file_get_comment.3 - zip_file_get_error.3 - zip_file_get_external_attributes.3 - zip_file_rename.3 - zip_file_set_comment.3 - zip_file_set_encryption.3 - zip_file_set_external_attributes.3 - zip_file_set_mtime.3 - zip_file_strerror.3 - zip_fopen.3 - zip_fopen_encrypted.3 - zip_fread.3 - zip_fseek.3 - zip_ftell.3 - zip_get_archive_comment.3 - zip_get_archive_flag.3 - zip_get_error.3 - zip_get_file_comment.3 - zip_get_name.3 - zip_get_num_entries.3 - zip_get_num_files.3 - zip_libzip_version.3 - zip_name_locate.3 - zip_open.3 - zip_register_cancel_callback_with_state.3 - zip_register_progress_callback.3 - zip_register_progress_callback_with_state.3 - zip_rename.3 - zip_set_archive_comment.3 - zip_set_archive_flag.3 - zip_set_default_password.3 - zip_set_file_comment.3 - zip_set_file_compression.3 - zip_source.3 - zip_source_begin_write.3 - zip_source_buffer.3 - zip_source_buffer_fragment.3 - zip_source_close.3 - zip_source_commit_write.3 - zip_source_error.3 - zip_source_file.3 - zip_source_filep.3 - zip_source_free.3 - zip_source_function.3 - zip_source_is_deleted.3 - zip_source_is_seekable.3 - zip_source_layered.3 - zip_source_keep.3 - zip_source_make_command_bitmap.3 - zip_source_open.3 - zip_source_read.3 - zip_source_rollback_write.3 - zip_source_seek.3 - zip_source_seek_compute_offset.3 - zip_source_seek_write.3 - zip_source_stat.3 - zip_source_tell.3 - zip_source_tell_write.3 - zip_source_win32a.3 - zip_source_win32handle.3 - zip_source_win32w.3 - zip_source_window_create.3 - zip_source_write.3 - zip_source_zip.3 - zip_source_zip_file.3 - zip_stat.3 - zip_stat_init.3 - zip_unchange.3 - zip_unchange_all.3 - zip_unchange_archive.3 - zipcmp.1 - zipmerge.1 - ziptool.1 -) - -foreach(MAN_PAGE ${MAN_PAGES}) - string(REGEX REPLACE "[1-9]$" "${DOCUMENTATION_FORMAT}" SOURCE_FILE ${MAN_PAGE}) - if(LIBZIP_DO_INSTALL) - if (DOCUMENTATION_FORMAT MATCHES "html") - install(FILES ${PROJECT_BINARY_DIR}/man/${MAN_PAGE} DESTINATION ${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME} RENAME ${SOURCE_FILE}) - else() - string(REGEX REPLACE ".*(.)$" "man\\1" SUBDIR ${MAN_PAGE}) - install(FILES ${PROJECT_BINARY_DIR}/man/${MAN_PAGE} DESTINATION ${CMAKE_INSTALL_MANDIR}/${SUBDIR}) - endif() - endif() - # configure_file does not find out about updates to the sources, and it does not provide a target - #configure_file(${SOURCE_FILE} ${MAN_PAGE} COPYONLY) - add_custom_command(OUTPUT ${MAN_PAGE} - DEPENDS ${SOURCE_FILE} - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/${SOURCE_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${MAN_PAGE} - COMMENT "Preparing ${MAN_PAGE}" - ) - - string(REGEX REPLACE "[1-9]$" "html" HTML_FILE ${MAN_PAGE}) - string(REGEX REPLACE "[1-9]$" "man" MAN_FILE ${MAN_PAGE}) - string(REGEX REPLACE "[1-9]$" "mdoc" MDOC_FILE ${MAN_PAGE}) - - # html re-generation - add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${HTML_FILE} - DEPENDS ${MDOC_FILE} - COMMAND ${CMAKE_COMMAND} -DIN=${CMAKE_CURRENT_SOURCE_DIR}/${MDOC_FILE} -DOUT=${CMAKE_CURRENT_BINARY_DIR}/${HTML_FILE} -P ${CMAKE_CURRENT_SOURCE_DIR}/update-html.cmake - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}/${HTML_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/${HTML_FILE} - ) - list(APPEND UPDATEHTML ${CMAKE_CURRENT_BINARY_DIR}/${HTML_FILE}) - - # man re-generation - add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${MAN_FILE} - DEPENDS ${MDOC_FILE} - COMMAND ${CMAKE_COMMAND} -DIN=${CMAKE_CURRENT_SOURCE_DIR}/${MDOC_FILE} -DOUT=${CMAKE_CURRENT_BINARY_DIR}/${MAN_FILE} -P ${CMAKE_CURRENT_SOURCE_DIR}/update-man.cmake - COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}/${MAN_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/${MAN_FILE} - ) - list(APPEND UPDATEMAN ${CMAKE_CURRENT_BINARY_DIR}/${MAN_FILE}) -endforeach() -add_custom_target(man ALL DEPENDS ${MAN_PAGES}) -add_custom_target(update-man DEPENDS ${UPDATEMAN}) -add_custom_target(update-html DEPENDS ${UPDATEHTML}) - -file(STRINGS links MANPAGE_LINKS) -foreach(LINKS_LINE ${MANPAGE_LINKS}) - if(${LINKS_LINE} MATCHES "(.*) (.*)") - set(SOURCE ${CMAKE_MATCH_1}) - set(TARGET ${CMAKE_MATCH_2}) - if(LIBZIP_DO_INSTALL) - if (DOCUMENTATION_FORMAT MATCHES "html") - INSTALL(FILES ${PROJECT_BINARY_DIR}/man/${SOURCE}.3 DESTINATION ${CMAKE_INSTALL_DOCDIR}/${PROJECT_NAME} RENAME ${TARGET}.html) - else() - INSTALL(FILES ${PROJECT_BINARY_DIR}/man/${SOURCE}.3 DESTINATION ${CMAKE_INSTALL_MANDIR}/man3 RENAME ${TARGET}.3) - endif() - endif() - endif() -endforeach() - -add_custom_target(update_zip_errors - COMMAND sh ${PROJECT_SOURCE_DIR}/man/make_zip_errors.sh ${CMAKE_SOURCE_DIR}/lib/zip.h ${PROJECT_SOURCE_DIR}/man/zip_errors.mdoc - DEPENDS ${CMAKE_SOURCE_DIR}/lib/zip.h ${PROJECT_SOURCE_DIR}/man/zip_errors.mdoc -) diff --git a/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.html b/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.man b/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.man deleted file mode 100644 index efe22ef..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.man +++ /dev/null @@ -1,83 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" ZIP_SOURCE_GET_ARGS -- validate and cast arguments to source callback -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_GET_ARGS" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBZIP_SOURCE_GET_ARGS\fR -\- validate and cast arguments to source callback -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fItype *\fR -.br -.PD 0 -.HP 4n -\fBZIP_SOURCE_GET_ARGS\fR(\fItype\fR, \fIvoid\ *data\fR, \fIzip_uint64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The -\fBZIP_SOURCE_GET_ARGS\fR() -macro casts -\fIdata\fR -to a pointer to -\fItype\fR. -.SH "RETURN VALUES" -On success, -\fBZIP_SOURCE_GET_ARGS\fR() -returns -\fIdata\fR. -In case of error, it returns -\fRNULL\fR -and sets -\fIerror\fR. -.SH "ERRORS" -\fBZIP_SOURCE_GET_ARGS\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIlen\fR -is less than the size of -\fItype\fR -.SH "SEE ALSO" -libzip(3), -zip_source_function(3) -.SH "HISTORY" -\fBZIP_SOURCE_GET_ARGS\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.mdoc deleted file mode 100644 index 25b8193..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/ZIP_SOURCE_GET_ARGS.mdoc +++ /dev/null @@ -1,79 +0,0 @@ -.\" ZIP_SOURCE_GET_ARGS -- validate and cast arguments to source callback -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_GET_ARGS 3 -.Os -.Sh NAME -.Nm ZIP_SOURCE_GET_ARGS -.Nd validate and cast arguments to source callback -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft type * -.Fn ZIP_SOURCE_GET_ARGS "type" "void *data" "zip_uint64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The -.Fn ZIP_SOURCE_GET_ARGS -macro casts -.Ar data -to a pointer to -.Ar type . -.Sh RETURN VALUES -On success, -.Fn ZIP_SOURCE_GET_ARGS -returns -.Ar data . -In case of error, it returns -.Dv NULL -and sets -.Ar error . -.Sh ERRORS -.Fn ZIP_SOURCE_GET_ARGS -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar len -is less than the size of -.Ar type -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source_function 3 -.Sh HISTORY -.Fn ZIP_SOURCE_GET_ARGS -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/handle_links b/proj-web/thirdparty/libzip-1.11.3/man/handle_links deleted file mode 100644 index 7c2ed37..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/handle_links +++ /dev/null @@ -1,74 +0,0 @@ -#!/usr/bin/env perl - -use strict; - -my $operation = shift @ARGV; - -if ($operation !~ m/^(install|uninstall)$/) { - print STDERR "$0: unknown operation $operation\n"; - exit(1); -} - -my %options = (); - -for my $arg (@ARGV) { - if ($arg =~ m/([^=]*)=(.*)/) { - $options{$1} = $2; - } - else { - print STDERR "$0: can't parse option [$arg]\n"; - exit(1); - } -} - -for my $option (qw(command directory extension file)) { - unless (defined($options{$option})) { - print STDERR "$0: required variable $option not provided\n"; - exit(1); - } -} - -my $fh; -unless (open $fh, '<', $options{file}) { - print STDERR "$0: can't open links file '$options{file}': $!"; - exit(1); -} - -my @cmd = split /\s+/, $options{command}; - -while (my $line = <$fh>) { - chomp $line; - my @args = split /\s+/, $line; - - process(@args); -} - -sub process { - my ($source, @destinations) = @_; - - my @args = (@cmd); - - if ($operation eq 'install') { - push @args, "$options{directory}/$source.$options{extension}"; - } - - for my $destination (@destinations) { - push @args, "$options{directory}/$destination.$options{extension}"; - run_command(@args); - pop @args; - } -} - -sub run_command { - print (join ' ', @_); - print "\n"; - - my $ret = system(@_); - - if ($ret != 0) { - print STDERR "$0: command failed: $?\n"; - exit(1); - } - - return 1; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/man/libzip.html b/proj-web/thirdparty/libzip-1.11.3/man/libzip.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/libzip.man b/proj-web/thirdparty/libzip-1.11.3/man/libzip.man deleted file mode 100644 index b27335a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/libzip.man +++ /dev/null @@ -1,364 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" libzip.mdoc -- general overview of available functions -.\" Copyright (C) 2005-2024 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "LIBZIP" "3" "August 21, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBlibzip\fR -\- library for manipulating zip archives -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.SH "DESCRIPTION" -\fBlibzip\fR -is a library for reading, creating, and modifying zip archives. -.PP -The main design criteria for -\fBlibzip\fR -were: -.PD 0 -.TP 4n -\fB\(bu\fR -Do not create corrupt files, even in case of errors. -.TP 4n -\fB\(bu\fR -Do not delete data. -.TP 4n -\fB\(bu\fR -Be efficient. -.PD -.PP -For this reason, when modifying zip archives, -\fBlibzip\fR -writes to a temporary file and replaces the original -zip archive atomically. -.PP -Below there are two sections listing functions: one for how to read -from zip archives and one for how to create/modify them. -.SH "GENERAL NOTES" -Unless explicitly documented, functions should not be passed -\fRNULL\fR -pointers as arguments. -.SH "FILE NAMES" -.SS "Encoding" -Names of files in the host file system are expected in UTF-8 encoding. -On Windows, variants for ASCII and UTF-16 are also available. -.PP -Names of files inside archives are by default expected in UTF-8 encoding. -Other encodings can be requested by using the flags -\fRZIP_FL_ENC_CP437\fR -and -\fRZIP_FL_ENC_RAW\fR. -.PP -For details see the relevant man pages. -.SS "Directory Separator" -The zip format requires the use of forward slash -(\(oq/\(cq) -as directory separator. -Since backslash -(\(oq\e\(cq) -can be part of a valid file name on Unix systems, -\fBlibzip\fR -does not automatically convert them, even on Windows. -It is the responsibility of the programmer to ensure that all -directory separators are passed as forward slashes to -\fBlibzip\fR. -.SH "THREAD SAFETY" -In general, different zip archives opened by -\fBlibzip\fR -are independent of each other and can be used by parallel-running -threads without locking. -If you want to use an archive from multiple threads, you have to -synchronize access to it yourself. -If you use an archive as a source for -zip_file_add(3) -or -zip_file_replace(3), -access to the target archive must be synchronized with access to the -source archive as well. -.SH "READING ZIP ARCHIVES" -.SS "Open Archive" -.TP 4n -\fB\(bu\fR -zip_open(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_fdopen(3) -.PD -.SS "Find Files" -.TP 4n -\fB\(bu\fR -zip_name_locate(3) -.SS "Read Files" -.TP 4n -\fB\(bu\fR -zip_fopen(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_fopen_encrypted(3) -.TP 4n -\fB\(bu\fR -zip_fopen_index(3) -.TP 4n -\fB\(bu\fR -zip_fopen_index_encrypted(3) -.TP 4n -\fB\(bu\fR -zip_fread(3) -.TP 4n -\fB\(bu\fR -zip_file_is_seekable(3) -.TP 4n -\fB\(bu\fR -zip_fseek(3) -(uncompressed files only) -.TP 4n -\fB\(bu\fR -zip_ftell(3) -.TP 4n -\fB\(bu\fR -zip_fclose(3) -.PD -.SS "Close Archive" -.TP 4n -\fB\(bu\fR -zip_close(3) -.SS "Miscellaneous" -.TP 4n -\fB\(bu\fR -zip_stat(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_compression_method_supported(3) -.TP 4n -\fB\(bu\fR -zip_encryption_method_supported(3) -.TP 4n -\fB\(bu\fR -zip_file_get_comment(3) -.TP 4n -\fB\(bu\fR -zip_file_get_external_attributes(3) -.TP 4n -\fB\(bu\fR -zip_get_archive_comment(3) -.TP 4n -\fB\(bu\fR -zip_get_archive_flag(3) -.TP 4n -\fB\(bu\fR -zip_get_name(3) -.TP 4n -\fB\(bu\fR -zip_get_num_entries(3) -.TP 4n -\fB\(bu\fR -zip_set_default_password(3) -.TP 4n -\fB\(bu\fR -zip_source_pass_to_lower_layer(3) -.PD -.SH "CREATING/MODIFYING ZIP ARCHIVES" -.SS "Create/Open Archive" -.TP 4n -\fB\(bu\fR -zip_open(3) -.SS "Add/Change Files and Directories" -.TP 4n -\fB\(bu\fR -zip_dir_add(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_file_add(3) -.TP 4n -\fB\(bu\fR -zip_file_replace(3) -.TP 4n -\fB\(bu\fR -zip_file_set_comment(3) -.TP 4n -\fB\(bu\fR -zip_file_set_dostime(3) -.TP 4n -\fB\(bu\fR -zip_file_set_external_attributes(3) -.TP 4n -\fB\(bu\fR -zip_file_set_encryption(3) -.TP 4n -\fB\(bu\fR -zip_file_set_mtime(3) -.TP 4n -\fB\(bu\fR -zip_set_file_compression(3) -.TP 4n -\fB\(bu\fR -zip_source_buffer(3) -.TP 4n -\fB\(bu\fR -zip_source_file(3) -.TP 4n -\fB\(bu\fR -zip_source_filep(3) -.TP 4n -\fB\(bu\fR -zip_source_free(3) -.TP 4n -\fB\(bu\fR -zip_source_function(3) -.TP 4n -\fB\(bu\fR -zip_source_layered(3) -.TP 4n -\fB\(bu\fR -zip_source_zip(3) -.PD -.SS "Rename Files" -.TP 4n -\fB\(bu\fR -zip_rename(3) -.SS "Delete Files" -.TP 4n -\fB\(bu\fR -zip_delete(3) -.SS "Revert Changes" -.TP 4n -\fB\(bu\fR -zip_unchange(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_unchange_all(3) -.TP 4n -\fB\(bu\fR -zip_unchange_archive(3) -.PD -.SS "Read/Modify Extra Fields" -.TP 4n -\fB\(bu\fR -zip_file_extra_field_delete(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_file_extra_field_delete_by_id(3) -.TP 4n -\fB\(bu\fR -zip_file_extra_field_get(3) -.TP 4n -\fB\(bu\fR -zip_file_extra_field_get_by_id(3) -.TP 4n -\fB\(bu\fR -zip_file_extra_field_set(3) -.TP 4n -\fB\(bu\fR -zip_file_extra_fields_count(3) -.TP 4n -\fB\(bu\fR -zip_file_extra_fields_count_by_id(3) -.PD -.SS "Close Archive (Writing)" -.TP 4n -\fB\(bu\fR -zip_close(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_discard(3) -.PD -.SS "Miscellaneous (Writing)" -.TP 4n -\fB\(bu\fR -zip_file_attributes_init(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_libzip_version(3) -.TP 4n -\fB\(bu\fR -zip_register_cancel_callback_with_state(3) -.TP 4n -\fB\(bu\fR -zip_register_progress_callback_with_state(3) -.TP 4n -\fB\(bu\fR -zip_set_archive_comment(3) -.TP 4n -\fB\(bu\fR -zip_set_archive_flag(3) -.TP 4n -\fB\(bu\fR -zip_source(3) -.PD -.SH "ERROR HANDLING" -.TP 4n -\fB\(bu\fR -zip_error_strerror(3) -.PD 0 -.TP 4n -\fB\(bu\fR -zip_strerror(3) -.TP 4n -\fB\(bu\fR -zip_file_strerror(3) -.TP 4n -\fB\(bu\fR -zip_file_get_error(3) -.TP 4n -\fB\(bu\fR -zip_get_error(3) -.TP 4n -\fB\(bu\fR -zip_error_init_with_code(3) -.TP 4n -\fB\(bu\fR -zip_error_set(3) -.TP 4n -\fB\(bu\fR -zip_error_set_from_source(3) -.TP 4n -\fB\(bu\fR -zip_error_system_type(3) -.TP 4n -\fB\(bu\fR -zip_errors(3) -.PD -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/libzip.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/libzip.mdoc deleted file mode 100644 index 0490f37..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/libzip.mdoc +++ /dev/null @@ -1,299 +0,0 @@ -.\" libzip.mdoc -- general overview of available functions -.\" Copyright (C) 2005-2024 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd August 21, 2024 -.Dt LIBZIP 3 -.Os -.Sh NAME -.Nm libzip -.Nd library for manipulating zip archives -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Sh DESCRIPTION -.Nm -is a library for reading, creating, and modifying zip archives. -.Pp -The main design criteria for -.Nm -were: -.Bl -bullet -compact -.It -Do not create corrupt files, even in case of errors. -.It -Do not delete data. -.It -Be efficient. -.El -.Pp -For this reason, when modifying zip archives, -.Nm -writes to a temporary file and replaces the original -zip archive atomically. -.Pp -Below there are two sections listing functions: one for how to read -from zip archives and one for how to create/modify them. -.Sh GENERAL NOTES -Unless explicitly documented, functions should not be passed -.Dv NULL -pointers as arguments. -.Sh FILE NAMES -.Ss Encoding -Names of files in the host file system are expected in UTF-8 encoding. -On Windows, variants for ASCII and UTF-16 are also available. -.Pp -Names of files inside archives are by default expected in UTF-8 encoding. -Other encodings can be requested by using the flags -.Dv ZIP_FL_ENC_CP437 -and -.Dv ZIP_FL_ENC_RAW . -.Pp -For details see the relevant man pages. -.Ss Directory Separator -The zip format requires the use of forward slash -.Pq Sq / -as directory separator. -Since backslash -.Pq Sq \e -can be part of a valid file name on Unix systems, -.Nm -does not automatically convert them, even on Windows. -It is the responsibility of the programmer to ensure that all -directory separators are passed as forward slashes to -.Nm . -.Sh THREAD SAFETY -In general, different zip archives opened by -.Nm -are independent of each other and can be used by parallel-running -threads without locking. -If you want to use an archive from multiple threads, you have to -synchronize access to it yourself. -If you use an archive as a source for -.Xr zip_file_add 3 -or -.Xr zip_file_replace 3 , -access to the target archive must be synchronized with access to the -source archive as well. -.Sh READING ZIP ARCHIVES -.Ss Open Archive -.Bl -bullet -compact -.It -.Xr zip_open 3 -.It -.Xr zip_fdopen 3 -.El -.Ss Find Files -.Bl -bullet -compact -.It -.Xr zip_name_locate 3 -.El -.Ss Read Files -.Bl -bullet -compact -.It -.Xr zip_fopen 3 -.It -.Xr zip_fopen_encrypted 3 -.It -.Xr zip_fopen_index 3 -.It -.Xr zip_fopen_index_encrypted 3 -.It -.Xr zip_fread 3 -.It -.Xr zip_file_is_seekable 3 -.It -.Xr zip_fseek 3 -(uncompressed files only) -.It -.Xr zip_ftell 3 -.It -.Xr zip_fclose 3 -.El -.Ss Close Archive -.Bl -bullet -compact -.It -.Xr zip_close 3 -.El -.Ss Miscellaneous -.Bl -bullet -compact -.It -.Xr zip_stat 3 -.It -.Xr zip_compression_method_supported 3 -.It -.Xr zip_encryption_method_supported 3 -.It -.Xr zip_file_get_comment 3 -.It -.Xr zip_file_get_external_attributes 3 -.It -.Xr zip_get_archive_comment 3 -.It -.Xr zip_get_archive_flag 3 -.It -.Xr zip_get_name 3 -.It -.Xr zip_get_num_entries 3 -.It -.Xr zip_set_default_password 3 -.It -.Xr zip_source_pass_to_lower_layer 3 -.El -.Sh CREATING/MODIFYING ZIP ARCHIVES -.Ss Create/Open Archive -.Bl -bullet -compact -.It -.Xr zip_open 3 -.El -.Ss Add/Change Files and Directories -.Bl -bullet -compact -.It -.Xr zip_dir_add 3 -.It -.Xr zip_file_add 3 -.It -.Xr zip_file_replace 3 -.It -.Xr zip_file_set_comment 3 -.It -.Xr zip_file_set_dostime 3 -.It -.Xr zip_file_set_external_attributes 3 -.It -.Xr zip_file_set_encryption 3 -.It -.Xr zip_file_set_mtime 3 -.It -.Xr zip_set_file_compression 3 -.It -.Xr zip_source_buffer 3 -.It -.Xr zip_source_file 3 -.It -.Xr zip_source_filep 3 -.It -.Xr zip_source_free 3 -.It -.Xr zip_source_function 3 -.It -.Xr zip_source_layered 3 -.It -.Xr zip_source_zip 3 -.El -.Ss Rename Files -.Bl -bullet -compact -.It -.Xr zip_rename 3 -.El -.Ss Delete Files -.Bl -bullet -compact -.It -.Xr zip_delete 3 -.El -.Ss Revert Changes -.Bl -bullet -compact -.It -.Xr zip_unchange 3 -.It -.Xr zip_unchange_all 3 -.It -.Xr zip_unchange_archive 3 -.El -.Ss Read/Modify Extra Fields -.Bl -bullet -compact -.It -.Xr zip_file_extra_field_delete 3 -.It -.Xr zip_file_extra_field_delete_by_id 3 -.It -.Xr zip_file_extra_field_get 3 -.It -.Xr zip_file_extra_field_get_by_id 3 -.It -.Xr zip_file_extra_field_set 3 -.It -.Xr zip_file_extra_fields_count 3 -.It -.Xr zip_file_extra_fields_count_by_id 3 -.El -.Ss Close Archive (Writing) -.Bl -bullet -compact -.It -.Xr zip_close 3 -.It -.Xr zip_discard 3 -.El -.Ss Miscellaneous (Writing) -.Bl -bullet -compact -.It -.Xr zip_file_attributes_init 3 -.It -.Xr zip_libzip_version 3 -.It -.Xr zip_register_cancel_callback_with_state 3 -.It -.Xr zip_register_progress_callback_with_state 3 -.It -.Xr zip_set_archive_comment 3 -.It -.Xr zip_set_archive_flag 3 -.It -.Xr zip_source 3 -.El -.Sh ERROR HANDLING -.Bl -bullet -compact -.It -.Xr zip_error_strerror 3 -.It -.Xr zip_strerror 3 -.It -.Xr zip_file_strerror 3 -.It -.Xr zip_file_get_error 3 -.It -.Xr zip_get_error 3 -.It -.Xr zip_error_init_with_code 3 -.It -.Xr zip_error_set 3 -.It -.Xr zip_error_set_from_source 3 -.It -.Xr zip_error_system_type 3 -.It -.Xr zip_errors 3 -.El -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/links b/proj-web/thirdparty/libzip-1.11.3/man/links deleted file mode 100644 index bf64b84..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/links +++ /dev/null @@ -1,27 +0,0 @@ -zip_add zip_replace -zip_error_clear zip_file_error_clear -zip_error_get zip_file_error_get -zip_error_init zip_error_init_with_code -zip_file_add zip_file_replace -zip_file_extra_field_delete zip_file_extra_field_delete_by_id -zip_file_extra_field_get zip_file_extra_field_get_by_id -zip_file_extra_fields_count zip_file_extra_fields_count_by_id -zip_file_set_mtime zip_file_set_dostime -zip_file_strerror zip_strerror -zip_fopen zip_fopen_index -zip_fopen_encrypted zip_fopen_index_encrypted -zip_fseek zip_file_is_seekable -zip_open zip_open_from_source -zip_source_begin_write zip_source_begin_write_cloning -zip_source_buffer zip_source_buffer_create -zip_source_buffer_fragment zip_source_buffer_fragment_create -zip_source_file zip_source_file_create -zip_source_filep zip_source_filep_create -zip_source_function zip_source_function_create -zip_source_layered zip_source_layered_create -zip_source_win32a zip_source_win32a_create -zip_source_win32handle zip_source_win32handle_create -zip_source_win32w zip_source_win32w_create -zip_source_zip zip_source_zip_create -zip_source_zip_file zip_source_zip_file_create -zip_stat zip_stat_index diff --git a/proj-web/thirdparty/libzip-1.11.3/man/update-html.cmake b/proj-web/thirdparty/libzip-1.11.3/man/update-html.cmake deleted file mode 100644 index 4bc469b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/update-html.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# expect variables IN and OUT -EXECUTE_PROCESS(COMMAND mandoc -T html -Oman=%N.html,style=../nih-man.css ${IN} - OUTPUT_VARIABLE HTML) -SET(LINKBASE "http://pubs.opengroup.org/onlinepubs/9699919799/functions/") -STRING(REGEX REPLACE "()" "\\1${LINKBASE}\\2\\3" HTML "${HTML}") -STRING(REGEX REPLACE "${LINKBASE}(libzip|zip)" "\\1" HTML "${HTML}") -STRING(REGEX REPLACE "NetBSD [0-9.]*" "NiH" HTML "${HTML}") -FILE(WRITE ${OUT}.new "${HTML}") -CONFIGURE_FILE(${OUT}.new ${OUT} COPYONLY) -FILE(REMOVE ${OUT}.new) - - diff --git a/proj-web/thirdparty/libzip-1.11.3/man/update-man.cmake b/proj-web/thirdparty/libzip-1.11.3/man/update-man.cmake deleted file mode 100644 index 2459e93..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/update-man.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# expect variables IN and OUT -EXECUTE_PROCESS(COMMAND mandoc -T man ${IN} OUTPUT_VARIABLE MAN) -STRING(REGEX REPLACE "(NetBSD|macOS) [0-9.]*" "NiH" MAN "${MAN}") -FILE(WRITE ${OUT}.new "${MAN}") -CONFIGURE_FILE(${OUT}.new ${OUT} COPYONLY) -FILE(REMOVE ${OUT}.new) - diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_add.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_add.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_add.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_add.man deleted file mode 100644 index 8f85e96..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_add.man +++ /dev/null @@ -1,106 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_add.mdoc -- add files to zip archive -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ADD" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_add\fR, -\fBzip_replace\fR -\- add file to zip archive or replace file in zip archive (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_add\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *name\fR, \fIzip_source_t\ *source\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_replace\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_add\fR() -is the obsolete version of -zip_file_add(3). -It is the same as calling -zip_file_add(3) -with an empty -\fIflags\fR -argument. -Similarly, the -\fBzip_replace\fR() -function is the obsolete version of -zip_file_replace(3). -It is the same as calling -zip_file_replace(3) -with an empty -\fIflags\fR -argument. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3) -.SH "HISTORY" -\fBzip_add\fR() -was added in libzip 0.6. -In libzip 0.10 the return type was changed from -\fIint\fR -to -\fIzip_int64_t\fR. -It was deprecated in libzip 0.11, use -\fBzip_file_add\fR() -instead. -.PP -\fBzip_replace\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -It was deprecated in libzip 0.11, use -\fBzip_file_replace\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_add.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_add.mdoc deleted file mode 100644 index 71bc4c8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_add.mdoc +++ /dev/null @@ -1,96 +0,0 @@ -.\" zip_add.mdoc -- add files to zip archive -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ADD 3 -.Os -.Sh NAME -.Nm zip_add , -.Nm zip_replace -.Nd add file to zip archive or replace file in zip archive (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_add "zip_t *archive" "const char *name" "zip_source_t *source" -.Ft int -.Fn zip_replace "zip_t *archive" "zip_uint64_t index" "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_add -is the obsolete version of -.Xr zip_file_add 3 . -It is the same as calling -.Xr zip_file_add 3 -with an empty -.Ar flags -argument. -Similarly, the -.Fn zip_replace -function is the obsolete version of -.Xr zip_file_replace 3 . -It is the same as calling -.Xr zip_file_replace 3 -with an empty -.Ar flags -argument. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 -.Sh HISTORY -.Fn zip_add -was added in libzip 0.6. -In libzip 0.10 the return type was changed from -.Vt int -to -.Vt zip_int64_t . -It was deprecated in libzip 0.11, use -.Fn zip_file_add -instead. -.Pp -.Fn zip_replace -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -It was deprecated in libzip 0.11, use -.Fn zip_file_replace -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.man deleted file mode 100644 index c2ef0bd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.man +++ /dev/null @@ -1,74 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_add_dir.mdoc -- add directory to zip archive -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ADD_DIR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_add_dir\fR -\- add directory to zip archive (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_add_dir\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *name\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_add_dir\fR() -is the obsolete version of -zip_dir_add(3). -It is the same as calling -zip_dir_add(3) -with an empty flags argument. -.SH "SEE ALSO" -libzip(3), -zip_dir_add(3) -.SH "HISTORY" -\fBzip_add_dir\fR() -was added in libzip 0.8. -In libzip 0.10 the return type was changed from -\fIint\fR -to -\fIzip_int64_t\fR. -It was deprecated in libzip 0.11, use -\fBzip_dir_add\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.mdoc deleted file mode 100644 index 4a6801b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_add_dir.mdoc +++ /dev/null @@ -1,69 +0,0 @@ -.\" zip_add_dir.mdoc -- add directory to zip archive -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ADD_DIR 3 -.Os -.Sh NAME -.Nm zip_add_dir -.Nd add directory to zip archive (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_add_dir "zip_t *archive" "const char *name" -.Sh DESCRIPTION -The function -.Fn zip_add_dir -is the obsolete version of -.Xr zip_dir_add 3 . -It is the same as calling -.Xr zip_dir_add 3 -with an empty flags argument. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_dir_add 3 -.Sh HISTORY -.Fn zip_add_dir -was added in libzip 0.8. -In libzip 0.10 the return type was changed from -.Vt int -to -.Vt zip_int64_t . -It was deprecated in libzip 0.11, use -.Fn zip_dir_add -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_close.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_close.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_close.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_close.man deleted file mode 100644 index d1c5a0e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_close.man +++ /dev/null @@ -1,153 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_close.mdoc -- close zip archive -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_CLOSE" "3" "January 23, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_close\fR -\- close zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_close\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_close\fR() -function writes any changes made to -\fIarchive\fR -to disk. -If -\fIarchive\fR -contains no files, the file is completely removed (no empty archive is -written), unless the archive flag -\fRZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE\fR -is set. -If successful, -\fIarchive\fR -is freed. -Otherwise -\fIarchive\fR -is left unchanged and must still be freed. -.PP -To close and free a zip archive without saving changes, use -zip_discard(3). -.PP -Progress updates for GUIs can be implemented using -zip_register_progress_callback_with_state(3). -Cancelling the write of an archive during -\fBzip_close\fR -can be implemented using -zip_register_cancel_callback_with_state(3). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_close\fR() -will fail if: -.TP 19n -[\fRZIP_ER_EOF\fR] -Unexpected end-of-file found while reading from a file. -.TP 19n -[\fRZIP_ER_INTERNAL\fR] -The callback function of an added or replaced file returned an -error but failed to report which. -.TP 19n -[\fRZIP_ER_INVAL\fR] -The -\fIpath\fR -argument is -\fRNULL\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_NOZIP\fR] -File is not a zip archive. -.TP 19n -[\fRZIP_ER_READ\fR] -A file read failed. -.TP 19n -[\fRZIP_ER_RENAME\fR] -A temporary file could not be renamed to its final name. -.TP 19n -[\fRZIP_ER_SEEK\fR] -A file seek failed. -.TP 19n -[\fRZIP_ER_TMPOPEN\fR] -A temporary file could not be created. -.TP 19n -[\fRZIP_ER_WRITE\fR] -A file write failed. -.TP 19n -[\fRZIP_ER_ZLIB\fR] -An error occurred while (de)compressing a stream with -zlib(3). -.PD 0 -.PP -Additionally, any errors returned by the callback function -for added or replaced files will be passed back. -.PD -.SH "SEE ALSO" -libzip(3), -zip_discard(3), -zip_fdopen(3), -zip_get_error(3), -zip_open(3), -zip_register_cancel_callback_with_state(3), -zip_register_progress_callback_with_state(3), -zip_set_archive_flag(3), -zip_strerror(3) -.SH "HISTORY" -\fBzip_close\fR() -was added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> -.SH "CAVEATS" -Please note that all indices, -zip_stat(3) -information and other data about the archive is invalid after -\fBzip_close\fR. -When you open the same file again, it will be a completely new -\fIzip_t\fR -structure. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_close.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_close.mdoc deleted file mode 100644 index 4716b9d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_close.mdoc +++ /dev/null @@ -1,136 +0,0 @@ -.\" zip_close.mdoc -- close zip archive -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd January 23, 2023 -.Dt ZIP_CLOSE 3 -.Os -.Sh NAME -.Nm zip_close -.Nd close zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_close "zip_t *archive" -.Sh DESCRIPTION -The -.Fn zip_close -function writes any changes made to -.Ar archive -to disk. -If -.Ar archive -contains no files, the file is completely removed (no empty archive is -written), unless the archive flag -.Dv ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE -is set. -If successful, -.Ar archive -is freed. -Otherwise -.Ar archive -is left unchanged and must still be freed. -.Pp -To close and free a zip archive without saving changes, use -.Xr zip_discard 3 . -.Pp -Progress updates for GUIs can be implemented using -.Xr zip_register_progress_callback_with_state 3 . -Cancelling the write of an archive during -.Nm -can be implemented using -.Xr zip_register_cancel_callback_with_state 3 . -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_close -will fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_EOF -Unexpected end-of-file found while reading from a file. -.It Bq Er ZIP_ER_INTERNAL -The callback function of an added or replaced file returned an -error but failed to report which. -.It Bq Er ZIP_ER_INVAL -The -.Ar path -argument is -.Dv NULL . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_NOZIP -File is not a zip archive. -.It Bq Er ZIP_ER_READ -A file read failed. -.It Bq Er ZIP_ER_RENAME -A temporary file could not be renamed to its final name. -.It Bq Er ZIP_ER_SEEK -A file seek failed. -.It Bq Er ZIP_ER_TMPOPEN -A temporary file could not be created. -.It Bq Er ZIP_ER_WRITE -A file write failed. -.It Bq Er ZIP_ER_ZLIB -An error occurred while (de)compressing a stream with -.Xr zlib 3 . -.El -Additionally, any errors returned by the callback function -for added or replaced files will be passed back. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_discard 3 , -.Xr zip_fdopen 3 , -.Xr zip_get_error 3 , -.Xr zip_open 3 , -.Xr zip_register_cancel_callback_with_state 3 , -.Xr zip_register_progress_callback_with_state 3 , -.Xr zip_set_archive_flag 3 , -.Xr zip_strerror 3 -.Sh HISTORY -.Fn zip_close -was added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at -.Sh CAVEATS -Please note that all indices, -.Xr zip_stat 3 -information and other data about the archive is invalid after -.Nm . -When you open the same file again, it will be a completely new -.Vt zip_t -structure. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.man deleted file mode 100644 index ca45d17..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.man +++ /dev/null @@ -1,70 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_compression_method_supported.mdoc -- return if compression method is supported -.\" Copyright (C) 2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_COMPRESSION_METHOD_SUPPORTED" "3" "April 2, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_compression_method_supported\fR -\- return if a compression method is supported -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_compression_method_supported\fR(\fIzip_int32_t\ method\fR, \fIint\ compress\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_compression_method_supported\fR() -returns if the compression method -\fImethod\fR -is supported for compression (if -\fIcompress\fR -is zero) or decompression (otherwise). -.SH "RETURN VALUES" -Returns 1 if the method is supported, 0 otherwise. -.SH "SEE ALSO" -libzip(3), -zip_encryption_method_supported(3), -zip_set_file_compression(3) -.SH "HISTORY" -\fBzip_compression_method_supported\fR() -was added in libzip 1.7.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.mdoc deleted file mode 100644 index 77553cf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_compression_method_supported.mdoc +++ /dev/null @@ -1,65 +0,0 @@ -.\" zip_compression_method_supported.mdoc -- return if compression method is supported -.\" Copyright (C) 2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd April 2, 2020 -.Dt ZIP_COMPRESSION_METHOD_SUPPORTED 3 -.Os -.Sh NAME -.Nm zip_compression_method_supported -.Nd return if a compression method is supported -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_compression_method_supported "zip_int32_t method" "int compress" -.Sh DESCRIPTION -The -.Fn zip_compression_method_supported -returns if the compression method -.Ar method -is supported for compression (if -.Ar compress -is zero) or decompression (otherwise). -.Sh RETURN VALUES -Returns 1 if the method is supported, 0 otherwise. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_encryption_method_supported 3 , -.Xr zip_set_file_compression 3 -.Sh HISTORY -.Fn zip_compression_method_supported -was added in libzip 1.7.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.man deleted file mode 100644 index f023bec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.man +++ /dev/null @@ -1,84 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_delete.mdoc -- delete files from zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_DELETE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_delete\fR -\- delete file from zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_delete\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR); -.PD -.SH "DESCRIPTION" -The file at position -\fIindex\fR -in the zip archive -\fIarchive\fR -is marked as deleted. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_delete\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_unchange(3) -.SH "HISTORY" -\fBzip_delete\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.mdoc deleted file mode 100644 index 0b622fe..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_delete.mdoc +++ /dev/null @@ -1,80 +0,0 @@ -.\" zip_delete.mdoc -- delete files from zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_DELETE 3 -.Os -.Sh NAME -.Nm zip_delete -.Nd delete file from zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_delete "zip_t *archive" "zip_uint64_t index" -.Sh DESCRIPTION -The file at position -.Ar index -in the zip archive -.Ar archive -is marked as deleted. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_delete -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_unchange 3 -.Sh HISTORY -.Fn zip_delete -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.man deleted file mode 100644 index 32427b0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.man +++ /dev/null @@ -1,116 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_dir_add.mdoc -- add directory to zip archive -.\" Copyright (C) 2006-2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_DIR_ADD" "3" "September 20, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_dir_add\fR -\- add directory to zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_dir_add\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *name\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_dir_add\fR() -adds a directory to a zip archive. -The argument -\fIarchive\fR -specifies the zip archive to which the directory should be added. -\fIname\fR -is the directory's name in the zip archive. -.PP -This function adds an entry to the archive. -It does not check whether a directory with that name exists in the -file system, nor does it add its contents if it does. -The -\fIflags\fR -argument can be any of: -.TP 22n -\fRZIP_FL_ENC_GUESS\fR -Guess encoding of -\fIname\fR -(default). -(Only CP-437 and UTF-8 are recognized.) -.TP 22n -\fRZIP_FL_ENC_UTF_8\fR -Interpret -\fIname\fR -as UTF-8. -.TP 22n -\fRZIP_FL_ENC_CP437\fR -Interpret -\fIname\fR -as code page 437 (CP-437). -.SH "RETURN VALUES" -Upon successful completion, the index of the new entry in the archive -is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_dir_add\fR() -fails if: -.TP 19n -[\fRZIP_ER_EXISTS\fR] -There is already an entry called -\fIname\fR -in the archive. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIarchive\fR -or -\fIname\fR -are -\fRNULL\fR, -or invalid UTF-8 encoded file names. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3) -.SH "HISTORY" -\fBzip_dir_add\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.mdoc deleted file mode 100644 index c4b697b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_dir_add.mdoc +++ /dev/null @@ -1,109 +0,0 @@ -.\" zip_dir_add.mdoc -- add directory to zip archive -.\" Copyright (C) 2006-2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 20, 2020 -.Dt ZIP_DIR_ADD 3 -.Os -.Sh NAME -.Nm zip_dir_add -.Nd add directory to zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_dir_add "zip_t *archive" "const char *name" "zip_flags_t flags" -.Sh DESCRIPTION -The function -.Fn zip_dir_add -adds a directory to a zip archive. -The argument -.Ar archive -specifies the zip archive to which the directory should be added. -.Ar name -is the directory's name in the zip archive. -.Pp -This function adds an entry to the archive. -It does not check whether a directory with that name exists in the -file system, nor does it add its contents if it does. -The -.Ar flags -argument can be any of: -.Bl -tag -width XZIPXFLXENCXSTRICTXX -.It Dv ZIP_FL_ENC_GUESS -Guess encoding of -.Ar name -(default). -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_UTF_8 -Interpret -.Ar name -as UTF-8. -.It Dv ZIP_FL_ENC_CP437 -Interpret -.Ar name -as code page 437 (CP-437). -.El -.Sh RETURN VALUES -Upon successful completion, the index of the new entry in the archive -is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_dir_add -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_EXISTS -There is already an entry called -.Ar name -in the archive. -.It Bq Er ZIP_ER_INVAL -.Ar archive -or -.Ar name -are -.Dv NULL , -or invalid UTF-8 encoded file names. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 -.Sh HISTORY -.Fn zip_dir_add -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.man deleted file mode 100644 index 217ae7a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.man +++ /dev/null @@ -1,66 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_discard.mdoc -- close zip archive and discard changes -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_DISCARD" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_discard\fR -\- close zip archive and discard changes -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_discard\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_discard\fR() -function closes -\fIarchive\fR -and frees the memory allocated for it. -Any changes to the archive are not written to disk and discarded. -.SH "SEE ALSO" -libzip(3), -zip_close(3) -.SH "HISTORY" -\fBzip_discard\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.mdoc deleted file mode 100644 index 5c4f3f4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_discard.mdoc +++ /dev/null @@ -1,61 +0,0 @@ -.\" zip_discard.mdoc -- close zip archive and discard changes -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_DISCARD 3 -.Os -.Sh NAME -.Nm zip_discard -.Nd close zip archive and discard changes -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_discard "zip_t *archive" -.Sh DESCRIPTION -The -.Fn zip_discard -function closes -.Ar archive -and frees the memory allocated for it. -Any changes to the archive are not written to disk and discarded. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_close 3 -.Sh HISTORY -.Fn zip_discard -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.man deleted file mode 100644 index 8b09aea..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.man +++ /dev/null @@ -1,70 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_encryption_method_supported.mdoc -- return if encryption method is supported -.\" Copyright (C) 2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ENCRYPTION_METHOD_SUPPORTED" "3" "April 2, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_encryption_method_supported\fR -\- return if an encryption method is supported -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_encryption_method_supported\fR(\fIzip_int16_t\ method\fR, \fIint\ encrypt\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_encryption_method_supported\fR() -returns if the encryption method -\fImethod\fR -is supported for encryption (if -\fIencrypt\fR -is zero) or decryption (otherwise). -.SH "RETURN VALUES" -Returns 1 if the method is supported, 0 otherwise. -.SH "SEE ALSO" -libzip(3), -zip_compression_method_supported(3), -zip_file_set_encryption(3) -.SH "HISTORY" -\fBzip_encryption_method_supported\fR() -was added in libzip 1.7.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.mdoc deleted file mode 100644 index 84c0ae8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_encryption_method_supported.mdoc +++ /dev/null @@ -1,65 +0,0 @@ -.\" zip_encryption_method_supported.mdoc -- return if encryption method is supported -.\" Copyright (C) 2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd April 2, 2020 -.Dt ZIP_ENCRYPTION_METHOD_SUPPORTED 3 -.Os -.Sh NAME -.Nm zip_encryption_method_supported -.Nd return if an encryption method is supported -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_encryption_method_supported "zip_int16_t method" "int encrypt" -.Sh DESCRIPTION -The -.Fn zip_encryption_method_supported -returns if the encryption method -.Ar method -is supported for encryption (if -.Ar encrypt -is zero) or decryption (otherwise). -.Sh RETURN VALUES -Returns 1 if the method is supported, 0 otherwise. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_compression_method_supported 3 , -.Xr zip_file_set_encryption 3 -.Sh HISTORY -.Fn zip_encryption_method_supported -was added in libzip 1.7.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.man deleted file mode 100644 index 97b8cae..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.man +++ /dev/null @@ -1,79 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_clear.mdoc -- clear error state for archive or file -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_CLEAR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_clear\fR, -\fBzip_file_error_clear\fR -\- clear error state for archive or file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_clear\fR(\fIzip_t\ *archive\fR); -.PD -.PP -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_file_error_clear\fR(\fIzip_file_t\ *file\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_clear\fR() -function clears the error state for the zip archive -\fIarchive\fR. -.PP -The -\fBzip_file_error_clear\fR() -function does the same for the zip file -\fIfile\fR. -.SH "SEE ALSO" -libzip(3), -zip_get_error(3) -.SH "HISTORY" -\fBzip_error_clear\fR() -and -\fBzip_file_error_clear\fR() -were added in libzip 0.8. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.mdoc deleted file mode 100644 index 5b2bc6e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_clear.mdoc +++ /dev/null @@ -1,69 +0,0 @@ -.\" zip_error_clear.mdoc -- clear error state for archive or file -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_CLEAR 3 -.Os -.Sh NAME -.Nm zip_error_clear , -.Nm zip_file_error_clear -.Nd clear error state for archive or file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_error_clear "zip_t *archive" -.Ft void -.Fn zip_file_error_clear "zip_file_t *file" -.Sh DESCRIPTION -The -.Fn zip_error_clear -function clears the error state for the zip archive -.Ar archive . -.Pp -The -.Fn zip_file_error_clear -function does the same for the zip file -.Ar file . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_get_error 3 -.Sh HISTORY -.Fn zip_error_clear -and -.Fn zip_file_error_clear -were added in libzip 0.8. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.man deleted file mode 100644 index a50e4dd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.man +++ /dev/null @@ -1,68 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_code_system.mdoc -- get system error part of zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_CODE_SYSTEM" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_code_system\fR -\- get operating system error part of zip_error -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_error_code_system\fR(\fIconst\ zip_error_t\ *ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_code_system\fR() -function returns the system specific part of the error from the -zip_error error -\fIze\fR. -For finding out what system reported the error, use -zip_error_system_type(3). -.SH "SEE ALSO" -libzip(3), -zip_error_code_zip(3), -zip_error_system_type(3) -.SH "HISTORY" -\fBzip_error_code_system\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.mdoc deleted file mode 100644 index 54a4f63..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_system.mdoc +++ /dev/null @@ -1,63 +0,0 @@ -.\" zip_error_code_system.mdoc -- get system error part of zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_CODE_SYSTEM 3 -.Os -.Sh NAME -.Nm zip_error_code_system -.Nd get operating system error part of zip_error -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_error_code_system "const zip_error_t *ze" -.Sh DESCRIPTION -The -.Fn zip_error_code_system -function returns the system specific part of the error from the -zip_error error -.Ar ze . -For finding out what system reported the error, use -.Xr zip_error_system_type 3 . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_code_zip 3 , -.Xr zip_error_system_type 3 -.Sh HISTORY -.Fn zip_error_code_system -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.man deleted file mode 100644 index 620773c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.man +++ /dev/null @@ -1,65 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_code_zip.mdoc -- get libzip error part of zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_CODE_ZIP" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_code_zip\fR -\- get libzip error part of zip_error -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_error_code_zip\fR(\fIconst\ zip_error_t\ *ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_code_zip\fR() -function returns the libzip specific part of the error from the -zip_error error -\fIze\fR. -.SH "SEE ALSO" -libzip(3), -zip_error_code_system(3) -.SH "HISTORY" -\fBzip_error_code_zip\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.mdoc deleted file mode 100644 index a07c90e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_code_zip.mdoc +++ /dev/null @@ -1,60 +0,0 @@ -.\" zip_error_code_zip.mdoc -- get libzip error part of zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_CODE_ZIP 3 -.Os -.Sh NAME -.Nm zip_error_code_zip -.Nd get libzip error part of zip_error -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_error_code_zip "const zip_error_t *ze" -.Sh DESCRIPTION -The -.Fn zip_error_code_zip -function returns the libzip specific part of the error from the -zip_error error -.Ar ze . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_code_system 3 -.Sh HISTORY -.Fn zip_error_code_zip -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.man deleted file mode 100644 index e075e5c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.man +++ /dev/null @@ -1,65 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_fini.mdoc -- clean up zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_FINI" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_fini\fR -\- clean up zip_error structure -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_fini\fR(\fIzip_error_t\ *ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_fini\fR() -function cleans up and frees internally allocated memory of the -zip_error pointed to by -\fIze\fR. -.SH "SEE ALSO" -libzip(3), -zip_error_init(3) -.SH "HISTORY" -\fBzip_error_fini\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.mdoc deleted file mode 100644 index 80395aa..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_fini.mdoc +++ /dev/null @@ -1,60 +0,0 @@ -.\" zip_error_fini.mdoc -- clean up zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_FINI 3 -.Os -.Sh NAME -.Nm zip_error_fini -.Nd clean up zip_error structure -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_error_fini "zip_error_t *ze" -.Sh DESCRIPTION -The -.Fn zip_error_fini -function cleans up and frees internally allocated memory of the -zip_error pointed to by -.Ar ze . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_init 3 -.Sh HISTORY -.Fn zip_error_fini -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.man deleted file mode 100644 index 0ca966e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.man +++ /dev/null @@ -1,139 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_get.mdoc -- get error codes for archive or file -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_GET" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_get\fR, -\fBzip_file_error_get\fR -\- get error codes for archive or file (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_get\fR(\fIzip_t\ *archive\fR, \fIint\ *zep\fR, \fIint\ *sep\fR); -.PD -.PP -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_file_error_get\fR(\fIzip_file_t\ *file\fR, \fIint\ *zep\fR, \fIint\ *sep\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_error_get\fR() -and -\fBzip_file_error_get\fR() -are deprecated. -Use -zip_error_code_system(3), -zip_error_code_zip(3), -zip_file_get_error(3), -and -zip_get_error(3) -instead. -.PP -For -\fBzip_error_get\fR(), -replace -.nf -.sp -.RS 6n -int ze, se; -zip_error_get(za, &ze, &se); -.RE -.fi -with -.nf -.sp -.RS 6n -int ze, se; -zip_error_t *error = zip_get_error(za); -ze = zip_error_code_zip(error); -se = zip_error_code_system(error); -.RE -.fi -For -\fBzip_file_error_get\fR(), -replace -.nf -.sp -.RS 6n -int ze, se; -zip_file_error_get(zf, &ze, &se); -.RE -.fi -with -.nf -.sp -.RS 6n -int ze, se; -zip_error_t *error = zip_file_get_error(zf); -ze = zip_error_code_zip(error); -se = zip_error_code_system(error); -.RE -.fi -.SH "SEE ALSO" -libzip(3), -zip_error_code_system(3), -zip_error_code_zip(3), -zip_file_get_error(3), -zip_get_error(3) -.SH "HISTORY" -\fBzip_error_get\fR() -was added in libzip 0.6. -It was deprecated in libzip 1.0, use -\fBzip_get_error\fR(), -\fBzip_error_code_zip\fR(), -/ -\fBzip_error_code_system\fR() -instead. -.PP -\fBzip_file_error_get\fR() -was added in libzip 0.6. -It was deprecated in libzip 1.0, use -\fBzip_file_get_error\fR(), -\fBzip_error_code_zip\fR(), -/ -\fBzip_error_code_system\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.mdoc deleted file mode 100644 index 55b0979..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get.mdoc +++ /dev/null @@ -1,117 +0,0 @@ -.\" zip_error_get.mdoc -- get error codes for archive or file -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_GET 3 -.Os -.Sh NAME -.Nm zip_error_get , -.Nm zip_file_error_get -.Nd get error codes for archive or file (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_error_get "zip_t *archive" "int *zep" "int *sep" -.Ft void -.Fn zip_file_error_get "zip_file_t *file" "int *zep" "int *sep" -.Sh DESCRIPTION -The functions -.Fn zip_error_get -and -.Fn zip_file_error_get -are deprecated. -Use -.Xr zip_error_code_system 3 , -.Xr zip_error_code_zip 3 , -.Xr zip_file_get_error 3 , -and -.Xr zip_get_error 3 -instead. -.Pp -For -.Fn zip_error_get , -replace -.Bd -literal -offset indent -int ze, se; -zip_error_get(za, &ze, &se); -.Ed -with -.Bd -literal -offset indent -int ze, se; -zip_error_t *error = zip_get_error(za); -ze = zip_error_code_zip(error); -se = zip_error_code_system(error); -.Ed -For -.Fn zip_file_error_get , -replace -.Bd -literal -offset indent -int ze, se; -zip_file_error_get(zf, &ze, &se); -.Ed -with -.Bd -literal -offset indent -int ze, se; -zip_error_t *error = zip_file_get_error(zf); -ze = zip_error_code_zip(error); -se = zip_error_code_system(error); -.Ed -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_code_system 3 , -.Xr zip_error_code_zip 3 , -.Xr zip_file_get_error 3 , -.Xr zip_get_error 3 -.Sh HISTORY -.Fn zip_error_get -was added in libzip 0.6. -It was deprecated in libzip 1.0, use -.Fn zip_get_error , -.Fn zip_error_code_zip , -/ -.Fn zip_error_code_system -instead. -.Pp -.Fn zip_file_error_get -was added in libzip 0.6. -It was deprecated in libzip 1.0, use -.Fn zip_file_get_error , -.Fn zip_error_code_zip , -/ -.Fn zip_error_code_system -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.man deleted file mode 100644 index 48958db..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.man +++ /dev/null @@ -1,88 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_get_sys_type.mdoc -- get type of error -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_GET_SYS_TYPE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_get_sys_type\fR -\- get type of system error code (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_error_get_sys_type\fR(\fIint\ ze\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_error_get_sys_type\fR() -is deprecated; use -zip_error_init_with_code(3) -and -zip_error_system_type(3) -instead. -.PP -Replace -.nf -.sp -.RS 6n -int i = zip_error_get_sys_type(ze); -.RE -.fi -with -.nf -.sp -.RS 6n -zip_error_t error; -zip_error_init_with_code(&error, ze); -int i = zip_error_system_type(&error); -.RE -.fi -.SH "SEE ALSO" -libzip(3), -zip_error_init_with_code(3), -zip_error_system_type(3) -.SH "HISTORY" -\fBzip_error_get_sys_type\fR() -was added in libzip 0.6. -It was deprecated in libzip 1.0, use -\fBzip_error_system_type\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.mdoc deleted file mode 100644 index 43219a3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_get_sys_type.mdoc +++ /dev/null @@ -1,77 +0,0 @@ -.\" zip_error_get_sys_type.mdoc -- get type of error -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_GET_SYS_TYPE 3 -.Os -.Sh NAME -.Nm zip_error_get_sys_type -.Nd get type of system error code (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_error_get_sys_type "int ze" -.Sh DESCRIPTION -The function -.Fn zip_error_get_sys_type -is deprecated; use -.Xr zip_error_init_with_code 3 -and -.Xr zip_error_system_type 3 -instead. -.Pp -Replace -.Bd -literal -offset indent -int i = zip_error_get_sys_type(ze); -.Ed -with -.Bd -literal -offset indent -zip_error_t error; -zip_error_init_with_code(&error, ze); -int i = zip_error_system_type(&error); -.Ed -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_init_with_code 3 , -.Xr zip_error_system_type 3 -.Sh HISTORY -.Fn zip_error_get_sys_type -was added in libzip 0.6. -It was deprecated in libzip 1.0, use -.Fn zip_error_system_type -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.man deleted file mode 100644 index 664867d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.man +++ /dev/null @@ -1,85 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_init.mdoc -- initialize zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_INIT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_init\fR, -\fBzip_error_init_with_code\fR -\- initialize zip_error structure -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_init\fR(\fIzip_error_t\ *error\fR); -.PD -.PP -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_init_with_code\fR(\fIzip_error_t\ *error\fR, \fIint\ ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_init\fR() -function initializes the zip_error pointed to by -\fIerror\fR. -\fI*error\fR -must be allocated before calling -\fBzip_error_init\fR(). -.PP -The -\fBzip_error_init_with_code\fR() -function does the same, but additionally sets the zip error code to -\fIze\fR -and sets the system error code to the current -errno(3) -value, if appropriate. -.SH "SEE ALSO" -libzip(3), -zip_error_fini(3) -.SH "HISTORY" -\fBzip_error_init\fR() -and -\fBzip_error_init_with_code\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.mdoc deleted file mode 100644 index 3f2e3b7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_init.mdoc +++ /dev/null @@ -1,76 +0,0 @@ -.\" zip_error_init.mdoc -- initialize zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_INIT 3 -.Os -.Sh NAME -.Nm zip_error_init , -.Nm zip_error_init_with_code -.Nd initialize zip_error structure -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_error_init "zip_error_t *error" -.Ft void -.Fn zip_error_init_with_code "zip_error_t *error" "int ze" -.Sh DESCRIPTION -The -.Fn zip_error_init -function initializes the zip_error pointed to by -.Ar error . -.Ar *error -must be allocated before calling -.Fn zip_error_init . -.Pp -The -.Fn zip_error_init_with_code -function does the same, but additionally sets the zip error code to -.Ar ze -and sets the system error code to the current -.Xr errno 3 -value, if appropriate. -.\" TODO: describe when you would need to call this at all -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_fini 3 -.Sh HISTORY -.Fn zip_error_init -and -.Fn zip_error_init_with_code -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.man deleted file mode 100644 index 1f3d980..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.man +++ /dev/null @@ -1,75 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_set.mdoc -- set zip_error -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_SET" "3" "December 5, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_set\fR -\- fill in zip_error structure -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_set\fR(\fIzip_error_t\ *ze\fR, \fIint\ le\fR, \fIint\ se\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_set\fR() -function sets the zip_error pointed to by -\fIze\fR -to the libzip error code -\fIle\fR -and the system error code -\fIse\fR. -.PP -\fIze\fR -must be allocated and initialized with -zip_error_init(3) -before calling -\fBzip_error_set\fR(). -.SH "SEE ALSO" -libzip(3), -zip_error_init(3), -zip_error_set_from_source(3) -.SH "HISTORY" -\fBzip_error_set\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.mdoc deleted file mode 100644 index d421867..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set.mdoc +++ /dev/null @@ -1,70 +0,0 @@ -.\" zip_error_set.mdoc -- set zip_error -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 5, 2022 -.Dt ZIP_ERROR_SET 3 -.Os -.Sh NAME -.Nm zip_error_set -.Nd fill in zip_error structure -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_error_set "zip_error_t *ze" "int le" "int se" -.Sh DESCRIPTION -The -.Fn zip_error_set -function sets the zip_error pointed to by -.Ar ze -to the libzip error code -.Ar le -and the system error code -.Ar se . -.Pp -.Ar ze -must be allocated and initialized with -.Xr zip_error_init 3 -before calling -.Fn zip_error_set . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_init 3 , -.Xr zip_error_set_from_source 3 -.Sh HISTORY -.Fn zip_error_set -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.man deleted file mode 100644 index 148236c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.man +++ /dev/null @@ -1,74 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_set_from_source.mdoc -- set zip_error from source -.\" Copyright (C) 2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_SET_FROM_SOURCE" "3" "December 5, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_set_from_source\fR -\- fill in zip_error structure from source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_error_set_from_source\fR(\fIzip_error_t\ *ze\fR, \fIzip_source_t\ *src\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_set_from_source\fR() -function sets the zip_error pointed to by -\fIze\fR -to the error reported by -\fIsrc\fR -as returned by -zip_error_source(3). -\fIze\fR -must be allocated and initialized with -zip_error_init(3) -before calling -\fBzip_error_set_from_source\fR(). -.SH "SEE ALSO" -libzip(3), -zip_error_init(3), -zip_error_set(3) -.SH "HISTORY" -\fBzip_error_set_from_source\fR() -was added in libzip 1.10. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.mdoc deleted file mode 100644 index 48f974f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_set_from_source.mdoc +++ /dev/null @@ -1,69 +0,0 @@ -.\" zip_error_set_from_source.mdoc -- set zip_error from source -.\" Copyright (C) 2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 5, 2022 -.Dt ZIP_ERROR_SET_FROM_SOURCE 3 -.Os -.Sh NAME -.Nm zip_error_set_from_source -.Nd fill in zip_error structure from source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_error_set_from_source "zip_error_t *ze" "zip_source_t *src" -.Sh DESCRIPTION -The -.Fn zip_error_set_from_source -function sets the zip_error pointed to by -.Ar ze -to the error reported by -.Ar src -as returned by -.Xr zip_error_source 3 . -.Ar ze -must be allocated and initialized with -.Xr zip_error_init 3 -before calling -.Fn zip_error_set_from_source . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_init 3 , -.Xr zip_error_set 3 -.Sh HISTORY -.Fn zip_error_set_from_source -was added in libzip 1.10. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.man deleted file mode 100644 index 14f7009..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.man +++ /dev/null @@ -1,72 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_strerror.mdoc -- create human-readable version of zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_STRERROR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_strerror\fR -\- create human-readable string for zip_error -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_error_strerror\fR(\fIzip_error_t\ *ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_strerror\fR() -function returns an error message string corresponding to -\fIze\fR -like -strerror(3). -This string will stay valid until the next call to -\fBzip_error_strerror\fR() -or until -zip_error_fini(3) -is called. -.SH "SEE ALSO" -libzip(3), -strerror(3), -zip_error_fini(3) -.SH "HISTORY" -\fBzip_error_strerror\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.mdoc deleted file mode 100644 index 40d5865..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_strerror.mdoc +++ /dev/null @@ -1,67 +0,0 @@ -.\" zip_error_strerror.mdoc -- create human-readable version of zip_error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_STRERROR 3 -.Os -.Sh NAME -.Nm zip_error_strerror -.Nd create human-readable string for zip_error -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_error_strerror "zip_error_t *ze" -.Sh DESCRIPTION -The -.Fn zip_error_strerror -function returns an error message string corresponding to -.Ar ze -like -.Xr strerror 3 . -This string will stay valid until the next call to -.Fn zip_error_strerror -or until -.Xr zip_error_fini 3 -is called. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr strerror 3 , -.Xr zip_error_fini 3 -.Sh HISTORY -.Fn zip_error_strerror -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.man deleted file mode 100644 index 18a27fa..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.man +++ /dev/null @@ -1,83 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_system_type.mdoc -- return system type for error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_SYSTEM_TYPE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_system_type\fR -\- return type of system error -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_error_system_type\fR(\fIconst\ zip_error_t\ *ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_error_system_type\fR() -function returns the type of the system specific part for the zip_error -\fIze\fR. -Currently, the following system types are defined: -.TP 13n -\fRZIP_ET_NONE\fR -System specific part of -\fIze\fR -is unused. -.TP 13n -\fRZIP_ET_SYS\fR -System specific part of -\fIze\fR -is an -errno(2). -.TP 13n -\fRZIP_ET_ZLIB\fR -System specific part of -\fIze\fR -is a -zlib(3) -error. -.SH "SEE ALSO" -libzip(3), -zip_error_code_system(3) -.SH "HISTORY" -\fBzip_error_system_type\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.mdoc deleted file mode 100644 index 5a74dc0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_system_type.mdoc +++ /dev/null @@ -1,77 +0,0 @@ -.\" zip_error_system_type.mdoc -- return system type for error -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_SYSTEM_TYPE 3 -.Os -.Sh NAME -.Nm zip_error_system_type -.Nd return type of system error -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_error_system_type "const zip_error_t *ze" -.Sh DESCRIPTION -The -.Fn zip_error_system_type -function returns the type of the system specific part for the zip_error -.Ar ze . -Currently, the following system types are defined: -.Bl -tag -width ZIP_ET_NONE -.It Dv ZIP_ET_NONE -System specific part of -.Ar ze -is unused. -.It Dv ZIP_ET_SYS -System specific part of -.Ar ze -is an -.Xr errno 2 . -.It Dv ZIP_ET_ZLIB -System specific part of -.Ar ze -is a -.Xr zlib 3 -error. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_code_system 3 -.Sh HISTORY -.Fn zip_error_system_type -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.man deleted file mode 100644 index 54f34e8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.man +++ /dev/null @@ -1,74 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_to_data.mdoc -- create error data for ZIP_SOURCE_ERROR -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_TO_DATA" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_to_data\fR -\- convert zip_error to return value suitable for ZIP_SOURCE_ERROR -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_error_to_data\fR(\fIconst\ zip_error_t\ *ze\fR, \fIvoid\ *data\fR, \fIzip_uint64_t\ len\fR); -.PD -.SH "DESCRIPTION" -\fBzip_error_to_data\fR() -function converts the zip_error -\fIze\fR -into data suitable as return value for -\fRZIP_SOURCE_ERROR\fR. -The data is written into the buffer -\fIdata\fR -of size -\fIlen\fR. -If the buffer is not large enough to hold 2 ints, an error is -returned. -.SH "RETURN VALUES" -\fBzip_error_to_data\fR() -returns 2*(sizeof int) on success, and \-1 on error. -.SH "SEE ALSO" -libzip(3), -zip_source_function(3) -.SH "HISTORY" -\fBzip_error_to_data\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.mdoc deleted file mode 100644 index 6fdb2a3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_data.mdoc +++ /dev/null @@ -1,69 +0,0 @@ -.\" zip_error_to_data.mdoc -- create error data for ZIP_SOURCE_ERROR -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_TO_DATA 3 -.Os -.Sh NAME -.Nm zip_error_to_data -.Nd convert zip_error to return value suitable for ZIP_SOURCE_ERROR -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_error_to_data "const zip_error_t *ze" "void *data" "zip_uint64_t len" -.Sh DESCRIPTION -.Fn zip_error_to_data -function converts the zip_error -.Ar ze -into data suitable as return value for -.Dv ZIP_SOURCE_ERROR . -The data is written into the buffer -.Ar data -of size -.Ar len . -If the buffer is not large enough to hold 2 ints, an error is -returned. -.Sh RETURN VALUES -.Fn zip_error_to_data -returns 2*(sizeof int) on success, and \-1 on error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source_function 3 -.Sh HISTORY -.Fn zip_error_to_data -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.man deleted file mode 100644 index bef6982..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.man +++ /dev/null @@ -1,99 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_error_to_str.mdoc -- get string representation of zip error code -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_ERROR_TO_STR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_error_to_str\fR -\- get string representation of zip error (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_error_to_str\fR(\fIchar\ *buf\fR, \fIzip_uint64_t\ len\fR, \fIint\ ze\fR, \fIint\ se\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_error_to_str\fR() -is deprecated; use -zip_error_init_with_code(3) -and -zip_error_strerror(3) -instead. -.PP -Replace -.nf -.sp -.RS 6n -char buf[BUFSIZE]; -zip_error_to_str(buf, sizeof(buf), ze, se); -printf("%s", buf); -.RE -.fi -with -.nf -.sp -.RS 6n -zip_error_t error; -zip_error_init_with_code(&error, ze); -printf("%s", zip_error_strerror(&error)); -zip_error_fini(&error); -.RE -.fi -.SH "SEE ALSO" -libzip(3), -zip_error_init_with_code(3), -zip_error_strerror(3) -.SH "HISTORY" -\fBzip_error_to_str\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIlen\fR -was changed from -\fIsize_t\fR -to -\fIzip_uint64_t\fR. -It was deprecated in libzip 1.0, use -\fBzip_error_init_with_code\fR() -and -\fBzip_error_strerror\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.mdoc deleted file mode 100644 index 62b5a32..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_error_to_str.mdoc +++ /dev/null @@ -1,88 +0,0 @@ -.\" zip_error_to_str.mdoc -- get string representation of zip error code -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_ERROR_TO_STR 3 -.Os -.Sh NAME -.Nm zip_error_to_str -.Nd get string representation of zip error (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_error_to_str "char *buf" "zip_uint64_t len" "int ze" "int se" -.Sh DESCRIPTION -The function -.Fn zip_error_to_str -is deprecated; use -.Xr zip_error_init_with_code 3 -and -.Xr zip_error_strerror 3 -instead. -.Pp -Replace -.Bd -literal -offset indent -char buf[BUFSIZE]; -zip_error_to_str(buf, sizeof(buf), ze, se); -printf("%s", buf); -.Ed -with -.Bd -literal -offset indent -zip_error_t error; -zip_error_init_with_code(&error, ze); -printf("%s", zip_error_strerror(&error)); -zip_error_fini(&error); -.Ed -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_init_with_code 3 , -.Xr zip_error_strerror 3 -.Sh HISTORY -.Fn zip_error_to_str -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar len -was changed from -.Vt size_t -to -.Vt zip_uint64_t . -It was deprecated in libzip 1.0, use -.Fn zip_error_init_with_code -and -.Fn zip_error_strerror -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.man deleted file mode 100644 index dd008e6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.man +++ /dev/null @@ -1,160 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_errors.mdoc -- list of all libzip error codes -.\" Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" This file was generated automatically by ./make_zip_errors.sh -.\" from ../lib/zip.h; make changes there. -.\" -.TH "ZIP_ERRORS" "3" "March 15, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_errors\fR -\- list of all libzip error codes -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.SH "DESCRIPTION" -The following error codes are used by libzip: -.TP 23n -[\fRZIP_ER_CANCELLED\fR] -Operation cancelled. -.TP 23n -[\fRZIP_ER_CHANGED\fR] -Entry has been changed. -.TP 23n -[\fRZIP_ER_CLOSE\fR] -Closing zip archive failed. -.TP 23n -[\fRZIP_ER_COMPNOTSUPP\fR] -Compression method not supported. -.TP 23n -[\fRZIP_ER_COMPRESSED_DATA\fR] -Compressed data invalid. -.TP 23n -[\fRZIP_ER_CRC\fR] -CRC error. -.TP 23n -[\fRZIP_ER_DATA_LENGTH\fR] -Unexpected length of data. -.TP 23n -[\fRZIP_ER_DELETED\fR] -Entry has been deleted. -.TP 23n -[\fRZIP_ER_ENCRNOTSUPP\fR] -Encryption method not supported. -.TP 23n -[\fRZIP_ER_EOF\fR] -Premature end of file. -.TP 23n -[\fRZIP_ER_EXISTS\fR] -File already exists. -.TP 23n -[\fRZIP_ER_INCONS\fR] -Zip archive inconsistent. -.TP 23n -[\fRZIP_ER_INTERNAL\fR] -Internal error. -.TP 23n -[\fRZIP_ER_INUSE\fR] -Resource still in use. -.TP 23n -[\fRZIP_ER_INVAL\fR] -Invalid argument. -.TP 23n -[\fRZIP_ER_MEMORY\fR] -Malloc failure. -.TP 23n -[\fRZIP_ER_MULTIDISK\fR] -Multi-disk zip archives not supported. -.TP 23n -[\fRZIP_ER_NOENT\fR] -No such file. -.TP 23n -[\fRZIP_ER_NOPASSWD\fR] -No password provided. -.TP 23n -[\fRZIP_ER_NOT_ALLOWED\fR] -Not allowed in torrentzip. -.TP 23n -[\fRZIP_ER_NOZIP\fR] -Not a zip archive. -.TP 23n -[\fRZIP_ER_OK\fR] -No error. -.TP 23n -[\fRZIP_ER_OPEN\fR] -Can't open file. -.TP 23n -[\fRZIP_ER_OPNOTSUPP\fR] -Operation not supported. -.TP 23n -[\fRZIP_ER_RDONLY\fR] -Read-only archive. -.TP 23n -[\fRZIP_ER_READ\fR] -Read error. -.TP 23n -[\fRZIP_ER_REMOVE\fR] -Can't remove file. -.TP 23n -[\fRZIP_ER_RENAME\fR] -Renaming temporary file failed. -.TP 23n -[\fRZIP_ER_SEEK\fR] -Seek error. -.TP 23n -[\fRZIP_ER_TELL\fR] -Tell error. -.TP 23n -[\fRZIP_ER_TMPOPEN\fR] -Failure to create temporary file. -.TP 23n -[\fRZIP_ER_TRUNCATED_ZIP\fR] -.br -Possibly truncated or corrupted zip archive. -.TP 23n -[\fRZIP_ER_WRITE\fR] -Write error. -.TP 23n -[\fRZIP_ER_WRONGPASSWD\fR] -Wrong password provided. -.TP 23n -[\fRZIP_ER_ZIPCLOSED\fR] -Containing zip archive was closed. -.TP 23n -[\fRZIP_ER_ZLIB\fR] -Zlib error. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.mdoc deleted file mode 100644 index 117e2e9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_errors.mdoc +++ /dev/null @@ -1,125 +0,0 @@ -.\" zip_errors.mdoc -- list of all libzip error codes -.\" Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.\" This file was generated automatically by ./make_zip_errors.sh -.\" from ../lib/zip.h; make changes there. -.\" -.Dd March 15, 2024 -.Dt ZIP_ERRORS 3 -.Os -.Sh NAME -.Nm zip_errors -.Nd list of all libzip error codes -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Sh DESCRIPTION -The following error codes are used by libzip: -.Bl -tag -width XZIPXERXCOMPNOTSUPPXX -.It Bq Er ZIP_ER_CANCELLED -Operation cancelled. -.It Bq Er ZIP_ER_CHANGED -Entry has been changed. -.It Bq Er ZIP_ER_CLOSE -Closing zip archive failed. -.It Bq Er ZIP_ER_COMPNOTSUPP -Compression method not supported. -.It Bq Er ZIP_ER_COMPRESSED_DATA -Compressed data invalid. -.It Bq Er ZIP_ER_CRC -CRC error. -.It Bq Er ZIP_ER_DATA_LENGTH -Unexpected length of data. -.It Bq Er ZIP_ER_DELETED -Entry has been deleted. -.It Bq Er ZIP_ER_ENCRNOTSUPP -Encryption method not supported. -.It Bq Er ZIP_ER_EOF -Premature end of file. -.It Bq Er ZIP_ER_EXISTS -File already exists. -.It Bq Er ZIP_ER_INCONS -Zip archive inconsistent. -.It Bq Er ZIP_ER_INTERNAL -Internal error. -.It Bq Er ZIP_ER_INUSE -Resource still in use. -.It Bq Er ZIP_ER_INVAL -Invalid argument. -.It Bq Er ZIP_ER_MEMORY -Malloc failure. -.It Bq Er ZIP_ER_MULTIDISK -Multi-disk zip archives not supported. -.It Bq Er ZIP_ER_NOENT -No such file. -.It Bq Er ZIP_ER_NOPASSWD -No password provided. -.It Bq Er ZIP_ER_NOT_ALLOWED -Not allowed in torrentzip. -.It Bq Er ZIP_ER_NOZIP -Not a zip archive. -.It Bq Er ZIP_ER_OK -No error. -.It Bq Er ZIP_ER_OPEN -Can't open file. -.It Bq Er ZIP_ER_OPNOTSUPP -Operation not supported. -.It Bq Er ZIP_ER_RDONLY -Read-only archive. -.It Bq Er ZIP_ER_READ -Read error. -.It Bq Er ZIP_ER_REMOVE -Can't remove file. -.It Bq Er ZIP_ER_RENAME -Renaming temporary file failed. -.It Bq Er ZIP_ER_SEEK -Seek error. -.It Bq Er ZIP_ER_TELL -Tell error. -.It Bq Er ZIP_ER_TMPOPEN -Failure to create temporary file. -.It Bq Er ZIP_ER_TRUNCATED_ZIP -Possibly truncated or corrupted zip archive. -.It Bq Er ZIP_ER_WRITE -Write error. -.It Bq Er ZIP_ER_WRONGPASSWD -Wrong password provided. -.It Bq Er ZIP_ER_ZIPCLOSED -Containing zip archive was closed. -.It Bq Er ZIP_ER_ZLIB -Zlib error. -.El -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.man deleted file mode 100644 index c7499fd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.man +++ /dev/null @@ -1,70 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_fclose.mdoc -- close file in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FCLOSE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_fclose\fR -\- close file in zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_fclose\fR(\fIzip_file_t\ *file\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_fclose\fR() -function closes -\fIfile\fR -and frees the memory allocated for it. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, the error code is returned. -.SH "SEE ALSO" -libzip(3), -zip_fopen(3), -zip_fread(3), -zip_fseek(3) -.SH "HISTORY" -\fBzip_fclose\fR() -was added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.mdoc deleted file mode 100644 index 42e5e80..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fclose.mdoc +++ /dev/null @@ -1,65 +0,0 @@ -.\" zip_fclose.mdoc -- close file in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FCLOSE 3 -.Os -.Sh NAME -.Nm zip_fclose -.Nd close file in zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_fclose "zip_file_t *file" -.Sh DESCRIPTION -The -.Fn zip_fclose -function closes -.Ar file -and frees the memory allocated for it. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, the error code is returned. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fopen 3 , -.Xr zip_fread 3 , -.Xr zip_fseek 3 -.Sh HISTORY -.Fn zip_fclose -was added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.man deleted file mode 100644 index e7516bb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.man +++ /dev/null @@ -1,162 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_fdopen.mdoc -- open zip archive using existing file descriptor -.\" Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FDOPEN" "3" "September 23, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_fdopen\fR -\- open zip archive using open file descriptor -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_fdopen\fR(\fIint\ fd\fR, \fIint\ flags\fR, \fIint\ *errorp\fR); -.PD -.SH "DESCRIPTION" -The zip archive specified by the open file descriptor -\fIfd\fR -is opened and a pointer to a -\fIstruct zip\fR, -used to manipulate the archive, is returned. -In contrast to -zip_open(3), -using -\fBzip_fdopen\fR -the archive can only be opened in read-only mode. -The -\fIfd\fR -argument may not be used any longer after calling -\fBzip_fdopen\fR. -The -\fIflags\fR -are specified by -\fIor\fR'ing -the following values, or 0 for none of them. -.RS 6n -.TP 15n -\fRZIP_CHECKCONS\fR -Perform additional stricter consistency checks on the archive, and -error if they fail. -.RE -.PP -If an error occurs and -\fIerrorp\fR -is -non-\fRNULL\fR, -it will be set to the corresponding error code. -.SH "RETURN VALUES" -Upon successful completion -\fBzip_fdopen\fR() -returns a -\fIstruct zip\fR -pointer, and -\fIfd\fR -should not be used any longer, nor passed to -close(2). -Otherwise, -\fRNULL\fR -is returned and -\fI*errorp\fR -is set to indicate the error. -In the error case, -\fIfd\fR -remains unchanged. -.SH "ERRORS" -The file specified by -\fIfd\fR -is prepared for use by -libzip(3) -unless: -.TP 19n -[\fRZIP_ER_INCONS\fR] -Inconsistencies were found in the file specified by -\fIpath\fR. -This error is often caused by specifying -\fRZIP_CHECKCONS\fR -but can also happen without it. -.TP 19n -[\fRZIP_ER_INVAL\fR] -The -\fIflags\fR -argument is invalid. -Not all -zip_open(3) -flags are allowed for -\fBzip_fdopen\fR, -see -\fIDESCRIPTION\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_NOZIP\fR] -The file specified by -\fIfd\fR -is not a zip archive. -.TP 19n -[\fRZIP_ER_OPEN\fR] -The file specified by -\fIfd\fR -could not be prepared for use by -libzip(3). -.TP 19n -[\fRZIP_ER_OPNOTSUPP\fR] -.br -This functionality has been disabled at compile time. -.TP 19n -[\fRZIP_ER_READ\fR] -A read error occurred; see -\fIerrno\fR -for details. -.TP 19n -[\fRZIP_ER_SEEK\fR] -The file specified by -\fIfd\fR -does not allow seeks. -.SH "SEE ALSO" -libzip(3), -zip_close(3), -zip_error_strerror(3), -zip_open(3) -.SH "HISTORY" -\fBzip_fdopen\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.mdoc deleted file mode 100644 index ee249e5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fdopen.mdoc +++ /dev/null @@ -1,149 +0,0 @@ -.\" zip_fdopen.mdoc -- open zip archive using existing file descriptor -.\" Copyright (C) 2009-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 23, 2022 -.Dt ZIP_FDOPEN 3 -.Os -.Sh NAME -.Nm zip_fdopen -.Nd open zip archive using open file descriptor -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_t * -.Fn zip_fdopen "int fd" "int flags" "int *errorp" -.Sh DESCRIPTION -The zip archive specified by the open file descriptor -.Ar fd -is opened and a pointer to a -.Ft struct zip , -used to manipulate the archive, is returned. -In contrast to -.Xr zip_open 3 , -using -.Nm zip_fdopen -the archive can only be opened in read-only mode. -The -.Ar fd -argument may not be used any longer after calling -.Nm zip_fdopen . -The -.Fa flags -are specified by -.Em or Ns No 'ing -the following values, or 0 for none of them. -.Bl -tag -offset indent -width ZIP_CHECKCONS -.It Dv ZIP_CHECKCONS -Perform additional stricter consistency checks on the archive, and -error if they fail. -.El -.Pp -If an error occurs and -.Ar errorp -is -.No non- Ns Dv NULL , -it will be set to the corresponding error code. -.Sh RETURN VALUES -Upon successful completion -.Fn zip_fdopen -returns a -.Ft struct zip -pointer, and -.Ar fd -should not be used any longer, nor passed to -.Xr close 2 . -Otherwise, -.Dv NULL -is returned and -.Ar *errorp -is set to indicate the error. -In the error case, -.Ar fd -remains unchanged. -.Sh ERRORS -The file specified by -.Ar fd -is prepared for use by -.Xr libzip 3 -unless: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INCONS -Inconsistencies were found in the file specified by -.Ar path . -This error is often caused by specifying -.Dv ZIP_CHECKCONS -but can also happen without it. -.It Bq Er ZIP_ER_INVAL -The -.Ar flags -argument is invalid. -Not all -.Xr zip_open 3 -flags are allowed for -.Nm zip_fdopen , -see -.Sx DESCRIPTION . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_NOZIP -The file specified by -.Ar fd -is not a zip archive. -.It Bq Er ZIP_ER_OPEN -The file specified by -.Ar fd -could not be prepared for use by -.Xr libzip 3 . -.It Bq Er ZIP_ER_OPNOTSUPP -This functionality has been disabled at compile time. -.It Bq Er ZIP_ER_READ -A read error occurred; see -.Va errno -for details. -.It Bq Er ZIP_ER_SEEK -The file specified by -.Ar fd -does not allow seeks. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_close 3 , -.Xr zip_error_strerror 3 , -.Xr zip_open 3 -.Sh HISTORY -.Fn zip_fdopen -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.man deleted file mode 100644 index 0e04e8e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.man +++ /dev/null @@ -1,194 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_add.mdoc -- add files to zip archive -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_ADD" "3" "March 18, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_add\fR, -\fBzip_file_replace\fR -\- add file to zip archive or replace file in zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_file_add\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *name\fR, \fIzip_source_t\ *source\fR, \fIzip_flags_t\ flags\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_replace\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_source_t\ *source\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_file_add\fR() -adds a file to a zip archive, while -\fBzip_file_replace\fR() -replaces an existing file in a zip archive. -The argument -\fIarchive\fR -specifies the zip archive to which the file should be added. -\fIname\fR -is the file's name in the zip archive (for -\fBzip_file_add\fR()), -while -\fIindex\fR -specifies which file should be replaced (for -\fBzip_file_replace\fR()). -The -\fIflags\fR -argument can be any combination of -\fRZIP_FL_OVERWRITE\fR -with one of -\fRZIP_FL_ENC_*\fR: -.TP 22n -\fRZIP_FL_OVERWRITE\fR -Overwrite any existing file of the same name. -For -\fBzip_file_add\fR -only. -.TP 22n -\fRZIP_FL_ENC_GUESS\fR -Guess encoding of -\fIname\fR -(default). -(Only CP-437 and UTF-8 are recognized.) -.TP 22n -\fRZIP_FL_ENC_UTF_8\fR -Interpret -\fIname\fR -as UTF-8. -.TP 22n -\fRZIP_FL_ENC_CP437\fR -Interpret -\fIname\fR -as code page 437 (CP-437). -.PD 0 -.PP -The data is obtained from the -\fIsource\fR -argument, see -zip_source(3). -.PD -.PP -\fINOTE\fR: -zip_source_free(3) -should not be called on a -\fIsource\fR -after it was used successfully in a -\fBzip_file_add\fR -or -\fBzip_file_replace\fR -call. -.PP -Please also note that when using -\fBzip_replace\fR, -the target file's extra field information will be deleted since this -usually is dependent on the file contents. -If you want to keep them, query them beforehand with -zip_file_extra_field_get(3) -and restore them after -\fBzip_replace\fR -with -zip_file_extra_field_set(3). -.SH "RETURN VALUES" -Upon successful completion, -\fBzip_file_add\fR() -returns the index of the new file in the archive, and -\fBzip_file_replace\fR() -returns 0. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "EXAMPLES" -.nf -.RS 6n -zip_source_t *s; -const char buf[]="teststring"; - -if ((s=zip_source_buffer(archive, buf, sizeof(buf), 0)) == NULL || - zip_file_add(archive, name, s, ZIP_FL_ENC_UTF_8) < 0) { - zip_source_free(s); - printf("error adding file: %s\en", zip_strerror(archive)); -} -.RE -.fi -.SH "ERRORS" -\fBzip_file_add\fR() -and -\fBzip_file_replace\fR() -fail if: -.TP 19n -[\fRZIP_ER_EXISTS\fR] -There is already a file called -\fIname\fR -in the archive. -(Only applies to -\fBzip_file_add\fR(), -and only if -\fRZIP_FL_OVERWRITE\fR -is not provided). -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIsource\fR -or -\fIname\fR -are -\fRNULL\fR, -or -\fIindex\fR -is invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_RDONLY\fR] -Archive was opened in read-only mode. -.SH "SEE ALSO" -libzip(3), -zip_source(3) -.SH "HISTORY" -\fBzip_file_add\fR() -and -\fBzip_file_replace\fR() -were added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.mdoc deleted file mode 100644 index 8a6ceb7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_add.mdoc +++ /dev/null @@ -1,175 +0,0 @@ -.\" zip_file_add.mdoc -- add files to zip archive -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 18, 2024 -.Dt ZIP_FILE_ADD 3 -.Os -.Sh NAME -.Nm zip_file_add , -.Nm zip_file_replace -.Nd add file to zip archive or replace file in zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_file_add "zip_t *archive" "const char *name" "zip_source_t *source" "zip_flags_t flags" -.Ft int -.Fn zip_file_replace "zip_t *archive" "zip_uint64_t index" "zip_source_t *source" "zip_flags_t flags" -.Sh DESCRIPTION -The function -.Fn zip_file_add -adds a file to a zip archive, while -.Fn zip_file_replace -replaces an existing file in a zip archive. -The argument -.Ar archive -specifies the zip archive to which the file should be added. -.Ar name -is the file's name in the zip archive (for -.Fn zip_file_add ) , -while -.Ar index -specifies which file should be replaced (for -.Fn zip_file_replace ) . -The -.Ar flags -argument can be any combination of -.Dv ZIP_FL_OVERWRITE -with one of -.Dv ZIP_FL_ENC_* : -.Bl -tag -width XZIPXFLXENCXSTRICTXX -.It Dv ZIP_FL_OVERWRITE -Overwrite any existing file of the same name. -For -.Nm zip_file_add -only. -.It Dv ZIP_FL_ENC_GUESS -Guess encoding of -.Ar name -(default). -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_UTF_8 -Interpret -.Ar name -as UTF-8. -.It Dv ZIP_FL_ENC_CP437 -Interpret -.Ar name -as code page 437 (CP-437). -.El -The data is obtained from the -.Ar source -argument, see -.Xr zip_source 3 . -.Pp -.Em NOTE : -.Xr zip_source_free 3 -should not be called on a -.Ar source -after it was used successfully in a -.Nm zip_file_add -or -.Nm zip_file_replace -call. -.Pp -Please also note that when using -.Nm zip_replace , -the target file's extra field information will be deleted since this -usually is dependent on the file contents. -If you want to keep them, query them beforehand with -.Xr zip_file_extra_field_get 3 -and restore them after -.Nm zip_replace -with -.Xr zip_file_extra_field_set 3 . -.Sh RETURN VALUES -Upon successful completion, -.Fn zip_file_add -returns the index of the new file in the archive, and -.Fn zip_file_replace -returns 0. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh EXAMPLES -.Bd -literal -offset indent -zip_source_t *s; -const char buf[]="teststring"; - -if ((s=zip_source_buffer(archive, buf, sizeof(buf), 0)) == NULL || - zip_file_add(archive, name, s, ZIP_FL_ENC_UTF_8) < 0) { - zip_source_free(s); - printf("error adding file: %s\en", zip_strerror(archive)); -} -.Ed -.Sh ERRORS -.Fn zip_file_add -and -.Fn zip_file_replace -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_EXISTS -There is already a file called -.Ar name -in the archive. -(Only applies to -.Fn zip_file_add , -and only if -.Dv ZIP_FL_OVERWRITE -is not provided). -.It Bq Er ZIP_ER_INVAL -.Ar source -or -.Ar name -are -.Dv NULL , -or -.Ar index -is invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_RDONLY -Archive was opened in read-only mode. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_file_add -and -.Fn zip_file_replace -were added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.man deleted file mode 100644 index 2d12a09..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.man +++ /dev/null @@ -1,66 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_attributes_init.mdoc -- initialize attributes structure -.\" Copyright (C) 2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_ATTRIBUTES_INIT" "3" "April 17, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_attributes_init\fR -\- initialize zip file attributes structure -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_file_attributes_init\fR(\fIzip_file_attributes_t\ *attributes\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_attributes_init\fR() -initializes a -\fIzip_file_attributes_t\fR -structure with default values. -It must be called before modifying such a structure for the first time. -.SH "SEE ALSO" -libzip(3), -zip_source_function(3) -.SH "HISTORY" -\fBzip_file_attributes_init\fR() -was added in libzip 1.7.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.mdoc deleted file mode 100644 index 27ca205..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_attributes_init.mdoc +++ /dev/null @@ -1,61 +0,0 @@ -.\" zip_file_attributes_init.mdoc -- initialize attributes structure -.\" Copyright (C) 2020 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd April 17, 2020 -.Dt ZIP_FILE_ATTRIBUTES_INIT 3 -.Os -.Sh NAME -.Nm zip_file_attributes_init -.Nd initialize zip file attributes structure -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_file_attributes_init "zip_file_attributes_t *attributes" -.Sh DESCRIPTION -The -.Fn zip_file_attributes_init -initializes a -.Vt zip_file_attributes_t -structure with default values. -It must be called before modifying such a structure for the first time. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source_function 3 -.Sh HISTORY -.Fn zip_file_attributes_init -was added in libzip 1.7.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.man deleted file mode 100644 index df32b67..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.man +++ /dev/null @@ -1,141 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_extra_field_delete.mdoc -- delete extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_EXTRA_FIELD_DELETE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_extra_field_delete\fR, -\fBzip_file_extra_field_delete_by_id\fR -\- delete extra field for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_field_delete\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ extra_field_index\fR, \fIzip_flags_t\ flags\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_field_delete_by_id\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ extra_field_id\fR, \fIzip_uint16_t\ extra_field_index\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_extra_field_delete\fR() -function deletes the extra field with index -\fIextra_field_index\fR -for the file at position -\fIindex\fR -in the zip archive. -.PP -If -\fIextra_field_index\fR -is -\fRZIP_EXTRA_FIELD_ALL\fR, -then all extra fields will be deleted. -.PP -The following -\fIflags\fR -are supported: -.RS 6n -.TP 18n -\fRZIP_FL_CENTRAL\fR -Delete extra fields from the archive's central directory. -.TP 18n -\fRZIP_FL_LOCAL\fR -Delete extra fields from the local file headers. -.RE -.PP -The -\fBzip_file_extra_field_delete_by_id\fR() -function deletes the extra field with ID (two-byte signature) -\fIextra_field_id\fR -and index -\fIextra_field_index\fR -(in other words, the -\fIextra_field_index\fR'th -extra field with ID -\fIextra_field_id\fR) -The other arguments are the same as for -\fBzip_file_extra_field_delete\fR() -(\fRZIP_EXTRA_FIELD_ALL\fR -will delete all extra fields of the specified ID). -.PP -Please note that due to the library design, the index of an extra -field may be different between central directory and local file -headers. -For this reason, it is not allowed to specify both -\fRZIP_FL_CENTRAL\fR -and -\fRZIP_FL_LOCAL\fR -in -\fIflags\fR, -except when deleting all extra fields (i.e., -\fIextra_field_index\fR -being -\fRZIP_EXTRA_FIELD_ALL\fR). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_extra_field_delete\fR() -and -\fBzip_file_extra_field_delete_by_id\fR() -fail if: -.TP 19n -[\fRZIP_ER_NOENT\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_file_extra_field_get(3), -zip_file_extra_field_set(3), -zip_file_extra_fields_count(3) -.SH "HISTORY" -\fBzip_file_extra_field_delete\fR() -and -\fBzip_file_extra_field_delete_by_id\fR() -were added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.mdoc deleted file mode 100644 index a194161..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_delete.mdoc +++ /dev/null @@ -1,130 +0,0 @@ -.\" zip_file_extra_field_delete.mdoc -- delete extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_EXTRA_FIELD_DELETE 3 -.Os -.Sh NAME -.Nm zip_file_extra_field_delete , -.Nm zip_file_extra_field_delete_by_id -.Nd delete extra field for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_extra_field_delete "zip_t *archive" "zip_uint64_t index" "zip_uint16_t extra_field_index" "zip_flags_t flags" -.Ft int -.Fn zip_file_extra_field_delete_by_id "zip_t *archive" "zip_uint64_t index" "zip_uint16_t extra_field_id" "zip_uint16_t extra_field_index" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_extra_field_delete -function deletes the extra field with index -.Ar extra_field_index -for the file at position -.Ar index -in the zip archive. -.Pp -If -.Ar extra_field_index -is -.Dv ZIP_EXTRA_FIELD_ALL , -then all extra fields will be deleted. -.Pp -The following -.Ar flags -are supported: -.Bl -tag -width ZIP_FL_CENTRALXX -offset indent -.It Dv ZIP_FL_CENTRAL -Delete extra fields from the archive's central directory. -.It Dv ZIP_FL_LOCAL -Delete extra fields from the local file headers. -.El -.Pp -The -.Fn zip_file_extra_field_delete_by_id -function deletes the extra field with ID (two-byte signature) -.Ar extra_field_id -and index -.Ar extra_field_index -(in other words, the -.Ar extra_field_index Ns No 'th -extra field with ID -.Ar extra_field_id ) -The other arguments are the same as for -.Fn zip_file_extra_field_delete -.Dv ( ZIP_EXTRA_FIELD_ALL -will delete all extra fields of the specified ID). -.Pp -Please note that due to the library design, the index of an extra -field may be different between central directory and local file -headers. -For this reason, it is not allowed to specify both -.Dv ZIP_FL_CENTRAL -and -.Dv ZIP_FL_LOCAL -in -.Ar flags , -except when deleting all extra fields (i.e., -.Ar extra_field_index -being -.Dv ZIP_EXTRA_FIELD_ALL ) . -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_extra_field_delete -and -.Fn zip_file_extra_field_delete_by_id -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_NOENT -.Ar index -is not a valid file index in -.Ar archive . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_extra_field_get 3 , -.Xr zip_file_extra_field_set 3 , -.Xr zip_file_extra_fields_count 3 -.Sh HISTORY -.Fn zip_file_extra_field_delete -and -.Fn zip_file_extra_field_delete_by_id -were added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.man deleted file mode 100644 index f4cdc1b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.man +++ /dev/null @@ -1,169 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_extra_field_get.mdoc -- get extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_EXTRA_FIELD_GET" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_extra_field_get\fR, -\fBzip_file_extra_field_get_by_id\fR -\- get extra field for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst zip_uint8_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_field_get\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ extra_field_index\fR, \fIzip_uint16_t\ *idp\fR, \fIzip_uint16_t\ *lenp\fR, \fIzip_flags_t\ flags\fR); -.PD -.PP -\fIconst zip_uint8_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_field_get_by_id\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ extra_field_id\fR, \fIzip_uint16_t\ extra_field_index\fR, \fIzip_uint16_t\ *lenp\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_extra_field_get\fR() -function returns the extra field with index -\fIextra_field_index\fR -for the file at position -\fIindex\fR -in the zip archive. -This pointer should not be modified or -free(3)'d, -and becomes invalid when -\fIarchive\fR -is closed. -If -\fIidp\fR -is not -\fRNULL\fR, -the integer to which it points will be set to the ID (two-byte -signature) of the selected extra field. -If -\fIlenp\fR -is not -\fRNULL\fR, -the integer to which it points will be set to the length of the -extra field. -Generally speaking, -\fIlenp\fR -and -\fIidp\fR -should be passed since only the extra field data is returned (i.e., -neither the ID nor the length, if the -\fIidp\fR -and -\fIlenp\fR -arguments are not provided). -.PP -The following -\fIflags\fR -are supported: -.RS 6n -.TP 20n -\fRZIP_FL_CENTRAL\fR -Return extra fields from the archive's central directory. -.TP 20n -\fRZIP_FL_LOCAL\fR -Return extra fields from the local file headers. -.TP 20n -\fRZIP_FL_UNCHANGED\fR -Return the original unchanged extra fields, ignoring any changes made. -.RE -.PP -The -\fBzip_file_extra_field_get_by_id\fR() -function returns the extra field with ID (two-byte signature) -\fIextra_field_id\fR -and index -\fIextra_field_index\fR -(in other words, the -\fIextra_field_index\fR'th -extra field with ID -\fIextra_field_id\fR) -The other arguments are the same as for -\fBzip_file_extra_field_get\fR(). -.SH "RETURN VALUES" -Upon successful completion, a pointer to an extra field is returned, -or -\fRNULL\fR -if there is no extra field with that -\fIextra_field_index\fR -for the file with index -\fIindex\fR. -In case of an error, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_extra_field_get\fR() -and -\fBzip_file_extra_field_get_by_id\fR() -fail if: -.TP 19n -[\fRZIP_ER_NOENT\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR, -or -\fIextra_field_index\fR -is not a valid extra file index (for ID -\fIextra_field_id\fR). -.SH "SEE ALSO" -libzip(3), -zip_file_extra_field_delete(3), -zip_file_extra_field_set(3), -zip_file_extra_fields_count(3) -.SH "HISTORY" -\fBzip_file_extra_field_get\fR() -and -\fBzip_file_extra_field_get_by_id\fR() -were added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> -.SH "CAVEATS" -Please note that the extra field IDs 0x0001 (ZIP64 extension), -0x6375 (Infozip UTF-8 comment), and -0x7075 (Infozip UTF-8 file name) can not be read using -\fBzip_file_extra_field_get\fR() -since they are used by -libzip(3) -internally. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.mdoc deleted file mode 100644 index b1fa8a8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_get.mdoc +++ /dev/null @@ -1,157 +0,0 @@ -.\" zip_file_extra_field_get.mdoc -- get extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_EXTRA_FIELD_GET 3 -.Os -.Sh NAME -.Nm zip_file_extra_field_get , -.Nm zip_file_extra_field_get_by_id -.Nd get extra field for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const zip_uint8_t * -.Fn zip_file_extra_field_get "zip_t *archive" "zip_uint64_t index" "zip_uint16_t extra_field_index" "zip_uint16_t *idp" "zip_uint16_t *lenp" "zip_flags_t flags" -.Ft const zip_uint8_t * -.Fn zip_file_extra_field_get_by_id "zip_t *archive" "zip_uint64_t index" "zip_uint16_t extra_field_id" "zip_uint16_t extra_field_index" "zip_uint16_t *lenp" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_extra_field_get -function returns the extra field with index -.Ar extra_field_index -for the file at position -.Ar index -in the zip archive. -This pointer should not be modified or -.Xr free 3 Ap d , -and becomes invalid when -.Ar archive -is closed. -If -.Ar idp -is not -.Dv NULL , -the integer to which it points will be set to the ID (two-byte -signature) of the selected extra field. -If -.Ar lenp -is not -.Dv NULL , -the integer to which it points will be set to the length of the -extra field. -Generally speaking, -.Ar lenp -and -.Ar idp -should be passed since only the extra field data is returned (i.e., -neither the ID nor the length, if the -.Ar idp -and -.Ar lenp -arguments are not provided). -.Pp -The following -.Ar flags -are supported: -.Bl -tag -width ZIP_FL_UNCHANGEDXX -offset indent -.It Dv ZIP_FL_CENTRAL -Return extra fields from the archive's central directory. -.It Dv ZIP_FL_LOCAL -Return extra fields from the local file headers. -.It Dv ZIP_FL_UNCHANGED -Return the original unchanged extra fields, ignoring any changes made. -.El -.Pp -The -.Fn zip_file_extra_field_get_by_id -function returns the extra field with ID (two-byte signature) -.Ar extra_field_id -and index -.Ar extra_field_index -(in other words, the -.Ar extra_field_index Ns No 'th -extra field with ID -.Ar extra_field_id ) -The other arguments are the same as for -.Fn zip_file_extra_field_get . -.Sh RETURN VALUES -Upon successful completion, a pointer to an extra field is returned, -or -.Dv NULL -if there is no extra field with that -.Ar extra_field_index -for the file with index -.Ar index . -In case of an error, -.Dv NULL -is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_extra_field_get -and -.Fn zip_file_extra_field_get_by_id -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_NOENT -.Ar index -is not a valid file index in -.Ar archive , -or -.Ar extra_field_index -is not a valid extra file index (for ID -.Ar extra_field_id ) . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_extra_field_delete 3 , -.Xr zip_file_extra_field_set 3 , -.Xr zip_file_extra_fields_count 3 -.Sh HISTORY -.Fn zip_file_extra_field_get -and -.Fn zip_file_extra_field_get_by_id -were added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at -.Sh CAVEATS -Please note that the extra field IDs 0x0001 (ZIP64 extension), -0x6375 (Infozip UTF-8 comment), and -0x7075 (Infozip UTF-8 file name) can not be read using -.Fn zip_file_extra_field_get -since they are used by -.Xr libzip 3 -internally. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.man deleted file mode 100644 index 1edfd06..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.man +++ /dev/null @@ -1,123 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_extra_field_set.mdoc -- set extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_EXTRA_FIELD_SET" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_extra_field_set\fR -\- set extra field for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_field_set\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ extra_field_id\fR, \fIzip_uint16_t\ extra_field_index\fR, \fIconst\ zip_uint8_t\ *extra_field_data\fR, \fIzip_uint16_t\ len\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_extra_field_set\fR() -function sets the extra field with ID (two-byte signature) -\fIextra_field_id\fR -and index -\fIextra_field_index\fR -for the file at position -\fIindex\fR -in the zip archive. -The extra field's data will be set to -\fIextra_field_data\fR -and length -\fIlen\fR. -If a new entry shall be appended, set -\fIextra_field_index\fR -to -\fRZIP_EXTRA_FIELD_NEW\fR. -.PP -At least one of the following -\fIflags\fR -must be set: -.RS 6n -.TP 18n -\fRZIP_FL_CENTRAL\fR -Set extra field in the archive's central directory. -.TP 18n -\fRZIP_FL_LOCAL\fR -Set extra field in the local file headers. -.RE -.PP -Please note that the extra field IDs 0x0001 (ZIP64 extension), -0x6375 (Infozip UTF-8 comment), and -0x7075 (Infozip UTF-8 file name) can not be set using -\fBzip_file_extra_field_set\fR() -since they are set by -libzip(3) -automatically when needed. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_extra_field_set\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -The extra field size is too large (ID and length need 4 bytes; the -maximum length of all extra fields for one file combined is 65536 -bytes). -This error also occurs if -\fIextra_field_index\fR -is too large. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_NOENT\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_file_extra_field_delete(3), -zip_file_extra_field_get(3), -zip_file_extra_fields_count(3) -.SH "HISTORY" -\fBzip_file_extra_field_set\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.mdoc deleted file mode 100644 index 8646c64..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_field_set.mdoc +++ /dev/null @@ -1,115 +0,0 @@ -.\" zip_file_extra_field_set.mdoc -- set extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_EXTRA_FIELD_SET 3 -.Os -.Sh NAME -.Nm zip_file_extra_field_set -.Nd set extra field for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_extra_field_set "zip_t *archive" "zip_uint64_t index" "zip_uint16_t extra_field_id" "zip_uint16_t extra_field_index" "const zip_uint8_t *extra_field_data" "zip_uint16_t len" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_extra_field_set -function sets the extra field with ID (two-byte signature) -.Ar extra_field_id -and index -.Ar extra_field_index -for the file at position -.Ar index -in the zip archive. -The extra field's data will be set to -.Ar extra_field_data -and length -.Ar len . -If a new entry shall be appended, set -.Ar extra_field_index -to -.Dv ZIP_EXTRA_FIELD_NEW . -.Pp -At least one of the following -.Ar flags -must be set: -.Bl -tag -width ZIP_FL_CENTRALXX -offset indent -.It Dv ZIP_FL_CENTRAL -Set extra field in the archive's central directory. -.It Dv ZIP_FL_LOCAL -Set extra field in the local file headers. -.El -.Pp -Please note that the extra field IDs 0x0001 (ZIP64 extension), -0x6375 (Infozip UTF-8 comment), and -0x7075 (Infozip UTF-8 file name) can not be set using -.Fn zip_file_extra_field_set -since they are set by -.Xr libzip 3 -automatically when needed. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_extra_field_set -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -The extra field size is too large (ID and length need 4 bytes; the -maximum length of all extra fields for one file combined is 65536 -bytes). -This error also occurs if -.Ar extra_field_index -is too large. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_NOENT -.Ar index -is not a valid file index in -.Ar archive . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_extra_field_delete 3 , -.Xr zip_file_extra_field_get 3 , -.Xr zip_file_extra_fields_count 3 -.Sh HISTORY -.Fn zip_file_extra_field_set -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.man deleted file mode 100644 index 6086a07..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.man +++ /dev/null @@ -1,124 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_extra_fields_count.mdoc -- count extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_EXTRA_FIELDS_COUNT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_extra_fields_count\fR, -\fBzip_file_extra_fields_count_by_id\fR -\- count extra fields for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int16_t\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_fields_count\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR); -.PD -.PP -\fIzip_int16_t\fR -.br -.PD 0 -.HP 4n -\fBzip_file_extra_fields_count_by_id\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ extra_field_id\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_extra_fields_count\fR() -function counts the extra fields for the file at position -\fIindex\fR -in the zip archive. -.PP -The following -\fIflags\fR -are supported: -.RS 6n -.TP 18n -\fRZIP_FL_CENTRAL\fR -Count extra fields from the archive's central directory. -.TP 18n -\fRZIP_FL_LOCAL\fR -Count extra fields from the local file headers. -.TP 18n -\fRZIP_FL_UNCHANGED\fR -Count the original unchanged extra fields, ignoring any changes made. -.RE -.PP -The -\fBzip_file_extra_fields_count_by_id\fR() -function counts the extra fields with ID (two-byte signature) -\fIextra_field_id\fR. -The other arguments are the same as for -\fBzip_file_extra_fields_count\fR(). -.PP -Extra fields that are the same in the central directory and the local file -header are merged into one. -Therefore, the counts with -\fRZIP_FL_CENTRAL\fR -and -\fRZIP_FL_LOCAL\fR -do not need to add up to the same value as when given -\fRZIP_FL_CENTRAL|ZIP_FL_LOCAL\fR -at the same time. -.SH "RETURN VALUES" -Upon successful completion, the requested number of extra fields is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_extra_fields_count\fR() -and -\fBzip_file_extra_fields_count_by_id\fR() -fail if: -.TP 19n -[\fRZIP_ER_NOENT\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_file_extra_field_delete(3), -zip_file_extra_field_get(3), -zip_file_extra_field_set(3) -.SH "HISTORY" -\fBzip_file_extra_fields_count\fR() -and -\fBzip_file_extra_fields_count_by_id\fR() -were added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.mdoc deleted file mode 100644 index 1b40f5e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_extra_fields_count.mdoc +++ /dev/null @@ -1,113 +0,0 @@ -.\" zip_file_extra_fields_count.mdoc -- count extra field for file in zip -.\" Copyright (C) 2012-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_EXTRA_FIELDS_COUNT 3 -.Os -.Sh NAME -.Nm zip_file_extra_fields_count , -.Nm zip_file_extra_fields_count_by_id -.Nd count extra fields for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int16_t -.Fn zip_file_extra_fields_count "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" -.Ft zip_int16_t -.Fn zip_file_extra_fields_count_by_id "zip_t *archive" "zip_uint64_t index" "zip_uint16_t extra_field_id" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_extra_fields_count -function counts the extra fields for the file at position -.Ar index -in the zip archive. -.Pp -The following -.Ar flags -are supported: -.Bl -tag -width ZIP_FL_CENTRALXX -offset indent -.It Dv ZIP_FL_CENTRAL -Count extra fields from the archive's central directory. -.It Dv ZIP_FL_LOCAL -Count extra fields from the local file headers. -.It Dv ZIP_FL_UNCHANGED -Count the original unchanged extra fields, ignoring any changes made. -.El -.Pp -The -.Fn zip_file_extra_fields_count_by_id -function counts the extra fields with ID (two-byte signature) -.Ar extra_field_id . -The other arguments are the same as for -.Fn zip_file_extra_fields_count . -.Pp -Extra fields that are the same in the central directory and the local file -header are merged into one. -Therefore, the counts with -.Dv ZIP_FL_CENTRAL -and -.Dv ZIP_FL_LOCAL -do not need to add up to the same value as when given -.Dv ZIP_FL_CENTRAL|ZIP_FL_LOCAL -at the same time. -.Sh RETURN VALUES -Upon successful completion, the requested number of extra fields is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_extra_fields_count -and -.Fn zip_file_extra_fields_count_by_id -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_NOENT -.Ar index -is not a valid file index in -.Ar archive . -.\" TODO: _zip_read_local_ef errors -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_extra_field_delete 3 , -.Xr zip_file_extra_field_get 3 , -.Xr zip_file_extra_field_set 3 -.Sh HISTORY -.Fn zip_file_extra_fields_count -and -.Fn zip_file_extra_fields_count_by_id -were added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.man deleted file mode 100644 index b194e51..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.man +++ /dev/null @@ -1,126 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_get_comment.mdoc -- get comment for file in zip -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_GET_COMMENT" "3" "September 22, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_get_comment\fR -\- get comment for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_file_get_comment\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint32_t\ *lenp\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_get_comment\fR() -function returns the comment for the file at position -\fIindex\fR -in the zip archive. -The name is in UTF-8 encoding unless -\fRZIP_FL_ENC_RAW\fR -was specified (see below). -This pointer should not be modified or -free(3)'d, -and becomes invalid when -\fIarchive\fR -is closed. -If -\fIlenp\fR -is not -\fRNULL\fR, -the integer to which it points will be set to the length of the -comment. -If -\fIflags\fR -is set to -\fRZIP_FL_UNCHANGED\fR, -the original unchanged comment is returned. -.PP -Additionally, the following -\fIflags\fR -are supported: -.RS 6n -.TP 21n -\fRZIP_FL_ENC_RAW\fR -Return the unmodified comment as it is in the ZIP archive. -.TP 21n -\fRZIP_FL_ENC_GUESS\fR -(Default.) -Guess the encoding of the comment in the ZIP archive and convert it -to UTF-8, if necessary. -(Only CP-437 and UTF-8 are recognized.) -.TP 21n -\fRZIP_FL_ENC_STRICT\fR -Follow the ZIP specification for file names and extend it to file -comments, expecting them to be encoded in CP-437 in the ZIP archive -(except if it is a UTF-8 comment from the special extra field). -Convert it to UTF-8. -.RE -\fINote\fR: -ASCII is a subset of both CP-437 and UTF-8. -.SH "RETURN VALUES" -Upon successful completion, a pointer to the comment is returned, -or -\fRNULL\fR -if there is no comment. -In case of an error, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_get_comment\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_file_set_comment(3), -zip_get_archive_comment(3) -.SH "HISTORY" -\fBzip_file_get_comment\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.mdoc deleted file mode 100644 index dc1461c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_comment.mdoc +++ /dev/null @@ -1,119 +0,0 @@ -.\" zip_file_get_comment.mdoc -- get comment for file in zip -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 22, 2020 -.Dt ZIP_FILE_GET_COMMENT 3 -.Os -.Sh NAME -.Nm zip_file_get_comment -.Nd get comment for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_file_get_comment "zip_t *archive" "zip_uint64_t index" "zip_uint32_t *lenp" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_get_comment -function returns the comment for the file at position -.Ar index -in the zip archive. -The name is in UTF-8 encoding unless -.Dv ZIP_FL_ENC_RAW -was specified (see below). -This pointer should not be modified or -.Xr free 3 Ap d , -and becomes invalid when -.Ar archive -is closed. -If -.Ar lenp -is not -.Dv NULL , -the integer to which it points will be set to the length of the -comment. -If -.Ar flags -is set to -.Dv ZIP_FL_UNCHANGED , -the original unchanged comment is returned. -.Pp -Additionally, the following -.Ar flags -are supported: -.Bl -tag -width ZIP_FL_ENC_STRICTXX -offset indent -.It Dv ZIP_FL_ENC_RAW -Return the unmodified comment as it is in the ZIP archive. -.It Dv ZIP_FL_ENC_GUESS -(Default.) -Guess the encoding of the comment in the ZIP archive and convert it -to UTF-8, if necessary. -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_STRICT -Follow the ZIP specification for file names and extend it to file -comments, expecting them to be encoded in CP-437 in the ZIP archive -(except if it is a UTF-8 comment from the special extra field). -Convert it to UTF-8. -.El -.Em Note : -ASCII is a subset of both CP-437 and UTF-8. -.Sh RETURN VALUES -Upon successful completion, a pointer to the comment is returned, -or -.Dv NULL -if there is no comment. -In case of an error, -.Dv NULL -is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_get_comment -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_set_comment 3 , -.Xr zip_get_archive_comment 3 -.Sh HISTORY -.Fn zip_file_get_comment -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.man deleted file mode 100644 index 706ddbe..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.man +++ /dev/null @@ -1,62 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_get_error.mdoc -- extract zip_error from zip_file -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_GET_ERROR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_get_error\fR -\- extract zip_error from zip_file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_error_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_file_get_error\fR(\fIzip_file_t\ *zf\fR); -.PD -.SH "DESCRIPTION" -\fBzip_file_get_error\fR() -function returns the zip_error associated with the zip_file -\fIzf\fR. -.SH "SEE ALSO" -libzip(3) -.SH "HISTORY" -\fBzip_file_get_error\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.mdoc deleted file mode 100644 index 5680a5e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_error.mdoc +++ /dev/null @@ -1,57 +0,0 @@ -.\" zip_file_get_error.mdoc -- extract zip_error from zip_file -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_GET_ERROR 3 -.Os -.Sh NAME -.Nm zip_file_get_error -.Nd extract zip_error from zip_file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_error_t * -.Fn zip_file_get_error "zip_file_t *zf" -.Sh DESCRIPTION -.Fn zip_file_get_error -function returns the zip_error associated with the zip_file -.Ar zf . -.Sh SEE ALSO -.Xr libzip 3 -.Sh HISTORY -.Fn zip_file_get_error -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.man deleted file mode 100644 index b488ca3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.man +++ /dev/null @@ -1,174 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_get_external_attributes.mdoc -- get external attributes for file in zip -.\" Copyright (C) 2013-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_GET_EXTERNAL_ATTRIBUTES" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_get_external_attributes\fR -\- get external attributes for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_get_external_attributes\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint8_t\ *opsys\fR, \fIzip_uint32_t\ *attributes\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_get_external_attributes\fR() -function returns the operating system and external attributes for the -file at position -\fIindex\fR -in the zip archive. -The external attributes usually contain the operating system-specific -file permissions. -If -\fIflags\fR -is set to -\fRZIP_FL_UNCHANGED\fR, -the original unchanged values are returned. -If -\fIopsys\fR -or -\fIattributes\fR -are -\fRNULL\fR, -they are not filled in. -.PP -The following operating systems are defined by the zip specification: -.RS 6n -.PD 0 -.PP -\fRZIP_OPSYS_ACORN_RISC\fR -.PP -\fRZIP_OPSYS_ALTERNATE_MVS\fR -.PP -\fRZIP_OPSYS_AMIGA\fR -.PP -\fRZIP_OPSYS_ATARI_ST\fR -.PP -\fRZIP_OPSYS_BEOS\fR -.PP -\fRZIP_OPSYS_CPM\fR -.PP -\fRZIP_OPSYS_DOS\fR -.PP -\fRZIP_OPSYS_MACINTOSH\fR -.PP -\fRZIP_OPSYS_MVS\fR -.PP -\fRZIP_OPSYS_OPENVMS\fR -.PP -\fRZIP_OPSYS_OS_2\fR -.PP -\fRZIP_OPSYS_OS_400\fR -.PP -\fRZIP_OPSYS_OS_X\fR -.PP -\fRZIP_OPSYS_TANDEM\fR -.PP -\fRZIP_OPSYS_UNIX\fR -.PP -\fRZIP_OPSYS_VFAT\fR -.PP -\fRZIP_OPSYS_VM_CMS\fR -.PP -\fRZIP_OPSYS_VSE\fR -.PP -\fRZIP_OPSYS_WINDOWS_NTFS\fR -(uncommon, use -\fRZIP_OPSYS_DOS\fR -instead) -.PP -\fRZIP_OPSYS_Z_SYSTEM\fR -.RE -.PD -.PP -The defines above follow the PKWARE Inc. Appnote; please note that -the InfoZIP Appnote has a slightly different mapping. -.SH "RETURN VALUES" -Upon successful completion, 0 is returned. -In case of an error, -\fR\-1\fR -is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "EXAMPLES" -The following code can be used to expand -\fIattributes\fR -if the operating system is -\fRZIP_OPSYS_DOS\fR. -.nf -.sp -.RS 0n -#include - -#define FA_RDONLY 0x01 // FILE_ATTRIBUTE_READONLY -#define FA_DIREC 0x10 // FILE_ATTRIBUTE_DIRECTORY - -static mode_t -_zip_dos_attr2mode(zip_uint32_t attr) -{ - mode_t m = S_IRUSR | S_IRGRP | S_IROTH; - if (0 == (attr & FA_RDONLY)) - m |= S_IWUSR | S_IWGRP | S_IWOTH; - - if (attr & FA_DIREC) - m = (S_IFDIR | (m & ~S_IFMT)) | S_IXUSR | S_IXGRP | S_IXOTH; - - return m; -} -.RE -.fi -.SH "ERRORS" -\fBzip_file_get_external_attributes\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_file_set_external_attributes(3) -.SH "HISTORY" -\fBzip_file_get_external_attributes\fR() -was added in libzip 0.11.2. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.mdoc deleted file mode 100644 index fe5293a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_get_external_attributes.mdoc +++ /dev/null @@ -1,165 +0,0 @@ -.\" zip_file_get_external_attributes.mdoc -- get external attributes for file in zip -.\" Copyright (C) 2013-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_GET_EXTERNAL_ATTRIBUTES 3 -.Os -.Sh NAME -.Nm zip_file_get_external_attributes -.Nd get external attributes for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_get_external_attributes "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" "zip_uint8_t *opsys" "zip_uint32_t *attributes" -.Sh DESCRIPTION -The -.Fn zip_file_get_external_attributes -function returns the operating system and external attributes for the -file at position -.Ar index -in the zip archive. -The external attributes usually contain the operating system-specific -file permissions. -If -.Ar flags -is set to -.Dv ZIP_FL_UNCHANGED , -the original unchanged values are returned. -If -.Ar opsys -or -.Ar attributes -are -.Dv NULL , -they are not filled in. -.Pp -The following operating systems are defined by the zip specification: -.Bl -item -compact -offset indent -.It -.Dv ZIP_OPSYS_ACORN_RISC -.It -.Dv ZIP_OPSYS_ALTERNATE_MVS -.It -.Dv ZIP_OPSYS_AMIGA -.It -.Dv ZIP_OPSYS_ATARI_ST -.It -.Dv ZIP_OPSYS_BEOS -.It -.Dv ZIP_OPSYS_CPM -.It -.Dv ZIP_OPSYS_DOS -.It -.Dv ZIP_OPSYS_MACINTOSH -.It -.Dv ZIP_OPSYS_MVS -.It -.Dv ZIP_OPSYS_OPENVMS -.It -.Dv ZIP_OPSYS_OS_2 -.It -.Dv ZIP_OPSYS_OS_400 -.It -.Dv ZIP_OPSYS_OS_X -.It -.Dv ZIP_OPSYS_TANDEM -.It -.Dv ZIP_OPSYS_UNIX -.It -.Dv ZIP_OPSYS_VFAT -.It -.Dv ZIP_OPSYS_VM_CMS -.It -.Dv ZIP_OPSYS_VSE -.It -.Dv ZIP_OPSYS_WINDOWS_NTFS -(uncommon, use -.Dv ZIP_OPSYS_DOS -instead) -.It -.Dv ZIP_OPSYS_Z_SYSTEM -.El -.Pp -The defines above follow the PKWARE Inc. Appnote; please note that -the InfoZIP Appnote has a slightly different mapping. -.Sh RETURN VALUES -Upon successful completion, 0 is returned. -In case of an error, -.Dv \-1 -is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh EXAMPLES -The following code can be used to expand -.Ar attributes -if the operating system is -.Dv ZIP_OPSYS_DOS . -.Bd -literal -#include - -#define FA_RDONLY 0x01 // FILE_ATTRIBUTE_READONLY -#define FA_DIREC 0x10 // FILE_ATTRIBUTE_DIRECTORY - -static mode_t -_zip_dos_attr2mode(zip_uint32_t attr) -{ - mode_t m = S_IRUSR | S_IRGRP | S_IROTH; - if (0 == (attr & FA_RDONLY)) - m |= S_IWUSR | S_IWGRP | S_IWOTH; - - if (attr & FA_DIREC) - m = (S_IFDIR | (m & ~S_IFMT)) | S_IXUSR | S_IXGRP | S_IXOTH; - - return m; -} -.Ed -.Sh ERRORS -.Fn zip_file_get_external_attributes -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_set_external_attributes 3 -.Sh HISTORY -.Fn zip_file_get_external_attributes -was added in libzip 0.11.2. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.man deleted file mode 100644 index 22b40d1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.man +++ /dev/null @@ -1,111 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_rename.mdoc -- rename file in zip archive -.\" Copyright (C) 2003-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_RENAME" "3" "September 22, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_rename\fR -\- rename file in zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_rename\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIconst\ char\ *name\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The file at position -\fIindex\fR -in the zip archive -\fIarchive\fR -is renamed to -\fIname\fR. -The -\fIflags\fR -argument can be any of: -.TP 22n -\fRZIP_FL_ENC_GUESS\fR -Guess encoding of -\fIname\fR -(default). -(Only CP-437 and UTF-8 are recognized.) -.TP 22n -\fRZIP_FL_ENC_UTF_8\fR -Interpret -\fIname\fR -as UTF-8. -.TP 22n -\fRZIP_FL_ENC_CP437\fR -Interpret -\fIname\fR -as code page 437 (CP-437). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_rename\fR() -fails if: -.TP 19n -[\fRZIP_ER_DELETED\fR] -The file to be renamed has been deleted from the archive. -.TP 19n -[\fRZIP_ER_EXISTS\fR] -There is already a file called -\fIname\fR -in the archive. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR, -\fIname is\fR -\fRNULL\fR, -the empty string, or not a valid UTF-8 encoded string. -Also a file cannot be renamed to a directory or vice versa. -Directories are denoted by a trailing slash. -.SH "SEE ALSO" -libzip(3), -zip_unchange(3) -.SH "HISTORY" -\fBzip_file_rename\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.mdoc deleted file mode 100644 index c4fad6b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_rename.mdoc +++ /dev/null @@ -1,104 +0,0 @@ -.\" zip_file_rename.mdoc -- rename file in zip archive -.\" Copyright (C) 2003-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 22, 2020 -.Dt ZIP_FILE_RENAME 3 -.Os -.Sh NAME -.Nm zip_file_rename -.Nd rename file in zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_rename "zip_t *archive" "zip_uint64_t index" "const char *name" "zip_flags_t flags" -.Sh DESCRIPTION -The file at position -.Ar index -in the zip archive -.Ar archive -is renamed to -.Ar name . -The -.Ar flags -argument can be any of: -.Bl -tag -width XZIPXFLXENCXSTRICTXX -.It Dv ZIP_FL_ENC_GUESS -Guess encoding of -.Ar name -(default). -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_UTF_8 -Interpret -.Ar name -as UTF-8. -.It Dv ZIP_FL_ENC_CP437 -Interpret -.Ar name -as code page 437 (CP-437). -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_rename -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_DELETED -The file to be renamed has been deleted from the archive. -.It Bq Er ZIP_ER_EXISTS -There is already a file called -.Ar name -in the archive. -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive , -.Ar name is -.Dv NULL , -the empty string, or not a valid UTF-8 encoded string. -Also a file cannot be renamed to a directory or vice versa. -Directories are denoted by a trailing slash. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_unchange 3 -.Sh HISTORY -.Fn zip_file_rename -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.man deleted file mode 100644 index 584619e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.man +++ /dev/null @@ -1,123 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_set_comment.mdoc -- set comment for file in zip -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_SET_COMMENT" "3" "September 22, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_set_comment\fR -\- set comment for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_set_comment\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIconst\ char\ *comment\fR, \fIzip_uint16_t\ len\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_set_comment\fR() -function sets the comment for the file at position -\fIindex\fR -in the zip archive to -\fIcomment\fR -of length -\fIlen\fR. -If -\fIcomment\fR -is -\fRNULL\fR -and -\fIlen\fR -is 0, the file comment will be removed. -The -\fIflags\fR -argument can be any of: -.TP 22n -\fRZIP_FL_ENC_GUESS\fR -Guess encoding of -\fIcomment\fR -(default). -(Only CP-437 and UTF-8 are recognized.) -.TP 22n -\fRZIP_FL_ENC_UTF_8\fR -Interpret -\fIcomment\fR -as UTF-8. -.TP 22n -\fRZIP_FL_ENC_CP437\fR -Interpret -\fIcomment\fR -as code page 437 (CP-437). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_set_comment\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR, -or -\fIlen\fR -is less than 0 or longer than the maximum comment length in a zip file -(65535), or -\fIcomment\fR -is not a valid UTF-8 encoded string. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_RDONLY\fR] -The -\fIarchive\fR -was opened in read-only mode. -.SH "SEE ALSO" -libzip(3), -zip_file_get_comment(3), -zip_get_archive_comment(3), -zip_set_archive_comment(3) -.SH "HISTORY" -\fBzip_file_set_comment\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.mdoc deleted file mode 100644 index dbc1f14..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_comment.mdoc +++ /dev/null @@ -1,116 +0,0 @@ -.\" zip_file_set_comment.mdoc -- set comment for file in zip -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 22, 2020 -.Dt ZIP_FILE_SET_COMMENT 3 -.Os -.Sh NAME -.Nm zip_file_set_comment -.Nd set comment for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_set_comment "zip_t *archive" "zip_uint64_t index" "const char *comment" "zip_uint16_t len" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_set_comment -function sets the comment for the file at position -.Ar index -in the zip archive to -.Ar comment -of length -.Ar len . -If -.Ar comment -is -.Dv NULL -and -.Ar len -is 0, the file comment will be removed. -The -.Ar flags -argument can be any of: -.Bl -tag -width XZIPXFLXENCXSTRICTXX -.It Dv ZIP_FL_ENC_GUESS -Guess encoding of -.Ar comment -(default). -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_UTF_8 -Interpret -.Ar comment -as UTF-8. -.It Dv ZIP_FL_ENC_CP437 -Interpret -.Ar comment -as code page 437 (CP-437). -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_set_comment -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive , -or -.Ar len -is less than 0 or longer than the maximum comment length in a zip file -(65535), or -.Ar comment -is not a valid UTF-8 encoded string. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_RDONLY -The -.Ar archive -was opened in read-only mode. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_get_comment 3 , -.Xr zip_get_archive_comment 3 , -.Xr zip_set_archive_comment 3 -.Sh HISTORY -.Fn zip_file_set_comment -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.man deleted file mode 100644 index 5ba994c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.man +++ /dev/null @@ -1,132 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_set_encryption.mdoc -- set encryption method for file -.\" Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_SET_ENCRYPTION" "3" "April 2, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_set_encryption\fR -\- set encryption method for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_set_encryption\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ method\fR, \fIconst\ char\ *password\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_set_encryption\fR() -function sets the encryption method for the file at position -\fIindex\fR -in the zip archive to -\fImethod\fR -using the password -\fIpassword\fR. -The -\fImethod\fR -is the same as returned by -zip_stat(3). -For the -\fImethod\fR -argument, currently only the following values are supported: -.TP 19n -\fRZIP_EM_NONE\fR -No encryption. -.TP 19n -\fRZIP_EM_AES_128\fR -Winzip AES-128 encryption. -.TP 19n -\fRZIP_EM_AES_192\fR -Winzip AES-192 encryption. -.TP 19n -\fRZIP_EM_AES_256\fR -Winzip AES-256 encryption. -.TP 19n -\fRZIP_EM_TRAD_PKWARE\fR -.br -Traditional PKWare encryption. -Do not use this method, it is not secure. -It is only provided for backwards compatibility. -.PP -If -\fIpassword\fR -is -\fRNULL\fR, -the default password provided by -zip_set_default_password(3) -is used. -.PP -The current encryption method for a file in a zip archive can be -determined using -zip_stat(3). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_set_encryption\fR() -fails if: -.TP 19n -[\fRZIP_ER_ENCRNOTSUPP\fR] -Unsupported compression method requested. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR, -or the argument combination is invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_RDONLY\fR] -Read-only zip file, no changes allowed. -.SH "SEE ALSO" -libzip(3), -zip_encryption_method_supported(3), -zip_fopen_encrypted(3), -zip_fopen_index_encrypted(3), -zip_set_default_password(3), -zip_stat(3) -.SH "HISTORY" -\fBzip_file_set_encryption\fR() -was added in libzip 1.2.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.mdoc deleted file mode 100644 index 9071947..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_encryption.mdoc +++ /dev/null @@ -1,121 +0,0 @@ -.\" zip_file_set_encryption.mdoc -- set encryption method for file -.\" Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd April 2, 2020 -.Dt ZIP_FILE_SET_ENCRYPTION 3 -.Os -.Sh NAME -.Nm zip_file_set_encryption -.Nd set encryption method for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_set_encryption "zip_t *archive" "zip_uint64_t index" "zip_uint16_t method" "const char *password" -.Sh DESCRIPTION -The -.Fn zip_file_set_encryption -function sets the encryption method for the file at position -.Ar index -in the zip archive to -.Ar method -using the password -.Ar password . -The -.Ar method -is the same as returned by -.Xr zip_stat 3 . -For the -.Ar method -argument, currently only the following values are supported: -.Bl -tag -width ZIP_CM_DEFLATE_XX -.It Dv ZIP_EM_NONE -No encryption. -.It Dv ZIP_EM_AES_128 -Winzip AES-128 encryption. -.It Dv ZIP_EM_AES_192 -Winzip AES-192 encryption. -.It Dv ZIP_EM_AES_256 -Winzip AES-256 encryption. -.It Dv ZIP_EM_TRAD_PKWARE -Traditional PKWare encryption. -Do not use this method, it is not secure. -It is only provided for backwards compatibility. -.El -.Pp -If -.Ar password -is -.Dv NULL , -the default password provided by -.Xr zip_set_default_password 3 -is used. -.Pp -The current encryption method for a file in a zip archive can be -determined using -.Xr zip_stat 3 . -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_set_encryption -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_ENCRNOTSUPP -Unsupported compression method requested. -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive , -or the argument combination is invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_RDONLY -Read-only zip file, no changes allowed. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_encryption_method_supported 3 , -.Xr zip_fopen_encrypted 3 , -.Xr zip_fopen_index_encrypted 3 , -.Xr zip_set_default_password 3 , -.Xr zip_stat 3 -.Sh HISTORY -.Fn zip_file_set_encryption -was added in libzip 1.2.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.man deleted file mode 100644 index 94100bd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.man +++ /dev/null @@ -1,95 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_set_external_attributes.mdoc -- set external attributes for file in zip -.\" Copyright (C) 2013-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_SET_EXTERNAL_ATTRIBUTES" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_set_external_attributes\fR -\- set external attributes for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_set_external_attributes\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint8_t\ opsys\fR, \fIzip_uint32_t\ attributes\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_set_external_attributes\fR() -function sets the operating system and external attributes for the -file at position -\fIindex\fR -in the zip archive. -Currently, no -\fIflags\fR -are supported. -.PP -For a list of known -\fIopsys\fR -values, see -zip_file_get_external_attributes(3). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_set_external_attributes\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_RDONLY\fR] -The -\fIarchive\fR -was opened in read-only mode. -.SH "SEE ALSO" -libzip(3), -zip_file_get_external_attributes(3) -.SH "HISTORY" -\fBzip_file_set_external_attributes\fR() -was added in libzip 0.11.2. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.mdoc deleted file mode 100644 index 1043df6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_external_attributes.mdoc +++ /dev/null @@ -1,89 +0,0 @@ -.\" zip_file_set_external_attributes.mdoc -- set external attributes for file in zip -.\" Copyright (C) 2013-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_SET_EXTERNAL_ATTRIBUTES 3 -.Os -.Sh NAME -.Nm zip_file_set_external_attributes -.Nd set external attributes for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_set_external_attributes "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" "zip_uint8_t opsys" "zip_uint32_t attributes" -.Sh DESCRIPTION -The -.Fn zip_file_set_external_attributes -function sets the operating system and external attributes for the -file at position -.Ar index -in the zip archive. -Currently, no -.Ar flags -are supported. -.Pp -For a list of known -.Ar opsys -values, see -.Xr zip_file_get_external_attributes 3 . -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_set_external_attributes -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_RDONLY -The -.Ar archive -was opened in read-only mode. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_get_external_attributes 3 -.Sh HISTORY -.Fn zip_file_set_external_attributes -was added in libzip 0.11.2. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.man deleted file mode 100644 index 4ef21a2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.man +++ /dev/null @@ -1,145 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_set_mtime.mdoc -- set mtime for file in zip -.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_SET_MTIME" "3" "June 18, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_set_dostime\fR, -\fBzip_file_set_mtime\fR -\- set last modification time (mtime) for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_set_dostime\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_uint16_t\ dostime\fR, \fIzip_uint16_t\ dosdate\fR, \fIzip_flags_t\ flags\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_set_mtime\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fItime_t\ mtime\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_file_set_mtime\fR() -function sets the last modification time (mtime) for the file at -position -\fIindex\fR -in the zip archive to -\fImtime\fR. -Currently, no support for any -\fIflags\fR -is implemented. -.PP -In the zip archive, the time and date are saved as two 16-bit integers. -To set the values directly, call the -\fBzip_file_set_dostime\fR() -function. -The values of the time bytes are defined as follows: -.RS 6n -.TP 7n -0-4 -seconds divided by two (1-2 = 1, 3-4 = 2, ...) -.TP 7n -5-10 -minute (0-59) -.TP 7n -11-15 -hour (0-23) -.RE -.PP -The values of the date bytes are defined as follows: -.RS 6n -.TP 7n -0-4 -day of the month (1-31) -.TP 7n -5-8 -month (January = 1, February = 2, ...) -.TP 7n -9-15 -year offset from 1980 (1980 = 0, 1981 = 1, ...) -.RE -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_file_set_dostime\fR() -and -\fBzip_file_set_mtime\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_OPNOTSUPP\fR] -.br -Traditional PKWare encryption uses the file's mtime, therefore it cannot be changed without re-encrypting the data. -.TP 19n -[\fRZIP_ER_RDONLY\fR] -The -\fIarchive\fR -was opened in read-only mode. -.SH "SEE ALSO" -libzip(3), -zip_stat(3) -.SH "HISTORY" -\fBzip_file_set_mtime\fR() -was added in libzip 1.0. -\fBzip_file_set_dostime\fR() -was added in libzip 1.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> -.SH "CAVEATS" -Following historical practice, the -\fBzip_file_set_mtime\fR() -function translates the time from the zip archive into the local time -zone. -If you want to avoid this, use the -\fBzip_file_set_dostime\fR() -function instead. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.mdoc deleted file mode 100644 index f1a63bd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_set_mtime.mdoc +++ /dev/null @@ -1,126 +0,0 @@ -.\" zip_file_set_mtime.mdoc -- set mtime for file in zip -.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd June 18, 2022 -.Dt ZIP_FILE_SET_MTIME 3 -.Os -.Sh NAME -.Nm zip_file_set_dostime , -.Nm zip_file_set_mtime -.Nd set last modification time (mtime) for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_file_set_dostime "zip_t *archive" "zip_uint64_t index" "zip_uint16_t dostime" "zip_uint16_t dosdate" "zip_flags_t flags" -.Ft int -.Fn zip_file_set_mtime "zip_t *archive" "zip_uint64_t index" "time_t mtime" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_file_set_mtime -function sets the last modification time (mtime) for the file at -position -.Ar index -in the zip archive to -.Ar mtime . -Currently, no support for any -.Ar flags -is implemented. -.Pp -In the zip archive, the time and date are saved as two 16-bit integers. -To set the values directly, call the -.Fn zip_file_set_dostime -function. -The values of the time bytes are defined as follows: -.Bl -tag -width 5n -offset indent -.It 0-4 -seconds divided by two (1-2 = 1, 3-4 = 2, ...) -.It 5-10 -minute (0-59) -.It 11-15 -hour (0-23) -.El -.Pp -The values of the date bytes are defined as follows: -.Bl -tag -width 5n -offset indent -.It 0-4 -day of the month (1-31) -.It 5-8 -month (January = 1, February = 2, ...) -.It 9-15 -year offset from 1980 (1980 = 0, 1981 = 1, ...) -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_file_set_dostime -and -.Fn zip_file_set_mtime -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_OPNOTSUPP -Traditional PKWare encryption uses the file's mtime, therefore it cannot be changed without re-encrypting the data. -.It Bq Er ZIP_ER_RDONLY -The -.Ar archive -was opened in read-only mode. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_stat 3 -.Sh HISTORY -.Fn zip_file_set_mtime -was added in libzip 1.0. -.Fn zip_file_set_dostime -was added in libzip 1.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at -.Sh CAVEATS -Following historical practice, the -.Fn zip_file_set_mtime -function translates the time from the zip archive into the local time -zone. -If you want to avoid this, use the -.Fn zip_file_set_dostime -function instead. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.man deleted file mode 100644 index eb22c92..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.man +++ /dev/null @@ -1,95 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_file_strerror.mdoc -- get string representation for a zip error -.\" Copyright (C) 2003-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FILE_STRERROR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_file_strerror\fR, -\fBzip_strerror\fR -\- get string representation for a zip error -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_file_strerror\fR(\fIzip_file_t\ *file\fR); -.PD -.PP -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_strerror\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_strerror\fR() -function returns a string describing the last error for the zip archive -\fIarchive\fR, -while the -\fBzip_file_strerror\fR() -function does the same for a zip file -\fIfile\fR -(one file in an archive). -The returned string must not be modified or freed, and becomes invalid when -\fIarchive\fR -or -\fIfile\fR, -respectively, -is closed or on the next call to -\fBzip_strerror\fR() -or -\fBzip_file_strerror\fR(), -respectively, -for the same archive. -.SH "RETURN VALUES" -\fBzip_file_strerror\fR() -and -\fBzip_strerror\fR() -return a pointer to the error string. -.SH "SEE ALSO" -libzip(3), -zip_error_strerror(3) -.SH "HISTORY" -\fBzip_file_strerror\fR() -and -\fBzip_strerror\fR() -were added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.mdoc deleted file mode 100644 index 498fcc2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_file_strerror.mdoc +++ /dev/null @@ -1,85 +0,0 @@ -.\" zip_file_strerror.mdoc -- get string representation for a zip error -.\" Copyright (C) 2003-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FILE_STRERROR 3 -.Os -.Sh NAME -.Nm zip_file_strerror , -.Nm zip_strerror -.Nd get string representation for a zip error -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_file_strerror "zip_file_t *file" -.Ft const char * -.Fn zip_strerror "zip_t *archive" -.Sh DESCRIPTION -The -.Fn zip_strerror -function returns a string describing the last error for the zip archive -.Ar archive , -while the -.Fn zip_file_strerror -function does the same for a zip file -.Ar file -(one file in an archive). -The returned string must not be modified or freed, and becomes invalid when -.Ar archive -or -.Ar file , -respectively, -is closed or on the next call to -.Fn zip_strerror -or -.Fn zip_file_strerror , -respectively, -for the same archive. -.Sh RETURN VALUES -.Fn zip_file_strerror -and -.Fn zip_strerror -return a pointer to the error string. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_strerror 3 -.Sh HISTORY -.Fn zip_file_strerror -and -.Fn zip_strerror -were added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.man deleted file mode 100644 index 394d95d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.man +++ /dev/null @@ -1,167 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_fopen.mdoc -- open file in zip archive for reading -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FOPEN" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_fopen\fR, -\fBzip_fopen_index\fR -\- open file in zip archive for reading -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_file_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_fopen\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *fname\fR, \fIzip_flags_t\ flags\fR); -.PD -.PP -\fIzip_file_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_fopen_index\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_fopen\fR() -function opens the file name -\fIfname\fR -in -\fIarchive\fR. -The -\fIflags\fR -argument specifies how the name lookup should be done, according to -the values are described in -zip_name_locate(3). -Also, the following values may be -\fIor\fR'ed -to it. -.RS 6n -.TP 19n -\fRZIP_FL_COMPRESSED\fR -Read the compressed data. -Otherwise the data is uncompressed by -\fBzip_fread\fR(). -.TP 19n -\fRZIP_FL_UNCHANGED\fR -Read the original data from the zip archive, ignoring any changes made -to the file; this is not supported by all data sources. -.RE -.PP -The -\fBzip_fopen_index\fR() -function opens the file at position -\fIindex\fR. -.PP -If encrypted data is encountered, the functions call -zip_fopen_encrypted(3) -or -zip_fopen_index_encrypted(3) -respectively, using the default password set with -zip_set_default_password(3). -.SH "RETURN VALUES" -Upon successful completion, a -\fIstruct zip_file\fR -pointer is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -.TP 19n -[\fRZIP_ER_CHANGED\fR] -The file data has been changed and the data source does -not support rereading data. -.TP 19n -[\fRZIP_ER_COMPNOTSUPP\fR] -The compression method used is not supported. -.TP 19n -[\fRZIP_ER_ENCRNOTSUPP\fR] -The encryption method used is not supported. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_NOPASSWD\fR] -The file is encrypted, but no password has been provided. -.TP 19n -[\fRZIP_ER_READ\fR] -A file read error occurred. -.TP 19n -[\fRZIP_ER_SEEK\fR] -A file seek error occurred. -.TP 19n -[\fRZIP_ER_WRONGPASSWD\fR] -The provided password does not match the password used for encryption. -Note that some incorrect passwords are not detected by the check done by -\fBzip_fopen\fR(). -.TP 19n -[\fRZIP_ER_ZLIB\fR] -Initializing the zlib stream failed. -.PP -The function -\fBzip_fopen\fR() -may also fail and set -\fIzip_err\fR -for any of the errors specified for the routine -zip_name_locate(3). -.PP -The function -\fBzip_fopen_index\fR() -may also fail with -\fRZIP_ER_INVAL\fR -if -\fIindex\fR -is invalid. -.SH "SEE ALSO" -libzip(3), -zip_fclose(3), -zip_fread(3), -zip_fseek(3), -zip_get_num_entries(3), -zip_name_locate(3), -zip_set_default_password(3) -.SH "HISTORY" -\fBzip_fopen\fR() -and -\fBzip_fopen_index\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.mdoc deleted file mode 100644 index d86bdb9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen.mdoc +++ /dev/null @@ -1,148 +0,0 @@ -.\" zip_fopen.mdoc -- open file in zip archive for reading -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_FOPEN 3 -.Os -.Sh NAME -.Nm zip_fopen , -.Nm zip_fopen_index -.Nd open file in zip archive for reading -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_file_t * -.Fn zip_fopen "zip_t *archive" "const char *fname" "zip_flags_t flags" -.Ft zip_file_t * -.Fn zip_fopen_index "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_fopen -function opens the file name -.Ar fname -in -.Ar archive . -The -.Ar flags -argument specifies how the name lookup should be done, according to -the values are described in -.Xr zip_name_locate 3 . -Also, the following values may be -.Em or Ns No 'ed -to it. -.Bl -tag -offset indent -width ZIP_FL_COMPRESSED -.It Dv ZIP_FL_COMPRESSED -Read the compressed data. -Otherwise the data is uncompressed by -.Fn zip_fread . -.It Dv ZIP_FL_UNCHANGED -Read the original data from the zip archive, ignoring any changes made -to the file; this is not supported by all data sources. -.El -.Pp -The -.Fn zip_fopen_index -function opens the file at position -.Ar index . -.Pp -If encrypted data is encountered, the functions call -.Xr zip_fopen_encrypted 3 -or -.Xr zip_fopen_index_encrypted 3 -respectively, using the default password set with -.Xr zip_set_default_password 3 . -.Sh RETURN VALUES -Upon successful completion, a -.Ft struct zip_file -pointer is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Bl -tag -width Er -.It Bq Er ZIP_ER_CHANGED -The file data has been changed and the data source does -not support rereading data. -.It Bq Er ZIP_ER_COMPNOTSUPP -The compression method used is not supported. -.It Bq Er ZIP_ER_ENCRNOTSUPP -The encryption method used is not supported. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_NOPASSWD -The file is encrypted, but no password has been provided. -.It Bq Er ZIP_ER_READ -A file read error occurred. -.It Bq Er ZIP_ER_SEEK -A file seek error occurred. -.It Bq Er ZIP_ER_WRONGPASSWD -The provided password does not match the password used for encryption. -Note that some incorrect passwords are not detected by the check done by -.Fn zip_fopen . -.It Bq Er ZIP_ER_ZLIB -Initializing the zlib stream failed. -.El -.Pp -The function -.Fn zip_fopen -may also fail and set -.Va zip_err -for any of the errors specified for the routine -.Xr zip_name_locate 3 . -.Pp -The function -.Fn zip_fopen_index -may also fail with -.Er ZIP_ER_INVAL -if -.Ar index -is invalid. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fclose 3 , -.Xr zip_fread 3 , -.Xr zip_fseek 3 , -.Xr zip_get_num_entries 3 , -.Xr zip_name_locate 3 , -.Xr zip_set_default_password 3 -.Sh HISTORY -.Fn zip_fopen -and -.Fn zip_fopen_index -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.man deleted file mode 100644 index 32aba3c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.man +++ /dev/null @@ -1,144 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_fopen_encrypted.mdoc -- open encrypted file in zip archive for reading -.\" Copyright (C) 2011-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FOPEN_ENCRYPTED" "3" "September 15, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_fopen_encrypted\fR, -\fBzip_fopen_index_encrypted\fR -\- open encrypted file in zip archive for reading -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_file_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_fopen_encrypted\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *fname\fR, \fIzip_flags_t\ flags\fR, \fIconst\ char\ *password\fR); -.PD -.PP -\fIzip_file_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_fopen_index_encrypted\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR, \fIconst\ char\ *password\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_fopen_encrypted\fR() -function opens the encrypted file name -\fIfname\fR -in -\fIarchive\fR -using the password given in the -\fIpassword\fR -argument. -If -\fIpassword\fR -is -\fRNULL\fR -or the empty string, the default password is used (see -zip_set_default_password(3)). -The -\fIflags\fR -argument are the same as for -zip_fopen(3). -.PP -The -\fBzip_fopen_index_encrypted\fR() -function opens the file at position -\fIindex\fR, -see -zip_fopen_index(3). -These functions are called automatically by -zip_fopen(3); -you only need to call them if you want to specify a non-default password -(see -zip_set_default_password(3)). -.SH "RETURN VALUES" -Upon successful completion, a -\fIstruct zip_file\fR -pointer is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -.TP 22n -[\fRZIP_ER_NOPASSWD\fR] -No password was provided. -.PP -The function -\fBzip_fopen_encrypted\fR() -may also fail and set -\fIzip_err\fR -for any of the errors specified for the routine -zip_fopen(3). -.PP -The function -\fBzip_fopen_index_encrypted\fR() -may also fail and set -\fIzip_err\fR -for any of the errors specified for the routine -zip_fopen_index(3). -.SH "SEE ALSO" -libzip(3), -zip_fclose(3), -zip_fopen(3), -zip_fread(3), -zip_get_num_entries(3), -zip_name_locate(3) -.SH "HISTORY" -\fBzip_fopen_encrypted\fR() -and -\fBzip_fopen_index_encrypted\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> -.SH "CAVEATS" -The zip file format provides very limited possibility for password -verification (a short hash of is compared against one byte in the zip -archive). -For this reason, reading a file while using an incorrect password may -immediately fail with -\fRZIP_ER_WRONGPASSWD\fR, -but if the mismatch is not detected, a zlib error may be returned -later instead. -Since zlib errors can also be caused by broken compressed data, there -is no way to make sure if the password was incorrect or if it was -correct, but the compressed data was invalid. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.mdoc deleted file mode 100644 index 9428798..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fopen_encrypted.mdoc +++ /dev/null @@ -1,135 +0,0 @@ -.\" zip_fopen_encrypted.mdoc -- open encrypted file in zip archive for reading -.\" Copyright (C) 2011-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 15, 2020 -.Dt ZIP_FOPEN_ENCRYPTED 3 -.Os -.Sh NAME -.Nm zip_fopen_encrypted , -.Nm zip_fopen_index_encrypted -.Nd open encrypted file in zip archive for reading -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_file_t * -.Fn zip_fopen_encrypted "zip_t *archive" "const char *fname" "zip_flags_t flags" "const char *password" -.Ft zip_file_t * -.Fn zip_fopen_index_encrypted "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" "const char *password" -.Sh DESCRIPTION -The -.Fn zip_fopen_encrypted -function opens the encrypted file name -.Ar fname -in -.Ar archive -using the password given in the -.Ar password -argument. -If -.Ar password -is -.Dv NULL -or the empty string, the default password is used (see -.Xr zip_set_default_password 3 ) . -The -.Ar flags -argument are the same as for -.Xr zip_fopen 3 . -.Pp -The -.Fn zip_fopen_index_encrypted -function opens the file at position -.Ar index , -see -.Xr zip_fopen_index 3 . -These functions are called automatically by -.Xr zip_fopen 3 ; -you only need to call them if you want to specify a non-default password -(see -.Xr zip_set_default_password 3 ) . -.Sh RETURN VALUES -Upon successful completion, a -.Ft struct zip_file -pointer is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Bl -tag -width ZIP_ER_ENCRNOTSUPPXX -.It Bq Er ZIP_ER_NOPASSWD -No password was provided. -.El -.Pp -The function -.Fn zip_fopen_encrypted -may also fail and set -.Va zip_err -for any of the errors specified for the routine -.Xr zip_fopen 3 . -.Pp -The function -.Fn zip_fopen_index_encrypted -may also fail and set -.Va zip_err -for any of the errors specified for the routine -.Xr zip_fopen_index 3 . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fclose 3 , -.Xr zip_fopen 3 , -.Xr zip_fread 3 , -.Xr zip_get_num_entries 3 , -.Xr zip_name_locate 3 -.Sh HISTORY -.Fn zip_fopen_encrypted -and -.Fn zip_fopen_index_encrypted -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at -.Sh CAVEATS -The zip file format provides very limited possibility for password -verification (a short hash of is compared against one byte in the zip -archive). -For this reason, reading a file while using an incorrect password may -immediately fail with -.Er ZIP_ER_WRONGPASSWD , -but if the mismatch is not detected, a zlib error may be returned -later instead. -Since zlib errors can also be caused by broken compressed data, there -is no way to make sure if the password was incorrect or if it was -correct, but the compressed data was invalid. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.man deleted file mode 100644 index 4e11c48..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.man +++ /dev/null @@ -1,90 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_fread.mdoc -- read from file -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FREAD" "3" "September 11, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_fread\fR -\- read from file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_fread\fR(\fIzip_file_t\ *file\fR, \fIvoid\ *buf\fR, \fIzip_uint64_t\ nbytes\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_fread\fR() -function reads up to -\fInbytes\fR -bytes from -\fIfile\fR -into -\fIbuf\fR -from the current position in the file (see -zip_fseek(3)). -After reading, the current position is updated by the number of bytes read. -.SH "RETURN VALUES" -If successful, the number of bytes actually read is returned. -When -\fBzip_fread\fR() -is called after reaching the end of the file, 0 is returned. -In case of error, \-1 is returned. -.SH "SEE ALSO" -libzip(3), -zip_fclose(3), -zip_file_get_error(3), -zip_fopen(3), -zip_fseek(3) -.SH "HISTORY" -\fBzip_fread\fR() -was added in libzip 0.6. -In libzip 0.10 the return type was changed from -\fIssize_t\fR -to -\fIzip_int64_t\fR. -In libzip 0.10 the type of -\fInbytes\fR -was changed from -\fIsize_t\fR -to -\fIzip_uint64_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.mdoc deleted file mode 100644 index 3371298..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fread.mdoc +++ /dev/null @@ -1,85 +0,0 @@ -.\" zip_fread.mdoc -- read from file -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 11, 2024 -.Dt ZIP_FREAD 3 -.Os -.Sh NAME -.Nm zip_fread -.Nd read from file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_fread "zip_file_t *file" "void *buf" "zip_uint64_t nbytes" -.Sh DESCRIPTION -The -.Fn zip_fread -function reads up to -.Ar nbytes -bytes from -.Ar file -into -.Ar buf -from the current position in the file (see -.Xr zip_fseek 3 ) . -After reading, the current position is updated by the number of bytes read. -.Sh RETURN VALUES -If successful, the number of bytes actually read is returned. -When -.Fn zip_fread -is called after reaching the end of the file, 0 is returned. -In case of error, \-1 is returned. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fclose 3 , -.Xr zip_file_get_error 3 , -.Xr zip_fopen 3 , -.Xr zip_fseek 3 -.Sh HISTORY -.Fn zip_fread -was added in libzip 0.6. -In libzip 0.10 the return type was changed from -.Vt ssize_t -to -.Vt zip_int64_t . -In libzip 0.10 the type of -.Ar nbytes -was changed from -.Vt size_t -to -.Vt zip_uint64_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.man deleted file mode 100644 index 731abc9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.man +++ /dev/null @@ -1,99 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_fseek.mdoc -- seek in file -.\" Copyright (C) 2016-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FSEEK" "3" "September 11, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_fseek\fR, -\fBzip_file_is_seekable\fR -\- seek in file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int8_t\fR -.br -.PD 0 -.HP 4n -\fBzip_fseek\fR(\fIzip_file_t\ *file\fR, \fIzip_int64_t\ offset\fR, \fIint\ whence\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_file_is_seekable\fR(\fIzip_file_t\ *file\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_fseek\fR() -function seeks to the specified -\fIoffset\fR -relative to -\fIwhence\fR, -just like -fseek(3). -.PP -\fBzip_fseek\fR -only works on uncompressed (stored), unencrypted data. -When called on compressed or encrypted data it will return an error. -.PP -The -\fBzip_file_is_seekable\fR() -function returns 1 if a file is seekable. -.SH "RETURN VALUES" -If successful, -\fBzip_fseek\fR() -returns 0. -Otherwise, \-1 is returned. -.PP -\fBzip_file_is_seekable\fR() -returns 1 if a file is seekable and 0 if not. -On an invalid argument, it returns \-1. -.SH "SEE ALSO" -libzip(3), -zip_fclose(3), -zip_file_get_error(3), -zip_fopen(3), -zip_fread(3), -zip_ftell(3) -.SH "HISTORY" -\fBzip_fseek\fR() -was added in libzip 1.2.0. -\fBzip_file_is_seekable\fR() -was added in libzip 1.9.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.mdoc deleted file mode 100644 index 3ba5a9e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_fseek.mdoc +++ /dev/null @@ -1,89 +0,0 @@ -.\" zip_fseek.mdoc -- seek in file -.\" Copyright (C) 2016-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 11, 2024 -.Dt ZIP_FSEEK 3 -.Os -.Sh NAME -.Nm zip_fseek , -.Nm zip_file_is_seekable -.Nd seek in file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int8_t -.Fn zip_fseek "zip_file_t *file" "zip_int64_t offset" "int whence" -.Ft int -.Fn zip_file_is_seekable "zip_file_t *file" -.Sh DESCRIPTION -The -.Fn zip_fseek -function seeks to the specified -.Ar offset -relative to -.Ar whence , -just like -.Xr fseek 3 . -.Pp -.Nm -only works on uncompressed (stored), unencrypted data. -When called on compressed or encrypted data it will return an error. -.Pp -The -.Fn zip_file_is_seekable -function returns 1 if a file is seekable. -.Sh RETURN VALUES -If successful, -.Fn zip_fseek -returns 0. -Otherwise, \-1 is returned. -.Pp -.Fn zip_file_is_seekable -returns 1 if a file is seekable and 0 if not. -On an invalid argument, it returns \-1. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fclose 3 , -.Xr zip_file_get_error 3 , -.Xr zip_fopen 3 , -.Xr zip_fread 3 , -.Xr zip_ftell 3 -.Sh HISTORY -.Fn zip_fseek -was added in libzip 1.2.0. -.Fn zip_file_is_seekable -was added in libzip 1.9.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.man deleted file mode 100644 index ee9eba8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.man +++ /dev/null @@ -1,72 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_ftell.mdoc -- tell position in file -.\" Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_FTELL" "3" "September 11, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_ftell\fR -\- tell position in file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_ftell\fR(\fIzip_file_t\ *file\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_ftell\fR() -function reports the current offset in the file. -.SH "RETURN VALUES" -If successful, -\fBzip_ftell\fR -returns the current file position. -Otherwise, \-1 is returned. -.SH "SEE ALSO" -libzip(3), -zip_fclose(3), -zip_file_get_error(3), -zip_fopen(3), -zip_fread(3), -zip_fseek(3) -.SH "HISTORY" -\fBzip_ftell\fR() -was added in libzip 1.2.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.mdoc deleted file mode 100644 index e045634..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_ftell.mdoc +++ /dev/null @@ -1,67 +0,0 @@ -.\" zip_ftell.mdoc -- tell position in file -.\" Copyright (C) 2016-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 11, 2024 -.Dt ZIP_FTELL 3 -.Os -.Sh NAME -.Nm zip_ftell -.Nd tell position in file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_ftell "zip_file_t *file" -.Sh DESCRIPTION -The -.Fn zip_ftell -function reports the current offset in the file. -.Sh RETURN VALUES -If successful, -.Nm -returns the current file position. -Otherwise, \-1 is returned. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fclose 3 , -.Xr zip_file_get_error 3 , -.Xr zip_fopen 3 , -.Xr zip_fread 3 , -.Xr zip_fseek 3 -.Sh HISTORY -.Fn zip_ftell -was added in libzip 1.2.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.man deleted file mode 100644 index 3a9df01..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.man +++ /dev/null @@ -1,115 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_archive_comment.mdoc -- get zip archive comment -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_ARCHIVE_COMMENT" "3" "September 22, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_archive_comment\fR -\- get zip archive comment -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_get_archive_comment\fR(\fIzip_t\ *archive\fR, \fIint\ *lenp\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_get_archive_comment\fR() -function returns the comment for the entire zip archive. -The return value is in UTF-8 encoding unless -\fRZIP_FL_ENC_RAW\fR -was specified (see below). -This pointer should not be modified or -free(3)'d, -and becomes invalid when -\fIarchive\fR -is closed. -If -\fIlenp\fR -is not -\fRNULL\fR, -the integer to which it points will be set to the length of the -comment. -If -\fIflags\fR -is set to -\fRZIP_FL_UNCHANGED\fR, -the original unchanged comment is returned. -.PP -Additionally, the following -\fIflags\fR -are supported: -.RS 6n -.TP 21n -\fRZIP_FL_ENC_RAW\fR -Return the unmodified archive comment as it is in the ZIP archive. -.TP 21n -\fRZIP_FL_ENC_GUESS\fR -(Default.) -Guess the encoding of the archive comment in the ZIP archive and convert it -to UTF-8, if necessary. -(Only CP-437 and UTF-8 are recognized.) -.TP 21n -\fRZIP_FL_ENC_STRICT\fR -Follow the ZIP specification for file names and extend it to the -archive comment, thus also expecting it in CP-437 encoding. -Convert it to UTF-8. -.RE -\fINote\fR: -ASCII is a subset of both CP-437 and UTF-8. -.SH "RETURN VALUES" -Upon successful completion, a pointer to the comment is returned, -or -\fRNULL\fR -if there is no comment. -.SH "SEE ALSO" -libzip(3), -zip_file_get_comment(3) -.SH "HISTORY" -\fBzip_get_archive_comment\fR() -was added in libzip 0.7. -In libzip 0.11 the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.mdoc deleted file mode 100644 index d8f2e9b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_comment.mdoc +++ /dev/null @@ -1,112 +0,0 @@ -.\" zip_get_archive_comment.mdoc -- get zip archive comment -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 22, 2020 -.Dt ZIP_GET_ARCHIVE_COMMENT 3 -.Os -.Sh NAME -.Nm zip_get_archive_comment -.Nd get zip archive comment -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_get_archive_comment "zip_t *archive" "int *lenp" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_get_archive_comment -function returns the comment for the entire zip archive. -The return value is in UTF-8 encoding unless -.Dv ZIP_FL_ENC_RAW -was specified (see below). -This pointer should not be modified or -.Xr free 3 Ap d , -and becomes invalid when -.Ar archive -is closed. -If -.Ar lenp -is not -.Dv NULL , -the integer to which it points will be set to the length of the -comment. -If -.Ar flags -is set to -.Dv ZIP_FL_UNCHANGED , -the original unchanged comment is returned. -.Pp -Additionally, the following -.Ar flags -are supported: -.Bl -tag -width ZIP_FL_ENC_STRICTXX -offset indent -.It Dv ZIP_FL_ENC_RAW -Return the unmodified archive comment as it is in the ZIP archive. -.It Dv ZIP_FL_ENC_GUESS -(Default.) -Guess the encoding of the archive comment in the ZIP archive and convert it -to UTF-8, if necessary. -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_STRICT -Follow the ZIP specification for file names and extend it to the -archive comment, thus also expecting it in CP-437 encoding. -Convert it to UTF-8. -.El -.Em Note : -ASCII is a subset of both CP-437 and UTF-8. -.Sh RETURN VALUES -Upon successful completion, a pointer to the comment is returned, -or -.Dv NULL -if there is no comment. -.\" In case of an error, -.\" .Dv NULL -.\" is returned and the error code in -.\" .Ar archive -.\" is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_get_comment 3 -.Sh HISTORY -.Fn zip_get_archive_comment -was added in libzip 0.7. -In libzip 0.11 the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.man deleted file mode 100644 index 408e099..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.man +++ /dev/null @@ -1,117 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_archive_flag.mdoc -- get comment for file in zip -.\" Copyright (C) 2008-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_ARCHIVE_FLAG" "3" "January 23, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_archive_flag\fR -\- get status flags for zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_get_archive_flag\fR(\fIzip_t\ *archive\fR, \fIzip_flags_t\ flag\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_get_archive_flag\fR() -function returns if the flag -\fIflag\fR -is set for the archive -\fIarchive\fR. -The archive flags might have been changed with -\fBzip_set_archive_flag\fR(); -if -\fIflags\fR -is set to -\fRZIP_FL_UNCHANGED\fR, -the original unchanged flags are tested. -.PP -Supported flags are: -.TP 20n -\fRZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE\fR -If this flag is cleared, the archive file will be removed if the archive is empty. -If it is set, an empty archive will be created, which is not recommended by the zip specification. -This flag is always cleared unless explicitly set by the user with -zip_set_archive_flag(3). -.TP 20n -\fRZIP_AFL_IS_TORRENTZIP\fR -The archive is in torrentzip format. -.TP 20n -\fRZIP_AFL_RDONLY\fR -The archive is read-only. -.TP 20n -\fRZIP_AFL_WANT_TORRENTZIP\fR -If the flag is set, the archive will be written in torrentzip format. -This flag is always cleared unless explicitly set by the user with -zip_set_archive_flag(3). -.SH "RETURN VALUES" -\fBzip_get_archive_flag\fR() -returns 1 if -\fIflag\fR -is set for -\fIarchive\fR, -0 if not, -and \-1 if an error occurred. -.SH "SEE ALSO" -libzip(3), -zip_set_archive_flag(3) -.SH "HISTORY" -\fBzip_get_archive_flag\fR() -was added in libzip 0.9. -In libzip 0.11 the type of -\fIflag\fR -was changed from -\fIint\fR -to -\fIzip_flags_t m\fR -and the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -\fRZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE\fR, -\fRZIP_AFL_IS_TORRENTZIP\fR, -and -\fRZIP_AFL_WANT_TORRENTZIP\fR -were added in libzip 1.10.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.mdoc deleted file mode 100644 index 2edf7cf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_archive_flag.mdoc +++ /dev/null @@ -1,110 +0,0 @@ -.\" zip_get_archive_flag.mdoc -- get comment for file in zip -.\" Copyright (C) 2008-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd January 23, 2023 -.Dt ZIP_GET_ARCHIVE_FLAG 3 -.Os -.Sh NAME -.Nm zip_get_archive_flag -.Nd get status flags for zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_get_archive_flag "zip_t *archive" "zip_flags_t flag" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_get_archive_flag -function returns if the flag -.Ar flag -is set for the archive -.Ar archive . -The archive flags might have been changed with -.Fn zip_set_archive_flag ; -if -.Ar flags -is set to -.Dv ZIP_FL_UNCHANGED , -the original unchanged flags are tested. -.Pp -Supported flags are: -.Bl -tag -width XZIPXAFLXRDONLYXXX -.It Dv ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE -If this flag is cleared, the archive file will be removed if the archive is empty. -If it is set, an empty archive will be created, which is not recommended by the zip specification. -This flag is always cleared unless explicitly set by the user with -.Xr zip_set_archive_flag 3 . -.It Dv ZIP_AFL_IS_TORRENTZIP -The archive is in torrentzip format. -.It Dv ZIP_AFL_RDONLY -The archive is read-only. -.It Dv ZIP_AFL_WANT_TORRENTZIP -If the flag is set, the archive will be written in torrentzip format. -This flag is always cleared unless explicitly set by the user with -.Xr zip_set_archive_flag 3 . -.El -.Sh RETURN VALUES -.Fn zip_get_archive_flag -returns 1 if -.Ar flag -is set for -.Ar archive , -0 if not, -and \-1 if an error occurred. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_set_archive_flag 3 -.Sh HISTORY -.Fn zip_get_archive_flag -was added in libzip 0.9. -In libzip 0.11 the type of -.Ar flag -was changed from -.Vt int -to -.Vt zip_flags_t m -and the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Dv ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE , -.Dv ZIP_AFL_IS_TORRENTZIP , -and -.Dv ZIP_AFL_WANT_TORRENTZIP -were added in libzip 1.10.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.man deleted file mode 100644 index 7f0b75a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.man +++ /dev/null @@ -1,65 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_error.mdoc -- get zip_error for archive -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_ERROR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_error\fR -\- get zip error for archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_error_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_get_error\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_get_error\fR() -function returns the zip error for the zip archive -\fIarchive\fR. -.SH "SEE ALSO" -libzip(3), -zip_error_code_system(3), -zip_error_code_zip(3) -.SH "HISTORY" -\fBzip_get_error\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.mdoc deleted file mode 100644 index 6af6f21..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_error.mdoc +++ /dev/null @@ -1,60 +0,0 @@ -.\" zip_get_error.mdoc -- get zip_error for archive -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_GET_ERROR 3 -.Os -.Sh NAME -.Nm zip_get_error -.Nd get zip error for archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_error_t * -.Fn zip_get_error "zip_t *archive" -.Sh DESCRIPTION -The -.Fn zip_get_error -function returns the zip error for the zip archive -.Ar archive . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_code_system 3 , -.Xr zip_error_code_zip 3 -.Sh HISTORY -.Fn zip_get_error -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.man deleted file mode 100644 index a66b5c8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.man +++ /dev/null @@ -1,78 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_file_comment.mdoc -- get comment for file in zip -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_FILE_COMMENT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_file_comment\fR -\- get comment for file in zip (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_get_file_comment\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIint\ *lenp\fR, \fIint\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_get_file_comment\fR() -function is the obsolete version of -zip_file_get_comment(3). -The only differences are the types of the -\fIlenp\fR -and -\fIflags\fR -arguments. -.SH "SEE ALSO" -libzip(3), -zip_file_get_comment(3) -.SH "HISTORY" -\fBzip_get_file_comment\fR() -was added in libzip 0.7. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -It was deprecated in libzip 0.11, use -\fBzip_file_get_comment\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.mdoc deleted file mode 100644 index 1b9676b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_file_comment.mdoc +++ /dev/null @@ -1,73 +0,0 @@ -.\" zip_get_file_comment.mdoc -- get comment for file in zip -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_GET_FILE_COMMENT 3 -.Os -.Sh NAME -.Nm zip_get_file_comment -.Nd get comment for file in zip (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_get_file_comment "zip_t *archive" "zip_uint64_t index" "int *lenp" "int flags" -.Sh DESCRIPTION -The -.Fn zip_get_file_comment -function is the obsolete version of -.Xr zip_file_get_comment 3 . -The only differences are the types of the -.Ar lenp -and -.Ar flags -arguments. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_get_comment 3 -.Sh HISTORY -.Fn zip_get_file_comment -was added in libzip 0.7. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -It was deprecated in libzip 0.11, use -.Fn zip_file_get_comment -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.man deleted file mode 100644 index b952e73..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.man +++ /dev/null @@ -1,141 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_name.mdoc -- get name of file by index -.\" Copyright (C) 2003-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_NAME" "3" "September 22, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_name\fR -\- get name of file by index -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_get_name\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_get_name\fR() -function returns the name of the file at position -\fIindex\fR -in -\fIarchive\fR. -The name is in UTF-8 encoding unless -\fRZIP_FL_ENC_RAW\fR -was specified (see below). -.PP -If -\fIflags\fR -is set to -\fRZIP_FL_UNCHANGED\fR, -the original unchanged filename is returned. -The returned string must not be modified or freed, and becomes invalid when -\fIarchive\fR -is closed. -.PP -Additionally, the following -\fIflags\fR -are supported: -.RS 6n -.TP 21n -\fRZIP_FL_ENC_RAW\fR -Return the unmodified names as it is in the ZIP archive. -.TP 21n -\fRZIP_FL_ENC_GUESS\fR -(Default.) -Guess the encoding of the name in the ZIP archive and convert it -to UTF-8, if necessary. -(Only CP-437 and UTF-8 are recognized.) -.TP 21n -\fRZIP_FL_ENC_STRICT\fR -Follow the ZIP specification and expect CP-437 encoded names in -the ZIP archive (except if they are explicitly marked as UTF-8). -Convert it to UTF-8. -.RE -\fINote\fR: -ASCII is a subset of both CP-437 and UTF-8. -.SH "RETURN VALUES" -Upon successful completion, a pointer to the name is returned. -Otherwise, -\fRNULL\fR -and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_get_name\fR() -fails if: -.TP 19n -[\fRZIP_ER_DELETED\fR] -\fIindex\fR -refers to a file that has been deleted -(see -zip_delete(3)). -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR, -or -\fIindex\fR -points to an added file and -\fRZIP_FL_UNCHANGED\fR -is set. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_name_locate(3) -.SH "HISTORY" -\fBzip_get_name\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -In libzip 0.11 the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.mdoc deleted file mode 100644 index 9b4fea6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_name.mdoc +++ /dev/null @@ -1,132 +0,0 @@ -.\" zip_get_name.mdoc -- get name of file by index -.\" Copyright (C) 2003-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 22, 2020 -.Dt ZIP_GET_NAME 3 -.Os -.Sh NAME -.Nm zip_get_name -.Nd get name of file by index -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_get_name "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_get_name -function returns the name of the file at position -.Ar index -in -.Ar archive . -The name is in UTF-8 encoding unless -.Dv ZIP_FL_ENC_RAW -was specified (see below). -.Pp -If -.Ar flags -is set to -.Dv ZIP_FL_UNCHANGED , -the original unchanged filename is returned. -The returned string must not be modified or freed, and becomes invalid when -.Ar archive -is closed. -.Pp -Additionally, the following -.Ar flags -are supported: -.Bl -tag -width ZIP_FL_ENC_STRICTXX -offset indent -.It Dv ZIP_FL_ENC_RAW -Return the unmodified names as it is in the ZIP archive. -.It Dv ZIP_FL_ENC_GUESS -(Default.) -Guess the encoding of the name in the ZIP archive and convert it -to UTF-8, if necessary. -(Only CP-437 and UTF-8 are recognized.) -.It Dv ZIP_FL_ENC_STRICT -Follow the ZIP specification and expect CP-437 encoded names in -the ZIP archive (except if they are explicitly marked as UTF-8). -Convert it to UTF-8. -.El -.Em Note : -ASCII is a subset of both CP-437 and UTF-8. -.Sh RETURN VALUES -Upon successful completion, a pointer to the name is returned. -Otherwise, -.Dv NULL -and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_get_name -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_DELETED -.Ar index -refers to a file that has been deleted -(see -.Xr zip_delete 3 ) . -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive , -or -.Ar index -points to an added file and -.Dv ZIP_FL_UNCHANGED -is set. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_name_locate 3 -.Sh HISTORY -.Fn zip_get_name -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -In libzip 0.11 the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.man deleted file mode 100644 index 870d3d8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.man +++ /dev/null @@ -1,93 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_num_entries.mdoc -- get number of files in archive -.\" Copyright (C) 2011-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_NUM_ENTRIES" "3" "August 19, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_num_entries\fR -\- get number of entries in archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_get_num_entries\fR(\fIzip_t\ *archive\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_get_num_entries\fR() -function returns the number of entries in -\fIarchive\fR. -Entries are all files that are present in the original archive or that -were added while the archive is open. -This includes deleted files, since -indices are not renumbered until the archive is closed. -(This allows one to refer to deleted files, e. g. to undelete them.) -.PP -If -\fIflags\fR -is set to -\fRZIP_FL_UNCHANGED\fR, -the original number of files is returned. -.SH "RETURN VALUES" -\fBzip_get_num_entries\fR() -returns the number of entries in the zip archive, -or \-1 if -\fIarchive\fR -is -\fRNULL\fR. -.SH "SEE ALSO" -libzip(3), -zip_fopen_index(3), -zip_stat_index(3) -.SH "HISTORY" -\fBzip_get_num_entries\fR() -was added in libzip 0.10. -In libzip 0.11 the return type was changed from -\fIzip_uint64_t\fR -to -\fIzip_int64_t\fR. -In libzip 0.11 the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.mdoc deleted file mode 100644 index 1bc6072..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_entries.mdoc +++ /dev/null @@ -1,88 +0,0 @@ -.\" zip_get_num_entries.mdoc -- get number of files in archive -.\" Copyright (C) 2011-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd August 19, 2022 -.Dt ZIP_GET_NUM_ENTRIES 3 -.Os -.Sh NAME -.Nm zip_get_num_entries -.Nd get number of entries in archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_get_num_entries "zip_t *archive" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_get_num_entries -function returns the number of entries in -.Ar archive . -Entries are all files that are present in the original archive or that -were added while the archive is open. -This includes deleted files, since -indices are not renumbered until the archive is closed. -(This allows one to refer to deleted files, e. g. to undelete them.) -.Pp -If -.Ar flags -is set to -.Dv ZIP_FL_UNCHANGED , -the original number of files is returned. -.Sh RETURN VALUES -.Fn zip_get_num_entries -returns the number of entries in the zip archive, -or \-1 if -.Ar archive -is -.Dv NULL . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fopen_index 3 , -.Xr zip_stat_index 3 -.Sh HISTORY -.Fn zip_get_num_entries -was added in libzip 0.10. -In libzip 0.11 the return type was changed from -.Vt zip_uint64_t -to -.Vt zip_int64_t . -In libzip 0.11 the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.man deleted file mode 100644 index 29e0d30..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.man +++ /dev/null @@ -1,80 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_get_num_files.mdoc -- get number of files in archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_GET_NUM_FILES" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_get_num_files\fR -\- get number of files in archive (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_get_num_files\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -\fIThis function is deprecated\fR. -\fIUse\fR -zip_get_num_entries(3) -\fIinstead\fR. -.PP -The -\fBzip_get_num_files\fR() -function returns the number of files in -\fIarchive\fR. -.SH "RETURN VALUES" -\fBzip_get_num_files\fR() -returns the number of files in the zip archive, -or \-1 if -\fIarchive\fR -is -\fRNULL\fR. -.SH "SEE ALSO" -libzip(3), -zip_fopen_index(3), -zip_stat_index(3) -.SH "HISTORY" -\fBzip_get_num_files\fR() -was added in libzip 0.6. -It was deprecated in libzip 0.11, use -\fBzip_get_num_entries\fR(\fIinstead\fR) -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.mdoc deleted file mode 100644 index b18c06d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_get_num_files.mdoc +++ /dev/null @@ -1,75 +0,0 @@ -.\" zip_get_num_files.mdoc -- get number of files in archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_GET_NUM_FILES 3 -.Os -.Sh NAME -.Nm zip_get_num_files -.Nd get number of files in archive (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_get_num_files "zip_t *archive" -.Sh DESCRIPTION -.Em This function is deprecated . -.Em Use -.Xr zip_get_num_entries 3 -.Em instead . -.Pp -The -.Fn zip_get_num_files -function returns the number of files in -.Ar archive . -.Sh RETURN VALUES -.Fn zip_get_num_files -returns the number of files in the zip archive, -or \-1 if -.Ar archive -is -.Dv NULL . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fopen_index 3 , -.Xr zip_stat_index 3 -.Sh HISTORY -.Fn zip_get_num_files -was added in libzip 0.6. -It was deprecated in libzip 0.11, use -.Fn zip_get_num_entries instead -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.man deleted file mode 100644 index 43da7db..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.man +++ /dev/null @@ -1,71 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_libzip_version.mdoc -- return run-time version of library -.\" Copyright (C) 2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_LIBZIP_VERSION" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_libzip_version\fR -\- return run-time version of library -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIconst char *\fR -.br -.PD 0 -.HP 4n -\fBzip_libzip_version\fR(\fIvoid\fR); -.PD -.SH "DESCRIPTION" -\fBzip_libzip_version\fR -returns the version number of the library as string in the format -\(lq$MAJOR.$MINOR.$MICRO$SUFFIX\(rq -where -\fI$MAJOR\fR -is the major version, -\fI$MINOR\fR -the minor, -\fI$MICRO\fR -the micro, and -\fI$SUFFIX\fR -a suffix that's only set for development versions. -.SH "SEE ALSO" -libzip(3) -.SH "HISTORY" -\fBzip_libzip_version\fR() -was added in libzip 1.3.1. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.mdoc deleted file mode 100644 index 04af461..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_libzip_version.mdoc +++ /dev/null @@ -1,66 +0,0 @@ -.\" zip_libzip_version.mdoc -- return run-time version of library -.\" Copyright (C) 2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_LIBZIP_VERSION 3 -.Os -.Sh NAME -.Nm zip_libzip_version -.Nd return run-time version of library -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft const char * -.Fn zip_libzip_version void -.Sh DESCRIPTION -.Nm -returns the version number of the library as string in the format -.Dq $MAJOR.$MINOR.$MICRO$SUFFIX -where -.Ar $MAJOR -is the major version, -.Ar $MINOR -the minor, -.Ar $MICRO -the micro, and -.Ar $SUFFIX -a suffix that's only set for development versions. -.Sh SEE ALSO -.Xr libzip 3 -.Sh HISTORY -.Fn zip_libzip_version -was added in libzip 1.3.1. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.man deleted file mode 100644 index 47c3d19..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.man +++ /dev/null @@ -1,161 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_name_locate.mdoc -- get index of file by name -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_NAME_LOCATE" "3" "March 15, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_name_locate\fR -\- get index of file by name -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_name_locate\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *fname\fR, \fIzip_flags_t\ flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_name_locate\fR() -function returns the index of the file named -\fIfname\fR -in -\fIarchive\fR. -If -\fIarchive\fR -does not contain a file with that name, \-1 is returned. -.PP -If neither -\fRZIP_FL_ENC_RAW\fR -nor -\fRZIP_FL_ENC_STRICT\fR -are specified, guess the encoding of the name in the ZIP archive and convert it -to UTF-8, if necessary, before comparing. -.PP -If neither -\fRZIP_FL_ENC_CP437\fR -nor -\fRZIP_FL_ENC_UTF_8\fR -are specified, guess the encoding of -\fIfname\fR. -.PP -Only CP-437 and UTF-8 are recognized. -.PP -The -\fIflags\fR -are specified by -\fIor\fR'ing -the following values, or 0 for none of them. -.RS 6n -.TP 19n -\fRZIP_FL_NOCASE\fR -Ignore case distinctions. -(Will only work well if the file names are ASCII.) -With this flag, -\fBzip_name_locate\fR() -will be slow for archives with many files. -.TP 19n -\fRZIP_FL_NODIR\fR -Ignore directory part of file name in archive. -With this flag, -\fBzip_name_locate\fR() -will be slow for archives with many files. -.TP 19n -\fRZIP_FL_ENC_GUESS\fR -This flag has no effect (its value is 0); it can be used to explicitly denote the absence of encoding flags. -.TP 19n -\fRZIP_FL_ENC_RAW\fR -Compare -\fIfname\fR -against the unmodified names as they are in the ZIP archive, without converting them to UTF-8. -.TP 19n -\fRZIP_FL_ENC_STRICT\fR -Follow the ZIP specification and expect CP-437 encoded names in -the ZIP archive (except if they are explicitly marked as UTF-8). -Convert them to UTF-8 before comparing. -.TP 19n -\fRZIP_FL_ENC_CP437\fR -\fIfname\fR -is encoded as CP-437. -.TP 19n -\fRZIP_FL_ENC_UTF_8\fR -\fIfname\fR -is encoded as UTF-8. -.RE -.PP -\fINote\fR: -ASCII is a subset of both CP-437 and UTF-8. -.SH "RETURN VALUES" -\fBzip_name_locate\fR() -returns the index of the file named -\fIfname\fR -or \-1, if -\fIarchive\fR -does not contain an entry of that name. -.SH "ERRORS" -\fBzip_name_locate\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -One of the arguments is invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_NOENT\fR] -No entry of the name -\fIfname\fR -is found in the archive. -.SH "SEE ALSO" -libzip(3), -zip_get_name(3) -.SH "HISTORY" -\fBzip_name_locate\fR() -was added in libzip 0.6. -In libzip 0.11 the return type was changed from -\fIint\fR -to -\fIzip_int64_t\fR. -In libzip 0.11 the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.mdoc deleted file mode 100644 index 612c2a6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_name_locate.mdoc +++ /dev/null @@ -1,148 +0,0 @@ -.\" zip_name_locate.mdoc -- get index of file by name -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 15, 2022 -.Dt ZIP_NAME_LOCATE 3 -.Os -.Sh NAME -.Nm zip_name_locate -.Nd get index of file by name -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_name_locate "zip_t *archive" "const char *fname" "zip_flags_t flags" -.Sh DESCRIPTION -The -.Fn zip_name_locate -function returns the index of the file named -.Ar fname -in -.Ar archive . -If -.Ar archive -does not contain a file with that name, \-1 is returned. -.Pp -If neither -.Dv ZIP_FL_ENC_RAW -nor -.Dv ZIP_FL_ENC_STRICT -are specified, guess the encoding of the name in the ZIP archive and convert it -to UTF-8, if necessary, before comparing. -.Pp -If neither -.Dv ZIP_FL_ENC_CP437 -nor -.Dv ZIP_FL_ENC_UTF_8 -are specified, guess the encoding of -.Ar fname . -.Pp -Only CP-437 and UTF-8 are recognized. -.Pp -The -.Fa flags -are specified by -.Em or Ns No 'ing -the following values, or 0 for none of them. -.Bl -tag -offset indent -width ZIP_FL_ENC_STRICT -.It Dv ZIP_FL_NOCASE -Ignore case distinctions. -(Will only work well if the file names are ASCII.) -With this flag, -.Fn zip_name_locate -will be slow for archives with many files. -.It Dv ZIP_FL_NODIR -Ignore directory part of file name in archive. -With this flag, -.Fn zip_name_locate -will be slow for archives with many files. -.It Dv ZIP_FL_ENC_GUESS -This flag has no effect (its value is 0); it can be used to explicitly denote the absence of encoding flags. -.It Dv ZIP_FL_ENC_RAW -Compare -.Ar fname -against the unmodified names as they are in the ZIP archive, without converting them to UTF-8. -.It Dv ZIP_FL_ENC_STRICT -Follow the ZIP specification and expect CP-437 encoded names in -the ZIP archive (except if they are explicitly marked as UTF-8). -Convert them to UTF-8 before comparing. -.It Dv ZIP_FL_ENC_CP437 -.Ar fname -is encoded as CP-437. -.It Dv ZIP_FL_ENC_UTF_8 -.Ar fname -is encoded as UTF-8. -.El -.Pp -.Em Note : -ASCII is a subset of both CP-437 and UTF-8. -.Sh RETURN VALUES -.Fn zip_name_locate -returns the index of the file named -.Ar fname -or \-1, if -.Ar archive -does not contain an entry of that name. -.Sh ERRORS -.Fn zip_name_locate -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -One of the arguments is invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_NOENT -No entry of the name -.Ar fname -is found in the archive. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_get_name 3 -.Sh HISTORY -.Fn zip_name_locate -was added in libzip 0.6. -In libzip 0.11 the return type was changed from -.Vt int -to -.Vt zip_int64_t . -In libzip 0.11 the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_open.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_open.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_open.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_open.man deleted file mode 100644 index 3c4dc68..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_open.man +++ /dev/null @@ -1,220 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_open.mdoc -- open zip archive -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_OPEN" "3" "October 9, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_open\fR, -\fBzip_open_from_source\fR -\- open zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_open\fR(\fIconst\ char\ *path\fR, \fIint\ flags\fR, \fIint\ *errorp\fR); -.PD -.PP -\fIzip_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_open_from_source\fR(\fIzip_source_t\ *zs\fR, \fIint\ flags\fR, \fIzip_error_t\ *ze\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_open\fR() -function opens the zip archive specified by -\fIpath\fR -and returns a pointer to a -\fIstruct zip\fR, -used to manipulate the archive. -The -\fIflags\fR -are specified by -\fIor\fR'ing -the following values, or 0 for none of them. -.RS 6n -.TP 15n -\fRZIP_CHECKCONS\fR -Perform additional stricter consistency checks on the archive, and -error if they fail. -.TP 15n -\fRZIP_CREATE\fR -Create the archive if it does not exist. -.TP 15n -\fRZIP_EXCL\fR -Error if archive already exists. -.TP 15n -\fRZIP_TRUNCATE\fR -If archive exists, ignore its current contents. -In other words, handle it the same way as an empty archive. -.TP 15n -\fRZIP_RDONLY\fR -Open archive in read-only mode. -.RE -.PP -If an error occurs and -\fIerrorp\fR -is -non-\fRNULL\fR, -it will be set to the corresponding error code. -.PP -The -\fBzip_open_from_source\fR() -function opens a zip archive encapsulated by the zip_source -\fIzs\fR -using the provided -\fIflags\fR. -In case of error, the zip_error -\fIze\fR -is filled in. -.SH "RETURN VALUES" -Upon successful completion -\fBzip_open\fR() -and -\fBzip_open_from_source\fR() -return a -\fIstruct zip\fR -pointer. -Otherwise, -\fRNULL\fR -is returned and -\fBzip_open\fR() -sets -\fI*errorp\fR -to indicate the error, while -\fBzip_open_from\fR(\fIsource\fR) -sets -\fIze\fR -to indicate the error. -.SH "EXAMPLES" -Here's an example of how you could report errors during -\fBzip_open\fR: -.nf -.sp -.RS 0n - zip_t *za; - int err; - - if ((za = zip_open(name, 0, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: cannot open zip archive '%s': %s\en", - progname, name, zip_error_strerror(&error)); - zip_error_fini(&error); - return -1; - } -.RE -.fi -.SH "ERRORS" -The archive specified by -\fIpath\fR -is opened unless: -.TP 19n -[\fRZIP_ER_EXISTS\fR] -The file specified by -\fIpath\fR -exists and -\fRZIP_EXCL\fR -is set. -.TP 19n -[\fRZIP_ER_INCONS\fR] -Inconsistencies were found in the file specified by -\fIpath\fR. -This error is often caused by specifying -\fRZIP_CHECKCONS\fR -but can also happen without it. -.TP 19n -[\fRZIP_ER_INVAL\fR] -The -\fIpath\fR -argument is -\fRNULL\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_NOENT\fR] -The file specified by -\fIpath\fR -does not exist and -\fRZIP_CREATE\fR -is not set. -.TP 19n -[\fRZIP_ER_NOZIP\fR] -The file specified by -\fIpath\fR -is not a zip archive. -.TP 19n -[\fRZIP_ER_OPEN\fR] -The file specified by -\fIpath\fR -could not be opened. -.TP 19n -[\fRZIP_ER_READ\fR] -A read error occurred; see -\fIerrno\fR -for details. -.TP 19n -[\fRZIP_ER_SEEK\fR] -The file specified by -\fIpath\fR -does not allow seeks. -.PD 0 -.PP -For newly created archives, -\fBzip_open\fR() -does not try to create the file; this is done when calling -zip_close(3) -and any errors, like missing write permissions, will -be reported then. -.PD -.SH "SEE ALSO" -libzip(3), -zip_close(3), -zip_error_strerror(3), -zip_fdopen(3) -.SH "HISTORY" -\fBzip_open\fR() -and -\fBzip_open_from_source\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_open.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_open.mdoc deleted file mode 100644 index 5a8357a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_open.mdoc +++ /dev/null @@ -1,192 +0,0 @@ -.\" zip_open.mdoc -- open zip archive -.\" Copyright (C) 2003-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd October 9, 2022 -.Dt ZIP_OPEN 3 -.Os -.Sh NAME -.Nm zip_open , -.Nm zip_open_from_source -.Nd open zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_t * -.Fn zip_open "const char *path" "int flags" "int *errorp" -.Ft zip_t * -.Fn zip_open_from_source "zip_source_t *zs" "int flags" "zip_error_t *ze" -.Sh DESCRIPTION -The -.Fn zip_open -function opens the zip archive specified by -.Ar path -and returns a pointer to a -.Ft struct zip , -used to manipulate the archive. -The -.Fa flags -are specified by -.Em or Ns No 'ing -the following values, or 0 for none of them. -.Bl -tag -offset indent -width ZIP_CHECKCONS -.It Dv ZIP_CHECKCONS -Perform additional stricter consistency checks on the archive, and -error if they fail. -.It Dv ZIP_CREATE -Create the archive if it does not exist. -.It Dv ZIP_EXCL -Error if archive already exists. -.It Dv ZIP_TRUNCATE -If archive exists, ignore its current contents. -In other words, handle it the same way as an empty archive. -.It Dv ZIP_RDONLY -Open archive in read-only mode. -.El -.Pp -If an error occurs and -.Ar errorp -is -.Pf non- Dv NULL , -it will be set to the corresponding error code. -.Pp -The -.Fn zip_open_from_source -function opens a zip archive encapsulated by the zip_source -.Fa zs -using the provided -.Fa flags . -In case of error, the zip_error -.Fa ze -is filled in. -.Sh RETURN VALUES -Upon successful completion -.Fn zip_open -and -.Fn zip_open_from_source -return a -.Ft struct zip -pointer. -Otherwise, -.Dv NULL -is returned and -.Fn zip_open -sets -.Ar *errorp -to indicate the error, while -.Fn zip_open_from source -sets -.Ar ze -to indicate the error. -.Sh EXAMPLES -Here's an example of how you could report errors during -.Nm : -.Bd -literal - zip_t *za; - int err; - - if ((za = zip_open(name, 0, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: cannot open zip archive '%s': %s\en", - progname, name, zip_error_strerror(&error)); - zip_error_fini(&error); - return -1; - } -.Ed -.Sh ERRORS -The archive specified by -.Ar path -is opened unless: -.Bl -tag -width Er -.It Bq Er ZIP_ER_EXISTS -The file specified by -.Ar path -exists and -.Dv ZIP_EXCL -is set. -.It Bq Er ZIP_ER_INCONS -Inconsistencies were found in the file specified by -.Ar path . -This error is often caused by specifying -.Dv ZIP_CHECKCONS -but can also happen without it. -.It Bq Er ZIP_ER_INVAL -The -.Ar path -argument is -.Dv NULL . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_NOENT -The file specified by -.Ar path -does not exist and -.Dv ZIP_CREATE -is not set. -.It Bq Er ZIP_ER_NOZIP -The file specified by -.Ar path -is not a zip archive. -.It Bq Er ZIP_ER_OPEN -The file specified by -.Ar path -could not be opened. -.It Bq Er ZIP_ER_READ -A read error occurred; see -.Va errno -for details. -.It Bq Er ZIP_ER_SEEK -The file specified by -.Ar path -does not allow seeks. -.El -For newly created archives, -.Fn zip_open -does not try to create the file; this is done when calling -.Xr zip_close 3 -and any errors, like missing write permissions, will -be reported then. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_close 3 , -.Xr zip_error_strerror 3 , -.Xr zip_fdopen 3 -.Sh HISTORY -.Fn zip_open -and -.Fn zip_open_from_source -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.man deleted file mode 100644 index 33527b8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.man +++ /dev/null @@ -1,90 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_register_cancel_callback_with_state.mdoc -- allow cancelling during zip_close -.\" Copyright (C) 2021-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_REGISTER_CANCEL_CALLBACK_WITH_STATE" "3" "June 18, 2022" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_register_cancel_callback_with_state\fR -\- allow cancelling during zip_close -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fItypedef int (*zip_cancel_callback)(zip_t *, void *);\fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_register_cancel_callback_with_state\fR(\fIzip_t\ *archive\fR, \fIzip_cancel_callback\ callback\fR, \fIvoid\ (*ud_free)(void\ *)\fR, \fIvoid\ *ud\fR); -.PD -.SH "DESCRIPTION" -This function can be used to cancel writing of a zip archive during -zip_close(3). -.PP -The -\fBzip_register_cancel_callback_with_state\fR() -function registers a callback function -\fIcallback\fR -for the zip archive -\fIarchive\fR. -The -\fIud_free\fR -function is called during cleanup for deleting the userdata supplied in -\fIud\fR. -.PP -The callback function is called during -zip_close(3) -in regular intervals (after every zip archive entry that's completely -written to disk, and while writing data for entries) with zip archive -\fIarchive\fR -and the user-provided user-data -\fIud\fR -as arguments. -When the callback function returns a non-zero value, writing is cancelled and -zip_close(3) -returns an error. -.PP -The callback function should be fast, since it will be called often. -.SH "SEE ALSO" -libzip(3), -zip_close(3), -zip_register_progress_callback_with_state(3) -.SH "HISTORY" -\fBzip_register_cancel_callback_with_state\fR() -was added in libzip 1.6.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.mdoc deleted file mode 100644 index 59705ae..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_cancel_callback_with_state.mdoc +++ /dev/null @@ -1,84 +0,0 @@ -.\" zip_register_cancel_callback_with_state.mdoc -- allow cancelling during zip_close -.\" Copyright (C) 2021-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd June 18, 2022 -.Dt ZIP_REGISTER_CANCEL_CALLBACK_WITH_STATE 3 -.Os -.Sh NAME -.Nm zip_register_cancel_callback_with_state -.Nd allow cancelling during zip_close -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Vt typedef int (*zip_cancel_callback)(zip_t *, void *); -.Ft void -.Fn zip_register_cancel_callback_with_state "zip_t *archive" "zip_cancel_callback callback" "void (*ud_free)(void *)" "void *ud" -.Sh DESCRIPTION -This function can be used to cancel writing of a zip archive during -.Xr zip_close 3 . -.Pp -The -.Fn zip_register_cancel_callback_with_state -function registers a callback function -.Ar callback -for the zip archive -.Ar archive . -The -.Ar ud_free -function is called during cleanup for deleting the userdata supplied in -.Ar ud . -.Pp -The callback function is called during -.Xr zip_close 3 -in regular intervals (after every zip archive entry that's completely -written to disk, and while writing data for entries) with zip archive -.Ar archive -and the user-provided user-data -.Ar ud -as arguments. -When the callback function returns a non-zero value, writing is cancelled and -.Xr zip_close 3 -returns an error. -.Pp -The callback function should be fast, since it will be called often. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_close 3 , -.Xr zip_register_progress_callback_with_state 3 -.Sh HISTORY -.Fn zip_register_cancel_callback_with_state -was added in libzip 1.6.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.man deleted file mode 100644 index 5ec18a4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.man +++ /dev/null @@ -1,83 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_register_progress_callback.mdoc -- provide updates during zip_close -.\" Copyright (C) 2016-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_REGISTER_PROGRESS_CALLBACK" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_register_progress_callback\fR -\- provide updates during zip_close (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fItypedef void (*zip_progress_callback_t)(double);\fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_register_progress_callback\fR(\fIzip_t\ *archive\fR, \fIzip_progress_callback_t\ progress_callback\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_register_progress_callback\fR() -is the obsolete version of -zip_register_progress_callback_with_state(3). -.PP -The -\fBzip_register_progress_callback\fR() -function registers a callback function -\fIprogress_callback\fR -for the zip archive -\fIarchive\fR. -This function is called during -zip_close(3) -after every zip archive entry that's completely written to disk. -The value is a -\fIdouble\fR -in the range from 0.0 to 1.0. -This can be used to provide progress indicators for user interfaces. -.SH "SEE ALSO" -libzip(3), -zip_close(3) -.SH "HISTORY" -\fBzip_register_progress_callback\fR() -was added in libzip 1.2.0. -It was deprecated in libzip 1.3.0, use -\fBzip_register_progress_callback_with_state\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.mdoc deleted file mode 100644 index 69cc4f5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback.mdoc +++ /dev/null @@ -1,77 +0,0 @@ -.\" zip_register_progress_callback.mdoc -- provide updates during zip_close -.\" Copyright (C) 2016-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_REGISTER_PROGRESS_CALLBACK 3 -.Os -.Sh NAME -.Nm zip_register_progress_callback -.Nd provide updates during zip_close (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Vt typedef void (*zip_progress_callback_t)(double); -.Ft void -.Fn zip_register_progress_callback "zip_t *archive" "zip_progress_callback_t progress_callback" -.Sh DESCRIPTION -The function -.Fn zip_register_progress_callback -is the obsolete version of -.Xr zip_register_progress_callback_with_state 3 . -.Pp -The -.Fn zip_register_progress_callback -function registers a callback function -.Ar progress_callback -for the zip archive -.Ar archive . -This function is called during -.Xr zip_close 3 -after every zip archive entry that's completely written to disk. -The value is a -.Vt double -in the range from 0.0 to 1.0. -This can be used to provide progress indicators for user interfaces. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_close 3 -.Sh HISTORY -.Fn zip_register_progress_callback -was added in libzip 1.2.0. -It was deprecated in libzip 1.3.0, use -.Fn zip_register_progress_callback_with_state -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.man deleted file mode 100644 index 87f62ec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.man +++ /dev/null @@ -1,93 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_register_progress_callback_with_state.mdoc -- provide updates during zip_close -.\" Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_REGISTER_PROGRESS_CALLBACK_WITH_STATE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_register_progress_callback_with_state\fR -\- provide updates during zip_close -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fItypedef void (*zip_progress_callback)(zip_t *, double, void *);\fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_register_progress_callback_with_state\fR(\fIzip_t\ *archive\fR, \fIdouble\ precision\fR, \fIzip_progress_callback\ callback\fR, \fIvoid\ (*ud_free)(void\ *)\fR, \fIvoid\ *ud\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_register_progress_callback_with_state\fR() -function registers a callback function -\fIcallback\fR -for the zip archive -\fIarchive\fR. -The -\fIprecision\fR -argument is a double in the range from 0.00 to 1.0 that defines the -smallest change for which the callback should be called (to avoid too -frequent calls). -The -\fIud_free\fR -function is called during cleanup for deleting the userdata supplied in -\fIud\fR. -.PP -The callback function is called during -zip_close(3) -in regular intervals (after every zip archive entry that's completely -written to disk, and while writing data for entries) with zip archive -\fIarchive\fR, -the current progression state as a -\fIdouble\fR, -and the user-provided user-data -\fIud\fR -as arguments. -The progression state is a -\fIdouble\fR -in the range from 0.0 to 1.0. -This can be used to provide progress indicators for user interfaces. -.SH "SEE ALSO" -libzip(3), -zip_close(3), -zip_register_cancel_callback_with_state(3) -.SH "HISTORY" -\fBzip_register_progress_callback_with_state\fR() -was added in libzip 1.3.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.mdoc deleted file mode 100644 index 4ee88e6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_register_progress_callback_with_state.mdoc +++ /dev/null @@ -1,87 +0,0 @@ -.\" zip_register_progress_callback_with_state.mdoc -- provide updates during zip_close -.\" Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_REGISTER_PROGRESS_CALLBACK_WITH_STATE 3 -.Os -.Sh NAME -.Nm zip_register_progress_callback_with_state -.Nd provide updates during zip_close -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Vt typedef void (*zip_progress_callback)(zip_t *, double, void *); -.Ft void -.Fn zip_register_progress_callback_with_state "zip_t *archive" "double precision" "zip_progress_callback callback" "void (*ud_free)(void *)" "void *ud" -.Sh DESCRIPTION -The -.Fn zip_register_progress_callback_with_state -function registers a callback function -.Ar callback -for the zip archive -.Ar archive . -The -.Ar precision -argument is a double in the range from 0.00 to 1.0 that defines the -smallest change for which the callback should be called (to avoid too -frequent calls). -The -.Ar ud_free -function is called during cleanup for deleting the userdata supplied in -.Ar ud . -.Pp -The callback function is called during -.Xr zip_close 3 -in regular intervals (after every zip archive entry that's completely -written to disk, and while writing data for entries) with zip archive -.Ar archive , -the current progression state as a -.Vt double , -and the user-provided user-data -.Ar ud -as arguments. -The progression state is a -.Vt double -in the range from 0.0 to 1.0. -This can be used to provide progress indicators for user interfaces. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_close 3 , -.Xr zip_register_cancel_callback_with_state 3 -.Sh HISTORY -.Fn zip_register_progress_callback_with_state -was added in libzip 1.3.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.man deleted file mode 100644 index d71f1a0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.man +++ /dev/null @@ -1,75 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_rename.mdoc -- rename file in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_RENAME" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_rename\fR -\- rename file in zip archive (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_rename\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIconst\ char\ *name\fR); -.PD -.SH "DESCRIPTION" -\fBzip_rename\fR() -is the obsolete version of -zip_file_rename(3). -It is the same as calling -zip_file_rename(3) -with an empty flags argument. -.SH "SEE ALSO" -libzip(3), -zip_file_rename(3) -.SH "HISTORY" -\fBzip_rename\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -It was deprecated in libzip 0.11, use -\fBzip_file_rename\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.mdoc deleted file mode 100644 index 5a53880..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_rename.mdoc +++ /dev/null @@ -1,70 +0,0 @@ -.\" zip_rename.mdoc -- rename file in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_RENAME 3 -.Os -.Sh NAME -.Nm zip_rename -.Nd rename file in zip archive (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_rename "zip_t *archive" "zip_uint64_t index" "const char *name" -.Sh DESCRIPTION -.Fn zip_rename -is the obsolete version of -.Xr zip_file_rename 3 . -It is the same as calling -.Xr zip_file_rename 3 -with an empty flags argument. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_rename 3 -.Sh HISTORY -.Fn zip_rename -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -It was deprecated in libzip 0.11, use -.Fn zip_file_rename -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.man deleted file mode 100644 index 666aec0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.man +++ /dev/null @@ -1,98 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_set_archive_comment.mdoc -- set zip archive comment -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SET_ARCHIVE_COMMENT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_set_archive_comment\fR -\- set zip archive comment -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_set_archive_comment\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *comment\fR, \fIzip_uint16_t\ len\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_set_archive_comment\fR() -function sets the comment for the entire zip archive. -If -\fIcomment\fR -is -\fRNULL\fR -and -\fIlen\fR -is 0, the archive comment will be removed. -\fIcomment\fR -must be encoded in ASCII or UTF-8. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_set_archive_comment\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIlen\fR -is less than 0 or longer than the maximum comment length in a zip file -(65535), or -\fIcomment\fR -is not a valid UTF-8 encoded string. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_get_comment(3), -zip_file_set_comment(3), -zip_get_archive_comment(3) -.SH "HISTORY" -\fBzip_set_archive_comment\fR() -was added in libzip 0.7. -In libzip 0.11 the type of -\fIlen\fR -was changed from -\fIint\fR -to -\fIzip_uint16_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.mdoc deleted file mode 100644 index a6aaea1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_comment.mdoc +++ /dev/null @@ -1,93 +0,0 @@ -.\" zip_set_archive_comment.mdoc -- set zip archive comment -.\" Copyright (C) 2006-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SET_ARCHIVE_COMMENT 3 -.Os -.Sh NAME -.Nm zip_set_archive_comment -.Nd set zip archive comment -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_set_archive_comment "zip_t *archive" "const char *comment" "zip_uint16_t len" -.Sh DESCRIPTION -The -.Fn zip_set_archive_comment -function sets the comment for the entire zip archive. -If -.Ar comment -is -.Dv NULL -and -.Ar len -is 0, the archive comment will be removed. -.Ar comment -must be encoded in ASCII or UTF-8. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_set_archive_comment -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar len -is less than 0 or longer than the maximum comment length in a zip file -(65535), or -.Ar comment -is not a valid UTF-8 encoded string. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_get_comment 3 , -.Xr zip_file_set_comment 3 , -.Xr zip_get_archive_comment 3 -.Sh HISTORY -.Fn zip_set_archive_comment -was added in libzip 0.7. -In libzip 0.11 the type of -.Ar len -was changed from -.Vt int -to -.Vt zip_uint16_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.man deleted file mode 100644 index 713d92c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.man +++ /dev/null @@ -1,96 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_set_archive_flag.mdoc -- set zip archive flag -.\" Copyright (C) 2008-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SET_ARCHIVE_FLAG" "3" "July 19, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_set_archive_flag\fR -\- set zip archive flag -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_set_archive_flag\fR(\fIzip_t\ *archive\fR, \fIzip_flags_t\ flag\fR, \fIint\ value\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_set_archive_flag\fR() -function sets the flag -\fIflag\fR -for the archive -\fIarchive\fR -to the value -\fIvalue\fR. -.PP -Supported flags are: -.TP 20n -\fRZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE\fR -If this flag is cleared, the archive file will be removed if the archive is empty. -If it is set, an empty archive will be created, which is not recommended by the zip specification. -.TP 20n -\fRZIP_AFL_RDONLY\fR -If this flag is set, no modification to the archive are allowed. -This flag can only be cleared if it was manually set with -\fBzip_set_archive_flag\fR, -not if the archive was opened read-only. -.TP 20n -\fRZIP_AFL_WANT_TORRENTZIP\fR -If this flag is set, the archive will be written in torrentzip format. -.SH "RETURN VALUES" -Upon successful completion 0 is returned, and \-1 if an error -occurred. -.SH "SEE ALSO" -libzip(3), -zip_get_archive_flag(3) -.SH "HISTORY" -\fBzip_set_archive_flag\fR() -was added in libzip 0.9. -In libzip 0.11 the type of -\fIflag\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -\fRZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE\fR -and -\fRZIP_AFL_WANT_TORRENTZIP\fR -were added in libzip 1.10.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.mdoc deleted file mode 100644 index ee0a246..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_archive_flag.mdoc +++ /dev/null @@ -1,90 +0,0 @@ -.\" zip_set_archive_flag.mdoc -- set zip archive flag -.\" Copyright (C) 2008-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd July 19, 2023 -.Dt ZIP_SET_ARCHIVE_FLAG 3 -.Os -.Sh NAME -.Nm zip_set_archive_flag -.Nd set zip archive flag -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_set_archive_flag "zip_t *archive" "zip_flags_t flag" "int value" -.Sh DESCRIPTION -The -.Fn zip_set_archive_flag -function sets the flag -.Ar flag -for the archive -.Ar archive -to the value -.Ar value . -.Pp -Supported flags are: -.Bl -tag -width XZIPXAFLXRDONLYXXX -.It Dv ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE -If this flag is cleared, the archive file will be removed if the archive is empty. -If it is set, an empty archive will be created, which is not recommended by the zip specification. -.It Dv ZIP_AFL_RDONLY -If this flag is set, no modification to the archive are allowed. -This flag can only be cleared if it was manually set with -.Nm , -not if the archive was opened read-only. -.It Dv ZIP_AFL_WANT_TORRENTZIP -If this flag is set, the archive will be written in torrentzip format. -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned, and \-1 if an error -occurred. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_get_archive_flag 3 -.Sh HISTORY -.Fn zip_set_archive_flag -was added in libzip 0.9. -In libzip 0.11 the type of -.Ar flag -was changed from -.Vt int -to -.Vt zip_flags_t . -.Dv ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE -and -.Dv ZIP_AFL_WANT_TORRENTZIP -were added in libzip 1.10.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.man deleted file mode 100644 index 9fa8f23..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.man +++ /dev/null @@ -1,94 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_set_default_password.mdoc -- set default password for zip -.\" Copyright (C) 2011-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SET_DEFAULT_PASSWORD" "3" "September 15, 2020" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_set_default_password\fR -\- set default password for encrypted files in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_set_default_password\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *password\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_set_default_password\fR() -function sets the default password used when accessing encrypted files. -If -\fIpassword\fR -is -\fRNULL\fR -or the empty string, the default password is unset. -.PP -If you prefer a different password for single files, use -zip_fopen_encrypted(3) -instead of -zip_fopen(3). -Usually, however, the same password is used for every file in an -zip archive. -.PP -The password is not verified when calling this function. -See the -\fICAVEATS\fR -section in -zip_fopen_encrypted(3) -for more details about password handling. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_set_default_password\fR() -fails if: -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_fopen(3), -zip_fopen_encrypted(3) -.SH "HISTORY" -\fBzip_set_default_password\fR() -was added in libzip 0.10. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.mdoc deleted file mode 100644 index f2574ca..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_default_password.mdoc +++ /dev/null @@ -1,90 +0,0 @@ -.\" zip_set_default_password.mdoc -- set default password for zip -.\" Copyright (C) 2011-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 15, 2020 -.Dt ZIP_SET_DEFAULT_PASSWORD 3 -.Os -.Sh NAME -.Nm zip_set_default_password -.Nd set default password for encrypted files in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_set_default_password "zip_t *archive" "const char *password" -.Sh DESCRIPTION -The -.Fn zip_set_default_password -function sets the default password used when accessing encrypted files. -If -.Ar password -is -.Dv NULL -or the empty string, the default password is unset. -.Pp -If you prefer a different password for single files, use -.Xr zip_fopen_encrypted 3 -instead of -.Xr zip_fopen 3 . -Usually, however, the same password is used for every file in an -zip archive. -.Pp -The password is not verified when calling this function. -See the -.Sx CAVEATS -section in -.Xr zip_fopen_encrypted 3 -for more details about password handling. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_set_default_password -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_fopen 3 , -.Xr zip_fopen_encrypted 3 -.Sh HISTORY -.Fn zip_set_default_password -was added in libzip 0.10. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.man deleted file mode 100644 index 7b34c5f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.man +++ /dev/null @@ -1,84 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_set_file_comment.mdoc -- set comment for file in zip -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SET_FILE_COMMENT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_set_file_comment\fR -\- set comment for file in zip (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_set_file_comment\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIconst\ char\ *comment\fR, \fIint\ len\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_set_file_comment\fR() -function is the obsolete version of -zip_file_set_comment(3). -The only differences are the type of the -\fIlen\fR -argument and the additional -\fIflags\fR -argument. -\fBzip_set_file_comment\fR() -is the same as calling -zip_file_set_comment(3) -with an empty -\fIflags\fR -argument. -.SH "SEE ALSO" -libzip(3), -zip_file_set_comment(3) -.SH "HISTORY" -\fBzip_set_file_comment\fR() -was added in libzip 0.7. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -It was deprecated in libzip 0.11, use -\fBzip_file_set_comment\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.mdoc deleted file mode 100644 index 242597d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_comment.mdoc +++ /dev/null @@ -1,79 +0,0 @@ -.\" zip_set_file_comment.mdoc -- set comment for file in zip -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SET_FILE_COMMENT 3 -.Os -.Sh NAME -.Nm zip_set_file_comment -.Nd set comment for file in zip (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_set_file_comment "zip_t *archive" "zip_uint64_t index" "const char *comment" "int len" -.Sh DESCRIPTION -The -.Fn zip_set_file_comment -function is the obsolete version of -.Xr zip_file_set_comment 3 . -The only differences are the type of the -.Ar len -argument and the additional -.Ar flags -argument. -.Fn zip_set_file_comment -is the same as calling -.Xr zip_file_set_comment 3 -with an empty -.Ar flags -argument. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_set_comment 3 -.Sh HISTORY -.Fn zip_set_file_comment -was added in libzip 0.7. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -It was deprecated in libzip 0.11, use -.Fn zip_file_set_comment -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.man deleted file mode 100644 index 8a93eb0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.man +++ /dev/null @@ -1,156 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_set_file_compression.mdoc -- set compression method and its flags -.\" Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SET_FILE_COMPRESSION" "3" "February 2, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_set_file_compression\fR -\- set compression method for file in zip -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_set_file_compression\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_int32_t\ comp\fR, \fIzip_uint32_t\ comp_flags\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_set_file_compression\fR() -function sets the compression method for the file at position -\fIindex\fR -in the zip archive to -\fIcomp\fR -with the compression method specific -\fIcomp_flags\fR. -The -\fIcomp\fR -is the same as returned by -zip_stat(3). -For the -\fIcomp\fR -argument, currently only the following values are supported: -.TP 19n -\fRZIP_CM_DEFAULT\fR -default compression; currently the same as -\fRZIP_CM_DEFLATE\fR, -but -\fIflags\fR -are ignored. -.TP 19n -\fRZIP_CM_STORE\fR -Store the file uncompressed. -.TP 19n -\fRZIP_CM_BZIP2\fR -Compress the file using the -bzip2(1) -algorithm. -.TP 19n -\fRZIP_CM_DEFLATE\fR -Deflate the file with the -zlib(3) -algorithm and default options. -.TP 19n -\fRZIP_CM_XZ\fR -Use the -xz(1) -algorithm for compression -.TP 19n -\fRZIP_CM_ZSTD\fR -Use the -zstd(1) -algorithm for compression -.PP -\fINOTE\fR: -Only the deflate and store methods can be assumed to be universally -supported. -.PP -The -\fIcomp_flags\fR -argument defines the compression level. -This value is dependent on the compression algorithm. -In general, lower numbers mean faster de/compression and higher -numbers mean slower de/compression. -For -\fRZIP_CM_BZIP\fR, -\fRZIP_CM_DEFLATE\fR, -and -\fRZIP_CM_XZ\fR -1 is the fastest compression and 9 the best, 0 chooses the default. -For -\fRZIP_CM_ZSTD\fR -possible values are -ZSTD_minCLevel(3) -to -ZSTD_maxCLevel(3); negative values must be cast to -\fIzip_uint32_t\fR. -.PP -Further compression method specific flags might be added over time. -.PP -The current compression method for a file in a zip archive can be -determined using -zip_stat(3). -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_set_file_compression\fR() -fails if: -.TP 19n -[\fRZIP_ER_COMPNOTSUPP\fR] -Unsupported compression method requested. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIarchive\fR, -or the argument combination is invalid. -.TP 19n -[\fRZIP_ER_RDONLY\fR] -Read-only zip file, no changes allowed. -.SH "SEE ALSO" -libzip(3), -zip_compression_method_supported(3), -zip_stat(3) -.SH "HISTORY" -\fBzip_set_file_compression\fR() -was added in libzip 0.11. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.mdoc deleted file mode 100644 index b58dcb6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_set_file_compression.mdoc +++ /dev/null @@ -1,146 +0,0 @@ -.\" zip_set_file_compression.mdoc -- set compression method and its flags -.\" Copyright (C) 2012-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP files. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd February 2, 2023 -.Dt ZIP_SET_FILE_COMPRESSION 3 -.Os -.Sh NAME -.Nm zip_set_file_compression -.Nd set compression method for file in zip -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_set_file_compression "zip_t *archive" "zip_uint64_t index" "zip_int32_t comp" "zip_uint32_t comp_flags" -.Sh DESCRIPTION -The -.Fn zip_set_file_compression -function sets the compression method for the file at position -.Ar index -in the zip archive to -.Ar comp -with the compression method specific -.Ar comp_flags . -The -.Ar comp -is the same as returned by -.Xr zip_stat 3 . -For the -.Ar comp -argument, currently only the following values are supported: -.Bl -tag -width ZIP_CM_DEFLATE_XX -.It Dv ZIP_CM_DEFAULT -default compression; currently the same as -.Dv ZIP_CM_DEFLATE , -but -.Ar flags -are ignored. -.It Dv ZIP_CM_STORE -Store the file uncompressed. -.It Dv ZIP_CM_BZIP2 -Compress the file using the -.Xr bzip2 1 -algorithm. -.It Dv ZIP_CM_DEFLATE -Deflate the file with the -.Xr zlib 3 -algorithm and default options. -.It Dv ZIP_CM_XZ -Use the -.Xr xz 1 -algorithm for compression -.It Dv ZIP_CM_ZSTD -Use the -.Xr zstd 1 -algorithm for compression -.El -.Pp -.Em NOTE : -Only the deflate and store methods can be assumed to be universally -supported. -.Pp -The -.Ar comp_flags -argument defines the compression level. -This value is dependent on the compression algorithm. -In general, lower numbers mean faster de/compression and higher -numbers mean slower de/compression. -For -.Dv ZIP_CM_BZIP , -.Dv ZIP_CM_DEFLATE , -and -.Dv ZIP_CM_XZ -1 is the fastest compression and 9 the best, 0 chooses the default. -For -.Dv ZIP_CM_ZSTD -possible values are -.Xr ZSTD_minCLevel 3 -to -.Xr ZSTD_maxCLevel 3 ; negative values must be cast to -.Ft zip_uint32_t . -.Pp -Further compression method specific flags might be added over time. -.Pp -The current compression method for a file in a zip archive can be -determined using -.Xr zip_stat 3 . -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_set_file_compression -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_COMPNOTSUPP -Unsupported compression method requested. -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar archive , -or the argument combination is invalid. -.It Bq Er ZIP_ER_RDONLY -Read-only zip file, no changes allowed. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_compression_method_supported 3 , -.Xr zip_stat 3 -.Sh HISTORY -.Fn zip_set_file_compression -was added in libzip 0.11. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source.man deleted file mode 100644 index 35b147f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source.man +++ /dev/null @@ -1,91 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source.mdoc -- description of zip data source -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source\fR -\- zip data source structure -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *zs\fR; -.SH "DESCRIPTION" -A -\fIstruct zip_source\fR -is a data source used by -libzip(3) -for adding or replacing file contents for a file in a zip archive. -If the source supports seeking, it can also be used to open zip archives from. -It is created by calling one of -zip_source_buffer(3), -zip_source_buffer_create(3), -zip_source_file(3), -zip_source_file_create(3), -zip_source_filep(3), -zip_source_filep_create(3), -zip_source_function(3), -zip_source_function_create(3), -zip_source_window(3), -or -zip_source_zip(3). -\fIzip_source_t\fR -is reference counted, and created with a reference count of 1. -zip_open_from_source(3), -zip_file_add(3), -and -zip_file_replace(3) -will decrement the reference count of the -\fIzip_source_t\fR -when they are done using it, so -zip_source_free(3) -only needs to be called when these functions return an error. -Use -zip_source_keep(3) -to increase the reference count, for example if you need the source after -zip_close(3). -.SH "SEE ALSO" -libzip(3), -zip_source_buffer(3), -zip_source_file(3), -zip_source_filep(3), -zip_source_free(3), -zip_source_function(3), -zip_source_window(3), -zip_source_zip(3) -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source.mdoc deleted file mode 100644 index fd748fd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source.mdoc +++ /dev/null @@ -1,90 +0,0 @@ -.\" zip_source.mdoc -- description of zip data source -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE 3 -.Os -.Sh NAME -.Nm zip_source -.Nd zip data source structure -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Vt zip_source_t *zs ; -.Sh DESCRIPTION -A -.Vt struct zip_source -is a data source used by -.Xr libzip 3 -for adding or replacing file contents for a file in a zip archive. -If the source supports seeking, it can also be used to open zip archives from. -It is created by calling one of -.Xr zip_source_buffer 3 , -.Xr zip_source_buffer_create 3 , -.Xr zip_source_file 3 , -.Xr zip_source_file_create 3 , -.Xr zip_source_filep 3 , -.Xr zip_source_filep_create 3 , -.Xr zip_source_function 3 , -.Xr zip_source_function_create 3 , -.Xr zip_source_window 3 , -or -.Xr zip_source_zip 3 . -.Vt zip_source_t -is reference counted, and created with a reference count of 1. -.Xr zip_open_from_source 3 , -.Xr zip_file_add 3 , -and -.Xr zip_file_replace 3 -will decrement the reference count of the -.Vt zip_source_t -when they are done using it, so -.Xr zip_source_free 3 -only needs to be called when these functions return an error. -Use -.Xr zip_source_keep 3 -to increase the reference count, for example if you need the source after -.Xr zip_close 3 . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source_buffer 3 , -.Xr zip_source_file 3 , -.Xr zip_source_filep 3 , -.Xr zip_source_free 3 , -.Xr zip_source_function 3 , -.Xr zip_source_window 3 , -.Xr zip_source_zip 3 -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.man deleted file mode 100644 index 714846d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.man +++ /dev/null @@ -1,99 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_begin_write.mdoc -- prepare zip source for writing -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_BEGIN_WRITE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_begin_write\fR, -\fBzip_source_begin_write_cloning\fR -\- prepare zip source for writing -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_begin_write\fR(\fIzip_source_t\ *source\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_begin_write_cloning\fR(\fIzip_source_t\ *source\fR, \fIzip_uint64_t\ offset\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_begin_write\fR() -and -\fBzip_source_begin_write_cloning\fR() -prepare -\fIsource\fR -for writing. -Usually this involves creating temporary files or allocating buffers. -.PP -\fBzip_source_begin_write_cloning\fR() -preserves the first -\fIoffset\fR -bytes of the original file. -This is done efficiently, and writes to -\fIsource\fR -won't overwrite the original data until -\fBzip_commit_write\fR() -is called. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_commit_write(3), -zip_source_rollback_write(3), -zip_source_seek_write(3), -zip_source_tell_write(3), -zip_source_write(3) -.SH "HISTORY" -\fBzip_source_begin_write\fR() -was added in libzip 1.0. -.PP -\fBzip_source_begin_write_cloning\fR() -was added in libzip 1.4.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.mdoc deleted file mode 100644 index 8bcd555..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_begin_write.mdoc +++ /dev/null @@ -1,89 +0,0 @@ -.\" zip_source_begin_write.mdoc -- prepare zip source for writing -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_BEGIN_WRITE 3 -.Os -.Sh NAME -.Nm zip_source_begin_write , -.Nm zip_source_begin_write_cloning -.Nd prepare zip source for writing -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_begin_write "zip_source_t *source" -.Ft int -.Fn zip_source_begin_write_cloning "zip_source_t *source" "zip_uint64_t offset" -.Sh DESCRIPTION -The functions -.Fn zip_source_begin_write -and -.Fn zip_source_begin_write_cloning -prepare -.Fa source -for writing. -Usually this involves creating temporary files or allocating buffers. -.Pp -.Fn zip_source_begin_write_cloning -preserves the first -.Ar offset -bytes of the original file. -This is done efficiently, and writes to -.Ar source -won't overwrite the original data until -.Fn zip_commit_write -is called. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_commit_write 3 , -.Xr zip_source_rollback_write 3 , -.Xr zip_source_seek_write 3 , -.Xr zip_source_tell_write 3 , -.Xr zip_source_write 3 -.Sh HISTORY -.Fn zip_source_begin_write -was added in libzip 1.0. -.Pp -.Fn zip_source_begin_write_cloning -was added in libzip 1.4.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.man deleted file mode 100644 index 322045f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.man +++ /dev/null @@ -1,112 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_buffer.mdoc -- create zip data source from buffer -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_BUFFER" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_buffer\fR, -\fBzip_source_buffer_create\fR -\- create zip data source from buffer -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_buffer\fR(\fIzip_t\ *archive\fR, \fIconst\ void\ *data\fR, \fIzip_uint64_t\ len\fR, \fIint\ freep\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_buffer_create\fR(\fIconst\ void\ *data\fR, \fIzip_uint64_t\ len\fR, \fIint\ freep\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_buffer\fR() -and -\fBzip_source_buffer_create\fR() -create a zip source from the buffer -\fIdata\fR -of size -\fIlen\fR. -If -\fIfreep\fR -is non-zero, the buffer will be freed when it is no longer needed. -\fIdata\fR -must remain valid for the lifetime of the created source. -.PP -The source can be used to open a zip archive from. -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_buffer\fR() -and -\fBzip_source_buffer_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIlen\fR -is greater than zero and -\fIdata\fR -is -\fRNULL\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_open_from_source(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_buffer\fR() -and -\fBzip_source_buffer_create\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.mdoc deleted file mode 100644 index 148ceed..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer.mdoc +++ /dev/null @@ -1,102 +0,0 @@ -.\" zip_source_buffer.mdoc -- create zip data source from buffer -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_BUFFER 3 -.Os -.Sh NAME -.Nm zip_source_buffer , -.Nm zip_source_buffer_create -.Nd create zip data source from buffer -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_buffer "zip_t *archive" "const void *data" "zip_uint64_t len" "int freep" -.Ft zip_source_t * -.Fn zip_source_buffer_create "const void *data" "zip_uint64_t len" "int freep" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_buffer -and -.Fn zip_source_buffer_create -create a zip source from the buffer -.Ar data -of size -.Ar len . -If -.Ar freep -is non-zero, the buffer will be freed when it is no longer needed. -.Ar data -must remain valid for the lifetime of the created source. -.Pp -The source can be used to open a zip archive from. -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_buffer -and -.Fn zip_source_buffer_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar len -is greater than zero and -.Ar data -is -.Dv NULL . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_open_from_source 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_buffer -and -.Fn zip_source_buffer_create -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.man deleted file mode 100644 index 3514d3c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.man +++ /dev/null @@ -1,125 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_buffer_fragment.mdoc -- create zip data source from multiple buffers -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_BUFFER_FRAGMENT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_buffer_fragment\fR, -\fBzip_source_buffer_fragment_create\fR -\- create zip data source from multiple buffer -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_buffer_fragment\fR(\fIzip_t\ *archive\fR, \fIzip_buffer_fragment_t\ *fragments\fR, \fIzip_uint64_t\ nfragments\fR, \fIint\ freep\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_buffer_fragment_create\fR(\fIzip_buffer_fragment_t\ *fragments\fR, \fIzip_uint64_t\ nfragments\fR, \fIint\ freep\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_buffer_fragment\fR() -and -\fBzip_source_buffer_fragment_create\fR() -create a zip source from the data in -\fIfragments\fR. -\fInfragments\fR -specifies the number of fragments. -If -\fIfreep\fR -is non-zero, the data will be freed when it is no longer needed. -.nf -.sp -.RS 0n -struct zip_stat { - zip_uint8_t *data; /* pointer to the actual data */ - zip_uint64_t length; /* length of this fragment */ -}; -.RE -.fi -.PP -The data -\fIfragments\fR -point to must remain valid for the lifetime of the created source. -\fIfragments\fR -itself can be discarded once the source is created. -.PP -The source can be used to open a zip archive from. -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_buffer\fR() -and -\fBzip_source_buffer_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fInfragments\fR -is greater than zero and -\fIfragments\fR -is -\fRNULL\fR. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_open_from_source(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_buffer_fragment\fR() -and -\fBzip_source_buffer_fragment_create\fR() -were added in libzip 1.4.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.mdoc deleted file mode 100644 index c452ef7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_buffer_fragment.mdoc +++ /dev/null @@ -1,112 +0,0 @@ -.\" zip_source_buffer_fragment.mdoc -- create zip data source from multiple buffers -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_BUFFER_FRAGMENT 3 -.Os -.Sh NAME -.Nm zip_source_buffer_fragment , -.Nm zip_source_buffer_fragment_create -.Nd create zip data source from multiple buffer -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_buffer_fragment "zip_t *archive" "zip_buffer_fragment_t *fragments" "zip_uint64_t nfragments" "int freep" -.Ft zip_source_t * -.Fn zip_source_buffer_fragment_create "zip_buffer_fragment_t *fragments" "zip_uint64_t nfragments" "int freep" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_buffer_fragment -and -.Fn zip_source_buffer_fragment_create -create a zip source from the data in -.Ar fragments . -.Ar nfragments -specifies the number of fragments. -If -.Ar freep -is non-zero, the data will be freed when it is no longer needed. -.Bd -literal -struct zip_stat { - zip_uint8_t *data; /* pointer to the actual data */ - zip_uint64_t length; /* length of this fragment */ -}; -.Ed -.Pp -The data -.Ar fragments -point to must remain valid for the lifetime of the created source. -.Ar fragments -itself can be discarded once the source is created. -.Pp -The source can be used to open a zip archive from. -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_buffer -and -.Fn zip_source_buffer_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar nfragments -is greater than zero and -.Ar fragments -is -.Dv NULL . -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_open_from_source 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_buffer_fragment -and -.Fn zip_source_buffer_fragment_create -were added in libzip 1.4.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.man deleted file mode 100644 index a3a481f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.man +++ /dev/null @@ -1,72 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_close.mdoc -- close zip source (open for reading) -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_CLOSE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_close\fR -\- close zip_source (which was open for reading) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_close\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_close\fR() -closes -\fIsource\fR, -indicating that no more data will be read. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_free(3), -zip_source_open(3) -.SH "HISTORY" -\fBzip_source_close\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.mdoc deleted file mode 100644 index 05c7ed1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_close.mdoc +++ /dev/null @@ -1,67 +0,0 @@ -.\" zip_source_close.mdoc -- close zip source (open for reading) -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_CLOSE 3 -.Os -.Sh NAME -.Nm zip_source_close -.Nd close zip_source (which was open for reading) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_close "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_close -closes -.Fa source , -indicating that no more data will be read. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_free 3 , -.Xr zip_source_open 3 -.Sh HISTORY -.Fn zip_source_close -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.man deleted file mode 100644 index b8a30b9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.man +++ /dev/null @@ -1,75 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_commit_write.mdoc -- finalize changes to zip source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_COMMIT_WRITE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_commit_write\fR -\- finalize changes to zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_commit_write\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_commit_write\fR() -finishes writing data to -\fIsource\fR -and replaces the original with the newly written data. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_begin_write(3), -zip_source_rollback_write(3), -zip_source_seek_write(3), -zip_source_tell_write(3), -zip_source_write(3) -.SH "HISTORY" -\fBzip_source_commit_write\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.mdoc deleted file mode 100644 index 9deae6b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_commit_write.mdoc +++ /dev/null @@ -1,70 +0,0 @@ -.\" zip_source_commit_write.mdoc -- finalize changes to zip source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_COMMIT_WRITE 3 -.Os -.Sh NAME -.Nm zip_source_commit_write -.Nd finalize changes to zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_commit_write "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_commit_write -finishes writing data to -.Fa source -and replaces the original with the newly written data. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_begin_write 3 , -.Xr zip_source_rollback_write 3 , -.Xr zip_source_seek_write 3 , -.Xr zip_source_tell_write 3 , -.Xr zip_source_write 3 -.Sh HISTORY -.Fn zip_source_commit_write -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.man deleted file mode 100644 index d87b3b2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.man +++ /dev/null @@ -1,65 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_error.mdoc -- get zip_error for data source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_ERROR" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_error\fR -\- get zip error for data source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_error_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_error\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_source_error\fR() -function returns the zip error for the data source -\fIsource\fR. -.SH "SEE ALSO" -libzip(3), -zip_error_code_system(3), -zip_error_code_zip(3) -.SH "HISTORY" -\fBzip_source_error\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.mdoc deleted file mode 100644 index 291a144..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_error.mdoc +++ /dev/null @@ -1,60 +0,0 @@ -.\" zip_source_error.mdoc -- get zip_error for data source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_ERROR 3 -.Os -.Sh NAME -.Nm zip_source_error -.Nd get zip error for data source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_error_t * -.Fn zip_source_error "zip_source_t *source" -.Sh DESCRIPTION -The -.Fn zip_source_error -function returns the zip error for the data source -.Ar source . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_error_code_system 3 , -.Xr zip_error_code_zip 3 -.Sh HISTORY -.Fn zip_source_error -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.man deleted file mode 100644 index 586fb07..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.man +++ /dev/null @@ -1,158 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_file.mdoc -- create data source from a file -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_FILE" "3" "June 30, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_file\fR, -\fBzip_source_file_create\fR -\- create data source from a file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_file\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *fname\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_file_create\fR(\fIconst\ char\ *fname\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_file\fR() -and -\fBzip_source_file_create\fR() -create a zip source from a file. -They open -\fIfname\fR -and read -\fIlen\fR -bytes from offset -\fIstart\fR -from it. -.PP -When passing -\fRZIP_LENGTH_TO_END\fR -(or \-1, which is deprecated) as -\fIlen\fR, -\fBzip_source_file\fR -determines the file size when it is called and uses that as the -expected file size. -If the file size grows between creating and reading from the source, -the additional data is ignored. -If the file shrinks, -\fBlibzip\fR -treats it as an error -(\fRZIP_ER_DATA_LENGTH\fR). -.PP -When passing -\fRZIP_LENGTH_UNCHECKED\fR -as -\fIlen\fR, -\fBzip_source_file\fR -assumes the file's size is unknown. -Reading from the source returns as much data as is there at that time -(usually when calling -zip_close(3)). -.PP -\fBlibzip\fR -can do various optimizations if the size of a source is known when -it's created, so -\fRZIP_LENGTH_TO_END\fR -is preferable. -If you deal with files that are likely to change while you are -processing them, you can use the less efficient -\fRZIP_LENGTH_UNCHECKED\fR. -.PP -If the file supports seek, the source can be used to open a zip archive from. -.PP -The file is opened and read when the data from the source is used, usually by -\fBzip_close\fR() -or -\fBzip_open_from_source\fR(). -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_file\fR() -and -\fBzip_source_file_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIfname\fR, -\fIstart\fR, -or -\fIlen\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_OPEN\fR] -Opening -\fIfname\fR -failed. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_file\fR() -and -\fBzip_source_file_create\fR() -were added in libzip 1.0. -.PP -\fRZIP_LENGTH_TO_END\fR -and -\fRZIP_LENGTH_UNCHECKED\fR -were added in libzip 1.10.1. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.mdoc deleted file mode 100644 index 15b7c00..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_file.mdoc +++ /dev/null @@ -1,147 +0,0 @@ -.\" zip_source_file.mdoc -- create data source from a file -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd June 30, 2023 -.Dt ZIP_SOURCE_FILE 3 -.Os -.Sh NAME -.Nm zip_source_file , -.Nm zip_source_file_create -.Nd create data source from a file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_file "zip_t *archive" "const char *fname" "zip_uint64_t start" "zip_int64_t len" -.Ft zip_source_t * -.Fn zip_source_file_create "const char *fname" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_file -and -.Fn zip_source_file_create -create a zip source from a file. -They open -.Ar fname -and read -.Ar len -bytes from offset -.Ar start -from it. -.Pp -When passing -.Dv ZIP_LENGTH_TO_END -(or \-1, which is deprecated) as -.Ar len , -.Nm -determines the file size when it is called and uses that as the -expected file size. -If the file size grows between creating and reading from the source, -the additional data is ignored. -If the file shrinks, -.Nm libzip -treats it as an error -.Dv ( ZIP_ER_DATA_LENGTH ) . -.Pp -When passing -.Dv ZIP_LENGTH_UNCHECKED -as -.Ar len , -.Nm -assumes the file's size is unknown. -Reading from the source returns as much data as is there at that time -(usually when calling -.Xr zip_close 3 ) . -.Pp -.Nm libzip -can do various optimizations if the size of a source is known when -it's created, so -.Dv ZIP_LENGTH_TO_END -is preferable. -If you deal with files that are likely to change while you are -processing them, you can use the less efficient -.Dv ZIP_LENGTH_UNCHECKED . -.Pp -If the file supports seek, the source can be used to open a zip archive from. -.Pp -The file is opened and read when the data from the source is used, usually by -.Fn zip_close -or -.Fn zip_open_from_source . -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_file -and -.Fn zip_source_file_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar fname , -.Ar start , -or -.Ar len -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_OPEN -Opening -.Ar fname -failed. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_file -and -.Fn zip_source_file_create -were added in libzip 1.0. -.Pp -.Dv ZIP_LENGTH_TO_END -and -.Dv ZIP_LENGTH_UNCHECKED -were added in libzip 1.10.1. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.man deleted file mode 100644 index dca0718..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.man +++ /dev/null @@ -1,122 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_filep.mdoc -- create data source from a file stream -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_FILEP" "3" "June 30, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_filep\fR, -\fBzip_source_filep_create\fR -\- create data source from FILE * -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_filep\fR(\fIzip_t\ *archive\fR, \fIFILE\ *file\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_filep_create\fR(\fIFILE\ *file\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_filep\fR() -and -\fBzip_source_filep_create\fR() -create a zip source from a file stream. -They read -\fIlen\fR -bytes from offset -\fIstart\fR -from the open file stream -\fIfile\fR. -For a description of the -\fIlen\fR -argument, see -zip_source_file(3). -.PP -If the file stream supports seeking, the source can be used to open -a read-only zip archive from. -.PP -The file stream is closed when the source is being freed, usually -by -zip_close(3). -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_filep\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIfile\fR, -\fIstart\fR, -or -\fIlen\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3), -zip_source_file(3) -.SH "HISTORY" -\fBzip_source_filep\fR() -and -\fBzip_source_filep_create\fR() -were added in libzip 1.0. -.PP -\fRZIP_LENGTH_TO_END\fR -and -\fRZIP_LENGTH_UNCHECKED\fR -were added in libzip 1.10.1. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.mdoc deleted file mode 100644 index 341f2db..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_filep.mdoc +++ /dev/null @@ -1,112 +0,0 @@ -.\" zip_source_filep.mdoc -- create data source from a file stream -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd June 30, 2023 -.Dt ZIP_SOURCE_FILEP 3 -.Os -.Sh NAME -.Nm zip_source_filep , -.Nm zip_source_filep_create -.Nd create data source from FILE * -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_filep "zip_t *archive" "FILE *file" "zip_uint64_t start" "zip_int64_t len" -.Ft zip_source_t * -.Fn zip_source_filep_create "FILE *file" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_filep -and -.Fn zip_source_filep_create -create a zip source from a file stream. -They read -.Ar len -bytes from offset -.Ar start -from the open file stream -.Ar file . -For a description of the -.Ar len -argument, see -.Xr zip_source_file 3 . -.Pp -If the file stream supports seeking, the source can be used to open -a read-only zip archive from. -.Pp -The file stream is closed when the source is being freed, usually -by -.Xr zip_close 3 . -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_filep -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar file , -.Ar start , -or -.Ar len -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 , -.Xr zip_source_file 3 -.Sh HISTORY -.Fn zip_source_filep -and -.Fn zip_source_filep_create -were added in libzip 1.0. -.Pp -.Dv ZIP_LENGTH_TO_END -and -.Dv ZIP_LENGTH_UNCHECKED -were added in libzip 1.10.1. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.man deleted file mode 100644 index 9eacec8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.man +++ /dev/null @@ -1,81 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_free.mdoc -- free zip data source -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_FREE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_free\fR -\- free zip data source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_source_free\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_free\fR() -decrements the reference count of -\fIsource\fR -and frees it if the reference count drops to 0. -If -\fIsource\fR -is -\fRNULL\fR, -it does nothing. -.PP -\fINOTE\fR: -This function should not be called on a -\fIsource\fR -after it was used successfully in a -zip_open_from_source(3), -zip_file_add(3), -or -zip_file_replace(3) -call. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_keep(3) -.SH "HISTORY" -\fBzip_source_free\fR() -was added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.mdoc deleted file mode 100644 index 3f17792..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_free.mdoc +++ /dev/null @@ -1,76 +0,0 @@ -.\" zip_source_free.mdoc -- free zip data source -.\" Copyright (C) 2004-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_FREE 3 -.Os -.Sh NAME -.Nm zip_source_free -.Nd free zip data source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_source_free "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_free -decrements the reference count of -.Ar source -and frees it if the reference count drops to 0. -If -.Ar source -is -.Dv NULL , -it does nothing. -.Pp -.Em NOTE : -This function should not be called on a -.Ar source -after it was used successfully in a -.Xr zip_open_from_source 3 , -.Xr zip_file_add 3 , -or -.Xr zip_file_replace 3 -call. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_keep 3 -.Sh HISTORY -.Fn zip_source_free -was added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.man deleted file mode 100644 index 0a9b717..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.man +++ /dev/null @@ -1,429 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_function.mdoc -- create data source from function -.\" Copyright (C) 2004-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_FUNCTION" "3" "January 5, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_function\fR, -\fBzip_source_function_create\fR -\- create data source from function -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_function\fR(\fIzip_t\ *archive\fR, \fIzip_source_callback\ fn\fR, \fIvoid\ *userdata\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_function_create\fR(\fIzip_source_callback\ fn\fR, \fIvoid\ *userdata\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_function\fR() -and -\fBzip_source_function_create\fR() -create a zip source from the user-provided function -\fIfn\fR, -which must be of the following type: -.PP -\fItypedef zip_int64_t\fR -\fB\fR(*\fPzip_source_callback\fR)\fP\fR(\fIvoid\ *userdata\fR, \fIvoid\ *data\fR, \fIzip_uint64_t\ len\fR, \fIzip_source_cmd_t\ cmd\fR) -.PP -\fIarchive\fR -or -\fIerror\fR -are used for reporting errors and can be -\fRNULL\fR. -.PP -When called by the library, the first argument is the -\fIuserdata\fR -argument supplied to the function. -The next two arguments are a buffer -\fIdata\fR -of size -\fIlen\fR -when data is passed in or expected to be returned, or else -\fRNULL\fR -and 0. -The last argument, -\fIcmd\fR, -specifies which action the function should perform. -.PP -Depending on the uses, there are three useful sets of commands to be supported by a -\fBzip_source_callback\fR(): -.TP 24n -read source -Providing streamed data (for file data added to archives). -Must support -\fRZIP_SOURCE_OPEN\fR, -\fRZIP_SOURCE_READ\fR, -\fRZIP_SOURCE_CLOSE\fR, -\fRZIP_SOURCE_STAT\fR, -and -\fRZIP_SOURCE_ERROR\fR. -.sp -If your source uses any allocated memory (including -\fIuserdata\fR) -it should also implement -\fRZIP_SOURCE_FREE\fR -to avoid memory leaks. -.TP 24n -seekable read source -Same as previous, but from a source allowing reading from arbitrary -offsets (also for read-only zip archive). -Must additionally support -\fRZIP_SOURCE_SEEK\fR, -\fRZIP_SOURCE_TELL\fR, -and -\fRZIP_SOURCE_SUPPORTS\fR. -.TP 24n -read/write source -Same as previous, but additionally allowing writing (also for writable -zip archives). -Must additionally support -\fRZIP_SOURCE_BEGIN_WRITE\fR, -\fRZIP_SOURCE_COMMIT_WRITE\fR, -\fRZIP_SOURCE_ROLLBACK_WRITE\fR, -\fRZIP_SOURCE_SEEK_WRITE\fR, -\fRZIP_SOURCE_TELL_WRITE\fR, -and -\fRZIP_SOURCE_REMOVE\fR. -.sp -On top of the above, supporting the pseudo-command -\fRZIP_SOURCE_SUPPORTS_REOPEN\fR -allows calling -\fBzip_source_open\fR() -again after calling -\fBzip_source_close\fR(). -.SS "\fRZIP_SOURCE_ACCEPT_EMPTY\fR" -Return 1 if an empty source should be accepted as a valid zip archive. -This is the default if this command is not supported by a source. -File system backed sources should return 0. -.SS "\fRZIP_SOURCE_BEGIN_WRITE\fR" -Prepare the source for writing. -Use this to create any temporary file(s). -.SS "\fRZIP_SOURCE_BEGIN_WRITE_CLONING\fR" -Prepare the source for writing, keeping the first -\fIlen\fR -bytes of the original file. -Only implement this command if it is more efficient than copying the -data, and if it does not destructively overwrite the original file -(you still have to be able to execute -\fRZIP_SOURCE_ROLLBACK_WRITE\fR). -.PP -The next write should happen at byte -\fIoffset\fR. -.SS "\fRZIP_SOURCE_CLOSE\fR" -Reading is done. -.SS "\fRZIP_SOURCE_COMMIT_WRITE\fR" -Finish writing to the source. -Replace the original data with the newly written data. -Clean up temporary files or internal buffers. -Subsequently opening and reading from the source should return the -newly written data. -.SS "\fRZIP_SOURCE_ERROR\fR" -Get error information. -\fIdata\fR -points to an array of two ints, which should be filled with the libzip -error code and the corresponding system error code for the error that -occurred. -See -zip_errors(3) -for details on the error codes. -If the source stores error information in a zip_error_t, use -zip_error_to_data(3) -and return its return value. -Otherwise, return 2 * sizeof(int). -.SS "\fRZIP_SOURCE_FREE\fR" -Clean up and free all resources, including -\fIuserdata\fR. -The callback function will not be called again. -.SS "\fRZIP_SOURCE_GET_FILE_ATTRIBUTES\fR" -Provide information about various data. -Then the data should be put in the appropriate entry in the passed -\fIzip_file_attributes_t\fR -argument, and the appropriate -\fRZIP_FILE_ATTRIBUTES_*\fR -value must be or'ed into the -\fIvalid\fR -member to denote that the corresponding data has been provided. -A -\fIzip_file_attributes_t\fR -structure can be initialized using -zip_file_attributes_init(3). -.TP 12n -ASCII mode -If a file is a plaintext file in ASCII. -Can be used by extraction tools to automatically convert line endings -(part of the internal file attributes). -Member -\fIascii\fR, -flag -\fRZIP_FILE_ATTRIBUTES_ASCII\fR. -.TP 12n -General Purpose Bit Flags (limited to Compression Flags) -The general purpose bit flag in the zip in the local and central -directory headers contain information about the compression method. -Member -\fIgeneral_purpose_bit_flags\fR -and -\fIgeneral_purpose_bit_mask\fR -to denote which members have been set; -flag -\fRZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS\fR. -.TP 12n -External File Attributes -The external file attributes (usually operating system-specific). -Member -\fIexternal_file_attributes\fR, -flag -\fRZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES\fR. -.TP 12n -Version Needed -A minimum version needed required to unpack this entry (in the usual -"major * 10 + minor" format). -Member -\fIversion_needed\fR, -flag -\fRZIP_FILE_ATTRIBUTES_VERSION_NEEDED\fR. -.TP 12n -Operating System -One of the operating systems as defined by the -\fRZIP_OPSYS_*\fR -variables (see -\fIzip.h\fR). -This value affects the interpretation of the external file attributes. -Member -\fIhost_system\fR, -flag -\fRZIP_FILE_ATTRIBUTES_HOST_SYSTEM\fR. -.SS "\fRZIP_SOURCE_OPEN\fR" -Prepare for reading. -.SS "\fRZIP_SOURCE_READ\fR" -Read data into the buffer -\fIdata\fR -of size -\fIlen\fR. -Return the number of bytes placed into -\fIdata\fR -on success, and zero for end-of-file. -.SS "\fRZIP_SOURCE_REMOVE\fR" -Remove the underlying file. -This is called if a zip archive is empty when closed. -.SS "\fRZIP_SOURCE_ROLLBACK_WRITE\fR" -Abort writing to the source. -Discard written data. -Clean up temporary files or internal buffers. -Subsequently opening and reading from the source should return the -original data. -.SS "\fRZIP_SOURCE_SEEK\fR" -Specify position to read next byte from, like -fseek(3). -Use -ZIP_SOURCE_GET_ARGS(3) -to decode the arguments into the following struct: -.nf -.sp -.RS 0n -struct zip_source_args_seek { - zip_int64_t offset; - int whence; -}; -.RE -.fi -.PP -If the size of the source's data is known, use -zip_source_seek_compute_offset(3) -to validate the arguments and compute the new offset. -.SS "\fRZIP_SOURCE_SEEK_WRITE\fR" -Specify position to write next byte to, like -fseek(3). -See -\fRZIP_SOURCE_SEEK\fR -for details. -.SS "\fRZIP_SOURCE_STAT\fR" -Get meta information for the input data. -\fIdata\fR -points to an allocated -\fIstruct zip_stat\fR, -which should be initialized using -zip_stat_init(3) -and then filled in. -.PP -For uncompressed, unencrypted data, all information is optional. -However, fill in as much information as is readily available. -.PP -If the data is compressed, -\fRZIP_STAT_COMP_METHOD\fR, -\fRZIP_STAT_SIZE\fR, -and -\fRZIP_STAT_CRC\fR -must be filled in. -.PP -If the data is encrypted, -\fRZIP_STAT_ENCRYPTION_METHOD\fR, -\fRZIP_STAT_COMP_METHOD\fR, -\fRZIP_STAT_SIZE\fR, -and -\fRZIP_STAT_CRC\fR -must be filled in. -.PP -Information only available after the source has been read (e.g., size) -can be omitted in an earlier call. -\fINOTE\fR: -\fBzip_source_function\fR() -may be called with this argument even after being called with -\fRZIP_SOURCE_CLOSE\fR. -.PP -Return sizeof(struct zip_stat) on success. -.SS "\fRZIP_SOURCE_SUPPORTS\fR" -Return bitmap specifying which commands are supported. -Use -zip_source_make_command_bitmap(3). -If this command is not implemented, the source is assumed to be a -read source without seek support. -.SS "\fRZIP_SOURCE_TELL\fR" -Return the current read offset in the source, like -ftell(3). -.SS "\fRZIP_SOURCE_TELL_WRITE\fR" -Return the current write offset in the source, like -ftell(3). -.SS "\fRZIP_SOURCE_WRITE\fR" -Write data to the source. -Return number of bytes written. -.SS "\fRZIP_SOURCE_SUPPORTS_REOPEN\fR" -This command is never actually invoked, support for it signals the -ability to handle multiple open/read/close cycles. -.SS "Return Values" -Commands should return \-1 on error. -\fRZIP_SOURCE_ERROR\fR -will be called to retrieve the error code. -On success, commands return 0, unless specified otherwise in the -description above. -.SS "Calling Conventions" -The library will always issue -\fRZIP_SOURCE_OPEN\fR -before issuing -\fRZIP_SOURCE_READ\fR, -\fRZIP_SOURCE_SEEK\fR, -or -\fRZIP_SOURCE_TELL\fR. -When it no longer wishes to read from this source, it will issue -\fRZIP_SOURCE_CLOSE\fR. -If the library wishes to read the data again, it will issue -\fRZIP_SOURCE_OPEN\fR -a second time. -If the function is unable to provide the data again, it should -return \-1. -.PP -\fRZIP_SOURCE_BEGIN_WRITE\fR -or -\fRZIP_SOURCE_BEGIN_WRITE_CLONING\fR -will be called before -\fRZIP_SOURCE_WRITE\fR, -\fRZIP_SOURCE_SEEK_WRITE\fR, -or -\fRZIP_SOURCE_TELL_WRITE\fR. -When writing is complete, either -\fRZIP_SOURCE_COMMIT_WRITE\fR -or -\fRZIP_SOURCE_ROLLBACK_WRITE\fR -will be called. -.PP -\fRZIP_SOURCE_ACCEPT_EMPTY\fR, -\fRZIP_SOURCE_GET_FILE_ATTRIBUTES\fR, -and -\fRZIP_SOURCE_STAT\fR -can be issued at any time. -.PP -\fRZIP_SOURCE_ERROR\fR -will only be issued in response to the function -returning \-1. -.PP -\fRZIP_SOURCE_FREE\fR -will be the last command issued; -if -\fRZIP_SOURCE_OPEN\fR -was called and succeeded, -\fRZIP_SOURCE_CLOSE\fR -will be called before -\fRZIP_SOURCE_FREE\fR, -and similarly for -\fRZIP_SOURCE_BEGIN_WRITE\fR -or -\fRZIP_SOURCE_BEGIN_WRITE_CLONING\fR -and -\fRZIP_SOURCE_COMMIT_WRITE\fR -or -\fRZIP_SOURCE_ROLLBACK_WRITE\fR. -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error (unless -it is -\fRNULL\fR). -.SH "ERRORS" -\fBzip_source_function\fR() -fails if: -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_attributes_init(3), -zip_file_replace(3), -zip_source(3), -zip_stat_init(3) -.SH "HISTORY" -\fBzip_source_function\fR() -and -\fBzip_source_function_create\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.mdoc deleted file mode 100644 index cfd595d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_function.mdoc +++ /dev/null @@ -1,415 +0,0 @@ -.\" zip_source_function.mdoc -- create data source from function -.\" Copyright (C) 2004-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd January 5, 2023 -.Dt ZIP_SOURCE_FUNCTION 3 -.Os -.Sh NAME -.Nm zip_source_function , -.Nm zip_source_function_create -.Nd create data source from function -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_function "zip_t *archive" "zip_source_callback fn" "void *userdata" -.Ft zip_source_t * -.Fn zip_source_function_create "zip_source_callback fn" "void *userdata" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_function -and -.Fn zip_source_function_create -create a zip source from the user-provided function -.Ar fn , -which must be of the following type: -.Pp -.Ft typedef zip_int64_t -.Fo \fR(*\fPzip_source_callback\fR)\fP -.Fa "void *userdata" "void *data" "zip_uint64_t len" "zip_source_cmd_t cmd" -.Fc -.Pp -.Ar archive -or -.Ar error -are used for reporting errors and can be -.Dv NULL . -.Pp -When called by the library, the first argument is the -.Ar userdata -argument supplied to the function. -The next two arguments are a buffer -.Ar data -of size -.Ar len -when data is passed in or expected to be returned, or else -.Dv NULL -and 0. -The last argument, -.Ar cmd , -specifies which action the function should perform. -.Pp -Depending on the uses, there are three useful sets of commands to be supported by a -.Fn zip_source_callback : -.Bl -tag -width seekable-read-sourceXX -.It read source -Providing streamed data (for file data added to archives). -Must support -.Dv ZIP_SOURCE_OPEN , -.Dv ZIP_SOURCE_READ , -.Dv ZIP_SOURCE_CLOSE , -.Dv ZIP_SOURCE_STAT , -and -.Dv ZIP_SOURCE_ERROR . -.Pp -If your source uses any allocated memory (including -.Ar userdata ) -it should also implement -.Dv ZIP_SOURCE_FREE -to avoid memory leaks. -.It seekable read source -Same as previous, but from a source allowing reading from arbitrary -offsets (also for read-only zip archive). -Must additionally support -.Dv ZIP_SOURCE_SEEK , -.Dv ZIP_SOURCE_TELL , -and -.Dv ZIP_SOURCE_SUPPORTS . -.It read/write source -Same as previous, but additionally allowing writing (also for writable -zip archives). -Must additionally support -.Dv ZIP_SOURCE_BEGIN_WRITE , -.Dv ZIP_SOURCE_COMMIT_WRITE , -.Dv ZIP_SOURCE_ROLLBACK_WRITE , -.Dv ZIP_SOURCE_SEEK_WRITE , -.Dv ZIP_SOURCE_TELL_WRITE , -and -.Dv ZIP_SOURCE_REMOVE . -.Pp -On top of the above, supporting the pseudo-command -.Dv ZIP_SOURCE_SUPPORTS_REOPEN -allows calling -.Fn zip_source_open -again after calling -.Fn zip_source_close . -.El -.Ss Dv ZIP_SOURCE_ACCEPT_EMPTY -Return 1 if an empty source should be accepted as a valid zip archive. -This is the default if this command is not supported by a source. -File system backed sources should return 0. -.Ss Dv ZIP_SOURCE_BEGIN_WRITE -Prepare the source for writing. -Use this to create any temporary file(s). -.Ss Dv ZIP_SOURCE_BEGIN_WRITE_CLONING -Prepare the source for writing, keeping the first -.Ar len -bytes of the original file. -Only implement this command if it is more efficient than copying the -data, and if it does not destructively overwrite the original file -(you still have to be able to execute -.Dv ZIP_SOURCE_ROLLBACK_WRITE ) . -.Pp -The next write should happen at byte -.Ar offset . -.Ss Dv ZIP_SOURCE_CLOSE -Reading is done. -.Ss Dv ZIP_SOURCE_COMMIT_WRITE -Finish writing to the source. -Replace the original data with the newly written data. -Clean up temporary files or internal buffers. -Subsequently opening and reading from the source should return the -newly written data. -.Ss Dv ZIP_SOURCE_ERROR -Get error information. -.Ar data -points to an array of two ints, which should be filled with the libzip -error code and the corresponding system error code for the error that -occurred. -See -.Xr zip_errors 3 -for details on the error codes. -If the source stores error information in a zip_error_t, use -.Xr zip_error_to_data 3 -and return its return value. -Otherwise, return 2 * sizeof(int). -.Ss Dv ZIP_SOURCE_FREE -Clean up and free all resources, including -.Ar userdata . -The callback function will not be called again. -.Ss Dv ZIP_SOURCE_GET_FILE_ATTRIBUTES -Provide information about various data. -Then the data should be put in the appropriate entry in the passed -.Vt zip_file_attributes_t -argument, and the appropriate -.Dv ZIP_FILE_ATTRIBUTES_* -value must be or'ed into the -.Ar valid -member to denote that the corresponding data has been provided. -A -.Vt zip_file_attributes_t -structure can be initialized using -.Xr zip_file_attributes_init 3 . -.Bl -tag -width 10n -.It ASCII mode -If a file is a plaintext file in ASCII. -Can be used by extraction tools to automatically convert line endings -(part of the internal file attributes). -Member -.Ar ascii , -flag -.Dv ZIP_FILE_ATTRIBUTES_ASCII . -.It General Purpose Bit Flags (limited to Compression Flags) -The general purpose bit flag in the zip in the local and central -directory headers contain information about the compression method. -Member -.Ar general_purpose_bit_flags -and -.Ar general_purpose_bit_mask -to denote which members have been set; -flag -.Dv ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS . -.It External File Attributes -The external file attributes (usually operating system-specific). -Member -.Ar external_file_attributes , -flag -.Dv ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES . -.It Version Needed -A minimum version needed required to unpack this entry (in the usual -"major * 10 + minor" format). -Member -.Ar version_needed , -flag -.Dv ZIP_FILE_ATTRIBUTES_VERSION_NEEDED . -.It Operating System -One of the operating systems as defined by the -.Dv ZIP_OPSYS_* -variables (see -.Pa zip.h ) . -This value affects the interpretation of the external file attributes. -Member -.Ar host_system , -flag -.Dv ZIP_FILE_ATTRIBUTES_HOST_SYSTEM . -.El -.Ss Dv ZIP_SOURCE_OPEN -Prepare for reading. -.Ss Dv ZIP_SOURCE_READ -Read data into the buffer -.Ar data -of size -.Ar len . -Return the number of bytes placed into -.Ar data -on success, and zero for end-of-file. -.Ss Dv ZIP_SOURCE_REMOVE -Remove the underlying file. -This is called if a zip archive is empty when closed. -.Ss Dv ZIP_SOURCE_ROLLBACK_WRITE -Abort writing to the source. -Discard written data. -Clean up temporary files or internal buffers. -Subsequently opening and reading from the source should return the -original data. -.Ss Dv ZIP_SOURCE_SEEK -Specify position to read next byte from, like -.Xr fseek 3 . -Use -.Xr ZIP_SOURCE_GET_ARGS 3 -to decode the arguments into the following struct: -.Bd -literal -struct zip_source_args_seek { - zip_int64_t offset; - int whence; -}; -.Ed -.Pp -If the size of the source's data is known, use -.Xr zip_source_seek_compute_offset 3 -to validate the arguments and compute the new offset. -.Ss Dv ZIP_SOURCE_SEEK_WRITE -Specify position to write next byte to, like -.Xr fseek 3 . -See -.Dv ZIP_SOURCE_SEEK -for details. -.Ss Dv ZIP_SOURCE_STAT -Get meta information for the input data. -.Ar data -points to an allocated -.Vt struct zip_stat , -which should be initialized using -.Xr zip_stat_init 3 -and then filled in. -.Pp -For uncompressed, unencrypted data, all information is optional. -However, fill in as much information as is readily available. -.Pp -If the data is compressed, -.Dv ZIP_STAT_COMP_METHOD , -.Dv ZIP_STAT_SIZE , -and -.Dv ZIP_STAT_CRC -must be filled in. -.Pp -If the data is encrypted, -.Dv ZIP_STAT_ENCRYPTION_METHOD , -.Dv ZIP_STAT_COMP_METHOD , -.Dv ZIP_STAT_SIZE , -and -.Dv ZIP_STAT_CRC -must be filled in. -.Pp -Information only available after the source has been read (e.g., size) -can be omitted in an earlier call. -.Em NOTE : -.Fn zip_source_function -may be called with this argument even after being called with -.Dv ZIP_SOURCE_CLOSE . -.Pp -Return sizeof(struct zip_stat) on success. -.Ss Dv ZIP_SOURCE_SUPPORTS -Return bitmap specifying which commands are supported. -Use -.Xr zip_source_make_command_bitmap 3 . -If this command is not implemented, the source is assumed to be a -read source without seek support. -.Ss Dv ZIP_SOURCE_TELL -Return the current read offset in the source, like -.Xr ftell 3 . -.Ss Dv ZIP_SOURCE_TELL_WRITE -Return the current write offset in the source, like -.Xr ftell 3 . -.Ss Dv ZIP_SOURCE_WRITE -Write data to the source. -Return number of bytes written. -.Ss Dv ZIP_SOURCE_SUPPORTS_REOPEN -This command is never actually invoked, support for it signals the -ability to handle multiple open/read/close cycles. -.Ss Return Values -Commands should return \-1 on error. -.Dv ZIP_SOURCE_ERROR -will be called to retrieve the error code. -On success, commands return 0, unless specified otherwise in the -description above. -.Ss Calling Conventions -The library will always issue -.Dv ZIP_SOURCE_OPEN -before issuing -.Dv ZIP_SOURCE_READ , -.Dv ZIP_SOURCE_SEEK , -or -.Dv ZIP_SOURCE_TELL . -When it no longer wishes to read from this source, it will issue -.Dv ZIP_SOURCE_CLOSE . -If the library wishes to read the data again, it will issue -.Dv ZIP_SOURCE_OPEN -a second time. -If the function is unable to provide the data again, it should -return \-1. -.Pp -.Dv ZIP_SOURCE_BEGIN_WRITE -or -.Dv ZIP_SOURCE_BEGIN_WRITE_CLONING -will be called before -.Dv ZIP_SOURCE_WRITE , -.Dv ZIP_SOURCE_SEEK_WRITE , -or -.Dv ZIP_SOURCE_TELL_WRITE . -When writing is complete, either -.Dv ZIP_SOURCE_COMMIT_WRITE -or -.Dv ZIP_SOURCE_ROLLBACK_WRITE -will be called. -.Pp -.Dv ZIP_SOURCE_ACCEPT_EMPTY , -.Dv ZIP_SOURCE_GET_FILE_ATTRIBUTES , -and -.Dv ZIP_SOURCE_STAT -can be issued at any time. -.Pp -.Dv ZIP_SOURCE_ERROR -will only be issued in response to the function -returning \-1. -.Pp -.Dv ZIP_SOURCE_FREE -will be the last command issued; -if -.Dv ZIP_SOURCE_OPEN -was called and succeeded, -.Dv ZIP_SOURCE_CLOSE -will be called before -.Dv ZIP_SOURCE_FREE , -and similarly for -.Dv ZIP_SOURCE_BEGIN_WRITE -or -.Dv ZIP_SOURCE_BEGIN_WRITE_CLONING -and -.Dv ZIP_SOURCE_COMMIT_WRITE -or -.Dv ZIP_SOURCE_ROLLBACK_WRITE . -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error (unless -it is -.Dv NULL ) . -.Sh ERRORS -.Fn zip_source_function -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_attributes_init 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 , -.Xr zip_stat_init 3 -.Sh HISTORY -.Fn zip_source_function -and -.Fn zip_source_function_create -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.man deleted file mode 100644 index 8bf67a3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.man +++ /dev/null @@ -1,67 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_is_deleted.mdoc -- check if zip source is deleted -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_IS_DELETED" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_is_deleted\fR -\- check if zip_source is deleted -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_is_deleted\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_is_deleted\fR() -returns whether the zip_source was deleted. -This can for example happen when all entries are removed from a zip archive. -.SH "RETURN VALUES" -\fBzip_source_is_deleted\fR() -returns 1 if the zip_source is deleted and 0 otherwise. -.SH "SEE ALSO" -libzip(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_is_deleted\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.mdoc deleted file mode 100644 index af1c93b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_deleted.mdoc +++ /dev/null @@ -1,62 +0,0 @@ -.\" zip_source_is_deleted.mdoc -- check if zip source is deleted -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_IS_DELETED 3 -.Os -.Sh NAME -.Nm zip_source_is_deleted -.Nd check if zip_source is deleted -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_is_deleted "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_is_deleted -returns whether the zip_source was deleted. -This can for example happen when all entries are removed from a zip archive. -.Sh RETURN VALUES -.Fn zip_source_is_deleted -returns 1 if the zip_source is deleted and 0 otherwise. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_is_deleted -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.man deleted file mode 100644 index bab9e64..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.man +++ /dev/null @@ -1,70 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_seek.mdoc -- set read offset in source -.\" Copyright (C) 2023 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_IS_SEEKABLE" "3" "March 10, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_is_seekable\fR -\- check if a source supports seeking -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_is_seekable\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_is_seekable\fR() -checks if -\fIsource\fR -supports seeking via -zip_source_seek(3). -.SH "RETURN VALUES" -If the source supports seeking, 1 is returned. -Otherwise, 0 is returned. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_seek(3) -.SH "HISTORY" -\fBzip_source_is_seekable\fR() -was added in libzip 1.10.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.mdoc deleted file mode 100644 index c0d781b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_is_seekable.mdoc +++ /dev/null @@ -1,65 +0,0 @@ -.\" zip_source_seek.mdoc -- set read offset in source -.\" Copyright (C) 2023 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 10, 2023 -.Dt ZIP_SOURCE_IS_SEEKABLE 3 -.Os -.Sh NAME -.Nm zip_source_is_seekable -.Nd check if a source supports seeking -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_is_seekable "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_is_seekable -checks if -.Fa source -supports seeking via -.Xr zip_source_seek 3 . -.Sh RETURN VALUES -If the source supports seeking, 1 is returned. -Otherwise, 0 is returned. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_seek 3 -.Sh HISTORY -.Fn zip_source_is_seekable -was added in libzip 1.10.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.man deleted file mode 100644 index 9b8f734..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.man +++ /dev/null @@ -1,65 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_keep.mdoc -- increment reference count of zip data source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_KEEP" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_keep\fR -\- increment reference count of zip data source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_source_keep\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_keep\fR() -increments the reference count of -\fIsource\fR. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_free(3) -.SH "HISTORY" -\fBzip_source_keep\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.mdoc deleted file mode 100644 index ac3bef5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_keep.mdoc +++ /dev/null @@ -1,60 +0,0 @@ -.\" zip_source_keep.mdoc -- increment reference count of zip data source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_KEEP 3 -.Os -.Sh NAME -.Nm zip_source_keep -.Nd increment reference count of zip data source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_source_keep "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_keep -increments the reference count of -.Ar source . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_free 3 -.Sh HISTORY -.Fn zip_source_keep -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.man deleted file mode 100644 index 0ba257a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.man +++ /dev/null @@ -1,173 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_layered.mdoc -- create layered source from function -.\" Copyright (C) 2004-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_LAYERED" "3" "January 20, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_layered\fR, -\fBzip_source_layered_create\fR -\- create layered data source from function -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_layered\fR(\fIzip_t\ *archive\fR, \fIzip_source_t\ *source\fR, \fIzip_source_layered_callback\ fn\fR, \fIvoid\ *userdata\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_layered_create\fR(\fIzip_source_t\ *source\fR, \fIzip_source_layered_callback\ fn\fR, \fIvoid\ *userdata\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_layered\fR() -and -\fBzip_source_layered_create\fR() -create a layered zip source from the user-provided function -\fIfn\fR, -which must be of the following type: -.PP -\fItypedef zip_int64_t\fR -\fB\fR(*\zip_source_layered_callback\fR)\fP\fR(\fIzip_source_t\ *source\fR, \fIvoid\ *userdata\fR, \fIvoid\ *data\fR, \fIzip_uint64_t\ length\fR, \fIzip_source_cmd_t\ cmd\fR) -.PP -\fIarchive\fR -or -\fIerror\fR -are used for reporting errors and can be -\fRNULL\fR. -.PP -When called by the library, the first argument is the -\fIsource\fR -of the lower layer, the second argument is the -\fIuserdata\fR -argument supplied to the function. -The next two arguments are a buffer -\fIdata\fR -of size -\fIlength\fR -when data is passed in or expected to be returned, or else -\fRNULL\fR -and 0. -The last argument, -\fIcmd\fR, -specifies which action the function should perform. -.PP -See -zip_source_function(3) -for a description of the commands. -.PP -A layered source transforms the data or metadata of the source below in some way. -Layered sources can't support writing and are not sufficient to cleanly add support for additional compression or encryption methods. -This may be revised in a later release of libzip. -.PP -On success, the layered source takes ownership of -\fIsource\fR. -The caller should not free it. -.PP -The interaction with the lower layer depends on the command: -.SS "\fRZIP_SOURCE_ACCEPT_EMPTY\fR" -If the layered source supports this command, the lower layer is not called automatically. -Otherwise, the return value of the lower source is used. -.SS "\fRZIP_SOURCE_CLOSE\fR" -The lower layer is closed after the callback returns. -.SS "\fRZIP_SOURCE_ERROR\fR" -The lower layer is not called automatically. -If you need to retrieve error information from the lower layer, use -zip_error_set_from_source(3) -or -zip_source_pass_to_lower_layer(3). -.SS "\fRZIP_SOURCE_FREE\fR" -The lower layer is freed after the callback returns. -.SS "\fRZIP_SOURCE_GET_FILE_ATTRIBUTES\fR" -The attributes of the lower layer are merged with the attributes returned by the callback: information set by the callback wins over the lower layer, with the following exceptions: the higher -\fIversion_needed\fR -is used, and -\fIgeneral_purpose_bit_flags\fR -are only overwritten if the corresponding bit is set in -\fIgeneral_purpose_bit_mask\fR. -.SS "\fRZIP_SOURCE_OPEN\fR" -The lower layer is opened before the callback is called. -.SS "\fRZIP_SOURCE_READ\fR" -The lower layer is not called automatically. -.SS "\fRZIP_SOURCE_SEEK\fR" -The lower layer is not called automatically. -.SS "\fRZIP_SOURCE_STAT\fR" -\fIdata\fR -contains the stat information from the lower layer when the callback is called. -.SS "\fRZIP_SOURCE_SUPPORTS\fR" -\fIdata\fR -contains the bitmap of commands supported by the lower layer when the callback is called. -Since layered sources can't support writing, all commands related to writing are stripped from the returned support bitmap. -.SS "\fRZIP_SOURCE_TELL\fR" -The lower layer is not called automatically. -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error (unless -it is -\fRNULL\fR). -.SH "ERRORS" -\fBzip_source_layered\fR() -fails if: -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_attributes_init(3), -zip_file_replace(3), -zip_source(3), -zip_source_function(3), -zip_source_pass_to_lower_layer(3) -.SH "HISTORY" -\fBzip_source_layered\fR() -and -\fBzip_source_layered_create\fR() -were added in libzip 1.10. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.mdoc deleted file mode 100644 index 4281dc5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_layered.mdoc +++ /dev/null @@ -1,166 +0,0 @@ -.\" zip_source_layered.mdoc -- create layered source from function -.\" Copyright (C) 2004-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd January 20, 2023 -.Dt ZIP_SOURCE_LAYERED 3 -.Os -.Sh NAME -.Nm zip_source_layered , -.Nm zip_source_layered_create -.Nd create layered data source from function -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_layered "zip_t *archive" "zip_source_t *source" "zip_source_layered_callback fn" "void *userdata" -.Ft zip_source_t * -.Fn zip_source_layered_create "zip_source_t *source" "zip_source_layered_callback fn" "void *userdata" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_layered -and -.Fn zip_source_layered_create -create a layered zip source from the user-provided function -.Ar fn , -which must be of the following type: -.Pp -.Ft typedef zip_int64_t -.Fo \fR(*\zip_source_layered_callback\fR)\fP -.Fa "zip_source_t *source" "void *userdata" "void *data" "zip_uint64_t length" "zip_source_cmd_t cmd" -.Fc -.Pp -.Ar archive -or -.Ar error -are used for reporting errors and can be -.Dv NULL . -.Pp -When called by the library, the first argument is the -.Ar source -of the lower layer, the second argument is the -.Ar userdata -argument supplied to the function. -The next two arguments are a buffer -.Ar data -of size -.Ar length -when data is passed in or expected to be returned, or else -.Dv NULL -and 0. -The last argument, -.Ar cmd , -specifies which action the function should perform. -.Pp -See -.Xr zip_source_function 3 -for a description of the commands. -.Pp -A layered source transforms the data or metadata of the source below in some way. -Layered sources can't support writing and are not sufficient to cleanly add support for additional compression or encryption methods. -This may be revised in a later release of libzip. -.Pp -On success, the layered source takes ownership of -.Ar source . -The caller should not free it. -.Pp -The interaction with the lower layer depends on the command: -.Ss Dv ZIP_SOURCE_ACCEPT_EMPTY -If the layered source supports this command, the lower layer is not called automatically. -Otherwise, the return value of the lower source is used. -.Ss Dv ZIP_SOURCE_CLOSE -The lower layer is closed after the callback returns. -.Ss Dv ZIP_SOURCE_ERROR -The lower layer is not called automatically. -If you need to retrieve error information from the lower layer, use -.Xr zip_error_set_from_source 3 -or -.Xr zip_source_pass_to_lower_layer 3 . -.Ss Dv ZIP_SOURCE_FREE -The lower layer is freed after the callback returns. -.Ss Dv ZIP_SOURCE_GET_FILE_ATTRIBUTES -The attributes of the lower layer are merged with the attributes returned by the callback: information set by the callback wins over the lower layer, with the following exceptions: the higher -.Ar version_needed -is used, and -.Ar general_purpose_bit_flags -are only overwritten if the corresponding bit is set in -.Ar general_purpose_bit_mask . -.Ss Dv ZIP_SOURCE_OPEN -The lower layer is opened before the callback is called. -.Ss Dv ZIP_SOURCE_READ -The lower layer is not called automatically. -.Ss Dv ZIP_SOURCE_SEEK -The lower layer is not called automatically. -.Ss Dv ZIP_SOURCE_STAT -.Ar data -contains the stat information from the lower layer when the callback is called. -.Ss Dv ZIP_SOURCE_SUPPORTS -.Ar data -contains the bitmap of commands supported by the lower layer when the callback is called. -Since layered sources can't support writing, all commands related to writing are stripped from the returned support bitmap. -.Ss Dv ZIP_SOURCE_TELL -The lower layer is not called automatically. -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error (unless -it is -.Dv NULL ) . -.Sh ERRORS -.Fn zip_source_layered -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_attributes_init 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 , -.Xr zip_source_function 3 , -.Xr zip_source_pass_to_lower_layer 3 -.Sh HISTORY -.Fn zip_source_layered -and -.Fn zip_source_layered_create -were added in libzip 1.10. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.man deleted file mode 100644 index 6084d18..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.man +++ /dev/null @@ -1,67 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_make_command_bitmap -- create bitmap of supported source operations -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_MAKE_COMMAND_BITMAP" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_make_command_bitmap\fR -\- create bitmap of supported source operations -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_source_make_command_bitmap\fR(\fIzip_source_cmd_t\ command\fR, \fI...\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_source_make_command_bitmap\fR() -function returns a bitmap of source commands suitable as return value -for -\fRZIP_SOURCE_SUPPORTS\fR. -It includes all the commands from the argument list, which must be -terminated by \-1. -.SH "SEE ALSO" -libzip(3), -zip_source_function(3) -.SH "HISTORY" -\fBzip_source_make_command_bitmap\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.mdoc deleted file mode 100644 index 825f3aa..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_make_command_bitmap.mdoc +++ /dev/null @@ -1,62 +0,0 @@ -.\" zip_source_make_command_bitmap -- create bitmap of supported source operations -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_MAKE_COMMAND_BITMAP 3 -.Os -.Sh NAME -.Nm zip_source_make_command_bitmap -.Nd create bitmap of supported source operations -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_make_command_bitmap "zip_source_cmd_t command" "..." -.Sh DESCRIPTION -The -.Fn zip_source_make_command_bitmap -function returns a bitmap of source commands suitable as return value -for -.Dv ZIP_SOURCE_SUPPORTS . -It includes all the commands from the argument list, which must be -terminated by \-1. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source_function 3 -.Sh HISTORY -.Fn zip_source_make_command_bitmap -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.man deleted file mode 100644 index 440c441..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.man +++ /dev/null @@ -1,75 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_open.mdoc -- open zip source for reading -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_OPEN" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_open\fR -\- open zip_source for reading -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_open\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_open\fR() -opens -\fIsource\fR -for reading. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_begin_write(3), -zip_source_close(3), -zip_source_read(3), -zip_source_seek(3), -zip_source_tell(3) -.SH "HISTORY" -\fBzip_source_open\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.mdoc deleted file mode 100644 index 827f90a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_open.mdoc +++ /dev/null @@ -1,70 +0,0 @@ -.\" zip_source_open.mdoc -- open zip source for reading -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_OPEN 3 -.Os -.Sh NAME -.Nm zip_source_open -.Nd open zip_source for reading -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_open "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_open -opens -.Fa source -for reading. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_begin_write 3 , -.Xr zip_source_close 3 , -.Xr zip_source_read 3 , -.Xr zip_source_seek 3 , -.Xr zip_source_tell 3 -.Sh HISTORY -.Fn zip_source_open -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_pass_to_lower_layer.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_pass_to_lower_layer.mdoc deleted file mode 100644 index f3c550e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_pass_to_lower_layer.mdoc +++ /dev/null @@ -1,64 +0,0 @@ -.\" zip_source_pass_to_lower_layer.mdoc -- pass command to lower layer -.\" Copyright (C) 2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 5, 2022 -.Dt ZIP_SOURCE_PASS_TO_LOWER_LAYER 3 -.Os -.Sh NAME -.Nm zip_source_pass_to_lower_layer -.Nd pass command to lower layer -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_pass_to_lower_layer "zip_source_t *source" "void *data" "zip_uint64_t length" "zip_source_cmd_t command" -.Sh DESCRIPTION -The functions -.Fn zip_source_pass_to_lower_layer -is used in a layered source callback to pass commands for which you don't want to change the result to the lower layer. -You can use it in the -.Dv default -case of the callback. -.Sh RETURN VALUES -The return value is meant to be returned by the callback. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_layered 3 -.Sh HISTORY -.Fn zip_source_pass_to_lower_layer -was added in libzip 1.10. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.man deleted file mode 100644 index 395cd1d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.man +++ /dev/null @@ -1,85 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_read.mdoc -- read data from zip source -.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_READ" "3" "September 28, 2021" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_read\fR -\- read data from zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_source_read\fR(\fIzip_source_t\ *source\fR, \fIvoid\ *data\fR, \fIzip_uint64_t\ len\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_read\fR() -reads up to -\fIlen\fR -bytes of data from -\fIsource\fR -at the current read offset into the buffer -\fIdata\fR. -.PP -The zip source -\fIsource\fR -has to be opened for reading by calling -zip_source_open(3) -first. -.SH "RETURN VALUES" -Upon successful completion the number of bytes read is returned. -When -\fBzip_source_read\fR() -is called after reaching the end of the file, 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_seek(3), -zip_source_tell(3), -zip_source_write(3) -.SH "HISTORY" -\fBzip_source_read\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.mdoc deleted file mode 100644 index 8f04871..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_read.mdoc +++ /dev/null @@ -1,80 +0,0 @@ -.\" zip_source_read.mdoc -- read data from zip source -.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd September 28, 2021 -.Dt ZIP_SOURCE_READ 3 -.Os -.Sh NAME -.Nm zip_source_read -.Nd read data from zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_read "zip_source_t *source" "void *data" "zip_uint64_t len" -.Sh DESCRIPTION -The function -.Fn zip_source_read -reads up to -.Ar len -bytes of data from -.Ar source -at the current read offset into the buffer -.Ar data . -.Pp -The zip source -.Ar source -has to be opened for reading by calling -.Xr zip_source_open 3 -first. -.Sh RETURN VALUES -Upon successful completion the number of bytes read is returned. -When -.Fn zip_source_read -is called after reaching the end of the file, 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_seek 3 , -.Xr zip_source_tell 3 , -.Xr zip_source_write 3 -.Sh HISTORY -.Fn zip_source_read -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.man deleted file mode 100644 index 9bf122b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.man +++ /dev/null @@ -1,73 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_rollback_write.mdoc -- undo changes to zip source -.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_ROLLBACK_WRITE" "3" "November 3, 2021" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_rollback_write\fR -\- undo changes to zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_source_rollback_write\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_rollback_write\fR() -reverts changes written to -\fIsource\fR, -restoring the data before -zip_source_begin_write(3) -was called. -Usually this removes temporary files or frees buffers. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_begin_write(3), -zip_source_commit_write(3), -zip_source_seek_write(3), -zip_source_tell_write(3), -zip_source_write(3) -.SH "HISTORY" -\fBzip_source_rollback_write\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.mdoc deleted file mode 100644 index d749885..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_rollback_write.mdoc +++ /dev/null @@ -1,68 +0,0 @@ -.\" zip_source_rollback_write.mdoc -- undo changes to zip source -.\" Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd November 3, 2021 -.Dt ZIP_SOURCE_ROLLBACK_WRITE 3 -.Os -.Sh NAME -.Nm zip_source_rollback_write -.Nd undo changes to zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_source_rollback_write "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_rollback_write -reverts changes written to -.Fa source , -restoring the data before -.Xr zip_source_begin_write 3 -was called. -Usually this removes temporary files or frees buffers. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_begin_write 3 , -.Xr zip_source_commit_write 3 , -.Xr zip_source_seek_write 3 , -.Xr zip_source_tell_write 3 , -.Xr zip_source_write 3 -.Sh HISTORY -.Fn zip_source_rollback_write -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.man deleted file mode 100644 index 2048c0a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.man +++ /dev/null @@ -1,90 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_seek.mdoc -- set read offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_SEEK" "3" "March 10, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_seek\fR -\- set read offset in zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_seek\fR(\fIzip_source_t\ *source\fR, \fIzip_int64_t\ offset\fR, \fIint\ whence\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_seek\fR() -sets the current read offset for -\fIsource\fR. -Just like in -fseek(3), -depending on the -\fIwhence\fR -argument, the -\fIoffset\fR -is counted relative from: -.RS 6n -.TP 12n -\fRSEEK_SET\fR -start of file -.TP 12n -\fRSEEK_CUR\fR -current read offset in file -.TP 12n -\fRSEEK_END\fR -end of file -.RE -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_is_seekable(3), -zip_source_read(3), -zip_source_tell(3) -.SH "HISTORY" -\fBzip_source_seek\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.mdoc deleted file mode 100644 index face17c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek.mdoc +++ /dev/null @@ -1,82 +0,0 @@ -.\" zip_source_seek.mdoc -- set read offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 10, 2023 -.Dt ZIP_SOURCE_SEEK 3 -.Os -.Sh NAME -.Nm zip_source_seek -.Nd set read offset in zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_seek "zip_source_t *source" "zip_int64_t offset" "int whence" -.Sh DESCRIPTION -The function -.Fn zip_source_seek -sets the current read offset for -.Fa source . -Just like in -.Xr fseek 3 , -depending on the -.Ar whence -argument, the -.Ar offset -is counted relative from: -.Bl -tag -width SEEK_CURXX -offset indent -.It Dv SEEK_SET -start of file -.It Dv SEEK_CUR -current read offset in file -.It Dv SEEK_END -end of file -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_is_seekable 3 , -.Xr zip_source_read 3 , -.Xr zip_source_tell 3 -.Sh HISTORY -.Fn zip_source_seek -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.man deleted file mode 100644 index a38c473..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.man +++ /dev/null @@ -1,85 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_seek_compute_offset.mdoc - validate arguments and compute offset -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_SEEK_COMPUTE_OFFSET" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_seek_compute_offset\fR -\- validate arguments and compute offset -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_source_seek_compute_offset\fR(\fIzip_uint64_t\ offset\fR, \fIzip_uint64_t\ length\fR, \fIvoid\ *data\fR, \fIzip_uint64_t\ data_length\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -Use this function to compute the offset for a -\fRZIP_SOURCE_SEEK\fR -or -\fRZIP_SOURCE_SEEK_WRITE\fR -command. -\fIdata\fR -and -\fIdata_length\fR -are the arguments to the source callback, -\fIoffset\fR -is the current offset and -\fIlength\fR -is the length of the source data or, for -\fRZIP_SOURCE_SEEK_WRITE\fR, -the amount of data written. -.SH "RETURN VALUES" -On success, it returns the new offset, on error it returns \-1 and -sets -\fIerror\fR. -.SH "ERRORS" -\fBzip_source_seek_compute_offset\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -One of the arguments is invalid or the seek would place the offset -outside the data. -.SH "SEE ALSO" -zip_source_function(3) -.SH "HISTORY" -\fBzip_source_seek_compute_offset\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.mdoc deleted file mode 100644 index e849886..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_compute_offset.mdoc +++ /dev/null @@ -1,81 +0,0 @@ -.\" zip_source_seek_compute_offset.mdoc - validate arguments and compute offset -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_SEEK_COMPUTE_OFFSET 3 -.Os -.Sh NAME -.Nm zip_source_seek_compute_offset -.Nd validate arguments and compute offset -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_seek_compute_offset "zip_uint64_t offset" "zip_uint64_t length" "void *data" "zip_uint64_t data_length" "zip_error_t *error" -.Sh DESCRIPTION -Use this function to compute the offset for a -.Dv ZIP_SOURCE_SEEK -or -.Dv ZIP_SOURCE_SEEK_WRITE -command. -.Ar data -and -.Ar data_length -are the arguments to the source callback, -.Ar offset -is the current offset and -.Ar length -is the length of the source data or, for -.Dv ZIP_SOURCE_SEEK_WRITE , -the amount of data written. -.Sh RETURN VALUES -On success, it returns the new offset, on error it returns \-1 and -sets -.Ar error . -.Sh ERRORS -.Fn zip_source_seek_compute_offset -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -One of the arguments is invalid or the seek would place the offset -outside the data. -.El -.Sh SEE ALSO -.Xr zip_source_function 3 -.Sh HISTORY -.Fn zip_source_seek_compute_offset -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.man deleted file mode 100644 index 661f432..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.man +++ /dev/null @@ -1,92 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_seek_write.mdoc -- set write offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_SEEK_WRITE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_seek_write\fR -\- set write offset in zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_seek_write\fR(\fIzip_source_t\ *source\fR, \fIzip_int64_t\ offset\fR, \fIint\ whence\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_seek_write\fR() -sets the current write offset for -\fIsource\fR. -Just like in -fseek(3), -depending on the -\fIwhence\fR -argument, the -\fIoffset\fR -is counted relative from: -.RS 6n -.TP 12n -\fRSEEK_SET\fR -start of file -.TP 12n -\fRSEEK_CUR\fR -current write offset in file -.TP 12n -\fRSEEK_END\fR -end of file -.RE -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_begin_write(3), -zip_source_commit_write(3), -zip_source_rollback_write(3), -zip_source_tell_write(3), -zip_source_write(3) -.SH "HISTORY" -\fBzip_source_seek_write\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.mdoc deleted file mode 100644 index 832c31e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_seek_write.mdoc +++ /dev/null @@ -1,84 +0,0 @@ -.\" zip_source_seek_write.mdoc -- set write offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_SEEK_WRITE 3 -.Os -.Sh NAME -.Nm zip_source_seek_write -.Nd set write offset in zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_seek_write "zip_source_t *source" "zip_int64_t offset" "int whence" -.Sh DESCRIPTION -The function -.Fn zip_source_seek_write -sets the current write offset for -.Fa source . -Just like in -.Xr fseek 3 , -depending on the -.Ar whence -argument, the -.Ar offset -is counted relative from: -.Bl -tag -width SEEK_CURXX -offset indent -.It Dv SEEK_SET -start of file -.It Dv SEEK_CUR -current write offset in file -.It Dv SEEK_END -end of file -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_begin_write 3 , -.Xr zip_source_commit_write 3 , -.Xr zip_source_rollback_write 3 , -.Xr zip_source_tell_write 3 , -.Xr zip_source_write 3 -.Sh HISTORY -.Fn zip_source_seek_write -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.man deleted file mode 100644 index 252db06..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.man +++ /dev/null @@ -1,144 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_stat.mdoc -- get information about zip source -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_STAT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_stat\fR -\- get information about zip_source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_source_stat\fR(\fIzip_source_t\ *source\fR, \fIzip_stat_t\ *sb\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_source_stat\fR() -function obtains information about the zip source -\fIsource\fR -.PP -The -\fIsb\fR -argument is a pointer to a -\fIstruct zip_source_stat\fR -(shown below), into which information about the zip source is placed. -.nf -.sp -.RS 0n -struct zip_source_stat { - zip_uint64_t valid; /* which fields have valid values */ - const char *name; /* name of the file */ - zip_uint64_t index; /* index within archive */ - zip_uint64_t size; /* size of file (uncompressed) */ - zip_uint64_t comp_size; /* size of file (compressed) */ - time_t mtime; /* modification time */ - zip_uint32_t crc; /* crc of file data */ - zip_uint16_t comp_method; /* compression method used */ - zip_uint16_t encryption_method; /* encryption method used */ - zip_uint32_t flags; /* reserved for future use */ -}; -.RE -.fi -The structure pointed to by -\fIsb\fR -must be initialized with -\fBzip_stat_init\fR(\fI3\fR) -before calling -\fBzip_source_stat\fR(). -.PP -The -\fIvalid\fR -field of the structure specifies which other fields are valid. -Check if the flag defined by the following defines are in -\fIvalid\fR -before accessing the fields: -.RS 6n -.PD 0 -.TP 30n -\fRZIP_STAT_NAME\fR -\fIname\fR -.TP 30n -\fRZIP_STAT_INDEX\fR -\fIindex\fR -.TP 30n -\fRZIP_STAT_SIZE\fR -\fIsize\fR -.TP 30n -\fRZIP_STAT_COMP_SIZE\fR -\fIcomp_size\fR -.TP 30n -\fRZIP_STAT_MTIME\fR -\fImtime\fR -.TP 30n -\fRZIP_STAT_CRC\fR -\fIcrc\fR -.TP 30n -\fRZIP_STAT_COMP_METHOD\fR -\fIcomp_method\fR -.TP 30n -\fRZIP_STAT_ENCRYPTION_METHOD\fR -\fIencryption_method\fR -.TP 30n -\fRZIP_STAT_FLAGS\fR -\fIflags\fR -.RE -.PD -.PP -\fINOTE\fR: -Some fields may only be filled out after all data has been read from -the source, for example the -\fIcrc\fR -or -\fIsize\fR -fields. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_stat\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.mdoc deleted file mode 100644 index 8b13bef..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_stat.mdoc +++ /dev/null @@ -1,125 +0,0 @@ -.\" zip_source_stat.mdoc -- get information about zip source -.\" Copyright (C) 2014-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_STAT 3 -.Os -.Sh NAME -.Nm zip_source_stat -.Nd get information about zip_source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_source_stat "zip_source_t *source" "zip_stat_t *sb" -.Sh DESCRIPTION -The -.Fn zip_source_stat -function obtains information about the zip source -.Ar source -.Pp -The -.Ar sb -argument is a pointer to a -.Ft struct zip_source_stat -(shown below), into which information about the zip source is placed. -.Bd -literal -struct zip_source_stat { - zip_uint64_t valid; /* which fields have valid values */ - const char *name; /* name of the file */ - zip_uint64_t index; /* index within archive */ - zip_uint64_t size; /* size of file (uncompressed) */ - zip_uint64_t comp_size; /* size of file (compressed) */ - time_t mtime; /* modification time */ - zip_uint32_t crc; /* crc of file data */ - zip_uint16_t comp_method; /* compression method used */ - zip_uint16_t encryption_method; /* encryption method used */ - zip_uint32_t flags; /* reserved for future use */ -}; -.Ed -The structure pointed to by -.Ar sb -must be initialized with -.Fn zip_stat_init 3 -before calling -.Fn zip_source_stat . -.Pp -The -.Ar valid -field of the structure specifies which other fields are valid. -Check if the flag defined by the following defines are in -.Ar valid -before accessing the fields: -.Bl -tag -width ZIP_STAT_ENCRYPTION_METHODXX -compact -offset indent -.It Dv ZIP_STAT_NAME -.Ar name -.It Dv ZIP_STAT_INDEX -.Ar index -.It Dv ZIP_STAT_SIZE -.Ar size -.It Dv ZIP_STAT_COMP_SIZE -.Ar comp_size -.It Dv ZIP_STAT_MTIME -.Ar mtime -.It Dv ZIP_STAT_CRC -.Ar crc -.It Dv ZIP_STAT_COMP_METHOD -.Ar comp_method -.It Dv ZIP_STAT_ENCRYPTION_METHOD -.Ar encryption_method -.It Dv ZIP_STAT_FLAGS -.Ar flags -.El -.Pp -.Em NOTE : -Some fields may only be filled out after all data has been read from -the source, for example the -.Ar crc -or -.Ar size -fields. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_stat -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.man deleted file mode 100644 index 7608a55..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.man +++ /dev/null @@ -1,79 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_tell.mdoc -- report current read offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_TELL" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_tell\fR -\- report current read offset in zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_source_tell\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_tell\fR() -returns the current read offset -for -\fIsource\fR. -The return value can be passed to -zip_source_seek(3) -with -\fIwhence\fR -set to -\fRSEEK_SET\fR -to return to the same location in the source. -.SH "RETURN VALUES" -Upon successful completion the current read offset is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_read(3), -zip_source_tell_write(3) -.SH "HISTORY" -\fBzip_source_tell\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.mdoc deleted file mode 100644 index 168220c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell.mdoc +++ /dev/null @@ -1,74 +0,0 @@ -.\" zip_source_tell.mdoc -- report current read offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_TELL 3 -.Os -.Sh NAME -.Nm zip_source_tell -.Nd report current read offset in zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_tell "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_tell -returns the current read offset -for -.Fa source . -The return value can be passed to -.Xr zip_source_seek 3 -with -.Ar whence -set to -.Dv SEEK_SET -to return to the same location in the source. -.Sh RETURN VALUES -Upon successful completion the current read offset is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_read 3 , -.Xr zip_source_tell_write 3 -.Sh HISTORY -.Fn zip_source_tell -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.man deleted file mode 100644 index f84a516..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.man +++ /dev/null @@ -1,82 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_tell_write.mdoc -- report current write offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_TELL_WRITE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_tell_write\fR -\- report current write offset in zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_source_tell_write\fR(\fIzip_source_t\ *source\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_tell_write\fR() -returns the current write offset -for -\fIsource\fR. -The return value can be passed to -zip_source_seek_write(3) -with -\fIwhence\fR -set to -\fRSEEK_SET\fR -to return to the same location in the source. -.SH "RETURN VALUES" -Upon successful completion the current write offset is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_begin_write(3), -zip_source_commit_write(3), -zip_source_rollback_write(3), -zip_source_tell(3), -zip_source_write(3) -.SH "HISTORY" -\fBzip_source_tell_write\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.mdoc deleted file mode 100644 index 202478c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_tell_write.mdoc +++ /dev/null @@ -1,77 +0,0 @@ -.\" zip_source_tell_write.mdoc -- report current write offset in source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_TELL_WRITE 3 -.Os -.Sh NAME -.Nm zip_source_tell_write -.Nd report current write offset in zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_tell_write "zip_source_t *source" -.Sh DESCRIPTION -The function -.Fn zip_source_tell_write -returns the current write offset -for -.Fa source . -The return value can be passed to -.Xr zip_source_seek_write 3 -with -.Ar whence -set to -.Dv SEEK_SET -to return to the same location in the source. -.Sh RETURN VALUES -Upon successful completion the current write offset is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_begin_write 3 , -.Xr zip_source_commit_write 3 , -.Xr zip_source_rollback_write 3 , -.Xr zip_source_tell 3 , -.Xr zip_source_write 3 -.Sh HISTORY -.Fn zip_source_tell_write -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.man deleted file mode 100644 index 6e2898f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.man +++ /dev/null @@ -1,132 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_win32a.mdoc -- create data source using a win32 ANSI name -.\" Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_WIN32A" "3" "June 30, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_win32a\fR, -\fBzip_source_win32a_create\fR -\- create data source from a Windows ANSI file name -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_win32a\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *fname\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_win32a_create\fR(\fIconst\ char\ *fname\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_win32a\fR() -and -\fBzip_source_win32a_create\fR() -create a zip source on Windows using a Windows ANSI name. -They open -\fIfname\fR -and read -\fIlen\fR -bytes from offset -\fIstart\fR -from it. -For a description of the -\fIlen\fR -argument, see -zip_source_file(3). -.PP -If the file supports seek, the source can be used to open a zip archive from. -.PP -The file is opened and read when the data from the source is used, usually by -\fBzip_close\fR() -or -\fBzip_open_from_source\fR(). -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_win32a\fR() -and -\fBzip_source_win32a_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIfname\fR, -\fIstart\fR, -or -\fIlen\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_OPEN\fR] -Opening -\fIfname\fR -failed. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3), -zip_source_file(3), -zip_source_win32handle(3), -zip_source_win32w(3) -.SH "HISTORY" -\fBzip_source_win32a\fR() -and -\fBzip_source_win32a_create\fR() -were added in libzip 1.0. -.PP -\fRZIP_LENGTH_TO_END\fR -and -\fRZIP_LENGTH_UNCHECKED\fR -were added in libzip 1.10.1. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.mdoc deleted file mode 100644 index 5bdc045..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32a.mdoc +++ /dev/null @@ -1,121 +0,0 @@ -.\" zip_source_win32a.mdoc -- create data source using a win32 ANSI name -.\" Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd June 30, 2023 -.Dt ZIP_SOURCE_WIN32A 3 -.Os -.Sh NAME -.Nm zip_source_win32a , -.Nm zip_source_win32a_create -.Nd create data source from a Windows ANSI file name -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_win32a "zip_t *archive" "const char *fname" "zip_uint64_t start" "zip_int64_t len" -.Ft zip_source_t * -.Fn zip_source_win32a_create "const char *fname" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_win32a -and -.Fn zip_source_win32a_create -create a zip source on Windows using a Windows ANSI name. -They open -.Ar fname -and read -.Ar len -bytes from offset -.Ar start -from it. -For a description of the -.Ar len -argument, see -.Xr zip_source_file 3 . -.Pp -If the file supports seek, the source can be used to open a zip archive from. -.Pp -The file is opened and read when the data from the source is used, usually by -.Fn zip_close -or -.Fn zip_open_from_source . -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_win32a -and -.Fn zip_source_win32a_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar fname , -.Ar start , -or -.Ar len -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_OPEN -Opening -.Ar fname -failed. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 , -.Xr zip_source_file 3 , -.Xr zip_source_win32handle 3 , -.Xr zip_source_win32w 3 -.Sh HISTORY -.Fn zip_source_win32a -and -.Fn zip_source_win32a_create -were added in libzip 1.0. -.Pp -.Dv ZIP_LENGTH_TO_END -and -.Dv ZIP_LENGTH_UNCHECKED -were added in libzip 1.10.1. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.man deleted file mode 100644 index 0aeba20..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.man +++ /dev/null @@ -1,120 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_handle.mdoc -- create data source from a Windows file handle -.\" Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_WIN32HANDLE" "3" "May 14, 2024" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_win32handle\fR, -\fBzip_source_win32handle_create\fR -\- create data source from a Windows file handle -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_win32handle\fR(\fIzip_t\ *archive\fR, \fIHANDLE\ h\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_win32handle_create\fR(\fIHANDLE\ h\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_win32handle\fR() -and -\fBzip_source_win32handle_create\fR() -create a zip source from a Windows file handle. -They read -\fIlen\fR -bytes from offset -\fIstart\fR -from it. -If -\fIlen\fR -is 0 or \-1, the whole file (starting from -\fIstart\fR) -is used. -.PP -If the file supports seek, the source can be used to open a zip archive from. -.PP -The file is opened and read when the data from the source is used, usually by -\fBzip_close\fR() -or -\fBzip_open_from_source\fR(). -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_w32handle\fR() -and -\fBzip_source_w32handle_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIh\fR, -\fIstart\fR, -or -\fIlen\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3), -zip_source_win32a(3), -zip_source_win32w(3) -.SH "HISTORY" -\fBzip_source_win32handle\fR() -and -\fBzip_source_win32handle_create\fR() -were added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.mdoc deleted file mode 100644 index c0c47b6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32handle.mdoc +++ /dev/null @@ -1,110 +0,0 @@ -.\" zip_source_handle.mdoc -- create data source from a Windows file handle -.\" Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd May 14, 2024 -.Dt ZIP_SOURCE_WIN32HANDLE 3 -.Os -.Sh NAME -.Nm zip_source_win32handle , -.Nm zip_source_win32handle_create -.Nd create data source from a Windows file handle -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_win32handle "zip_t *archive" "HANDLE h" "zip_uint64_t start" "zip_int64_t len" -.Ft zip_source_t * -.Fn zip_source_win32handle_create "HANDLE h" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_win32handle -and -.Fn zip_source_win32handle_create -create a zip source from a Windows file handle. -They read -.Ar len -bytes from offset -.Ar start -from it. -If -.Ar len -is 0 or \-1, the whole file (starting from -.Ar start ) -is used. -.Pp -If the file supports seek, the source can be used to open a zip archive from. -.Pp -The file is opened and read when the data from the source is used, usually by -.Fn zip_close -or -.Fn zip_open_from_source . -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_w32handle -and -.Fn zip_source_w32handle_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar h , -.Ar start , -or -.Ar len -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 , -.Xr zip_source_win32a 3 , -.Xr zip_source_win32w 3 -.Sh HISTORY -.Fn zip_source_win32handle -and -.Fn zip_source_win32handle_create -were added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.man deleted file mode 100644 index 39af013..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.man +++ /dev/null @@ -1,130 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_win32w.mdoc -- create data source using a win32 Unicode name -.\" Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_WIN32W" "3" "June 30, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_win32w\fR, -\fBzip_source_win32w_create\fR -\- create data source from a Windows Unicode file name -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_win32w\fR(\fIzip_t\ *archive\fR, \fIconst\ wchar_t\ *fname\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_win32w_create\fR(\fIconst\ wchar_t\ *fname\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_win32w\fR() -and -\fBzip_source_win32w_create\fR() -create a zip source on Windows using a Windows Unicode name. -They open -\fIfname\fR -and read -\fIlen\fR -bytes from offset -\fIstart\fR -from it. -For a description of the -\fIlen\fR -argument, see -zip_source_file(3). -.PP -If the file supports seek, the source can be used to open a zip archive from. -.PP -The file is opened and read when the data from the source is used, usually by -\fBzip_close\fR() -or -\fBzip_open_from_source\fR(). -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_win32w\fR() -and -\fBzip_source_win32w_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIfname\fR, -\fIstart\fR, -or -\fIlen\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.TP 19n -[\fRZIP_ER_OPEN\fR] -Opening -\fIfname\fR -failed. -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3), -zip_source_file(3), -zip_source_win32a(3), -zip_source_win32handle(3) -.SH "HISTORY" -\fBzip_source_win32w\fR() -was added in libzip 1.0. -.PP -\fRZIP_LENGTH_TO_END\fR -and -\fRZIP_LENGTH_UNCHECKED\fR -were added in libzip 1.10.1. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.mdoc deleted file mode 100644 index 6f33fd7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_win32w.mdoc +++ /dev/null @@ -1,119 +0,0 @@ -.\" zip_source_win32w.mdoc -- create data source using a win32 Unicode name -.\" Copyright (C) 2015-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd June 30, 2023 -.Dt ZIP_SOURCE_WIN32W 3 -.Os -.Sh NAME -.Nm zip_source_win32w , -.Nm zip_source_win32w_create -.Nd create data source from a Windows Unicode file name -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_win32w "zip_t *archive" "const wchar_t *fname" "zip_uint64_t start" "zip_int64_t len" -.Ft zip_source_t * -.Fn zip_source_win32w_create "const wchar_t *fname" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_win32w -and -.Fn zip_source_win32w_create -create a zip source on Windows using a Windows Unicode name. -They open -.Ar fname -and read -.Ar len -bytes from offset -.Ar start -from it. -For a description of the -.Ar len -argument, see -.Xr zip_source_file 3 . -.Pp -If the file supports seek, the source can be used to open a zip archive from. -.Pp -The file is opened and read when the data from the source is used, usually by -.Fn zip_close -or -.Fn zip_open_from_source . -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_win32w -and -.Fn zip_source_win32w_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar fname , -.Ar start , -or -.Ar len -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.It Bq Er ZIP_ER_OPEN -Opening -.Ar fname -failed. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 , -.Xr zip_source_file 3 , -.Xr zip_source_win32a 3 , -.Xr zip_source_win32handle 3 -.Sh HISTORY -.Fn zip_source_win32w -was added in libzip 1.0. -.Pp -.Dv ZIP_LENGTH_TO_END -and -.Dv ZIP_LENGTH_UNCHECKED -were added in libzip 1.10.1. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.man deleted file mode 100644 index 39ca061..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.man +++ /dev/null @@ -1,103 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_window_create.mdoc -- create zip data source overlay -.\" Copyright (C) 2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_WINDOW_CREATE" "3" "April 29, 2021" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_window_create\fR -\- create zip data source overlay -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_window_create\fR(\fIzip_source_t\ *source\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_source_window_create\fR() -function create a zip source from an underlying zip source, -restricting access to a particular window starting at byte -\fIstart\fR -and having size -\fIlen\fR. -If -\fIlen\fR -is \-1, the window spans to the end of the underlying source. -.PP -\fBzip_source_window\fR() -and -\fBzip_source_window_create\fR() -don't take ownership of -\fIsource\fR. -The caller is responsible for freeing it. -(This is different to other layered sources.) -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_window_create\fR() -fails if: -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIsrc\fR -is -\fRNULL\fR; -there is an integer overflow adding -\fIstart\fR -and -\fIlen\fR; -or -\fIlen\fR -is less than \-1. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.SH "SEE ALSO" -libzip(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_window_create\fR() -was added in libzip 1.8.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.mdoc deleted file mode 100644 index 4774491..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_window_create.mdoc +++ /dev/null @@ -1,98 +0,0 @@ -.\" zip_source_window_create.mdoc -- create zip data source overlay -.\" Copyright (C) 2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd April 29, 2021 -.Dt ZIP_SOURCE_WINDOW_CREATE 3 -.Os -.Sh NAME -.Nm zip_source_window_create -.Nd create zip data source overlay -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_window_create "zip_source_t *source" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The -.Fn zip_source_window_create -function create a zip source from an underlying zip source, -restricting access to a particular window starting at byte -.Ar start -and having size -.Ar len . -If -.Ar len -is \-1, the window spans to the end of the underlying source. -.Pp -.Fn zip_source_window -and -.Fn zip_source_window_create -don't take ownership of -.Ar source . -The caller is responsible for freeing it. -(This is different to other layered sources.) -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_window_create -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_INVAL -.Ar src -is -.Dv NULL ; -there is an integer overflow adding -.Ar start -and -.Ar len ; -or -.Ar len -is less than \-1. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_window_create -was added in libzip 1.8.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.man deleted file mode 100644 index 574cc4d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.man +++ /dev/null @@ -1,85 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_write.mdoc -- write data to zip source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_WRITE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_write\fR -\- write data to zip source -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_int64_t\fR -.br -.PD 0 -.HP 4n -\fBzip_source_write\fR(\fIzip_source_t\ *source\fR, \fIconst\ void\ *data\fR, \fIzip_uint64_t\ len\fR); -.PD -.SH "DESCRIPTION" -The function -\fBzip_source_write\fR() -writes -\fIlen\fR -bytes from the buffer -\fIdata\fR -to the zip source -\fIsource\fR -at the current write offset. -.PP -The zip source -\fIsource\fR -has to be prepared for writing by calling -zip_source_begin_write(3) -first. -.SH "RETURN VALUES" -Upon successful completion the number of bytes written is returned. -Otherwise, \-1 is returned and the error information in -\fIsource\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_source(3), -zip_source_begin_write(3), -zip_source_commit_write(3), -zip_source_rollback_write(3), -zip_source_seek_write(3), -zip_source_tell_write(3) -.SH "HISTORY" -\fBzip_source_write\fR() -was added in libzip 1.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.mdoc deleted file mode 100644 index 9b47082..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_write.mdoc +++ /dev/null @@ -1,80 +0,0 @@ -.\" zip_source_write.mdoc -- write data to zip source -.\" Copyright (C) 2014-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_SOURCE_WRITE 3 -.Os -.Sh NAME -.Nm zip_source_write -.Nd write data to zip source -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_int64_t -.Fn zip_source_write "zip_source_t *source" "const void *data" "zip_uint64_t len" -.Sh DESCRIPTION -The function -.Fn zip_source_write -writes -.Ar len -bytes from the buffer -.Ar data -to the zip source -.Ar source -at the current write offset. -.Pp -The zip source -.Ar source -has to be prepared for writing by calling -.Xr zip_source_begin_write 3 -first. -.Sh RETURN VALUES -Upon successful completion the number of bytes written is returned. -Otherwise, \-1 is returned and the error information in -.Ar source -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_source 3 , -.Xr zip_source_begin_write 3 , -.Xr zip_source_commit_write 3 , -.Xr zip_source_rollback_write 3 , -.Xr zip_source_seek_write 3 , -.Xr zip_source_tell_write 3 -.Sh HISTORY -.Fn zip_source_write -was added in libzip 1.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.man deleted file mode 100644 index 72c80e3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.man +++ /dev/null @@ -1,159 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_zip.mdoc -- create data source from zip file -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_ZIP" "3" "January 23, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_zip\fR, -\fBzip_source_zip_create\fR -\- create data source from zip file (obsolete interface) -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_zip\fR(\fIzip_t\ *archive\fR, \fIzip_t\ *srcarchive\fR, \fIzip_uint64_t\ srcidx\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_zip_create\fR(\fIzip_t\ *srcarchive\fR, \fIzip_uint64_t\ srcidx\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ len\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_zip\fR() -and -\fBzip_source_zip_create\fR() -are the obsolete versions of -zip_source_zip_file(3) -or -zip_source_zip_file_create(3) -respectively. -If you want to get the compressed data of the complete file, use -.RS 6n -zip_source_zip_file(za, source_archive, source_index, ZIP_FL_COMPRESSED, 0, -1, NULL) -.RE -.PP -The functions -\fBzip_source_zip\fR() -and -\fBzip_source_zip_create\fR() -create a zip source from a file in a zip archive. -The -\fIsrcarchive\fR -argument is the (open) zip archive containing the source zip file -at index -\fIsrcidx\fR. -\fIlen\fR -bytes from offset -\fIstart\fR -will be used in the zip_source. -If -\fIlen\fR -is 0 or \-1, the rest of the file, starting from -\fIstart\fR, -is used. -If -\fIstart\fR -is zero and -\fIlen\fR -is \-1, the whole file will be copied without decompressing it. -.PP -Supported flags are: -.TP 14n -\fRZIP_FL_UNCHANGED\fR -Try to get the original data without any changes that may have been -made to -\fIsrcarchive\fR -after opening it. -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_zip\fR() -and -\fBzip_source_zip_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_CHANGED\fR] -Unchanged data was requested, but it is not available. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIsrcarchive\fR, -\fIsrcidx\fR, -\fIstart\fR, -or -\fIlen\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.PD 0 -.PP -Additionally, it can return all error codes from -\fBzip_stat_index\fR() -and -\fBzip_fopen_index\fR(). -.PD -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_zip\fR() -was added in libzip 1.0. -\fBzip_source_zip_create\fR() -was added in libzip 1.8.0. -Both were deprecated in libzip 1.10.0. -Use -\fBzip_source_zip_file\fR() -or -\fBzip_source_zip_file_create\fR() -instead. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.mdoc deleted file mode 100644 index acc96bf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip.mdoc +++ /dev/null @@ -1,144 +0,0 @@ -.\" zip_source_zip.mdoc -- create data source from zip file -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd January 23, 2023 -.Dt ZIP_SOURCE_ZIP 3 -.Os -.Sh NAME -.Nm zip_source_zip , -.Nm zip_source_zip_create -.Nd create data source from zip file (obsolete interface) -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_zip "zip_t *archive" "zip_t *srcarchive" "zip_uint64_t srcidx" "zip_flags_t flags" "zip_uint64_t start" "zip_int64_t len" -.Ft zip_source_t * -.Fn zip_source_zip_create "zip_t *srcarchive" "zip_uint64_t srcidx" "zip_flags_t flags" "zip_uint64_t start" "zip_int64_t len" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_zip -and -.Fn zip_source_zip_create -are the obsolete versions of -.Xr zip_source_zip_file 3 -or -.Xr zip_source_zip_file_create 3 -respectively. -If you want to get the compressed data of the complete file, use -.Dl zip_source_zip_file(za, source_archive, source_index, ZIP_FL_COMPRESSED, 0, -1, NULL) -.Pp -The functions -.Fn zip_source_zip -and -.Fn zip_source_zip_create -create a zip source from a file in a zip archive. -The -.Ar srcarchive -argument is the (open) zip archive containing the source zip file -at index -.Ar srcidx . -.Ar len -bytes from offset -.Ar start -will be used in the zip_source. -If -.Ar len -is 0 or \-1, the rest of the file, starting from -.Ar start , -is used. -If -.Ar start -is zero and -.Ar len -is \-1, the whole file will be copied without decompressing it. -.Pp -Supported flags are: -.Bl -tag -width Dv -.It Dv ZIP_FL_UNCHANGED -Try to get the original data without any changes that may have been -made to -.Ar srcarchive -after opening it. -.El -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_zip -and -.Fn zip_source_zip_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_CHANGED -Unchanged data was requested, but it is not available. -.It Bq Er ZIP_ER_INVAL -.Ar srcarchive , -.Ar srcidx , -.Ar start , -or -.Ar len -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -Additionally, it can return all error codes from -.Fn zip_stat_index -and -.Fn zip_fopen_index . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_zip -was added in libzip 1.0. -.Fn zip_source_zip_create -was added in libzip 1.8.0. -Both were deprecated in libzip 1.10.0. -Use -.Fn zip_source_zip_file -or -.Fn zip_source_zip_file_create -instead. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.man deleted file mode 100644 index 0aedab4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.man +++ /dev/null @@ -1,159 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_source_zip_file.mdoc -- create data source from zip file -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_SOURCE_ZIP_FILE" "3" "March 10, 2023" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_source_zip_file\fR, -\fBzip_source_zip_file_create\fR -\- create data source from zip file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_zip_file\fR(\fIzip_t\ *archive\fR, \fIzip_t\ *srcarchive\fR, \fIzip_uint64_t\ srcidx\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ length\fR, \fIconst\ char\ *password\fR); -.PD -.PP -\fIzip_source_t *\fR -.br -.PD 0 -.HP 4n -\fBzip_source_zip_file_create\fR(\fIzip_t\ *srcarchive\fR, \fIzip_uint64_t\ srcidx\fR, \fIzip_flags_t\ flags\fR, \fIzip_uint64_t\ start\fR, \fIzip_int64_t\ length\fR, \fIconst\ char\ *password\fR, \fIzip_error_t\ *error\fR); -.PD -.SH "DESCRIPTION" -The functions -\fBzip_source_zip_file\fR() -and -\fBzip_source_zip_file_create\fR() -create a zip source from a file in a zip archive. -The -\fIsrcarchive\fR -argument is the (open) zip archive containing the source zip file -at index -\fIsrcidx\fR. -\fIlength\fR -bytes from offset -\fIstart\fR -will be used in the zip_source. -If -\fIlength\fR -is \-1, the rest of the file, starting from -\fIstart\fR, -is used. -.PP -If you intend to copy a file from one archive to another, using the flag -\fRZIP_FL_COMPRESSED\fR -is more efficient, as it avoids recompressing the file data. -.PP -Supported flags are: -.TP 22n -\fRZIP_FL_COMPRESSED\fR -Get the compressed data. -This is only supported if the complete file data is requested -(\fIstart\fR -== 0 and -\fIlength\fR -== \-1). -This is not supported for changed data. -Default is uncompressed. -.TP 22n -\fRZIP_FL_ENCRYPTED\fR -Get the encrypted data. -(This flag implies -\fRZIP_FL_COMPRESSED\fR.) -This is only supported if the complete file data is requested -(\fIstart\fR -== 0 and -\fIlength\fR -== \-1). -Default is decrypted. -.TP 22n -\fRZIP_FL_UNCHANGED\fR -Try to get the original data without any changes that may have been -made to -\fIsrcarchive\fR -after opening it. -.SH "RETURN VALUES" -Upon successful completion, the created source is returned. -Otherwise, -\fRNULL\fR -is returned and the error code in -\fIarchive\fR -or -\fIerror\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_source_zip_file\fR() -and -\fBzip_source_zip_file_create\fR() -fail if: -.TP 19n -[\fRZIP_ER_CHANGED\fR] -Unchanged data was requested, but it is not available. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIsrcarchive\fR, -\fIsrcidx\fR, -\fIstart\fR, -or -\fIlength\fR -are invalid. -.TP 19n -[\fRZIP_ER_MEMORY\fR] -Required memory could not be allocated. -.PD 0 -.PP -Additionally, it can return all error codes from -\fBzip_stat_index\fR() -and -\fBzip_fopen_index\fR(). -.PD -.SH "SEE ALSO" -libzip(3), -zip_file_add(3), -zip_file_replace(3), -zip_source(3) -.SH "HISTORY" -\fBzip_source_zip_file\fR() -and -\fBzip_source_zip_file_create\fR() -were added in libzip 1.10.0. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.mdoc deleted file mode 100644 index fee9d49..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_source_zip_file.mdoc +++ /dev/null @@ -1,144 +0,0 @@ -.\" zip_source_zip_file.mdoc -- create data source from zip file -.\" Copyright (C) 2004-2021 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 10, 2023 -.Dt ZIP_SOURCE_ZIP_FILE 3 -.Os -.Sh NAME -.Nm zip_source_zip_file , -.Nm zip_source_zip_file_create -.Nd create data source from zip file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft zip_source_t * -.Fn zip_source_zip_file "zip_t *archive" "zip_t *srcarchive" "zip_uint64_t srcidx" "zip_flags_t flags" "zip_uint64_t start" "zip_int64_t length" "const char *password" -.Ft zip_source_t * -.Fn zip_source_zip_file_create "zip_t *srcarchive" "zip_uint64_t srcidx" "zip_flags_t flags" "zip_uint64_t start" "zip_int64_t length" "const char *password" "zip_error_t *error" -.Sh DESCRIPTION -The functions -.Fn zip_source_zip_file -and -.Fn zip_source_zip_file_create -create a zip source from a file in a zip archive. -The -.Ar srcarchive -argument is the (open) zip archive containing the source zip file -at index -.Ar srcidx . -.Ar length -bytes from offset -.Ar start -will be used in the zip_source. -If -.Ar length -is \-1, the rest of the file, starting from -.Ar start , -is used. -.Pp -If you intend to copy a file from one archive to another, using the flag -.Dv ZIP_FL_COMPRESSED -is more efficient, as it avoids recompressing the file data. -.Pp -Supported flags are: -.Bl -tag -width 20n -.It Dv ZIP_FL_COMPRESSED -Get the compressed data. -This is only supported if the complete file data is requested -.Ar ( start -== 0 and -.Ar length -== \-1). -This is not supported for changed data. -Default is uncompressed. -.It Dv ZIP_FL_ENCRYPTED -Get the encrypted data. -(This flag implies -.Dv ZIP_FL_COMPRESSED . ) -This is only supported if the complete file data is requested -.Ar ( start -== 0 and -.Ar length -== \-1). -Default is decrypted. -.It Dv ZIP_FL_UNCHANGED -Try to get the original data without any changes that may have been -made to -.Ar srcarchive -after opening it. -.El -.Sh RETURN VALUES -Upon successful completion, the created source is returned. -Otherwise, -.Dv NULL -is returned and the error code in -.Ar archive -or -.Ar error -is set to indicate the error. -.Sh ERRORS -.Fn zip_source_zip_file -and -.Fn zip_source_zip_file_create -fail if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_CHANGED -Unchanged data was requested, but it is not available. -.It Bq Er ZIP_ER_INVAL -.Ar srcarchive , -.Ar srcidx , -.Ar start , -or -.Ar length -are invalid. -.It Bq Er ZIP_ER_MEMORY -Required memory could not be allocated. -.El -Additionally, it can return all error codes from -.Fn zip_stat_index -and -.Fn zip_fopen_index . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_file_add 3 , -.Xr zip_file_replace 3 , -.Xr zip_source 3 -.Sh HISTORY -.Fn zip_source_zip_file -and -.Fn zip_source_zip_file_create -were added in libzip 1.10.0. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.man deleted file mode 100644 index 16c0663..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.man +++ /dev/null @@ -1,203 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_stat.mdoc -- get information about file -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_STAT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_stat\fR, -\fBzip_stat_index\fR -\- get information about file -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_stat\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *fname\fR, \fIzip_flags_t\ flags\fR, \fIzip_stat_t\ *sb\fR); -.PD -.PP -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_stat_index\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIzip_flags_t\ flags\fR, \fIzip_stat_t\ *sb\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_stat\fR() -function obtains information about the file named -\fIfname\fR -in -\fIarchive\fR. -The -\fIflags\fR -argument specifies how the name lookup should be done. -Its values are described in -zip_name_locate(3). -Also, -\fRZIP_FL_UNCHANGED\fR -may be -\fIor\fR'ed -to it to request information about the original file in the archive, -ignoring any changes made. -.PP -The -\fBzip_stat_index\fR() -function obtains information about the file at position -\fIindex\fR. -.PP -The -\fIsb\fR -argument is a pointer to a -\fIstruct zip_stat\fR -(shown below), into which information about the file is placed. -.nf -.sp -.RS 0n -struct zip_stat { - zip_uint64_t valid; /* which fields have valid values */ - const char *name; /* name of the file */ - zip_uint64_t index; /* index within archive */ - zip_uint64_t size; /* size of file (uncompressed) */ - zip_uint64_t comp_size; /* size of file (compressed) */ - time_t mtime; /* modification time */ - zip_uint32_t crc; /* crc of file data */ - zip_uint16_t comp_method; /* compression method used */ - zip_uint16_t encryption_method; /* encryption method used */ - zip_uint32_t flags; /* reserved for future use */ -}; -.RE -.fi -The structure pointed to by -\fIsb\fR -must be allocated before calling -\fBzip_stat\fR() -or -\fBzip_stat_index\fR(). -.PP -The -\fIvalid\fR -field of the structure specifies which other fields are valid. -Check if the flag defined by the following defines are in -\fIvalid\fR -before accessing the fields: -.RS 6n -.PD 0 -.TP 30n -\fRZIP_STAT_NAME\fR -\fIname\fR -.TP 30n -\fRZIP_STAT_INDEX\fR -\fIindex\fR -.TP 30n -\fRZIP_STAT_SIZE\fR -\fIsize\fR -.TP 30n -\fRZIP_STAT_COMP_SIZE\fR -\fIcomp_size\fR -.TP 30n -\fRZIP_STAT_MTIME\fR -\fImtime\fR -.TP 30n -\fRZIP_STAT_CRC\fR -\fIcrc\fR -.TP 30n -\fRZIP_STAT_COMP_METHOD\fR -\fIcomp_method\fR -.TP 30n -\fRZIP_STAT_ENCRYPTION_METHOD\fR -\fIencryption_method\fR -.TP 30n -\fRZIP_STAT_FLAGS\fR -\fIflags\fR -.RE -.PD -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -The function -\fBzip_stat\fR() -can fail for any of the errors specified for the routine -zip_name_locate(3). -.PP -The function -\fBzip_stat_index\fR() -fails and sets the error information to -\fRZIP_ER_INVAL\fR -if -\fIindex\fR -is invalid. -If -\fRZIP_FL_UNCHANGED\fR -is not set and no information can be obtained from the source -callback, the error information is set to -\fRZIP_ER_CHANGED\fR. -.SH "SEE ALSO" -libzip(3), -zip_get_num_entries(3), -zip_name_locate(3), -zip_stat_init(3) -.SH "HISTORY" -\fBzip_stat\fR() -was added in libzip 0.6. -In libzip 0.11 the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -.PP -\fBzip_stat_index\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -In libzip 0.11 the type of -\fIflags\fR -was changed from -\fIint\fR -to -\fIzip_flags_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.mdoc deleted file mode 100644 index 3ee9bbe..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat.mdoc +++ /dev/null @@ -1,179 +0,0 @@ -.\" zip_stat.mdoc -- get information about file -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_STAT 3 -.Os -.Sh NAME -.Nm zip_stat , -.Nm zip_stat_index -.Nd get information about file -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_stat "zip_t *archive" "const char *fname" "zip_flags_t flags" "zip_stat_t *sb" -.Ft int -.Fn zip_stat_index "zip_t *archive" "zip_uint64_t index" "zip_flags_t flags" "zip_stat_t *sb" -.Sh DESCRIPTION -The -.Fn zip_stat -function obtains information about the file named -.Ar fname -in -.Ar archive . -The -.Ar flags -argument specifies how the name lookup should be done. -Its values are described in -.Xr zip_name_locate 3 . -Also, -.Dv ZIP_FL_UNCHANGED -may be -.Em or Ns No 'ed -to it to request information about the original file in the archive, -ignoring any changes made. -.Pp -The -.Fn zip_stat_index -function obtains information about the file at position -.Ar index . -.Pp -The -.Ar sb -argument is a pointer to a -.Ft struct zip_stat -(shown below), into which information about the file is placed. -.Bd -literal -struct zip_stat { - zip_uint64_t valid; /* which fields have valid values */ - const char *name; /* name of the file */ - zip_uint64_t index; /* index within archive */ - zip_uint64_t size; /* size of file (uncompressed) */ - zip_uint64_t comp_size; /* size of file (compressed) */ - time_t mtime; /* modification time */ - zip_uint32_t crc; /* crc of file data */ - zip_uint16_t comp_method; /* compression method used */ - zip_uint16_t encryption_method; /* encryption method used */ - zip_uint32_t flags; /* reserved for future use */ -}; -.Ed -The structure pointed to by -.Ar sb -must be allocated before calling -.Fn zip_stat -or -.Fn zip_stat_index . -.Pp -The -.Ar valid -field of the structure specifies which other fields are valid. -Check if the flag defined by the following defines are in -.Ar valid -before accessing the fields: -.Bl -tag -width ZIP_STAT_ENCRYPTION_METHODXX -compact -offset indent -.It Dv ZIP_STAT_NAME -.Ar name -.It Dv ZIP_STAT_INDEX -.Ar index -.It Dv ZIP_STAT_SIZE -.Ar size -.It Dv ZIP_STAT_COMP_SIZE -.Ar comp_size -.It Dv ZIP_STAT_MTIME -.Ar mtime -.It Dv ZIP_STAT_CRC -.Ar crc -.It Dv ZIP_STAT_COMP_METHOD -.Ar comp_method -.It Dv ZIP_STAT_ENCRYPTION_METHOD -.Ar encryption_method -.It Dv ZIP_STAT_FLAGS -.Ar flags -.El -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error information in -.Ar archive -is set to indicate the error. -.Sh ERRORS -The function -.Fn zip_stat -can fail for any of the errors specified for the routine -.Xr zip_name_locate 3 . -.Pp -The function -.Fn zip_stat_index -fails and sets the error information to -.Er ZIP_ER_INVAL -if -.Ar index -is invalid. -If -.Dv ZIP_FL_UNCHANGED -is not set and no information can be obtained from the source -callback, the error information is set to -.Er ZIP_ER_CHANGED . -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_get_num_entries 3 , -.Xr zip_name_locate 3 , -.Xr zip_stat_init 3 -.Sh HISTORY -.Fn zip_stat -was added in libzip 0.6. -In libzip 0.11 the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Pp -.Fn zip_stat_index -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -In libzip 0.11 the type of -.Ar flags -was changed from -.Vt int -to -.Vt zip_flags_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.man deleted file mode 100644 index 355eaeb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.man +++ /dev/null @@ -1,81 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_stat_init.mdoc -- init zip_stat structure -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_STAT_INIT" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_stat_init\fR -\- initialize zip_stat structure -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIvoid\fR -.br -.PD 0 -.HP 4n -\fBzip_stat_init\fR(\fIzip_stat_t\ *sb\fR); -.PD -.SH "DESCRIPTION" -The -\fBzip_stat_init\fR() -function initializes the members of a struct zip_stat. -The current members are described in -zip_stat(3), -but this function should be used to initialize it to -make sure none are missed. -The structure pointed to by -\fIsb\fR -must be allocated before calling -\fBzip_stat_init\fR(). -.PP -This function should be used by functions provided to -zip_source_function(3) -when returning -\fRZIP_SOURCE_STAT\fR -information to make sure all fields are initialized. -.SH "RETURN VALUES" -If -\fIsb\fR -is valid, the function is always successful. -.SH "SEE ALSO" -libzip(3), -zip_stat(3) -.SH "HISTORY" -\fBzip_stat_init\fR() -was added in libzip 0.8. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.mdoc deleted file mode 100644 index afa38ec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_stat_init.mdoc +++ /dev/null @@ -1,76 +0,0 @@ -.\" zip_stat_init.mdoc -- init zip_stat structure -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_STAT_INIT 3 -.Os -.Sh NAME -.Nm zip_stat_init -.Nd initialize zip_stat structure -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft void -.Fn zip_stat_init "zip_stat_t *sb" -.Sh DESCRIPTION -The -.Fn zip_stat_init -function initializes the members of a struct zip_stat. -The current members are described in -.Xr zip_stat 3 , -but this function should be used to initialize it to -make sure none are missed. -The structure pointed to by -.Ar sb -must be allocated before calling -.Fn zip_stat_init . -.Pp -This function should be used by functions provided to -.Xr zip_source_function 3 -when returning -.Dv ZIP_SOURCE_STAT -information to make sure all fields are initialized. -.Sh RETURN VALUES -If -.Ar sb -is valid, the function is always successful. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_stat 3 -.Sh HISTORY -.Fn zip_stat_init -was added in libzip 0.8. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.man deleted file mode 100644 index 38bf2f8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.man +++ /dev/null @@ -1,86 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_unchange.mdoc -- undo changes to file in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_UNCHANGE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_unchange\fR -\- undo changes to file in zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_unchange\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR); -.PD -.SH "DESCRIPTION" -Changes to the file at position -\fIindex\fR -are reverted. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "ERRORS" -\fBzip_unchange\fR() -fails if: -.TP 19n -[\fRZIP_ER_EXISTS\fR] -Unchanging the name would result in a duplicate name in the archive. -.TP 19n -[\fRZIP_ER_INVAL\fR] -\fIindex\fR -is not a valid file index in -\fIzip\fR. -.SH "SEE ALSO" -libzip(3), -zip_unchange_all(3), -zip_unchange_archive(3) -.SH "HISTORY" -\fBzip_unchange\fR() -was added in libzip 0.6. -In libzip 0.10 the type of -\fIindex\fR -was changed from -\fIint\fR -to -\fIzip_uint64_t\fR. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.mdoc deleted file mode 100644 index 4867243..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange.mdoc +++ /dev/null @@ -1,81 +0,0 @@ -.\" zip_unchange.mdoc -- undo changes to file in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_UNCHANGE 3 -.Os -.Sh NAME -.Nm zip_unchange -.Nd undo changes to file in zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_unchange "zip_t *archive" "zip_uint64_t index" -.Sh DESCRIPTION -Changes to the file at position -.Ar index -are reverted. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh ERRORS -.Fn zip_unchange -fails if: -.Bl -tag -width Er -.It Bq Er ZIP_ER_EXISTS -Unchanging the name would result in a duplicate name in the archive. -.It Bq Er ZIP_ER_INVAL -.Ar index -is not a valid file index in -.Ar zip . -.El -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_unchange_all 3 , -.Xr zip_unchange_archive 3 -.Sh HISTORY -.Fn zip_unchange -was added in libzip 0.6. -In libzip 0.10 the type of -.Ar index -was changed from -.Vt int -to -.Vt zip_uint64_t . -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.man deleted file mode 100644 index 5c92cc8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.man +++ /dev/null @@ -1,69 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_unchange_all.mdoc -- undo changes to all files in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_UNCHANGE_ALL" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_unchange_all\fR -\- undo all changes in a zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_unchange_all\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -All changes to files and global information in -\fIarchive\fR -are reverted. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_unchange(3), -zip_unchange_archive(3) -.SH "HISTORY" -\fBzip_unchange_all\fR() -was added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.mdoc deleted file mode 100644 index 7604165..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_all.mdoc +++ /dev/null @@ -1,64 +0,0 @@ -.\" zip_unchange_all.mdoc -- undo changes to all files in zip archive -.\" Copyright (C) 2003-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_UNCHANGE_ALL 3 -.Os -.Sh NAME -.Nm zip_unchange_all -.Nd undo all changes in a zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_unchange_all "zip_t *archive" -.Sh DESCRIPTION -All changes to files and global information in -.Ar archive -are reverted. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_unchange 3 , -.Xr zip_unchange_archive 3 -.Sh HISTORY -.Fn zip_unchange_all -was added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.html b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.man b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.man deleted file mode 100644 index 9d0154c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.man +++ /dev/null @@ -1,69 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zip_unchange_archive.mdoc -- undo changes to all files in zip archive -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIP_UNCHANGE_ARCHIVE" "3" "December 18, 2017" "NiH" "Library Functions Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzip_unchange_archive\fR -\- undo global changes to zip archive -.SH "LIBRARY" -libzip (-lzip) -.SH "SYNOPSIS" -\fB#include \fR -.sp -\fIint\fR -.br -.PD 0 -.HP 4n -\fBzip_unchange_archive\fR(\fIzip_t\ *archive\fR); -.PD -.SH "DESCRIPTION" -Revert all global changes to the archive -\fIarchive\fR. -This reverts changes to the archive comment and global flags. -.SH "RETURN VALUES" -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -\fIarchive\fR -is set to indicate the error. -.SH "SEE ALSO" -libzip(3), -zip_unchange(3), -zip_unchange_all(3) -.SH "HISTORY" -\fBzip_unchange_archive\fR() -was added in libzip 0.7. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.mdoc deleted file mode 100644 index 45a3c82..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zip_unchange_archive.mdoc +++ /dev/null @@ -1,64 +0,0 @@ -.\" zip_unchange_archive.mdoc -- undo changes to all files in zip archive -.\" Copyright (C) 2006-2017 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd December 18, 2017 -.Dt ZIP_UNCHANGE_ARCHIVE 3 -.Os -.Sh NAME -.Nm zip_unchange_archive -.Nd undo global changes to zip archive -.Sh LIBRARY -libzip (-lzip) -.Sh SYNOPSIS -.In zip.h -.Ft int -.Fn zip_unchange_archive "zip_t *archive" -.Sh DESCRIPTION -Revert all global changes to the archive -.Ar archive . -This reverts changes to the archive comment and global flags. -.Sh RETURN VALUES -Upon successful completion 0 is returned. -Otherwise, \-1 is returned and the error code in -.Ar archive -is set to indicate the error. -.Sh SEE ALSO -.Xr libzip 3 , -.Xr zip_unchange 3 , -.Xr zip_unchange_all 3 -.Sh HISTORY -.Fn zip_unchange_archive -was added in libzip 0.7. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.html b/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.man b/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.man deleted file mode 100644 index cf84ccc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.man +++ /dev/null @@ -1,108 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zipcmp.mdoc -- compare zip archives -.\" Copyright (C) 2003-2024 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIPCMP" "1" "March 15, 2024" "NiH" "General Commands Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzipcmp\fR -\- compare contents of zip archives -.SH "SYNOPSIS" -.HP 7n -\fBzipcmp\fR -[\fB\-ChipqsTtVv\fR] -\fIarchive1\ archive2\fR -.SH "DESCRIPTION" -\fBzipcmp\fR -compares the zip archives or directories -\fIarchive1\fR -and -\fIarchive2\fR -and checks if they contain the same files, comparing their names, -uncompressed sizes, and CRCs. -File order and compressed size differences are ignored. -.PP -Supported options: -.TP 5n -\fB\-C\fR -Check consistency of archives. -Results in an error if archive is inconsistent or not valid -according to the zip specification. -.TP 5n -\fB\-h\fR -Display a short help message and exit. -.TP 5n -\fB\-i\fR -Compare names ignoring case distinctions. -.TP 5n -\fB\-p\fR -Enable paranoid checks. -Compares extra fields, comments, and other meta data. -(Automatically disabled if one of the archives is a directory.) -These checks are skipped for files where the data differs. -.TP 5n -\fB\-q\fR -Quiet mode. -Compare -\fB\-v\fR. -.TP 5n -\fB\-s\fR -Print a summary of how many files where added and removed. -.TP 5n -\fB\-T\fR -Additionally compare the time stamps of the entries. -.TP 5n -\fB\-t\fR -Test zip files by comparing the contents to their checksums. -.TP 5n -\fB\-V\fR -Display version information and exit. -.TP 5n -\fB\-v\fR -Verbose mode. -Print details about differences to stdout. -(This is the default.) -.SH "EXIT STATUS" -\fBzipcmp\fR -exits 0 if the two archives contain the same files, 1 if they differ, -and >1 if an error occurred. -.SH "SEE ALSO" -zipmerge(1), -ziptool(1), -libzip(3) -.SH "HISTORY" -\fBzipcmp\fR -was added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.mdoc deleted file mode 100644 index d3d69e6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zipcmp.mdoc +++ /dev/null @@ -1,99 +0,0 @@ -.\" zipcmp.mdoc -- compare zip archives -.\" Copyright (C) 2003-2024 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd March 15, 2024 -.Dt ZIPCMP 1 -.Os -.Sh NAME -.Nm zipcmp -.Nd compare contents of zip archives -.Sh SYNOPSIS -.Nm -.Op Fl ChipqsTtVv -.Ar archive1 archive2 -.Sh DESCRIPTION -.Nm -compares the zip archives or directories -.Ar archive1 -and -.Ar archive2 -and checks if they contain the same files, comparing their names, -uncompressed sizes, and CRCs. -File order and compressed size differences are ignored. -.Pp -Supported options: -.Bl -tag -width MMM -.It Fl C -Check consistency of archives. -Results in an error if archive is inconsistent or not valid -according to the zip specification. -.It Fl h -Display a short help message and exit. -.It Fl i -Compare names ignoring case distinctions. -.It Fl p -Enable paranoid checks. -Compares extra fields, comments, and other meta data. -(Automatically disabled if one of the archives is a directory.) -These checks are skipped for files where the data differs. -.It Fl q -Quiet mode. -Compare -.Fl v . -.It Fl s -Print a summary of how many files where added and removed. -.It Fl T -Additionally compare the time stamps of the entries. -.It Fl t -Test zip files by comparing the contents to their checksums. -.It Fl V -Display version information and exit. -.It Fl v -Verbose mode. -Print details about differences to stdout. -(This is the default.) -.El -.Sh EXIT STATUS -.Nm -exits 0 if the two archives contain the same files, 1 if they differ, -and >1 if an error occurred. -.Sh SEE ALSO -.Xr zipmerge 1 , -.Xr ziptool 1 , -.Xr libzip 3 -.Sh HISTORY -.Nm -was added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.html b/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.man b/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.man deleted file mode 100644 index b39b3e3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.man +++ /dev/null @@ -1,112 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" zipmerge.mdoc -- merge zip archives -.\" Copyright (C) 2004-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIPMERGE" "1" "November 7, 2023" "NiH" "General Commands Manual" -.nh -.if n .ad l -.SH "NAME" -\fBzipmerge\fR -\- merge zip archives -.SH "SYNOPSIS" -.HP 9n -\fBzipmerge\fR -[\fB\-DhIiSsV\fR] -\fItarget-zip\fR -\fIsource-zip\fR\ [\fIsource-zip\ ...\fR] -.SH "DESCRIPTION" -\fBzipmerge\fR -copies files from the source zip archives -\fIsource-zip\fR -to the target zip archive -\fItarget-zip\fR. -By default, files in the source zip archives overwrite -existing files of the same name in the target zip archive. -By default, compressed files in the source archive are -copied directly without recompression, uncompressed files -are compressed using the default compression algorithm. -.PP -Supported options: -.TP 5n -\fB\-D\fR -Ignore directory components in file name comparisons. -This option is slow for archives with many files. -.TP 5n -\fB\-h\fR -Display a short help message and exit. -.TP 5n -\fB\-I\fR -Ignore case in file name comparisons -This option is slow for archives with many files. -.TP 5n -\fB\-i\fR -Ask before overwriting files. -See also -\fB\-s\fR. -.TP 5n -\fB\-k\fR -Do not compress files that were uncompressed in -\fIsource-zip\fR, -otherwise they are compressed with the default compression method. -.TP 5n -\fB\-S\fR -Do not overwrite files that have the same name, size, and -CRC32 in both the source and target archives. -.TP 5n -\fB\-s\fR -When -\fB\-i\fR -is given, do not ask before overwriting files that have the same name, size, -and CRC32. -.TP 5n -\fB\-V\fR -Display version information and exit. -.SH "EXIT STATUS" -\fBzipmerge\fR -exits 0 on success and >1 if an error occurred. -.SH "SEE ALSO" -zipcmp(1), -ziptool(1), -libzip(3) -.SH "HISTORY" -\fBzipmerge\fR -was added in libzip 0.6. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> -.SH "CAVEATS" -\fBzipmerge\fR -uses one open file descriptor per zip archive. -If you need to merge a lot of zip archives, check your shell's -file descriptor ulimit and either increase it or run -\fBzipmerge\fR -multiple times with e.g. 1000 source zip archives each time. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.mdoc deleted file mode 100644 index f7c535b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/zipmerge.mdoc +++ /dev/null @@ -1,105 +0,0 @@ -.\" zipmerge.mdoc -- merge zip archives -.\" Copyright (C) 2004-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd November 7, 2023 -.Dt ZIPMERGE 1 -.Os -.Sh NAME -.Nm zipmerge -.Nd merge zip archives -.Sh SYNOPSIS -.Nm -.Op Fl DhIiSsV -.Ar target-zip -.Ar source-zip Op Ar source-zip ... -.Sh DESCRIPTION -.Nm -copies files from the source zip archives -.Ar source-zip -to the target zip archive -.Ar target-zip . -By default, files in the source zip archives overwrite -existing files of the same name in the target zip archive. -By default, compressed files in the source archive are -copied directly without recompression, uncompressed files -are compressed using the default compression algorithm. -.Pp -Supported options: -.Bl -tag -width MMM -.It Fl D -Ignore directory components in file name comparisons. -This option is slow for archives with many files. -.It Fl h -Display a short help message and exit. -.It Fl I -Ignore case in file name comparisons -This option is slow for archives with many files. -.It Fl i -Ask before overwriting files. -See also -.Fl s . -.It Fl k -Do not compress files that were uncompressed in -.Ar source-zip , -otherwise they are compressed with the default compression method. -.It Fl S -Do not overwrite files that have the same name, size, and -CRC32 in both the source and target archives. -.It Fl s -When -.Fl i -is given, do not ask before overwriting files that have the same name, size, -and CRC32. -.It Fl V -Display version information and exit. -.El -.Sh EXIT STATUS -.Nm -exits 0 on success and >1 if an error occurred. -.Sh SEE ALSO -.Xr zipcmp 1 , -.Xr ziptool 1 , -.Xr libzip 3 -.Sh HISTORY -.Nm -was added in libzip 0.6. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at -.Sh CAVEATS -.Nm -uses one open file descriptor per zip archive. -If you need to merge a lot of zip archives, check your shell's -file descriptor ulimit and either increase it or run -.Nm -multiple times with e.g. 1000 source zip archives each time. diff --git a/proj-web/thirdparty/libzip-1.11.3/man/ziptool.html b/proj-web/thirdparty/libzip-1.11.3/man/ziptool.html deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/man/ziptool.man b/proj-web/thirdparty/libzip-1.11.3/man/ziptool.man deleted file mode 100644 index 66f87a9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/ziptool.man +++ /dev/null @@ -1,435 +0,0 @@ -.\" Automatically generated from an mdoc input file. Do not edit. -.\" ziptool.mdoc -- modify zip archives in multiple ways -.\" Copyright (C) 2016-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.TH "ZIPTOOL" "1" "January 23, 2023" "NiH" "General Commands Manual" -.nh -.if n .ad l -.SH "NAME" -\fBziptool\fR -\- modify zip archives -.SH "SYNOPSIS" -.HP 8n -\fBziptool\fR -[\fB\-ceghnrst\fR] -[\fB\-l\fR\ \fIlength\fR] -[\fB\-o\fR\ \fIoffset\fR] -\fIzip-archive\fR -\fBcommand\fR\ [\fIcommand-args\ ...\fR] -[\fBcommand\fR\ [\fIcommand-args\ ...\fR]\ ...] -.SH "DESCRIPTION" -\fBziptool\fR -modifies the zip archive -\fIzip-archive\fR -according to the -\fIcommands\fR -given. -.PP -Supported options: -.TP 13n -\fB\-c\fR -Check zip archive consistency when opening it. -.TP 13n -\fB\-e\fR -Error if archive already exists (only useful with -\fB\-n\fR). -.TP 13n -\fB\-g\fR -Guess file name encoding (for -\fBstat\fR -command). -.TP 13n -\fB\-h\fR -Display help. -.TP 13n -\fB\-l\fR \fIlength\fR -Only read -\fIlength\fR -bytes of archive. -See also -\fB\-o\fR. -.TP 13n -\fB\-n\fR -Create archive if it doesn't exist. -See also -\fB\-e\fR. -.TP 13n -\fB\-o\fR \fIoffset\fR -Start reading input archive from -\fIoffset\fR. -See also -\fB\-l\fR. -.TP 13n -\fB\-r\fR -Print raw file name encoding without translation (for -\fBstat\fR -command). -.TP 13n -\fB\-s\fR -Follow file name convention strictly (for -\fBstat\fR -command). -.TP 13n -\fB\-t\fR -Disregard current file contents, if any. -\fINote\fR: -use this with care, it deletes all existing file contents when -you modify the archive. -.SS "Commands" -For all commands below, the index is zero-based. -In other words, the first entry in the zip archive has index 0. -.PP -Supported commands and arguments are: -.TP 12n -\fBadd\fR \fIname content\fR -Add file called -\fIname\fR -using the string -\fIcontent\fR -from the command line as data. -.TP 12n -\fBadd_dir\fR \fIname\fR -Add directory -\fIname\fR. -.TP 12n -\fBadd_file\fR \fIname file_to_add offset len\fR -Add file -\fIname\fR -to archive, using -\fIlen\fR -bytes from the file -\fIfile_to_add\fR -as input data, starting at -\fIoffset\fR. -.TP 12n -\fBadd_from_zip\fR \fIname archivename index offset len\fR -Add file called -\fIname\fR -to archive using data from another zip archive -\fIarchivename\fR -using the entry with index -\fIindex\fR -and reading -\fIlen\fR -bytes from -\fIoffset\fR. -.TP 12n -\fBcat\fR \fIindex\fR -Output file contents for entry -\fIindex\fR -to stdout. -.TP 12n -\fBcount_extra\fR \fIindex flags\fR -Print the number of extra fields for archive entry -\fIindex\fR -using -\fIflags\fR. -.TP 12n -\fBcount_extra_by_id\fR \fIindex extra_id flags\fR -Print number of extra fields of type -\fIextra_id\fR -for archive entry -\fIindex\fR -using -\fIflags\fR. -.TP 12n -\fBdelete\fR \fIindex\fR -Remove entry at -\fIindex\fR -from zip archive. -.TP 12n -\fBdelete_extra\fR \fIindex extra_idx flags\fR -Remove extra field number -\fIextra_idx\fR -from archive entry -\fIindex\fR -using -\fIflags\fR. -.TP 12n -\fBdelete_extra_by_id\fR \fIindex extra_id extra_index flags\fR -Remove extra field number -\fIextra_index\fR -of type -\fIextra_id\fR -from archive entry -\fIindex\fR -using -\fIflags\fR. -.TP 12n -\fBget_archive_comment\fR -Print archive comment. -.TP 12n -\fBget_archive_flag\fR \fIflag\fR -Print state of archive flag -\fIflag\fR. -.TP 12n -\fBget_extra\fR \fIindex extra_index flags\fR -Print extra field -\fIextra_index\fR -for archive entry -\fIindex\fR -using -\fIflags\fR. -.TP 12n -\fBget_extra_by_id\fR \fIindex extra_id extra_index flags\fR -Print extra field -\fIextra_index\fR -of type -\fIextra_id\fR -for archive entry -\fIindex\fR -using -\fIflags\fR. -.TP 12n -\fBget_file_comment\fR \fIindex\fR -Get file comment for archive entry -\fIindex\fR. -.TP 12n -\fBget_num_entries\fR \fIflags\fR -Print number of entries in archive using -\fIflags\fR. -.TP 12n -\fBname_locate\fR \fIname flags\fR -Find entry in archive with the filename -\fIname\fR -using -\fIflags\fR -and print its index. -.TP 12n -\fBrename\fR \fIindex name\fR -Rename archive entry -\fIindex\fR -to -\fIname\fR. -.TP 12n -\fBreplace_file_contents\fR \fIindex data\fR -Replace file contents for archive entry -\fIindex\fR -with the string -\fIdata\fR. -.TP 12n -\fBset_archive_comment\fR \fIcomment\fR -Set archive comment to -\fIcomment\fR. -.TP 12n -\fBget_archive_flag\fR \fIflag\fR \fIvalue\fR -Set archive flag -\fIflag\fR -to -\fIvalue\fR. -.TP 12n -\fBset_extra\fR \fIindex extra_id extra_index flags value\fR -Set extra field number -\fIextra_index\fR -of type -\fIextra_id\fR -for archive entry -\fIindex\fR -using -\fIflags\fR -to -\fIvalue\fR. -.TP 12n -\fBset_file_comment\fR \fIindex comment\fR -Set file comment for archive entry -\fIindex\fR -to string -\fIcomment\fR. -.TP 12n -\fBset_file_compression\fR \fIindex method compression_flags\fR -Set file compression method for archive entry -\fIindex\fR -to -\fImethod\fR -using -\fIcompression_flags\fR. -\fINote\fR: -Currently, -\fIcompression_flags\fR -are ignored. -.TP 12n -\fBset_file_encryption\fR \fIindex method password\fR -Set file encryption method for archive entry -\fIindex\fR -to -\fImethod\fR -with password -\fIpassword\fR. -.TP 12n -\fBset_file_mtime\fR \fIindex timestamp\fR -Set file modification time for archive entry -\fIindex\fR -to UNIX mtime -\fItimestamp\fR. -.TP 12n -\fBset_file_mtime_all\fR \fItimestamp\fR -Set file modification time for all archive entries to UNIX mtime -\fItimestamp\fR. -.TP 12n -\fBset_password\fR \fIpassword\fR -Set default password for encryption/decryption to -\fIpassword\fR. -.TP 12n -\fBstat\fR \fIindex\fR -Print information about archive entry -\fIindex\fR. -.SS "Flags" -Some commands take flag arguments. -Each character in the argument sets the corresponding flag. -Use 0 or the empty string for no flags. -.PP -Supported flags are: -.RS 6n -.PD 0 -.TP 5n -\fI4\fR -\fRZIP_FL_ENC_CP437\fR -.TP 5n -\fI8\fR -\fRZIP_FL_ENC_UTF_8\fR -.TP 5n -\fIC\fR -\fRZIP_FL_NOCASE\fR -.TP 5n -\fIc\fR -\fRZIP_FL_CENTRAL\fR -.TP 5n -\fId\fR -\fRZIP_FL_NODIR\fR -.TP 5n -\fIl\fR -\fRZIP_FL_LOCAL\fR -.TP 5n -\fIr\fR -\fRZIP_FL_ENC_RAW\fR -.TP 5n -\fIs\fR -\fRZIP_FL_ENC_STRICT\fR -.TP 5n -\fIu\fR -\fRZIP_FL_UNCHANGED\fR -.RE -.PD -.SS "Archive flags" -\fBget_archive_flag\fR -and -\fBset_archive_flag\fR -work on the following flags: -.RS 6n -.PD 0 -.TP 4n -\fB\(bu\fR -\fRcreate-or-keep-empty-file-for-archive\fR -.TP 4n -\fB\(bu\fR -\fRis-torrentzip\fR -.TP 4n -\fB\(bu\fR -\fRrdonly\fR -.TP 4n -\fB\(bu\fR -\fRwant-torrentzip\fR -.RE -.PD -.SS "Compression Methods" -Some commands take compression method arguments. -Supported methods are: -.RS 6n -.PD 0 -.TP 4n -\fB\(bu\fR -\fRdefault\fR -.TP 4n -\fB\(bu\fR -\fRdeflate\fR -.TP 4n -\fB\(bu\fR -\fRstore\fR -.RE -.PD -.SS "Encryption Methods" -Some commands take encryption method arguments. -Supported methods are: -.RS 6n -.PD 0 -.TP 4n -\fB\(bu\fR -\fRnone\fR -.TP 4n -\fB\(bu\fR -\fRAES-128\fR -.TP 4n -\fB\(bu\fR -\fRAES-192\fR -.TP 4n -\fB\(bu\fR -\fRAES-256\fR -.RE -.PD -.SH "EXIT STATUS" -.br -The \fBziptool\fR utility exits\~0 on success, and\~>0 if an error occurs. -.SH "EXAMPLES" -Add a file called -\fIteststring.txt\fR -to the zip archive -\fItestbuffer.zip\fR -with data -\(lqThis is a test.\en\(rq -where -\(lq\en\(rq -is replaced with a newline character: -.nf -.sp -.RS 6n -ziptool testbuffer.zip add teststring.txt \\"This is a test.\en\\" -.RE -.fi -.PP -Delete the first file from the zip archive -\fItestfile.zip\fR: -.nf -.sp -.RS 6n -ziptool testfile.zip delete 0 -.RE -.fi -.SH "SEE ALSO" -zipcmp(1), -zipmerge(1), -libzip(3) -.SH "HISTORY" -\fBziptool\fR -was added in libzip 1.1. -.SH "AUTHORS" -Dieter Baron <\fIdillo@nih.at\fR> -and -Thomas Klausner <\fIwiz@gatalith.at\fR> diff --git a/proj-web/thirdparty/libzip-1.11.3/man/ziptool.mdoc b/proj-web/thirdparty/libzip-1.11.3/man/ziptool.mdoc deleted file mode 100644 index 05f57bd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/man/ziptool.mdoc +++ /dev/null @@ -1,364 +0,0 @@ -.\" ziptool.mdoc -- modify zip archives in multiple ways -.\" Copyright (C) 2016-2022 Dieter Baron and Thomas Klausner -.\" -.\" This file is part of libzip, a library to manipulate ZIP archives. -.\" The authors can be contacted at -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in -.\" the documentation and/or other materials provided with the -.\" distribution. -.\" 3. The names of the authors may not be used to endorse or promote -.\" products derived from this software without specific prior -.\" written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS -.\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY -.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE -.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd January 23, 2023 -.Dt ZIPTOOL 1 -.Os -.Sh NAME -.Nm ziptool -.Nd modify zip archives -.Sh SYNOPSIS -.Nm -.Op Fl ceghnrst -.Op Fl l Ar length -.Op Fl o Ar offset -.Ar zip-archive -.Cm command Op Ar command-args ... -.Op Cm command Oo Ar command-args ... Oc ... -.Sh DESCRIPTION -.Nm -modifies the zip archive -.Ar zip-archive -according to the -.Ar commands -given. -.Pp -Supported options: -.Bl -tag -width MoMoffsetMM -.It Fl c -Check zip archive consistency when opening it. -.It Fl e -Error if archive already exists (only useful with -.Fl n ) . -.It Fl g -Guess file name encoding (for -.Cm stat -command). -.It Fl h -Display help. -.It Fl l Ar length -Only read -.Ar length -bytes of archive. -See also -.Fl o . -.It Fl n -Create archive if it doesn't exist. -See also -.Fl e . -.It Fl o Ar offset -Start reading input archive from -.Ar offset . -See also -.Fl l . -.It Fl r -Print raw file name encoding without translation (for -.Cm stat -command). -.It Fl s -Follow file name convention strictly (for -.Cm stat -command). -.It Fl t -Disregard current file contents, if any. -.Em Note : -use this with care, it deletes all existing file contents when -you modify the archive. -.El -.Ss Commands -For all commands below, the index is zero-based. -In other words, the first entry in the zip archive has index 0. -.Pp -Supported commands and arguments are: -.Bl -tag -width 10n -.It Cm add Ar name content -Add file called -.Ar name -using the string -.Ar content -from the command line as data. -.It Cm add_dir Ar name -Add directory -.Ar name . -.It Cm add_file Ar name file_to_add offset len -Add file -.Ar name -to archive, using -.Ar len -bytes from the file -.Ar file_to_add -as input data, starting at -.Ar offset . -.It Cm add_from_zip Ar name archivename index offset len -Add file called -.Ar name -to archive using data from another zip archive -.Ar archivename -using the entry with index -.Ar index -and reading -.Ar len -bytes from -.Ar offset . -.It Cm cat Ar index -Output file contents for entry -.Ar index -to stdout. -.It Cm count_extra Ar index flags -Print the number of extra fields for archive entry -.Ar index -using -.Ar flags . -.It Cm count_extra_by_id Ar index extra_id flags -Print number of extra fields of type -.Ar extra_id -for archive entry -.Ar index -using -.Ar flags . -.It Cm delete Ar index -Remove entry at -.Ar index -from zip archive. -.It Cm delete_extra Ar index extra_idx flags -Remove extra field number -.Ar extra_idx -from archive entry -.Ar index -using -.Ar flags . -.It Cm delete_extra_by_id Ar index extra_id extra_index flags -Remove extra field number -.Ar extra_index -of type -.Ar extra_id -from archive entry -.Ar index -using -.Ar flags . -.It Cm get_archive_comment -Print archive comment. -.It Cm get_archive_flag Ar flag -Print state of archive flag -.Ar flag . -.It Cm get_extra Ar index extra_index flags -Print extra field -.Ar extra_index -for archive entry -.Ar index -using -.Ar flags . -.It Cm get_extra_by_id Ar index extra_id extra_index flags -Print extra field -.Ar extra_index -of type -.Ar extra_id -for archive entry -.Ar index -using -.Ar flags . -.It Cm get_file_comment Ar index -Get file comment for archive entry -.Ar index . -.It Cm get_num_entries Ar flags -Print number of entries in archive using -.Ar flags . -.It Cm name_locate Ar name flags -Find entry in archive with the filename -.Ar name -using -.Ar flags -and print its index. -.It Cm rename Ar index name -Rename archive entry -.Ar index -to -.Ar name . -.It Cm replace_file_contents Ar index data -Replace file contents for archive entry -.Ar index -with the string -.Ar data . -.It Cm set_archive_comment Ar comment -Set archive comment to -.Ar comment . -.It Cm get_archive_flag Ar flag Ar value -Set archive flag -.Ar flag -to -.Ar value . -.It Cm set_extra Ar index extra_id extra_index flags value -Set extra field number -.Ar extra_index -of type -.Ar extra_id -for archive entry -.Ar index -using -.Ar flags -to -.Ar value . -.It Cm set_file_comment Ar index comment -Set file comment for archive entry -.Ar index -to string -.Ar comment . -.It Cm set_file_compression Ar index method compression_flags -Set file compression method for archive entry -.Ar index -to -.Ar method -using -.Ar compression_flags . -.Em Note : -Currently, -.Ar compression_flags -are ignored. -.It Cm set_file_encryption Ar index method password -Set file encryption method for archive entry -.Ar index -to -.Ar method -with password -.Ar password . -.It Cm set_file_mtime Ar index timestamp -Set file modification time for archive entry -.Ar index -to UNIX mtime -.Ar timestamp . -.It Cm set_file_mtime_all Ar timestamp -Set file modification time for all archive entries to UNIX mtime -.Ar timestamp . -.It Cm set_password Ar password -Set default password for encryption/decryption to -.Ar password . -.It Cm stat Ar index -Print information about archive entry -.Ar index . -.El -.Ss Flags -Some commands take flag arguments. -Each character in the argument sets the corresponding flag. -Use 0 or the empty string for no flags. -.Pp -Supported flags are: -.Bl -tag -width MMM -compact -offset indent -.It Ar 4 -.Dv ZIP_FL_ENC_CP437 -.It Ar 8 -.Dv ZIP_FL_ENC_UTF_8 -.It Ar C -.Dv ZIP_FL_NOCASE -.It Ar c -.Dv ZIP_FL_CENTRAL -.It Ar d -.Dv ZIP_FL_NODIR -.It Ar l -.Dv ZIP_FL_LOCAL -.It Ar r -.Dv ZIP_FL_ENC_RAW -.It Ar s -.Dv ZIP_FL_ENC_STRICT -.It Ar u -.Dv ZIP_FL_UNCHANGED -.El -.Ss Archive flags -.Cm get_archive_flag -and -.Cm set_archive_flag -work on the following flags: -.Bl -bullet -compact -offset indent -.It -.Dv create-or-keep-empty-file-for-archive -.It -.Dv is-torrentzip -.It -.Dv rdonly -.It -.Dv want-torrentzip -.El -.Ss Compression Methods -Some commands take compression method arguments. -Supported methods are: -.Bl -bullet -compact -offset indent -.It -.Dv default -.It -.Dv deflate -.It -.Dv store -.El -.Ss Encryption Methods -Some commands take encryption method arguments. -Supported methods are: -.Bl -bullet -compact -offset indent -.It -.Dv none -.It -.Dv AES-128 -.It -.Dv AES-192 -.It -.Dv AES-256 -.El -.Sh EXIT STATUS -.Ex -std -.Sh EXAMPLES -Add a file called -.Pa teststring.txt -to the zip archive -.Pa testbuffer.zip -with data -.Dq This is a test.\en -where -.Dq \en -is replaced with a newline character: -.Bd -literal -offset indent -ziptool testbuffer.zip add teststring.txt \\"This is a test.\en\\" -.Ed -.Pp -Delete the first file from the zip archive -.Pa testfile.zip : -.Bd -literal -offset indent -ziptool testfile.zip delete 0 -.Ed -.Sh SEE ALSO -.Xr zipcmp 1 , -.Xr zipmerge 1 , -.Xr libzip 3 -.Sh HISTORY -.Nm -was added in libzip 1.1. -.Sh AUTHORS -.An -nosplit -.An Dieter Baron Aq Mt dillo@nih.at -and -.An Thomas Klausner Aq Mt wiz@gatalith.at diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/CMakeLists.txt deleted file mode 100644 index 087e2e6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -set(FUZZ_PROGRAMS - zip_read_file_fuzzer - zip_read_fuzzer - zip_write_encrypt_aes256_file_fuzzer - zip_write_encrypt_pkware_file_fuzzer -) - -foreach(PROGRAM IN LISTS FUZZ_PROGRAMS) - add_executable(${PROGRAM} ${PROGRAM}.c) - target_sources(${PROGRAM} PRIVATE fuzz_main.c) - target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}) - target_link_libraries(${PROGRAM} zip) -endforeach() - -add_custom_target(list-fuzzers - COMMAND echo FUZZERS: ${FUZZ_PROGRAMS} -) diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/fuzz_main.c b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/fuzz_main.c deleted file mode 100644 index 04bd741..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/fuzz_main.c +++ /dev/null @@ -1,58 +0,0 @@ -#include -#include -#include - -/* fuzz target entry point, works without libFuzzer */ - -extern int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size); - -int -main(int argc, char **argv) { - FILE *f = NULL; - char *buf = NULL; - long siz_buf; - - if (argc < 2) { - fprintf(stderr, "no input file\n"); - goto err; - } - - f = fopen(argv[1], "rb"); - if (f == NULL) { - fprintf(stderr, "error opening input file %s\n", argv[1]); - goto err; - } - - fseek(f, 0, SEEK_END); - - siz_buf = ftell(f); - rewind(f); - - if (siz_buf < 1) { - fprintf(stderr, "zero-byte file not supported\n"); - goto err; - } - - buf = (char *)malloc(siz_buf); - if (buf == NULL) { - fprintf(stderr, "malloc() failed\n"); - goto err; - } - - if (fread(buf, siz_buf, 1, f) != 1) { - fprintf(stderr, "fread() failed\n"); - goto err; - } - fclose(f); - f = NULL; - - (void)LLVMFuzzerTestOneInput((uint8_t *)buf, siz_buf); - - err: - if (f) { - fclose(f); - } - free(buf); - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/ossfuzz.sh b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/ossfuzz.sh deleted file mode 100644 index 58321fa..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/ossfuzz.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/bash -eu -# Copyright 2019 Google Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# This script is meant to be run by -# https://github.com/google/oss-fuzz/blob/master/projects/libzip/Dockerfile - - -mkdir build -cd build -cmake -DBUILD_SHARED_LIBS=OFF -DENABLE_GNUTLS=OFF -DENABLE_MBEDTLS=OFF -DENABLE_OPENSSL=ON -DBUILD_TOOLS=OFF -DHAVE_CRYPTO=ON .. -make -j$(nproc) - -for fuzzer in $(make list-fuzzers | sed -n 's/^FUZZERS: //p') -do - $CXX $CFLAGS -I. -I../lib \ - $SRC/libzip/ossfuzz/$fuzzer.c \ - -o $OUT/$fuzzer \ - $LIB_FUZZING_ENGINE $SRC/libzip/build/lib/libzip.a -lbz2 -llzma -lz -lzstd -v -lssl -lcrypto -done - -find $SRC/libzip/regress -name "*zip" | \ - xargs zip $OUT/zip_read_fuzzer_seed_corpus.zip -cp $SRC/libzip/ossfuzz/zip_read_fuzzer.dict $OUT/ - -cp $SRC/libzip/ossfuzz/zip_write_encrypt_aes256_file_fuzzer_seed_corpus.zip $OUT/ - -for pair in \ - zip_read_fuzzer:zip_read_file_fuzzer \ - zip_write_encrypt_aes256_file_fuzzer:zip_write_encrypt_pkware_file_fuzzer -do - source=${pair%%:*} - target=${pair##*:} - for file in .dict _seed_corpus.zip - do - if [ -f $OUT/$source$file ] - then - cp $OUT/$source$file $OUT/$target$file - fi - done -done - - diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_file_fuzzer.c b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_file_fuzzer.c deleted file mode 100644 index db786c1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_file_fuzzer.c +++ /dev/null @@ -1,83 +0,0 @@ -/* - zip_random_uwp.c -- fill the user's buffer with random stuff (UWP version) - Copyright (C) 2017-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ -#include -#include -#include -#include -#include -#include -#include - -#include "zip_read_fuzzer_common.h" - -/** - This fuzzing target takes input data, creates a ZIP archive from it, checks the archive's consistency, - and iterates over the entries in the archive, reading data from each entry. -**/ - -#ifdef __cplusplus -extern "C" -#endif -int -LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { - zip_t *za; - const char *name = "test.zip"; - FILE *fp; - zip_error_t error; - int err = 0; - - (void)remove(name); - if ((fp = fopen(name, "wb")) == NULL) { - fprintf(stderr, "can't create file '%s': %s\n", name, strerror(errno)); - return 0; - } - if (fwrite(data, 1, size, fp) != size) { - fprintf(stderr, "can't write data to file '%s': %s\n", name, strerror(errno)); - fclose(fp); - (void)remove(name); - return 0; - } - if (fclose(fp) < 0) { - fprintf(stderr, "can't close file '%s': %s\n", name, strerror(errno)); - (void)remove(name); - return 0; - } - - za = zip_open(name, 0, &err); - zip_error_init_with_code(&error, err); - - fuzzer_read(za, &error, NULL); - - (void)remove(name); - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.c b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.c deleted file mode 100644 index 943eeec..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.c +++ /dev/null @@ -1,31 +0,0 @@ -#include -#include - -#include "zip_read_fuzzer_common.h" - -#ifdef __cplusplus -extern "C" -#endif -int -LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { - zip_source_t *src; - zip_error_t error; - zip_t *za; - - zip_error_init(&error); - - if ((src = zip_source_buffer_create(data, size, 0, &error)) == NULL) { - zip_error_fini(&error); - return 0; - } - - za = zip_open_from_source(src, 0, &error); - - fuzzer_read(za, &error, "secretpassword"); - - if (za == NULL) { - zip_source_free(src); - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.dict b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.dict deleted file mode 100644 index 0c9fe5d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer.dict +++ /dev/null @@ -1,6 +0,0 @@ -header_cd="\x50\x4b\x01\x02" -header_local_file_header="\x50\x4b\x03\x04" -header_eocd="\x50\x4b\x05\x06" -header_zip64_eocd="\x50\x4b\x06\x06" -header_zip64_eocd_locator="\x50\x4b\x06\x07" -header_data_descriptor="\x50\x4b\x07\x08" diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer_common.h b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer_common.h deleted file mode 100644 index b525a09..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_read_fuzzer_common.h +++ /dev/null @@ -1,73 +0,0 @@ -/* - zip_read_fuzzer_common.h -- common function for fuzzers to read all files in an archive - Copyright (C) 2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zip.h" - -void fuzzer_read(zip_t *za, zip_error_t *error, const char *password) { - zip_int64_t i, n, ret; - char buf[32768]; - - if (za == NULL) { - fprintf(stderr, "Error opening archive: %s\n", zip_error_strerror(error)); - zip_error_fini(error); - return; - } - - zip_set_default_password(za, password); - - zip_error_fini(error); - - n = zip_get_num_entries(za, 0); - for (i = 0; i < n; i++) { - zip_file_t *f = zip_fopen_index(za, i, 0); - if (f == NULL) { - fprintf(stderr, "Error opening file %d: %s\n", (int)i, zip_strerror(za)); - continue; - } - - while ((ret = zip_fread(f, buf, sizeof(buf))) > 0) { - ; - } - if (ret < 0) { - fprintf(stderr, "Error reading file %d: %s\n", (int)i, zip_strerror(za)); - } - if (zip_fclose(f) < 0) { - fprintf(stderr, "Error closing file %d: %s\n", (int)i, zip_strerror(za)); - continue; - } - } - if (zip_close(za) < 0) { - fprintf(stderr, "Error closing archive: %s\n", zip_strerror(za)); - zip_discard(za); - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer.c b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer.c deleted file mode 100644 index 2ad8855..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer.c +++ /dev/null @@ -1,61 +0,0 @@ -#include -#include -#include -#include -#include - -/** - This fuzzing target takes input data, creates a ZIP archive, load - it to a buffer, adds a file to it with AES-256 encryption and a - specified password, and then closes and removes the archive. - - The purpose of this fuzzer is to test security of ZIP archive - handling and encryption in the libzip by subjecting it to various - inputs, including potentially malicious or malformed data of - different file types. - **/ - -#ifdef __cplusplus -extern "C" -#endif -int -LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { - const char *path = "test_aes256.zip"; - const char *password = "password"; - const char *file = "filename"; - int error = 0; - struct zip *archive; - - (void)remove(path); - if ((archive = zip_open(path, ZIP_CREATE, &error)) == NULL) { - return -1; - } - - struct zip_source *source = zip_source_buffer(archive, data, size, 0); - if (source == NULL) { - fprintf(stderr, "failed to create source buffer. %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - - int index = (int)zip_file_add(archive, file, source, ZIP_FL_OVERWRITE); - if (index < 0) { - fprintf(stderr, "failed to add file to archive: %s\n", zip_strerror(archive)); - zip_source_free(source); - zip_discard(archive); - return -1; - } - if (zip_file_set_encryption(archive, index, ZIP_EM_AES_256, password) < 0) { - fprintf(stderr, "failed to set file encryption: %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - if (zip_close(archive) < 0) { - fprintf(stderr, "error closing archive: %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - (void)remove(path); - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer_seed_corpus.zip b/proj-web/thirdparty/libzip-1.11.3/ossfuzz/zip_write_encrypt_aes256_file_fuzzer_seed_corpus.zip deleted file mode 100644 index 431d73877152dc55ef537d42020b1e341a148fd7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6205 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 -#include -#include -#include -#include - -/** -This fuzzing target takes input data, creates a ZIP archive, load -it to a buffer, adds a file to it with traditional PKWARE -encryption and a specified password, and then closes and removes -the archive. - -The purpose of this fuzzer is to test security of ZIP archive -handling and encryption in the libzip by subjecting it to various -inputs, including potentially malicious or malformed data of -different file types. -**/ - -#ifdef __cplusplus -extern "C" -#endif -int -LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { - const char *path = "test_pkware.zip"; - const char *password = "password"; - const char *file = "filename"; - int error = 0; - struct zip *archive; - - (void)remove(path); - if ((archive = zip_open(path, ZIP_CREATE, &error)) == NULL) { - return -1; - } - - struct zip_source *source = zip_source_buffer(archive, data, size, 0); - if (source == NULL) { - fprintf(stderr, "failed to create source buffer. %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - - int index = (int)zip_file_add(archive, file, source, ZIP_FL_OVERWRITE); - if (index < 0) { - fprintf(stderr, "failed to add file to archive: %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - if (zip_file_set_encryption(archive, index, ZIP_EM_TRAD_PKWARE, password) < 0) { - fprintf(stderr, "failed to set file encryption: %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - if (zip_close(archive) < 0) { - fprintf(stderr, "error closing archive: %s\n", zip_strerror(archive)); - zip_discard(archive); - return -1; - } - (void)remove(path); - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/regress/CMakeLists.txt deleted file mode 100644 index c3af1ea..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/CMakeLists.txt +++ /dev/null @@ -1,110 +0,0 @@ -check_function_exists(getopt HAVE_GETOPT) - -set(TEST_PROGRAMS - add_from_filep - can_clone_file - fopen_unchanged - fseek - nonrandomopentest - liboverride-test -) - -set(GETOPT_USERS - fread - tryopen -) - -set(HOLE_USERS - hole - ziptool_regress -) - -set(ZIP_PROGRAMS ${TEST_PROGRAMS} ${GETOPT_USERS} ${HOLE_USERS}) - -foreach(PROGRAM IN LISTS ZIP_PROGRAMS) - add_executable(${PROGRAM} ${PROGRAM}.c) - target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}) - target_link_libraries(${PROGRAM} zip) -endforeach() - -# both programs using source_hole.c also use getopt -if(NOT HAVE_GETOPT) - foreach(PROGRAM IN LISTS GETOPT_USERS HOLE_USERS) - target_sources(${PROGRAM} PRIVATE ../src/getopt.c) - target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/src) - endforeach() -endif(NOT HAVE_GETOPT) - -foreach(PROGRAM IN LISTS HOLE_USERS) - target_sources(${PROGRAM} PRIVATE source_hole.c) -endforeach() - -foreach(PROGRAM IN LISTS FUZZ_PROGRAMS) - target_sources(${PROGRAM} PRIVATE fuzz_main.c) -endforeach() - -# for including ziptool.c -target_include_directories(ziptool_regress PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/src) - -set(DL_USERS - # malloc - nonrandomopen - liboverride -) - -foreach(PROGRAM IN LISTS DL_USERS) - add_library(${PROGRAM} MODULE ${PROGRAM}.c) - target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}) -endforeach() - -add_custom_target(cleanup - COMMAND ${CMAKE_COMMAND} -DDIR=${PROJECT_BINARY_DIR}/regress -P ${PROJECT_SOURCE_DIR}/regress/cleanup.cmake - ) - -add_custom_target(testinput - ALL - VERBATIM - COMMAND ${CMAKE_COMMAND} -E tar x ${PROJECT_SOURCE_DIR}/regress/manyfiles-zip.zip - COMMAND ${CMAKE_COMMAND} -E tar x ${PROJECT_SOURCE_DIR}/regress/bigzero-zip.zip - DEPENDS ${PROJECT_SOURCE_DIR}/regress/manyfiles-zip.zip ${PROJECT_SOURCE_DIR}/regress/bigzero-zip.zip -) - -set_property(DIRECTORY PROPERTY ADDITIONAL_MAKE_CLEAN_FILES - bigzero.zip - manyfiles-133000.zip - manyfiles-65536.zip - manyfiles-fewer.zip - manyfiles-more.zip - manyfiles-zip64-modulo.zip - manyfiles-zip64.zip - manyfiles.zip -) - -set(path "$;$ENV{PATH}") -if (TARGET zlib) - set(path "$;${path}") -endif() -string(REPLACE ";" "\\;" path "${path}") - -set(ENV{srcdir} ${PROJECT_SOURCE_DIR}/regress) - -file(GLOB EXTRA_TESTS ${CMAKE_CURRENT_SOURCE_DIR}/*.test) -foreach(FULL_CASE IN LISTS EXTRA_TESTS) - get_filename_component(CASE ${FULL_CASE} NAME) - add_test(NAME ${CASE} COMMAND ${NIHTEST} -v ${CASE}) - # TODO: add --bin-sub-directory $ - set_tests_properties(${CASE} PROPERTIES SKIP_RETURN_CODE 77) - set_tests_properties(${CASE} PROPERTIES ENVIRONMENT "PATH=${path}") -endforeach() - -set(XFAIL_TESTS -# zipcmp_zip_dir_slash.test -) - -foreach(CASE ${XFAIL_TESTS}) - set_tests_properties(${CASE} PROPERTIES WILL_FAIL TRUE) -endforeach() - -add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}) - -configure_file(nihtest.conf.in nihtest.conf @ONLY) diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_dir.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_dir.test deleted file mode 100644 index bdc7419..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_dir.test +++ /dev/null @@ -1,4 +0,0 @@ -# add directories to zip -return 0 -arguments testdir.zip add_dir testdir/ add_dir testdir-noslash -file testdir.zip {} testdir.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_buffer.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_buffer.test deleted file mode 100644 index 302283d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_buffer.test +++ /dev/null @@ -1,4 +0,0 @@ -# add buffer contents as file to zip -return 0 -arguments testbuffer.zip add teststring.txt "This is a test, and it seems to have been successful.\n" -file testbuffer.zip {} testbuffer.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file.test deleted file mode 100644 index 0f0fff5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file.test +++ /dev/null @@ -1,5 +0,0 @@ -# add file to zip -return 0 -arguments -- testfile.zip add_file testfile.txt testfile.txt 0 -1 -file testfile.txt testfile.txt -file testfile.zip {} testfile.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_duplicate.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_duplicate.test deleted file mode 100644 index 51665ef..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_duplicate.test +++ /dev/null @@ -1,8 +0,0 @@ -# add already existing file to zip, making duplicate names -return 1 -arguments -- testfile.zip add_file testfile.txt testfile.txt 0 -1 -file testfile.txt testfile.txt -file testfile.zip testfile.zip -stderr -can't add file 'testfile.txt': File already exists -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_twice_duplicate.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_twice_duplicate.test deleted file mode 100644 index d976837..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_twice_duplicate.test +++ /dev/null @@ -1,8 +0,0 @@ -# add file to zip twice, making duplicate names -return 1 -arguments -- testfile.zip add_file testfile.txt testfile.txt 0 -1 add_file testfile.txt testfile.txt 0 -1 -file testfile.txt testfile.txt -file testfile.zip {} testfile.zip -stderr -can't add file 'testfile.txt': File already exists -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_unchange.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_unchange.test deleted file mode 100644 index 098bd94..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_file_unchange.test +++ /dev/null @@ -1,4 +0,0 @@ -# add file to zip, but revert before closing -return 0 -arguments -- testfile.zip add_file testfile.txt testfile.txt 0 -1 unchange 0 -file testfile.txt testfile.txt diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.c b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.c deleted file mode 100644 index 10c2615..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.c +++ /dev/null @@ -1,96 +0,0 @@ -/* - add_from_filep.c -- test case for adding file to archive - Copyright (C) 1999-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include - -#include "zip.h" - -static const char *prg; - -int -main(int argc, char *argv[]) { - const char *archive; - const char *file; - const char *name; - zip_t *za; - zip_source_t *zs; - int err; - FILE *fp; - - prg = argv[0]; - - if (argc != 3) { - fprintf(stderr, "usage: %s archive file\n", prg); - return 1; - } - - archive = argv[1]; - file = argv[2]; - - if ((za = zip_open(archive, ZIP_CREATE, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: can't open zip archive '%s': %s\n", prg, archive, zip_error_strerror(&error)); - zip_error_fini(&error); - return 1; - } - - if ((fp = fopen(file, "rb")) == NULL) { - fprintf(stderr, "%s: can't open input file '%s': %s\n", prg, file, strerror(errno)); - return 1; - } - - if ((zs = zip_source_filep(za, fp, 0, -1)) == NULL) { - fprintf(stderr, "%s: error creating file source for '%s': %s\n", prg, file, zip_strerror(za)); - return 1; - } - - if ((name = strrchr(file, '/')) == NULL) - name = file; - - if (zip_file_add(za, name, zs, 0) == -1) { - zip_source_free(zs); - fprintf(stderr, "%s: can't add file '%s': %s\n", prg, file, zip_strerror(za)); - return 1; - } - - if (zip_close(za) == -1) { - fprintf(stderr, "%s: can't close zip archive '%s': %s\n", prg, archive, zip_strerror(za)); - return 1; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.test deleted file mode 100644 index 964c0eb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_filep.test +++ /dev/null @@ -1,6 +0,0 @@ -# add file to zip -program add_from_filep -return 0 -arguments testfile.zip testfile.txt -file testfile.txt testfile.txt -file testfile.zip {} testfile.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_stdin.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_stdin.test deleted file mode 100644 index d78c212..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_stdin.test +++ /dev/null @@ -1,7 +0,0 @@ -# add stdin to zip -arguments -- teststdin.zip add_file teststring.txt /dev/stdin 0 -1 -return 0 -file teststdin.zip {} teststdin.zip -stdin -This is a test, and it seems to have been successful. -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_closed.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_closed.test deleted file mode 100644 index 6d7e1ad..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_closed.test +++ /dev/null @@ -1,7 +0,0 @@ -# add deflated file from zip to zip, but close the source before it can be read -return 1 -arguments -- testfile.zip add_from_zip abac-repeat.txt testdeflated.zzip 0 0 -1 zin_close 0 -file testdeflated.zzip testdeflated.zip -stderr -can't close zip archive 'testfile.zip': Containing zip archive was closed -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated.test deleted file mode 100644 index 3edb0ff..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated.test +++ /dev/null @@ -1,5 +0,0 @@ -# add deflated file from zip to zip -return 0 -arguments -- testfile.zip add_from_zip abac-repeat.txt testdeflated.zzip 0 0 -1 -file testdeflated.zzip testdeflated.zip -file testfile.zip {} testdeflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated2.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated2.test deleted file mode 100644 index 729afea..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_deflated2.test +++ /dev/null @@ -1,5 +0,0 @@ -# add deflated files from zip to zip -return 0 -arguments -- testfile.zip add_from_zip abac-repeat.txt testdeflated.zzip 0 0 -1 add_from_zip abac-repeat2.txt testdeflated.zzip 0 0 -1 -file testdeflated.zzip testdeflated.zip -file testfile.zip {} testdeflated2.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_deflated.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_deflated.test deleted file mode 100644 index 590360a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_deflated.test +++ /dev/null @@ -1,5 +0,0 @@ -# add parts of a file from zip to zip -return 0 -arguments -- testfile.zip add_from_zip first firstsecond.zzip 0 0 9 add_from_zip second firstsecond.zzip 0 9 -1 -file firstsecond.zzip firstsecond.zip -file testfile.zip {} firstsecond-split-stored.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_stored.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_stored.test deleted file mode 100644 index 023780b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_partial_stored.test +++ /dev/null @@ -1,5 +0,0 @@ -# add parts of a file from zip to zip -return 0 -arguments -- testfile.zip add_from_zip first firstsecond.zzip 1 0 9 add_from_zip second firstsecond.zzip 1 9 -1 -file firstsecond.zzip firstsecond.zip -file testfile.zip {} firstsecond-split-stored.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_stored.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_stored.test deleted file mode 100644 index e32d2c6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_from_zip_stored.test +++ /dev/null @@ -1,5 +0,0 @@ -# add stored file from zip to zip -return 0 -arguments -- testfile.zip add_from_zip abac-repeat.txt teststored.zzip 0 0 -1 -file teststored.zzip teststored.zip -file testfile.zip {} testdeflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_stored.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_stored.test deleted file mode 100644 index 889a7f8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_stored.test +++ /dev/null @@ -1,4 +0,0 @@ -# add file, set compression method to ZIP_CM_STORE -return 0 -arguments -n test.zip add foo foo set_file_compression 0 store 0 -file test.zip {} foo-stored.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/add_stored_in_memory.test b/proj-web/thirdparty/libzip-1.11.3/regress/add_stored_in_memory.test deleted file mode 100644 index 7b67607..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/add_stored_in_memory.test +++ /dev/null @@ -1,4 +0,0 @@ -# add file, set compression method to ZIP_CM_STORE -return 0 -arguments -mn test.zip add foo foo set_file_compression 0 store 0 -file test.zip {} foo-stored.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/bigstored.zh b/proj-web/thirdparty/libzip-1.11.3/regress/bigstored.zh deleted file mode 100644 index 2a53bff036b0708978a8767d8b6b52892da91fed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24632 zcmeI)F-ikL6adh_i6$x*79PO#2Gq{V*aZS1g$GbUBoGm_vrA*8C$Y~#at^^G#F=#y zh@glfY2GZmvwwDGc6jyY_lMnsDBE6s77?fY{;+#E=+)QS<#P9)f>R=47DdiD~X6sCJKb@w+Hqft&JNbec}0t5&UAV7cs0RjXF z5FkK+009C72oNAZfB*pk1PBly@XrE^e1KFV;7|DgKRoB4SJY1GUsoWQZ!;O^w{PkZ zeBNj|17UlWAysZj)wmf9}L8;)Cw9_pjw?iS&1Rr(LQW^m1PcwBwd8t90v?4!OV@k(OU(2-Rqw z+{UxE>x_Q2$rw|weX04jE{!#>U>djBKJzyIOOzJqpV;FRr+OR-hj~_o@5+4oSD6D$ zZ_ekbJWXjI3R!=APTX(XJS^gAgHL@+|{?qQASgX-&R1x-B1);p5- zaVm3BJkOfp_S8Fn-z1`3iGmRue=RoKfF(FtvB(cI%=FPmKRFMEdKMc5O{#li)w0K6 zci}_AoK)w{-~7-(Ywi||h@b1cT4pG%|Lf6OUYx?`4qV(_X4qdIen!xwXX>O?`YAqf zwndnet;DfV{y-o{Dj4zp(%5X~z$1Bqlw4k1yN<3?bz}}?XR*SHX(ubUJHQbQQ7;288o-Cg#D14|Vi+ZvM3V@&h2!VnSCoY=E z3mhVgC^&+_gYZv+J4IT!#j1}gbK~%U2@gdud(YxrJI1+aj diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/bogus.zip b/proj-web/thirdparty/libzip-1.11.3/regress/bogus.zip deleted file mode 100644 index 7e538b6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/bogus.zip +++ /dev/null @@ -1 +0,0 @@ -bogus data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/broken.zip b/proj-web/thirdparty/libzip-1.11.3/regress/broken.zip deleted file mode 100644 index 2008c3244d97007f63d7f6be2e9a71d17a123bdb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75091 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 - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -#include - -#include "config.h" - -#ifdef HAVE_CLONEFILE -#include -#include -#include -#include -#include -#include -#include -#elif defined(HAVE_FICLONERANGE) -#include -#include -#include -#include -#include -#include -#endif - -int -main(int argc, char *argv[]) { -#ifdef HAVE_CLONEFILE - struct statfs fs; - struct attrlist attribute_list; - struct { - uint32_t size; - vol_capabilities_attr_t capabilities; - } volume_attributes; - - if (statfs(".", &fs) < 0) { - fprintf(stderr, "%s: can't get mount point of current directory: %s\n", argv[0], strerror(errno)); - exit(1); - } - - /* Not all volumes support clonefile(). A volume can be tested for - clonefile() support by using getattrlist(2) to get the volume - capabilities attribute ATTR_VOL_CAPABILITIES, and then testing the - VOL_CAP_INT_CLONE flag. */ - - memset(&attribute_list, 0, sizeof(attribute_list)); - attribute_list.bitmapcount = ATTR_BIT_MAP_COUNT; - attribute_list.volattr = ATTR_VOL_INFO | ATTR_VOL_CAPABILITIES; - memset(&volume_attributes, 0, sizeof(volume_attributes)); - - if (getattrlist(fs.f_mntonname, &attribute_list, &volume_attributes, sizeof(volume_attributes), 0) < 0) { - fprintf(stderr, "%s: can't get volume capabilities of '%s': %s\n", argv[0], fs.f_mntonname, strerror(errno)); - exit(1); - } - - if (volume_attributes.capabilities.capabilities[VOL_CAPABILITIES_INTERFACES] & VOL_CAP_INT_CLONE) { - exit(0); - } -#elif defined(HAVE_FICLONERANGE) - char namea[32] = "a.fioclone.XXXXXX"; - char nameb[32] = "b.fioclone.XXXXXX"; - int fda, fdb, ret; - struct file_clone_range range; - - if ((fda = mkstemp(namea)) < 0) { - fprintf(stderr, "can't create temp file a: %s\n", strerror(errno)); - exit(1); - } - if ((fdb = mkstemp(nameb)) < 0) { - fprintf(stderr, "can't create temp file b: %s\n", strerror(errno)); - (void)close(fda); - (void)remove(namea); - exit(1); - } - if (write(fda, "test\n", 5) < 0) { - fprintf(stderr, "can't write temp file a: %s\n", strerror(errno)); - (void)close(fda); - (void)remove(namea); - close(fdb); - (void)remove(nameb); - exit(1); - } - range.src_fd = fda; - range.src_offset = 0; - range.src_length = 0; - range.dest_offset = 0; - ret = ioctl(fdb, FICLONERANGE, &range); - (void)close(fda); - (void)close(fdb); - (void)remove(namea); - (void)remove(nameb); - if (ret >= 0) { - exit(0); - } -#endif - - exit(1); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/cancel_45.test b/proj-web/thirdparty/libzip-1.11.3/regress/cancel_45.test deleted file mode 100644 index 591c410..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/cancel_45.test +++ /dev/null @@ -1,12 +0,0 @@ -# test default compression stores if smaller; test cancel after 45% -return 1 -arguments -n -- test.zip cancel 45 add compressible aaaaaaaaaaaaaa add uncompressible uncompressible add_nul large-compressible 8200 add_file large-uncompressible large-uncompressible 0 -1 -file large-uncompressible large-uncompressible -stdout -0.0% done -25.0% done -50.0% done -end-of-inline-data -stderr -can't close zip archive 'test.zip': Operation cancelled -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/cancel_90.test b/proj-web/thirdparty/libzip-1.11.3/regress/cancel_90.test deleted file mode 100644 index ac34af7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/cancel_90.test +++ /dev/null @@ -1,14 +0,0 @@ -# test default compression stores if smaller; test cancel after 90% -return 1 -arguments -n -- test.zip cancel 90 add compressible aaaaaaaaaaaaaa add uncompressible uncompressible add_nul large-compressible 8200 add_file large-uncompressible large-uncompressible 0 -1 -file large-uncompressible large-uncompressible -stdout -0.0% done -25.0% done -50.0% done -75.0% done -100.0% done -end-of-inline-data -stderr -can't close zip archive 'test.zip': Operation cancelled -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases-fixed.test b/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases-fixed.test deleted file mode 100644 index f6962a8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases-fixed.test +++ /dev/null @@ -1,12 +0,0 @@ -description size of input file decreases between add and close -arguments test.zip add_file new muchlonger 0 11 extract_as 0 muchlonger -return 1 -file test.zip changing-size.zip changing-size.zip -file muchlonger -muchlonger -end-of-inline-data -short -end-of-inline-data -stderr -can't close zip archive 'test.zip': Unexpected length of data -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases.test b/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases.test deleted file mode 100644 index cbee7a0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-decreases.test +++ /dev/null @@ -1,12 +0,0 @@ -description size of input file decreases between add and close -arguments test.zip add_file new muchlonger 0 0 extract_as 0 muchlonger -return 1 -file test.zip changing-size.zip changing-size.zip -file muchlonger -muchlonger -end-of-inline-data -short -end-of-inline-data -stderr -can't close zip archive 'test.zip': Unexpected length of data -end-of-inline-data \ No newline at end of file diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-fixed.test b/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-fixed.test deleted file mode 100644 index c04c29e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-fixed.test +++ /dev/null @@ -1,8 +0,0 @@ -description size of input file increases between add and close -arguments test.zip add_file new short 0 6 extract_as 1 short -file test.zip changing-size.zip changing-size-muchlo.zip -file short -short -end-of-inline-data -muchlonger -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-unchecked.test b/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-unchecked.test deleted file mode 100644 index 56f7927..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases-unchecked.test +++ /dev/null @@ -1,8 +0,0 @@ -description size of input file increases between add and close -arguments -- test.zip add_file new short 0 -2 extract_as 1 short -file test.zip changing-size.zip changing-size-muchlonger.zip -file short -short -end-of-inline-data -muchlonger -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases.test b/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases.test deleted file mode 100644 index 96d518c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-increases.test +++ /dev/null @@ -1,6 +0,0 @@ -description size of input file increases between add and close -arguments test.zip add_file new short 0 0 extract_as 1 short -file test.zip changing-size.zip changing-size-muchl.zip -file short short -muchlonger -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-muchl.zip b/proj-web/thirdparty/libzip-1.11.3/regress/changing-size-muchl.zip deleted file mode 100644 index 7fd7159820f47d12d7cf50b633e8e4f306925dcd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 308 zcmWIWW@h1H0D()Hcf*dqY2ac5vO$;?h>J7wi%P%*R{&h$b)Z5|mjevkKm{NS(wJ7wi%P%*R{&h$b)Z5|mjevkKm{NS(wucqBg*rkx7mjwJ7wi%P%*R{&h$b)Z5|mjevkKm{Po1;n|f z$r(BMdFiP|2o{nSn|Y{On1NdIQp-`)GBVjS<8}#90~l;+1W{lo1$ZO0U~>~h0|UdB nMol0SVHdJKYz~9zThbTJ7wi%P%*R{&h$b)Z5|mjevkKm{NS(w diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_fail.test b/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_fail.test deleted file mode 100644 index 694328d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_fail.test +++ /dev/null @@ -1,7 +0,0 @@ -# check if file is torrentzip, fails -return 0 -arguments testfile.zzip get_archive_flag is-torrentzip -file testfile.zzip testfile.zip -stdout -0 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_modified.test b/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_modified.test deleted file mode 100644 index 04f27b5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_modified.test +++ /dev/null @@ -1,7 +0,0 @@ -# check if file is torrentzip, fails because it was modified afterwards -return 0 -arguments testfile.zzip get_archive_flag is-torrentzip -file testfile.zzip testfile-torrentzip-modified.zip -stdout -0 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_success.test b/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_success.test deleted file mode 100644 index 3cb2b92..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/check_torrentzip_success.test +++ /dev/null @@ -1,7 +0,0 @@ -# check if file is torrentzip, succeeds -return 0 -arguments testfile.zzip get_archive_flag is-torrentzip -file testfile.zzip testfile-torrentzip.zip -stdout -1 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/cleanup.cmake b/proj-web/thirdparty/libzip-1.11.3/regress/cleanup.cmake deleted file mode 100644 index 94fd13f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/cleanup.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# expect variable DIR -FILE(GLOB CLEANDIRS "${DIR}/sandbox-*.d[0-9]*") -IF (CLEANDIRS) - MESSAGE(STATUS "Removing ${CLEANDIRS}") - FILE(REMOVE_RECURSE ${CLEANDIRS}) -ENDIF() - diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-add.test b/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-add.test deleted file mode 100644 index e93c673..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-add.test +++ /dev/null @@ -1,4 +0,0 @@ -# test cloning archive from buffer, add new file -return 0 -arguments -mF 100 test.zzip add new "A new file." set_file_mtime 3 1512998132 -file test.zzip gap.zip gap-add.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-delete.test b/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-delete.test deleted file mode 100644 index 9b79cf0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-delete.test +++ /dev/null @@ -1,4 +0,0 @@ -# test cloning archive from buffer, deleting a file -return 0 -arguments -mF 100 test.zzip delete 2 -file test.zzip gap.zip gap-delete.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-replace.test b/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-replace.test deleted file mode 100644 index a19cb33..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/clone-buffer-replace.test +++ /dev/null @@ -1,4 +0,0 @@ -# test cloning archive from buffer, replacing a file -return 0 -arguments -mF 100 test.zzip replace_file_contents 2 "A changed file." set_file_mtime 2 1512998082 -file test.zzip gap.zip gap-replace.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-add.test b/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-add.test deleted file mode 100644 index 46d4d03..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-add.test +++ /dev/null @@ -1,5 +0,0 @@ -# test cloning archive from filesystem, add new file -precheck ./can_clone_file -return 0 -arguments test.zzip add new "A new file." set_file_mtime 3 1512998132 -file test.zzip gap.zip gap-add.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-delete.test b/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-delete.test deleted file mode 100644 index d52250c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-delete.test +++ /dev/null @@ -1,5 +0,0 @@ -# test cloning archive from filesystem, deleting a file -precheck ./can_clone_file -return 0 -arguments test.zzip delete 2 -file test.zzip gap.zip gap-delete.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-replace.test b/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-replace.test deleted file mode 100644 index d3c67f3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/clone-fs-replace.test +++ /dev/null @@ -1,5 +0,0 @@ -# test cloning archive from filesystem, replacing a file -precheck ./can_clone_file -return 0 -arguments test.zzip replace_file_contents 2 "A changed file." set_file_mtime 2 1512998082 -file test.zzip gap.zip gap-replace.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/cm-default.test b/proj-web/thirdparty/libzip-1.11.3/regress/cm-default.test deleted file mode 100644 index d7baa6e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/cm-default.test +++ /dev/null @@ -1,5 +0,0 @@ -# test default compression stores if smaller -return 0 -arguments -n -- test.zip add compressible aaaaaaaaaaaaaa add uncompressible uncompressible add_nul large-compressible 8200 add_file large-uncompressible large-uncompressible 0 -1 -file test.zip {} cm-default.zip -file large-uncompressible large-uncompressible diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/cm-default.zip b/proj-web/thirdparty/libzip-1.11.3/regress/cm-default.zip deleted file mode 100644 index 341edd9bb1b43277a7a8223a55c548e737d9799c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8702 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 Y{V)IDUjPa9R|WCsdHOS66aAh252uxL<^TWy diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip.test b/proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip.test deleted file mode 100644 index 07a31c1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip.test +++ /dev/null @@ -1,4 +0,0 @@ -# convert file to torrentzip -return 0 -arguments testfile.zzip set_archive_flag want-torrentzip 1 -file testfile.zzip testfile.zip testfile-torrentzip.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip_ef.test b/proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip_ef.test deleted file mode 100644 index 475ff95..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/convert_to_torrentzip_ef.test +++ /dev/null @@ -1,4 +0,0 @@ -# convert file to torrentzip, removing extra fields, internal & external file attributes -return 0 -arguments testfile.zzip set_archive_flag want-torrentzip 1 -file testfile.zzip testfile-ef.zip testfile-torrentzip.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/count_entries.test b/proj-web/thirdparty/libzip-1.11.3/regress/count_entries.test deleted file mode 100644 index af0348d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/count_entries.test +++ /dev/null @@ -1,7 +0,0 @@ -# zip_open: count entries for archive with >65k entries -arguments manyfiles.zip get_num_entries 0 -return 0 -file manyfiles.zip manyfiles.zip -stdout -70000 entries in archive -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/create_empty_keep.test b/proj-web/thirdparty/libzip-1.11.3/regress/create_empty_keep.test deleted file mode 100644 index 6409095..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/create_empty_keep.test +++ /dev/null @@ -1,4 +0,0 @@ -# delete last entry in zip archive -return 0 -arguments -n testfile.zzip set_archive_flag create-or-keep-file-for-empty-archive 1 -file testfile.zzip {} testempty.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes128.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes128.test deleted file mode 100644 index 0081e1d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes128.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, extract file using correct password -features HAVE_CRYPTO -return 0 -arguments encrypt.zzip set_password foofoofoo cat 1 -file encrypt.zzip encrypt-aes128.zip -stdout -encrypted -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes192.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes192.test deleted file mode 100644 index 7fc1af5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes192.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, extract file using correct password -features HAVE_CRYPTO -return 0 -arguments encrypt.zzip set_password foofoofoo cat 1 -file encrypt.zzip encrypt-aes192.zip -stdout -encrypted -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes256.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes256.test deleted file mode 100644 index 0dca913..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-aes256.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, extract file using correct password -features HAVE_CRYPTO -return 0 -arguments encrypt.zzip set_password foofoofoo cat 1 -file encrypt.zzip encrypt-aes256.zip -stdout -encrypted -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware-2.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware-2.test deleted file mode 100644 index 93a11c4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware-2.test +++ /dev/null @@ -1,11 +0,0 @@ -# test decryption support, extract file using correct password -return 0 -arguments encrypt.zzip set_password 1234 cat 0 -file encrypt.zzip encrypt-1234.zip -stdout -I would love to try or hear the sample audio your app can produce. I do not want to purchase, because I've purchased so many apps that say they do something and do not deliver. - -Can you please add audio samples with text you've converted? I'd love to see the end results. - -Thanks! -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware.test deleted file mode 100644 index 64804fb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-correct-password-pkware.test +++ /dev/null @@ -1,7 +0,0 @@ -# test decryption support, extract file using correct password -return 0 -arguments encrypt.zzip set_password foo cat 0 -file encrypt.zzip encrypt.zip -stdout -foo -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-empty-file-pkware.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-empty-file-pkware.test deleted file mode 100644 index aa3e2fe..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-empty-file-pkware.test +++ /dev/null @@ -1,6 +0,0 @@ -# test decryption support, extract empty file using correct password -return 0 -arguments empty-pkware.zzip set_password 1 cat 0 -file empty-pkware.zzip empty-pkware.zip -stdout -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-no-password-aes256.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-no-password-aes256.test deleted file mode 100644 index ec0767a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-no-password-aes256.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, no password provided -features HAVE_CRYPTO -return 1 -arguments encrypt.zzip cat 1 -file encrypt.zzip encrypt-aes256.zip -stderr -can't open file at index '1': No password provided -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes128.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes128.test deleted file mode 100644 index dde00bf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes128.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, extract file using wrong password -features HAVE_CRYPTO -return 1 -arguments encrypt.zzip set_password notfoonotfoo cat 1 -file encrypt.zzip encrypt-aes128.zip -stderr -can't open file at index '1': Wrong password provided -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes192.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes192.test deleted file mode 100644 index bd1bec0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes192.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, extract file using wrong password -features HAVE_CRYPTO -return 1 -arguments encrypt.zzip set_password notfoonotfoo cat 1 -file encrypt.zzip encrypt-aes192.zip -stderr -can't open file at index '1': Wrong password provided -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes256.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes256.test deleted file mode 100644 index 1f17caf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-aes256.test +++ /dev/null @@ -1,8 +0,0 @@ -# test AES decryption support, extract file using wrong password -features HAVE_CRYPTO -return 1 -arguments encrypt.zzip set_password notfoonotfoo cat 1 -file encrypt.zzip encrypt-aes256.zip -stderr -can't open file at index '1': Wrong password provided -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware-2.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware-2.test deleted file mode 100644 index 72b8817..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware-2.test +++ /dev/null @@ -1,9 +0,0 @@ -# test decryption support, extract file using wrong password (correct: "1234") -# In some cases, like this one, the password, even if incorrect, passes the -# minimal verification that's possible due to the zip file format specification. -return 1 -arguments encrypt.zzip set_password sample cat 0 -file encrypt.zzip encrypt-1234.zip -stderr -can't read file at index '0': Zlib error: data error -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware.test b/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware.test deleted file mode 100644 index 118fb07..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/decrypt-wrong-password-pkware.test +++ /dev/null @@ -1,7 +0,0 @@ -# test decryption support, extract file using wrong password -return 1 -arguments encrypt.zzip set_password notfoo cat 0 -file encrypt.zzip encrypt.zip -stderr -can't open file at index '0': Wrong password provided -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_add_same.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_add_same.test deleted file mode 100644 index faa34f5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_add_same.test +++ /dev/null @@ -1,5 +0,0 @@ -# delete entry in zip archive then add file of same name -# time is now(), so use zipcmp -return 0 -arguments testfile.zip delete 0 add testfile.txt test -file testfile.zip testfile.zip test2.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_invalid.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_invalid.test deleted file mode 100644 index 246bba4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_invalid.test +++ /dev/null @@ -1,7 +0,0 @@ -# delete last entry in zip archive -return 1 -arguments testfile.zzip delete 5 -file testfile.zzip testfile.zip -stderr -can't delete file at index '5': Invalid argument -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_last.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_last.test deleted file mode 100644 index 7810e0f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_last.test +++ /dev/null @@ -1,4 +0,0 @@ -# delete last entry in zip archive -return 0 -arguments testfile.zzip delete 0 -file testfile.zzip testfile.zip {} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_last_keep.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_last_keep.test deleted file mode 100644 index 1e7bead..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_last_keep.test +++ /dev/null @@ -1,4 +0,0 @@ -# delete last entry in zip archive -return 0 -arguments testfile.zzip set_archive_flag create-or-keep-file-for-empty-archive 1 delete 0 -file testfile.zzip testfile.zip testempty.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_last.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_last.test deleted file mode 100644 index 891b86e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_last.test +++ /dev/null @@ -1,4 +0,0 @@ -# delete multiple entries in zip archive, emptying it -return 0 -arguments testfile.zzip delete 0 delete 1 delete 2 delete 3 -file testfile.zzip testcomment.zip {} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_partial.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_partial.test deleted file mode 100644 index 099ff1b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_multiple_partial.test +++ /dev/null @@ -1,4 +0,0 @@ -# delete some entries in zip archive -return 0 -arguments testfile.zip delete 1 delete 3 -file testfile.zip testcomment.zip testcomment13.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/delete_renamed_rename.test b/proj-web/thirdparty/libzip-1.11.3/regress/delete_renamed_rename.test deleted file mode 100644 index 5a50bca..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/delete_renamed_rename.test +++ /dev/null @@ -1,5 +0,0 @@ -# delete renamed entry in zip archive then rename file to same name -# file date is now(), so use zipcmp -return 0 -arguments testfile.zip rename 0 something add test test delete 0 rename 1 testfile.txt -file testfile.zip testfile.zip test2.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/empty-pkware.zip b/proj-web/thirdparty/libzip-1.11.3/regress/empty-pkware.zip deleted file mode 100644 index b729025270ac63a4a46098a368c47735fdf4c334..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmWIWW@h1HU}Qi59w-weW*|O!P9SrLldi~#xnBaj8JR>Fa4SX_0b&^hc(byB7>q!u K52Uq090mXl-UqP& diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-1234.zip b/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-1234.zip deleted file mode 100644 index 09ef679a9bcffcabdec2bf50e2e19b6b0428eb65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 380 zcmWIWW@Zs#;AG%n(CX?4h~AJabBKX~L5h)qfr~+gp*S(OASYF?q@pA=gp+}}p{h4- z?O(h2(h6<{MwS=M3=Cjme@fM!s3T`y_#1pWx?Spz;;Vmx2l7^5y|J|STI#3gCj-7^ zJx}nv8@w&eZE@C_NmgYc|96+%Rh_%cXWGr&+c);exSsg4@|yX3EIex$a!5XwF_>auu&4O>>YVw1<6iD;{du4- zP;|Yp-WGdrrT#fbUJEV}U({D*&j_n1PWYnIRXb5GcnW2gD$) zoDAFysd>pol?5fKDU37O8JHLxT^T_tAi!r`-(Jg2kNw+^^Z!e}w|~ONJh9i`Uk7+I zGRZOHwi=`tWXP6A5DV-EkQRGp+>QV#1c7ahnm`hplLEY1L0$v8kcpubNLPY53;D*&iagn^MEnIRXb5GcnW2gD$) zoDAFysd>pol?5fKDU37O8JHLxT^Sh|YO5+7g^CYl%AT1ytG9HLZ~D@!ZBw2W$$Woh zxFFFwz?+dtjv2SrARB;&Fl=cAvA}KsX%S(@?Ff)U5ZKnJ2_&&ODZrZ*D*&j_n1PWYnIRXb5Gco>1jHb% zoDAFysd>pol?5fKDU37O8JHLxU70{C5Wt{l&$2HjZLW*_9P~x@q|85lj_;uR`~Yu8 zCOKx@)`Rpj0`Znc5DV-MkQRGp+ztUL1c7ahnm`hpvjV(XLEZzpl8K=dNY{cm3;^5f BE)f6# diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes192.zip b/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes192.zip deleted file mode 100644 index 98865ce41e14ece71c9b09122639604473b2abc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 316 zcmWIWW@h1H0D+v|QZ$-un2 zvnoQMt11GlfGYrKhzJ8CLo!1y&=8;+1|=W{8OzDQ&5)XxTvS<5lA6LelbwNy!O@k8 zfkFLh>&;}BqCa7q?q!_Wuqk5g!Q6Klj~;KiDVxOc`OERRt6>4&j7)OOxSS>dvIJ-& z1H+a^5DV;%&=6LL%g|g5GD?IQw*x^2fWWp!S0IVaxdGm+pdbOdo{6CsNY4au7y#hJ BL%RR~ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes256-noentropy.zip b/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes256-noentropy.zip deleted file mode 100644 index b3a6cad0193db4559ef5cdd96c6718cee6dbb318..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmWIWW@h1H0D+vD*&j_n1PWYnIRXb5Gco>2E-t( zoDAFysd>pol?5fKDU37O8JHLxU70~DP(j3jUH*FurzTBb&iU!>jT=wCRVEjSbOd-a zGRZOHb^^!@Mj+nO2x5WV0@7m7jN36Fg&?r4Q4>gFb6S8mE69sLmohPw0%@?>3;>eo BFpK~I diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes256.zip b/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-aes256.zip deleted file mode 100644 index 6349cb257fdeabbc3fbbd6051fde6c43dff3f191..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 320 zcmWIWW@h1H0D+v|QZ$-un2 zvnm3F!3wwnfQE=LFft@F3*gfhJ{4 z3R>o~FM6+~?h-5635S)!!_4w0mK0nm@aaBx{k*63f#dA```QD%8JXmmaXC){WD(F- z28Jz-AQspyp&_gg*P*!@WRwUqZbyO)0D*0du0Rr-lLNe2LBRs_0TV+nke&D*&!A7pO2auID#M8whg(acW+2 zQDs3%Y6_eI)WFCj$Bf%-pe_bRAl}jlVu39IX|acD!Db6cAqZ@1)C7`ns{*`PK@MhM N0>UgH9R=br005S+CD*&iagn<(%D6*W@H8ig0w-}HO z(h3qw%}Xw-EGS7$nRLm;mhHlfuQygczr5z_sSuB2E+K~w1bDM^AZrQmW@M6M#%(Xq vLcNO diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-pkware-noentropy.zip b/proj-web/thirdparty/libzip-1.11.3/regress/encrypt-pkware-noentropy.zip deleted file mode 100644 index e0c39a7ce77b84aba948e8a61153dad50de8fbee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 246 zcmWIWW@h1H0D+vD*&iagn<(%mfR;LXS+&Wy`tydXmv7=d_6BZ!6MPF9FJLn{~byrdDt zLUKGS#POjO4A>nFGZ>@|(^!Z5?r^7FX@ycwCqnQ=K!31leP=}Q_xEF{OWLL3`f x!2ouoE4m|L27|O=I*S)13^h0r$bvc&Xeh*i3=9F@tZX1POh7mjNY4dv7ywsIN%Q~! diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/encrypt_plus_extra_modified_l.zip b/proj-web/thirdparty/libzip-1.11.3/regress/encrypt_plus_extra_modified_l.zip deleted file mode 100644 index a546022e0b1f054e59ed0847b6bc76b3772bad41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 332 zcmWIWW@h1HU}RumFl?A%vLe-}P5{Ve0b))DEr!&*!Z5?r^7FX@ycwCqnQ=K!31leP=}Q_xEF{OWLL3`f x!2ot-D!Lm>10#c>kueCH1b8zt$uZ+r2htA$TN*(mNLPS2 RD;tQ-2!uvJS`EZu006>b4pjgE diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ef_00.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ef_00.zip deleted file mode 100644 index c07777b0016ced4ba93730e2a6fa3ac46f3cda10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmWIWW@h1H0D<*uOgy%~zthYJWJ54FgW>=GYz&4*#wMm_42A*Tj7)OOxD|s<0TNpp XK`dmg0p6@^ATdTDv;xxFAPxfn&72gG diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ef_ff.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ef_ff.zip deleted file mode 100644 index d62e0ec2ca51785166f561558090759e42a3c2c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmWIWW@h1H0D<*uOgy%~zthYJWJ54FgW>=GYz&4*#wMm_{|y7Y8JXmmaVrL!0wlIH Xf>_8}1H4(;Kw^wQXa%ITK^z7EHbNGU diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ff.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_1-ff.zip deleted file mode 100644 index 6b05df2f24ae3e9c29a9f1cae162634e281275de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmWIWW@h1H00E7aCLW6)Jf6)0WP>m>10#c>k@0^ZHVN=%WRhdXtq!Cg1hzDSNRX}o SZ&o%Cn-K_&fV3Kj!vFv#4G>cR diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-0.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-0.zip deleted file mode 100644 index c7072d2d2288b9d503c378141a753ef5e846055b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmWIWW@h1H00E7aCLW6)Jf6)0WP>mh5E>dW0I{)2fHxzP95ZfpApIb)r4dAebOm^` QvVqu)KnUbAsDU^P0Im!T?*IS* diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ef_00.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ef_00.zip deleted file mode 100644 index 68e40891573b9b79a4388369824de553efe78eba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmWIWW@h1H0D<*uOgy%~zthYJWJ54FgW>=GtPF-m#wMl=42A*Tj7)OOxD|s<0TNpp XK`dmg0p6@^ATdTDv;xxFAPxfnwviMg diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ef_ff.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_2-ef_ff.zip deleted file mode 100644 index be9510b6384ab4cd616e3fd9f8150564fc8c36b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmWIWW@h1H0D<*uOgy%~zthYJWJ54FgW>=GtPF-m#wMo!{~HE)Gcw6B<5mnd1xRdZ X1hJ5{26(fwfy5Yr&mh5E>dW{5Lc*HVN=%WRhdXtq!Cg1hzDSNRX}o SZ&o%Cn-K_&fV3Kj!vFvgw-4mx12cmmkTx_jHVN=%WRhdXtq!OR47N0aD3GoI SZ&o%Cn-K_&fV3Kj!vFx8xDAT{ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ef_00.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ef_00.zip deleted file mode 100644 index 326f98d528100cc0612a16c25c66b3a0d4cb2a67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmWIWW@h1H0D<*uOgy%~zthYJWJ54FgW>=GEDVN5#wI{9!vJqaCOKx@ia~~ez?Mc3 WiL5oio0SbD#t4K~Kw2BbVE_Q1hZDB| diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ef_ff.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ef_ff.zip deleted file mode 100644 index ab9d81f0dbbb7cfb05f10e75856fb10228ce6681..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmWIWW@h1H0D<*uOgy%~zthYJWJ54FgW>=GEDVN5#wP#&|2GWqW@M6M#;q7^3Xs^+ X2x1{?4e(}V1Bo#Lp%swU25}ew-&Gm0 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ff.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_3-ff.zip deleted file mode 100644 index c6fde73b420e9883bab1992cbd2aed7cd22a4861..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmWIWW@h1H00E7aCLW6)Jf6)0WP>mx12co+|Ns9Djf_nKycwC~m~pEE=?8%=jUW=F UE5MtT4a8;yLL(rp2I4RP0LqmUg#Z8m diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_4-ff.zip b/proj-web/thirdparty/libzip-1.11.3/regress/extra_field_align_4-ff.zip deleted file mode 100644 index c23966f4336695b0f9c2697a6cc0da0ce60570ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 113 zcmWIWW@h1H00EX&CLS_YUr)0F*&xiwz`|ho|33qRp^>qPX@EB)lN>W{l^_#9U`r#2 V1nUd%W@Q6$7=h3jNNa#N3;^-*52*kE diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_get.test b/proj-web/thirdparty/libzip-1.11.3/regress/extra_get.test deleted file mode 100644 index b0f76db..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/extra_get.test +++ /dev/null @@ -1,13 +0,0 @@ -# get extra fields for index -arguments encrypt.zip get_extra 0 0 l get_extra 0 0 c get_extra 0 1 l get_extra 0 1 c get_extra 0 2 l -return 1 -file encrypt.zip encrypt.zip -stdout -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -Extra field 0x7855: len 0 -end-of-inline-data -stderr -can't get extra field data for file at index 0, extra field 2, flags 256: No such file -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_get_by_id.test b/proj-web/thirdparty/libzip-1.11.3/regress/extra_get_by_id.test deleted file mode 100644 index 22d388d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/extra_get_by_id.test +++ /dev/null @@ -1,13 +0,0 @@ -# get extra_by_id fields for index -arguments encrypt.zip get_extra_by_id 0 21589 0 l get_extra_by_id 0 30805 0 l get_extra_by_id 0 21589 0 c get_extra_by_id 0 30805 0 c get_extra_by_id 0 21544 0 c -return 1 -file encrypt.zip encrypt.zip -stdout -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -end-of-inline-data -stderr -can't get extra field data for file at index 0, extra field id 21544, ef index 0, flags 512: No such file -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_set.test b/proj-web/thirdparty/libzip-1.11.3/regress/extra_set.test deleted file mode 100644 index b60784b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/extra_set.test +++ /dev/null @@ -1,16 +0,0 @@ -# set extra field -arguments -- encrypt get_extra 0 0 c get_extra 0 1 c get_extra 0 0 l get_extra 0 1 l set_extra 0 2345 -1 l extrafieldcontent set_extra 0 2345 -1 c extrafieldcontent get_extra 0 0 c get_extra 0 1 c get_extra 0 2 c get_extra 0 0 l get_extra 0 1 l get_extra 0 2 l -file encrypt encrypt.zip encrypt_plus_extra.zip -return 0 -stdout -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_c.test b/proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_c.test deleted file mode 100644 index 6db1545..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_c.test +++ /dev/null @@ -1,18 +0,0 @@ -# change existing central extra field -arguments encrypt.zip get_extra 0 0 c get_extra 0 1 c get_extra 0 2 c get_extra 0 0 l get_extra 0 1 l get_extra 0 2 l set_extra 0 2345 0 c Extrafieldcontent get_extra 0 0 c get_extra 0 1 c get_extra 0 2 c get_extra 0 0 l get_extra 0 1 l get_extra 0 2 l -file encrypt.zip encrypt_plus_extra.zip encrypt_plus_extra_modified_c.zip -return 0 -stdout -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -Extra field 0x0929: len 17, data 0x45787472616669656c64636f6e74656e74 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_l.test b/proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_l.test deleted file mode 100644 index 60f251e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/extra_set_modify_l.test +++ /dev/null @@ -1,18 +0,0 @@ -# change existing local extra field -arguments encrypt.zip get_extra 0 0 c get_extra 0 1 c get_extra 0 2 c get_extra 0 0 l get_extra 0 1 l get_extra 0 2 l set_extra 0 2345 0 l Extrafieldcontent get_extra 0 0 c get_extra 0 1 c get_extra 0 2 c get_extra 0 0 l get_extra 0 1 l get_extra 0 2 l -file encrypt.zip encrypt_plus_extra.zip encrypt_plus_extra_modified_l.zip -return 0 -stdout -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -Extra field 0x5455: len 5, data 0x033dda4c44 -Extra field 0x7855: len 0 -Extra field 0x0929: len 17, data 0x65787472616669656c64636f6e74656e74 -Extra field 0x0929: len 17, data 0x45787472616669656c64636f6e74656e74 -Extra field 0x5455: len 9, data 0x033dda4c444dda4c44 -Extra field 0x7855: len 4, data 0x64001400 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fdopen_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/fdopen_ok.test deleted file mode 100644 index 70b98cc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fdopen_ok.test +++ /dev/null @@ -1,17 +0,0 @@ -# zip_fdopen: stdin opens fine -#program ../src/ziptool -arguments /dev/stdin stat 0 -return 0 -file test.zip test.zip -stdin test.zip -stdout -name: 'test' -index: '0' -size: '5' -compressed size: '5' -mtime: 'Mon Oct 06 2003 15:46:42' -crc: '3bb935c6' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/file_comment_encmismatch.test b/proj-web/thirdparty/libzip-1.11.3/regress/file_comment_encmismatch.test deleted file mode 100644 index a5c6c22..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/file_comment_encmismatch.test +++ /dev/null @@ -1,7 +0,0 @@ -# set file comment to UTF-8 for CP437 encoded filename (adds InfoZIP extra field) -return 0 -arguments -i testfile.zip dummy -stdin -set_file_comment 0 ÄÖÜßäöü -end-of-inline-data -file testfile.zip test-cp437.zip test-cp437-comment-utf-8.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/filename_duplicate.zip b/proj-web/thirdparty/libzip-1.11.3/regress/filename_duplicate.zip deleted file mode 100644 index 96a11e7dd330e2dbcd006ae5fecf030eb6b7ab72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 206 zcmWIWW@h1H0D--8Z#YPsN7k?b*&xgc#3iZ4C5B*vD*&!=H&Ee?l#+0)3XOmY8JXmm rahnM=mVpt7w={xSV8fBMU^5-05TZpBp@kJ>KLZmGrUB_75QhN(sEs25 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/filename_duplicate_empty.zip b/proj-web/thirdparty/libzip-1.11.3/regress/filename_duplicate_empty.zip deleted file mode 100644 index c4af0d8455c52a12d7d31e57b70ca203d06cbbc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 186 zcmWIWW@h1H0D--8Z#YPsN7k?b*&qx8C8@> diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/filename_empty.zip b/proj-web/thirdparty/libzip-1.11.3/regress/filename_empty.zip deleted file mode 100644 index d32e4e72244cc30fef2055efc3491e713c3cc132..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 98 ycmWIWW@h1H0D(Vg-$oECz?+o~L^A@R9*~v;aToyfpa_5f diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fileorder.zip b/proj-web/thirdparty/libzip-1.11.3/regress/fileorder.zip deleted file mode 100644 index 3fcd81a66b6ddf4129101cc36f3cfe873c393d46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmWIWW@h1H0D*10W;?_izGG(vvSBzaGbhyuOa#EyZ3U`(n(%xcObv(zDKP{S0p5&E sa?B7Dv8e>v#0bP&8Z}`0khNfQ1VRgl1$7N88;HXMglRxJ0K{Pc04%H{%m4rY diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/firstsecond-split-deflated.zip b/proj-web/thirdparty/libzip-1.11.3/regress/firstsecond-split-deflated.zip deleted file mode 100644 index 35b9a5c6d8852e1392aa65a5d19f1a249e1111e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 219 zcmWIWW@Zs#U|`^22#cHJu!5my3OA6)3B;^GoR(QsT;hFNM@vuBLr05|Apk|SzU17$ zJU~@kK+Fcj#i_~pc`4d{zUR(+!_+e}F)-jZAE*flfNcx#M%99D2|~RdkO{Fez?&6h PKLZmGrUU6X5QhN(R-7TM diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/firstsecond-split-stored.zip b/proj-web/thirdparty/libzip-1.11.3/regress/firstsecond-split-stored.zip deleted file mode 100644 index 35f0684bf9d8d7d4a8a568110559881c5f769b56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 215 zcmWIWW@h1HU}9ik@Q<70u!5my3MY^a!mL1?mRVF>0wxL)i%J6EYJ-4k^(E*2jwCDg?5UT>bSwXe~ Oy}-nf4y2<%90maOuqH47 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/firstsecond.zip b/proj-web/thirdparty/libzip-1.11.3/regress/firstsecond.zip deleted file mode 100644 index 3fbe7ad1ab06fc80bb2cccff1394d36f2c8ff419..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 319 zcmWIWW@Zs#U|`^22#cHJuwf!&gb5&2HdK^+TjFP11lSd&j^HuKw1SX F2>^^N4T=B& diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple.test b/proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple.test deleted file mode 100644 index b536318..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple.test +++ /dev/null @@ -1,9 +0,0 @@ -# read contents from multiply opened unchanged file -return 0 -arguments test_open_multiple.zip fopen stuff fopen stuff fread 0 2 fread 1 4 fread 0 3 fread 1 3 fread 0 3 fread 1 1 unchange_all -file test_open_multiple.zip test_open_multiple.zip -stdout -opened 'stuff' as file 0 -opened 'stuff' as file 1 -ababcdcdeefgfghh -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple_reopen.test b/proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple_reopen.test deleted file mode 100644 index 5b15250..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_multiple_reopen.test +++ /dev/null @@ -1,9 +0,0 @@ -# read contents from multiply reopened changed file -return 0 -arguments test_open_multiple.zip replace_file_contents 0 12345678 fopen stuff fopen stuff fread 0 2 fread 1 4 fread 0 3 fread 1 3 fread 0 3 fread 1 1 unchange_all -file test_open_multiple.zip test_open_multiple.zip -stdout -opened 'stuff' as file 0 -opened 'stuff' as file 1 -1212343455676788 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.c b/proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.c deleted file mode 100644 index 79dd91d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.c +++ /dev/null @@ -1,90 +0,0 @@ -/* - fopen_unchanged.c -- test case for adding file and reading from unchanged - Copyright (C) 2012-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include - -#include "zip.h" - -const char *teststr = "This is a test.\n"; -const char *file = "teststring.txt"; - -int -main(int argc, char *argv[]) { - const char *archive; - zip_t *za; - zip_source_t *zs; - int err; - - if (argc != 2) { - fprintf(stderr, "usage: %s archive\n", argv[0]); - return 1; - } - - archive = argv[1]; - - if ((za = zip_open(archive, ZIP_CREATE, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "can't open zip archive '%s': %s\n", archive, zip_error_strerror(&error)); - zip_error_fini(&error); - return 1; - } - - if ((zs = zip_source_buffer(za, teststr, strlen(teststr), 0)) == NULL) { - fprintf(stderr, "can't create zip_source from buffer: %s\n", zip_strerror(za)); - exit(1); - } - - if (zip_file_add(za, file, zs, 0) == -1) { - fprintf(stderr, "can't add file '%s': %s\n", file, zip_strerror(za)); - (void)zip_source_free(zs); - (void)zip_close(za); - return 1; - } - - if (zip_fopen(za, file, ZIP_FL_UNCHANGED) == NULL) { - fprintf(stderr, "can't zip_fopen file '%s': %s\n", file, zip_strerror(za)); - (void)zip_discard(za); - return 1; - } - - if (zip_close(za) == -1) { - fprintf(stderr, "can't close zip archive '%s': %s\n", archive, zip_strerror(za)); - return 1; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.test b/proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.test deleted file mode 100644 index c74c370..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fopen_unchanged.test +++ /dev/null @@ -1,7 +0,0 @@ -# add buffer contents as file to zip, then read unchanged from it -program fopen_unchanged -return 1 -arguments testbuffer.zip -stderr -can't zip_fopen file 'teststring.txt': No such file -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fread.c b/proj-web/thirdparty/libzip-1.11.3/regress/fread.c deleted file mode 100644 index 8840c28..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fread.c +++ /dev/null @@ -1,212 +0,0 @@ -/* - fread.c -- test cases for reading from zip archives - Copyright (C) 2004-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "config.h" - -#include -#include - -#ifndef HAVE_GETOPT -#include "getopt.h" -#endif - -#include "zip.h" - -enum when { WHEN_NEVER, WHEN_OPEN, WHEN_READ, WHEN_CLOSE }; - -const char *when_name[] = {"no", "zip_fopen", "zip_fread", "zip_fclose"}; - -static int do_read(zip_t *z, const char *name, zip_flags_t flags, enum when when_ex, int ze_ex, int se_ex); - -int verbose; - -const char *progname; -#define USAGE "usage: %s [-v] archive\n" - -int -main(int argc, char *argv[]) { - int fail, ze; - int c; - zip_t *z; - zip_source_t *zs; - char *archive; - zip_int64_t idx; - - verbose = 0; - fail = 0; - - progname = argv[0]; - - while ((c = getopt(argc, argv, "v")) != -1) { - switch (c) { - case 'v': - verbose = 1; - break; - - default: - fprintf(stderr, USAGE, progname); - return 1; - } - } - - - if (argc - optind != 1) { - fprintf(stderr, USAGE, progname); - return 1; - } - - archive = argv[optind]; - - if ((z = zip_open(archive, 0, &ze)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, ze); - fprintf(stderr, "%s: can't open zip archive '%s': %s\n", progname, archive, zip_error_strerror(&error)); - zip_error_fini(&error); - return 1; - } - - fail += do_read(z, "storedok", 0, WHEN_NEVER, 0, 0); - fail += do_read(z, "deflateok", 0, WHEN_NEVER, 0, 0); - fail += do_read(z, "storedcrcerror", 0, WHEN_READ, ZIP_ER_CRC, 0); - fail += do_read(z, "deflatecrcerror", 0, WHEN_READ, ZIP_ER_CRC, 0); - fail += do_read(z, "deflatezliberror", 0, WHEN_READ, ZIP_ER_ZLIB, -3); -#ifndef __clang_analyzer__ /* This test intentionally violates nullability. */ - fail += do_read(z, NULL, 0, WHEN_OPEN, ZIP_ER_INVAL, 0); -#endif - fail += do_read(z, "nosuchfile", 0, WHEN_OPEN, ZIP_ER_NOENT, 0); - fail += do_read(z, "deflatezliberror", ZIP_FL_COMPRESSED, WHEN_NEVER, 0, 0); - fail += do_read(z, "deflatecrcerror", ZIP_FL_COMPRESSED, WHEN_NEVER, 0, 0); - fail += do_read(z, "storedcrcerror", ZIP_FL_COMPRESSED, WHEN_READ, ZIP_ER_CRC, 0); - fail += do_read(z, "storedok", ZIP_FL_COMPRESSED, WHEN_NEVER, 0, 0); - - fail += do_read(z, "cryptok", 0, WHEN_OPEN, ZIP_ER_NOPASSWD, 0); - zip_set_default_password(z, "crypt"); - fail += do_read(z, "cryptok", 0, WHEN_NEVER, 0, 0); - zip_set_default_password(z, "wrong"); - fail += do_read(z, "cryptok", 0, WHEN_OPEN, ZIP_ER_WRONGPASSWD, 0); - zip_set_default_password(z, NULL); - - zs = zip_source_buffer(z, "asdf", 4, 0); - if ((idx = zip_name_locate(z, "storedok", 0)) < 0) { - fprintf(stderr, "%s: can't locate 'storedok' in zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - fail++; - } - else { - if (zip_file_replace(z, (zip_uint64_t)idx, zs, 0) < 0) { - fprintf(stderr, "%s: can't replace 'storedok' in zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - fail++; - } - else { - fail += do_read(z, "storedok", 0, WHEN_NEVER, 0, 0); - fail += do_read(z, "storedok", ZIP_FL_UNCHANGED, WHEN_NEVER, 0, 0); - } - } - if ((idx = zip_name_locate(z, "storedok", 0)) < 0) { - fprintf(stderr, "%s: can't locate 'storedok' in zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - fail++; - } - else { - if (zip_delete(z, (zip_uint64_t)idx) < 0) { - fprintf(stderr, "%s: can't replace 'storedok' in zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - fail++; - } - else { - fail += do_read(z, "storedok", 0, WHEN_OPEN, ZIP_ER_NOENT, 0); - fail += do_read(z, "storedok", ZIP_FL_UNCHANGED, WHEN_NEVER, 0, 0); - } - } - zs = zip_source_buffer(z, "asdf", 4, 0); - if (zip_file_add(z, "new_file", zs, 0) < 0) { - fprintf(stderr, "%s: can't add file to zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - fail++; - } - else { - fail += do_read(z, "new_file", 0, WHEN_NEVER, 0, 0); - } - - zip_unchange_all(z); - if (zip_close(z) == -1) { - fprintf(stderr, "%s: can't close zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - return 1; - } - - exit(fail ? 1 : 0); -} - - -static int -do_read(zip_t *z, const char *name, zip_flags_t flags, enum when when_ex, int ze_ex, int se_ex) { - zip_file_t *zf; - enum when when_got; - zip_error_t error_got, error_ex; - zip_error_t *zf_error; - int err; - char b[8192]; - zip_int64_t n; - - when_got = WHEN_NEVER; - zip_error_init(&error_got); - zip_error_init(&error_ex); - zip_error_set(&error_ex, ze_ex, se_ex); - - if ((zf = zip_fopen(z, name, flags)) == NULL) { - when_got = WHEN_OPEN; - zf_error = zip_get_error(z); - zip_error_set(&error_got, zip_error_code_zip(zf_error), zip_error_code_system(zf_error)); - } - else { - while ((n = zip_fread(zf, b, sizeof(b))) > 0) - ; - if (n < 0) { - when_got = WHEN_READ; - zf_error = zip_file_get_error(zf); - zip_error_set(&error_got, zip_error_code_zip(zf_error), zip_error_code_system(zf_error)); - } - err = zip_fclose(zf); - if (when_got == WHEN_NEVER && err != 0) { - when_got = WHEN_CLOSE; - zip_error_init_with_code(&error_got, err); - } - } - - if (when_got != when_ex || zip_error_code_zip(&error_got) != zip_error_code_zip(&error_ex) || zip_error_code_system(&error_got) != zip_error_code_system(&error_ex)) { - printf("%s: %s: got %s error (%s), expected %s error (%s)\n", progname, name, when_name[when_got], zip_error_strerror(&error_got), when_name[when_ex], zip_error_strerror(&error_ex)); - zip_error_fini(&error_got); - zip_error_fini(&error_ex); - return 1; - } - else if (verbose) - printf("%s: %s: passed\n", progname, name); - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fread.test b/proj-web/thirdparty/libzip-1.11.3/regress/fread.test deleted file mode 100644 index 16fb877..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fread.test +++ /dev/null @@ -1,5 +0,0 @@ -# various tests for zip_fread -program fread -arguments broken.zip -return 0 -file broken.zip broken.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fseek.c b/proj-web/thirdparty/libzip-1.11.3/regress/fseek.c deleted file mode 100644 index b2db322..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fseek.c +++ /dev/null @@ -1,104 +0,0 @@ -/* - fseek.c -- test tool for seeking in zip archives - Copyright (C) 2016-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zip.h" - -const char *progname; -#define USAGE "usage: %s archive index offset\n" - -int -main(int argc, char *argv[]) { - int ze; - zip_t *z; - zip_file_t *zf; - char *archive; - zip_int64_t offset, n; - zip_uint64_t index; - char b[1024]; - - progname = argv[0]; - - if (argc != 4) { - fprintf(stderr, USAGE, progname); - return 1; - } - - archive = argv[1]; - index = strtoull(argv[2], NULL, 10); - offset = (zip_int64_t)strtoull(argv[3], NULL, 10); - - if ((z = zip_open(archive, 0, &ze)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, ze); - fprintf(stderr, "%s: can't open zip archive '%s': %s\n", progname, archive, zip_error_strerror(&error)); - zip_error_fini(&error); - return 1; - } - - if ((zf = zip_fopen_index(z, index, 0)) == NULL) { - fprintf(stderr, "%s: can't open file in archive '%s': %s\n", progname, archive, zip_error_strerror(zip_file_get_error(zf))); - zip_close(z); - return 1; - } - - if (zip_fseek(zf, offset, SEEK_SET) < 0) { - fprintf(stderr, "%s: zip_fseek failed: %s\n", progname, zip_error_strerror(zip_file_get_error(zf))); - zip_fclose(zf); - zip_close(z); - return 1; - } - - while ((n = zip_fread(zf, b, sizeof(b))) > 0) { - printf("%.*s", (int)n, b); - } - if (n < 0) { - fprintf(stderr, "%s: zip_fread failed: %s\n", progname, zip_error_strerror(zip_file_get_error(zf))); - zip_fclose(zf); - zip_close(z); - return 1; - } - - if (zip_fclose(zf) == -1) { - fprintf(stderr, "%s: can't close zip archive entry %" PRIu64 " in '%s': %s\n", progname, index, archive, zip_strerror(z)); - return 1; - } - - if (zip_close(z) == -1) { - fprintf(stderr, "%s: can't close zip archive '%s': %s\n", progname, archive, zip_strerror(z)); - return 1; - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fseek_deflated.test b/proj-web/thirdparty/libzip-1.11.3/regress/fseek_deflated.test deleted file mode 100644 index ca22ed1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fseek_deflated.test +++ /dev/null @@ -1,8 +0,0 @@ -# unsuccessful fseek test because data is compressed -program fseek -arguments test.zip 0 2 -return 1 -file test.zip testdeflated.zip -stderr -zip_fseek failed: Operation not supported -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fseek_fail.test b/proj-web/thirdparty/libzip-1.11.3/regress/fseek_fail.test deleted file mode 100644 index 4af6000..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fseek_fail.test +++ /dev/null @@ -1,8 +0,0 @@ -# successful fseek test -program fseek -arguments test.zip 0 8 -return 1 -file test.zip test.zip -stderr -zip_fseek failed: Invalid argument -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/fseek_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/fseek_ok.test deleted file mode 100644 index 1e85db0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/fseek_ok.test +++ /dev/null @@ -1,8 +0,0 @@ -# successful fseek test -program fseek -arguments test.zip 0 2 -return 0 -file test.zip test.zip -stdout -st -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/gap-add.zip b/proj-web/thirdparty/libzip-1.11.3/regress/gap-add.zip deleted file mode 100644 index e1a015927771d04bc0adc99c550297b55fe8a5c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 451 zcmWIWW@h1H0D+>+Zf|pk3)2LFY!GG!;`GFVkc`Y?1t2QPNL5J7%t_T#Ko$Wi&JbNGRv<3P z$Sg|XK6yeXjA7BFo)Cp|I$nVur_Xp^WoCeA1gc^90MwZBQQ`&`SZ{2o2c$1X0ewu&vP<$b|R@q6fEM5PIr?Ot8;jT0m0R ce1Xui1IPq=C%~H(6r>C+KzI^JKLK$V0D0kF+W-In diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/gap-delete.zip b/proj-web/thirdparty/libzip-1.11.3/regress/gap-delete.zip deleted file mode 100644 index 7d73d008c4e579a08db5ee9482c2600d52468983..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 250 zcmWIWW@h1H0D+>+Zf|pk3)2LFY!GG!;`GFVkc`Y?1t2QPNL5J7%t_T#Ko$Wi&&YXnh1+mJP2vks!1 cfni&tGmr_fD!`i++Zf|pk3)2LFY!GG!;`GFVkc`Y?1t2QPNL5J7%t_T#Ko$Wi&*wxUCs|=gD@))mt4MkFf!RQ<90Go8yIYB1W`cu1$ZMgU~?cuIRnGCMrR-s;y8#N+zvzN asRuH_&J6Ho1$h@3Y|IQZfb>QXhXDXA^++Zf|pk3)2LFY!GG!;`GFVkc`Y?1t2QPNL5J7%t_T#Ko$Wi&JbNGRv<3P z$Sg|XK6yeXjA7BFo)Cp|I$nVur_Xp^Wo8KQW@NHw#_e*TZZO!^2%><_MAm@Koe<>= o4BHx=flP=SA$oAT522?X$OOAKz?&81YhdUxGt2tiMFb%&2w{3}}Rv|pFIH0U_j zSKnYO$!(!c0(dh^#A|> diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/hole.c b/proj-web/thirdparty/libzip-1.11.3/regress/hole.c deleted file mode 100644 index 992ed01..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/hole.c +++ /dev/null @@ -1,190 +0,0 @@ -/* - hole.c -- convert huge files with mostly NULs to/from source_hole - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -#include "config.h" - -#include -#include - -#ifndef HAVE_GETOPT -#include "getopt.h" -#endif - -#include "zip.h" - -/* public API */ - -zip_source_t *source_hole_create(const char *, int flags, zip_error_t *); - -const char *progname; - - -static int -copy_source(zip_source_t *from, zip_source_t *to) { - zip_uint8_t buf[8192]; - zip_int64_t n; - - if (zip_source_open(from) < 0) { - fprintf(stderr, "%s: can't open source for reading: %s\n", progname, zip_error_strerror(zip_source_error(from))); - return -1; - } - - if (zip_source_begin_write(to) < 0) { - fprintf(stderr, "%s: can't open source for writing: %s\n", progname, zip_error_strerror(zip_source_error(to))); - zip_source_close(from); - return -1; - } - - while ((n = zip_source_read(from, buf, sizeof(buf))) > 0) { - if (zip_source_write(to, buf, (zip_uint64_t)n) != n) { - fprintf(stderr, "%s: can't write to source: %s\n", progname, zip_error_strerror(zip_source_error(to))); - zip_source_close(from); - zip_source_rollback_write(to); - return -1; - } - } - - if (n < 0) { - fprintf(stderr, "%s: can't read from source: %s\n", progname, zip_error_strerror(zip_source_error(from))); - zip_source_close(from); - zip_source_rollback_write(to); - return -1; - } - - zip_source_close(from); - - if (zip_source_commit_write(to) < 0) { - fprintf(stderr, "%s: can't commit source: %s\n", progname, zip_error_strerror(zip_source_error(to))); - zip_source_rollback_write(to); - return -1; - } - - return 0; -} - - -static zip_source_t * -open_compressed(const char *fname, int flags) { - zip_error_t error; - zip_source_t *src; - - zip_error_init(&error); - - if ((src = source_hole_create(fname, flags, &error)) == NULL) { - fprintf(stderr, "%s: can't open compressed file %s: %s\n", progname, fname, zip_error_strerror(&error)); - zip_error_fini(&error); - exit(1); - } - - return src; -} - - -static zip_source_t * -open_file(const char *fname) { - zip_error_t error; - zip_source_t *src; - - zip_error_init(&error); - - if ((src = zip_source_file_create(fname, 0, 0, &error)) == NULL) { - fprintf(stderr, "%s: can't open file %s: %s\n", progname, fname, zip_error_strerror(&error)); - zip_error_fini(&error); - exit(1); - } - - return src; -} - - -static void -usage(void) { - fprintf(stderr, "usage: %s [-du] in out\n", progname); - fprintf(stderr, "\nOptions:\n -d decompress in\n -u update in\n"); - exit(1); -} - - -int -main(int argc, char **argv) { - zip_source_t *from; - zip_source_t *to; - int c, err; - int compress = 1; - int decompress = 0; - - progname = argv[0]; - - while ((c = getopt(argc, argv, "du")) != -1) { - switch (c) { - case 'd': - compress = 0; - decompress = 1; - break; - - case 'u': - compress = 1; - decompress = 1; - break; - - default: - usage(); - break; - } - } - - if (optind + 2 != argc) { - usage(); - } - - if (decompress) { - from = open_compressed(argv[optind], 0); - } - else { - from = open_file(argv[optind]); - } - - if (compress) { - to = open_compressed(argv[optind + 1], ZIP_CREATE); - } - else { - to = open_file(argv[optind + 1]); - } - - err = copy_source(from, to); - - zip_source_free(from); - zip_source_free(to); - - exit(err < 0 ? 1 : 0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-archive-comment-longer.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-archive-comment-longer.zip deleted file mode 100644 index 28d7ed365f9218f5177adae4bd35004f4d817562..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLtZD|CtfM&5m%tA9Kz?+o~qLh)r9muc&aToxfaT~Y* diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-date.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-date.zip deleted file mode 100644 index 6c831ca4867eba78403ec79be491a891026b9fa8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 131 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ54NLt<$KHv=Qf3uXoemK30PVt_XzlN>Wdg8~)} dAcH`fw={xS=-LCkS=m71j6i4yr1e1@1^}fh5_13m diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-longer.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-longer.zip deleted file mode 100644 index b34c6612435cda05e33e36d95ca455986fd75fcb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLtHX25x?hvQreciF0fX3 z<|;x3TmH4xk%u})tj`SDnXoiGP=l%tT&jc<(#L6rC`OW^R+OgN(ZLj+!AJJ!oL$jL gQ1)D*lFobuv8AT5F_QhF$VcNeWoG+n8R^mc0Og`bVgLXD diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-utf8-ascii.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-file-comment-utf8-ascii.zip deleted file mode 100644 index 3024f74434d121feee7484c2f7f5114c0c74a5c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmWIWW@Zs#0D)UJ%#l2G^*306Y#1&{EiM7!0B=SnduCkf#2I+NCNMB;YXmVsI!cp; r85lvvIR-m>dMYR+=jZ08=9Q#n=A^>d0p6@^Amxle7z(7-KpX}D<_R1^ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-magic-bad.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-magic-bad.zip deleted file mode 100644 index 954563baa48f6eaaa1220964a02e19237b23bc2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLtr-= diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-magic-bad2.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-magic-bad2.zip deleted file mode 100644 index f99d9b7194ef44adab07e3e989fb78a7fbb198f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLtZD|CtfM&5m%tA9Kz?+o~qLh)r9muc&aToxcI~%M3 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-size-larger.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-central-size-larger.zip deleted file mode 100644 index 0779ce62ec2c50e2172e50cc78e6fa3ca153cc1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLtnH(T#{N`l9rj1s#j7`qV1`x$H)-i&B(;S sfJ=usP!BRd*8ktC+}zN}*u>P#+``fT&I<5m1=+~J2!w$^+5oH{0JLNqHUIzs diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-utf8comment.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-utf8comment.zip deleted file mode 100644 index d467c063981c172a610fce5f4188f3e5dfae560c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmWIWW@Zs#00GsoKM_22^*306YzUTPC`m0YDNW{PU<65|R+JPa8liHHK`H{g8JX;v dahU=(987F$1W^zjtZX1QBM=$^X%`TO0RWpe8w~&e diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-utf8name.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-utf8name.zip deleted file mode 100644 index 948f6257929029480b28d732dbf5be6ae4607285..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmWIWW@Zs#00GsoKM_22^*306YzUTPC`m0YDJ|e;U<64#nz5@W(Fm1m3{nx`&B$cW djLQ_T;b3B0BZz|NU}Xcb8G+CUNV|YI3;;rn9PI!A diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-zip64-v1.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-dupe-zip64-v1.zip deleted file mode 100644 index 2f11db4d79c4d12b16f922df8a5b05f127102e1a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 218 zcmWIWW@gc400IA^Xb1L%ukQYb0!9W623 zAXyM*gsKM74T2z!Zh$u%n+{YMrVYeJRtn zAe|u02vrTD8w5cd-2iVkHXW!iOdE)ctQ5r82N6Kv385H(`q)9t3Me0>KERum4a8*x JLXdihS^(&37S{j( diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-id-size.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-ef-local-id-size.zip deleted file mode 100644 index 44ce2f77d5d441993821bf954f4899a3b72019f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLt_Y an+7JfHG(LJ4puf0n-K_&fV3%y!vFw9)D__X diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-eocd-magic-bad.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-eocd-magic-bad.zip deleted file mode 100644 index 9e49e56a3982572ff6a8017c9ecffb403c5d0711..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLt)do@p!i-SW zAi6;i#L*4#W@FQV3d6L4xX4ODe0>lB1f~#*0jQ51#7u$mLFxm%S=pdm20b9d1k3>d D!B`e- diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-file-count-high.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-file-count-high.zip deleted file mode 100644 index 876a886f643409f02a28af38f16ca725f4da5f4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWJ9nFLt)do@p!i-SW zAi6;i#L*4#W@FQV3d6L4xKO2yFj^m~#uQ2e^|6DPDNsI0U4S<$8;HvYgdp`0wEzJR B7jggq diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-cd.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-cd.zip deleted file mode 100644 index 53746dcbf8ec53d1e5c5dd57397425fcad223915..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmWIWW@Zs#0D+K2zaxGvv#(_avO$;yh)Yt7OMo~cz?+fDo*B0~pi(f{)(E0Nx&pje Q*+6VYAT$EfY9I~+0K>`>WB>pF diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-eocd.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-eocd.zip deleted file mode 100644 index 53d5524cfb9b6fe885bc0071d678b14c2d44e605..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 111 zcmWIWW@Zs#00F)Ezax0+>Tj?B*)Uv^T3iCc0p5&E_RP4|feio>+ZsVEkdBA|Z&o%C OhY<*kfV3Kj!vFw(juDgq diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-local.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-gap-before-local.zip deleted file mode 100644 index 23036f3c2c5238e0f79f9c02a985e6e6627ebbdc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmWIWW@Zs#00GCvzaxGvv#(_avO$;?h)Yt7OALWTL;#91p1S%QEI?@xhAA@wsSWUE xWU^<*Z5~iP7;I|2wV;~~(ZIm4tx+AS#VEj=l?^1!1cYfo+7HBG000mrBlrLS diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compression-method.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compression-method.zip deleted file mode 100644 index 2e70f592de4227371d9b820c6c21cdc6532b0cba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1HU|`^2xLh*B!Fk{I7mPq21j{fahK6u5FrS?_%^!qIE4UdLSza(RFtDTm x6(t6EGcw6BgLE@s(JcWM2br{`5yS+V#R@SC&71&lRyL3VMj&(t(l#It0|1{{8?XQX diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compsize-larger.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compsize-larger.zip deleted file mode 100644 index 6fc27e05df312e86fe81a725dc93afa80cfa2dc0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGWKvWHW-X3`1gQ2qy#c*?H6aLAbPnn}Lz#1v3K!OA1gy wVt_XzlN>XuZir5h2@*gh5R=PaSRrPinG@j6$_7!&$lwlS*nl_;0IMn+#{d8T diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compsize-smaller.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-compsize-smaller.zip deleted file mode 100644 index 75f14635778e11f3cb74feb00dc964e89c635900..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 173 zcmWIWW@Zs#U|`^2@GPC-;MUNxpBcZD|CtfM&5m%tA9Kz?+o~qLh)r9muc&aToxjQ5(1b diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-long.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-long.zip deleted file mode 100644 index 42b4a1ff136a9cedd2636d82294be63e353f4edf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWP|Ws1{sFL&=5`r=Ckvr`Gat21vdjD%L`@(29^|{ vg2VuCMkYCC?7A5lB!EgFCT(d1v4Cc=Ld-%lC%~JP4Wg8h!5zr30dW`r2m~C2 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-missing.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-missing.zip deleted file mode 100644 index 71d3eb287b2072fb85fd14a2d6740233f4b4fb61..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 152 zcmWIWW@h1H0D;RTGaQ`vZGXWCWP>mRgA7Ax2qy#c*?H6aLAbPnn}Lz#1v3K!OA1gn wF~FOVNsbx2W<~}Hun{1Gwlsp6iJ>8^5VO$C3GilR11VqxLU$l-4dO5W0A?o}MF0Q* diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-nil-byte.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-nil-byte.zip deleted file mode 100644 index e30b40636f3df94f8467baf234010643bfbd1d51..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmWIWW@Zs#0D-QMKM_22^*306Y#1&{Whg00EiMW0W@NHw#;p!)0Fc<$2x5VB1$eWv Pf!K^dXauCyKpX}DMQRXw diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-short.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-filename-short.zip deleted file mode 100644 index c69be1bc0695deb94ea46d4a745bf7180c5f39a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmWIWW@h1H0D;RTGaQ`vZGXWCWP>mRgA7ArXb2|*^VxaR{6V<1f}4Sn@~ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-magic-bad.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-local-magic-bad.zip deleted file mode 100644 index 9a6a061736b101b8a753f0ad9924c2ed6657f6de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 153 zcmZ?pW@h1H0D;RTGaQ`vZGXWCWJ9nFLtVrU2_1M}H=)BHiWw1S&~k>v$50|QG6 zP(fmVHzSiAGp25k35*O9KoUeVFl=cAv4Cc=Ld-%lC%~JP4Wxh(2;G6S4T!@40IIGV A#{d8T diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-stored-size.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-stored-size.zip deleted file mode 100644 index 4fa6041ebbb5babf4aa6605e2b26a513a309fff1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmWIWW@h1H0D;fJeTj?B*~~x;qDxYXOF%fln~}+$8Miv1QZU%o2%;c5SlK{q NMj$i-(rO?M0|2c45*h#i diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-streamed-2.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-streamed-2.zip deleted file mode 100644 index 5346f81017787bbd7f1029d8eb9ded2267610bb6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmWIWW@gc4-~htOK{FlL7rwg7!oa}51jLL$tn2-Ri6Ow7odYDn3Y7@(W@M6M#;pmc a46M095X90A@MdL$2r)9~0~y934g&z)6cCF5 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-streamed.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-streamed.zip deleted file mode 100644 index d87388a977415b10262d31e6d37bef44f25aea14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmWIWW@gc4-~htOK{Fi~kN_i)t?T`Si6Ow7or8VhtGlc~0cIc$@MdI^V@7BK$*};% fnSdCi2?RiNgCK~d8{o~#24XM*p+1l{25}ew-UtpC diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/incons-trailing-garbage.zip b/proj-web/thirdparty/libzip-1.11.3/regress/incons-trailing-garbage.zip deleted file mode 100644 index 2f090353ef6f02f845e2edfa38aa805406b27ddc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 193 zcmWIWW@Zs#U|`^2xKit;f6R2JwK$N+3dAf73JfKw#U-I3ybSD)MUD17F?H!(KwMhE z&A`a=l@X`}q*L2dSMMPcLx49s2S__RRC|CoBa;ZT2+&~cMgx_B!Inl4MT|uO-mGjO OwTwU*1f(ND90mZZv?GTA diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/junk-at-end.zip b/proj-web/thirdparty/libzip-1.11.3/regress/junk-at-end.zip deleted file mode 100644 index 30387b3f61c145f63946d088b765e2695fb6912f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 416 zcmWIWW@h1HU}9ikxLWI`f6R2JH7k$}!YmA;3?-?>C7~gl49t#2jrJfMTEW7Q!XN^c z;0gfi1uA8zo}q07qG5mosy8LGNFS`9Q}l`BEFcEyf5Du>0MUxgT3#frAnT1V><8%w z$pGzVWD;k_<$7MQV;F(tmPQa0;ultkUqUMwfNp?j2T5Xj0HU3NL4e_{qYYF$#5+JE nK;A(%0=q|$T~Ll>1k_t7PGMyOIfEGpPXXyYAPz%PVi6Yr?d4B* diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/junk-at-start.zip b/proj-web/thirdparty/libzip-1.11.3/regress/junk-at-start.zip deleted file mode 100644 index 8c983255bf84e2bddd16e9964abdcee63132bb59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 416 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 ucard=xP2I2^@uF&Qa2%B7 - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include -#include - -#ifdef _WIN32 -int main(int argc, const char *argv[]) { - /* Symbol override is not supported on Windows. */ - if (argc > 1 && strcmp(argv[1], "-v") == 0) { - printf("not supported on Windows\n"); - } - exit(1); -} -#else - -#include -#include - -#include "zip.h" - -/* - Some systems bind functions called and defined within a shared library, so the override doesn't work. This program calls zip_open and checks whether the override worked. - */ - -int -main(int argc, const char *argv[]) { - int verbose = 0; - int error_code; - - if (argc > 1 && strcmp(argv[1], "-v") == 0) { - verbose = 1; - } - - if (getenv("LIBOVERRIDE_SET") == NULL) { - char *cwd = getcwd(NULL, 0); - size_t so_size = strlen(cwd) + 64; - char *so = (char *)malloc(so_size); - if (so == NULL) { - if (verbose) { - printf("malloc failed\n"); - } - exit(2); - } - snprintf(so, so_size, "%s/libliboverride.so", cwd); - setenv("LIBOVERRIDE_SET", "1", 1); - setenv("LD_PRELOAD", so, 1); - execv(argv[0], (void *)argv); - if (verbose) { - printf("exec failed: %s\n", strerror(errno)); - } - exit(2); - } - - if (zip_open("nosuchfile", 0, &error_code) != NULL) { - /* We expect failure. */ - if (verbose) { - printf("open succeeded\n"); - } - exit(1); - } - if (error_code != 32000) { - /* Override didn't take, we didn't get its magic error code. */ - if (verbose) { - printf("got unexpected error %d\n", error_code); - } - exit(1); - } - - if (verbose) { - printf("success\n"); - } - exit(0); -} - -#endif /* not Windows */ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/liboverride.c b/proj-web/thirdparty/libzip-1.11.3/regress/liboverride.c deleted file mode 100644 index 200f712..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/liboverride.c +++ /dev/null @@ -1,48 +0,0 @@ -/* - liboverride.c -- override function called by zip_open() - - Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner - - This file is part of ckmame, a program to check rom sets for MAME. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -/* - Some systems bind functions called and defined within a shared library, so the override doesn't work. This overrides a function called by zip_open to return an invalid error code so we can check whether the override works. - */ - -zip_source_t * -zip_source_file_create(const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) { - if (error != NULL) { - error->zip_err = 32000; - } - - return NULL; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/lzma-no-eos.zip b/proj-web/thirdparty/libzip-1.11.3/regress/lzma-no-eos.zip deleted file mode 100644 index 883d851b674497fa604e1986876878b162b21d2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmWIWW@fQxU|`^5xIX2N*TT3Tawmbjb3iNx#3iZ4C25&Csk-HvB^kP@`NeuEi6w~w zEUXN%3=Av`3@%exk5s9D`~I%8FJMB)=2ce%;xudf>MC3$Tc7vJ*y|Tg=WAIZ^LRe1 zfj@Wt45|3m$45`!^3+z=o;Q6~YVgUfx7s<`zYBU@4H#EB7y2H}(>;{QqPAw=LA`6Q z=6_b3daCqn`J@dB7Y>}eEjW4J$vC-1@8U0hwJN>PV12GI?!w2&e^bvEUbJ5GFDT5q zhxbj;a722Hf5Uh5!&KfJt0|5#Y_r22#KXgf2k(FIY7I - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include -#include -/* #include */ -#include -#define __USE_GNU -#include -#undef __USE_GNU - -#include "config.h" - -#if !defined(RTLD_NEXT) -#define RTLD_NEXT RTLD_DEFAULT -#endif - -#if defined(HAVE___PROGNAME) -extern char *__progname; -#endif - -#if defined(HAVE_GETPROGNAME) -/* all fine */ -#else -const char * -getprogname(void) { -#if defined(HAVE___PROGNAME) - return __progname; -#else - return NULL; -#endif -} -#endif - -static int inited = 0; -static size_t count = 0; -static size_t max_count = 0; -static size_t min_size = 0; -static void *(*real_malloc)(size_t size) = NULL; -static void *(*real_calloc)(size_t number, size_t size) = NULL; -static void *(*real_realloc)(void *ptr, size_t size) = NULL; - -static const char *myname = NULL; - -/* TODO: add sentinel -- check if particular size is malloced before doing other stuff */ -/* TODO: catch free for sentinel too */ -/* TODO: optionally, catch malloc of particular size */ - -static void -init(void) { - char *foo; - myname = getprogname(); - if (!myname) - myname = "(unknown)"; - if ((foo = getenv("MALLOC_MAX_COUNT")) != NULL) - max_count = strtoul(foo, NULL, 0); - if ((foo = getenv("MALLOC_MIN_SIZE")) != NULL) - min_size = strtoul(foo, NULL, 0); - real_calloc = dlsym(RTLD_NEXT, "calloc"); - if (!real_calloc) - abort(); - real_malloc = dlsym(RTLD_NEXT, "malloc"); - if (!real_malloc) - abort(); - real_realloc = dlsym(RTLD_NEXT, "realloc"); - if (!real_realloc) - abort(); - inited = 1; -} - -void * -calloc(size_t number, size_t size) { - void *ret; - - if (!inited) { - init(); - } - - if (number >= min_size / size && count >= max_count) { - errno = ENOMEM; - return NULL; - } - - ret = real_calloc(number, size); - if (size >= min_size) { - count++; - } - - return ret; -} - -void * -malloc(size_t size) { - void *ret; - - if (!inited) { - init(); - } - - if (size >= min_size && count >= max_count) { - errno = ENOMEM; - return NULL; - } - - ret = real_malloc(size); - if (size >= min_size) { - count++; - } - - return ret; -} - -void * -realloc(void *ptr, size_t size) { - void *ret; - - if (!inited) { - init(); - } - - if (size >= min_size && count >= max_count) { - errno = ENOMEM; - return NULL; - } - - ret = real_realloc(ptr, size); - if (size >= min_size) { - count++; - } - - return ret; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/manyfiles-zip.zip b/proj-web/thirdparty/libzip-1.11.3/regress/manyfiles-zip.zip deleted file mode 100644 index 19ad57d66f0a9a153e93d8248e7f08a43863b79d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3434201 zcmeF44P2B}_V_i@$wEw%=m9s zmV{HfWvwZiDVoZNR&GBR(agZtLEXeM1w#cyng91ZFyqYd;8xr2#yk@rr(uc3_W#m{jN6+&WLk`WjhZ)}_N!6j#%F8Ps4?g0wz{>3G=6yC_E$gr zGO8@HXU{*LXmWaHx6_GD|Nh~;2iLay%Z$)*e{GWzbZFnlV-v~_>y2e4dTUwP#Vqrc z?^5k0MP_^PZoA!Rvzg0|#^x^D6mV`)X>R%^!@2zEbLPt%vcj9jHJwxYqld=rZTd>> zRT<;neeFG!zmHz4{P+HAmH$@1R{3wmYnA_2y;k{eqw!{c8(PEZ=-v`!^S!oZa8p`D)IEQTvnJzjVw|`8(LL z(%+{!Dt`w*t@JlFN9FI})JlIBa#a4-eLrgdt`Cy>8*EgDaKeDA=A z`quK=FKP4I!*m%@4#Mt z>$dRLFB_(Q^Yy@fecQG0)-ThhezR|2-@Ywcc)y z@Yhd|(<=Y%pH}&A z_q57?ho@Ek+cmB7U-q=he_7Ki|5?t2Wyh~69agmYT-4FL&$6aj&Kw$VS$*lCHb0(T zHFtHBjZfu__tr1tR=vOa&5chT8t<)NMz4Bf_27+99USkiUnZ^Eu=?ALPaPibtzSm1 zTC}?J#zQ&dz4gn4RjXHT+<55FcyIkOW>w1S7dIX{INn>oWDSnpcxe5BWveeu+%RTU zXvEorK8rg_ZoP4bLsgtN6n+A-`TO@ZJq!4|(VNaqIVuH9&a}@SzGlm?=*{O|IQrdZyOn}% z!-`%wx_eqsw)>Y|(+t`1!-}3i>hk5__>95+8=qQxVD{=J6E}=pRV$)hju#ibIdQ|Y zt6E32J2?KU!TmNq^~r(PR(o;L7lYewd}`f+msby-xZ#;qjU!g)jQ8H6ZzpbeZdIp< z)d$CC4xX^_sr3hzuJ+=hd8=Q{8L!EYor9ZgJhb+}ORGCi-0<|Ox)GCd#(Qtk#)%t7 zuWA=D>EQU?gCjN``sBcytG&2r$?6vmj@RTz(&|e&<2CrPcl^co4kRqe?f29B#b3vD zjk`VlK2v+srpZ%|=6;qjE%8k4?7C~34GS(W_-fkXGk0b8Uz0p6c=O~Jj{fsADQJ@2 zZcW6nv`v$rR}89!N`Z$#Rc>LOJO0_cGl6SjH@ScDFsRBcEDwXK!ovFQvn6Lntcl%x z&h1Osn$k_@PJWhj#^uXyEg4l!G-XtMr6r?ku%?Wv%)ucOH|*5rhlY%*&YCi+b`Rb% zaf3!bVkd6cHCTfm^9G;MufDY9M$>CSUo1Jb`}ppH(IqdG?C> zEG&nI%FSiv>8C39Tsb{dZZ0c_hsw=m<>{xY@Lak1smeW9!?ok7!l)Xl9Z!|wjnj&! z3Zv>7?Rcuh8+YjGRV_67p%qURM%B~W@l+|^xY4VIZ#<;Qk5Q{aHy+a9$ESx%_Kvsq zD`;Kv=eTj{&C_o&y&1G5$l;&za9EZ5r#u{1<^CxThn1T-

F?#sF0!fMQ>{nNyCC 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

    XUXjD>f(aEl#Q$1z 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

    FM5tsp5j;l0;z! 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

    VXcM6%C`J?}q- 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

    #Yi7;jnGy#F| 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%0D2!?Z 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�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
    uuPa#jv*!k6D|8?-TjP{ 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

    i+wgA1v&<_(%6V`je)Y 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

    (IWK~-U4c^Om{ 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Ý()arzX(sz?eR3I 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

    nv)GaS}ykl6{a&Tz~V*mVTW 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 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint-deflated.zip b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint-deflated.zip deleted file mode 100644 index 46c9b5567e90f36ffb57c1989ab5ef5df5dd5072..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmWIWW@Zs#U}E54I3S!8=HXzvL6Cug!3K!=fjBWKF*Lks-jFk;$GJw|<}zVDPsQM4_1$;LXYg5@rNKTOe%*;xGUJ2ZS0X diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.test b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.test deleted file mode 100644 index 82f6207..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.test +++ /dev/null @@ -1,7 +0,0 @@ -description change method from stored to deflated, which will change the timestamp because it is at a DST point and not valid in that time zone -environment-set TZ America/New_York -# setting it to a European timezone, where there is no DST change at this point, works -#environment-set TZ Europe/Zurich -return 0 -arguments test.zzip set_file_compression 0 deflate 0 -file test.zzip mtime-dstpoint.zip mtime-dstpoint-deflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.zip b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-dstpoint.zip deleted file mode 100644 index 5f20d32792adc63d438e7390d458d5b670a5a025..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmWIWW@h1H0D%L-Ibj|SrW4uHWZk0Fg4Dzky^@NOL=?c4gaWuwBon!k oQ2OlMi7N&aey}~8%UTD2yKCMCWylT00#LiWB>pF diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint-deflated.zip b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint-deflated.zip deleted file mode 100644 index d40e147233196dd6746c2a77d07b1b7156748cba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmWIWW@Zs#U}E54I3S%9=HXzvL6Cug!3K!=fjBWKF*Lks-jFk;$GJw|<}zVDPsQM4_1$;LXYg5@rNKTOe%*;xGUJ4dfa& diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.test b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.test deleted file mode 100644 index a4748cd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.test +++ /dev/null @@ -1,5 +0,0 @@ -description change method from stored to deflated, for a file one hour after DST change -environment-set TZ America/New_York -return 0 -arguments test.zzip set_file_compression 0 deflate 0 -file test.zzip mtime-post-dstpoint.zip mtime-post-dstpoint-deflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.zip b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-post-dstpoint.zip deleted file mode 100644 index 2a3e14d3d748d51a5d2cd666d4a8aba6c65e95ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmWIWW@h1H0D%M2Ibj|SrW4uHWZk0Fg4Dzky^@NOL=?c4gaWuwBon!k oQ2OlMi7N&aey}~8%UTD2yKCMCWylT01mM%bN~PV diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint-deflated.zip b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint-deflated.zip deleted file mode 100644 index e8f65e8234b4216cfa08eceb4e1701481176f0ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmWIWW@Zs#U}E54IKZ6~=HXzvL6Cug!3K!=fjBWKF*Lks-jFk;$GJw|<}zVDPsQM4_1$;LXYg5@rNKTOe%*;xGUJ0VEn0 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.test b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.test deleted file mode 100644 index 3518e6e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.test +++ /dev/null @@ -1,5 +0,0 @@ -description change method from stored to deflated, for a file one hour before DST change -environment-set TZ America/New_York -return 0 -arguments test.zzip set_file_compression 0 deflate 0 -file test.zzip mtime-pre-dstpoint.zip mtime-pre-dstpoint-deflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.zip b/proj-web/thirdparty/libzip-1.11.3/regress/mtime-pre-dstpoint.zip deleted file mode 100644 index cd096d18fee10118cacda65bb0d136b1d4495a11..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 188 zcmWIWW@h1H0D%MCIbj|SrW4uHWZk0Fg4Dzky^@NOL=?c4gaWuwBon!k oQ2OlMi7N&aey}~8%UTD2yKCMCWylT0RJ*9Q~&?~ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/multidisk.zip b/proj-web/thirdparty/libzip-1.11.3/regress/multidisk.zip deleted file mode 100644 index 28dafb9ecc8f8ba1c7449166cae4e758c7f4766f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmWIWW@h1H0DW^-3yA0=yZS - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include - -#include "zipint.h" - -bool -zip_secure_random(zip_uint8_t *buffer, zip_uint16_t length) { - memset(buffer, 0, length); - - return true; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/nonrandomopentest.c b/proj-web/thirdparty/libzip-1.11.3/regress/nonrandomopentest.c deleted file mode 100644 index e4585a4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/nonrandomopentest.c +++ /dev/null @@ -1,57 +0,0 @@ -/* - nonrandomopentest.c -- test nonrandomopen.so - Copyright (C) 2017-2021 Dieter Baron and Thomas Klausner - - This file is part of ckmame, a program to check rom sets for MAME. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "zipint.h" - -#include -#include - -int -main(int argc, const char *argv[]) { - zip_uint8_t buf[1024]; - int i; - -#ifdef HAVE_CRYPTO - if (!zip_secure_random(buf, sizeof(buf))) { - fprintf(stderr, "zip_secure_random returned false\n"); - exit(1); - } - for (i = 0; i < sizeof(buf); i++) { - if (buf[i] != 0) { - fprintf(stderr, "non-zero byte found\n"); - exit(1); - } - } -#endif - exit(0); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_archive_comment_wrong.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_archive_comment_wrong.test deleted file mode 100644 index 3d55a73..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_archive_comment_wrong.test +++ /dev/null @@ -1,10 +0,0 @@ -# zip_open: file with wrong archive comment length, no consistency check: opens fine -program tryopen -arguments incons-archive-comment-longer.zip incons-archive-comment-shorter.zip -return 0 -file incons-archive-comment-longer.zip incons-archive-comment-longer.zip -file incons-archive-comment-shorter.zip incons-archive-comment-shorter.zip -stdout -opening 'incons-archive-comment-longer.zip' succeeded, 1 entries -opening 'incons-archive-comment-shorter.zip' succeeded, 1 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_cons_extrabytes.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_cons_extrabytes.test deleted file mode 100644 index a50a490..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_cons_extrabytes.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file has extra bytes at end of archive -program tryopen -file testextrabytes.zzip testextrabytes.zip -arguments -c testextrabytes.zzip -return 1 -stdout -opening 'testextrabytes.zzip' returned error 21/2 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_empty.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_empty.test deleted file mode 100644 index 8c8ffdc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_empty.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file contains no entry, but is valid -program tryopen -file testempty.zip testempty.zip -arguments testempty.zip -return 0 -stdout -opening 'testempty.zip' succeeded, 0 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_empty_2.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_empty_2.test deleted file mode 100644 index 1c7b2ca..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_empty_2.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: 0 size file is recognized as empty zip -program tryopen -file testfile.txt testfile.txt -arguments testfile.txt -return 1 -stdout -opening 'testfile.txt' returned error 19 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_extrabytes.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_extrabytes.test deleted file mode 100644 index c466216..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_extrabytes.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file has extra bytes at end of archive -program tryopen -file testextrabytes.zzip testextrabytes.zip -arguments testextrabytes.zzip -return 0 -stdout -opening 'testextrabytes.zzip' succeeded, 1 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_file_count.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_file_count.test deleted file mode 100644 index a99dbb7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_file_count.test +++ /dev/null @@ -1,15 +0,0 @@ -# zip_open: various inconsistent files -program tryopen -file incons-file-count-high.zzip incons-file-count-high.zip -file incons-file-count-low.zzip incons-file-count-low.zip -file incons-file-count-overflow.zzip incons-file-count-overflow.zip -arguments incons-file-count-high.zzip incons-file-count-low.zzip incons-file-count-overflow.zzip -return 1 -stdout -opening 'incons-file-count-high.zzip' returned error 21/5 -opening 'incons-file-count-low.zzip' returned error 21/5 -opening 'incons-file-count-overflow.zzip' returned error 21/11 -end-of-inline-data -stderr -3 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate.test deleted file mode 100644 index 10536b0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file opens fine even though same file name appears twice -program tryopen -arguments filename_duplicate.zzip -return 0 -file filename_duplicate.zzip filename_duplicate.zip -stdout -opening 'filename_duplicate.zzip' succeeded, 2 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_consistency.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_consistency.test deleted file mode 100644 index acb152c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_consistency.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file opens fine even though same file name appears twice -program tryopen -arguments -c filename_duplicate.zzip -return 1 -file filename_duplicate.zzip filename_duplicate.zip -stdout -opening 'filename_duplicate.zzip' returned error 10 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty.test deleted file mode 100644 index a3306c3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file opens fine even though same file name (empty file name) appears twice -program tryopen -arguments filename_duplicate_empty.zzip -return 0 -file filename_duplicate_empty.zzip filename_duplicate_empty.zip -stdout -opening 'filename_duplicate_empty.zzip' succeeded, 2 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty_consistency.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty_consistency.test deleted file mode 100644 index d1420f2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_duplicate_empty_consistency.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file opens fine even though same file name (empty file name) appears twice -program tryopen -arguments -c filename_duplicate_empty.zzip -return 1 -file filename_duplicate_empty.zzip filename_duplicate_empty.zip -stdout -opening 'filename_duplicate_empty.zzip' returned error 10 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_empty.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_empty.test deleted file mode 100644 index 4c45c21..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_filename_empty.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file opens fine even though file name has length 0 -program tryopen -arguments filename_empty.zip -return 0 -file filename_empty.zip filename_empty.zip -stdout -opening 'filename_empty.zip' succeeded, 1 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_incons.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_incons.test deleted file mode 100644 index f6f22ca..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_incons.test +++ /dev/null @@ -1,109 +0,0 @@ -# zip_open: various inconsistent files -program tryopen -file incons-archive-comment-longer.zzip incons-archive-comment-longer.zip -file incons-archive-comment-shorter.zzip incons-archive-comment-shorter.zip -file incons-cdoffset.zzip incons-cdoffset.zip -file incons-cdsize-large.zzip incons-cdsize-large.zip -file incons-cdsize-small.zzip incons-cdsize-large.zip -file incons-central-compression-method.zzip incons-central-compression-method.zip -file incons-central-compsize-larger.zzip incons-central-compsize-larger.zip -file incons-central-compsize-larger-toolarge.zzip incons-central-compsize-larger-toolarge.zip -file incons-central-compsize-smaller.zzip incons-central-compsize-smaller.zip -file incons-central-crc.zzip incons-central-crc.zip -file incons-central-date.zzip incons-central-date.zip -file incons-central-file-comment-longer.zzip incons-central-file-comment-longer.zip -file incons-central-file-comment-shorter.zzip incons-central-file-comment-shorter.zip -file incons-central-file-comment-utf8-ascii.zzip incons-central-file-comment-utf8-ascii.zip -file incons-central-magic-bad.zzip incons-central-magic-bad.zip -file incons-central-magic-bad2.zzip incons-central-magic-bad2.zip -file incons-central-size-larger.zzip incons-central-size-larger.zip -file incons-data.zzip incons-data.zip -file incons-ef-central-size-wrong.zzip incons-ef-central-size-wrong.zip -file incons-ef-local-dupe-utf8comment.zzip incons-ef-local-dupe-utf8comment.zip -file incons-ef-local-dupe-utf8name.zzip incons-ef-local-dupe-utf8name.zip -file incons-ef-local-dupe-zip64-v1.zzip incons-ef-local-dupe-zip64-v1.zip -file incons-ef-local-dupe-zip64-v2.zzip incons-ef-local-dupe-zip64-v2.zip -file incons-ef-local-id-size.zzip incons-ef-local-id-size.zip -file incons-ef-local-id.zzip incons-ef-local-id.zip -file incons-ef-local-size.zzip incons-ef-local-size.zip -file incons-ef-local-utf8name-ascii.zzip incons-ef-local-utf8name-ascii.zip -file incons-eocd64.zzip incons-eocd64.zip -file incons-eocd-magic-bad.zzip incons-eocd-magic-bad.zip -file incons-file-count-high.zzip incons-file-count-high.zip -file incons-file-count-low.zzip incons-file-count-low.zip -file incons-file-count-overflow.zzip incons-file-count-overflow.zip -file incons-gap-before-cd.zzip incons-gap-before-cd.zip -file incons-gap-before-eocd.zzip incons-gap-before-eocd.zip -file incons-gap-before-local.zzip incons-gap-before-local.zip -file incons-local-compression-method.zzip incons-local-compression-method.zip -file incons-local-compsize-larger.zzip incons-local-compsize-larger.zip -file incons-local-compsize-smaller.zzip incons-local-compsize-smaller.zip -file incons-local-crc.zzip incons-local-crc.zip -file incons-local-filename-long.zzip incons-local-filename-long.zip -file incons-local-filename-missing.zzip incons-local-filename-missing.zip -file incons-local-filename-nil-byte.zzip incons-local-filename-nil-byte.zip -file incons-local-filename-short.zzip incons-local-filename-short.zip -file incons-local-filename.zzip incons-local-filename.zip -file incons-local-magic-bad.zzip incons-local-magic-bad.zip -file incons-local-size-larger.zzip incons-local-size-larger.zip -file incons-stored-size.zzip incons-stored-size.zip -file incons-streamed.zzip incons-streamed.zip -file incons-streamed-2.zzip incons-streamed-2.zip -arguments -s -c incons-archive-comment-longer.zzip incons-archive-comment-shorter.zzip incons-cdoffset.zzip incons-cdsize-large.zzip incons-cdsize-small.zzip incons-central-compression-method.zzip incons-central-compsize-larger-toolarge.zzip incons-central-compsize-larger.zzip incons-central-compsize-smaller.zzip incons-central-crc.zzip incons-central-date.zzip incons-central-file-comment-longer.zzip incons-central-file-comment-shorter.zzip incons-central-file-comment-utf8-ascii.zzip incons-central-magic-bad.zzip incons-central-magic-bad2.zzip incons-central-size-larger.zzip incons-data.zzip incons-ef-central-size-wrong.zzip incons-ef-local-dupe-utf8comment.zzip incons-ef-local-dupe-utf8name.zzip incons-ef-local-dupe-zip64-v1.zzip incons-ef-local-dupe-zip64-v2.zzip incons-ef-local-id-size.zzip incons-ef-local-id.zzip incons-ef-local-size.zzip incons-ef-local-utf8name-ascii.zzip incons-eocd64.zzip incons-eocd-magic-bad.zzip incons-file-count-high.zzip incons-file-count-low.zzip incons-file-count-overflow.zzip incons-gap-before-cd.zzip incons-gap-before-eocd.zzip incons-gap-before-local.zzip incons-local-compression-method.zzip incons-local-compsize-larger.zzip incons-local-compsize-smaller.zzip incons-local-crc.zzip incons-local-filename-long.zzip incons-local-filename-missing.zzip incons-local-filename-nil-byte.zzip incons-local-filename-short.zzip incons-local-filename.zzip incons-local-magic-bad.zzip incons-local-size-larger.zzip incons-stored-size.zzip incons-streamed.zzip incons-streamed-2.zzip -return 1 -# tryopen does not test checksums, so this is fine. -# different extra fields local vs. central is fine -stdout -opening 'incons-archive-comment-longer.zzip' returned error Zip archive inconsistent: archive comment length incorrect -opening 'incons-archive-comment-shorter.zzip' returned error Zip archive inconsistent: archive comment length incorrect -opening 'incons-cdoffset.zzip' returned error Possibly truncated or corrupted zip archive -opening 'incons-cdsize-large.zzip' returned error Zip archive inconsistent: central directory overlaps EOCD, or there is space between them -opening 'incons-cdsize-small.zzip' returned error Zip archive inconsistent: central directory overlaps EOCD, or there is space between them -opening 'incons-central-compression-method.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-central-compsize-larger-toolarge.zzip' returned error Possibly truncated or corrupted zip archive -opening 'incons-central-compsize-larger.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-central-compsize-smaller.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-central-crc.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-central-date.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-central-file-comment-longer.zzip' returned error Zip archive inconsistent: entry 0: variable size fields overflow header -opening 'incons-central-file-comment-shorter.zzip' returned error Zip archive inconsistent: entry 1: central header invalid -opening 'incons-central-file-comment-utf8-ascii.zzip' succeeded, 1 entries -opening 'incons-central-magic-bad.zzip' returned error Possibly truncated or corrupted zip archive -opening 'incons-central-magic-bad2.zzip' returned error Possibly truncated or corrupted zip archive -opening 'incons-central-size-larger.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-data.zzip' succeeded, 1 entries -opening 'incons-ef-central-size-wrong.zzip' returned error Zip archive inconsistent: entry 0: extra field length is invalid -opening 'incons-ef-local-dupe-utf8comment.zzip' succeeded, 1 entries -opening 'incons-ef-local-dupe-utf8name.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-ef-local-dupe-zip64-v1.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-ef-local-dupe-zip64-v2.zzip' succeeded, 1 entries -opening 'incons-ef-local-id-size.zzip' returned error Zip archive inconsistent: entry 0: extra field length is invalid -opening 'incons-ef-local-id.zzip' succeeded, 1 entries -opening 'incons-ef-local-size.zzip' returned error Zip archive inconsistent: entry 0: extra field length is invalid -opening 'incons-ef-local-utf8name-ascii.zzip' returned error Zip archive inconsistent: entry 0: UTF-8 filename is ASCII and doesn't match filename -opening 'incons-eocd64.zzip' returned error Zip archive inconsistent: EOCD64 and EOCD do not match -opening 'incons-eocd-magic-bad.zzip' returned error Possibly truncated or corrupted zip archive -opening 'incons-file-count-high.zzip' returned error Zip archive inconsistent: central directory count of entries is incorrect -opening 'incons-file-count-low.zzip' returned error Zip archive inconsistent: central directory count of entries is incorrect -opening 'incons-file-count-overflow.zzip' returned error Zip archive inconsistent: invalid value in central directory -opening 'incons-gap-before-cd.zzip' succeeded, 1 entries -opening 'incons-gap-before-eocd.zzip' succeeded, 1 entries -opening 'incons-gap-before-local.zzip' succeeded, 2 entries -opening 'incons-local-compression-method.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-local-compsize-larger.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-local-compsize-smaller.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-local-crc.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-local-filename-long.zzip' returned error Premature end of file -opening 'incons-local-filename-missing.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-local-filename-nil-byte.zzip' succeeded, 1 entries -opening 'incons-local-filename-short.zzip' returned error Zip archive inconsistent: entry 0: extra field length is invalid -opening 'incons-local-filename.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-local-magic-bad.zzip' returned error Not a zip archive -opening 'incons-local-size-larger.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-stored-size.zzip' returned error Zip archive inconsistent: entry 0: compressed and uncompressed sizes don't match for stored file -opening 'incons-streamed.zzip' returned error Zip archive inconsistent: entry 0: local and central headers do not match -opening 'incons-streamed-2.zzip' returned error Zip archive inconsistent: entry 0: local header and data descriptor do not match -end-of-inline-data -stderr -40 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_many_fail.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_many_fail.test deleted file mode 100644 index 075587f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_many_fail.test +++ /dev/null @@ -1,15 +0,0 @@ -# zip_open: files with >65k that have issues -program tryopen -arguments manyfiles-zip64-modulo.zzip manyfiles-fewer.zzip manyfiles-more.zzip -return 1 -file manyfiles-zip64-modulo.zzip manyfiles-zip64-modulo.zip -file manyfiles-fewer.zzip manyfiles-fewer.zip -file manyfiles-more.zzip manyfiles-more.zip -stdout -opening 'manyfiles-zip64-modulo.zzip' returned error 21/5 -opening 'manyfiles-fewer.zzip' returned error 21/5 -opening 'manyfiles-more.zzip' returned error 21/5 -end-of-inline-data -stderr -3 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_many_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_many_ok.test deleted file mode 100644 index 4012c67..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_many_ok.test +++ /dev/null @@ -1,14 +0,0 @@ -# zip_open: files open fine, have > 65k entries -program tryopen -arguments manyfiles.zip manyfiles-zip64.zip manyfiles-133000.zip manyfiles-65536.zip -return 0 -file manyfiles.zip manyfiles.zip -file manyfiles-zip64.zip manyfiles-zip64.zip -file manyfiles-133000.zip manyfiles-133000.zip -file manyfiles-65536.zip manyfiles-65536.zip -stdout -opening 'manyfiles.zip' succeeded, 70000 entries -opening 'manyfiles-zip64.zip' succeeded, 70000 entries -opening 'manyfiles-133000.zip' succeeded, 133000 entries -opening 'manyfiles-65536.zip' succeeded, 65536 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_multidisk.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_multidisk.test deleted file mode 100644 index 2b569f7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_multidisk.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file is part of a multi-disk zip archive -program tryopen -arguments test.piz -return 1 -file test.piz multidisk.zip -stdout -opening 'test.piz' returned error 1 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_new_but_exists.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_new_but_exists.test deleted file mode 100644 index 26caa44..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_new_but_exists.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file shall be created but already exists -program tryopen -arguments -e test.zip -return 1 -file test.zip test.zip -stdout -opening 'test.zip' returned error 10 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_new_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_new_ok.test deleted file mode 100644 index 6dc063e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_new_ok.test +++ /dev/null @@ -1,7 +0,0 @@ -# zip_open: create new archive -program tryopen -arguments -n new.zip -return 0 -stdout -opening 'new.zip' succeeded, 0 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_nonarchive.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_nonarchive.test deleted file mode 100644 index 1325734..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_nonarchive.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file is not a zip archive -program tryopen -file CMakeLists.txt CMakeLists.txt -arguments CMakeLists.txt -return 1 -stdout -opening 'CMakeLists.txt' returned error 19 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_nosuchfile.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_nosuchfile.test deleted file mode 100644 index f82f702..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_nosuchfile.test +++ /dev/null @@ -1,10 +0,0 @@ -# zip_open: file doesn't exist -program tryopen -arguments nosuchfile -return 1 -stdout -opening 'nosuchfile' returned error 9 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_ok.test deleted file mode 100644 index dbbc2c3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_ok.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file opens fine -program tryopen -arguments test.zip -return 0 -file test.zip test.zip -stdout -opening 'test.zip' succeeded, 3 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_too_short.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_too_short.test deleted file mode 100644 index f8e4685..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_too_short.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: file is too short for even a central directory entry -program tryopen -arguments test.piz -return 1 -file test.piz bogus.zip -stdout -opening 'test.piz' returned error 19 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_truncate.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_truncate.test deleted file mode 100644 index dc9e163..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_truncate.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: file opens fine and gets truncated -program tryopen -arguments -t test.zip -return 0 -file test.zip test.zip {} -stdout -opening 'test.zip' succeeded, 0 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_truncated.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_truncated.test deleted file mode 100644 index d07ec5b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_truncated.test +++ /dev/null @@ -1,11 +0,0 @@ -# zip_open: try opening an incomplete zip archive -program tryopen -arguments test.zzip -return 1 -file test.zzip testfile-truncated.zip -stdout -opening 'test.zzip' returned error 35 -end-of-inline-data -stderr -1 errors -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_3mf.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_3mf.test deleted file mode 100644 index d8dee80..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_3mf.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: ZIP64 file opens fine even when most eocd entries are 0xff (3MF format) -program tryopen -arguments test.zip -return 0 -file test.zip zip64-3mf.zip -stdout -opening 'test.zip' succeeded, 1 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_ok.test deleted file mode 100644 index 945b5f8..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/open_zip64_ok.test +++ /dev/null @@ -1,8 +0,0 @@ -# zip_open: ZIP64 file opens fine -program tryopen -arguments test.zip -return 0 -file test.zip zip64.zip -stdout -opening 'test.zip' succeeded, 1 entries -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/preload.test b/proj-web/thirdparty/libzip-1.11.3/regress/preload.test deleted file mode 100644 index 5a62114..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/preload.test +++ /dev/null @@ -1,4 +0,0 @@ -description test if preload works -program nonrandomopentest -return 0 -preload nonrandomopen.so diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/progress.test b/proj-web/thirdparty/libzip-1.11.3/regress/progress.test deleted file mode 100644 index e5c2600..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/progress.test +++ /dev/null @@ -1,12 +0,0 @@ -# test default compression stores if smaller; print progress -return 0 -arguments -n -- test.zip print_progress add compressible aaaaaaaaaaaaaa add uncompressible uncompressible add_nul large-compressible 8200 add_file large-uncompressible large-uncompressible 0 -1 -file test.zip {} cm-default.zip -file large-uncompressible large-uncompressible -stdout -0.0% done -25.0% done -50.0% done -75.0% done -100.0% done -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/read_incons.test b/proj-web/thirdparty/libzip-1.11.3/regress/read_incons.test deleted file mode 100644 index cab43f5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/read_incons.test +++ /dev/null @@ -1,9 +0,0 @@ -arguments -c test.zip cat 0 -return 1 -file test.zip incons-trailing-garbage.zip -stdout -test -end-of-inline-data -stderr -can't read file at index '0': Zip archive inconsistent: garbage at end of compressed data -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/read_seek_read.test b/proj-web/thirdparty/libzip-1.11.3/regress/read_seek_read.test deleted file mode 100644 index b743f9f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/read_seek_read.test +++ /dev/null @@ -1,9 +0,0 @@ -# read past EOF, seek to beginning, read again -return 0 -arguments test.zip fopen test fread 0 10 fseek 0 0 set fread 0 5 -file test.zip test.zip -stdout -opened 'test' as file 0 -test -test -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_ascii.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_ascii.test deleted file mode 100644 index 435ce5e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_ascii.test +++ /dev/null @@ -1,4 +0,0 @@ -# rename file to ASCII name in zip archive -return 0 -arguments testfile rename 0 testfile.txt -file testfile testfile-UTF8.zip testfile.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_cp437.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_cp437.test deleted file mode 100644 index 5e80ada..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_cp437.test +++ /dev/null @@ -1,4 +0,0 @@ -# rename file to CP437 name in zip archive (fails) -return 0 -arguments -x testfile.zip rename 0 "8182838485868788898A8B8C8D8E8F90" -file testfile.zip testfile.zip testfile-cp437.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_deleted.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_deleted.test deleted file mode 100644 index 29c99e9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_deleted.test +++ /dev/null @@ -1,7 +0,0 @@ -# rename deleted entry in zip archive (fails) -return 1 -arguments testfile.zip delete 1 delete 3 rename 1 othername -file testfile.zip testcomment.zip testcomment13.zip -stderr -can't rename file at index '1' to 'othername': Entry has been deleted -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_fail.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_fail.test deleted file mode 100644 index d053734..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_fail.test +++ /dev/null @@ -1,7 +0,0 @@ -# rename file inside zip archive, but file name already exists -return 1 -arguments rename.zip rename 0 file4 -file rename.zip testcomment.zip -stderr -can't rename file at index '0' to 'file4': File already exists -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.test deleted file mode 100644 index 22292d0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.test +++ /dev/null @@ -1,4 +0,0 @@ -# rename file inside zip archive -return 0 -arguments rename.zip rename 1 notfile2 -file rename.zip testcomment.zip rename_ok.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.zip b/proj-web/thirdparty/libzip-1.11.3/regress/rename_ok.zip deleted file mode 100644 index ad073060c75447df53e4872d172ce8b8018c7491..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 709 zcmZ{iy-ve07)8I529-z|5wLj$q==s`Obq-itx%*k4-lmeiPYLCF{q4;-H=$AkdVro z@BlEfGcv-?wUe|!N}L;6NqqeI*nY=qI;5|&r%8L~?c#bJeI1)tDNcucH|VdBbr&2Q z>jdK_4bYCHP+X{-$(Y4ymMc7m+;jXH&j;`2_4#%KES(m3LMr{+obCZ>V~;4$6m%)YNBmp-V@|d kPm(j-D&Z{5q9ncI)dE;7GxOe@FV}IMt`z59)!`Ys-)p9&X8-^I diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8.test deleted file mode 100644 index d4b13a5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8.test +++ /dev/null @@ -1,7 +0,0 @@ -# rename file to UTF-8 name in zip archive -return 0 -arguments -i testfile dummy -stdin -rename 0 ÄÖÜßäöü -end-of-inline-data -file testfile testfile.zip testfile-UTF8.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8_encmismatch.test b/proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8_encmismatch.test deleted file mode 100644 index e20dbc9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/rename_utf8_encmismatch.test +++ /dev/null @@ -1,7 +0,0 @@ -# rename file to UTF-8 name in zip archive with CP437 comment (sets InfoZIP UTF-8 Name Extension) -return 0 -arguments -i testfile dummy -stdin -rename 0 ÄÖÜßäöü -end-of-inline-data -file testfile test-cp437-fc.zip test-cp437-fc-utf-8-filename.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/reopen.test b/proj-web/thirdparty/libzip-1.11.3/regress/reopen.test deleted file mode 100644 index 7e41bbc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/reopen.test +++ /dev/null @@ -1,9 +0,0 @@ -description check the reopen functionality -return 0 -arguments -- testbuffer.zip cat 0 replace_file_contents 0 "Overwritten\n" cat 0 add newfile.txt "A new file\n" cat 1 -file testbuffer.zip testbuffer.zip testbuffer_reopen.zip -stdout -This is a test, and it seems to have been successful. -Overwritten -A new file -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial.test b/proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial.test deleted file mode 100644 index a963ad0..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial.test +++ /dev/null @@ -1,8 +0,0 @@ -description check the reopen functionality (partial reads) -return 0 -arguments -- testbuffer.zip cat 0 replace_file_contents 0 "Overwritten\n" cat_partial 0 4 5 add newfile.txt "A new file\n" cat_partial 1 2 3 -file testbuffer.zip testbuffer.zip testbuffer_reopen.zip -stdout -This is a test, and it seems to have been successful. -writtnew -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial_rest.test b/proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial_rest.test deleted file mode 100644 index ac844e3..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/reopen_partial_rest.test +++ /dev/null @@ -1,9 +0,0 @@ -description check the reopen functionality (partial reads with -1 length) -return 0 -arguments -- testbuffer.zip cat 0 replace_file_contents 0 "Overwritten\n" cat_partial 0 4 -1 add newfile.txt "A new file\n" cat_partial 1 2 -1 -file testbuffer.zip testbuffer.zip testbuffer_reopen.zip -stdout -This is a test, and it seems to have been successful. -written -new file -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_all.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_all.test deleted file mode 100644 index 4107d88..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_all.test +++ /dev/null @@ -1,4 +0,0 @@ -# change local and global comments in a zip archive -return 0 -arguments testcomment.zip set_archive_comment "This is the new,\r\nmultiline archive comment.\r\nAin't it nice?" set_file_comment 0 "File comment no 0" set_file_comment 1 "File comment no 1" set_file_comment 2 "File comment no 2" set_file_comment 3 "File comment no 3" -file testcomment.zip testcomment.zip testchanged.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_localonly.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_localonly.test deleted file mode 100644 index 66b9b8d..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_localonly.test +++ /dev/null @@ -1,4 +0,0 @@ -# change file comments in a zip archive -return 0 -arguments testcomment.zip set_file_comment 0 "File comment no 0" set_file_comment 1 "File comment no 1" set_file_comment 3 "File comment no 3" set_file_comment 2 "" -file testcomment.zip testcomment.zip testchangedlocal.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_removeglobal.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_removeglobal.test deleted file mode 100644 index 3b48933..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_removeglobal.test +++ /dev/null @@ -1,4 +0,0 @@ -# remove archive comment -return 0 -arguments testcomment.zip set_archive_comment "" -file testcomment.zip testcomment.zip testcommentremoved.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_revert.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_revert.test deleted file mode 100644 index 3abbbb1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_comment_revert.test +++ /dev/null @@ -1,4 +0,0 @@ -# start changing local and global comments, but revert before closing -return 0 -arguments testcomment.zip set_archive_comment "some long string, a bit longer than this at least" set_file_comment 0 "File comment no 0" set_file_comment 1 "File comment no 1" set_file_comment 3 "File comment no 3" set_file_comment 2 "" unchange_all -file testcomment.zip testcomment.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_bzip2_to_deflate.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_bzip2_to_deflate.test deleted file mode 100644 index bbc09c2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_bzip2_to_deflate.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from bzip2 to deflated -features HAVE_LIBBZ2 -return 0 -arguments test.zip set_file_compression 0 deflate 0 -file test.zip testbzip2.zip testdeflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_bzip2.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_bzip2.test deleted file mode 100644 index e56e457..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_bzip2.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from deflated to bzip2 -features HAVE_LIBBZ2 -return 0 -arguments test.zip set_file_compression 0 bzip2 0 -file test.zip testdeflated.zip testbzip2.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_deflate.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_deflate.test deleted file mode 100644 index 99ee0d7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_deflate.test +++ /dev/null @@ -1,4 +0,0 @@ -# change method from deflated to deflated (no change) -return 0 -arguments test.zip set_file_compression 0 deflate 0 -file test.zip testdeflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_store.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_store.test deleted file mode 100644 index ded1a85..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_deflate_to_store.test +++ /dev/null @@ -1,4 +0,0 @@ -# change method from deflated to stored -return 0 -arguments test.zip set_file_compression 0 store 0 -file test.zip testdeflated.zip teststored.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_no_eos_to_store.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_no_eos_to_store.test deleted file mode 100644 index 48ae8a9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_no_eos_to_store.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from lzma-compressed (id 14) without EOS/EOPM marker to stored -features HAVE_LIBLZMA -return 0 -arguments test.zip set_file_compression 0 store 0 -file test.zip lzma-no-eos.zip stored-no-eos.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_to_store.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_to_store.test deleted file mode 100644 index 7c85bcc..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_lzma_to_store.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from lzma-compressed (id 14) to stored -features HAVE_LIBLZMA -return 0 -arguments test.zip set_file_compression 0 store 0 -file test.zip testfile-lzma.zip testfile-stored-dos.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_bzip2.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_bzip2.test deleted file mode 100644 index 5a7a0f4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_bzip2.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from stored to bzip2 -features HAVE_LIBBZ2 -return 0 -arguments test.zip set_file_compression 0 bzip2 0 -file test.zip teststored.zip testbzip2.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_deflate.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_deflate.test deleted file mode 100644 index 3467ad6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_deflate.test +++ /dev/null @@ -1,4 +0,0 @@ -# change method from stored to deflated -return 0 -arguments test.zip set_file_compression 0 deflate 0 -file test.zip teststored.zip testdeflated.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_lzma.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_lzma.test deleted file mode 100644 index 239e68b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_lzma.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from stored to lzma-compressed (Id 14) -features HAVE_LIBLZMA -return 0 -arguments test.zip set_file_compression 0 lzma 0 -file test.zip testfile-stored-dos.zip testfile-lzma.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_store.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_store.test deleted file mode 100644 index 486274e..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_store.test +++ /dev/null @@ -1,4 +0,0 @@ -# change method from stored to stored (no change) -return 0 -arguments test.zip set_file_compression 0 store 0 -file test.zip teststored.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_xz.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_xz.test deleted file mode 100644 index 4838f05..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_xz.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from stored to xz-compressed -features HAVE_LIBLZMA -return 0 -arguments test.zip set_file_compression 0 xz 0 -file test.zip testfile-stored-dos.zip testfile-xz.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_zstd.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_zstd.test deleted file mode 100644 index eb734cf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_store_to_zstd.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from stored to zstd-compressed -features HAVE_LIBZSTD -return 0 -arguments test.zip set_file_compression 0 zstd 0 -file test.zip testfile-stored-dos.zip testfile-zstd.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_unknown.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_unknown.test deleted file mode 100644 index 1f7defd..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_unknown.test +++ /dev/null @@ -1,7 +0,0 @@ -# change method to unknown -return 1 -arguments test.zip set_file_compression 0 unknown 0 -file test.zip teststored.zip -stderr -can't set file compression method at index '0' to 'unknown', flags '0': Compression method not supported -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_xz_to_store.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_xz_to_store.test deleted file mode 100644 index 88fdf10..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_xz_to_store.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from xz-compressed to stored -features HAVE_LIBLZMA -return 0 -arguments test.zip set_file_compression 0 store 0 -file test.zip testfile-xz.zip testfile-stored-dos.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_zstd_to_store.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_zstd_to_store.test deleted file mode 100644 index d652cef..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_compression_zstd_to_store.test +++ /dev/null @@ -1,5 +0,0 @@ -# change method from zstd-compressed to stored -features HAVE_LIBZSTD -return 0 -arguments test.zip set_file_compression 0 store 0 -file test.zip testfile-zstd.zip testfile-stored-dos.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_file_dostime.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_file_dostime.test deleted file mode 100644 index d0bf6c9..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_file_dostime.test +++ /dev/null @@ -1,4 +0,0 @@ -# change dostime in a zip archive (use torrentzip default time) -return 0 -arguments testfile set_file_dostime 0 48128 8600 -file testfile testfile.zip testfile0.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime.test deleted file mode 100644 index 0919342..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime.test +++ /dev/null @@ -1,4 +0,0 @@ -# change mtime in a zip archive -return 0 -arguments testfile set_file_mtime 0 1407272201 -file testfile testfile.zip testfile2014.zip diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime_pkware.test b/proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime_pkware.test deleted file mode 100644 index 1c07b7b..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/set_file_mtime_pkware.test +++ /dev/null @@ -1,7 +0,0 @@ -# change mtime in a zip archive, fails because file is PKWare-encrypted -return 1 -arguments testfile set_file_mtime 0 1407272201 -file testfile encrypt.zip -stderr -can't set file mtime at index '0' to '1407272201': Operation not supported -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/short b/proj-web/thirdparty/libzip-1.11.3/regress/short deleted file mode 100644 index eba61a7..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/short +++ /dev/null @@ -1 +0,0 @@ -short \ No newline at end of file diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/source_hole.c b/proj-web/thirdparty/libzip-1.11.3/regress/source_hole.c deleted file mode 100644 index beed207..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/source_hole.c +++ /dev/null @@ -1,577 +0,0 @@ -/* - source_hole.c -- source for handling huge files that are mostly NULs - Copyright (C) 2014-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -#include -#include -#include -#include - -#include "zip.h" - -/* public API */ - -zip_source_t *source_hole_create(const char *, int flags, zip_error_t *); - - -#ifndef EFTYPE -#define EFTYPE EINVAL -#endif - - -#define MY_MIN(a, b) ((a) < (b) ? (a) : (b)) - -#define FRAGMENT_SIZE (8 * 1024) - -#define MARK_BEGIN "NiH0" -#define MARK_DATA "NiH1" -#define MARK_NUL "NiH2" - - -typedef struct buffer { - zip_uint64_t fragment_size; - zip_uint8_t **fragment; - zip_uint64_t nfragments; - zip_uint64_t size; - zip_uint64_t offset; -} buffer_t; - -static void buffer_free(buffer_t *buffer); -static buffer_t *buffer_from_file(const char *fname, int flags, zip_error_t *error); -static buffer_t *buffer_new(void); -static zip_int64_t buffer_read(buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length, zip_error_t *error); -static int buffer_read_file(buffer_t *buffer, FILE *f, zip_error_t *error); -static zip_int64_t buffer_seek(buffer_t *buffer, void *data, zip_uint64_t length, zip_error_t *error); -static int buffer_to_file(buffer_t *buffer, const char *fname, zip_error_t *error); -static zip_int64_t buffer_write(buffer_t *buffer, const zip_uint8_t *data, zip_uint64_t length, zip_error_t *error); -static zip_uint64_t get_u64(const zip_uint8_t *b); -static int only_nul(const zip_uint8_t *data, zip_uint64_t length); -static int write_nuls(zip_uint64_t n, FILE *f); -static int write_u64(zip_uint64_t u64, FILE *f); - - -typedef struct hole { - zip_error_t error; - char *fname; - buffer_t *in; - buffer_t *out; -} hole_t; - -static hole_t *hole_new(const char *fname, int flags, zip_error_t *error); -static zip_int64_t source_hole_cb(void *ud, void *data, zip_uint64_t length, zip_source_cmd_t command); - - -zip_source_t * -source_hole_create(const char *fname, int flags, zip_error_t *error) { - hole_t *ud = hole_new(fname, flags, error); - - if (ud == NULL) { - return NULL; - } - return zip_source_function_create(source_hole_cb, ud, error); -} - - -static void -buffer_free(buffer_t *buffer) { - zip_uint64_t i; - - if (buffer == NULL) { - return; - } - - if (buffer->fragment) { - for (i = 0; i < buffer->nfragments; i++) { - free(buffer->fragment[i]); - } - free(buffer->fragment); - } - free(buffer); -} - - -static buffer_t * -buffer_from_file(const char *fname, int flags, zip_error_t *error) { - buffer_t *buffer; - FILE *f; - - if ((buffer = buffer_new()) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((flags & ZIP_TRUNCATE) == 0) { - if ((f = fopen(fname, "rb")) == NULL) { - if (!(errno == ENOENT && (flags & ZIP_CREATE))) { - buffer_free(buffer); - return NULL; - } - } - else { - if (buffer_read_file(buffer, f, error) < 0) { - buffer_free(buffer); - fclose(f); - return NULL; - } - fclose(f); - } - } - - return buffer; -} - - -static buffer_t * -buffer_new(void) { - buffer_t *buffer; - - if ((buffer = (buffer_t *)malloc(sizeof(*buffer))) == NULL) { - return NULL; - } - - buffer->fragment = NULL; - buffer->nfragments = 0; - buffer->fragment_size = FRAGMENT_SIZE; - buffer->size = 0; - buffer->offset = 0; - - return buffer; -} - - -static zip_int64_t -buffer_read(buffer_t *buffer, zip_uint8_t *data, zip_uint64_t length, zip_error_t *error) { - zip_uint64_t n, i, fragment_offset; - - length = MY_MIN(length, buffer->size - buffer->offset); - - if (length == 0) { - return 0; - } - if (length > ZIP_INT64_MAX) { - return -1; - } - - i = buffer->offset / buffer->fragment_size; - fragment_offset = buffer->offset % buffer->fragment_size; - n = 0; - while (n < length) { - zip_uint64_t left = MY_MIN(length - n, buffer->fragment_size - fragment_offset); - - if (buffer->fragment[i]) { - memcpy(data + n, buffer->fragment[i] + fragment_offset, left); - } - else { - memset(data + n, 0, left); - } - - n += left; - i++; - fragment_offset = 0; - } - - buffer->offset += n; - return (zip_int64_t)n; -} - - -static int -buffer_read_file(buffer_t *buffer, FILE *f, zip_error_t *error) { - zip_uint8_t b[20]; - zip_uint64_t i; - - if (fread(b, 20, 1, f) != 1) { - zip_error_set(error, ZIP_ER_READ, errno); - return -1; - } - - if (memcmp(b, MARK_BEGIN, 4) != 0) { - zip_error_set(error, ZIP_ER_READ, EFTYPE); - return -1; - } - - buffer->fragment_size = get_u64(b + 4); - buffer->size = get_u64(b + 12); - - if (buffer->fragment_size == 0) { - zip_error_set(error, ZIP_ER_INCONS, 0); - return -1; - } - - buffer->nfragments = buffer->size / buffer->fragment_size; - if (buffer->size % buffer->fragment_size != 0) { - buffer->nfragments += 1; - } - - if ((buffer->nfragments > SIZE_MAX / sizeof(buffer->fragment[0])) || ((buffer->fragment = (zip_uint8_t **)malloc(sizeof(buffer->fragment[0]) * buffer->nfragments)) == NULL)) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - - for (i = 0; i < buffer->nfragments; i++) { - buffer->fragment[i] = NULL; - } - - i = 0; - while (i < buffer->nfragments) { - if (fread(b, 4, 1, f) != 1) { - zip_error_set(error, ZIP_ER_READ, errno); - return -1; - } - - if (memcmp(b, MARK_DATA, 4) == 0) { - if (buffer->fragment_size > SIZE_MAX) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - if ((buffer->fragment[i] = (zip_uint8_t *)malloc(buffer->fragment_size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - if (fread(buffer->fragment[i], buffer->fragment_size, 1, f) != 1) { - zip_error_set(error, ZIP_ER_READ, errno); - return -1; - } - i++; - } - else if (memcmp(b, MARK_NUL, 4) == 0) { - if (fread(b, 8, 1, f) != 1) { - zip_error_set(error, ZIP_ER_READ, errno); - return -1; - } - i += get_u64(b); - } - else { - zip_error_set(error, ZIP_ER_READ, EFTYPE); - return -1; - } - } - - return 0; -} - -static zip_int64_t -buffer_seek(buffer_t *buffer, void *data, zip_uint64_t length, zip_error_t *error) { - zip_int64_t new_offset = zip_source_seek_compute_offset(buffer->offset, buffer->size, data, length, error); - - if (new_offset < 0) { - return -1; - } - - buffer->offset = (zip_uint64_t)new_offset; - return 0; -} - - -static int -buffer_to_file(buffer_t *buffer, const char *fname, zip_error_t *error) { - FILE *f = fopen(fname, "wb"); - zip_uint64_t i; - zip_uint64_t nul_run; - - if (f == NULL) { - zip_error_set(error, ZIP_ER_OPEN, errno); - return -1; - } - - fwrite(MARK_BEGIN, 4, 1, f); - write_u64(buffer->fragment_size, f); - write_u64(buffer->size, f); - - nul_run = 0; - for (i = 0; i * buffer->fragment_size < buffer->size; i++) { - if (buffer->fragment[i] == NULL || only_nul(buffer->fragment[i], buffer->fragment_size)) { - nul_run++; - } - else { - if (nul_run > 0) { - write_nuls(nul_run, f); - nul_run = 0; - } - fwrite(MARK_DATA, 4, 1, f); - - fwrite(buffer->fragment[i], 1, buffer->fragment_size, f); - } - } - - if (nul_run > 0) { - write_nuls(nul_run, f); - } - - if (fclose(f) != 0) { - zip_error_set(error, ZIP_ER_WRITE, errno); - return -1; - } - - return 0; -} - - -static zip_int64_t -buffer_write(buffer_t *buffer, const zip_uint8_t *data, zip_uint64_t length, zip_error_t *error) { - zip_uint8_t **fragment; - if (buffer->offset + length > buffer->nfragments * buffer->fragment_size) { - zip_uint64_t needed_fragments = (buffer->offset + length + buffer->fragment_size - 1) / buffer->fragment_size; - zip_uint64_t new_capacity = buffer->nfragments; - zip_uint64_t i; - - if (new_capacity == 0) { - new_capacity = 4; - } - while (new_capacity < needed_fragments) { - new_capacity *= 2; - } - - fragment = realloc(buffer->fragment, new_capacity * sizeof(*fragment)); - - if (fragment == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - - for (i = buffer->nfragments; i < new_capacity; i++) { - fragment[i] = NULL; - } - - buffer->fragment = fragment; - buffer->nfragments = new_capacity; - } - - if (!only_nul(data, length)) { - zip_uint64_t idx, n, fragment_offset; - - idx = buffer->offset / buffer->fragment_size; - fragment_offset = buffer->offset % buffer->fragment_size; - n = 0; - - while (n < length) { - zip_uint64_t left = MY_MIN(length - n, buffer->fragment_size - fragment_offset); - - if (buffer->fragment[idx] == NULL) { - if ((buffer->fragment[idx] = (zip_uint8_t *)malloc(buffer->fragment_size)) == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return -1; - } - memset(buffer->fragment[idx], 0, buffer->fragment_size); - } - memcpy(buffer->fragment[idx] + fragment_offset, data + n, left); - - n += left; - idx++; - fragment_offset = 0; - } - } - - buffer->offset += length; - if (buffer->offset > buffer->size) { - buffer->size = buffer->offset; - } - - return (zip_int64_t)length; -} - - -static zip_uint64_t -get_u64(const zip_uint8_t *b) { - zip_uint64_t i; - - i = (zip_uint64_t)b[0] << 56 | (zip_uint64_t)b[1] << 48 | (zip_uint64_t)b[2] << 40 | (zip_uint64_t)b[3] << 32 | (zip_uint64_t)b[4] << 24 | (zip_uint64_t)b[5] << 16 | (zip_uint64_t)b[6] << 8 | (zip_uint64_t)b[7]; - - return i; -} - - -static int -only_nul(const zip_uint8_t *data, zip_uint64_t length) { - zip_uint64_t i; - - for (i = 0; i < length; i++) { - if (data[i] != '\0') { - return 0; - } - } - - return 1; -} - - -static int -write_nuls(zip_uint64_t n, FILE *f) { - if (fwrite(MARK_NUL, 4, 1, f) != 1) { - return -1; - } - return write_u64(n, f); -} - - -static int -write_u64(zip_uint64_t u64, FILE *f) { - zip_uint8_t b[8]; - - b[0] = (zip_uint8_t)((u64 >> 56) & 0xff); - b[1] = (zip_uint8_t)((u64 >> 48) & 0xff); - b[2] = (zip_uint8_t)((u64 >> 40) & 0xff); - b[3] = (zip_uint8_t)((u64 >> 32) & 0xff); - b[4] = (zip_uint8_t)((u64 >> 24) & 0xff); - b[5] = (zip_uint8_t)((u64 >> 16) & 0xff); - b[6] = (zip_uint8_t)((u64 >> 8) & 0xff); - b[7] = (zip_uint8_t)(u64 & 0xff); - - return fwrite(b, 8, 1, f) == 1 ? 0 : -1; -} - - -static void -hole_free(hole_t *hole) { - if (hole == NULL) { - return; - } - zip_error_fini(&hole->error); - buffer_free(hole->in); - buffer_free(hole->out); - free(hole->fname); - free(hole); -} - - -static hole_t * -hole_new(const char *fname, int flags, zip_error_t *error) { - hole_t *ctx = (hole_t *)malloc(sizeof(*ctx)); - - if (ctx == NULL) { - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((ctx->fname = strdup(fname)) == NULL) { - free(ctx); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - - if ((ctx->in = buffer_from_file(fname, flags, error)) == NULL) { - free(ctx); - return NULL; - } - - zip_error_init(&ctx->error); - ctx->out = NULL; - - return ctx; -} - - -static zip_int64_t -source_hole_cb(void *ud, void *data, zip_uint64_t length, zip_source_cmd_t command) { - hole_t *ctx = (hole_t *)ud; - - switch (command) { - case ZIP_SOURCE_BEGIN_WRITE: - ctx->out = buffer_new(); - return 0; - - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_COMMIT_WRITE: - if (buffer_to_file(ctx->out, ctx->fname, &ctx->error) < 0) { - return -1; - } - buffer_free(ctx->in); - ctx->in = ctx->out; - ctx->out = NULL; - return 0; - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, length); - - case ZIP_SOURCE_FREE: - hole_free(ctx); - return 0; - - case ZIP_SOURCE_OPEN: - ctx->in->offset = 0; - return 0; - - case ZIP_SOURCE_READ: - return buffer_read(ctx->in, data, length, &ctx->error); - - case ZIP_SOURCE_REMOVE: - buffer_free(ctx->in); - ctx->in = buffer_new(); - buffer_free(ctx->out); - ctx->out = NULL; - (void)remove(ctx->fname); - return 0; - - case ZIP_SOURCE_ROLLBACK_WRITE: - buffer_free(ctx->out); - ctx->out = NULL; - return 0; - - case ZIP_SOURCE_SEEK: - return buffer_seek(ctx->in, data, length, &ctx->error); - - case ZIP_SOURCE_SEEK_WRITE: - return buffer_seek(ctx->out, data, length, &ctx->error); - - case ZIP_SOURCE_STAT: { - zip_stat_t *st = ZIP_SOURCE_GET_ARGS(zip_stat_t, data, length, &ctx->error); - - if (st == NULL) { - return -1; - } - - /* TODO: return ENOENT if fname doesn't exist */ - - st->valid |= ZIP_STAT_SIZE; - st->size = ctx->in->size; - return 0; - } - - case ZIP_SOURCE_TELL: - return (zip_int64_t)ctx->in->offset; - - case ZIP_SOURCE_TELL_WRITE: - return (zip_int64_t)ctx->out->offset; - - case ZIP_SOURCE_WRITE: - return buffer_write(ctx->out, data, length, &ctx->error); - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_BEGIN_WRITE, ZIP_SOURCE_COMMIT_WRITE, ZIP_SOURCE_CLOSE, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_REMOVE, ZIP_SOURCE_ROLLBACK_WRITE, ZIP_SOURCE_SEEK, ZIP_SOURCE_SEEK_WRITE, ZIP_SOURCE_STAT, ZIP_SOURCE_TELL, ZIP_SOURCE_TELL_WRITE, ZIP_SOURCE_WRITE, -1); - - default: - zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_guess.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_guess.test deleted file mode 100644 index 4b25e90..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_guess.test +++ /dev/null @@ -1,150 +0,0 @@ -# guess CP437 file names and autoconvert them -arguments test-cp437.zip stat 0 stat 1 stat 2 stat 3 stat 4 stat 5 stat 6 stat 7 stat 8 stat 9 stat 10 stat 11 stat 12 stat 13 stat 14 stat 15 -return 0 -file test-cp437.zip test-cp437.zip -stdout -name: '☺☻♥♦♣♠•◘○◙♂♀♪♫☼►' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:50' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '◄↕‼¶§▬↨↑↓→←∟↔▲▼ ' -index: '1' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:54' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '!"#$%&'()*+,-./0' -index: '2' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:58' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '123456789:;<=>?@' -index: '3' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:04' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'ABCDEFGHIJKLMNOP' -index: '4' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:08' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'QRSTUVWXYZ[\]^_`' -index: '5' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:12' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'abcdefghijklmnop' -index: '6' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:18' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'qrstuvwxyz{|}~⌂Ç' -index: '7' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:22' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'üéâäàåçêëèïîìÄÅÉ' -index: '8' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:26' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'æÆôöòûùÿÖÜ¢£¥₧ƒá' -index: '9' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:30' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'íóúñѪº¿⌐¬½¼¡«»░' -index: '10' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:36' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '▒▓│┤╡╢╖╕╣║╗╝╜╛┐└' -index: '11' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:40' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '┴┬├─┼╞╟╚╔╩╦╠═╬╧╨' -index: '12' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:44' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '╤╥╙╘╒╓╫╪┘┌█▄▌▐▀α' -index: '13' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:50' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'ßΓπΣσµτΦΘΩδ∞φε∩≡' -index: '14' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:54' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '±≥≤⌠⌡÷≈°∙·√ⁿ²■  ' -index: '15' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:53:02' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_raw.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_raw.test deleted file mode 100644 index 6450ad4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_raw.test +++ /dev/null @@ -1,150 +0,0 @@ -# get raw file names them from archive -arguments -x -r test-cp437.zip stat 0 stat 1 stat 2 stat 3 stat 4 stat 5 stat 6 stat 7 stat 8 stat 9 stat 10 stat 11 stat 12 stat 13 stat 14 stat 15 -return 0 -file test-cp437.zip test-cp437.zip -stdout -name: '0102030405060708090a0b0c0d0e0f10' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:50' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '1112131415161718191a1b1c1d1e1f20' -index: '1' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:54' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '2122232425262728292a2b2c2d2e2f30' -index: '2' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:58' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '3132333435363738393a3b3c3d3e3f40' -index: '3' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:04' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '4142434445464748494a4b4c4d4e4f50' -index: '4' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:08' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '5152535455565758595a5b5c5d5e5f60' -index: '5' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:12' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '6162636465666768696a6b6c6d6e6f70' -index: '6' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:18' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '7172737475767778797a7b7c7d7e7f80' -index: '7' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:22' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '8182838485868788898a8b8c8d8e8f90' -index: '8' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:26' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '9192939495969798999a9b9c9d9e9fa0' -index: '9' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:30' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'a1a2a3a4a5a6a7a8a9aaabacadaeafb0' -index: '10' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:36' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'b1b2b3b4b5b6b7b8b9babbbcbdbebfc0' -index: '11' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:40' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'c1c2c3c4c5c6c7c8c9cacbcccdcecfd0' -index: '12' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:44' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'd1d2d3d4d5d6d7d8d9dadbdcdddedfe0' -index: '13' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:50' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'e1e2e3e4e5e6e7e8e9eaebecedeeeff0' -index: '14' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:54' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'f1f2f3f4f5f6f7f8f9fafbfcfdfeffff' -index: '15' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:53:02' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_strict.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_strict.test deleted file mode 100644 index 51516ca..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_cp437_strict.test +++ /dev/null @@ -1,150 +0,0 @@ -# strictly follow ZIP spec and expect CP437 file names, and autoconvert them -arguments -s test-cp437.zip stat 0 stat 1 stat 2 stat 3 stat 4 stat 5 stat 6 stat 7 stat 8 stat 9 stat 10 stat 11 stat 12 stat 13 stat 14 stat 15 -return 0 -file test-cp437.zip test-cp437.zip -stdout -name: '☺☻♥♦♣♠•◘○◙♂♀♪♫☼►' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:50' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '◄↕‼¶§▬↨↑↓→←∟↔▲▼ ' -index: '1' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:54' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '!"#$%&'()*+,-./0' -index: '2' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:51:58' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '123456789:;<=>?@' -index: '3' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:04' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'ABCDEFGHIJKLMNOP' -index: '4' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:08' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'QRSTUVWXYZ[\]^_`' -index: '5' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:12' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'abcdefghijklmnop' -index: '6' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:18' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'qrstuvwxyz{|}~⌂Ç' -index: '7' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:22' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'üéâäàåçêëèïîìÄÅÉ' -index: '8' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:26' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'æÆôöòûùÿÖÜ¢£¥₧ƒá' -index: '9' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:30' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'íóúñѪº¿⌐¬½¼¡«»░' -index: '10' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:36' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '▒▓│┤╡╢╖╕╣║╗╝╜╛┐└' -index: '11' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:40' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '┴┬├─┼╞╟╚╔╩╦╠═╬╧╨' -index: '12' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:44' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '╤╥╙╘╒╓╫╪┘┌█▄▌▐▀α' -index: '13' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:50' -crc: '0' -compression method: '0' -encryption method: '0' - -name: 'ßΓπΣσµτΦΘΩδ∞φε∩≡' -index: '14' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:52:54' -crc: '0' -compression method: '0' -encryption method: '0' - -name: '±≥≤⌠⌡÷≈°∙·√ⁿ²■  ' -index: '15' -size: '0' -compressed size: '0' -mtime: 'Fri Feb 17 2012 20:53:02' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_fileorder.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_fileorder.test deleted file mode 100644 index f50541c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_fileorder.test +++ /dev/null @@ -1,24 +0,0 @@ -# zip_open: entries ordered by central directory order -arguments fileorder.zzip stat 0 stat 1 -return 0 -file fileorder.zzip fileorder.zip -stdout -name: 'file1' -index: '0' -size: '5' -compressed size: '5' -mtime: 'Fri Apr 27 2012 23:21:42' -crc: '9ee760e5' -compression method: '0' -encryption method: '0' - -name: 'file2' -index: '1' -size: '5' -compressed size: '5' -mtime: 'Fri Apr 27 2012 23:21:44' -crc: '7ee315f' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed.test deleted file mode 100644 index 1a4b68c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed.test +++ /dev/null @@ -1,15 +0,0 @@ -# stat file in streamed zip file -arguments streamed stat 0 -file streamed streamed.zip -return 0 -stdout -name: '-' -index: '0' -size: '2' -compressed size: '4' -mtime: 'Wed Apr 25 2012 10:20:38' -crc: 'ddeaa107' -compression method: '8' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed_zip64.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed_zip64.test deleted file mode 100644 index 79b9c1f..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_streamed_zip64.test +++ /dev/null @@ -1,15 +0,0 @@ -# stat file in streamed zip file -arguments streamed stat 0 -file streamed streamed-zip64.zip -return 0 -stdout -name: '-' -index: '0' -size: '2' -compressed size: '4' -mtime: 'Wed Apr 25 2012 10:20:38' -crc: 'ddeaa107' -compression method: '8' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_guess.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_guess.test deleted file mode 100644 index 1592eab..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_guess.test +++ /dev/null @@ -1,15 +0,0 @@ -# guess UTF-8 file names -arguments test-utf8.zip stat 0 -return 0 -file test-utf8.zip test-utf8.zip -stdout -name: 'ÄÖÜäöüßćçĉéèêëē' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Sat Feb 18 2012 00:15:08' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_raw.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_raw.test deleted file mode 100644 index 1f6ff36..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_raw.test +++ /dev/null @@ -1,15 +0,0 @@ -# print UTF-8 file names -arguments -r test-utf8.zip stat 0 -return 0 -file test-utf8.zip test-utf8.zip -stdout -name: 'ÄÖÜäöüßćçĉéèêëē' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Sat Feb 18 2012 00:15:08' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_strict.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_strict.test deleted file mode 100644 index 5f968e6..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_strict.test +++ /dev/null @@ -1,16 +0,0 @@ -# follow strict rules and convert UTF-8 as if it was CP437, but not -# if the files are marked as having UTF-8 names -arguments -s test-utf8.zip stat 0 -return 0 -file test-utf8.zip test-utf8.zip -stdout -name: 'ÄÖÜäöüßćçĉéèêëē' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Sat Feb 18 2012 00:15:08' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_unmarked_strict.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_unmarked_strict.test deleted file mode 100644 index 640812c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_utf8_unmarked_strict.test +++ /dev/null @@ -1,16 +0,0 @@ -# follow strict rules and convert UTF-8 as if it was CP437, -# if not marked otherwise (in this case: not marked) -arguments -s test-utf8-unmarked.zip stat 0 -return 0 -file test-utf8-unmarked.zip test-utf8-unmarked.zip -stdout -name: '├ä├û├£├ñ├╢├╝├ƒ─ç├º─ë├⌐├¿├¬├½─ô' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Sat Feb 18 2012 00:15:08' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_zip64.test b/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_zip64.test deleted file mode 100644 index a2a8ddf..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/stat_index_zip64.test +++ /dev/null @@ -1,15 +0,0 @@ -# stat file in zip64 zip file -arguments bigzero stat 0 -file bigzero bigzero.zip -return 0 -stdout -name: 'bigzero' -index: '0' -size: '4294967296' -compressed size: '4168157' -mtime: 'Thu Mar 15 2012 14:54:06' -crc: 'd202ef8d' -compression method: '8' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/stored-no-eos.zip b/proj-web/thirdparty/libzip-1.11.3/regress/stored-no-eos.zip deleted file mode 100644 index 4a7745f73cda20294873712f5664f92d491b03e4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 348 zcmWIWW@Zs#0Da0vp^AT}!tGmz}_N{9wh%*9TgAsieWw;%dH0CG7CJR*x382FBWFymBh zK53w!WQl7;NpOBzNqJ&XDnogBxn5>oc5!lIL8@MUQTpt6Hc~)E`~f~8u0T39H8mwA zB`qxt$f(Eal|A)72v2n0z9ER(o+c$6H}m?to& z7#T^>bP0l+YC5&B$cWfIAF8Y8e<5z$C5^3GilR11Vqx MLKh&-#0cU605}s>4FCWD diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/streamed-zip64.zip b/proj-web/thirdparty/libzip-1.11.3/regress/streamed-zip64.zip deleted file mode 100644 index 85886190bef6d6408c2a0f2efbe8418c7f54a61b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmWIWW@gc4-~htOK{Fi~fZ#tAFfxcR=rS@0fW%OM_Y)?D0B?2<_JyzRvOr~+pmcyY mBa<96!a$fBkUS$)4Tx?K1aWi&yjj^m3`QW-2h#o^4g&yCJ{C>@ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/streamed.zip b/proj-web/thirdparty/libzip-1.11.3/regress/streamed.zip deleted file mode 100644 index ab4d4946b6e946acbf2b8245ed26536c2b29e054..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmWIWW@gc4-~htOK{Fi~kN_i)t?T`Si6Ow7or8VhtGg^f0VW_0@MdI^V@7B~mIG-5 a0TA6F2x935c(byB7>q!u52TGj90ma0at;*$ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-comment-utf-8.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-comment-utf-8.zip deleted file mode 100644 index 748a2696743634a8a1f4b5542a1f51d0f01b5942..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2619 zcmaLZX;@5A9LMo9%~V>XBto(iQTAQ3Q)r^HuVvpON)l?bUk@N2FvdPtd-V&?=?|CM|>l1W9=N@kU-m{+Y<-J*tN&00Ju z8!IqL^5aOg>(s4Rzd=K*MvbkTG_|p9#*;Kyfl1O*j?}zG%T}%1v~AbEL&r{??Yh|W zq+G1PBq@L+b?w%@N6%ip`}B2i?AL#QlbR>xV+AHjK^)0>;2;-Qx4}b(4jVpVTjlAvz{DZsVr- z1fEoa6__N2bEL%0TavaWZ`;0O=dRs*_NJurBxS0d6HJmKIMTlT2ht9vA3A*G=&_9B zCr+N?NxE2pNm3L?I-Mz;IeYH>g^QOiU%7hi`VF3Bh!vP5MRTN^w{G9bx_j?__JfBx zk2H^;@FWwgz$7V_BRzeVoA><1%lucb-xR!k_x=MR}{toy|2Tr^LYDV2bs%+j!H3F-2>_ipHCZn>cBUKGn>F|jv zR8B@^vq!2{3WVqgiYgROMr9L7s-9S-gD9#{KN*$HA*p6ym5!sRLJ4J5HjSjJqlFM1 zN>PO>%BXB6NmY$iI+~&ig_Kd*WRhwOR_TC>D%4U&W%Eg@d03@mDymRU8I?^bsoLN_ z8+2Gj6)GyDvRNfnZ>-Xh6;&vzjLIgKR5P(k2Uk>~t}-f{TT(StAw1GN!Kz`sT4Hz`X&M*si- diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-fc-utf-8-filename.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-fc-utf-8-filename.zip deleted file mode 100644 index 7aeb8096b35588c0b4f54d83b7cca8033067704b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 236 zcmWIWW@h1H0D6LW?UBNGw?ty``ZX&pqY!^y3i0-i20?c h_A)Xtv#_$Ub8rd>3I%wxvVja_1j2G49S`C#006EKLmL19 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-fc.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437-fc.zip deleted file mode 100644 index 0c4f04d53139f06a6fc4eb89eecb755ea37aca46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 186 zcmWIWW@h1H0Dbg^Sq?3PX1vdjD z%L`@(29^|{`T%c6COKwY=14H`K+XKy2x6d`$_g(rzFQ0{~}K9<2ZX diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test-cp437.zip deleted file mode 100644 index 9e6b91d9a888c4bf7341e7eb67424da945eea8e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2582 zcmaLZcT|s29LMqd>-YPW1_}|9O;+|M*%bOkWfQV@L`f)#B$1z}j54wnva_=H3>g`P zkP$LM`QFRvx#xWE^*rbEocqu7I?rG4^XQz^8WTb<-*^`XcKG)&C)Pw|pw?&&jfxnX zn3@$WR@~gp)tIPL6YQPoynRfGN|U7~MB@qX=n5r2fn-slWGTziWvt4UD{o!FreY-~ zrGY{xmHY)#Ap*{XG$w)X8D zn3Mquom2`ENbNgx?9{nS*KXY%oqF`_<*Z{;7ASO5DOe!6^zP&8=H9no{{aIB4IVPo zgGt$-&`G5bfi!IR2+xtDMvoagZv2FalO|7LQVu9|QYlm*P4${K-FwDNAKzJiv;F7H zoyVkHQ0Symm_P~$oFB9xc;TXu#i2{WmWD55QXVLDQYl;@Est2CUm3Y-byRfBnzifJ z$1*7&6gsICA&}xWY}~Xte#_Qv+js2TwL2k^N$Ny~HGk|ii~QYlU#<$U`5CHL#M??3W> z{`#F?P{1S`Q0S1PGO$t03T0IotfT;X#J$q~?bUx&Tq|C61QoXnRAIN2Z^h-}RXwP< zW1tEfrl`1LyqXRwZW^e=VgD2r7m!zVpyD2aDr}*m;u`X5G^n_ZpbERFsJM*0nh7fI zB&fnhDk`oduiC+{18yd$!d@yWE+((~fQtJGs<54kitEX%DWKw(f-3B&qT-VBs+oom k+*MG8O;uD}RbF)m6*m@CVPCa|kPTuEw}+OHSa_F^KYY9@7XSbN diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test-utf8-unmarked.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test-utf8-unmarked.zip deleted file mode 100644 index 1bcb7035ff928b664d3fe5502a256f45f5f12d75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 210 zcmWIWW@h1H0D&irK@MOBl#pYPVL04!c-rAPhnF1Qc6iU>`A6ChFF(?Gc;(?0hgTh5 zePnWI2qyz`^?f^k5H79YW?*D_!OXzGk^(d#z?+dtjv1H95^#&QG=i9f>|ur2gJB0N P8%Q@J5Q6NC0C5-qK;S&S diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test-utf8.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test-utf8.zip deleted file mode 100644 index 3045e20b86ae42e8e5529af7803dc62f38278037..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 210 zcmWIWW@h1HVBlb2c)}Ruz<>ng7-Sd@w;Y~!c+TM^hqoQxb9nxd_QT7MbRJ%Lc*WsW zhgTn&92&yOz+8Rb&L4zJE4UdLSza(RFtDTmO$qR3WRhdXWwHd^o-K_aCLw!RA@*R{ R!O8~G%?N}bJ0n0G1^`OHJk9_B diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test.zip deleted file mode 100644 index e4efd716b64801cd7445a7baaa8d460a661534ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 412 zcmWIWW@h1HU}9ikxLWI`f6R2JH7k$}!YmA;3?-?>C7~gl49t#2jrJfMTEW7Q!XN^c z;0gfi1uA8zo}q07qG5mosy8LGNFS`9Q}l`BEFcEyf5Du>0MUxgT3#frAnT1V><8%w z$pGzVWD;k_<$7MQV;F(tmPQa0;ultkUqUMwfNp?j2T5Xj0HU3NL4e_{qYYF$#5+JE jK;A(%0=q|$T~Ll>1k_t7PGMyOIfEGpPXXyYAPxfnv0Y9$ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test2.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test2.zip deleted file mode 100644 index ed2f60f50e320d2968637f673d0ac50355594b21..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 126 zcmWIWW@Zs#0D=6}7FV9S`Wq}jHVE?oaY<@%Nm^!3s$NM&35Xrw&B!Fej9WcW3m9x` X1X0Mk1H4(;Kw^wQXa%J8KpX}DC%P7g diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/test_open_multiple.zip b/proj-web/thirdparty/libzip-1.11.3/regress/test_open_multiple.zip deleted file mode 100644 index 7dc3091a3f64ab39788b766961ff117bfde2b58a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 152 zcmWIWW@h1HW&na0+qQ=UXuV&@0c3+PD-ai#l%}O6CMBn&rln^Dcr!BDGviXM0#ptH z3JpsdK{Qw^7lQ(b&A`YY!O*b#VcPS&8;lLEhGAeD$`9~nWrL_;WC#Z`v_TvO0DTf7 A>i_@% diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testbuffer.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testbuffer.zip deleted file mode 100644 index 91e7d8a8b84dbd7faaef9afc2a873216a37b6bb4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmWIWW@Zs#00FL)7FXuqca+S4Y!K!H;*!+jlH!u0%)E5Hl8Ta$jLc#MAWBpKiR&mN z=A|fPmM9dbrsftal;kU9B$lNrB&DY2DHN9`C#Mz{rYn521qA?I1B(&O)2OA diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testbuffer_reopen.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testbuffer_reopen.zip deleted file mode 100644 index a46e72bc7841d0f6763e766558aadc9669f1375c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 247 zcmWIWW@Zs#0D)Dpr6Cec{GB{NHVE?paY<@%NpVS0W?s5pNkxf&S!z*vQD#X=Y93br zioUI)(m%L?>R~u9wLC2|Cl#d0Q31$N0P%o&7@6#uaoYwo01UP?f+$qG(e+#$ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testbzip2.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testbzip2.zip deleted file mode 100644 index 7c9a9e72b90f5166169f761cf052de78e473b05a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 175 zcmWIWW@h1HU|`^32q|&3@o+HRpbzBP05LxhCnhB(>lURJq$ZZ=l~j~CMP*nTI!3Am zM>40JU}0cjcVu7?uwYPNFgR->lvOoVK+W&$eDNYzi+~9r1p(fSOmfV)O$S;427ent W6q;QD-mGjOVMZXd1=2Af4g&znN+PuY diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testchanged.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testchanged.zip deleted file mode 100644 index d5169c96edbda1b0e796e0a466feba7a013c1d36..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 728 zcmZ|LJxjwt0LJmFO+^D497Nr26Gckj7C{iTxD+JN<^xE2AqUAtlB?Fyv0K5#Nhs(y z@dN1S?&#v+?sG|up%@MId!m8 z2K9<%@GA$=6kyg<2fOy5v5Gf|fvb;Lr`Qo0`8=WcOP^7}ZVoInoCJ~wTrheWyFR}z S!Zj`Pgo|BCIT~`89sd9>TCF1h diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testchangedlocal.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testchangedlocal.zip deleted file mode 100644 index 1c8b301414483864e522f2d440c53027942d63d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 714 zcmZ{iF-yZh7>2K=5e;N;5Oup%htirZPJ)U{L=M{g07)+<(B|ZFN*x`$2`)~Bg8mbK zfR65tE)MR#m!xgz#a!Ow2z*c8JcRjH(;@o0e4TXLpEvirIP2JCn?%WwcY^*Vv7UmX zGo4`EBm=Bdkt&|5jEaaxiOdxCA#XWs!DHaPf4n{Jfu%F&9p=1euypEp84pD|Fn~P( zzYcoes|CFrI0a0n4yfWpn!EtKjo-=sYQb*Kn}MZM$BV?RRPmxFhz{gm@ii1|XFS;%9)y{=!{#PZ$uK^NUvM-1D81d0g_CnD*ylh diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testcomment.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testcomment.zip deleted file mode 100644 index 45dc18d1423248071fd02b8a68e9bed36dd3f623..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 703 zcmZ{iKTm@|7>C~q7$spe>UN_#5dU;>GEw8w#*nmp00M`Qw46E6)X}koJZ`34U(Z~~ahB4ClEvdQzoTlpGq&o|iCyeU{Ji+HiPl0`CWu(h;q{O8cY&WT#c z{U`y1SJ=a6c- z1Wzk4Oafe5B{dSBeh7*a2E+@ efee%Mn%5g(v5@+`{<9q0vAZI>aO(+|n0^CjSE923 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testcomment13.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testcomment13.zip deleted file mode 100644 index bd6e1c3277cfc2551406338d2c5f92db0401bb35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 383 zcmWIWW@h1H00FYscEDR|?=$xNd zlA2ditdO6kkd|3gTmmF>QuVk3;N}Gb&3mF1{07}TW3YMifM$U(HuFj{GK*5+<}osf zGvjh0FUa8xj6l4k5yXPJmlfjP&7$w*a5EK1JEEK5~L&d<#ShK)j6ei2w495TFI Ryj(u{dFgsEMrsj|2>{KAS6=`C diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testcommentremoved.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testcommentremoved.zip deleted file mode 100644 index b2e4d05dc5bd3d8b4e6d2a4f16215b5c37dc50ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 640 zcmZ{hKTE?v7{=e4M6{4m)Gebr6#sN_RdK0EpuG=JnhOcEIY}ba(XpH0;v^L8H}M1L z=l}lz0zis~IkMA$TvZ&v)Bkapt^3&3gcgQ^zahKxL5y>;m|{ z*Zo*7c%*@kfN|=8Ws>GLPk^`fHQ8M**w(x$Se!autgiDiSrlxnY&!or^zr9J4dm&T zca>4k7!_lpu=6u-JM*lURJq$ZZ=l~j~?`?#>hcxp6g v3x=9WvKBBh1b8zt$uZ;B4>W>-5s3dbf>>y#1$eWvfrJ@>&=yGBfjA5RzZV&5 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testdeflated2.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testdeflated2.zip deleted file mode 100644 index b5ded7d6d3fc7c8a3b59a03ca7b6c3ec5cbfaa1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 270 zcmWIWW@Zs#U|`^2FfX6$=HXzvK@iBZ0b&6lPE1Nn)-6gcNKGs;(krPb@%C|Hi}BQG z&=w3elVmMmWC(z34=HiALDtTXsvU=JMkYCC+|~n)U|O!)Ul?|kV2?$GobO?yU007bbld*r`MfAD_9s_ yFsCpCcr!AIGvhLV7jE8?Mi3L#I97;pp%n~3V_4Zh3K)UV9Z1`QI1GsyiCh3Uv>w<1 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-UTF8.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-UTF8.zip deleted file mode 100644 index 727961545ca745df1f286593bc818d3fb59b996c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 126 zcmWIWW@h1HVBlb2Sl;s9hye-k0ojLJ4o^Eg=kWZ)OAc>4yeGh$kx7mjw`!Q?zl|Uk Tx?WZ`kSHS%+5l-C5QhN(9QGVY diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-cp437.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-cp437.zip deleted file mode 100644 index 169a90311aa235010b5e29c9479bf3dc81477b76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 130 zcmWIWW@h1H0Dlx4h diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-ef.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-ef.zip deleted file mode 100644 index 91551ff60bfcfe7650d0901e42721b03e88d3ec4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 174 zcmWIWW@h1H00Ewf_C8<+l;B~IVJJy0E=kMGN!2TgYC&pZiC#%X38x4vLo5RW z3j>3}o4pGbOJ1Mz>CNQqf6W722He&GZDe3%PykUtfM$7sH!B-Rm=OqVfpjj2!vFwk9WA{8 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-torrentzip-modified.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-torrentzip-modified.zip deleted file mode 100644 index 8be5136b45ad8b7e30ba6ddf1d880bdb0d20d8be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 146 zcmWIWW@Zs#U}E54VAwN5kpT#pKm-u*0C7obaYMF}%QfHxyh61QrwHaLN- qH^7^f4J5$`gjPUW2Z+TOLi~e*T>V0#JOct;U3A?{TwGn9jokp3c@?n$ diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-torrentzip.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-torrentzip.zip deleted file mode 100644 index bd59ad3f3362612c6ffa7e93d08d703d031719c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 146 zcmWIWW@Zs#U}E54VAwN5kpT#pKm-u*0C7obaYMF}%QfHxyh61QrwHaLN- qH^7^f4J5$`gjPUW2Z+TOLi~e*T>V0#JOct;U3A?{TwGn9jU54(bQP=s diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-truncated.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-truncated.zip deleted file mode 100644 index 05b0a7fe15c46d8eb69a35c48f8ad71fc5be35ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 100 zcmWIWW@h1H0DW^-3yA0=yZS%KIhY$$=UxJH&=nA85kH<9b!~g?qe&O rR|VF<5E&KV&B!FefZJNIHULkH diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile-zstd.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile-zstd.zip deleted file mode 100644 index bf42d3e08bce22cd560e0204ab0235b8865d1bf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 160 zcmWIWW@fQxU|@)4Sd{rGK;zN91qwi(0}%5Aabi+pvTjjoL26=&UP(oX##a5m3J!Z2 z7%~zQdAX8!xqxIcFBgjd!*Ppah88*j-i%E447iO0n#jP&pa7zP0L}0KZ&o&tFe4D! K0%>0mhXDXy?IKwK diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile.txt b/proj-web/thirdparty/libzip-1.11.3/regress/testfile.txt deleted file mode 100644 index e69de29..0000000 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile.zip deleted file mode 100644 index 2fa5ba0859f6d7022ecc42226a48f806a2d6e785..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmWIWW@h1H0DW^-3yA0=yZSHXUXVxj6}Wdn&Z M0-+U<)&g-D033A?-T(jq diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/testfile2014.zip b/proj-web/thirdparty/libzip-1.11.3/regress/testfile2014.zip deleted file mode 100644 index 1d75d46ecc76e534e984b36e723b64e094390ca3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 122 zcmWIWW@h1H00EKZtgc`Nl;8olE diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/teststdin.zip b/proj-web/thirdparty/libzip-1.11.3/regress/teststdin.zip deleted file mode 100644 index e1a40a869fa29ffbe742866eabf0c514ea84545e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 200 zcmWIWW@Zs#00Fa<7FXuqca+RPY#`=i5Md}uEiNf8Day=C*DI+gVPp^h%Yapb2p|Z_ z$ShU>qC^FdS{;SNycC7Z5{2T_)ZAi)l6-}X#IjU{q}0?rh2qlW - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "config.h" - -#include -#include - -#ifndef HAVE_GETOPT -#include "getopt.h" -#endif - -#include "zip.h" -#define TRYOPEN_USAGE \ - "usage: %s [-cent] file\n\n" \ - "\t-c\tcheck consistency\n" \ - "\t-e\texclusively open archive\n" \ - "\t-n\tcreate new file\n" \ - "\t-s\tprint error string\n" \ - "\t-t\ttruncate file to size 0\n" - - -int -main(int argc, char *argv[]) { - const char *fname; - zip_t *z; - int c, flags, ze; - zip_int64_t count; - int error_count; - zip_error_t error; - int error_strings = 0; - - flags = 0; - - while ((c = getopt(argc, argv, "censt")) != -1) { - switch (c) { - case 'c': - flags |= ZIP_CHECKCONS; - break; - case 'e': - flags |= ZIP_EXCL; - break; - case 'n': - flags |= ZIP_CREATE; - break; - case 's': - error_strings = 1; - break; - case 't': - flags |= ZIP_TRUNCATE; - break; - - default: - fprintf(stderr, TRYOPEN_USAGE, argv[0]); - return 1; - } - } - - error_count = 0; - for (; optind < argc; optind++) { - fname = argv[optind]; - errno = 0; - - if ((z = zip_open(fname, flags, &ze)) != NULL) { - count = zip_get_num_entries(z, 0); - printf("opening '%s' succeeded, %" PRIu64 " entries\n", fname, count); - zip_close(z); - continue; - } - - zip_error_init_with_code(&error, ze); - printf("opening '%s' returned error ", fname); - if (error_strings) { - printf("%s", zip_error_strerror(&error)); - } - else { - printf("%d", ze); - switch (zip_error_system_type(&error)) { - case ZIP_ET_SYS: - case ZIP_ET_LIBZIP: - printf("/%d", zip_error_code_system(&error)); - break; - - default: - break; - } - } - printf("\n"); - error_count++; - } - - if (error_count > 0) - fprintf(stderr, "%d errors\n", error_count); - - return error_count ? 1 : 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/unchange-delete-namelocate.test b/proj-web/thirdparty/libzip-1.11.3/regress/unchange-delete-namelocate.test deleted file mode 100644 index 459d9b5..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/unchange-delete-namelocate.test +++ /dev/null @@ -1,7 +0,0 @@ -# namelocate after a file has been deleted and unchanged should succeed. -arguments test2.zip delete 0 unchange 0 name_locate testfile.txt 0 -return 0 -file test2.zip test2.zip -stdout -name 'testfile.txt' using flags '0' found at index 0 -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/utf-8-standardization-input.zip b/proj-web/thirdparty/libzip-1.11.3/regress/utf-8-standardization-input.zip deleted file mode 100644 index 67e3acf3ce999f23c1694ee994f332976b0df32f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmWIWW@Zs#U|`^2I8glG<oztux3spkcXW2?l~k0J z7N{^V&b||M87g~t&*7Da7ad-5c){VNhnF8-b$IpR6(Dt=wRH6YHO`&)4b?c|>En0y z#CcCo-5?FmwHgWRF*esdyyx)B!;20tIlSQT(!ijv^`+*F0U)N+O7{JfIXyb^`9{33;tj8uiR%$!uc0B=Sndj{Nw1I-5l X1u#j_ssL|RHjqk2AoK;&(O_)=C7~gl49t#2jrJfMTEW7Q!XN^c z;0o|&WD;k_rJEOM1_J{l5N~M&u^?u#Ld*)SU|RS#K>(Xtumq6!3%4Gj6JfIzP=yv)DFA@wE1CcR diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zip64-3mf.zip b/proj-web/thirdparty/libzip-1.11.3/regress/zip64-3mf.zip deleted file mode 100644 index a2ccf240866c41ec492ed1e58439aeab76ca74ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 198 zcmWIWW@gc400IA^Xb1L%ukQYb0!9WA23)do@p!i-SW zAi6;i#L*4#W@FQV3d6L4xX4ODe0>lB1f~#*0jQ51#7u$mLFxm%S=nGNgwYHP0A;%+ A`Tzg` diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.test b/proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.test deleted file mode 100644 index 4860a15..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.test +++ /dev/null @@ -1,15 +0,0 @@ -# stat file in zip that contains archive comment to find out if it detected the right one of the two -arguments zip64-in-archive-comment.zip stat 0 -file zip64-in-archive-comment.zip zip64-in-archive-comment.zip -return 0 -stdout -name: 'testfile.txt' -index: '0' -size: '0' -compressed size: '0' -mtime: 'Fri Jul 15 2005 16:37:14' -crc: '0' -compression method: '0' -encryption method: '0' - -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.zip b/proj-web/thirdparty/libzip-1.11.3/regress/zip64-in-archive-comment.zip deleted file mode 100644 index 20a412bd105ac8a663d0f3aeacf3a5dd213da7d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 320 zcmWIWW@h1H0DW^-3yA0=yZS)do@p!i-SW zAi6;i#L*4#W@FQV3d6L4xX4ODe0>lB1f~#*0jQ51#7u$mLFxm%S=m5bMj!;Kho}Vr D!GacW diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zip64_creation.test b/proj-web/thirdparty/libzip-1.11.3/regress/zip64_creation.test deleted file mode 100644 index 8b91e92..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/zip64_creation.test +++ /dev/null @@ -1,4 +0,0 @@ -# create big zip64 zip file from scratch -arguments bigzero.zip add_nul bigzero 4294967296 -file bigzero.zip {} bigzero.zip -return 0 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zip64_stored_creation.test b/proj-web/thirdparty/libzip-1.11.3/regress/zip64_stored_creation.test deleted file mode 100644 index eccae6c..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/zip64_stored_creation.test +++ /dev/null @@ -1,4 +0,0 @@ -# create big zip64 zip file from scratch -arguments -H bigstored.zh add_nul bigzero 4294967296 set_file_compression 0 0 0 set_file_mtime 0 0 add_nul smallzero 16384 set_file_compression 1 0 0 set_file_mtime 1 0 -file bigstored.zh {} bigstored.zh -return 0 diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.test b/proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.test deleted file mode 100644 index e1be263..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.test +++ /dev/null @@ -1,17 +0,0 @@ -# compare zip with directory -features HAVE_FTS_H -program zipcmp -mkdir a -mkdir a/dir-with-file -mkdir a/empty-dir-in-dir -arguments zipcmp_zip_dir.zip a -file zipcmp_zip_dir.zip zipcmp_zip_dir.zip -return 1 -stdout ---- zipcmp_zip_dir.zip -+++ a -- directory '00-empty-dir/' -- file 'dir-with-file/a', size 1, crc e8b7be43, mtime 1610623116 -+ directory 'empty-dir-in-dir/' -- directory 'empty-dir/' -end-of-inline-data diff --git a/proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.zip b/proj-web/thirdparty/libzip-1.11.3/regress/zipcmp_zip_dir.zip deleted file mode 100644 index 8f47f21bdf3b8a59450799502bfb13f1e608f62a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 483 zcmWIWW@h1H00E~cy&y0HN^mjAFr?-dlvL`bWESa%hHx@4M@umzfN*IAHv=Qf3uXoe zmK31s0Js@JKr@{8ZGXWC6a`^^pcz2jy5*TA8MH5)x5e z!wWRYz(5zxK}XaW5 - -#define ZIP_MIN(a, b) ((a) < (b) ? (a) : (b)) - -#define FOR_REGRESS - -typedef enum { SOURCE_TYPE_NONE, SOURCE_TYPE_IN_MEMORY, SOURCE_TYPE_HOLE } source_type_t; - -source_type_t source_type = SOURCE_TYPE_NONE; -zip_uint64_t fragment_size = 0; -zip_file_t *z_files[16]; -unsigned int z_files_count; -int commands_from_stdin = 0; - -static int add_nul(char *argv[]); -static int cancel(char *argv[]); -static int extract_as(char *argv[]); -static int regress_fopen(char *argv[]); -static int regress_fread(char *argv[]); -static int regress_fseek(char *argv[]); -static int is_seekable(char *argv[]); -static int unchange_one(char *argv[]); -static int unchange_all(char *argv[]); -static int zin_close(char *argv[]); - -#define OPTIONS_REGRESS "F:Himx" - -#define USAGE_REGRESS " [-Himx] [-F fragment-size]" - -#define GETOPT_REGRESS \ - case 'H': \ - source_type = SOURCE_TYPE_HOLE; \ - break; \ - case 'i': \ - commands_from_stdin = 1; \ - break; \ - case 'm': \ - source_type = SOURCE_TYPE_IN_MEMORY; \ - break; \ - case 'F': \ - fragment_size = strtoull(optarg, NULL, 10); \ - break; \ - case 'x': \ - hex_encoded_filenames = 1; \ - break; - -/* clang-format off */ - -#define DISPATCH_REGRESS \ - {"add_nul", 2, "name length", "add NUL bytes", add_nul}, \ - {"cancel", 1, "limit", "cancel writing archive when limit% have been written (calls print_progress)", cancel}, \ - {"extract_as", 2, "index name", "extract file data to given file name", extract_as}, \ - {"fopen", 1, "name", "open archive entry", regress_fopen}, \ - {"fread", 2, "file_index length", "read from fopened file and print", regress_fread}, \ - {"fseek", 3, "file_index offset whence", "seek in fopened file", regress_fseek}, \ - {"is_seekable", 1, "index", "report if entry is seekable", is_seekable}, \ - {"unchange", 1, "index", "revert changes for entry", unchange_one}, \ - {"unchange_all", 0, "", "revert all changes", unchange_all}, \ - {"zin_close", 1, "index", "close input zip_source (for internal tests)", zin_close} - -#define PRECLOSE_REGRESS \ - do { \ - unsigned int file_idx = 0; \ - for (file_idx = 0; file_idx < z_files_count; ++file_idx) { \ - if (zip_fclose (z_files[file_idx]) != 0) { \ - err = 1; \ - } \ - } \ - } \ - while (0) - -/* clang-format on */ - -#define MAX_STDIN_ARGC 128 -#define MAX_STDIN_LENGTH 8192 - -char* stdin_argv[MAX_STDIN_ARGC]; -static char stdin_line[MAX_STDIN_LENGTH]; - -int get_stdin_commands(void); - -#define REGRESS_PREPARE_ARGS \ - if (commands_from_stdin) { \ - argc = get_stdin_commands(); \ - arg = 0; \ - argv = stdin_argv; \ - } - -zip_t *ziptool_open(const char *archive, int flags, zip_error_t *error, zip_uint64_t offset, zip_uint64_t len); - - -#include "ziptool.c" - -int get_stdin_commands(void) { - int argc = 0; - char *p, *word; - fgets(stdin_line, sizeof(stdin_line), stdin); - word = p = stdin_line; - while (1) { - if (*p == ' ' || *p == '\n') { - *p = '\0'; - if (word[0] != '\0') { - stdin_argv[argc] = word; - argc += 1; - if (argc >= MAX_STDIN_ARGC) { - break; - } - } - word = p + 1; - } - else if (*p == '\0') { - if (word[0] != '\0') { - stdin_argv[argc] = word; - argc += 1; - } - break; - } - p += 1; - } - return argc; -} - -zip_source_t *memory_src = NULL; - -static int get_whence(const char *str); -zip_source_t *source_hole_create(const char *, int flags, zip_error_t *); -static zip_t *read_to_memory(const char *archive, int flags, zip_error_t *error, zip_source_t **srcp); -static zip_source_t *source_nul(zip_t *za, zip_uint64_t length); - - -static int -add_nul(char *argv[]) { - zip_source_t *zs; - zip_uint64_t length = strtoull(argv[1], NULL, 10); - - if ((zs = source_nul(za, length)) == NULL) { - fprintf(stderr, "can't create zip_source for length: %s\n", zip_strerror(za)); - return -1; - } - - if (zip_file_add(za, argv[0], zs, 0) == -1) { - zip_source_free(zs); - fprintf(stderr, "can't add file '%s': %s\n", argv[0], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -cancel_callback(zip_t *archive, void *ud) { - if (progress_userdata.percentage >= progress_userdata.limit) { - return -1; - } - return 0; -} - -static int -cancel(char *argv[]) { - zip_int64_t percent; - percent = strtoll(argv[0], NULL, 10); - if (percent > 100 || percent < 0) { - fprintf(stderr, "invalid percentage '%" PRId64 "' for cancel (valid: 0 <= x <= 100)\n", percent); - return -1; - } - progress_userdata.limit = ((double)percent) / 100; - - zip_register_cancel_callback_with_state(za, cancel_callback, NULL, NULL); - - /* needs the percentage updates from print_progress */ - print_progress(argv); - return 0; -} - -static int -extract_as(char *argv[]) { - zip_uint64_t idx; - FILE *fp; - int ret; - - idx = strtoull(argv[0], NULL, 10); - if ((fp=fopen(argv[1], "wb")) == NULL) { - fprintf(stderr, "can't open output file '%s': %s", argv[1], strerror(errno)); - return -1; - } - ret = cat_impl_backend(idx, 0, -1, fp); - if (fclose(fp) != 0) { - fprintf(stderr, "can't close output file '%s': %s", argv[1], strerror(errno)); - ret = -1; - } - return ret; -} - - -static int -is_seekable(char *argv[]) { - zip_uint64_t idx; - zip_file_t *zf; - - idx = strtoull(argv[0], NULL, 10); - if ((zf = zip_fopen_index(za, idx, 0)) == NULL) { - fprintf(stderr, "can't open file at index '%" PRIu64 "': %s\n", idx, zip_strerror(za)); - return -1; - } - switch (zip_file_is_seekable(zf)) { - case -1: - fprintf(stderr, "can't check if file %" PRIu64 " is seekable: %s\n", idx, zip_strerror(za)); - return -1; - case 0: - printf("%" PRIu64 ": NOT seekable\n", idx); - break; - case 1: - printf("%" PRIu64 ": seekable\n", idx); - break; - } - return 0; -} - -static int -regress_fseek(char *argv[]) { - zip_uint64_t file_idx; - zip_file_t *zf; - zip_int64_t offset; - int whence; - - file_idx = strtoull(argv[0], NULL, 10); - offset = strtoll(argv[1], NULL, 10); - whence = get_whence(argv[2]); - if (file_idx >= z_files_count || z_files[file_idx] == NULL) { - fprintf(stderr, "trying to seek in invalid opened file\n"); - return -1; - } - zf = z_files[file_idx]; - - if (zip_fseek(zf, offset, whence) == -1) { - fprintf(stderr, "can't seek in file %" PRIu64 ": %s\n", file_idx, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -unchange_all(char *argv[]) { - if (zip_unchange_all(za) < 0) { - fprintf(stderr, "can't revert changes to archive: %s\n", zip_strerror(za)); - return -1; - } - return 0; -} - - -static int -unchange_one(char *argv[]) { - zip_uint64_t idx; - - idx = strtoull(argv[0], NULL, 10); - - if (zip_unchange(za, idx) < 0) { - fprintf(stderr, "can't revert changes for entry %" PRIu64 ": %s", idx, zip_strerror(za)); - return -1; - } - - return 0; -} - -static int -zin_close(char *argv[]) { - zip_uint64_t idx; - - idx = strtoull(argv[0], NULL, 10); - if (idx >= z_in_count) { - fprintf(stderr, "invalid argument '%" PRIu64 "', only %u zip sources open\n", idx, z_in_count); - return -1; - } - if (zip_close(z_in[idx]) < 0) { - fprintf(stderr, "can't close source archive: %s\n", zip_strerror(z_in[idx])); - return -1; - } - z_in[idx] = z_in[z_in_count]; - z_in_count--; - - return 0; -} - -static int -regress_fopen(char *argv[]) { - if (z_files_count >= (sizeof(z_files) / sizeof(*z_files))) { - fprintf(stderr, "too many open files\n"); - return -1; - } - if ((z_files[z_files_count] = zip_fopen(za, argv[0], 0)) == NULL) { - fprintf(stderr, "can't open entry '%s' from input archive: %s\n", argv[0], zip_strerror(za)); - return -1; - } - printf("opened '%s' as file %u\n", argv[0], z_files_count); - z_files_count += 1; - return 0; -} - - -static int -regress_fread(char *argv[]) { - zip_uint64_t file_idx; - zip_uint64_t length; - char buf[8192]; - zip_int64_t n; - zip_file_t *f; - - file_idx = strtoull(argv[0], NULL, 10); - length = strtoull(argv[1], NULL, 10); - - if (file_idx >= z_files_count || z_files[file_idx] == NULL) { - fprintf(stderr, "trying to read from invalid opened file\n"); - return -1; - } - f = z_files[file_idx]; - while (length > 0) { - zip_uint64_t to_read; - - if (length > sizeof (buf)) { - to_read = sizeof (buf); - } else { - to_read = length; - } - n = zip_fread(f, buf, to_read); - if (n < 0) { - fprintf(stderr, "can't read opened file %" PRIu64 ": %s\n", file_idx, zip_file_strerror(f)); - return -1; - } - if (n == 0) { -#if 0 - fprintf(stderr, "premature end of opened file %" PRIu64 "\n", file_idx); - return -1; -#else - break; -#endif - } - if (fwrite(buf, (size_t)n, 1, stdout) != 1) { - fprintf(stderr, "can't write file contents to stdout: %s\n", strerror(errno)); - return -1; - } - length -= n; - } - return 0; -} - - -static zip_t * -read_hole(const char *archive, int flags, zip_error_t *error) { - zip_source_t *src = NULL; - zip_t *zs = NULL; - - if (strcmp(archive, "/dev/stdin") == 0) { - zip_error_set(error, ZIP_ER_OPNOTSUPP, 0); - return NULL; - } - - if ((src = source_hole_create(archive, flags, error)) == NULL || (zs = zip_open_from_source(src, flags, error)) == NULL) { - zip_source_free(src); - } - - return zs; -} - - -static int get_whence(const char *str) { - if (strcasecmp(str, "set") == 0) { - return SEEK_SET; - } - else if (strcasecmp(str, "cur") == 0) { - return SEEK_CUR; - } - else if (strcasecmp(str, "end") == 0) { - return SEEK_END; - } - else { - return 100; /* invalid */ - } -} - - -static zip_t * -read_to_memory(const char *archive, int flags, zip_error_t *error, zip_source_t **srcp) { - zip_source_t *src; - zip_t *zb; - FILE *fp; - - if (strcmp(archive, "/dev/stdin") == 0) { - zip_error_set(error, ZIP_ER_OPNOTSUPP, 0); - return NULL; - } - - if ((fp = fopen(archive, "rb")) == NULL) { - if (errno == ENOENT) { - src = zip_source_buffer_create(NULL, 0, 0, error); - } - else { - zip_error_set(error, ZIP_ER_OPEN, errno); - return NULL; - } - } - else { - struct stat st; - - if (fstat(fileno(fp), &st) < 0) { - fclose(fp); - zip_error_set(error, ZIP_ER_OPEN, errno); - return NULL; - } - if (fragment_size == 0) { - char *buf; - if ((buf = malloc((size_t)st.st_size)) == NULL) { - fclose(fp); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - if (fread(buf, (size_t)st.st_size, 1, fp) < 1) { - free(buf); - fclose(fp); - zip_error_set(error, ZIP_ER_READ, errno); - return NULL; - } - src = zip_source_buffer_create(buf, (zip_uint64_t)st.st_size, 1, error); - if (src == NULL) { - free(buf); - } - } - else { - zip_uint64_t nfragments, i, left; - zip_buffer_fragment_t *fragments; - - nfragments = ((size_t)st.st_size + fragment_size - 1) / fragment_size; - if ((fragments = malloc(sizeof(fragments[0]) * nfragments)) == NULL) { - fclose(fp); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - for (i = 0; i < nfragments; i++) { - left = ZIP_MIN(fragment_size, (size_t)st.st_size - i * fragment_size); - if ((fragments[i].data = malloc(left)) == NULL) { -#ifndef __clang_analyzer__ - /* fragments is initialized up to i - 1*/ - while (--i > 0) { - free(fragments[i].data); - } -#endif - free(fragments); - fclose(fp); - zip_error_set(error, ZIP_ER_MEMORY, 0); - return NULL; - } - fragments[i].length = left; - if (fread(fragments[i].data, left, 1, fp) < 1) { -#ifndef __clang_analyzer__ - /* fragments is initialized up to i - 1*/ - while (--i > 0) { - free(fragments[i].data); - } -#endif - free(fragments); - fclose(fp); - zip_error_set(error, ZIP_ER_READ, errno); - return NULL; - } - } - src = zip_source_buffer_fragment_create(fragments, nfragments, 1, error); - if (src == NULL) { - for (i = 0; i < nfragments; i++) { - free(fragments[i].data); - } - free(fragments); - fclose(fp); - return NULL; - } - free(fragments); - } - fclose(fp); - } - if (src == NULL) { - return NULL; - } - zb = zip_open_from_source(src, flags, error); - if (zb == NULL) { - zip_source_free(src); - return NULL; - } - zip_source_keep(src); - *srcp = src; - return zb; -} - - -typedef struct source_nul { - zip_error_t error; - zip_uint64_t length; - zip_uint64_t offset; -} source_nul_t; - -static zip_int64_t -source_nul_cb(void *ud, void *data, zip_uint64_t length, zip_source_cmd_t command) { - source_nul_t *ctx = (source_nul_t *)ud; - - switch (command) { - case ZIP_SOURCE_CLOSE: - return 0; - - case ZIP_SOURCE_ERROR: - return zip_error_to_data(&ctx->error, data, length); - - case ZIP_SOURCE_FREE: - free(ctx); - return 0; - - case ZIP_SOURCE_OPEN: - ctx->offset = 0; - return 0; - - case ZIP_SOURCE_READ: - if (length > ZIP_INT64_MAX) { - zip_error_set(&ctx->error, ZIP_ER_INVAL, 0); - return -1; - } - - if (length > ctx->length - ctx->offset) { - length = ctx->length - ctx->offset; - } - - memset(data, 0, length); - ctx->offset += length; - return (zip_int64_t)length; - - case ZIP_SOURCE_STAT: { - zip_stat_t *st = ZIP_SOURCE_GET_ARGS(zip_stat_t, data, length, &ctx->error); - - if (st == NULL) { - return -1; - } - - st->valid |= ZIP_STAT_SIZE; - st->size = ctx->length; - - return 0; - } - - case ZIP_SOURCE_SUPPORTS: - return zip_source_make_command_bitmap(ZIP_SOURCE_CLOSE, ZIP_SOURCE_ERROR, ZIP_SOURCE_FREE, ZIP_SOURCE_OPEN, ZIP_SOURCE_READ, ZIP_SOURCE_STAT, -1); - - default: - zip_error_set(&ctx->error, ZIP_ER_OPNOTSUPP, 0); - return -1; - } -} - -static zip_source_t * -source_nul(zip_t *zs, zip_uint64_t length) { - source_nul_t *ctx; - zip_source_t *src; - - if ((ctx = (source_nul_t *)malloc(sizeof(*ctx))) == NULL) { - zip_error_set(zip_get_error(zs), ZIP_ER_MEMORY, 0); - return NULL; - } - - zip_error_init(&ctx->error); - ctx->length = length; - ctx->offset = 0; - - if ((src = zip_source_function(zs, source_nul_cb, ctx)) == NULL) { - free(ctx); - return NULL; - } - - return src; -} - - -static int -write_memory_src_to_file(const char *archive, zip_source_t *src) { - zip_stat_t zst; - char *buf; - FILE *fp; - - if (zip_source_stat(src, &zst) < 0) { - fprintf(stderr, "zip_source_stat on buffer failed: %s\n", zip_error_strerror(zip_source_error(src))); - return -1; - } - if (zip_source_open(src) < 0) { - if (zip_error_code_zip(zip_source_error(src)) == ZIP_ER_DELETED) { - if (unlink(archive) < 0 && errno != ENOENT) { - fprintf(stderr, "unlink failed: %s\n", strerror(errno)); - return -1; - } - return 0; - } - fprintf(stderr, "zip_source_open on buffer failed: %s\n", zip_error_strerror(zip_source_error(src))); - return -1; - } - if ((buf = malloc(zst.size)) == NULL) { - fprintf(stderr, "malloc failed: %s\n", strerror(errno)); - zip_source_close(src); - return -1; - } - if (zip_source_read(src, buf, zst.size) < (zip_int64_t)zst.size) { - fprintf(stderr, "zip_source_read on buffer failed: %s\n", zip_error_strerror(zip_source_error(src))); - zip_source_close(src); - free(buf); - return -1; - } - zip_source_close(src); - if ((fp = fopen(archive, "wb")) == NULL) { - fprintf(stderr, "fopen failed: %s\n", strerror(errno)); - free(buf); - return -1; - } - if (fwrite(buf, zst.size, 1, fp) < 1) { - fprintf(stderr, "fwrite failed: %s\n", strerror(errno)); - free(buf); - fclose(fp); - return -1; - } - free(buf); - if (fclose(fp) != 0) { - fprintf(stderr, "fclose failed: %s\n", strerror(errno)); - return -1; - } - return 0; -} - - -zip_t * -ziptool_open(const char *archive, int flags, zip_error_t *error, zip_uint64_t offset, zip_uint64_t len) { - switch (source_type) { - case SOURCE_TYPE_NONE: - za = read_from_file(archive, flags, error, offset, len); - break; - - case SOURCE_TYPE_IN_MEMORY: - za = read_to_memory(archive, flags, error, &memory_src); - break; - - case SOURCE_TYPE_HOLE: - za = read_hole(archive, flags, error); - break; - } - - return za; -} - - -int -ziptool_post_close(const char *archive) { - if (source_type == SOURCE_TYPE_IN_MEMORY) { - if (write_memory_src_to_file(archive, memory_src) < 0) { - return -1; - } - zip_source_free(memory_src); - } - - return 0; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/src/CMakeLists.txt b/proj-web/thirdparty/libzip-1.11.3/src/CMakeLists.txt deleted file mode 100644 index a0f5325..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -check_function_exists(getopt HAVE_GETOPT) -foreach(PROGRAM zipcmp zipmerge ziptool) - add_executable(${PROGRAM} ${PROGRAM}.c) - target_link_libraries(${PROGRAM} zip) - target_include_directories(${PROGRAM} PRIVATE BEFORE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}) - if(LIBZIP_DO_INSTALL) - install(TARGETS ${PROGRAM} EXPORT ${PROJECT_NAME}-targets DESTINATION bin) - endif() - if(NOT HAVE_GETOPT) - target_sources(${PROGRAM} PRIVATE getopt.c) - endif(NOT HAVE_GETOPT) -endforeach() -target_sources(zipcmp PRIVATE diff_output.c) -target_link_libraries(zipcmp ${FTS_LIB} ZLIB::ZLIB) diff --git a/proj-web/thirdparty/libzip-1.11.3/src/diff_output.c b/proj-web/thirdparty/libzip-1.11.3/src/diff_output.c deleted file mode 100644 index 003b5e1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/diff_output.c +++ /dev/null @@ -1,115 +0,0 @@ -#include "diff_output.h" - -#include -#include -#include -#include - -#include "compat.h" - -static void -ensure_header(diff_output_t *output) { - if (output->archive_names[0] != NULL) { - printf("--- %s\n", output->archive_names[0]); - printf("+++ %s\n", output->archive_names[1]); - output->archive_names[0] = NULL; - output->archive_names[1] = NULL; - } -} - -void -diff_output_init(diff_output_t *output, int verbose, char *const archive_names[]) { - output->archive_names[0] = archive_names[0]; - output->archive_names[1] = archive_names[1]; - output->verbose = verbose; - output->file_name = NULL; - output->file_size = 0; - output->file_crc = 0; - output->file_mtime = 0; -} - -void -diff_output_start_file(diff_output_t *output, const char *name, zip_uint64_t size, zip_uint32_t crc, zip_uint64_t mtime) { - output->file_name = name; - output->file_size = size; - output->file_crc = crc; - output->file_mtime = mtime; -} - -void -diff_output_end_file(diff_output_t *output) { - output->file_name = NULL; -} - -void -diff_output(diff_output_t *output, int side, const char *fmt, ...) { - va_list ap; - - if (!output->verbose) { - return; - } - - ensure_header(output); - - if (output->file_name != NULL) { - diff_output_file(output, ' ', output->file_name, output->file_size, output->file_crc, output->file_mtime); - output->file_name = NULL; - } - - printf("%c ", side); - va_start(ap, fmt); - vprintf(fmt, ap); - va_end(ap); - printf("\n"); -} - -void -diff_output_file(diff_output_t *output, char side, const char *name, zip_uint64_t size, zip_uint32_t crc, zip_uint64_t mtime) { - if (!output->verbose) { - return; - } - - ensure_header(output); - - if (size == 0 && crc == 0 && name[0] != '\0' && name[strlen(name) - 1] == '/') { - printf("%c directory '%s'\n", side, name); - } - else { - printf("%c file '%s', size %" PRIu64 ", crc %08x, mtime %" PRIu64 "\n", side, name, size, crc, mtime); - } -} - -#define MAX_BYTES 64 -void -diff_output_data(diff_output_t *output, int side, const zip_uint8_t *data, zip_uint64_t data_length, const char *fmt, ...) { - char prefix[1024]; - char hexdata[MAX_BYTES * 3 + 6]; - size_t i, offset; - va_list ap; - - if (!output->verbose) { - return; - } - - offset = 0; - for (i = 0; i < data_length; i++) { - hexdata[offset++] = (i == 0 ? '<' : ' '); - - if (i >= MAX_BYTES) { - snprintf(hexdata + offset, sizeof(hexdata) - offset, "..."); - break; - } - snprintf(hexdata + offset, sizeof(hexdata) - offset, "%02x", data[i]); - offset += 2; - } - - hexdata[offset++] = '>'; - hexdata[offset] = '\0'; - - va_start(ap, fmt); - vsnprintf(prefix, sizeof(prefix), fmt, ap); - va_end(ap); - prefix[sizeof(prefix) - 1] = '\0'; - - diff_output(output, side, "%s, length %" PRIu64 ", data %s", prefix, data_length, hexdata); -} diff --git a/proj-web/thirdparty/libzip-1.11.3/src/diff_output.h b/proj-web/thirdparty/libzip-1.11.3/src/diff_output.h deleted file mode 100644 index f04f931..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/diff_output.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef HAD_DIFF_OUTPUT_H -#define HAD_DIFF_OUTPUT_H - -#include - -typedef struct { - const char *archive_names[2]; - const char *file_name; - zip_uint64_t file_size; - zip_uint32_t file_crc; - zip_uint64_t file_mtime; - int verbose; -} diff_output_t; - -#if defined(__GNUC__) && __GNUC__ >= 4 -#define PRINTF_LIKE(n, m) __attribute__((__format__(__printf__, n, m))) -#else -#define PRINTF_LIKE(n, m) -#endif - -void diff_output_init(diff_output_t *output, int verbose, char *const archive_names[]); -void diff_output_start_file(diff_output_t *output, const char *name, zip_uint64_t size, zip_uint32_t crc, zip_uint64_t mtime); -void diff_output_end_file(diff_output_t *output); - -void diff_output(diff_output_t *output, int side, const char *fmt, ...) PRINTF_LIKE(3, 4); -void diff_output_data(diff_output_t *output, int side, const zip_uint8_t *data, zip_uint64_t data_length, const char *fmt, ...) PRINTF_LIKE(5, 6); -void diff_output_file(diff_output_t *output, char side, const char *name, zip_uint64_t size, zip_uint32_t crc, zip_uint64_t mtime); - -#endif /* HAD_DIFF_OUTPUT_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/src/getopt.c b/proj-web/thirdparty/libzip-1.11.3/src/getopt.c deleted file mode 100644 index a9879c4..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/getopt.c +++ /dev/null @@ -1,110 +0,0 @@ -/* - * getopt.c -- - * - * Standard UNIX getopt function. Code is from BSD. - * - * Copyright (c) 1987-2002 The Regents of the University of California. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * A. Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * B. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * C. Neither the names of the copyright holders nor the names of its - * contributors may be used to endorse or promote products derived from this - * software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS - * IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - */ - -/* #if !defined(lint) - * static char sccsid[] = "@(#)getopt.c 8.2 (Berkeley) 4/2/94"; - * #endif - */ -#include -#include -#include - -#include "getopt.h" - -int opterr = 1, /* if error message should be printed */ - optind = 1, /* index into parent argv vector */ - optopt, /* character checked for validity */ - optreset; /* reset getopt */ -char *optarg; /* argument associated with option */ - -#define BADCH (int)'?' -#define BADARG (int)':' -#define EMSG "" - -/* - * getopt -- - * Parse argc/argv argument vector. - */ -int -getopt(int nargc, char *const *nargv, const char *ostr) { - static char *place = EMSG; /* option letter processing */ - char *oli; /* option letter list index */ - - if (optreset || !*place) { /* update scanning pointer */ - optreset = 0; - if (optind >= nargc || *(place = nargv[optind]) != '-') { - place = EMSG; - return (EOF); - } - if (place[1] && *++place == '-') { /* found "--" */ - ++optind; - place = EMSG; - return (EOF); - } - } /* option letter okay? */ - if ((optopt = (int)*place++) == (int)':' || !(oli = (char *)strchr(ostr, optopt))) { - /* - * if the user didn't specify '-' as an option, - * assume it means EOF. - */ - if (optopt == (int)'-') - return (EOF); - if (!*place) - ++optind; - if (opterr && *ostr != ':') - (void)fprintf(stderr, "illegal option -- %c\n", optopt); - return (BADCH); - } - if (*++oli != ':') { /* don't need argument */ - optarg = NULL; - if (!*place) - ++optind; - } - else { /* need an argument */ - if (*place) /* no white space */ - optarg = place; - else if (nargc <= ++optind) { /* no arg */ - place = EMSG; - if (*ostr == ':') - return (BADARG); - if (opterr) - (void)fprintf(stderr, "option requires an argument -- %c\n", optopt); - return (BADCH); - } - else /* white space */ - optarg = nargv[optind]; - place = EMSG; - ++optind; - } - return (optopt); /* dump back option letter */ -} diff --git a/proj-web/thirdparty/libzip-1.11.3/src/getopt.h b/proj-web/thirdparty/libzip-1.11.3/src/getopt.h deleted file mode 100644 index d225037..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/getopt.h +++ /dev/null @@ -1,51 +0,0 @@ -#ifndef _HAD_GETOPT_H -#define _HAD_GETOPT_H - -/* - getopt.h -- header for getopt() replacement function - Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#ifdef __cplusplus -extern "C" { -#endif - -extern char *optarg; -extern int optind; -extern int opterr; - -extern int getopt(int, char *const *, const char *); - -#ifdef __cplusplus -} -#endif - -#endif /* _HAD_GETOPT_H */ diff --git a/proj-web/thirdparty/libzip-1.11.3/src/zipcmp.c b/proj-web/thirdparty/libzip-1.11.3/src/zipcmp.c deleted file mode 100644 index 536e9b2..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/zipcmp.c +++ /dev/null @@ -1,892 +0,0 @@ -/* - zipcmp.c -- compare zip files - Copyright (C) 2003-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include "config.h" - -#include -#include -#include -#include -#include -#ifdef HAVE_STRINGS_H -#include -#endif -#ifdef HAVE_FTS_H -#include -#endif -#include - -#ifndef HAVE_GETOPT -#include "getopt.h" -#endif - -#include "zip.h" - -#include "compat.h" - -#include "diff_output.h" - -struct archive { - const char *name; - zip_t *za; - zip_uint64_t nentry; - struct entry *entry; - const char *comment; - size_t comment_length; -}; - -struct ef { - const char *name; - zip_uint16_t flags; - zip_uint16_t id; - zip_uint16_t size; - const zip_uint8_t *data; -}; - -struct entry { - char *name; - zip_uint64_t size; - zip_uint32_t crc; - zip_uint32_t comp_method; - time_t last_modification_time; - struct ef *extra_fields; - zip_uint16_t n_extra_fields; - const char *comment; - zip_uint32_t comment_length; -}; - - -typedef struct { - uint32_t value; - const char *const name; -} enum_map_t; - -const enum_map_t comp_methods[] = {{0, "Stored (no compression)"}, {1, "Shrunk"}, {2, "Reduced with compression factor 1"}, {3, "Reduced with compression factor 2"}, {4, "Reduced with compression factor 3"}, {5, "Reduced with compression factor 4"}, {6, "Imploded"}, {7, "Reserved for Tokenizing compression algorithm"}, {8, "Deflated"}, {9, "Enhanced Deflating using Deflate64(tm)"}, {10, "PKWARE Data Compression Library Imploding (old IBM TERSE)"}, {11, "11 (Reserved by PKWARE)"}, {12, "BZIP2"}, {13, "13 (Reserved by PKWARE)"}, {14, "LZMA (EFS)"}, {15, "15 (Reserved by PKWARE)"}, {16, "16 (Reserved by PKWARE)"}, {17, "17 (Reserved by PKWARE)"}, {18, "IBM TERSE (new)"}, {19, "IBM LZ77 z Architecture (PFS)"}, {20, "Zstandard compressed data (obsolete)"}, {93, "Zstandard compressed data"}, {95, "XZ compressed data"}, {97, "WavPack compressed data"}, {98, "PPMd version I, Rev 1"}, {99, "WinZIP AES Encryption"}, {UINT32_MAX, NULL}}; - -const enum_map_t extra_fields[] = { - /* PKWARE defined */ - {0x0001, "Zip64 extended information"}, - {0x0007, "AV Info"}, - {0x0008, "Reserved for extended language encoding data (PFS)"}, - {0x0009, "OS/2"}, - {0x000a, "NTFS"}, - {0x000c, "OpenVMS"}, - {0x000d, "UNIX"}, - {0x000e, "Reserved for file stream and fork descriptors"}, - {0x000f, "Patch Descriptor"}, - {0x0014, "PKCS#7 Store for X.509 Certificates"}, - {0x0015, "X.509 Certificate ID and Signature for individual file"}, - {0x0016, "X.509 Certificate ID for Central Directory"}, - {0x0017, "Strong Encryption Header"}, - {0x0018, "Record Management Controls"}, - {0x0019, "PKCS#7 Encryption Recipient Certificate List"}, - {0x0065, "IBM S/390 (Z390), AS/400 (I400) attributes - uncompressed"}, - {0x0066, "Reserved for IBM S/390 (Z390), AS/400 (I400) attributes - compressed"}, - {0x4690, "POSZIP 4690 (reserved)"}, - - /* Third-Party defined; see InfoZIP unzip sources proginfo/extrafld.txt */ - {0x07c8, "Info-ZIP Macintosh (old)"}, - {0x2605, "ZipIt Macintosh (first version)"}, - {0x2705, "ZipIt Macintosh 1.3.5+ (w/o full filename)"}, - {0x2805, "ZipIt Macintosh 1.3.5+"}, - {0x334d, "Info-ZIP Macintosh (new)"}, - {0x4154, "Tandem NSK"}, - {0x4341, "Acorn/SparkFS"}, - {0x4453, "Windows NT security descriptor"}, - {0x4704, "VM/CMS"}, - {0x470f, "MVS"}, - {0x4854, "Theos, old unofficial port"}, - {0x4b46, "FWKCS MD5"}, - {0x4c41, "OS/2 access control list (text ACL)"}, - {0x4d49, "Info-ZIP OpenVMS (obsolete)"}, - {0x4d63, "Macintosh SmartZIP"}, - {0x4f4c, "Xceed original location extra field"}, - {0x5356, "AOS/VS (ACL)"}, - {0x5455, "extended timestamp"}, - {0x554e, "Xceed unicode extra field"}, - {0x5855, "Info-ZIP UNIX (original)"}, - {0x6375, "Info-ZIP UTF-8 comment field"}, - {0x6542, "BeOS (BeBox, PowerMac, etc.)"}, - {0x6854, "Theos"}, - {0x7075, "Info-ZIP UTF-8 name field"}, - {0x7441, "AtheOS (AtheOS/Syllable attributes)"}, - {0x756e, "ASi UNIX"}, - {0x7855, "Info-ZIP UNIX"}, - {0x7875, "Info-ZIP UNIX 3rd generation"}, - {0x9901, "WinZIP AES encryption"}, - {0xa220, "Microsoft Open Packaging Growth Hint"}, - {0xcafe, "executable Java JAR file"}, - {0xfb4a, "SMS/QDOS"}, /* per InfoZIP extrafld.txt */ - {0xfd4a, "SMS/QDOS"}, /* per appnote.txt */ - {UINT32_MAX, NULL}}; - - -const char *progname; - -#define PROGRAM "zipcmp" - -#define USAGE "usage: %s [-" OPTIONS "] archive1 archive2\n" - -char help_head[] = PROGRAM " (" PACKAGE ") by Dieter Baron and Thomas Klausner\n\n"; - -char help[] = "\n\ - -C check archive consistencies\n\ - -h display this help message\n\ - -i compare names ignoring case distinctions\n\ - -p compare as many details as possible\n\ - -q be quiet\n\ - -s print a summary\n\ - -T compare time stamps\n\ - -t test zip files (compare file contents to checksum)\n\ - -V display version number\n\ - -v be verbose (print differences, default)\n\ -\n\ -Report bugs to .\n"; - -char version_string[] = PROGRAM " (" PACKAGE " " VERSION ")\n\ -Copyright (C) 2003-2024 Dieter Baron and Thomas Klausner\n\ -" PACKAGE " comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law.\n"; - -#define OPTIONS "ChipqsTtVv" - - -#define BOTH_ARE_ZIPS(a) (a[0].za && a[1].za) - -static int comment_compare(const char *c1, size_t l1, const char *c2, size_t l2); -static int compare_list(char *const name[2], const void *list[2], const zip_uint64_t list_length[2], int element_size, int (*cmp)(const void *a, const void *b), int (*ignore)(const void *list, int last, const void *other), int (*check)(char *const name[2], const void *a, const void *b), void (*print)(char side, const void *element), void (*start_file)(const void *element)); -static int compare_zip(char *const zn[]); -static int ef_compare(char *const name[2], const struct entry *e1, const struct entry *e2); -static int ef_order(const void *a, const void *b); -static void ef_print(char side, const void *p); -static int ef_read(zip_t *za, zip_uint64_t idx, struct entry *e); -static int entry_cmp(const void *p1, const void *p2); -static int entry_ignore(const void *p1, int last, const void *o); -static int entry_paranoia_checks(char *const name[2], const void *p1, const void *p2); -static void entry_print(char side, const void *p); -static void entry_start_file(const void *p); -static const char *map_enum(const enum_map_t *map, uint32_t value); - -static int is_directory(const char *name); -#ifdef HAVE_FTS_H -static int list_directory(const char *name, struct archive *a); -#endif -static int list_zip(const char *name, struct archive *a); -static int test_file(zip_t *za, zip_uint64_t idx, const char *zipname, const char *filename, zip_uint64_t size, zip_uint32_t crc); - -int ignore_case, test_files, paranoid, verbose, have_directory, check_consistency, compare_time_stamps, summary; -int plus_count = 0, minus_count = 0; - -diff_output_t output; - - -int -main(int argc, char *const argv[]) { - int c; - - progname = argv[0]; - - ignore_case = 0; - test_files = 0; - check_consistency = 0; - compare_time_stamps = 0; - paranoid = 0; - have_directory = 0; - verbose = 1; - summary = 0; - - while ((c = getopt(argc, argv, OPTIONS)) != -1) { - switch (c) { - case 'C': - check_consistency = 1; - break; - case 'h': - fputs(help_head, stdout); - printf(USAGE, progname); - fputs(help, stdout); - exit(0); - case 'i': - ignore_case = 1; - break; - case 'p': - paranoid = 1; - break; - case 'q': - verbose = 0; - break; - case 's': - summary = 1; - break; - case 'T': - compare_time_stamps = 1; - break; - case 't': - test_files = 1; - break; - case 'V': - fputs(version_string, stdout); - exit(0); - case 'v': - verbose = 1; - break; - - default: - fprintf(stderr, USAGE, progname); - exit(2); - } - } - - if (argc != optind + 2) { - fprintf(stderr, USAGE, progname); - exit(2); - } - - exit((compare_zip(argv + optind) == 0) ? 0 : 1); -} - - -static int -compare_zip(char *const zn[]) { - struct archive a[2]; - struct entry *e[2]; - zip_uint64_t n[2]; - int i; - int res; - - for (i = 0; i < 2; i++) { - a[i].name = zn[i]; - a[i].entry = NULL; - a[i].nentry = 0; - a[i].za = NULL; - a[i].comment = NULL; - a[i].comment_length = 0; - - if (is_directory(zn[i])) { -#ifndef HAVE_FTS_H - fprintf(stderr, "%s: reading directories not supported\n", progname); - exit(2); -#else - if (list_directory(zn[i], a + i) < 0) - exit(2); - have_directory = 1; - paranoid = 0; /* paranoid checks make no sense for directories, since they compare zip metadata */ -#endif - } - else { - if (list_zip(zn[i], a + i) < 0) - exit(2); - } - if (a[i].nentry > 0) - qsort(a[i].entry, a[i].nentry, sizeof(a[i].entry[0]), entry_cmp); - } - - diff_output_init(&output, verbose, zn); - - e[0] = a[0].entry; - e[1] = a[1].entry; - n[0] = a[0].nentry; - n[1] = a[1].nentry; - res = compare_list(zn, (const void **)e, n, sizeof(e[i][0]), entry_cmp, have_directory ? entry_ignore : NULL, paranoid ? entry_paranoia_checks : NULL, entry_print, entry_start_file); - - if (paranoid) { - if (comment_compare(a[0].comment, a[0].comment_length, a[1].comment, a[1].comment_length) != 0) { - if (a[0].comment_length > 0) { - diff_output_data(&output, '-', (const zip_uint8_t *)a[0].comment, a[0].comment_length, "archive comment"); - minus_count++; - } - if (a[1].comment_length > 0) { - diff_output_data(&output, '+', (const zip_uint8_t *)a[1].comment, a[1].comment_length, "archive comment"); - plus_count++; - } - res = 1; - } - } - - for (i = 0; i < 2; i++) { - zip_uint64_t j; - - if (a[i].za) { - zip_close(a[i].za); - } - for (j = 0; j < a[i].nentry; j++) { - free(a[i].entry[j].name); - } - free(a[i].entry); - } - - if (summary) { - printf("%d files removed, %d files added\n", minus_count, plus_count); - } - - switch (res) { - case 0: - exit(0); - - case 1: - exit(1); - - default: - exit(2); - } -} - -#ifdef HAVE_FTS_H -static zip_int64_t -compute_crc(const char *fname) { - FILE *f; - uLong crc = crc32(0L, Z_NULL, 0); - size_t n; - Bytef buffer[8192]; - - - if ((f = fopen(fname, "rb")) == NULL) { - fprintf(stderr, "%s: can't open %s: %s\n", progname, fname, strerror(errno)); - return -1; - } - - while ((n = fread(buffer, 1, sizeof(buffer), f)) > 0) { - crc = crc32(crc, buffer, (unsigned int)n); - } - - if (ferror(f)) { - fprintf(stderr, "%s: read error on %s: %s\n", progname, fname, strerror(errno)); - fclose(f); - return -1; - } - - fclose(f); - - return (zip_int64_t)crc; -} -#endif - - -static int -is_directory(const char *name) { - struct stat st; - - if (stat(name, &st) < 0) - return 0; - - return S_ISDIR(st.st_mode); -} - - -#ifdef HAVE_FTS_H -static int -list_directory(const char *name, struct archive *a) { - FTS *fts; - FTSENT *ent; - zip_uint64_t nalloc; - size_t prefix_length; - size_t name_length; - char* normalized_name; - - name_length = strlen(name); - if (name_length == 0) { - fprintf(stderr, "%s: can't open directory '': invalid name\n", progname); - return -1; - } - - normalized_name = strdup(name); - - while (name_length > 0 && normalized_name[name_length-1] == '/') { - name_length -= 1; - } - normalized_name[name_length] = '\0'; - - if (name_length == 0) { - normalized_name[0] = '/'; - normalized_name[1] = '\0'; - name_length = 1; - } - - prefix_length = name_length + 1; - - char *const names[2] = {normalized_name, NULL}; - - if ((fts = fts_open(names, FTS_NOCHDIR | FTS_LOGICAL, NULL)) == NULL) { - fprintf(stderr, "%s: can't open directory '%s': %s\n", progname, name, strerror(errno)); - free(normalized_name); - return -1; - } - - nalloc = 0; - - while ((ent = fts_read(fts))) { - zip_int64_t crc; - - switch (ent->fts_info) { - case FTS_DOT: - case FTS_DP: - case FTS_DEFAULT: - case FTS_SL: - case FTS_NSOK: - break; - - case FTS_DC: - case FTS_DNR: - case FTS_ERR: - case FTS_NS: - case FTS_SLNONE: - /* TODO: error */ - fts_close(fts); - return -1; - - case FTS_D: - case FTS_F: - if (a->nentry >= nalloc) { - nalloc += 16; - if (nalloc > SIZE_MAX / sizeof(a->entry[0])) { - fprintf(stderr, "%s: malloc failure\n", progname); - exit(1); - } - a->entry = realloc(a->entry, sizeof(a->entry[0]) * nalloc); - if (a->entry == NULL) { - fprintf(stderr, "%s: malloc failure\n", progname); - exit(1); - } - } - - if (ent->fts_info == FTS_D) { - char *dir_name; - - if (ent->fts_path[prefix_length - 1] == '\0') { - break; - } - - size_t dir_name_size = strlen(ent->fts_path + prefix_length) + 2; - dir_name = malloc(dir_name_size); - if (dir_name == NULL) { - fprintf(stderr, "%s: malloc failure\n", progname); - exit(1); - } - snprintf(dir_name, dir_name_size, "%s/", ent->fts_path + prefix_length); - a->entry[a->nentry].name = dir_name; - a->entry[a->nentry].size = 0; - a->entry[a->nentry].crc = 0; - a->entry[a->nentry].last_modification_time = 0; - } - else { - a->entry[a->nentry].name = strdup(ent->fts_path + prefix_length); - a->entry[a->nentry].size = (zip_uint64_t)ent->fts_statp->st_size; - if ((crc = compute_crc(ent->fts_accpath)) < 0) { - fts_close(fts); - free(normalized_name); - return -1; - } - - a->entry[a->nentry].crc = (zip_uint32_t)crc; - a->entry[a->nentry].last_modification_time = ent->fts_statp->st_mtime; - } - a->nentry++; - break; - } - } - - if (fts_close(fts)) { - fprintf(stderr, "%s: error closing directory '%s': %s\n", progname, a->name, strerror(errno)); - free(normalized_name); - return -1; - } - - free(normalized_name); - return 0; -} -#endif - - -static int -list_zip(const char *name, struct archive *a) { - zip_t *za; - int err; - struct zip_stat st; - unsigned int i; - - if ((za = zip_open(name, check_consistency ? ZIP_CHECKCONS : 0, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: cannot open zip archive '%s': %s\n", progname, name, zip_error_strerror(&error)); - zip_error_fini(&error); - return -1; - } - - a->za = za; - a->nentry = (zip_uint64_t)zip_get_num_entries(za, 0); - - if (a->nentry == 0) - a->entry = NULL; - else { - if ((a->nentry > SIZE_MAX / sizeof(a->entry[0])) || (a->entry = (struct entry *)malloc(sizeof(a->entry[0]) * a->nentry)) == NULL) { - fprintf(stderr, "%s: malloc failure\n", progname); - exit(1); - } - - for (i = 0; i < a->nentry; i++) { - zip_stat_index(za, i, 0, &st); - a->entry[i].name = strdup(st.name); - a->entry[i].size = st.size; - a->entry[i].crc = st.crc; - if (test_files) - test_file(za, i, name, st.name, st.size, st.crc); - if (paranoid) { - a->entry[i].comp_method = st.comp_method; - ef_read(za, i, a->entry + i); - a->entry[i].comment = zip_file_get_comment(za, i, &a->entry[i].comment_length, 0); - } - else { - a->entry[i].comp_method = 0; - a->entry[i].n_extra_fields = 0; - } - a->entry[i].last_modification_time = st.mtime; - } - - if (paranoid) { - int length; - a->comment = zip_get_archive_comment(za, &length, 0); - a->comment_length = (size_t)length; - } - else { - a->comment = NULL; - a->comment_length = 0; - } - } - - return 0; -} - - -static int -comment_compare(const char *c1, size_t l1, const char *c2, size_t l2) { - if (l1 != l2) - return 1; - - if (l1 == 0) - return 0; - - if (c1 == NULL || c2 == NULL) - return c1 == c2; - - return memcmp(c1, c2, (size_t)l2); -} - - -static int -compare_list(char *const name[2], const void *list[2], const zip_uint64_t list_length[2], int element_size, int (*cmp)(const void *a, const void *b), int (*ignore)(const void *list, int last, const void *other), int (*check)(char *const name[2], const void *a, const void *b), void (*print)(char side, const void *element), void (*start_file)(const void *element)) { - unsigned int i[2]; - int j; - int diff; - -#define INC(k) (i[k]++, list[k] = ((const char *)list[k]) + element_size) -#define PRINT(k) \ - do { \ - if (ignore && ignore(list[k], i[k] >= list_length[k] - 1, i[1 - k] < list_length[1 - k] ? list[1 - k] : NULL)) { \ - break; \ - } \ - print((k) ? '+' : '-', list[k]); \ - (k) ? plus_count++ : minus_count++; \ - diff = 1; \ - } while (0) - - i[0] = i[1] = 0; - diff = 0; - while (i[0] < list_length[0] && i[1] < list_length[1]) { - int c = cmp(list[0], list[1]); - - if (c == 0) { - if (check) { - if (start_file) { - start_file(list[0]); - } - diff |= check(name, list[0], list[1]); - if (start_file) { - diff_output_end_file(&output); - } - } - INC(0); - INC(1); - } - else if (c < 0) { - PRINT(0); - INC(0); - } - else { - PRINT(1); - INC(1); - } - } - - for (j = 0; j < 2; j++) { - while (i[j] < list_length[j]) { - PRINT(j); - INC(j); - } - } - - return diff; -} - - -static int -ef_read(zip_t *za, zip_uint64_t idx, struct entry *e) { - zip_int16_t n_local, n_central; - zip_uint16_t i; - - if ((n_local = zip_file_extra_fields_count(za, idx, ZIP_FL_LOCAL)) < 0 || (n_central = zip_file_extra_fields_count(za, idx, ZIP_FL_CENTRAL)) < 0) { - return -1; - } - - e->n_extra_fields = (zip_uint16_t)(n_local + n_central); - - if ((e->extra_fields = (struct ef *)malloc(sizeof(e->extra_fields[0]) * e->n_extra_fields)) == NULL) - return -1; - - for (i = 0; i < n_local; i++) { - e->extra_fields[i].name = e->name; - e->extra_fields[i].data = zip_file_extra_field_get(za, idx, i, &e->extra_fields[i].id, &e->extra_fields[i].size, ZIP_FL_LOCAL); - if (e->extra_fields[i].data == NULL) - return -1; - e->extra_fields[i].flags = ZIP_FL_LOCAL; - } - for (; i < e->n_extra_fields; i++) { - e->extra_fields[i].name = e->name; - e->extra_fields[i].data = zip_file_extra_field_get(za, idx, (zip_uint16_t)(i - n_local), &e->extra_fields[i].id, &e->extra_fields[i].size, ZIP_FL_CENTRAL); - if (e->extra_fields[i].data == NULL) - return -1; - e->extra_fields[i].flags = ZIP_FL_CENTRAL; - } - - qsort(e->extra_fields, e->n_extra_fields, sizeof(e->extra_fields[0]), ef_order); - - return 0; -} - - -static int -ef_compare(char *const name[2], const struct entry *e1, const struct entry *e2) { - struct ef *ef[2]; - zip_uint64_t n[2]; - - ef[0] = e1->extra_fields; - ef[1] = e2->extra_fields; - n[0] = e1->n_extra_fields; - n[1] = e2->n_extra_fields; - - return compare_list(name, (const void **)ef, n, sizeof(struct ef), ef_order, NULL, NULL, ef_print, NULL); -} - - -static int -ef_order(const void *ap, const void *bp) { - const struct ef *a, *b; - - a = (struct ef *)ap; - b = (struct ef *)bp; - - if (a->flags != b->flags) - return a->flags - b->flags; - if (a->id != b->id) - return a->id - b->id; - if (a->size != b->size) - return a->size - b->size; - return memcmp(a->data, b->data, a->size); -} - - -static void -ef_print(char side, const void *p) { - const struct ef *ef = (struct ef *)p; - - diff_output_data(&output, side, ef->data, ef->size, " %s extra field %s", ef->flags == ZIP_FL_LOCAL ? "local" : "central", map_enum(extra_fields, ef->id)); -} - - -static int -entry_cmp(const void *p1, const void *p2) { - const struct entry *e1, *e2; - int c; - - e1 = (struct entry *)p1; - e2 = (struct entry *)p2; - - if ((c = (ignore_case ? strcasecmp : strcmp)(e1->name, e2->name)) != 0) - return c; - if (e1->size != e2->size) { - if (e1->size > e2->size) - return 1; - else - return -1; - } - if (e1->crc != e2->crc) { - return (int)e1->crc - (int)e2->crc; - } - if (compare_time_stamps && e1->last_modification_time != e2->last_modification_time) { - return (int)(e1->last_modification_time - e2->last_modification_time); - } - - return 0; -} - - -static int -entry_ignore(const void *p, int last, const void *o) { - const struct entry *e = (const struct entry *)p; - const struct entry *other = (const struct entry *)o; - - size_t length = strlen(e[0].name); - - if (length == 0 || e[0].name[length - 1] != '/') { - /* not a directory */ - return 0; - } - - if (other != NULL && strlen(other->name) > length && strncmp(other->name, e[0].name, length) == 0) { - /* not empty in other archive */ - return 1; - } - - if (last || (strlen(e[1].name) < length || strncmp(e[0].name, e[1].name, length) != 0)) { - /* empty in this archive */ - return 0; - } - - /* not empty in this archive */ - return 1; -} - - -static int -entry_paranoia_checks(char *const name[2], const void *p1, const void *p2) { - const struct entry *e1, *e2; - int ret; - - e1 = (struct entry *)p1; - e2 = (struct entry *)p2; - - ret = 0; - - if (e1->comp_method != e2->comp_method) { - diff_output(&output, '-', " compression method %s", map_enum(comp_methods, e1->comp_method)); - diff_output(&output, '+', " compression method %s", map_enum(comp_methods, e2->comp_method)); - ret = 1; - } - - if (ef_compare(name, e1, e2) != 0) { - ret = 1; - } - - if (comment_compare(e1->comment, e1->comment_length, e2->comment, e2->comment_length) != 0) { - diff_output_data(&output, '-', (const zip_uint8_t *)e1->comment, e1->comment_length, " comment"); - diff_output_data(&output, '+', (const zip_uint8_t *)e2->comment, e2->comment_length, " comment"); - ret = 1; - } - - return ret; -} - - -static void -entry_print(char side, const void *p) { - const struct entry *e = (struct entry *)p; - - diff_output_file(&output, side, e->name, e->size, e->crc, e->last_modification_time); -} - - -static void -entry_start_file(const void *p) { - const struct entry *e = (struct entry *)p; - - diff_output_start_file(&output, e->name, e->size, e->crc, e->last_modification_time); -} - - -static int -test_file(zip_t *za, zip_uint64_t idx, const char *zipname, const char *filename, zip_uint64_t size, zip_uint32_t crc) { - zip_file_t *zf; - char buf[8192]; - zip_uint64_t nsize; - zip_int64_t n; - zip_uint32_t ncrc; - - if ((zf = zip_fopen_index(za, idx, 0)) == NULL) { - fprintf(stderr, "%s: %s: cannot open file %s (index %" PRIu64 "): %s\n", progname, zipname, filename, idx, zip_strerror(za)); - return -1; - } - - ncrc = (zip_uint32_t)crc32(0, NULL, 0); - nsize = 0; - - while ((n = zip_fread(zf, buf, sizeof(buf))) > 0) { - nsize += (zip_uint64_t)n; - ncrc = (zip_uint32_t)crc32(ncrc, (const Bytef *)buf, (unsigned int)n); - } - - if (n < 0) { - fprintf(stderr, "%s: %s: error reading file %s (index %" PRIu64 "): %s\n", progname, zipname, filename, idx, zip_file_strerror(zf)); - zip_fclose(zf); - return -1; - } - - zip_fclose(zf); - - if (nsize != size) { - fprintf(stderr, "%s: %s: file %s (index %" PRIu64 "): unexpected length %" PRId64 " (should be %" PRId64 ")\n", progname, zipname, filename, idx, nsize, size); - return -2; - } - if (ncrc != crc) { - fprintf(stderr, "%s: %s: file %s (index %" PRIu64 "): unexpected length %x (should be %x)\n", progname, zipname, filename, idx, ncrc, crc); - return -2; - } - - return 0; -} - - -static const char * -map_enum(const enum_map_t *map, uint32_t value) { - static char unknown[16]; - size_t i = 0; - - while (map[i].value < UINT32_MAX) { - if (map[i].value == value) { - return map[i].name; - } - i++; - } - - snprintf(unknown, sizeof(unknown), "unknown (%u)", value); - unknown[sizeof(unknown) - 1] = '\0'; - - return unknown; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/src/zipmerge.c b/proj-web/thirdparty/libzip-1.11.3/src/zipmerge.c deleted file mode 100644 index d740b1a..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/zipmerge.c +++ /dev/null @@ -1,336 +0,0 @@ -/* - zipmerge.c -- merge zip archives - Copyright (C) 2004-2023 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - - -#include -#include -#include -#include -#include - -#include "config.h" - -#ifndef HAVE_GETOPT -#include "getopt.h" -#endif - -#include "zip.h" - -char *progname; - -#define PROGRAM "zipmerge" - -#define USAGE "usage: %s [-DhIikSsV] target-zip zip...\n" - -char help_head[] = PROGRAM " (" PACKAGE ") by Dieter Baron and Thomas Klausner\n\n"; - -char help[] = "\n\ - -h display this help message\n\ - -V display version number\n\ - -D ignore directory component in file names\n\ - -I ignore case in file names\n\ - -i ask before overwriting files\n\ - -k don't compress when adding uncompressed files\n\ - -S don't overwrite identical files\n\ - -s overwrite identical files without asking\n\ -\n\ -Report bugs to .\n"; - -char version_string[] = PROGRAM " (" PACKAGE " " VERSION ")\n\ -Copyright (C) 2004-2023 Dieter Baron and Thomas Klausner\n\ -" PACKAGE " comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law.\n"; - -#define OPTIONS "hVDiIksS" - -#define CONFIRM_ALL_YES 0x001 -#define CONFIRM_ALL_NO 0x002 -#define CONFIRM_SAME_YES 0x010 -#define CONFIRM_SAME_NO 0x020 - -int confirm; -zip_flags_t name_flags; -int keep_stored; - -static int confirm_replace(zip_t *, const char *, zip_uint64_t, zip_t *, const char *, zip_uint64_t); -static void copy_extra_fields(zip_t *destination_archive, zip_uint64_t destination_index, zip_t *source_archive, zip_uint64_t source_index, zip_flags_t flags); -static int copy_file(zip_t *destination_archive, zip_int64_t destination_index, zip_t *source_archive, zip_uint64_t source_index, const char* name); -static zip_t *merge_zip(zip_t *, const char *, const char *); - - -int -main(int argc, char *argv[]) { - zip_t *za; - zip_t **zs; - int c, err; - unsigned int i, n; - char *tname; - - progname = argv[0]; - - confirm = CONFIRM_ALL_YES; - name_flags = 0; - keep_stored = 0; - - while ((c = getopt(argc, argv, OPTIONS)) != -1) { - switch (c) { - case 'D': - name_flags |= ZIP_FL_NODIR; - break; - case 'I': - name_flags |= ZIP_FL_NOCASE; - break; - case 'i': - confirm &= ~CONFIRM_ALL_YES; - break; - case 'k': - keep_stored = 1; - break; - case 'S': - confirm &= ~CONFIRM_SAME_YES; - confirm |= CONFIRM_SAME_NO; - break; - case 's': - confirm &= ~CONFIRM_SAME_NO; - confirm |= CONFIRM_SAME_YES; - break; - - case 'h': - fputs(help_head, stdout); - printf(USAGE, progname); - fputs(help, stdout); - exit(0); - case 'V': - fputs(version_string, stdout); - exit(0); - - default: - fprintf(stderr, USAGE, progname); - exit(2); - } - } - - if (argc < optind + 2) { - fprintf(stderr, USAGE, progname); - exit(2); - } - - tname = argv[optind++]; - argv += optind; - - n = (unsigned int)(argc - optind); - if ((zs = (zip_t **)malloc(sizeof(zs[0]) * n)) == NULL) { - fprintf(stderr, "%s: out of memory\n", progname); - exit(1); - } - - if ((za = zip_open(tname, ZIP_CREATE, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: can't open zip archive '%s': %s\n", progname, tname, zip_error_strerror(&error)); - zip_error_fini(&error); - exit(1); - } - - for (i = 0; i < n; i++) { - if ((zs[i] = merge_zip(za, tname, argv[i])) == NULL) - exit(1); - } - - if (zip_close(za) < 0) { - fprintf(stderr, "%s: cannot write zip archive '%s': %s\n", progname, tname, zip_strerror(za)); - exit(1); - } - - for (i = 0; i < n; i++) - zip_close(zs[i]); - - exit(0); -} - - -static int -confirm_replace(zip_t *za, const char *tname, zip_uint64_t it, zip_t *zs, const char *sname, zip_uint64_t is) { - char line[1024]; - struct zip_stat st, ss; - - if (confirm & CONFIRM_ALL_YES) - return 1; - else if (confirm & CONFIRM_ALL_NO) - return 0; - - if (zip_stat_index(za, it, ZIP_FL_UNCHANGED, &st) < 0) { - fprintf(stderr, "%s: cannot stat file %" PRIu64 " in '%s': %s\n", progname, it, tname, zip_strerror(za)); - return -1; - } - if (zip_stat_index(zs, is, 0, &ss) < 0) { - fprintf(stderr, "%s: cannot stat file %" PRIu64 " in '%s': %s\n", progname, is, sname, zip_strerror(zs)); - return -1; - } - - if (st.size == ss.size && st.crc == ss.crc) { - if (confirm & CONFIRM_SAME_YES) - return 1; - else if (confirm & CONFIRM_SAME_NO) - return 0; - } - - printf("replace '%s' (%" PRIu64 " / %08x) in `%s'\n" - " with '%s' (%" PRIu64 " / %08x) from `%s'? ", - st.name, st.size, st.crc, tname, ss.name, ss.size, ss.crc, sname); - fflush(stdout); - - if (fgets(line, sizeof(line), stdin) == NULL) { - fprintf(stderr, "%s: read error from stdin: %s\n", progname, strerror(errno)); - return -1; - } - - if (tolower((unsigned char)line[0]) == 'y') - return 1; - - return 0; -} - - -static zip_t * -merge_zip(zip_t *za, const char *tname, const char *sname) { - zip_t *zs; - zip_int64_t ret, idx; - zip_uint64_t i; - int err; - const char *fname; - - if ((zs = zip_open(sname, 0, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "%s: can't open zip archive '%s': %s\n", progname, sname, zip_error_strerror(&error)); - zip_error_fini(&error); - return NULL; - } - - ret = zip_get_num_entries(zs, 0); - if (ret < 0) { - fprintf(stderr, "%s: cannot get number of entries for '%s': %s\n", progname, sname, zip_strerror(za)); - return NULL; - } - for (i = 0; i < (zip_uint64_t)ret; i++) { - fname = zip_get_name(zs, i, 0); - - if ((idx = zip_name_locate(za, fname, name_flags)) >= 0) { - switch (confirm_replace(za, tname, (zip_uint64_t)idx, zs, sname, i)) { - case 0: - break; - - case 1: - if (copy_file(za, idx, zs, i, NULL) < 0) { - fprintf(stderr, "%s: cannot replace '%s' in `%s': %s\n", progname, fname, tname, zip_strerror(za)); - zip_close(zs); - return NULL; - } - break; - - case -1: - zip_close(zs); - return NULL; - - default: - fprintf(stderr, - "%s: internal error: " - "unexpected return code from confirm (%d)\n", - progname, err); - zip_close(zs); - return NULL; - } - } - else { - if (copy_file(za, -1, zs, i, fname) < 0) { - fprintf(stderr, "%s: cannot add '%s' to `%s': %s\n", progname, fname, tname, zip_strerror(za)); - zip_close(zs); - return NULL; - } - } - } - - return zs; -} - - -static int copy_file(zip_t *destination_archive, zip_int64_t destination_index, zip_t *source_archive, zip_uint64_t source_index, const char* name) { - zip_source_t *source = zip_source_zip_file(destination_archive, source_archive, source_index, ZIP_FL_COMPRESSED, 0, -1, NULL); - - if (source == NULL) { - return -1; - } - - if (destination_index >= 0) { - if (zip_file_replace(destination_archive, (zip_uint64_t)destination_index, source, 0) < 0) { - zip_source_free(source); - return -1; - } - } - else { - destination_index = zip_file_add(destination_archive, name, source, 0); - if (destination_index < 0) { - zip_source_free(source); - return -1; - } - } - - copy_extra_fields(destination_archive, (zip_uint64_t)destination_index, source_archive, source_index, ZIP_FL_CENTRAL); - copy_extra_fields(destination_archive, (zip_uint64_t)destination_index, source_archive, source_index, ZIP_FL_LOCAL); - if (keep_stored) { - zip_stat_t st; - if (zip_stat_index(source_archive, source_index, 0, &st) == 0 && (st.valid & ZIP_STAT_COMP_METHOD) && st.comp_method == ZIP_CM_STORE) { - zip_set_file_compression(destination_archive, destination_index, ZIP_CM_STORE, 0); - } - } - - return 0; -} - - -static void copy_extra_fields(zip_t *destination_archive, zip_uint64_t destination_index, zip_t *source_archive, zip_uint64_t source_index, zip_flags_t flags) { - zip_int16_t n; - zip_uint16_t i, id, length; - const zip_uint8_t *data; - - if ((n = zip_file_extra_fields_count(source_archive, source_index, flags)) < 0) { - return; - } - - for (i = 0; i < n; i++) { - if ((data = zip_file_extra_field_get(source_archive, source_index, i, &id, &length, flags)) == NULL) { - continue; - } - zip_file_extra_field_set(destination_archive, destination_index, id, ZIP_EXTRA_FIELD_NEW, data, length, flags); - } -} diff --git a/proj-web/thirdparty/libzip-1.11.3/src/ziptool.c b/proj-web/thirdparty/libzip-1.11.3/src/ziptool.c deleted file mode 100644 index 6666ecb..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/src/ziptool.c +++ /dev/null @@ -1,1161 +0,0 @@ -/* - ziptool.c -- tool for modifying zip archive in multiple ways - Copyright (C) 2012-2024 Dieter Baron and Thomas Klausner - - This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - 3. The names of the authors may not be used to endorse or promote - products derived from this software without specific prior - written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS - OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -#include "config.h" - -#include "compat.h" - -#include -#include -#include -#include -#ifdef HAVE_UNISTD_H -#include -#endif -#ifdef _WIN32 -/* WIN32 needs for _O_BINARY */ -#include -#ifndef STDIN_FILENO -#define STDIN_FILENO _fileno(stdin) -#endif -#endif - -#ifndef HAVE_GETOPT -#include "getopt.h" -#endif -extern int optopt; - -#include "zip.h" - -typedef struct dispatch_table_s { - const char *cmdline_name; - int argument_count; - const char *arg_names; - const char *description; - int (*function)(char *argv[]); -} dispatch_table_t; - -static zip_flags_t get_flags(const char *arg); -static zip_int32_t get_compression_method(const char *arg); -static zip_uint16_t get_encryption_method(const char *arg); -static void hexdump(const zip_uint8_t *data, zip_uint16_t len); -static int parse_archive_flag(const char* arg); -int ziptool_post_close(const char *archive); -static const char* decode_filename(const char* name); -static const char* encode_filename(const char* name); - -#ifndef FOR_REGRESS -#define OPTIONS_REGRESS "" -#define USAGE_REGRESS "" -#endif - -zip_t *za, *z_in[16]; -unsigned int z_in_count; -zip_flags_t stat_flags; -int hex_encoded_filenames = 0; // Can only be set in ziptool_regress. - -static int -cat_impl_backend(zip_uint64_t idx, zip_uint64_t start, zip_uint64_t len, FILE *out) { - zip_error_t error; - zip_source_t *src; - zip_int64_t n; - char buf[8192]; - - zip_error_init(&error); - /* we can't pass 0 as a len to zip_source_zip_create because it - will try to give us compressed data */ - if (len == 0) { - struct zip_stat sb; - - if (zip_stat_index(za, idx, stat_flags, &sb) < 0) { - fprintf(stderr, "zip_stat_index failed on '%" PRIu64 "' failed: %s\n", idx, zip_strerror(za)); - return -1; - } - - if (!(sb.valid & ZIP_STAT_SIZE)) { - fprintf(stderr, "can't cat file at index '%" PRIu64 "' with unknown size\n", idx); - return -1; - } - len = sb.size; - } - if ((src = zip_source_zip_file_create(za, idx, 0, start, len, NULL, &error)) == NULL) { - fprintf(stderr, "can't open file at index '%" PRIu64 "': %s\n", idx, zip_error_strerror(&error)); - zip_error_fini(&error); - return -1; - } - zip_error_fini(&error); - - if (zip_source_open(src) < 0) { - fprintf(stderr, "can't open file at index '%" PRIu64 "': %s\n", idx, zip_error_strerror(zip_source_error(src))); - zip_source_free(src); - return -1; - } - while ((n = zip_source_read(src, buf, sizeof(buf))) > 0) { - if (fwrite(buf, (size_t)n, 1, out) != 1) { - fprintf(stderr, "can't write file contents: %s\n", strerror(errno)); - zip_source_free(src); - return -1; - } - } - if (n == -1) { - fprintf(stderr, "can't read file at index '%" PRIu64 "': %s\n", idx, zip_error_strerror(zip_source_error(src))); - zip_source_free(src); - return -1; - } - if (zip_source_close(src) < 0) { - fprintf(stderr, "can't close file at index '%" PRIu64 "': %s\n", idx, zip_error_strerror(zip_source_error(src))); - zip_source_free(src); - return -1; - } - zip_source_free(src); - - return 0; -} - -static int -cat_impl(zip_uint64_t idx, zip_uint64_t start, zip_uint64_t len) { -#ifdef _WIN32 - /* Need to set stdout to binary mode for Windows */ - setmode(fileno(stdout), _O_BINARY); -#endif - return cat_impl_backend(idx, start, len, stdout); -} - -static int -add(char *argv[]) { - zip_source_t *zs; - - if ((zs = zip_source_buffer(za, argv[1], strlen(argv[1]), 0)) == NULL) { - fprintf(stderr, "can't create zip_source from buffer: %s\n", zip_strerror(za)); - return -1; - } - - if (zip_file_add(za, decode_filename(argv[0]), zs, 0) == -1) { - zip_source_free(zs); - fprintf(stderr, "can't add file '%s': %s\n", argv[0], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -add_dir(char *argv[]) { - /* add directory */ - if (zip_dir_add(za, decode_filename(argv[0]), 0) < 0) { - fprintf(stderr, "can't add directory '%s': %s\n", argv[0], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -add_file(char *argv[]) { - zip_source_t *zs; - zip_uint64_t start = strtoull(argv[2], NULL, 10); - zip_int64_t len = strtoll(argv[3], NULL, 10); - - if (strcmp(argv[1], "/dev/stdin") == 0) { - if ((zs = zip_source_filep(za, stdin, start, len)) == NULL) { - fprintf(stderr, "can't create zip_source from stdin: %s\n", zip_strerror(za)); - return -1; - } - } - else { - if ((zs = zip_source_file(za, argv[1], start, len)) == NULL) { - fprintf(stderr, "can't create zip_source from file: %s\n", zip_strerror(za)); - return -1; - } - } - - if (zip_file_add(za, decode_filename(argv[0]), zs, 0) == -1) { - zip_source_free(zs); - fprintf(stderr, "can't add file '%s': %s\n", argv[0], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -add_from_zip(char *argv[]) { - zip_uint64_t idx, start; - zip_int64_t len; - int err; - zip_source_t *zs; - zip_flags_t flags = 0; - /* add from another zip file */ - idx = strtoull(argv[2], NULL, 10); - start = strtoull(argv[3], NULL, 10); - len = strtoll(argv[4], NULL, 10); - if ((z_in[z_in_count] = zip_open(argv[1], ZIP_CHECKCONS, &err)) == NULL) { - zip_error_t error; - zip_error_init_with_code(&error, err); - fprintf(stderr, "can't open zip archive '%s': %s\n", argv[1], zip_error_strerror(&error)); - zip_error_fini(&error); - return -1; - } - if (start == 0 && len == -1) { - flags = ZIP_FL_COMPRESSED; - } - if ((zs = zip_source_zip_file(za, z_in[z_in_count], idx, flags, start, len, NULL)) == NULL) { - fprintf(stderr, "error creating file source from '%s' index '%" PRIu64 "': %s\n", argv[1], idx, zip_strerror(za)); - zip_close(z_in[z_in_count]); - return -1; - } - if (zip_file_add(za, decode_filename(argv[0]), zs, 0) == -1) { - fprintf(stderr, "can't add file '%s': %s\n", argv[0], zip_strerror(za)); - zip_source_free(zs); - zip_close(z_in[z_in_count]); - return -1; - } - z_in_count++; - return 0; -} - -static int -cat(char *argv[]) { - /* output file contents to stdout */ - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - - return cat_impl(idx, 0, 0); -} - -static int -cat_partial(char *argv[]) { - /* output partial file contents to stdout */ - zip_uint64_t idx; - zip_uint64_t start; - zip_uint64_t len; - - idx = strtoull(argv[0], NULL, 10); - start = strtoull(argv[1], NULL, 10); - len = strtoull(argv[2], NULL, 10); - - return cat_impl(idx, start, len); -} - -static int -count_extra(char *argv[]) { - zip_int16_t count; - zip_uint64_t idx; - zip_flags_t ceflags = 0; - idx = strtoull(argv[0], NULL, 10); - ceflags = get_flags(argv[1]); - if ((count = zip_file_extra_fields_count(za, idx, ceflags)) < 0) { - fprintf(stderr, "can't get extra field count for file at index '%" PRIu64 "': %s\n", idx, zip_strerror(za)); - return -1; - } - else { - printf("Extra field count: %d\n", count); - } - return 0; -} - -static int -count_extra_by_id(char *argv[]) { - zip_int16_t count; - zip_uint16_t eid; - zip_flags_t ceflags = 0; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - eid = (zip_uint16_t)strtoull(argv[1], NULL, 10); - ceflags = get_flags(argv[2]); - if ((count = zip_file_extra_fields_count_by_id(za, idx, eid, ceflags)) < 0) { - fprintf(stderr, "can't get extra field count for file at index '%" PRIu64 "' and for id '%d': %s\n", idx, eid, zip_strerror(za)); - return -1; - } - else { - printf("Extra field count: %d\n", count); - } - return 0; -} - -static int delete (char *argv[]) { - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - if (zip_delete(za, idx) < 0) { - fprintf(stderr, "can't delete file at index '%" PRIu64 "': %s\n", idx, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -delete_extra(char *argv[]) { - zip_flags_t geflags; - zip_uint16_t eid; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - eid = (zip_uint16_t)strtoull(argv[1], NULL, 10); - geflags = get_flags(argv[2]); - if ((zip_file_extra_field_delete(za, idx, eid, geflags)) < 0) { - fprintf(stderr, "can't delete extra field data for file at index '%" PRIu64 "', extra field id '%d': %s\n", idx, eid, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -delete_extra_by_id(char *argv[]) { - zip_flags_t geflags; - zip_uint16_t eid, eidx; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - eid = (zip_uint16_t)strtoull(argv[1], NULL, 10); - eidx = (zip_uint16_t)strtoull(argv[2], NULL, 10); - geflags = get_flags(argv[3]); - if ((zip_file_extra_field_delete_by_id(za, idx, eid, eidx, geflags)) < 0) { - fprintf(stderr, "can't delete extra field data for file at index '%" PRIu64 "', extra field id '%d', extra field idx '%d': %s\n", idx, eid, eidx, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -get_archive_comment(char *argv[]) { - const char *comment; - int len; - /* get archive comment */ - if ((comment = zip_get_archive_comment(za, &len, 0)) == NULL || len == 0) - printf("No archive comment\n"); - else - printf("Archive comment: %.*s\n", len, encode_filename(comment)); - return 0; -} - -static int -get_archive_flag(char *argv[]) { - int flag = parse_archive_flag(argv[0]); - if (flag < 0) { - fprintf(stderr, "invalid archive flag '%s'\n", argv[0]); - return -1; - } - - printf("%d\n", zip_get_archive_flag(za, flag, 0)); - return 0; -} - -static int -get_extra(char *argv[]) { - zip_flags_t geflags; - zip_uint16_t id, eidx, eflen; - const zip_uint8_t *efdata; - zip_uint64_t idx; - /* get extra field data */ - idx = strtoull(argv[0], NULL, 10); - eidx = (zip_uint16_t)strtoull(argv[1], NULL, 10); - geflags = get_flags(argv[2]); - if ((efdata = zip_file_extra_field_get(za, idx, eidx, &id, &eflen, geflags)) == NULL) { - fprintf(stderr, "can't get extra field data for file at index %" PRIu64 ", extra field %d, flags %u: %s\n", idx, eidx, geflags, zip_strerror(za)); - return -1; - } - printf("Extra field 0x%04x: len %d", id, eflen); - if (eflen > 0) { - printf(", data "); - hexdump(efdata, eflen); - } - printf("\n"); - return 0; -} - -static int -get_extra_by_id(char *argv[]) { - zip_flags_t geflags; - zip_uint16_t eid, eidx, eflen; - const zip_uint8_t *efdata; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - eid = (zip_uint16_t)strtoull(argv[1], NULL, 10); - eidx = (zip_uint16_t)strtoull(argv[2], NULL, 10); - geflags = get_flags(argv[3]); - if ((efdata = zip_file_extra_field_get_by_id(za, idx, eid, eidx, &eflen, geflags)) == NULL) { - fprintf(stderr, "can't get extra field data for file at index %" PRIu64 ", extra field id %d, ef index %d, flags %u: %s\n", idx, eid, eidx, geflags, zip_strerror(za)); - return -1; - } - printf("Extra field 0x%04x: len %d", eid, eflen); - if (eflen > 0) { - printf(", data "); - hexdump(efdata, eflen); - } - printf("\n"); - return 0; -} - -static int -get_file_comment(char *argv[]) { - const char *comment; - zip_uint32_t len; - zip_uint64_t idx; - /* get file comment */ - idx = strtoull(argv[0], NULL, 10); - if ((comment = zip_file_get_comment(za, idx, &len, 0)) == NULL) { - fprintf(stderr, "can't get comment for '%s': %s\n", zip_get_name(za, idx, 0), zip_strerror(za)); - return -1; - } - else if (len == 0) - printf("No comment for '%s'\n", zip_get_name(za, idx, 0)); - else - printf("File comment for '%s': %.*s\n", zip_get_name(za, idx, 0), (int)len, comment); - return 0; -} - -static int -get_num_entries(char *argv[]) { - zip_int64_t count; - zip_flags_t flags; - /* get number of entries in archive */ - flags = get_flags(argv[0]); - count = zip_get_num_entries(za, flags); - printf("%" PRId64 " entr%s in archive\n", count, count == 1 ? "y" : "ies"); - return 0; -} - -static int -name_locate(char *argv[]) { - zip_flags_t flags; - zip_int64_t idx; - flags = get_flags(argv[1]); - - if ((idx = zip_name_locate(za, decode_filename(argv[0]), flags)) < 0) { - fprintf(stderr, "can't find entry with name '%s' using flags '%s'\n", argv[0], argv[1]); - } - else { - printf("name '%s' using flags '%s' found at index %" PRId64 "\n", argv[0], argv[1], idx); - } - - return 0; -} - -struct progress_userdata_s { - double percentage; - double limit; -}; - -struct progress_userdata_s progress_userdata; - -static void -progress_callback(zip_t *archive, double percentage, void *ud) { - printf("%.1f%% done\n", percentage * 100); - progress_userdata.percentage = percentage; -} - -static int -print_progress(char *argv[]) { - zip_register_progress_callback_with_state(za, 0.001, progress_callback, NULL, NULL); - return 0; -} - -static int -zrename(char *argv[]) { - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - if (zip_file_rename(za, idx, decode_filename(argv[1]), 0) < 0) { - fprintf(stderr, "can't rename file at index '%" PRIu64 "' to '%s': %s\n", idx, argv[1], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -replace_file_contents(char *argv[]) { - /* replace file contents with data from command line */ - const char *content; - zip_source_t *s; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - content = argv[1]; - if ((s = zip_source_buffer(za, content, strlen(content), 0)) == NULL || zip_file_replace(za, idx, s, 0) < 0) { - zip_source_free(s); - fprintf(stderr, "error replacing file data: %s\n", zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_extra(char *argv[]) { - zip_flags_t geflags; - zip_uint16_t eid, eidx; - const zip_uint8_t *efdata; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - eid = (zip_uint16_t)strtoull(argv[1], NULL, 10); - eidx = (zip_uint16_t)strtoull(argv[2], NULL, 10); - geflags = get_flags(argv[3]); - efdata = (zip_uint8_t *)argv[4]; - if ((zip_file_extra_field_set(za, idx, eid, eidx, efdata, (zip_uint16_t)strlen((const char *)efdata), geflags)) < 0) { - fprintf(stderr, "can't set extra field data for file at index '%" PRIu64 "', extra field id '%d', index '%d': %s\n", idx, eid, eidx, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_archive_comment(char *argv[]) { - if (zip_set_archive_comment(za, argv[0], (zip_uint16_t)strlen(argv[0])) < 0) { - fprintf(stderr, "can't set archive comment to '%s': %s\n", argv[0], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_archive_flag(char *argv[]) { - int flag = parse_archive_flag(argv[0]); - if (flag < 0) { - fprintf(stderr, "invalid archive flag '%s'\n", argv[0]); - return -1; - } - - int value = strcasecmp(argv[1], "1") == 0 || strcasecmp(argv[1], "true") == 0 || strcasecmp(argv[1], "yes") == 0; - - if (zip_set_archive_flag(za, flag, value) < 0) { - fprintf(stderr, "can't set archive flag '%s' to %d: %s\n", argv[0], value, zip_strerror(za)); - return -1; - } - return 0; -} - - -static int -set_file_comment(char *argv[]) { - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - if (zip_file_set_comment(za, idx, argv[1], (zip_uint16_t)strlen(argv[1]), 0) < 0) { - fprintf(stderr, "can't set file comment at index '%" PRIu64 "' to '%s': %s\n", idx, argv[1], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_file_compression(char *argv[]) { - zip_int32_t method; - zip_uint32_t flags; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - method = get_compression_method(argv[1]); - flags = (zip_uint32_t)strtoull(argv[2], NULL, 10); - if (zip_set_file_compression(za, idx, method, flags) < 0) { - fprintf(stderr, "can't set file compression method at index '%" PRIu64 "' to '%s', flags '%" PRIu32 "': %s\n", idx, argv[1], flags, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_file_encryption(char *argv[]) { - zip_uint16_t method; - zip_uint64_t idx; - char *password; - idx = strtoull(argv[0], NULL, 10); - method = get_encryption_method(argv[1]); - password = argv[2]; - if (strlen(password) == 0) { - password = NULL; - } - if (zip_file_set_encryption(za, idx, method, password) < 0) { - fprintf(stderr, "can't set file encryption method at index '%" PRIu64 "' to '%s': %s\n", idx, argv[1], zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_file_dostime(char *argv[]) { - /* set file last modification time (mtime) directly */ - zip_uint16_t dostime, dosdate; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - dostime = (zip_uint16_t)strtoull(argv[1], NULL, 10); - dosdate = (zip_uint16_t)strtoull(argv[2], NULL, 10); - if (zip_file_set_dostime(za, idx, dostime, dosdate, 0) < 0) { - fprintf(stderr, "can't set file dostime at index '%" PRIu64 "' to '%d'/'%d': %s\n", idx, (int)dostime, (int)dosdate, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_file_mtime(char *argv[]) { - /* set file last modification time (mtime) */ - time_t mtime; - zip_uint64_t idx; - idx = strtoull(argv[0], NULL, 10); - mtime = (time_t)strtoull(argv[1], NULL, 10); - if (zip_file_set_mtime(za, idx, mtime, 0) < 0) { - fprintf(stderr, "can't set file mtime at index '%" PRIu64 "' to '%lld': %s\n", idx, (long long)mtime, zip_strerror(za)); - return -1; - } - return 0; -} - -static int -set_file_mtime_all(char *argv[]) { - /* set last modification time (mtime) for all files */ - time_t mtime; - zip_int64_t num_entries; - zip_uint64_t idx; - mtime = (time_t)strtoull(argv[0], NULL, 10); - - if ((num_entries = zip_get_num_entries(za, 0)) < 0) { - fprintf(stderr, "can't get number of entries: %s\n", zip_strerror(za)); - return -1; - } - for (idx = 0; idx < (zip_uint64_t)num_entries; idx++) { - if (zip_file_set_mtime(za, idx, mtime, 0) < 0) { - fprintf(stderr, "can't set file mtime at index '%" PRIu64 "' to '%lld': %s\n", idx, (long long)mtime, zip_strerror(za)); - return -1; - } - } - return 0; -} - -static int -set_password(char *argv[]) { - /* set default password */ - if (zip_set_default_password(za, argv[0]) < 0) { - fprintf(stderr, "can't set default password to '%s'\n", argv[0]); - return -1; - } - return 0; -} - -static int -zstat(char *argv[]) { - zip_uint64_t idx; - char buf[100]; - struct zip_stat sb; - idx = strtoull(argv[0], NULL, 10); - - if (zip_stat_index(za, idx, stat_flags, &sb) < 0) { - fprintf(stderr, "zip_stat_index failed on '%" PRIu64 "' failed: %s\n", idx, zip_strerror(za)); - return -1; - } - - if (sb.valid & ZIP_STAT_NAME) - printf("name: '%s'\n", encode_filename(sb.name)); - if (sb.valid & ZIP_STAT_INDEX) - printf("index: '%" PRIu64 "'\n", sb.index); - if (sb.valid & ZIP_STAT_SIZE) - printf("size: '%" PRIu64 "'\n", sb.size); - if (sb.valid & ZIP_STAT_COMP_SIZE) - printf("compressed size: '%" PRIu64 "'\n", sb.comp_size); - if (sb.valid & ZIP_STAT_MTIME) { - struct tm *tpm; - struct tm tm; - tpm = zip_localtime(&sb.mtime, &tm); - if (tpm == NULL) { - printf("mtime: \n"); - } - else { - strftime(buf, sizeof(buf), "%a %b %d %Y %H:%M:%S", tpm); - printf("mtime: '%s'\n", buf); - } - } - if (sb.valid & ZIP_STAT_CRC) - printf("crc: '%0x'\n", sb.crc); - if (sb.valid & ZIP_STAT_COMP_METHOD) - printf("compression method: '%d'\n", sb.comp_method); - if (sb.valid & ZIP_STAT_ENCRYPTION_METHOD) - printf("encryption method: '%d'\n", sb.encryption_method); - if (sb.valid & ZIP_STAT_FLAGS) - printf("flags: '%ld'\n", (long)sb.flags); - printf("\n"); - - return 0; -} - -static int parse_archive_flag(const char* arg) { - if (strcasecmp(arg, "rdonly") == 0) { - return ZIP_AFL_RDONLY; - } - else if (strcasecmp(arg, "is-torrentzip") == 0) { - return ZIP_AFL_IS_TORRENTZIP; - } - else if (strcasecmp(arg, "want-torrentzip") == 0) { - return ZIP_AFL_WANT_TORRENTZIP; - } - else if (strcasecmp(arg, "create-or-keep-file-for-empty-archive") == 0) { - return ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE; - } - return -1; -} - -static zip_flags_t -get_flags(const char *arg) { - zip_flags_t flags = 0; - if (strchr(arg, 'C') != NULL) - flags |= ZIP_FL_NOCASE; - if (strchr(arg, 'c') != NULL) - flags |= ZIP_FL_CENTRAL; - if (strchr(arg, 'd') != NULL) - flags |= ZIP_FL_NODIR; - if (strchr(arg, 'l') != NULL) - flags |= ZIP_FL_LOCAL; - if (strchr(arg, 'u') != NULL) - flags |= ZIP_FL_UNCHANGED; - if (strchr(arg, '8') != NULL) - flags |= ZIP_FL_ENC_UTF_8; - if (strchr(arg, '4') != NULL) - flags |= ZIP_FL_ENC_CP437; - if (strchr(arg, 'r') != NULL) - flags |= ZIP_FL_ENC_RAW; - if (strchr(arg, 's') != NULL) - flags |= ZIP_FL_ENC_STRICT; - return flags; -} - -static zip_int32_t -get_compression_method(const char *arg) { - if (strcasecmp(arg, "default") == 0) - return ZIP_CM_DEFAULT; - else if (strcasecmp(arg, "store") == 0) - return ZIP_CM_STORE; - else if (strcasecmp(arg, "deflate") == 0) - return ZIP_CM_DEFLATE; -#if defined(HAVE_LIBBZ2) - else if (strcasecmp(arg, "bzip2") == 0) - return ZIP_CM_BZIP2; -#endif -#if defined(HAVE_LIBLZMA) - /* Disabled - because 7z isn't able to unpack ZIP+LZMA ZIP+LZMA2 - archives made this way - and vice versa. - - else if (strcasecmp(arg, "lzma2") == 0) - return ZIP_CM_LZMA2; - */ - else if (strcasecmp(arg, "lzma") == 0) - return ZIP_CM_LZMA; - else if (strcasecmp(arg, "xz") == 0) - return ZIP_CM_XZ; -#endif -#if defined(HAVE_LIBZSTD) - else if (strcasecmp(arg, "zstd") == 0) - return ZIP_CM_ZSTD; - -#endif - else if (strcasecmp(arg, "unknown") == 0) - return 100; - return 0; /* TODO: error handling */ -} - -static zip_uint16_t -get_encryption_method(const char *arg) { - if (strcasecmp(arg, "none") == 0) - return ZIP_EM_NONE; - else if (strcasecmp(arg, "PKWARE") == 0) - return ZIP_EM_TRAD_PKWARE; - else if (strcasecmp(arg, "AES-128") == 0) - return ZIP_EM_AES_128; - else if (strcasecmp(arg, "AES-192") == 0) - return ZIP_EM_AES_192; - else if (strcasecmp(arg, "AES-256") == 0) - return ZIP_EM_AES_256; - else if (strcasecmp(arg, "unknown") == 0) - return 100; - return (zip_uint16_t)-1; /* TODO: error handling */ -} - -static void -hexdump(const zip_uint8_t *data, zip_uint16_t len) { - zip_uint16_t i; - - if (len <= 0) - return; - - printf("0x"); - - for (i = 0; i < len; i++) - printf("%02x", data[i]); -} - - -static zip_t * -read_from_file(const char *archive, int flags, zip_error_t *error, zip_uint64_t offset, zip_uint64_t length) { - zip_t *zaa; - zip_source_t *source; - int err; - - if (offset == 0 && length == 0) { - if (strcmp(archive, "/dev/stdin") == 0) { - zaa = zip_fdopen(STDIN_FILENO, flags & ~ZIP_CREATE, &err); - } - else { - zaa = zip_open(archive, flags, &err); - } - if (zaa == NULL) { - zip_error_set(error, err, errno); - return NULL; - } - } - else { - if (length > ZIP_INT64_MAX) { - zip_error_set(error, ZIP_ER_INVAL, 0); - return NULL; - } - if ((source = zip_source_file_create(archive, offset, (zip_int64_t)length, error)) == NULL || (zaa = zip_open_from_source(source, flags, error)) == NULL) { - zip_source_free(source); - return NULL; - } - } - - return zaa; -} - -dispatch_table_t dispatch_table[] = {{"add", 2, "name content", "add file called name using content", add}, - {"add_dir", 1, "name", "add directory", add_dir}, - {"add_file", 4, "name file_to_add offset len", "add file to archive, len bytes starting from offset", add_file}, - {"add_from_zip", 5, "name archivename index offset len", "add file from another archive, len bytes starting from offset", add_from_zip}, - {"cat", 1, "index", "output file contents to stdout", cat}, - {"cat_partial", 3, "index start length", "output partial file contents to stdout", cat_partial}, - {"count_extra", 2, "index flags", "show number of extra fields for archive entry", count_extra}, - {"count_extra_by_id", 3, "index extra_id flags", "show number of extra fields of type extra_id for archive entry", count_extra_by_id}, - {"delete", 1, "index", "remove entry", delete}, - {"delete_extra", 3, "index extra_idx flags", "remove extra field", delete_extra}, - {"delete_extra_by_id", 4, "index extra_id extra_index flags", "remove extra field of type extra_id", delete_extra_by_id}, - {"get_archive_comment", 0, "", "show archive comment", get_archive_comment}, - {"get_archive_flag", 1, "flag", "show archive flag", get_archive_flag}, - {"get_extra", 3, "index extra_index flags", "show extra field", get_extra}, - {"get_extra_by_id", 4, "index extra_id extra_index flags", "show extra field of type extra_id", get_extra_by_id}, - {"get_file_comment", 1, "index", "get file comment", get_file_comment}, - {"get_num_entries", 1, "flags", "get number of entries in archive", get_num_entries}, - {"name_locate", 2, "name flags", "find entry in archive", name_locate}, - {"print_progress", 0, "", "print progress during zip_close()", print_progress}, - {"rename", 2, "index name", "rename entry", zrename}, - {"replace_file_contents", 2, "index data", "replace entry with data", replace_file_contents}, - {"set_archive_comment", 1, "comment", "set archive comment", set_archive_comment}, - {"set_archive_flag", 2, "flag", "set archive flag", set_archive_flag}, - {"set_extra", 5, "index extra_id extra_index flags value", "set extra field", set_extra}, - {"set_file_comment", 2, "index comment", "set file comment", set_file_comment}, - {"set_file_compression", 3, "index method compression_flags", "set file compression method", set_file_compression}, - {"set_file_dostime", 3, "index time date", "set file modification time and date (DOS format)", set_file_dostime}, - {"set_file_encryption", 3, "index method password", "set file encryption method", set_file_encryption}, - {"set_file_mtime", 2, "index timestamp", "set file modification time", set_file_mtime}, - {"set_file_mtime_all", 1, "timestamp", "set file modification time for all files", set_file_mtime_all}, - {"set_password", 1, "password", "set default password for encryption", set_password}, - {"stat", 1, "index", "print information about entry", zstat} -#ifdef DISPATCH_REGRESS - , - DISPATCH_REGRESS -#endif -}; - -static int -dispatch(int argc, char *argv[]) { - unsigned int i; - for (i = 0; i < sizeof(dispatch_table) / sizeof(dispatch_table_t); i++) { - if (strcmp(dispatch_table[i].cmdline_name, argv[0]) == 0) { - argc--; - argv++; - /* 1 for the command, argument_count for the arguments */ - if (argc < dispatch_table[i].argument_count) { - fprintf(stderr, "not enough arguments for command '%s': %d available, %d needed\n", dispatch_table[i].cmdline_name, argc, dispatch_table[i].argument_count); - return -1; - } - if (dispatch_table[i].function(argv) == 0) - return 1 + dispatch_table[i].argument_count; - return -1; - } - } - - fprintf(stderr, "unknown command '%s'\n", argv[0]); - return -1; -} - - -static void -usage(const char *progname, const char *reason) { - unsigned int i; - FILE *out; - if (reason == NULL) - out = stdout; - else - out = stderr; - fprintf(out, "usage: %s [-ceghnrst]" USAGE_REGRESS " [-l len] [-o offset] archive command1 [args] [command2 [args] ...]\n", progname); - if (reason != NULL) { - fprintf(out, "%s\n", reason); - exit(1); - } - - fprintf(out, "\nSupported options are:\n" - "\t-c\t\tcheck consistency\n" - "\t-e\t\terror if archive already exists (only useful with -n)\n" -#ifdef FOR_REGRESS - "\t-F size\t\tfragment size for in memory archive\n" -#endif - "\t-g\t\tguess file name encoding (for stat)\n" -#ifdef FOR_REGRESS - "\t-H\t\twrite files with holes compactly\n" -#endif - "\t-h\t\tdisplay this usage\n" - "\t-l len\t\tonly use len bytes of file\n" -#ifdef FOR_REGRESS - "\t-m\t\tread archive into memory, and modify there; write out at end\n" -#endif - "\t-n\t\tcreate archive if it doesn't exist\n" - "\t-o offset\tstart reading file at offset\n" - "\t-r\t\tprint raw file name encoding without translation (for stat)\n" - "\t-s\t\tfollow file name convention strictly (for stat)\n" - "\t-t\t\tdisregard current archive contents, if any\n"); - fprintf(out, "\nSupported commands and arguments are:\n"); - for (i = 0; i < sizeof(dispatch_table) / sizeof(dispatch_table_t); i++) { - fprintf(out, "\t%s %s\n\t %s\n\n", dispatch_table[i].cmdline_name, dispatch_table[i].arg_names, dispatch_table[i].description); - } - fprintf(out, "\nSupported flags are:\n" - "\t0\t(no flags)\n" - "\t4\tZIP_FL_ENC_CP437\n" - "\t8\tZIP_FL_ENC_UTF_8\n" - "\tC\tZIP_FL_NOCASE\n" - "\tc\tZIP_FL_CENTRAL\n" - "\td\tZIP_FL_NODIR\n" - "\tl\tZIP_FL_LOCAL\n" - "\tr\tZIP_FL_ENC_RAW\n" - "\ts\tZIP_FL_ENC_STRICT\n" - "\tu\tZIP_FL_UNCHANGED\n"); - fprintf(out, "\nSupported archive flags are:\n" - "\tcreate-or-keep-empty-file-for-archive\n" - "\tis-torrentzip\n" - "\trdonly\n" - "\twant-torrentzip\n"); - fprintf(out, "\nSupported compression methods are:\n" - "\tdefault\n"); - if (zip_compression_method_supported(ZIP_CM_BZIP2, 1)) { - fprintf(out, "\tbzip2\n"); - } - fprintf(out, "\tdeflate\n" - "\tstore\n"); - if (zip_compression_method_supported(ZIP_CM_XZ, 1)) { - fprintf(out, "\txz\n"); - } - if (zip_compression_method_supported(ZIP_CM_ZSTD, 1)) { - fprintf(out, "\tzstd\n"); - } - fprintf(out, "\nSupported encryption methods are:\n" - "\tnone\n"); - if (zip_encryption_method_supported(ZIP_EM_AES_128, 1)) { - fprintf(out, "\tAES-128\n"); - } - if (zip_encryption_method_supported(ZIP_EM_AES_192, 1)) { - fprintf(out, "\tAES-192\n"); - } - if (zip_encryption_method_supported(ZIP_EM_AES_256, 1)) { - fprintf(out, "\tAES-256\n"); - } - fprintf(out, "\tPKWARE\n"); - fprintf(out, "\nThe index is zero-based.\n"); - exit(0); -} - -#ifndef FOR_REGRESS -#define ziptool_open read_from_file -int -ziptool_post_close(const char *archive) { - return 0; -} -#endif - -int -main(int argc, char *argv[]) { - const char *archive; - unsigned int i; - int c, arg, err, flags; - const char *prg; - zip_uint64_t len = 0, offset = 0; - zip_error_t error; - - flags = 0; - prg = argv[0]; - - while ((c = getopt(argc, argv, "ceghl:no:rst" OPTIONS_REGRESS)) != -1) { - switch (c) { - case 'c': - flags |= ZIP_CHECKCONS; - break; - case 'e': - flags |= ZIP_EXCL; - break; - case 'g': - stat_flags = ZIP_FL_ENC_GUESS; - break; - case 'h': - usage(prg, NULL); - break; - case 'l': - len = strtoull(optarg, NULL, 10); - break; - case 'n': - flags |= ZIP_CREATE; - break; - case 'o': - offset = strtoull(optarg, NULL, 10); - break; - case 'r': - stat_flags = ZIP_FL_ENC_RAW; - break; - case 's': - stat_flags = ZIP_FL_ENC_STRICT; - break; - case 't': - flags |= ZIP_TRUNCATE; - break; -#ifdef GETOPT_REGRESS - GETOPT_REGRESS -#endif - - default: { - char reason[128]; - snprintf(reason, sizeof(reason), "invalid option -%c", optopt); - usage(prg, reason); - } - } - } - - if (optind >= argc - 1) - usage(prg, "too few arguments"); - - arg = optind; - - archive = argv[arg++]; - - if (flags == 0) - flags = ZIP_CREATE; - - zip_error_init(&error); - za = ziptool_open(archive, flags, &error, offset, len); - if (za == NULL) { - fprintf(stderr, "can't open zip archive '%s': %s\n", archive, zip_error_strerror(&error)); - zip_error_fini(&error); - return 1; - } - zip_error_fini(&error); - -#ifdef REGRESS_PREPARE_ARGS - REGRESS_PREPARE_ARGS -#endif - - err = 0; - while (arg < argc) { - int ret; - ret = dispatch(argc - arg, argv + arg); - if (ret > 0) { - arg += ret; - } - else { - err = 1; - break; - } - } - -#ifdef PRECLOSE_REGRESS - PRECLOSE_REGRESS; -#endif - - if (zip_close(za) == -1) { - fprintf(stderr, "can't close zip archive '%s': %s\n", archive, zip_strerror(za)); - return 1; - } - if (ziptool_post_close(archive) < 0) { - err = 1; - } - - for (i = 0; i < z_in_count; i++) { - if (zip_close(z_in[i]) < 0) { - err = 1; - } - } - - return err; -} - -#define BIN2HEX(n) ((n) >= 10 ? (n) + 'a' - 10 : (n) + '0') -#define HEX2BIN(c) (((c) >= '0' && (c) <= '9') ? (c) - '0' : ((c) >= 'A' && (c) <= 'F') ? (c) - 'A' + 10 : (c) - 'a' + 10) - -#define FILENAME_BUFFER_LENGTH (2 * 64 * 1024) -static char filename_buffer[FILENAME_BUFFER_LENGTH + 1]; - -static const char* encode_filename(const char* name) { - char *t = filename_buffer; - - if (!hex_encoded_filenames) { - const char* s = name; - if (strlen(name) > FILENAME_BUFFER_LENGTH) { - fprintf(stderr, "internal buffer limit reached, increase buffer size\n"); - exit(1); - } - while (*s != '\0') { - if (s[0] == '\r' && s[1] == '\n') { - s++; - continue; - } - *(t++) = *(s++); - } - } - else { - const unsigned char *s = (const unsigned char *)name; - if (strlen(name) > FILENAME_BUFFER_LENGTH / 2) { - fprintf(stderr, "internal buffer limit reached, increase buffer size\n"); - exit(1); - } - while (*s != '\0') { - *(t++) = BIN2HEX(*s >> 4); - *(t++) = BIN2HEX(*s & 0xf); - s += 1; - } - } - *t = '\0'; - return filename_buffer; -} - -static const char* decode_filename(const char* name) { - if (!hex_encoded_filenames) { - return name; - } - - if (strlen(name) > FILENAME_BUFFER_LENGTH * 2) { - fprintf(stderr, "internal buffer limit reached, increase buffer size\n"); - exit(1); - } - // TODO: check that strlen(name) % 2 == 0 - // TODO: check with strspn that s is all hex digits - - unsigned char *t = (unsigned char*)filename_buffer; - const char *s = name; - while (*s != '\0') { - *(t++) = (HEX2BIN(s[0]) << 4) | HEX2BIN(s[1]); - s += 2; - } - *t = '\0'; - - return filename_buffer; -} diff --git a/proj-web/thirdparty/libzip-1.11.3/vcpkg.json b/proj-web/thirdparty/libzip-1.11.3/vcpkg.json deleted file mode 100644 index b3116e1..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/vcpkg.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "dependencies": [ - "bzip2", - "liblzma", - "zlib", - "zstd" - ] -} diff --git a/proj-web/thirdparty/libzip-1.11.3/zipconf.h.in b/proj-web/thirdparty/libzip-1.11.3/zipconf.h.in deleted file mode 100644 index 04dce71..0000000 --- a/proj-web/thirdparty/libzip-1.11.3/zipconf.h.in +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef _HAD_ZIPCONF_H -#define _HAD_ZIPCONF_H - -/* - zipconf.h -- platform specific include file - - This file was generated automatically by CMake - based on ../cmake-zipconf.h.in. - */ - -#define LIBZIP_VERSION "${libzip_VERSION}" -#define LIBZIP_VERSION_MAJOR ${libzip_VERSION_MAJOR} -#define LIBZIP_VERSION_MINOR ${libzip_VERSION_MINOR} -#define LIBZIP_VERSION_MICRO ${libzip_VERSION_PATCH} - -#cmakedefine ZIP_STATIC - -${LIBZIP_TYPES_INCLUDE} - -typedef ${ZIP_INT8_T} zip_int8_t; -typedef ${ZIP_UINT8_T} zip_uint8_t; -typedef ${ZIP_INT16_T} zip_int16_t; -typedef ${ZIP_UINT16_T} zip_uint16_t; -typedef ${ZIP_INT32_T} zip_int32_t; -typedef ${ZIP_UINT32_T} zip_uint32_t; -typedef ${ZIP_INT64_T} zip_int64_t; -typedef ${ZIP_UINT64_T} zip_uint64_t; - -#define ZIP_INT8_MIN (-ZIP_INT8_MAX-1) -#define ZIP_INT8_MAX 0x7f -#define ZIP_UINT8_MAX 0xff - -#define ZIP_INT16_MIN (-ZIP_INT16_MAX-1) -#define ZIP_INT16_MAX 0x7fff -#define ZIP_UINT16_MAX 0xffff - -#define ZIP_INT32_MIN (-ZIP_INT32_MAX-1L) -#define ZIP_INT32_MAX 0x7fffffffL -#define ZIP_UINT32_MAX 0xffffffffLU - -#define ZIP_INT64_MIN (-ZIP_INT64_MAX-1LL) -#define ZIP_INT64_MAX 0x7fffffffffffffffLL -#define ZIP_UINT64_MAX 0xffffffffffffffffULL - -#endif /* zipconf.h */ diff --git a/proj-web/thirdparty/zlib-1.3.1/CMakeLists.txt b/proj-web/thirdparty/zlib-1.3.1/CMakeLists.txt deleted file mode 100644 index 15ceebe..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/CMakeLists.txt +++ /dev/null @@ -1,218 +0,0 @@ -cmake_minimum_required(VERSION 2.4.4...3.15.0) -set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) - -project(zlib C) - -set(VERSION "1.3.1") - -option(ZLIB_BUILD_EXAMPLES "Enable Zlib Examples" ON) - -set(INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Installation directory for executables") -set(INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib" CACHE PATH "Installation directory for libraries") -set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation directory for headers") -set(INSTALL_MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Installation directory for manual pages") -set(INSTALL_PKGCONFIG_DIR "${CMAKE_INSTALL_PREFIX}/share/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.pc) files") - -include(CheckTypeSize) -include(CheckFunctionExists) -include(CheckIncludeFile) -include(CheckCSourceCompiles) -enable_testing() - -check_include_file(sys/types.h HAVE_SYS_TYPES_H) -check_include_file(stdint.h HAVE_STDINT_H) -check_include_file(stddef.h HAVE_STDDEF_H) - -# -# Check to see if we have large file support -# -set(CMAKE_REQUIRED_DEFINITIONS -D_LARGEFILE64_SOURCE=1) -# We add these other definitions here because CheckTypeSize.cmake -# in CMake 2.4.x does not automatically do so and we want -# compatibility with CMake 2.4.x. -if(HAVE_SYS_TYPES_H) - list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_SYS_TYPES_H) -endif() -if(HAVE_STDINT_H) - list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H) -endif() -if(HAVE_STDDEF_H) - list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDDEF_H) -endif() -check_type_size(off64_t OFF64_T) -if(HAVE_OFF64_T) - add_definitions(-D_LARGEFILE64_SOURCE=1) -endif() -set(CMAKE_REQUIRED_DEFINITIONS) # clear variable - -# -# Check for fseeko -# -check_function_exists(fseeko HAVE_FSEEKO) -if(NOT HAVE_FSEEKO) - add_definitions(-DNO_FSEEKO) -endif() - -# -# Check for unistd.h -# -check_include_file(unistd.h Z_HAVE_UNISTD_H) - -if(MSVC) - set(CMAKE_DEBUG_POSTFIX "d") - add_definitions(-D_CRT_SECURE_NO_DEPRECATE) - add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE) - include_directories(${CMAKE_CURRENT_SOURCE_DIR}) -endif() - -if(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_CURRENT_BINARY_DIR) - # If we're doing an out of source build and the user has a zconf.h - # in their source tree... - if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h) - message(STATUS "Renaming") - message(STATUS " ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h") - message(STATUS "to 'zconf.h.included' because this file is included with zlib") - message(STATUS "but CMake generates it automatically in the build directory.") - file(RENAME ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h.included) - endif() -endif() - -set(ZLIB_PC ${CMAKE_CURRENT_BINARY_DIR}/zlib.pc) -configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/zlib.pc.cmakein - ${ZLIB_PC} @ONLY) -configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/zconf.h.cmakein - ${CMAKE_CURRENT_BINARY_DIR}/zconf.h @ONLY) -include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}) - - -#============================================================================ -# zlib -#============================================================================ - -set(ZLIB_PUBLIC_HDRS - ${CMAKE_CURRENT_BINARY_DIR}/zconf.h - zlib.h -) -set(ZLIB_PRIVATE_HDRS - crc32.h - deflate.h - gzguts.h - inffast.h - inffixed.h - inflate.h - inftrees.h - trees.h - zutil.h -) -set(ZLIB_SRCS - adler32.c - compress.c - crc32.c - deflate.c - gzclose.c - gzlib.c - gzread.c - gzwrite.c - inflate.c - infback.c - inftrees.c - inffast.c - trees.c - uncompr.c - zutil.c -) - -if(NOT MINGW) - set(ZLIB_DLL_SRCS - win32/zlib1.rc # If present will override custom build rule below. - ) -endif() - -# parse the full version number from zlib.h and include in ZLIB_FULL_VERSION -file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zlib.h _zlib_h_contents) -string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*" - "\\1" ZLIB_FULL_VERSION ${_zlib_h_contents}) - -if(MINGW) - # This gets us DLL resource information when compiling on MinGW. - if(NOT CMAKE_RC_COMPILER) - set(CMAKE_RC_COMPILER windres.exe) - endif() - - add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/zlib1rc.obj - COMMAND ${CMAKE_RC_COMPILER} - -D GCC_WINDRES - -I ${CMAKE_CURRENT_SOURCE_DIR} - -I ${CMAKE_CURRENT_BINARY_DIR} - -o ${CMAKE_CURRENT_BINARY_DIR}/zlib1rc.obj - -i ${CMAKE_CURRENT_SOURCE_DIR}/win32/zlib1.rc) - set(ZLIB_DLL_SRCS ${CMAKE_CURRENT_BINARY_DIR}/zlib1rc.obj) -endif(MINGW) - -add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) -target_include_directories(zlib PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) -add_library(zlibstatic STATIC ${ZLIB_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) -target_include_directories(zlibstatic PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) -set_target_properties(zlib PROPERTIES DEFINE_SYMBOL ZLIB_DLL) -set_target_properties(zlib PROPERTIES SOVERSION 1) - -if(NOT CYGWIN) - # This property causes shared libraries on Linux to have the full version - # encoded into their final filename. We disable this on Cygwin because - # it causes cygz-${ZLIB_FULL_VERSION}.dll to be created when cygz.dll - # seems to be the default. - # - # This has no effect with MSVC, on that platform the version info for - # the DLL comes from the resource file win32/zlib1.rc - set_target_properties(zlib PROPERTIES VERSION ${ZLIB_FULL_VERSION}) -endif() - -if(UNIX) - # On unix-like platforms the library is almost always called libz - set_target_properties(zlib zlibstatic PROPERTIES OUTPUT_NAME z) - if(NOT APPLE AND NOT(CMAKE_SYSTEM_NAME STREQUAL AIX)) - set_target_properties(zlib PROPERTIES LINK_FLAGS "-Wl,--version-script,\"${CMAKE_CURRENT_SOURCE_DIR}/zlib.map\"") - endif() -elseif(BUILD_SHARED_LIBS AND WIN32) - # Creates zlib1.dll when building shared library version - set_target_properties(zlib PROPERTIES SUFFIX "1.dll") -endif() - -if(NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL ) - install(TARGETS zlib zlibstatic - RUNTIME DESTINATION "${INSTALL_BIN_DIR}" - ARCHIVE DESTINATION "${INSTALL_LIB_DIR}" - LIBRARY DESTINATION "${INSTALL_LIB_DIR}" ) -endif() -if(NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL ) - install(FILES ${ZLIB_PUBLIC_HDRS} DESTINATION "${INSTALL_INC_DIR}") -endif() -if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL ) - install(FILES zlib.3 DESTINATION "${INSTALL_MAN_DIR}/man3") -endif() -if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL ) - install(FILES ${ZLIB_PC} DESTINATION "${INSTALL_PKGCONFIG_DIR}") -endif() - -#============================================================================ -# Example binaries -#============================================================================ -if(ZLIB_BUILD_EXAMPLES) - add_executable(example test/example.c) - target_link_libraries(example zlib) - add_test(example example) - - add_executable(minigzip test/minigzip.c) - target_link_libraries(minigzip zlib) - - if(HAVE_OFF64_T) - add_executable(example64 test/example.c) - target_link_libraries(example64 zlib) - set_target_properties(example64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64") - add_test(example64 example64) - - add_executable(minigzip64 test/minigzip.c) - target_link_libraries(minigzip64 zlib) - set_target_properties(minigzip64 PROPERTIES COMPILE_FLAGS "-D_FILE_OFFSET_BITS=64") - endif() -endif() diff --git a/proj-web/thirdparty/zlib-1.3.1/ChangeLog b/proj-web/thirdparty/zlib-1.3.1/ChangeLog deleted file mode 100644 index b801a10..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/ChangeLog +++ /dev/null @@ -1,1618 +0,0 @@ - - ChangeLog file for zlib - -Changes in 1.3.1 (22 Jan 2024) -- Reject overflows of zip header fields in minizip -- Fix bug in inflateSync() for data held in bit buffer -- Add LIT_MEM define to use more memory for a small deflate speedup -- Fix decision on the emission of Zip64 end records in minizip -- Add bounds checking to ERR_MSG() macro, used by zError() -- Neutralize zip file traversal attacks in miniunz -- Fix a bug in ZLIB_DEBUG compiles in check_match() -- Various portability and appearance improvements - -Changes in 1.3 (18 Aug 2023) -- Remove K&R function definitions and zlib2ansi -- Fix bug in deflateBound() for level 0 and memLevel 9 -- Fix bug when gzungetc() is used immediately after gzopen() -- Fix bug when using gzflush() with a very small buffer -- Fix crash when gzsetparams() attempted for transparent write -- Fix test/example.c to work with FORCE_STORED -- Rewrite of zran in examples (see zran.c version history) -- Fix minizip to allow it to open an empty zip file -- Fix reading disk number start on zip64 files in minizip -- Fix logic error in minizip argument processing -- Add minizip testing to Makefile -- Read multiple bytes instead of byte-by-byte in minizip unzip.c -- Add memory sanitizer to configure (--memory) -- Various portability improvements -- Various documentation improvements -- Various spelling and typo corrections - -Changes in 1.2.13 (13 Oct 2022) -- Fix configure issue that discarded provided CC definition -- Correct incorrect inputs provided to the CRC functions -- Repair prototypes and exporting of new CRC functions -- Fix inflateBack to detect invalid input with distances too far -- Have infback() deliver all of the available output up to any error -- Fix a bug when getting a gzip header extra field with inflate() -- Fix bug in block type selection when Z_FIXED used -- Tighten deflateBound bounds -- Remove deleted assembler code references -- Various portability and appearance improvements - -Changes in 1.2.12 (27 Mar 2022) -- Cygwin does not have _wopen(), so do not create gzopen_w() there -- Permit a deflateParams() parameter change as soon as possible -- Limit hash table inserts after switch from stored deflate -- Fix bug when window full in deflate_stored() -- Fix CLEAR_HASH macro to be usable as a single statement -- Avoid a conversion error in gzseek when off_t type too small -- Have Makefile return non-zero error code on test failure -- Avoid some conversion warnings in gzread.c and gzwrite.c -- Update use of errno for newer Windows CE versions -- Small speedup to inflate [psumbera] -- Return an error if the gzputs string length can't fit in an int -- Add address checking in clang to -w option of configure -- Don't compute check value for raw inflate if asked to validate -- Handle case where inflateSync used when header never processed -- Avoid the use of ptrdiff_t -- Avoid an undefined behavior of memcpy() in gzappend() -- Avoid undefined behaviors of memcpy() in gz*printf() -- Avoid an undefined behavior of memcpy() in _tr_stored_block() -- Make the names in functions declarations identical to definitions -- Remove old assembler code in which bugs have manifested -- Fix deflateEnd() to not report an error at start of raw deflate -- Add legal disclaimer to README -- Emphasize the need to continue decompressing gzip members -- Correct the initialization requirements for deflateInit2() -- Fix a bug that can crash deflate on some input when using Z_FIXED -- Assure that the number of bits for deflatePrime() is valid -- Use a structure to make globals in enough.c evident -- Use a macro for the printf format of big_t in enough.c -- Clean up code style in enough.c, update version -- Use inline function instead of macro for index in enough.c -- Clarify that prefix codes are counted in enough.c -- Show all the codes for the maximum tables size in enough.c -- Add gznorm.c example, which normalizes gzip files -- Fix the zran.c example to work on a multiple-member gzip file -- Add tables for crc32_combine(), to speed it up by a factor of 200 -- Add crc32_combine_gen() and crc32_combine_op() for fast combines -- Speed up software CRC-32 computation by a factor of 1.5 to 3 -- Use atomic test and set, if available, for dynamic CRC tables -- Don't bother computing check value after successful inflateSync() -- Correct comment in crc32.c -- Add use of the ARMv8 crc32 instructions when requested -- Use ARM crc32 instructions if the ARM architecture has them -- Explicitly note that the 32-bit check values are 32 bits -- Avoid adding empty gzip member after gzflush with Z_FINISH -- Fix memory leak on error in gzlog.c -- Fix error in comment on the polynomial representation of a byte -- Clarify gz* function interfaces, referring to parameter names -- Change macro name in inflate.c to avoid collision in VxWorks -- Correct typo in blast.c -- Improve portability of contrib/minizip -- Fix indentation in minizip's zip.c -- Replace black/white with allow/block. (theresa-m) -- minizip warning fix if MAXU32 already defined. (gvollant) -- Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner) -- Clean up minizip to reduce warnings for testing -- Add fallthrough comments for gcc -- Eliminate use of ULL constants -- Separate out address sanitizing from warnings in configure -- Remove destructive aspects of make distclean -- Check for cc masquerading as gcc or clang in configure -- Fix crc32.c to compile local functions only if used - -Changes in 1.2.11 (15 Jan 2017) -- Fix deflate stored bug when pulling last block from window -- Permit immediate deflateParams changes before any deflate input - -Changes in 1.2.10 (2 Jan 2017) -- Avoid warnings on snprintf() return value -- Fix bug in deflate_stored() for zero-length input -- Fix bug in gzwrite.c that produced corrupt gzip files -- Remove files to be installed before copying them in Makefile.in -- Add warnings when compiling with assembler code - -Changes in 1.2.9 (31 Dec 2016) -- Fix contrib/minizip to permit unzipping with desktop API [Zouzou] -- Improve contrib/blast to return unused bytes -- Assure that gzoffset() is correct when appending -- Improve compress() and uncompress() to support large lengths -- Fix bug in test/example.c where error code not saved -- Remedy Coverity warning [Randers-Pehrson] -- Improve speed of gzprintf() in transparent mode -- Fix inflateInit2() bug when windowBits is 16 or 32 -- Change DEBUG macro to ZLIB_DEBUG -- Avoid uninitialized access by gzclose_w() -- Allow building zlib outside of the source directory -- Fix bug that accepted invalid zlib header when windowBits is zero -- Fix gzseek() problem on MinGW due to buggy _lseeki64 there -- Loop on write() calls in gzwrite.c in case of non-blocking I/O -- Add --warn (-w) option to ./configure for more compiler warnings -- Reject a window size of 256 bytes if not using the zlib wrapper -- Fix bug when level 0 used with Z_HUFFMAN or Z_RLE -- Add --debug (-d) option to ./configure to define ZLIB_DEBUG -- Fix bugs in creating a very large gzip header -- Add uncompress2() function, which returns the input size used -- Assure that deflateParams() will not switch functions mid-block -- Dramatically speed up deflation for level 0 (storing) -- Add gzfread(), duplicating the interface of fread() -- Add gzfwrite(), duplicating the interface of fwrite() -- Add deflateGetDictionary() function -- Use snprintf() for later versions of Microsoft C -- Fix *Init macros to use z_ prefix when requested -- Replace as400 with os400 for OS/400 support [Monnerat] -- Add crc32_z() and adler32_z() functions with size_t lengths -- Update Visual Studio project files [AraHaan] - -Changes in 1.2.8 (28 Apr 2013) -- Update contrib/minizip/iowin32.c for Windows RT [Vollant] -- Do not force Z_CONST for C++ -- Clean up contrib/vstudio [Roß] -- Correct spelling error in zlib.h -- Fix mixed line endings in contrib/vstudio - -Changes in 1.2.7.3 (13 Apr 2013) -- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc - -Changes in 1.2.7.2 (13 Apr 2013) -- Change check for a four-byte type back to hexadecimal -- Fix typo in win32/Makefile.msc -- Add casts in gzwrite.c for pointer differences - -Changes in 1.2.7.1 (24 Mar 2013) -- Replace use of unsafe string functions with snprintf if available -- Avoid including stddef.h on Windows for Z_SOLO compile [Niessink] -- Fix gzgetc undefine when Z_PREFIX set [Turk] -- Eliminate use of mktemp in Makefile (not always available) -- Fix bug in 'F' mode for gzopen() -- Add inflateGetDictionary() function -- Correct comment in deflate.h -- Use _snprintf for snprintf in Microsoft C -- On Darwin, only use /usr/bin/libtool if libtool is not Apple -- Delete "--version" file if created by "ar --version" [Richard G.] -- Fix configure check for veracity of compiler error return codes -- Fix CMake compilation of static lib for MSVC2010 x64 -- Remove unused variable in infback9.c -- Fix argument checks in gzlog_compress() and gzlog_write() -- Clean up the usage of z_const and respect const usage within zlib -- Clean up examples/gzlog.[ch] comparisons of different types -- Avoid shift equal to bits in type (caused endless loop) -- Fix uninitialized value bug in gzputc() introduced by const patches -- Fix memory allocation error in examples/zran.c [Nor] -- Fix bug where gzopen(), gzclose() would write an empty file -- Fix bug in gzclose() when gzwrite() runs out of memory -- Check for input buffer malloc failure in examples/gzappend.c -- Add note to contrib/blast to use binary mode in stdio -- Fix comparisons of differently signed integers in contrib/blast -- Check for invalid code length codes in contrib/puff -- Fix serious but very rare decompression bug in inftrees.c -- Update inflateBack() comments, since inflate() can be faster -- Use underscored I/O function names for WINAPI_FAMILY -- Add _tr_flush_bits to the external symbols prefixed by --zprefix -- Add contrib/vstudio/vc10 pre-build step for static only -- Quote --version-script argument in CMakeLists.txt -- Don't specify --version-script on Apple platforms in CMakeLists.txt -- Fix casting error in contrib/testzlib/testzlib.c -- Fix types in contrib/minizip to match result of get_crc_table() -- Simplify contrib/vstudio/vc10 with 'd' suffix -- Add TOP support to win32/Makefile.msc -- Support i686 and amd64 assembler builds in CMakeLists.txt -- Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h -- Add vc11 and vc12 build files to contrib/vstudio -- Add gzvprintf() as an undocumented function in zlib -- Fix configure for Sun shell -- Remove runtime check in configure for four-byte integer type -- Add casts and consts to ease user conversion to C++ -- Add man pages for minizip and miniunzip -- In Makefile uninstall, don't rm if preceding cd fails -- Do not return Z_BUF_ERROR if deflateParam() has nothing to write - -Changes in 1.2.7 (2 May 2012) -- Replace use of memmove() with a simple copy for portability -- Test for existence of strerror -- Restore gzgetc_ for backward compatibility with 1.2.6 -- Fix build with non-GNU make on Solaris -- Require gcc 4.0 or later on Mac OS X to use the hidden attribute -- Include unistd.h for Watcom C -- Use __WATCOMC__ instead of __WATCOM__ -- Do not use the visibility attribute if NO_VIZ defined -- Improve the detection of no hidden visibility attribute -- Avoid using __int64 for gcc or solo compilation -- Cast to char * in gzprintf to avoid warnings [Zinser] -- Fix make_vms.com for VAX [Zinser] -- Don't use library or built-in byte swaps -- Simplify test and use of gcc hidden attribute -- Fix bug in gzclose_w() when gzwrite() fails to allocate memory -- Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen() -- Fix bug in test/minigzip.c for configure --solo -- Fix contrib/vstudio project link errors [Mohanathas] -- Add ability to choose the builder in make_vms.com [Schweda] -- Add DESTDIR support to mingw32 win32/Makefile.gcc -- Fix comments in win32/Makefile.gcc for proper usage -- Allow overriding the default install locations for cmake -- Generate and install the pkg-config file with cmake -- Build both a static and a shared version of zlib with cmake -- Include version symbols for cmake builds -- If using cmake with MSVC, add the source directory to the includes -- Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta] -- Move obsolete emx makefile to old [Truta] -- Allow the use of -Wundef when compiling or using zlib -- Avoid the use of the -u option with mktemp -- Improve inflate() documentation on the use of Z_FINISH -- Recognize clang as gcc -- Add gzopen_w() in Windows for wide character path names -- Rename zconf.h in CMakeLists.txt to move it out of the way -- Add source directory in CMakeLists.txt for building examples -- Look in build directory for zlib.pc in CMakeLists.txt -- Remove gzflags from zlibvc.def in vc9 and vc10 -- Fix contrib/minizip compilation in the MinGW environment -- Update ./configure for Solaris, support --64 [Mooney] -- Remove -R. from Solaris shared build (possible security issue) -- Avoid race condition for parallel make (-j) running example -- Fix type mismatch between get_crc_table() and crc_table -- Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler] -- Fix the path to zlib.map in CMakeLists.txt -- Force the native libtool in Mac OS X to avoid GNU libtool [Beebe] -- Add instructions to win32/Makefile.gcc for shared install [Torri] - -Changes in 1.2.6.1 (12 Feb 2012) -- Avoid the use of the Objective-C reserved name "id" -- Include io.h in gzguts.h for Microsoft compilers -- Fix problem with ./configure --prefix and gzgetc macro -- Include gz_header definition when compiling zlib solo -- Put gzflags() functionality back in zutil.c -- Avoid library header include in crc32.c for Z_SOLO -- Use name in GCC_CLASSIC as C compiler for coverage testing, if set -- Minor cleanup in contrib/minizip/zip.c [Vollant] -- Update make_vms.com [Zinser] -- Remove unnecessary gzgetc_ function -- Use optimized byte swap operations for Microsoft and GNU [Snyder] -- Fix minor typo in zlib.h comments [Rzesniowiecki] - -Changes in 1.2.6 (29 Jan 2012) -- Update the Pascal interface in contrib/pascal -- Fix function numbers for gzgetc_ in zlibvc.def files -- Fix configure.ac for contrib/minizip [Schiffer] -- Fix large-entry detection in minizip on 64-bit systems [Schiffer] -- Have ./configure use the compiler return code for error indication -- Fix CMakeLists.txt for cross compilation [McClure] -- Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes] -- Fix compilation of contrib/minizip on FreeBSD [Marquez] -- Correct suggested usages in win32/Makefile.msc [Shachar, Horvath] -- Include io.h for Turbo C / Borland C on all platforms [Truta] -- Make version explicit in contrib/minizip/configure.ac [Bosmans] -- Avoid warning for no encryption in contrib/minizip/zip.c [Vollant] -- Minor cleanup up contrib/minizip/unzip.c [Vollant] -- Fix bug when compiling minizip with C++ [Vollant] -- Protect for long name and extra fields in contrib/minizip [Vollant] -- Avoid some warnings in contrib/minizip [Vollant] -- Add -I../.. -L../.. to CFLAGS for minizip and miniunzip -- Add missing libs to minizip linker command -- Add support for VPATH builds in contrib/minizip -- Add an --enable-demos option to contrib/minizip/configure -- Add the generation of configure.log by ./configure -- Exit when required parameters not provided to win32/Makefile.gcc -- Have gzputc return the character written instead of the argument -- Use the -m option on ldconfig for BSD systems [Tobias] -- Correct in zlib.map when deflateResetKeep was added - -Changes in 1.2.5.3 (15 Jan 2012) -- Restore gzgetc function for binary compatibility -- Do not use _lseeki64 under Borland C++ [Truta] -- Update win32/Makefile.msc to build test/*.c [Truta] -- Remove old/visualc6 given CMakefile and other alternatives -- Update AS400 build files and documentation [Monnerat] -- Update win32/Makefile.gcc to build test/*.c [Truta] -- Permit stronger flushes after Z_BLOCK flushes -- Avoid extraneous empty blocks when doing empty flushes -- Permit Z_NULL arguments to deflatePending -- Allow deflatePrime() to insert bits in the middle of a stream -- Remove second empty static block for Z_PARTIAL_FLUSH -- Write out all of the available bits when using Z_BLOCK -- Insert the first two strings in the hash table after a flush - -Changes in 1.2.5.2 (17 Dec 2011) -- fix ld error: unable to find version dependency 'ZLIB_1.2.5' -- use relative symlinks for shared libs -- Avoid searching past window for Z_RLE strategy -- Assure that high-water mark initialization is always applied in deflate -- Add assertions to fill_window() in deflate.c to match comments -- Update python link in README -- Correct spelling error in gzread.c -- Fix bug in gzgets() for a concatenated empty gzip stream -- Correct error in comment for gz_make() -- Change gzread() and related to ignore junk after gzip streams -- Allow gzread() and related to continue after gzclearerr() -- Allow gzrewind() and gzseek() after a premature end-of-file -- Simplify gzseek() now that raw after gzip is ignored -- Change gzgetc() to a macro for speed (~40% speedup in testing) -- Fix gzclose() to return the actual error last encountered -- Always add large file support for windows -- Include zconf.h for windows large file support -- Include zconf.h.cmakein for windows large file support -- Update zconf.h.cmakein on make distclean -- Merge vestigial vsnprintf determination from zutil.h to gzguts.h -- Clarify how gzopen() appends in zlib.h comments -- Correct documentation of gzdirect() since junk at end now ignored -- Add a transparent write mode to gzopen() when 'T' is in the mode -- Update python link in zlib man page -- Get inffixed.h and MAKEFIXED result to match -- Add a ./config --solo option to make zlib subset with no library use -- Add undocumented inflateResetKeep() function for CAB file decoding -- Add --cover option to ./configure for gcc coverage testing -- Add #define ZLIB_CONST option to use const in the z_stream interface -- Add comment to gzdopen() in zlib.h to use dup() when using fileno() -- Note behavior of uncompress() to provide as much data as it can -- Add files in contrib/minizip to aid in building libminizip -- Split off AR options in Makefile.in and configure -- Change ON macro to Z_ARG to avoid application conflicts -- Facilitate compilation with Borland C++ for pragmas and vsnprintf -- Include io.h for Turbo C / Borland C++ -- Move example.c and minigzip.c to test/ -- Simplify incomplete code table filling in inflate_table() -- Remove code from inflate.c and infback.c that is impossible to execute -- Test the inflate code with full coverage -- Allow deflateSetDictionary, inflateSetDictionary at any time (in raw) -- Add deflateResetKeep and fix inflateResetKeep to retain dictionary -- Fix gzwrite.c to accommodate reduced memory zlib compilation -- Have inflate() with Z_FINISH avoid the allocation of a window -- Do not set strm->adler when doing raw inflate -- Fix gzeof() to behave just like feof() when read is not past end of file -- Fix bug in gzread.c when end-of-file is reached -- Avoid use of Z_BUF_ERROR in gz* functions except for premature EOF -- Document gzread() capability to read concurrently written files -- Remove hard-coding of resource compiler in CMakeLists.txt [Blammo] - -Changes in 1.2.5.1 (10 Sep 2011) -- Update FAQ entry on shared builds (#13) -- Avoid symbolic argument to chmod in Makefile.in -- Fix bug and add consts in contrib/puff [Oberhumer] -- Update contrib/puff/zeros.raw test file to have all block types -- Add full coverage test for puff in contrib/puff/Makefile -- Fix static-only-build install in Makefile.in -- Fix bug in unzGetCurrentFileInfo() in contrib/minizip [Kuno] -- Add libz.a dependency to shared in Makefile.in for parallel builds -- Spell out "number" (instead of "nb") in zlib.h for total_in, total_out -- Replace $(...) with `...` in configure for non-bash sh [Bowler] -- Add darwin* to Darwin* and solaris* to SunOS\ 5* in configure [Groffen] -- Add solaris* to Linux* in configure to allow gcc use [Groffen] -- Add *bsd* to Linux* case in configure [Bar-Lev] -- Add inffast.obj to dependencies in win32/Makefile.msc -- Correct spelling error in deflate.h [Kohler] -- Change libzdll.a again to libz.dll.a (!) in win32/Makefile.gcc -- Add test to configure for GNU C looking for gcc in output of $cc -v -- Add zlib.pc generation to win32/Makefile.gcc [Weigelt] -- Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not -- Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense -- Make NO_DIVIDE option in adler32.c much faster (thanks to John Reiser) -- Make stronger test in zconf.h to include unistd.h for LFS -- Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack] -- Fix zlib.h LFS support when Z_PREFIX used -- Add updated as400 support (removed from old) [Monnerat] -- Avoid deflate sensitivity to volatile input data -- Avoid division in adler32_combine for NO_DIVIDE -- Clarify the use of Z_FINISH with deflateBound() amount of space -- Set binary for output file in puff.c -- Use u4 type for crc_table to avoid conversion warnings -- Apply casts in zlib.h to avoid conversion warnings -- Add OF to prototypes for adler32_combine_ and crc32_combine_ [Miller] -- Improve inflateSync() documentation to note indeterminacy -- Add deflatePending() function to return the amount of pending output -- Correct the spelling of "specification" in FAQ [Randers-Pehrson] -- Add a check in configure for stdarg.h, use for gzprintf() -- Check that pointers fit in ints when gzprint() compiled old style -- Add dummy name before $(SHAREDLIBV) in Makefile [Bar-Lev, Bowler] -- Delete line in configure that adds -L. libz.a to LDFLAGS [Weigelt] -- Add debug records in assembler code [Londer] -- Update RFC references to use http://tools.ietf.org/html/... [Li] -- Add --archs option, use of libtool to configure for Mac OS X [Borstel] - -Changes in 1.2.5 (19 Apr 2010) -- Disable visibility attribute in win32/Makefile.gcc [Bar-Lev] -- Default to libdir as sharedlibdir in configure [Nieder] -- Update copyright dates on modified source files -- Update trees.c to be able to generate modified trees.h -- Exit configure for MinGW, suggesting win32/Makefile.gcc -- Check for NULL path in gz_open [Homurlu] - -Changes in 1.2.4.5 (18 Apr 2010) -- Set sharedlibdir in configure [Torok] -- Set LDFLAGS in Makefile.in [Bar-Lev] -- Avoid mkdir objs race condition in Makefile.in [Bowler] -- Add ZLIB_INTERNAL in front of internal inter-module functions and arrays -- Define ZLIB_INTERNAL to hide internal functions and arrays for GNU C -- Don't use hidden attribute when it is a warning generator (e.g. Solaris) - -Changes in 1.2.4.4 (18 Apr 2010) -- Fix CROSS_PREFIX executable testing, CHOST extract, mingw* [Torok] -- Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty -- Try to use bash or ksh regardless of functionality of /bin/sh -- Fix configure incompatibility with NetBSD sh -- Remove attempt to run under bash or ksh since have better NetBSD fix -- Fix win32/Makefile.gcc for MinGW [Bar-Lev] -- Add diagnostic messages when using CROSS_PREFIX in configure -- Added --sharedlibdir option to configure [Weigelt] -- Use hidden visibility attribute when available [Frysinger] - -Changes in 1.2.4.3 (10 Apr 2010) -- Only use CROSS_PREFIX in configure for ar and ranlib if they exist -- Use CROSS_PREFIX for nm [Bar-Lev] -- Assume _LARGEFILE64_SOURCE defined is equivalent to true -- Avoid use of undefined symbols in #if with && and || -- Make *64 prototypes in gzguts.h consistent with functions -- Add -shared load option for MinGW in configure [Bowler] -- Move z_off64_t to public interface, use instead of off64_t -- Remove ! from shell test in configure (not portable to Solaris) -- Change +0 macro tests to -0 for possibly increased portability - -Changes in 1.2.4.2 (9 Apr 2010) -- Add consistent carriage returns to readme.txt's in masmx86 and masmx64 -- Really provide prototypes for *64 functions when building without LFS -- Only define unlink() in minigzip.c if unistd.h not included -- Update README to point to contrib/vstudio project files -- Move projects/vc6 to old/ and remove projects/ -- Include stdlib.h in minigzip.c for setmode() definition under WinCE -- Clean up assembler builds in win32/Makefile.msc [Rowe] -- Include sys/types.h for Microsoft for off_t definition -- Fix memory leak on error in gz_open() -- Symbolize nm as $NM in configure [Weigelt] -- Use TEST_LDSHARED instead of LDSHARED to link test programs [Weigelt] -- Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined -- Fix bug in gzeof() to take into account unused input data -- Avoid initialization of structures with variables in puff.c -- Updated win32/README-WIN32.txt [Rowe] - -Changes in 1.2.4.1 (28 Mar 2010) -- Remove the use of [a-z] constructs for sed in configure [gentoo 310225] -- Remove $(SHAREDLIB) from LIBS in Makefile.in [Creech] -- Restore "for debugging" comment on sprintf() in gzlib.c -- Remove fdopen for MVS from gzguts.h -- Put new README-WIN32.txt in win32 [Rowe] -- Add check for shell to configure and invoke another shell if needed -- Fix big fat stinking bug in gzseek() on uncompressed files -- Remove vestigial F_OPEN64 define in zutil.h -- Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE -- Avoid errors on non-LFS systems when applications define LFS macros -- Set EXE to ".exe" in configure for MINGW [Kahle] -- Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill] -- Add prefix for cross-compilation in win32/makefile.gcc [Bar-Lev] -- Add DLL install in win32/makefile.gcc [Bar-Lev] -- Allow Linux* or linux* from uname in configure [Bar-Lev] -- Allow ldconfig to be redefined in configure and Makefile.in [Bar-Lev] -- Add cross-compilation prefixes to configure [Bar-Lev] -- Match type exactly in gz_load() invocation in gzread.c -- Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func -- Provide prototypes for *64 functions when building zlib without LFS -- Don't use -lc when linking shared library on MinGW -- Remove errno.h check in configure and vestigial errno code in zutil.h - -Changes in 1.2.4 (14 Mar 2010) -- Fix VER3 extraction in configure for no fourth subversion -- Update zlib.3, add docs to Makefile.in to make .pdf out of it -- Add zlib.3.pdf to distribution -- Don't set error code in gzerror() if passed pointer is NULL -- Apply destination directory fixes to CMakeLists.txt [Lowman] -- Move #cmakedefine's to a new zconf.in.cmakein -- Restore zconf.h for builds that don't use configure or cmake -- Add distclean to dummy Makefile for convenience -- Update and improve INDEX, README, and FAQ -- Update CMakeLists.txt for the return of zconf.h [Lowman] -- Update contrib/vstudio/vc9 and vc10 [Vollant] -- Change libz.dll.a back to libzdll.a in win32/Makefile.gcc -- Apply license and readme changes to contrib/asm686 [Raiter] -- Check file name lengths and add -c option in minigzip.c [Li] -- Update contrib/amd64 and contrib/masmx86/ [Vollant] -- Avoid use of "eof" parameter in trees.c to not shadow library variable -- Update make_vms.com for removal of zlibdefs.h [Zinser] -- Update assembler code and vstudio projects in contrib [Vollant] -- Remove outdated assembler code contrib/masm686 and contrib/asm586 -- Remove old vc7 and vc8 from contrib/vstudio -- Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe] -- Fix memory leaks in gzclose_r() and gzclose_w(), file leak in gz_open() -- Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] -- Remove *64 functions from win32/zlib.def (they're not 64-bit yet) -- Fix bug in void-returning vsprintf() case in gzwrite.c -- Fix name change from inflate.h in contrib/inflate86/inffas86.c -- Check if temporary file exists before removing in make_vms.com [Zinser] -- Fix make install and uninstall for --static option -- Fix usage of _MSC_VER in gzguts.h and zutil.h [Truta] -- Update readme.txt in contrib/masmx64 and masmx86 to assemble - -Changes in 1.2.3.9 (21 Feb 2010) -- Expunge gzio.c -- Move as400 build information to old -- Fix updates in contrib/minizip and contrib/vstudio -- Add const to vsnprintf test in configure to avoid warnings [Weigelt] -- Delete zconf.h (made by configure) [Weigelt] -- Change zconf.in.h to zconf.h.in per convention [Weigelt] -- Check for NULL buf in gzgets() -- Return empty string for gzgets() with len == 1 (like fgets()) -- Fix description of gzgets() in zlib.h for end-of-file, NULL return -- Update minizip to 1.1 [Vollant] -- Avoid MSVC loss of data warnings in gzread.c, gzwrite.c -- Note in zlib.h that gzerror() should be used to distinguish from EOF -- Remove use of snprintf() from gzlib.c -- Fix bug in gzseek() -- Update contrib/vstudio, adding vc9 and vc10 [Kuno, Vollant] -- Fix zconf.h generation in CMakeLists.txt [Lowman] -- Improve comments in zconf.h where modified by configure - -Changes in 1.2.3.8 (13 Feb 2010) -- Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer] -- Use z_off64_t in gz_zero() and gz_skip() to match state->skip -- Avoid comparison problem when sizeof(int) == sizeof(z_off64_t) -- Revert to Makefile.in from 1.2.3.6 (live with the clutter) -- Fix missing error return in gzflush(), add zlib.h note -- Add *64 functions to zlib.map [Levin] -- Fix signed/unsigned comparison in gz_comp() -- Use SFLAGS when testing shared linking in configure -- Add --64 option to ./configure to use -m64 with gcc -- Fix ./configure --help to correctly name options -- Have make fail if a test fails [Levin] -- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson] -- Remove assembler object files from contrib - -Changes in 1.2.3.7 (24 Jan 2010) -- Always gzopen() with O_LARGEFILE if available -- Fix gzdirect() to work immediately after gzopen() or gzdopen() -- Make gzdirect() more precise when the state changes while reading -- Improve zlib.h documentation in many places -- Catch memory allocation failure in gz_open() -- Complete close operation if seek forward in gzclose_w() fails -- Return Z_ERRNO from gzclose_r() if close() fails -- Return Z_STREAM_ERROR instead of EOF for gzclose() being passed NULL -- Return zero for gzwrite() errors to match zlib.h description -- Return -1 on gzputs() error to match zlib.h description -- Add zconf.in.h to allow recovery from configure modification [Weigelt] -- Fix static library permissions in Makefile.in [Weigelt] -- Avoid warnings in configure tests that hide functionality [Weigelt] -- Add *BSD and DragonFly to Linux case in configure [gentoo 123571] -- Change libzdll.a to libz.dll.a in win32/Makefile.gcc [gentoo 288212] -- Avoid access of uninitialized data for first inflateReset2 call [Gomes] -- Keep object files in subdirectories to reduce the clutter somewhat -- Remove default Makefile and zlibdefs.h, add dummy Makefile -- Add new external functions to Z_PREFIX, remove duplicates, z_z_ -> z_ -- Remove zlibdefs.h completely -- modify zconf.h instead - -Changes in 1.2.3.6 (17 Jan 2010) -- Avoid void * arithmetic in gzread.c and gzwrite.c -- Make compilers happier with const char * for gz_error message -- Avoid unused parameter warning in inflate.c -- Avoid signed-unsigned comparison warning in inflate.c -- Indent #pragma's for traditional C -- Fix usage of strwinerror() in glib.c, change to gz_strwinerror() -- Correct email address in configure for system options -- Update make_vms.com and add make_vms.com to contrib/minizip [Zinser] -- Update zlib.map [Brown] -- Fix Makefile.in for Solaris 10 make of example64 and minizip64 [Torok] -- Apply various fixes to CMakeLists.txt [Lowman] -- Add checks on len in gzread() and gzwrite() -- Add error message for no more room for gzungetc() -- Remove zlib version check in gzwrite() -- Defer compression of gzprintf() result until need to -- Use snprintf() in gzdopen() if available -- Remove USE_MMAP configuration determination (only used by minigzip) -- Remove examples/pigz.c (available separately) -- Update examples/gun.c to 1.6 - -Changes in 1.2.3.5 (8 Jan 2010) -- Add space after #if in zutil.h for some compilers -- Fix relatively harmless bug in deflate_fast() [Exarevsky] -- Fix same problem in deflate_slow() -- Add $(SHAREDLIBV) to LIBS in Makefile.in [Brown] -- Add deflate_rle() for faster Z_RLE strategy run-length encoding -- Add deflate_huff() for faster Z_HUFFMAN_ONLY encoding -- Change name of "write" variable in inffast.c to avoid library collisions -- Fix premature EOF from gzread() in gzio.c [Brown] -- Use zlib header window size if windowBits is 0 in inflateInit2() -- Remove compressBound() call in deflate.c to avoid linking compress.o -- Replace use of errno in gz* with functions, support WinCE [Alves] -- Provide alternative to perror() in minigzip.c for WinCE [Alves] -- Don't use _vsnprintf on later versions of MSVC [Lowman] -- Add CMake build script and input file [Lowman] -- Update contrib/minizip to 1.1 [Svensson, Vollant] -- Moved nintendods directory from contrib to root -- Replace gzio.c with a new set of routines with the same functionality -- Add gzbuffer(), gzoffset(), gzclose_r(), gzclose_w() as part of above -- Update contrib/minizip to 1.1b -- Change gzeof() to return 0 on error instead of -1 to agree with zlib.h - -Changes in 1.2.3.4 (21 Dec 2009) -- Use old school .SUFFIXES in Makefile.in for FreeBSD compatibility -- Update comments in configure and Makefile.in for default --shared -- Fix test -z's in configure [Marquess] -- Build examplesh and minigzipsh when not testing -- Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h -- Import LDFLAGS from the environment in configure -- Fix configure to populate SFLAGS with discovered CFLAGS options -- Adapt make_vms.com to the new Makefile.in [Zinser] -- Add zlib2ansi script for C++ compilation [Marquess] -- Add _FILE_OFFSET_BITS=64 test to make test (when applicable) -- Add AMD64 assembler code for longest match to contrib [Teterin] -- Include options from $SFLAGS when doing $LDSHARED -- Simplify 64-bit file support by introducing z_off64_t type -- Make shared object files in objs directory to work around old Sun cc -- Use only three-part version number for Darwin shared compiles -- Add rc option to ar in Makefile.in for when ./configure not run -- Add -WI,-rpath,. to LDFLAGS for OSF 1 V4* -- Set LD_LIBRARYN32_PATH for SGI IRIX shared compile -- Protect against _FILE_OFFSET_BITS being defined when compiling zlib -- Rename Makefile.in targets allstatic to static and allshared to shared -- Fix static and shared Makefile.in targets to be independent -- Correct error return bug in gz_open() by setting state [Brown] -- Put spaces before ;;'s in configure for better sh compatibility -- Add pigz.c (parallel implementation of gzip) to examples/ -- Correct constant in crc32.c to UL [Leventhal] -- Reject negative lengths in crc32_combine() -- Add inflateReset2() function to work like inflateEnd()/inflateInit2() -- Include sys/types.h for _LARGEFILE64_SOURCE [Brown] -- Correct typo in doc/algorithm.txt [Janik] -- Fix bug in adler32_combine() [Zhu] -- Catch missing-end-of-block-code error in all inflates and in puff - Assures that random input to inflate eventually results in an error -- Added enough.c (calculation of ENOUGH for inftrees.h) to examples/ -- Update ENOUGH and its usage to reflect discovered bounds -- Fix gzerror() error report on empty input file [Brown] -- Add ush casts in trees.c to avoid pedantic runtime errors -- Fix typo in zlib.h uncompress() description [Reiss] -- Correct inflate() comments with regard to automatic header detection -- Remove deprecation comment on Z_PARTIAL_FLUSH (it stays) -- Put new version of gzlog (2.0) in examples with interruption recovery -- Add puff compile option to permit invalid distance-too-far streams -- Add puff TEST command options, ability to read piped input -- Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but - _LARGEFILE64_SOURCE not defined -- Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart -- Fix deflateSetDictionary() to use all 32K for output consistency -- Remove extraneous #define MIN_LOOKAHEAD in deflate.c (in deflate.h) -- Clear bytes after deflate lookahead to avoid use of uninitialized data -- Change a limit in inftrees.c to be more transparent to Coverity Prevent -- Update win32/zlib.def with exported symbols from zlib.h -- Correct spelling errors in zlib.h [Willem, Sobrado] -- Allow Z_BLOCK for deflate() to force a new block -- Allow negative bits in inflatePrime() to delete existing bit buffer -- Add Z_TREES flush option to inflate() to return at end of trees -- Add inflateMark() to return current state information for random access -- Add Makefile for NintendoDS to contrib [Costa] -- Add -w in configure compile tests to avoid spurious warnings [Beucler] -- Fix typos in zlib.h comments for deflateSetDictionary() -- Fix EOF detection in transparent gzread() [Maier] - -Changes in 1.2.3.3 (2 October 2006) -- Make --shared the default for configure, add a --static option -- Add compile option to permit invalid distance-too-far streams -- Add inflateUndermine() function which is required to enable above -- Remove use of "this" variable name for C++ compatibility [Marquess] -- Add testing of shared library in make test, if shared library built -- Use ftello() and fseeko() if available instead of ftell() and fseek() -- Provide two versions of all functions that use the z_off_t type for - binary compatibility -- a normal version and a 64-bit offset version, - per the Large File Support Extension when _LARGEFILE64_SOURCE is - defined; use the 64-bit versions by default when _FILE_OFFSET_BITS - is defined to be 64 -- Add a --uname= option to configure to perhaps help with cross-compiling - -Changes in 1.2.3.2 (3 September 2006) -- Turn off silly Borland warnings [Hay] -- Use off64_t and define _LARGEFILE64_SOURCE when present -- Fix missing dependency on inffixed.h in Makefile.in -- Rig configure --shared to build both shared and static [Teredesai, Truta] -- Remove zconf.in.h and instead create a new zlibdefs.h file -- Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant] -- Add treebuild.xml (see http://treebuild.metux.de/) [Weigelt] - -Changes in 1.2.3.1 (16 August 2006) -- Add watcom directory with OpenWatcom make files [Daniel] -- Remove #undef of FAR in zconf.in.h for MVS [Fedtke] -- Update make_vms.com [Zinser] -- Use -fPIC for shared build in configure [Teredesai, Nicholson] -- Use only major version number for libz.so on IRIX and OSF1 [Reinholdtsen] -- Use fdopen() (not _fdopen()) for Interix in zutil.h [Bäck] -- Add some FAQ entries about the contrib directory -- Update the MVS question in the FAQ -- Avoid extraneous reads after EOF in gzio.c [Brown] -- Correct spelling of "successfully" in gzio.c [Randers-Pehrson] -- Add comments to zlib.h about gzerror() usage [Brown] -- Set extra flags in gzip header in gzopen() like deflate() does -- Make configure options more compatible with double-dash conventions - [Weigelt] -- Clean up compilation under Solaris SunStudio cc [Rowe, Reinholdtsen] -- Fix uninstall target in Makefile.in [Truta] -- Add pkgconfig support [Weigelt] -- Use $(DESTDIR) macro in Makefile.in [Reinholdtsen, Weigelt] -- Replace set_data_type() with a more accurate detect_data_type() in - trees.c, according to the txtvsbin.txt document [Truta] -- Swap the order of #include and #include "zlib.h" in - gzio.c, example.c and minigzip.c [Truta] -- Shut up annoying VS2005 warnings about standard C deprecation [Rowe, - Truta] (where?) -- Fix target "clean" from win32/Makefile.bor [Truta] -- Create .pdb and .manifest files in win32/makefile.msc [Ziegler, Rowe] -- Update zlib www home address in win32/DLL_FAQ.txt [Truta] -- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove] -- Enable browse info in the "Debug" and "ASM Debug" configurations in - the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta] -- Add pkgconfig support [Weigelt] -- Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h, - for use in win32/zlib1.rc [Polushin, Rowe, Truta] -- Add a document that explains the new text detection scheme to - doc/txtvsbin.txt [Truta] -- Add rfc1950.txt, rfc1951.txt and rfc1952.txt to doc/ [Truta] -- Move algorithm.txt into doc/ [Truta] -- Synchronize FAQ with website -- Fix compressBound(), was low for some pathological cases [Fearnley] -- Take into account wrapper variations in deflateBound() -- Set examples/zpipe.c input and output to binary mode for Windows -- Update examples/zlib_how.html with new zpipe.c (also web site) -- Fix some warnings in examples/gzlog.c and examples/zran.c (it seems - that gcc became pickier in 4.0) -- Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain - un-versioned, the patch adds versioning only for symbols introduced in - zlib-1.2.0 or later. It also declares as local those symbols which are - not designed to be exported." [Levin] -- Update Z_PREFIX list in zconf.in.h, add --zprefix option to configure -- Do not initialize global static by default in trees.c, add a response - NO_INIT_GLOBAL_POINTERS to initialize them if needed [Marquess] -- Don't use strerror() in gzio.c under WinCE [Yakimov] -- Don't use errno.h in zutil.h under WinCE [Yakimov] -- Move arguments for AR to its usage to allow replacing ar [Marot] -- Add HAVE_VISIBILITY_PRAGMA in zconf.in.h for Mozilla [Randers-Pehrson] -- Improve inflateInit() and inflateInit2() documentation -- Fix structure size comment in inflate.h -- Change configure help option from --h* to --help [Santos] - -Changes in 1.2.3 (18 July 2005) -- Apply security vulnerability fixes to contrib/infback9 as well -- Clean up some text files (carriage returns, trailing space) -- Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant] - -Changes in 1.2.2.4 (11 July 2005) -- Add inflatePrime() function for starting inflation at bit boundary -- Avoid some Visual C warnings in deflate.c -- Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit - compile -- Fix some spelling errors in comments [Betts] -- Correct inflateInit2() error return documentation in zlib.h -- Add zran.c example of compressed data random access to examples - directory, shows use of inflatePrime() -- Fix cast for assignments to strm->state in inflate.c and infback.c -- Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer] -- Move declarations of gf2 functions to right place in crc32.c [Oberhumer] -- Add cast in trees.c t avoid a warning [Oberhumer] -- Avoid some warnings in fitblk.c, gun.c, gzjoin.c in examples [Oberhumer] -- Update make_vms.com [Zinser] -- Initialize state->write in inflateReset() since copied in inflate_fast() -- Be more strict on incomplete code sets in inflate_table() and increase - ENOUGH and MAXD -- this repairs a possible security vulnerability for - invalid inflate input. Thanks to Tavis Ormandy and Markus Oberhumer for - discovering the vulnerability and providing test cases -- Add ia64 support to configure for HP-UX [Smith] -- Add error return to gzread() for format or i/o error [Levin] -- Use malloc.h for OS/2 [Necasek] - -Changes in 1.2.2.3 (27 May 2005) -- Replace 1U constants in inflate.c and inftrees.c for 64-bit compile -- Typecast fread() return values in gzio.c [Vollant] -- Remove trailing space in minigzip.c outmode (VC++ can't deal with it) -- Fix crc check bug in gzread() after gzungetc() [Heiner] -- Add the deflateTune() function to adjust internal compression parameters -- Add a fast gzip decompressor, gun.c, to examples (use of inflateBack) -- Remove an incorrect assertion in examples/zpipe.c -- Add C++ wrapper in infback9.h [Donais] -- Fix bug in inflateCopy() when decoding fixed codes -- Note in zlib.h how much deflateSetDictionary() actually uses -- Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used) -- Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer] -- Don't include stderr.h or errno.h for _WIN32_WCE in zutil.h [Spencer] -- Add gzdirect() function to indicate transparent reads -- Update contrib/minizip [Vollant] -- Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer] -- Add casts in crc32.c to avoid warnings [Oberhumer] -- Add contrib/masmx64 [Vollant] -- Update contrib/asm586, asm686, masmx86, testzlib, vstudio [Vollant] - -Changes in 1.2.2.2 (30 December 2004) -- Replace structure assignments in deflate.c and inflate.c with zmemcpy to - avoid implicit memcpy calls (portability for no-library compilation) -- Increase sprintf() buffer size in gzdopen() to allow for large numbers -- Add INFLATE_STRICT to check distances against zlib header -- Improve WinCE errno handling and comments [Chang] -- Remove comment about no gzip header processing in FAQ -- Add Z_FIXED strategy option to deflateInit2() to force fixed trees -- Add updated make_vms.com [Coghlan], update README -- Create a new "examples" directory, move gzappend.c there, add zpipe.c, - fitblk.c, gzlog.[ch], gzjoin.c, and zlib_how.html -- Add FAQ entry and comments in deflate.c on uninitialized memory access -- Add Solaris 9 make options in configure [Gilbert] -- Allow strerror() usage in gzio.c for STDC -- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer] -- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant] -- Use z_off_t for adler32_combine() and crc32_combine() lengths -- Make adler32() much faster for small len -- Use OS_CODE in deflate() default gzip header - -Changes in 1.2.2.1 (31 October 2004) -- Allow inflateSetDictionary() call for raw inflate -- Fix inflate header crc check bug for file names and comments -- Add deflateSetHeader() and gz_header structure for custom gzip headers -- Add inflateGetheader() to retrieve gzip headers -- Add crc32_combine() and adler32_combine() functions -- Add alloc_func, free_func, in_func, out_func to Z_PREFIX list -- Use zstreamp consistently in zlib.h (inflate_back functions) -- Remove GUNZIP condition from definition of inflate_mode in inflate.h - and in contrib/inflate86/inffast.S [Truta, Anderson] -- Add support for AMD64 in contrib/inflate86/inffas86.c [Anderson] -- Update projects/README.projects and projects/visualc6 [Truta] -- Update win32/DLL_FAQ.txt [Truta] -- Avoid warning under NO_GZCOMPRESS in gzio.c; fix typo [Truta] -- Deprecate Z_ASCII; use Z_TEXT instead [Truta] -- Use a new algorithm for setting strm->data_type in trees.c [Truta] -- Do not define an exit() prototype in zutil.c unless DEBUG defined -- Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta] -- Add comment in zlib.h for Z_NO_FLUSH parameter to deflate() -- Fix Darwin build version identification [Peterson] - -Changes in 1.2.2 (3 October 2004) -- Update zlib.h comments on gzip in-memory processing -- Set adler to 1 in inflateReset() to support Java test suite [Walles] -- Add contrib/dotzlib [Ravn] -- Update win32/DLL_FAQ.txt [Truta] -- Update contrib/minizip [Vollant] -- Move contrib/visual-basic.txt to old/ [Truta] -- Fix assembler builds in projects/visualc6/ [Truta] - -Changes in 1.2.1.2 (9 September 2004) -- Update INDEX file -- Fix trees.c to update strm->data_type (no one ever noticed!) -- Fix bug in error case in inflate.c, infback.c, and infback9.c [Brown] -- Add "volatile" to crc table flag declaration (for DYNAMIC_CRC_TABLE) -- Add limited multitasking protection to DYNAMIC_CRC_TABLE -- Add NO_vsnprintf for VMS in zutil.h [Mozilla] -- Don't declare strerror() under VMS [Mozilla] -- Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize -- Update contrib/ada [Anisimkov] -- Update contrib/minizip [Vollant] -- Fix configure to not hardcode directories for Darwin [Peterson] -- Fix gzio.c to not return error on empty files [Brown] -- Fix indentation; update version in contrib/delphi/ZLib.pas and - contrib/pascal/zlibpas.pas [Truta] -- Update mkasm.bat in contrib/masmx86 [Truta] -- Update contrib/untgz [Truta] -- Add projects/README.projects [Truta] -- Add project for MS Visual C++ 6.0 in projects/visualc6 [Cadieux, Truta] -- Update win32/DLL_FAQ.txt [Truta] -- Update list of Z_PREFIX symbols in zconf.h [Randers-Pehrson, Truta] -- Remove an unnecessary assignment to curr in inftrees.c [Truta] -- Add OS/2 to exe builds in configure [Poltorak] -- Remove err dummy parameter in zlib.h [Kientzle] - -Changes in 1.2.1.1 (9 January 2004) -- Update email address in README -- Several FAQ updates -- Fix a big fat bug in inftrees.c that prevented decoding valid - dynamic blocks with only literals and no distance codes -- - Thanks to "Hot Emu" for the bug report and sample file -- Add a note to puff.c on no distance codes case - -Changes in 1.2.1 (17 November 2003) -- Remove a tab in contrib/gzappend/gzappend.c -- Update some interfaces in contrib for new zlib functions -- Update zlib version number in some contrib entries -- Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta] -- Support shared libraries on Hurd and KFreeBSD [Brown] -- Fix error in NO_DIVIDE option of adler32.c - -Changes in 1.2.0.8 (4 November 2003) -- Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas -- Add experimental NO_DIVIDE #define in adler32.c - - Possibly faster on some processors (let me know if it is) -- Correct Z_BLOCK to not return on first inflate call if no wrap -- Fix strm->data_type on inflate() return to correctly indicate EOB -- Add deflatePrime() function for appending in the middle of a byte -- Add contrib/gzappend for an example of appending to a stream -- Update win32/DLL_FAQ.txt [Truta] -- Delete Turbo C comment in README [Truta] -- Improve some indentation in zconf.h [Truta] -- Fix infinite loop on bad input in configure script [Church] -- Fix gzeof() for concatenated gzip files [Johnson] -- Add example to contrib/visual-basic.txt [Michael B.] -- Add -p to mkdir's in Makefile.in [vda] -- Fix configure to properly detect presence or lack of printf functions -- Add AS400 support [Monnerat] -- Add a little Cygwin support [Wilson] - -Changes in 1.2.0.7 (21 September 2003) -- Correct some debug formats in contrib/infback9 -- Cast a type in a debug statement in trees.c -- Change search and replace delimiter in configure from % to # [Beebe] -- Update contrib/untgz to 0.2 with various fixes [Truta] -- Add build support for Amiga [Nikl] -- Remove some directories in old that have been updated to 1.2 -- Add dylib building for Mac OS X in configure and Makefile.in -- Remove old distribution stuff from Makefile -- Update README to point to DLL_FAQ.txt, and add comment on Mac OS X -- Update links in README - -Changes in 1.2.0.6 (13 September 2003) -- Minor FAQ updates -- Update contrib/minizip to 1.00 [Vollant] -- Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta] -- Update POSTINC comment for 68060 [Nikl] -- Add contrib/infback9 with deflate64 decoding (unsupported) -- For MVS define NO_vsnprintf and undefine FAR [van Burik] -- Add pragma for fdopen on MVS [van Burik] - -Changes in 1.2.0.5 (8 September 2003) -- Add OF to inflateBackEnd() declaration in zlib.h -- Remember start when using gzdopen in the middle of a file -- Use internal off_t counters in gz* functions to properly handle seeks -- Perform more rigorous check for distance-too-far in inffast.c -- Add Z_BLOCK flush option to return from inflate at block boundary -- Set strm->data_type on return from inflate - - Indicate bits unused, if at block boundary, and if in last block -- Replace size_t with ptrdiff_t in crc32.c, and check for correct size -- Add condition so old NO_DEFLATE define still works for compatibility -- FAQ update regarding the Windows DLL [Truta] -- INDEX update: add qnx entry, remove aix entry [Truta] -- Install zlib.3 into mandir [Wilson] -- Move contrib/zlib_dll_FAQ.txt to win32/DLL_FAQ.txt; update [Truta] -- Adapt the zlib interface to the new DLL convention guidelines [Truta] -- Introduce ZLIB_WINAPI macro to allow the export of functions using - the WINAPI calling convention, for Visual Basic [Vollant, Truta] -- Update msdos and win32 scripts and makefiles [Truta] -- Export symbols by name, not by ordinal, in win32/zlib.def [Truta] -- Add contrib/ada [Anisimkov] -- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta] -- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant] -- Add contrib/masm686 [Truta] -- Fix offsets in contrib/inflate86 and contrib/masmx86/inffas32.asm - [Truta, Vollant] -- Update contrib/delphi; rename to contrib/pascal; add example [Truta] -- Remove contrib/delphi2; add a new contrib/delphi [Truta] -- Avoid inclusion of the nonstandard in contrib/iostream, - and fix some method prototypes [Truta] -- Fix the ZCR_SEED2 constant to avoid warnings in contrib/minizip - [Truta] -- Avoid the use of backslash (\) in contrib/minizip [Vollant] -- Fix file time handling in contrib/untgz; update makefiles [Truta] -- Update contrib/vstudio/vc70_32 to comply with the new DLL guidelines - [Vollant] -- Remove contrib/vstudio/vc15_16 [Vollant] -- Rename contrib/vstudio/vc70_32 to contrib/vstudio/vc7 [Truta] -- Update README.contrib [Truta] -- Invert the assignment order of match_head and s->prev[...] in - INSERT_STRING [Truta] -- Compare TOO_FAR with 32767 instead of 32768, to avoid 16-bit warnings - [Truta] -- Compare function pointers with 0, not with NULL or Z_NULL [Truta] -- Fix prototype of syncsearch in inflate.c [Truta] -- Introduce ASMINF macro to be enabled when using an ASM implementation - of inflate_fast [Truta] -- Change NO_DEFLATE to NO_GZCOMPRESS [Truta] -- Modify test_gzio in example.c to take a single file name as a - parameter [Truta] -- Exit the example.c program if gzopen fails [Truta] -- Add type casts around strlen in example.c [Truta] -- Remove casting to sizeof in minigzip.c; give a proper type - to the variable compared with SUFFIX_LEN [Truta] -- Update definitions of STDC and STDC99 in zconf.h [Truta] -- Synchronize zconf.h with the new Windows DLL interface [Truta] -- Use SYS16BIT instead of __32BIT__ to distinguish between - 16- and 32-bit platforms [Truta] -- Use far memory allocators in small 16-bit memory models for - Turbo C [Truta] -- Add info about the use of ASMV, ASMINF and ZLIB_WINAPI in - zlibCompileFlags [Truta] -- Cygwin has vsnprintf [Wilson] -- In Windows16, OS_CODE is 0, as in MSDOS [Truta] -- In Cygwin, OS_CODE is 3 (Unix), not 11 (Windows32) [Wilson] - -Changes in 1.2.0.4 (10 August 2003) -- Minor FAQ updates -- Be more strict when checking inflateInit2's windowBits parameter -- Change NO_GUNZIP compile option to NO_GZIP to cover deflate as well -- Add gzip wrapper option to deflateInit2 using windowBits -- Add updated QNX rule in configure and qnx directory [Bonnefoy] -- Make inflate distance-too-far checks more rigorous -- Clean up FAR usage in inflate -- Add casting to sizeof() in gzio.c and minigzip.c - -Changes in 1.2.0.3 (19 July 2003) -- Fix silly error in gzungetc() implementation [Vollant] -- Update contrib/minizip and contrib/vstudio [Vollant] -- Fix printf format in example.c -- Correct cdecl support in zconf.in.h [Anisimkov] -- Minor FAQ updates - -Changes in 1.2.0.2 (13 July 2003) -- Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons -- Attempt to avoid warnings in crc32.c for pointer-int conversion -- Add AIX to configure, remove aix directory [Bakker] -- Add some casts to minigzip.c -- Improve checking after insecure sprintf() or vsprintf() calls -- Remove #elif's from crc32.c -- Change leave label to inf_leave in inflate.c and infback.c to avoid - library conflicts -- Remove inflate gzip decoding by default--only enable gzip decoding by - special request for stricter backward compatibility -- Add zlibCompileFlags() function to return compilation information -- More typecasting in deflate.c to avoid warnings -- Remove leading underscore from _Capital #defines [Truta] -- Fix configure to link shared library when testing -- Add some Windows CE target adjustments [Mai] -- Remove #define ZLIB_DLL in zconf.h [Vollant] -- Add zlib.3 [Rodgers] -- Update RFC URL in deflate.c and algorithm.txt [Mai] -- Add zlib_dll_FAQ.txt to contrib [Truta] -- Add UL to some constants [Truta] -- Update minizip and vstudio [Vollant] -- Remove vestigial NEED_DUMMY_RETURN from zconf.in.h -- Expand use of NO_DUMMY_DECL to avoid all dummy structures -- Added iostream3 to contrib [Schwardt] -- Replace rewind() with fseek() for WinCE [Truta] -- Improve setting of zlib format compression level flags - - Report 0 for huffman and rle strategies and for level == 0 or 1 - - Report 2 only for level == 6 -- Only deal with 64K limit when necessary at compile time [Truta] -- Allow TOO_FAR check to be turned off at compile time [Truta] -- Add gzclearerr() function [Souza] -- Add gzungetc() function - -Changes in 1.2.0.1 (17 March 2003) -- Add Z_RLE strategy for run-length encoding [Truta] - - When Z_RLE requested, restrict matches to distance one - - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE -- Correct FASTEST compilation to allow level == 0 -- Clean up what gets compiled for FASTEST -- Incorporate changes to zconf.in.h [Vollant] - - Refine detection of Turbo C need for dummy returns - - Refine ZLIB_DLL compilation - - Include additional header file on VMS for off_t typedef -- Try to use _vsnprintf where it supplants vsprintf [Vollant] -- Add some casts in inffast.c -- Enhance comments in zlib.h on what happens if gzprintf() tries to - write more than 4095 bytes before compression -- Remove unused state from inflateBackEnd() -- Remove exit(0) from minigzip.c, example.c -- Get rid of all those darn tabs -- Add "check" target to Makefile.in that does the same thing as "test" -- Add "mostlyclean" and "maintainer-clean" targets to Makefile.in -- Update contrib/inflate86 [Anderson] -- Update contrib/testzlib, contrib/vstudio, contrib/minizip [Vollant] -- Add msdos and win32 directories with makefiles [Truta] -- More additions and improvements to the FAQ - -Changes in 1.2.0 (9 March 2003) -- New and improved inflate code - - About 20% faster - - Does not allocate 32K window unless and until needed - - Automatically detects and decompresses gzip streams - - Raw inflate no longer needs an extra dummy byte at end - - Added inflateBack functions using a callback interface--even faster - than inflate, useful for file utilities (gzip, zip) - - Added inflateCopy() function to record state for random access on - externally generated deflate streams (e.g. in gzip files) - - More readable code (I hope) -- New and improved crc32() - - About 50% faster, thanks to suggestions from Rodney Brown -- Add deflateBound() and compressBound() functions -- Fix memory leak in deflateInit2() -- Permit setting dictionary for raw deflate (for parallel deflate) -- Fix const declaration for gzwrite() -- Check for some malloc() failures in gzio.c -- Fix bug in gzopen() on single-byte file 0x1f -- Fix bug in gzread() on concatenated file with 0x1f at end of buffer - and next buffer doesn't start with 0x8b -- Fix uncompress() to return Z_DATA_ERROR on truncated input -- Free memory at end of example.c -- Remove MAX #define in trees.c (conflicted with some libraries) -- Fix static const's in deflate.c, gzio.c, and zutil.[ch] -- Declare malloc() and free() in gzio.c if STDC not defined -- Use malloc() instead of calloc() in zutil.c if int big enough -- Define STDC for AIX -- Add aix/ with approach for compiling shared library on AIX -- Add HP-UX support for shared libraries in configure -- Add OpenUNIX support for shared libraries in configure -- Use $cc instead of gcc to build shared library -- Make prefix directory if needed when installing -- Correct Macintosh avoidance of typedef Byte in zconf.h -- Correct Turbo C memory allocation when under Linux -- Use libz.a instead of -lz in Makefile (assure use of compiled library) -- Update configure to check for snprintf or vsnprintf functions and their - return value, warn during make if using an insecure function -- Fix configure problem with compile-time knowledge of HAVE_UNISTD_H that - is lost when library is used--resolution is to build new zconf.h -- Documentation improvements (in zlib.h): - - Document raw deflate and inflate - - Update RFCs URL - - Point out that zlib and gzip formats are different - - Note that Z_BUF_ERROR is not fatal - - Document string limit for gzprintf() and possible buffer overflow - - Note requirement on avail_out when flushing - - Note permitted values of flush parameter of inflate() -- Add some FAQs (and even answers) to the FAQ -- Add contrib/inflate86/ for x86 faster inflate -- Add contrib/blast/ for PKWare Data Compression Library decompression -- Add contrib/puff/ simple inflate for deflate format description - -Changes in 1.1.4 (11 March 2002) -- ZFREE was repeated on same allocation on some error conditions - This creates a security problem described in - http://www.zlib.org/advisory-2002-03-11.txt -- Returned incorrect error (Z_MEM_ERROR) on some invalid data -- Avoid accesses before window for invalid distances with inflate window - less than 32K -- force windowBits > 8 to avoid a bug in the encoder for a window size - of 256 bytes. (A complete fix will be available in 1.1.5) - -Changes in 1.1.3 (9 July 1998) -- fix "an inflate input buffer bug that shows up on rare but persistent - occasions" (Mark) -- fix gzread and gztell for concatenated .gz files (Didier Le Botlan) -- fix gzseek(..., SEEK_SET) in write mode -- fix crc check after a gzeek (Frank Faubert) -- fix miniunzip when the last entry in a zip file is itself a zip file - (J Lillge) -- add contrib/asm586 and contrib/asm686 (Brian Raiter) - See http://www.muppetlabs.com/~breadbox/software/assembly.html -- add support for Delphi 3 in contrib/delphi (Bob Dellaca) -- add support for C++Builder 3 and Delphi 3 in contrib/delphi2 (Davide Moretti) -- do not exit prematurely in untgz if 0 at start of block (Magnus Holmgren) -- use macro EXTERN instead of extern to support DLL for BeOS (Sander Stoks) -- added a FAQ file - -- Support gzdopen on Mac with Metrowerks (Jason Linhart) -- Do not redefine Byte on Mac (Brad Pettit & Jason Linhart) -- define SEEK_END too if SEEK_SET is not defined (Albert Chin-A-Young) -- avoid some warnings with Borland C (Tom Tanner) -- fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant) -- emulate utime() for WIN32 in contrib/untgz (Gilles Vollant) -- allow several arguments to configure (Tim Mooney, Frodo Looijaard) -- use libdir and includedir in Makefile.in (Tim Mooney) -- support shared libraries on OSF1 V4 (Tim Mooney) -- remove so_locations in "make clean" (Tim Mooney) -- fix maketree.c compilation error (Glenn, Mark) -- Python interface to zlib now in Python 1.5 (Jeremy Hylton) -- new Makefile.riscos (Rich Walker) -- initialize static descriptors in trees.c for embedded targets (Nick Smith) -- use "foo-gz" in example.c for RISCOS and VMS (Nick Smith) -- add the OS/2 files in Makefile.in too (Andrew Zabolotny) -- fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) -- fix maketree.c to allow clean compilation of inffixed.h (Mark) -- fix parameter check in deflateCopy (Gunther Nikl) -- cleanup trees.c, use compressed_len only in debug mode (Christian Spieler) -- Many portability patches by Christian Spieler: - . zutil.c, zutil.h: added "const" for zmem* - . Make_vms.com: fixed some typos - . Make_vms.com: msdos/Makefile.*: removed zutil.h from some dependency lists - . msdos/Makefile.msc: remove "default rtl link library" info from obj files - . msdos/Makefile.*: use model-dependent name for the built zlib library - . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc: - new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT) -- use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) -- replace __far with _far for better portability (Christian Spieler, Tom Lane) -- fix test for errno.h in configure (Tim Newsham) - -Changes in 1.1.2 (19 March 98) -- added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) - See http://www.winimage.com/zLibDll/unzip.html -- preinitialize the inflate tables for fixed codes, to make the code - completely thread safe (Mark) -- some simplifications and slight speed-up to the inflate code (Mark) -- fix gzeof on non-compressed files (Allan Schrum) -- add -std1 option in configure for OSF1 to fix gzprintf (Martin Mokrejs) -- use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn) -- added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny) -- add shared lib support for UNIX_SV4.2MP (MATSUURA Takanori) -- do not wrap extern "C" around system includes (Tom Lane) -- mention zlib binding for TCL in README (Andreas Kupries) -- added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert) -- allow "make install prefix=..." even after configure (Glenn Randers-Pehrson) -- allow "configure --prefix $HOME" (Tim Mooney) -- remove warnings in example.c and gzio.c (Glenn Randers-Pehrson) -- move Makefile.sas to amiga/Makefile.sas - -Changes in 1.1.1 (27 Feb 98) -- fix macros _tr_tally_* in deflate.h for debug mode (Glenn Randers-Pehrson) -- remove block truncation heuristic which had very marginal effect for zlib - (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the - compression ratio on some files. This also allows inlining _tr_tally for - matches in deflate_slow -- added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier) - -Changes in 1.1.0 (24 Feb 98) -- do not return STREAM_END prematurely in inflate (John Bowler) -- revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler) -- compile with -DFASTEST to get compression code optimized for speed only -- in minigzip, try mmap'ing the input file first (Miguel Albrecht) -- increase size of I/O buffers in minigzip.c and gzio.c (not a big gain - on Sun but significant on HP) - -- add a pointer to experimental unzip library in README (Gilles Vollant) -- initialize variable gcc in configure (Chris Herborth) - -Changes in 1.0.9 (17 Feb 1998) -- added gzputs and gzgets functions -- do not clear eof flag in gzseek (Mark Diekhans) -- fix gzseek for files in transparent mode (Mark Diekhans) -- do not assume that vsprintf returns the number of bytes written (Jens Krinke) -- replace EXPORT with ZEXPORT to avoid conflict with other programs -- added compress2 in zconf.h, zlib.def, zlib.dnt -- new asm code from Gilles Vollant in contrib/asm386 -- simplify the inflate code (Mark): - . Replace ZALLOC's in huft_build() with single ZALLOC in inflate_blocks_new() - . ZALLOC the length list in inflate_trees_fixed() instead of using stack - . ZALLOC the value area for huft_build() instead of using stack - . Simplify Z_FINISH check in inflate() - -- Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8 -- in inftrees.c, avoid cc -O bug on HP (Farshid Elahi) -- in zconf.h move the ZLIB_DLL stuff earlier to avoid problems with - the declaration of FAR (Gilles Vollant) -- install libz.so* with mode 755 (executable) instead of 644 (Marc Lehmann) -- read_buf buf parameter of type Bytef* instead of charf* -- zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout) -- do not redeclare unlink in minigzip.c for WIN32 (John Bowler) -- fix check for presence of directories in "make install" (Ian Willis) - -Changes in 1.0.8 (27 Jan 1998) -- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) -- fix gzgetc and gzputc for big endian systems (Markus Oberhumer) -- added compress2() to allow setting the compression level -- include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong) -- use constant arrays for the static trees in trees.c instead of computing - them at run time (thanks to Ken Raeburn for this suggestion). To create - trees.h, compile with GEN_TREES_H and run "make test" -- check return code of example in "make test" and display result -- pass minigzip command line options to file_compress -- simplifying code of inflateSync to avoid gcc 2.8 bug - -- support CC="gcc -Wall" in configure -s (QingLong) -- avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn) -- fix test for shared library support to avoid compiler warnings -- zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant) -- check for TARGET_OS_MAC in addition to MACOS (Brad Pettit) -- do not use fdopen for Metrowerks on Mac (Brad Pettit)) -- add checks for gzputc and gzputc in example.c -- avoid warnings in gzio.c and deflate.c (Andreas Kleinert) -- use const for the CRC table (Ken Raeburn) -- fixed "make uninstall" for shared libraries -- use Tracev instead of Trace in infblock.c -- in example.c use correct compressed length for test_sync -- suppress +vnocompatwarnings in configure for HPUX (not always supported) - -Changes in 1.0.7 (20 Jan 1998) -- fix gzseek which was broken in write mode -- return error for gzseek to negative absolute position -- fix configure for Linux (Chun-Chung Chen) -- increase stack space for MSC (Tim Wegner) -- get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant) -- define EXPORTVA for gzprintf (Gilles Vollant) -- added man page zlib.3 (Rick Rodgers) -- for contrib/untgz, fix makedir() and improve Makefile - -- check gzseek in write mode in example.c -- allocate extra buffer for seeks only if gzseek is actually called -- avoid signed/unsigned comparisons (Tim Wegner, Gilles Vollant) -- add inflateSyncPoint in zconf.h -- fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def - -Changes in 1.0.6 (19 Jan 1998) -- add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and - gzsetparams (thanks to Roland Giersig and Kevin Ruland for some of this code) -- Fix a deflate bug occurring only with compression level 0 (thanks to - Andy Buckler for finding this one) -- In minigzip, pass transparently also the first byte for .Z files -- return Z_BUF_ERROR instead of Z_OK if output buffer full in uncompress() -- check Z_FINISH in inflate (thanks to Marc Schluper) -- Implement deflateCopy (thanks to Adam Costello) -- make static libraries by default in configure, add --shared option -- move MSDOS or Windows specific files to directory msdos -- suppress the notion of partial flush to simplify the interface - (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4) -- suppress history buffer provided by application to simplify the interface - (this feature was not implemented anyway in 1.0.4) -- next_in and avail_in must be initialized before calling inflateInit or - inflateInit2 -- add EXPORT in all exported functions (for Windows DLL) -- added Makefile.nt (thanks to Stephen Williams) -- added the unsupported "contrib" directory: - contrib/asm386/ by Gilles Vollant - 386 asm code replacing longest_match() - contrib/iostream/ by Kevin Ruland - A C++ I/O streams interface to the zlib gz* functions - contrib/iostream2/ by Tyge Løvset - Another C++ I/O streams interface - contrib/untgz/ by "Pedro A. Aranda Guti\irrez" - A very simple tar.gz file extractor using zlib - contrib/visual-basic.txt by Carlos Rios - How to use compress(), uncompress() and the gz* functions from VB -- pass params -f (filtered data), -h (huffman only), -1 to -9 (compression - level) in minigzip (thanks to Tom Lane) - -- use const for rommable constants in deflate -- added test for gzseek and gztell in example.c -- add undocumented function inflateSyncPoint() (hack for Paul Mackerras) -- add undocumented function zError to convert error code to string - (for Tim Smithers) -- Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code -- Use default memcpy for Symantec MSDOS compiler -- Add EXPORT keyword for check_func (needed for Windows DLL) -- add current directory to LD_LIBRARY_PATH for "make test" -- create also a link for libz.so.1 -- added support for FUJITSU UXP/DS (thanks to Toshiaki Nomura) -- use $(SHAREDLIB) instead of libz.so in Makefile.in (for HPUX) -- added -soname for Linux in configure (Chun-Chung Chen, -- assign numbers to the exported functions in zlib.def (for Windows DLL) -- add advice in zlib.h for best usage of deflateSetDictionary -- work around compiler bug on Atari (cast Z_NULL in call of s->checkfn) -- allow compilation with ANSI keywords only enabled for TurboC in large model -- avoid "versionString"[0] (Borland bug) -- add NEED_DUMMY_RETURN for Borland -- use variable z_verbose for tracing in debug mode (L. Peter Deutsch) -- allow compilation with CC -- defined STDC for OS/2 (David Charlap) -- limit external names to 8 chars for MVS (Thomas Lund) -- in minigzip.c, use static buffers only for 16-bit systems -- fix suffix check for "minigzip -d foo.gz" -- do not return an error for the 2nd of two consecutive gzflush() (Felix Lee) -- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau) -- added makelcc.bat for lcc-win32 (Tom St Denis) -- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) -- Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion -- check for unistd.h in configure (for off_t) -- remove useless check parameter in inflate_blocks_free -- avoid useless assignment of s->check to itself in inflate_blocks_new -- do not flush twice in gzclose (thanks to Ken Raeburn) -- rename FOPEN as F_OPEN to avoid clash with /usr/include/sys/file.h -- use NO_ERRNO_H instead of enumeration of operating systems with errno.h -- work around buggy fclose on pipes for HP/UX -- support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson) -- fix configure if CC is already equal to gcc - -Changes in 1.0.5 (3 Jan 98) -- Fix inflate to terminate gracefully when fed corrupted or invalid data -- Use const for rommable constants in inflate -- Eliminate memory leaks on error conditions in inflate -- Removed some vestigial code in inflate -- Update web address in README - -Changes in 1.0.4 (24 Jul 96) -- In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF - bit, so the decompressor could decompress all the correct data but went - on to attempt decompressing extra garbage data. This affected minigzip too -- zlibVersion and gzerror return const char* (needed for DLL) -- port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno) -- use z_error only for DEBUG (avoid problem with DLLs) - -Changes in 1.0.3 (2 Jul 96) -- use z_streamp instead of z_stream *, which is now a far pointer in MSDOS - small and medium models; this makes the library incompatible with previous - versions for these models. (No effect in large model or on other systems.) -- return OK instead of BUF_ERROR if previous deflate call returned with - avail_out as zero but there is nothing to do -- added memcmp for non STDC compilers -- define NO_DUMMY_DECL for more Mac compilers (.h files merged incorrectly) -- define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO) -- better check for 16-bit mode MSC (avoids problem with Symantec) - -Changes in 1.0.2 (23 May 96) -- added Windows DLL support -- added a function zlibVersion (for the DLL support) -- fixed declarations using Bytef in infutil.c (pb with MSDOS medium model) -- Bytef is define's instead of typedef'd only for Borland C -- avoid reading uninitialized memory in example.c -- mention in README that the zlib format is now RFC1950 -- updated Makefile.dj2 -- added algorithm.doc - -Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion] -- fix array overlay in deflate.c which sometimes caused bad compressed data -- fix inflate bug with empty stored block -- fix MSDOS medium model which was broken in 0.99 -- fix deflateParams() which could generate bad compressed data -- Bytef is define'd instead of typedef'ed (work around Borland bug) -- added an INDEX file -- new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32), - Watcom (Makefile.wat), Amiga SAS/C (Makefile.sas) -- speed up adler32 for modern machines without auto-increment -- added -ansi for IRIX in configure -- static_init_done in trees.c is an int -- define unlink as delete for VMS -- fix configure for QNX -- add configure branch for SCO and HPUX -- avoid many warnings (unused variables, dead assignments, etc...) -- no fdopen for BeOS -- fix the Watcom fix for 32 bit mode (define FAR as empty) -- removed redefinition of Byte for MKWERKS -- work around an MWKERKS bug (incorrect merge of all .h files) - -Changes in 0.99 (27 Jan 96) -- allow preset dictionary shared between compressor and decompressor -- allow compression level 0 (no compression) -- add deflateParams in zlib.h: allow dynamic change of compression level - and compression strategy -- test large buffers and deflateParams in example.c -- add optional "configure" to build zlib as a shared library -- suppress Makefile.qnx, use configure instead -- fixed deflate for 64-bit systems (detected on Cray) -- fixed inflate_blocks for 64-bit systems (detected on Alpha) -- declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2) -- always return Z_BUF_ERROR when deflate() has nothing to do -- deflateInit and inflateInit are now macros to allow version checking -- prefix all global functions and types with z_ with -DZ_PREFIX -- make falloc completely reentrant (inftrees.c) -- fixed very unlikely race condition in ct_static_init -- free in reverse order of allocation to help memory manager -- use zlib-1.0/* instead of zlib/* inside the tar.gz -- make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith - -Wconversion -Wstrict-prototypes -Wmissing-prototypes" -- allow gzread on concatenated .gz files -- deflateEnd now returns Z_DATA_ERROR if it was premature -- deflate is finally (?) fully deterministic (no matches beyond end of input) -- Document Z_SYNC_FLUSH -- add uninstall in Makefile -- Check for __cpluplus in zlib.h -- Better test in ct_align for partial flush -- avoid harmless warnings for Borland C++ -- initialize hash_head in deflate.c -- avoid warning on fdopen (gzio.c) for HP cc -Aa -- include stdlib.h for STDC compilers -- include errno.h for Cray -- ignore error if ranlib doesn't exist -- call ranlib twice for NeXTSTEP -- use exec_prefix instead of prefix for libz.a -- renamed ct_* as _tr_* to avoid conflict with applications -- clear z->msg in inflateInit2 before any error return -- initialize opaque in example.c, gzio.c, deflate.c and inflate.c -- fixed typo in zconf.h (_GNUC__ => __GNUC__) -- check for WIN32 in zconf.h and zutil.c (avoid farmalloc in 32-bit mode) -- fix typo in Make_vms.com (f$trnlnm -> f$getsyi) -- in fcalloc, normalize pointer if size > 65520 bytes -- don't use special fcalloc for 32 bit Borland C++ -- use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc. -- use Z_BINARY instead of BINARY -- document that gzclose after gzdopen will close the file -- allow "a" as mode in gzopen -- fix error checking in gzread -- allow skipping .gz extra-field on pipes -- added reference to Perl interface in README -- put the crc table in FAR data (I dislike more and more the medium model :) -- added get_crc_table -- added a dimension to all arrays (Borland C can't count) -- workaround Borland C bug in declaration of inflate_codes_new & inflate_fast -- guard against multiple inclusion of *.h (for precompiled header on Mac) -- Watcom C pretends to be Microsoft C small model even in 32 bit mode -- don't use unsized arrays to avoid silly warnings by Visual C++: - warning C4746: 'inflate_mask' : unsized array treated as '__far' - (what's wrong with far data in far model?) -- define enum out of inflate_blocks_state to allow compilation with C++ - -Changes in 0.95 (16 Aug 95) -- fix MSDOS small and medium model (now easier to adapt to any compiler) -- inlined send_bits -- fix the final (:-) bug for deflate with flush (output was correct but - not completely flushed in rare occasions) -- default window size is same for compression and decompression - (it's now sufficient to set MAX_WBITS in zconf.h) -- voidp -> voidpf and voidnp -> voidp (for consistency with other - typedefs and because voidnp was not near in large model) - -Changes in 0.94 (13 Aug 95) -- support MSDOS medium model -- fix deflate with flush (could sometimes generate bad output) -- fix deflateReset (zlib header was incorrectly suppressed) -- added support for VMS -- allow a compression level in gzopen() -- gzflush now calls fflush -- For deflate with flush, flush even if no more input is provided -- rename libgz.a as libz.a -- avoid complex expression in infcodes.c triggering Turbo C bug -- work around a problem with gcc on Alpha (in INSERT_STRING) -- don't use inline functions (problem with some gcc versions) -- allow renaming of Byte, uInt, etc... with #define -- avoid warning about (unused) pointer before start of array in deflate.c -- avoid various warnings in gzio.c, example.c, infblock.c, adler32.c, zutil.c -- avoid reserved word 'new' in trees.c - -Changes in 0.93 (25 June 95) -- temporarily disable inline functions -- make deflate deterministic -- give enough lookahead for PARTIAL_FLUSH -- Set binary mode for stdin/stdout in minigzip.c for OS/2 -- don't even use signed char in inflate (not portable enough) -- fix inflate memory leak for segmented architectures - -Changes in 0.92 (3 May 95) -- don't assume that char is signed (problem on SGI) -- Clear bit buffer when starting a stored block -- no memcpy on Pyramid -- suppressed inftest.c -- optimized fill_window, put longest_match inline for gcc -- optimized inflate on stored blocks -- untabify all sources to simplify patches - -Changes in 0.91 (2 May 95) -- Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h -- Document the memory requirements in zconf.h -- added "make install" -- fix sync search logic in inflateSync -- deflate(Z_FULL_FLUSH) now works even if output buffer too short -- after inflateSync, don't scare people with just "lo world" -- added support for DJGPP - -Changes in 0.9 (1 May 95) -- don't assume that zalloc clears the allocated memory (the TurboC bug - was Mark's bug after all :) -- let again gzread copy uncompressed data unchanged (was working in 0.71) -- deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented -- added a test of inflateSync in example.c -- moved MAX_WBITS to zconf.h because users might want to change that -- document explicitly that zalloc(64K) on MSDOS must return a normalized - pointer (zero offset) -- added Makefiles for Microsoft C, Turbo C, Borland C++ -- faster crc32() - -Changes in 0.8 (29 April 95) -- added fast inflate (inffast.c) -- deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this - is incompatible with previous versions of zlib which returned Z_OK -- work around a TurboC compiler bug (bad code for b << 0, see infutil.h) - (actually that was not a compiler bug, see 0.81 above) -- gzread no longer reads one extra byte in certain cases -- In gzio destroy(), don't reference a freed structure -- avoid many warnings for MSDOS -- avoid the ERROR symbol which is used by MS Windows - -Changes in 0.71 (14 April 95) -- Fixed more MSDOS compilation problems :( There is still a bug with - TurboC large model - -Changes in 0.7 (14 April 95) -- Added full inflate support -- Simplified the crc32() interface. The pre- and post-conditioning - (one's complement) is now done inside crc32(). WARNING: this is - incompatible with previous versions; see zlib.h for the new usage - -Changes in 0.61 (12 April 95) -- workaround for a bug in TurboC. example and minigzip now work on MSDOS - -Changes in 0.6 (11 April 95) -- added minigzip.c -- added gzdopen to reopen a file descriptor as gzFile -- added transparent reading of non-gziped files in gzread -- fixed bug in gzread (don't read crc as data) -- fixed bug in destroy (gzio.c) (don't return Z_STREAM_END for gzclose) -- don't allocate big arrays in the stack (for MSDOS) -- fix some MSDOS compilation problems - -Changes in 0.5: -- do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but - not yet Z_FULL_FLUSH -- support decompression but only in a single step (forced Z_FINISH) -- added opaque object for zalloc and zfree -- added deflateReset and inflateReset -- added a variable zlib_version for consistency checking -- renamed the 'filter' parameter of deflateInit2 as 'strategy' - Added Z_FILTERED and Z_HUFFMAN_ONLY constants - -Changes in 0.4: -- avoid "zip" everywhere, use zlib instead of ziplib -- suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush - if compression method == 8 -- added adler32 and crc32 -- renamed deflateOptions as deflateInit2, call one or the other but not both -- added the method parameter for deflateInit2 -- added inflateInit2 -- simplified considerably deflateInit and inflateInit by not supporting - user-provided history buffer. This is supported only in deflateInit2 - and inflateInit2 - -Changes in 0.3: -- prefix all macro names with Z_ -- use Z_FINISH instead of deflateEnd to finish compression -- added Z_HUFFMAN_ONLY -- added gzerror() diff --git a/proj-web/thirdparty/zlib-1.3.1/FAQ b/proj-web/thirdparty/zlib-1.3.1/FAQ deleted file mode 100644 index 92f5d3e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/FAQ +++ /dev/null @@ -1,367 +0,0 @@ - - Frequently Asked Questions about zlib - - -If your question is not there, please check the zlib home page -http://zlib.net/ which may have more recent information. -The latest zlib FAQ is at http://zlib.net/zlib_faq.html - - - 1. Is zlib Y2K-compliant? - - Yes. zlib doesn't handle dates. - - 2. Where can I get a Windows DLL version? - - The zlib sources can be compiled without change to produce a DLL. See the - file win32/DLL_FAQ.txt in the zlib distribution. - - 3. Where can I get a Visual Basic interface to zlib? - - See - * http://marknelson.us/1997/01/01/zlib-engine/ - * win32/DLL_FAQ.txt in the zlib distribution - - 4. compress() returns Z_BUF_ERROR. - - Make sure that before the call of compress(), the length of the compressed - buffer is equal to the available size of the compressed buffer and not - zero. For Visual Basic, check that this parameter is passed by reference - ("as any"), not by value ("as long"). - - 5. deflate() or inflate() returns Z_BUF_ERROR. - - Before making the call, make sure that avail_in and avail_out are not zero. - When setting the parameter flush equal to Z_FINISH, also make sure that - avail_out is big enough to allow processing all pending input. Note that a - Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be - made with more input or output space. A Z_BUF_ERROR may in fact be - unavoidable depending on how the functions are used, since it is not - possible to tell whether or not there is more output pending when - strm.avail_out returns with zero. See http://zlib.net/zlib_how.html for a - heavily annotated example. - - 6. Where's the zlib documentation (man pages, etc.)? - - It's in zlib.h . Examples of zlib usage are in the files test/example.c - and test/minigzip.c, with more in examples/ . - - 7. Why don't you use GNU autoconf or libtool or ...? - - Because we would like to keep zlib as a very small and simple package. - zlib is rather portable and doesn't need much configuration. - - 8. I found a bug in zlib. - - Most of the time, such problems are due to an incorrect usage of zlib. - Please try to reproduce the problem with a small program and send the - corresponding source to us at zlib@gzip.org . Do not send multi-megabyte - data files without prior agreement. - - 9. Why do I get "undefined reference to gzputc"? - - If "make test" produces something like - - example.o(.text+0x154): undefined reference to `gzputc' - - check that you don't have old files libz.* in /usr/lib, /usr/local/lib or - /usr/X11R6/lib. Remove any old versions, then do "make install". - -10. I need a Delphi interface to zlib. - - See the contrib/delphi directory in the zlib distribution. - -11. Can zlib handle .zip archives? - - Not by itself, no. See the directory contrib/minizip in the zlib - distribution. - -12. Can zlib handle .Z files? - - No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt - the code of uncompress on your own. - -13. How can I make a Unix shared library? - - By default a shared (and a static) library is built for Unix. So: - - make distclean - ./configure - make - -14. How do I install a shared zlib library on Unix? - - After the above, then: - - make install - - However, many flavors of Unix come with a shared zlib already installed. - Before going to the trouble of compiling a shared version of zlib and - trying to install it, you may want to check if it's already there! If you - can #include , it's there. The -lz option will probably link to - it. You can check the version at the top of zlib.h or with the - ZLIB_VERSION symbol defined in zlib.h . - -15. I have a question about OttoPDF. - - We are not the authors of OttoPDF. The real author is on the OttoPDF web - site: Joel Hainley, jhainley@myndkryme.com. - -16. Can zlib decode Flate data in an Adobe PDF file? - - Yes. See http://www.pdflib.com/ . To modify PDF forms, see - http://sourceforge.net/projects/acroformtool/ . - -17. Why am I getting this "register_frame_info not found" error on Solaris? - - After installing zlib 1.1.4 on Solaris 2.6, running applications using zlib - generates an error such as: - - ld.so.1: rpm: fatal: relocation error: file /usr/local/lib/libz.so: - symbol __register_frame_info: referenced symbol not found - - The symbol __register_frame_info is not part of zlib, it is generated by - the C compiler (cc or gcc). You must recompile applications using zlib - which have this problem. This problem is specific to Solaris. See - http://www.sunfreeware.com for Solaris versions of zlib and applications - using zlib. - -18. Why does gzip give an error on a file I make with compress/deflate? - - The compress and deflate functions produce data in the zlib format, which - is different and incompatible with the gzip format. The gz* functions in - zlib on the other hand use the gzip format. Both the zlib and gzip formats - use the same compressed data format internally, but have different headers - and trailers around the compressed data. - -19. Ok, so why are there two different formats? - - The gzip format was designed to retain the directory information about a - single file, such as the name and last modification date. The zlib format - on the other hand was designed for in-memory and communication channel - applications, and has a much more compact header and trailer and uses a - faster integrity check than gzip. - -20. Well that's nice, but how do I make a gzip file in memory? - - You can request that deflate write the gzip format instead of the zlib - format using deflateInit2(). You can also request that inflate decode the - gzip format using inflateInit2(). Read zlib.h for more details. - -21. Is zlib thread-safe? - - Yes. However any library routines that zlib uses and any application- - provided memory allocation routines must also be thread-safe. zlib's gz* - functions use stdio library routines, and most of zlib's functions use the - library memory allocation routines by default. zlib's *Init* functions - allow for the application to provide custom memory allocation routines. - - Of course, you should only operate on any given zlib or gzip stream from a - single thread at a time. - -22. Can I use zlib in my commercial application? - - Yes. Please read the license in zlib.h. - -23. Is zlib under the GNU license? - - No. Please read the license in zlib.h. - -24. The license says that altered source versions must be "plainly marked". So - what exactly do I need to do to meet that requirement? - - You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In - particular, the final version number needs to be changed to "f", and an - identification string should be appended to ZLIB_VERSION. Version numbers - x.x.x.f are reserved for modifications to zlib by others than the zlib - maintainers. For example, if the version of the base zlib you are altering - is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and - ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also - update the version strings in deflate.c and inftrees.c. - - For altered source distributions, you should also note the origin and - nature of the changes in zlib.h, as well as in ChangeLog and README, along - with the dates of the alterations. The origin should include at least your - name (or your company's name), and an email address to contact for help or - issues with the library. - - Note that distributing a compiled zlib library along with zlib.h and - zconf.h is also a source distribution, and so you should change - ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes - in zlib.h as you would for a full source distribution. - -25. Will zlib work on a big-endian or little-endian architecture, and can I - exchange compressed data between them? - - Yes and yes. - -26. Will zlib work on a 64-bit machine? - - Yes. It has been tested on 64-bit machines, and has no dependence on any - data types being limited to 32-bits in length. If you have any - difficulties, please provide a complete problem report to zlib@gzip.org - -27. Will zlib decompress data from the PKWare Data Compression Library? - - No. The PKWare DCL uses a completely different compressed data format than - does PKZIP and zlib. However, you can look in zlib's contrib/blast - directory for a possible solution to your problem. - -28. Can I access data randomly in a compressed stream? - - No, not without some preparation. If when compressing you periodically use - Z_FULL_FLUSH, carefully write all the pending data at those points, and - keep an index of those locations, then you can start decompression at those - points. You have to be careful to not use Z_FULL_FLUSH too often, since it - can significantly degrade compression. Alternatively, you can scan a - deflate stream once to generate an index, and then use that index for - random access. See examples/zran.c . - -29. Does zlib work on MVS, OS/390, CICS, etc.? - - It has in the past, but we have not heard of any recent evidence. There - were working ports of zlib 1.1.4 to MVS, but those links no longer work. - If you know of recent, successful applications of zlib on these operating - systems, please let us know. Thanks. - -30. Is there some simpler, easier to read version of inflate I can look at to - understand the deflate format? - - First off, you should read RFC 1951. Second, yes. Look in zlib's - contrib/puff directory. - -31. Does zlib infringe on any patents? - - As far as we know, no. In fact, that was originally the whole point behind - zlib. Look here for some more information: - - http://www.gzip.org/#faq11 - -32. Can zlib work with greater than 4 GB of data? - - Yes. inflate() and deflate() will process any amount of data correctly. - Each call of inflate() or deflate() is limited to input and output chunks - of the maximum value that can be stored in the compiler's "unsigned int" - type, but there is no limit to the number of chunks. Note however that the - strm.total_in and strm_total_out counters may be limited to 4 GB. These - counters are provided as a convenience and are not used internally by - inflate() or deflate(). The application can easily set up its own counters - updated after each call of inflate() or deflate() to count beyond 4 GB. - compress() and uncompress() may be limited to 4 GB, since they operate in a - single call. gzseek() and gztell() may be limited to 4 GB depending on how - zlib is compiled. See the zlibCompileFlags() function in zlib.h. - - The word "may" appears several times above since there is a 4 GB limit only - if the compiler's "long" type is 32 bits. If the compiler's "long" type is - 64 bits, then the limit is 16 exabytes. - -33. Does zlib have any security vulnerabilities? - - The only one that we are aware of is potentially in gzprintf(). If zlib is - compiled to use sprintf() or vsprintf(), then there is no protection - against a buffer overflow of an 8K string space (or other value as set by - gzbuffer()), other than the caller of gzprintf() assuring that the output - will not exceed 8K. On the other hand, if zlib is compiled to use - snprintf() or vsnprintf(), which should normally be the case, then there is - no vulnerability. The ./configure script will display warnings if an - insecure variation of sprintf() will be used by gzprintf(). Also the - zlibCompileFlags() function will return information on what variant of - sprintf() is used by gzprintf(). - - If you don't have snprintf() or vsnprintf() and would like one, you can - find a portable implementation here: - - http://www.ijs.si/software/snprintf/ - - Note that you should be using the most recent version of zlib. Versions - 1.1.3 and before were subject to a double-free vulnerability, and versions - 1.2.1 and 1.2.2 were subject to an access exception when decompressing - invalid compressed data. - -34. Is there a Java version of zlib? - - Probably what you want is to use zlib in Java. zlib is already included - as part of the Java SDK in the java.util.zip package. If you really want - a version of zlib written in the Java language, look on the zlib home - page for links: http://zlib.net/ . - -35. I get this or that compiler or source-code scanner warning when I crank it - up to maximally-pedantic. Can't you guys write proper code? - - Many years ago, we gave up attempting to avoid warnings on every compiler - in the universe. It just got to be a waste of time, and some compilers - were downright silly as well as contradicted each other. So now, we simply - make sure that the code always works. - -36. Valgrind (or some similar memory access checker) says that deflate is - performing a conditional jump that depends on an uninitialized value. - Isn't that a bug? - - No. That is intentional for performance reasons, and the output of deflate - is not affected. This only started showing up recently since zlib 1.2.x - uses malloc() by default for allocations, whereas earlier versions used - calloc(), which zeros out the allocated memory. Even though the code was - correct, versions 1.2.4 and later was changed to not stimulate these - checkers. - -37. Will zlib read the (insert any ancient or arcane format here) compressed - data format? - - Probably not. Look in the comp.compression FAQ for pointers to various - formats and associated software. - -38. How can I encrypt/decrypt zip files with zlib? - - zlib doesn't support encryption. The original PKZIP encryption is very - weak and can be broken with freely available programs. To get strong - encryption, use GnuPG, http://www.gnupg.org/ , which already includes zlib - compression. For PKZIP compatible "encryption", look at - http://www.info-zip.org/ - -39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings? - - "gzip" is the gzip format, and "deflate" is the zlib format. They should - probably have called the second one "zlib" instead to avoid confusion with - the raw deflate compressed data format. While the HTTP 1.1 RFC 2616 - correctly points to the zlib specification in RFC 1950 for the "deflate" - transfer encoding, there have been reports of servers and browsers that - incorrectly produce or expect raw deflate data per the deflate - specification in RFC 1951, most notably Microsoft. So even though the - "deflate" transfer encoding using the zlib format would be the more - efficient approach (and in fact exactly what the zlib format was designed - for), using the "gzip" transfer encoding is probably more reliable due to - an unfortunate choice of name on the part of the HTTP 1.1 authors. - - Bottom line: use the gzip format for HTTP 1.1 encoding. - -40. Does zlib support the new "Deflate64" format introduced by PKWare? - - No. PKWare has apparently decided to keep that format proprietary, since - they have not documented it as they have previous compression formats. In - any case, the compression improvements are so modest compared to other more - modern approaches, that it's not worth the effort to implement. - -41. I'm having a problem with the zip functions in zlib, can you help? - - There are no zip functions in zlib. You are probably using minizip by - Giles Vollant, which is found in the contrib directory of zlib. It is not - part of zlib. In fact none of the stuff in contrib is part of zlib. The - files in there are not supported by the zlib authors. You need to contact - the authors of the respective contribution for help. - -42. The match.asm code in contrib is under the GNU General Public License. - Since it's part of zlib, doesn't that mean that all of zlib falls under the - GNU GPL? - - No. The files in contrib are not part of zlib. They were contributed by - other authors and are provided as a convenience to the user within the zlib - distribution. Each item in contrib has its own license. - -43. Is zlib subject to export controls? What is its ECCN? - - zlib is not subject to export controls, and so is classified as EAR99. - -44. Can you please sign these lengthy legal documents and fax them back to us - so that we can use your software in our product? - - No. Go away. Shoo. diff --git a/proj-web/thirdparty/zlib-1.3.1/INDEX b/proj-web/thirdparty/zlib-1.3.1/INDEX deleted file mode 100644 index 2ba0641..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/INDEX +++ /dev/null @@ -1,68 +0,0 @@ -CMakeLists.txt cmake build file -ChangeLog history of changes -FAQ Frequently Asked Questions about zlib -INDEX this file -Makefile dummy Makefile that tells you to ./configure -Makefile.in template for Unix Makefile -README guess what -configure configure script for Unix -make_vms.com makefile for VMS -test/example.c zlib usages examples for build testing -test/minigzip.c minimal gzip-like functionality for build testing -test/infcover.c inf*.c code coverage for build coverage testing -treebuild.xml XML description of source file dependencies -zconf.h.cmakein zconf.h template for cmake -zconf.h.in zconf.h template for configure -zlib.3 Man page for zlib -zlib.3.pdf Man page in PDF format -zlib.map Linux symbol information -zlib.pc.in Template for pkg-config descriptor -zlib.pc.cmakein zlib.pc template for cmake -zlib2ansi perl script to convert source files for C++ compilation - -amiga/ makefiles for Amiga SAS C -as400/ makefiles for AS/400 -doc/ documentation for formats and algorithms -msdos/ makefiles for MSDOS -nintendods/ makefile for Nintendo DS -old/ makefiles for various architectures and zlib documentation - files that have not yet been updated for zlib 1.2.x -qnx/ makefiles for QNX -watcom/ makefiles for OpenWatcom -win32/ makefiles for Windows - - zlib public header files (required for library use): -zconf.h -zlib.h - - private source files used to build the zlib library: -adler32.c -compress.c -crc32.c -crc32.h -deflate.c -deflate.h -gzclose.c -gzguts.h -gzlib.c -gzread.c -gzwrite.c -infback.c -inffast.c -inffast.h -inffixed.h -inflate.c -inflate.h -inftrees.c -inftrees.h -trees.c -trees.h -uncompr.c -zutil.c -zutil.h - - source files for sample programs -See examples/README.examples - - unsupported contributions by third parties -See contrib/README.contrib diff --git a/proj-web/thirdparty/zlib-1.3.1/LICENSE b/proj-web/thirdparty/zlib-1.3.1/LICENSE deleted file mode 100644 index ab8ee6f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright notice: - - (C) 1995-2022 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu diff --git a/proj-web/thirdparty/zlib-1.3.1/Makefile b/proj-web/thirdparty/zlib-1.3.1/Makefile deleted file mode 100644 index 6bba86c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -all: - -@echo "Please use ./configure first. Thank you." - -distclean: - make -f Makefile.in distclean diff --git a/proj-web/thirdparty/zlib-1.3.1/Makefile.in b/proj-web/thirdparty/zlib-1.3.1/Makefile.in deleted file mode 100644 index cb8b00a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/Makefile.in +++ /dev/null @@ -1,410 +0,0 @@ -# Makefile for zlib -# Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler -# For conditions of distribution and use, see copyright notice in zlib.h - -# To compile and test, type: -# ./configure; make test -# Normally configure builds both a static and a shared library. -# If you want to build just a static library, use: ./configure --static - -# To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: -# make install -# To install in $HOME instead of /usr/local, use: -# make install prefix=$HOME - -CC=cc - -CFLAGS=-O -#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 -#CFLAGS=-g -DZLIB_DEBUG -#CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ -# -Wstrict-prototypes -Wmissing-prototypes - -SFLAGS=-O -LDFLAGS= -TEST_LIBS=-L. libz.a -LDSHARED=$(CC) -CPP=$(CC) -E - -STATICLIB=libz.a -SHAREDLIB=libz.so -SHAREDLIBV=libz.so.1.3.1 -SHAREDLIBM=libz.so.1 -LIBS=$(STATICLIB) $(SHAREDLIBV) - -AR=ar -ARFLAGS=rc -RANLIB=ranlib -LDCONFIG=ldconfig -LDSHAREDLIBC=-lc -TAR=tar -SHELL=/bin/sh -EXE= - -prefix = /usr/local -exec_prefix = ${prefix} -libdir = ${exec_prefix}/lib -sharedlibdir = ${libdir} -includedir = ${prefix}/include -mandir = ${prefix}/share/man -man3dir = ${mandir}/man3 -pkgconfigdir = ${libdir}/pkgconfig -SRCDIR= -ZINC= -ZINCOUT=-I. - -OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o -OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o -OBJC = $(OBJZ) $(OBJG) - -PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo -PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -PIC_OBJC = $(PIC_OBJZ) $(PIC_OBJG) - -# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo -OBJA = -PIC_OBJA = - -OBJS = $(OBJC) $(OBJA) - -PIC_OBJS = $(PIC_OBJC) $(PIC_OBJA) - -all: static shared - -static: example$(EXE) minigzip$(EXE) - -shared: examplesh$(EXE) minigzipsh$(EXE) - -all64: example64$(EXE) minigzip64$(EXE) - -check: test - -test: all teststatic testshared - -teststatic: static - @TMPST=tmpst_$$; \ - if echo hello world | ${QEMU_RUN} ./minigzip | ${QEMU_RUN} ./minigzip -d && ${QEMU_RUN} ./example $$TMPST ; then \ - echo ' *** zlib test OK ***'; \ - else \ - echo ' *** zlib test FAILED ***'; false; \ - fi - @rm -f tmpst_$$ - -testshared: shared - @LD_LIBRARY_PATH=`pwd`:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \ - LD_LIBRARYN32_PATH=`pwd`:$(LD_LIBRARYN32_PATH) ; export LD_LIBRARYN32_PATH; \ - DYLD_LIBRARY_PATH=`pwd`:$(DYLD_LIBRARY_PATH) ; export DYLD_LIBRARY_PATH; \ - SHLIB_PATH=`pwd`:$(SHLIB_PATH) ; export SHLIB_PATH; \ - TMPSH=tmpsh_$$; \ - if echo hello world | ${QEMU_RUN} ./minigzipsh | ${QEMU_RUN} ./minigzipsh -d && ${QEMU_RUN} ./examplesh $$TMPSH; then \ - echo ' *** zlib shared test OK ***'; \ - else \ - echo ' *** zlib shared test FAILED ***'; false; \ - fi - @rm -f tmpsh_$$ - -test64: all64 - @TMP64=tmp64_$$; \ - if echo hello world | ${QEMU_RUN} ./minigzip64 | ${QEMU_RUN} ./minigzip64 -d && ${QEMU_RUN} ./example64 $$TMP64; then \ - echo ' *** zlib 64-bit test OK ***'; \ - else \ - echo ' *** zlib 64-bit test FAILED ***'; false; \ - fi - @rm -f tmp64_$$ - -infcover.o: $(SRCDIR)test/infcover.c $(SRCDIR)zlib.h zconf.h - $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/infcover.c - -infcover: infcover.o libz.a - $(CC) $(CFLAGS) -o $@ infcover.o libz.a - -cover: infcover - rm -f *.gcda - ${QEMU_RUN} ./infcover - gcov inf*.c - -libz.a: $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) - -@ ($(RANLIB) $@ || true) >/dev/null 2>&1 - -match.o: match.S - $(CPP) match.S > _match.s - $(CC) -c _match.s - mv _match.o match.o - rm -f _match.s - -match.lo: match.S - $(CPP) match.S > _match.s - $(CC) -c -fPIC _match.s - mv _match.o match.lo - rm -f _match.s - -example.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h - $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/example.c - -minigzip.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h - $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/minigzip.c - -example64.o: $(SRCDIR)test/example.c $(SRCDIR)zlib.h zconf.h - $(CC) $(CFLAGS) $(ZINCOUT) -D_FILE_OFFSET_BITS=64 -c -o $@ $(SRCDIR)test/example.c - -minigzip64.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h - $(CC) $(CFLAGS) $(ZINCOUT) -D_FILE_OFFSET_BITS=64 -c -o $@ $(SRCDIR)test/minigzip.c - - -adler32.o: $(SRCDIR)adler32.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)adler32.c - -crc32.o: $(SRCDIR)crc32.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)crc32.c - -deflate.o: $(SRCDIR)deflate.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)deflate.c - -infback.o: $(SRCDIR)infback.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)infback.c - -inffast.o: $(SRCDIR)inffast.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)inffast.c - -inflate.o: $(SRCDIR)inflate.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)inflate.c - -inftrees.o: $(SRCDIR)inftrees.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)inftrees.c - -trees.o: $(SRCDIR)trees.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)trees.c - -zutil.o: $(SRCDIR)zutil.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)zutil.c - -compress.o: $(SRCDIR)compress.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)compress.c - -uncompr.o: $(SRCDIR)uncompr.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)uncompr.c - -gzclose.o: $(SRCDIR)gzclose.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)gzclose.c - -gzlib.o: $(SRCDIR)gzlib.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)gzlib.c - -gzread.o: $(SRCDIR)gzread.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)gzread.c - -gzwrite.o: $(SRCDIR)gzwrite.c - $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)gzwrite.c - - -adler32.lo: $(SRCDIR)adler32.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/adler32.o $(SRCDIR)adler32.c - -@mv objs/adler32.o $@ - -crc32.lo: $(SRCDIR)crc32.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/crc32.o $(SRCDIR)crc32.c - -@mv objs/crc32.o $@ - -deflate.lo: $(SRCDIR)deflate.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/deflate.o $(SRCDIR)deflate.c - -@mv objs/deflate.o $@ - -infback.lo: $(SRCDIR)infback.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/infback.o $(SRCDIR)infback.c - -@mv objs/infback.o $@ - -inffast.lo: $(SRCDIR)inffast.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/inffast.o $(SRCDIR)inffast.c - -@mv objs/inffast.o $@ - -inflate.lo: $(SRCDIR)inflate.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/inflate.o $(SRCDIR)inflate.c - -@mv objs/inflate.o $@ - -inftrees.lo: $(SRCDIR)inftrees.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/inftrees.o $(SRCDIR)inftrees.c - -@mv objs/inftrees.o $@ - -trees.lo: $(SRCDIR)trees.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/trees.o $(SRCDIR)trees.c - -@mv objs/trees.o $@ - -zutil.lo: $(SRCDIR)zutil.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/zutil.o $(SRCDIR)zutil.c - -@mv objs/zutil.o $@ - -compress.lo: $(SRCDIR)compress.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/compress.o $(SRCDIR)compress.c - -@mv objs/compress.o $@ - -uncompr.lo: $(SRCDIR)uncompr.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/uncompr.o $(SRCDIR)uncompr.c - -@mv objs/uncompr.o $@ - -gzclose.lo: $(SRCDIR)gzclose.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/gzclose.o $(SRCDIR)gzclose.c - -@mv objs/gzclose.o $@ - -gzlib.lo: $(SRCDIR)gzlib.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/gzlib.o $(SRCDIR)gzlib.c - -@mv objs/gzlib.o $@ - -gzread.lo: $(SRCDIR)gzread.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/gzread.o $(SRCDIR)gzread.c - -@mv objs/gzread.o $@ - -gzwrite.lo: $(SRCDIR)gzwrite.c - -@mkdir objs 2>/dev/null || test -d objs - $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/gzwrite.o $(SRCDIR)gzwrite.c - -@mv objs/gzwrite.o $@ - - -placebo $(SHAREDLIBV): $(PIC_OBJS) libz.a - $(LDSHARED) $(SFLAGS) -o $@ $(PIC_OBJS) $(LDSHAREDLIBC) $(LDFLAGS) - rm -f $(SHAREDLIB) $(SHAREDLIBM) - ln -s $@ $(SHAREDLIB) - ln -s $@ $(SHAREDLIBM) - -@rmdir objs - -example$(EXE): example.o $(STATICLIB) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ example.o $(TEST_LIBS) - -minigzip$(EXE): minigzip.o $(STATICLIB) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ minigzip.o $(TEST_LIBS) - -examplesh$(EXE): example.o $(SHAREDLIBV) - $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS) -L. $(SHAREDLIBV) - -minigzipsh$(EXE): minigzip.o $(SHAREDLIBV) - $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS) -L. $(SHAREDLIBV) - -example64$(EXE): example64.o $(STATICLIB) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ example64.o $(TEST_LIBS) - -minigzip64$(EXE): minigzip64.o $(STATICLIB) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ minigzip64.o $(TEST_LIBS) - -install-libs: $(LIBS) - -@if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir -p $(DESTDIR)$(exec_prefix); fi - -@if [ ! -d $(DESTDIR)$(libdir) ]; then mkdir -p $(DESTDIR)$(libdir); fi - -@if [ ! -d $(DESTDIR)$(sharedlibdir) ]; then mkdir -p $(DESTDIR)$(sharedlibdir); fi - -@if [ ! -d $(DESTDIR)$(man3dir) ]; then mkdir -p $(DESTDIR)$(man3dir); fi - -@if [ ! -d $(DESTDIR)$(pkgconfigdir) ]; then mkdir -p $(DESTDIR)$(pkgconfigdir); fi - rm -f $(DESTDIR)$(libdir)/$(STATICLIB) - cp $(STATICLIB) $(DESTDIR)$(libdir) - chmod 644 $(DESTDIR)$(libdir)/$(STATICLIB) - -@($(RANLIB) $(DESTDIR)$(libdir)/libz.a || true) >/dev/null 2>&1 - -@if test -n "$(SHAREDLIBV)"; then \ - rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV); \ - cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir); \ - echo "cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)"; \ - chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV); \ - echo "chmod 755 $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBV)"; \ - rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ - ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB); \ - ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ - ($(LDCONFIG) || true) >/dev/null 2>&1; \ - fi - rm -f $(DESTDIR)$(man3dir)/zlib.3 - cp $(SRCDIR)zlib.3 $(DESTDIR)$(man3dir) - chmod 644 $(DESTDIR)$(man3dir)/zlib.3 - rm -f $(DESTDIR)$(pkgconfigdir)/zlib.pc - cp zlib.pc $(DESTDIR)$(pkgconfigdir) - chmod 644 $(DESTDIR)$(pkgconfigdir)/zlib.pc -# The ranlib in install is needed on NeXTSTEP which checks file times -# ldconfig is for Linux - -install: install-libs - -@if [ ! -d $(DESTDIR)$(includedir) ]; then mkdir -p $(DESTDIR)$(includedir); fi - rm -f $(DESTDIR)$(includedir)/zlib.h $(DESTDIR)$(includedir)/zconf.h - cp $(SRCDIR)zlib.h zconf.h $(DESTDIR)$(includedir) - chmod 644 $(DESTDIR)$(includedir)/zlib.h $(DESTDIR)$(includedir)/zconf.h - -uninstall: - cd $(DESTDIR)$(includedir) && rm -f zlib.h zconf.h - cd $(DESTDIR)$(libdir) && rm -f libz.a; \ - if test -n "$(SHAREDLIBV)" -a -f $(SHAREDLIBV); then \ - rm -f $(SHAREDLIBV) $(SHAREDLIB) $(SHAREDLIBM); \ - fi - cd $(DESTDIR)$(man3dir) && rm -f zlib.3 - cd $(DESTDIR)$(pkgconfigdir) && rm -f zlib.pc - -docs: zlib.3.pdf - -zlib.3.pdf: $(SRCDIR)zlib.3 - groff -mandoc -f H -T ps $(SRCDIR)zlib.3 | ps2pdf - $@ - -zconf.h.cmakein: $(SRCDIR)zconf.h.in - -@ TEMPFILE=zconfh_$$; \ - echo "/#define ZCONF_H/ a\\\\\n#cmakedefine Z_PREFIX\\\\\n#cmakedefine Z_HAVE_UNISTD_H\n" >> $$TEMPFILE &&\ - sed -f $$TEMPFILE $(SRCDIR)zconf.h.in > $@ &&\ - touch -r $(SRCDIR)zconf.h.in $@ &&\ - rm $$TEMPFILE - -zconf: $(SRCDIR)zconf.h.in - cp -p $(SRCDIR)zconf.h.in zconf.h - -minizip-test: static - cd contrib/minizip && { CC="$(CC)" CFLAGS="$(CFLAGS)" $(MAKE) test ; cd ../.. ; } - -minizip-clean: - cd contrib/minizip && { $(MAKE) clean ; cd ../.. ; } - -mostlyclean: clean -clean: minizip-clean - rm -f *.o *.lo *~ \ - example$(EXE) minigzip$(EXE) examplesh$(EXE) minigzipsh$(EXE) \ - example64$(EXE) minigzip64$(EXE) \ - infcover \ - libz.* foo.gz so_locations \ - _match.s maketree contrib/infback9/*.o - rm -rf objs - rm -f *.gcda *.gcno *.gcov - rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov - -maintainer-clean: distclean -distclean: clean zconf zconf.h.cmakein - rm -f Makefile zlib.pc configure.log - -@rm -f .DS_Store - @if [ -f Makefile.in ]; then \ - printf 'all:\n\t-@echo "Please use ./configure first. Thank you."\n' > Makefile ; \ - printf '\ndistclean:\n\tmake -f Makefile.in distclean\n' >> Makefile ; \ - touch -r $(SRCDIR)Makefile.in Makefile ; fi - -tags: - etags $(SRCDIR)*.[ch] - -adler32.o zutil.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h -gzclose.o gzlib.o gzread.o gzwrite.o: $(SRCDIR)zlib.h zconf.h $(SRCDIR)gzguts.h -compress.o example.o minigzip.o uncompr.o: $(SRCDIR)zlib.h zconf.h -crc32.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)crc32.h -deflate.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h -infback.o inflate.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.h $(SRCDIR)inffast.h $(SRCDIR)inffixed.h -inffast.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.h $(SRCDIR)inffast.h -inftrees.o: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h -trees.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h - -adler32.lo zutil.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h -gzclose.lo gzlib.lo gzread.lo gzwrite.lo: $(SRCDIR)zlib.h zconf.h $(SRCDIR)gzguts.h -compress.lo example.lo minigzip.lo uncompr.lo: $(SRCDIR)zlib.h zconf.h -crc32.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)crc32.h -deflate.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h -infback.lo inflate.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.h $(SRCDIR)inffast.h $(SRCDIR)inffixed.h -inffast.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h $(SRCDIR)inflate.h $(SRCDIR)inffast.h -inftrees.lo: $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)inftrees.h -trees.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h diff --git a/proj-web/thirdparty/zlib-1.3.1/README b/proj-web/thirdparty/zlib-1.3.1/README deleted file mode 100644 index c5f9175..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/README +++ /dev/null @@ -1,117 +0,0 @@ -ZLIB DATA COMPRESSION LIBRARY - -zlib 1.3.1 is a general purpose data compression library. All the code is -thread safe. The data format used by the zlib library is described by RFCs -(Request for Comments) 1950 to 1952 in the files -http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and -rfc1952 (gzip format). - -All functions of the compression library are documented in the file zlib.h -(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example -of the library is given in the file test/example.c which also tests that -the library is working correctly. Another example is given in the file -test/minigzip.c. The compression library itself is composed of all source -files in the root directory. - -To compile all files and run the test program, follow the instructions given at -the top of Makefile.in. In short "./configure; make test", and if that goes -well, "make install" should work for most flavors of Unix. For Windows, use -one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use -make_vms.com. - -Questions about zlib should be sent to , or to Gilles Vollant - for the Windows DLL version. The zlib home page is -http://zlib.net/ . Before reporting a problem, please check this site to -verify that you have the latest version of zlib; otherwise get the latest -version and check whether the problem still exists or not. - -PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. - -Mark Nelson wrote an article about zlib for the Jan. 1997 -issue of Dr. Dobb's Journal; a copy of the article is available at -https://marknelson.us/posts/1997/01/01/zlib-engine.html . - -The changes made in version 1.3.1 are documented in the file ChangeLog. - -Unsupported third party contributions are provided in directory contrib/ . - -zlib is available in Java using the java.util.zip package. Follow the API -Documentation link at: https://docs.oracle.com/search/?q=java.util.zip . - -A Perl interface to zlib and bzip2 written by Paul Marquess -can be found at https://github.com/pmqs/IO-Compress . - -A Python interface to zlib written by A.M. Kuchling is -available in Python 1.5 and later versions, see -http://docs.python.org/library/zlib.html . - -zlib is built into tcl: http://wiki.tcl.tk/4610 . - -An experimental package to read and write files in .zip format, written on top -of zlib by Gilles Vollant , is available in the -contrib/minizip directory of zlib. - - -Notes for some targets: - -- For Windows DLL versions, please see win32/DLL_FAQ.txt - -- For 64-bit Irix, deflate.c must be compiled without any optimization. With - -O, one libpng test fails. The test works in 32 bit mode (with the -n32 - compiler flag). The compiler bug has been reported to SGI. - -- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works - when compiled with cc. - -- On Digital Unix 4.0D (formerly OSF/1) on AlphaServer, the cc option -std1 is - necessary to get gzprintf working correctly. This is done by configure. - -- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with - other compilers. Use "make test" to check your compiler. - -- gzdopen is not supported on RISCOS or BEOS. - -- For PalmOs, see http://palmzlib.sourceforge.net/ - - -Acknowledgments: - - The deflate format used by zlib was defined by Phil Katz. The deflate and - zlib specifications were written by L. Peter Deutsch. Thanks to all the - people who reported problems and suggested various improvements in zlib; they - are too numerous to cite here. - -Copyright notice: - - (C) 1995-2024 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - -If you use the zlib library in a product, we would appreciate *not* receiving -lengthy legal documents to sign. The sources are provided for free but without -warranty of any kind. The library has been entirely written by Jean-loup -Gailly and Mark Adler; it does not include third-party code. We make all -contributions to and distributions of this project solely in our personal -capacity, and are not conveying any rights to any intellectual property of -any third parties. - -If you redistribute modified sources, we would appreciate that you include in -the file ChangeLog history information documenting your changes. Please read -the FAQ for more information on the distribution of modified source versions. diff --git a/proj-web/thirdparty/zlib-1.3.1/adler32.c b/proj-web/thirdparty/zlib-1.3.1/adler32.c deleted file mode 100644 index 04b81d2..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/adler32.c +++ /dev/null @@ -1,164 +0,0 @@ -/* adler32.c -- compute the Adler-32 checksum of a data stream - * Copyright (C) 1995-2011, 2016 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#include "zutil.h" - -#define BASE 65521U /* largest prime smaller than 65536 */ -#define NMAX 5552 -/* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */ - -#define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} -#define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); -#define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); -#define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); -#define DO16(buf) DO8(buf,0); DO8(buf,8); - -/* use NO_DIVIDE if your processor does not do division in hardware -- - try it both ways to see which is faster */ -#ifdef NO_DIVIDE -/* note that this assumes BASE is 65521, where 65536 % 65521 == 15 - (thank you to John Reiser for pointing this out) */ -# define CHOP(a) \ - do { \ - unsigned long tmp = a >> 16; \ - a &= 0xffffUL; \ - a += (tmp << 4) - tmp; \ - } while (0) -# define MOD28(a) \ - do { \ - CHOP(a); \ - if (a >= BASE) a -= BASE; \ - } while (0) -# define MOD(a) \ - do { \ - CHOP(a); \ - MOD28(a); \ - } while (0) -# define MOD63(a) \ - do { /* this assumes a is not negative */ \ - z_off64_t tmp = a >> 32; \ - a &= 0xffffffffL; \ - a += (tmp << 8) - (tmp << 5) + tmp; \ - tmp = a >> 16; \ - a &= 0xffffL; \ - a += (tmp << 4) - tmp; \ - tmp = a >> 16; \ - a &= 0xffffL; \ - a += (tmp << 4) - tmp; \ - if (a >= BASE) a -= BASE; \ - } while (0) -#else -# define MOD(a) a %= BASE -# define MOD28(a) a %= BASE -# define MOD63(a) a %= BASE -#endif - -/* ========================================================================= */ -uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { - unsigned long sum2; - unsigned n; - - /* split Adler-32 into component sums */ - sum2 = (adler >> 16) & 0xffff; - adler &= 0xffff; - - /* in case user likes doing a byte at a time, keep it fast */ - if (len == 1) { - adler += buf[0]; - if (adler >= BASE) - adler -= BASE; - sum2 += adler; - if (sum2 >= BASE) - sum2 -= BASE; - return adler | (sum2 << 16); - } - - /* initial Adler-32 value (deferred check for len == 1 speed) */ - if (buf == Z_NULL) - return 1L; - - /* in case short lengths are provided, keep it somewhat fast */ - if (len < 16) { - while (len--) { - adler += *buf++; - sum2 += adler; - } - if (adler >= BASE) - adler -= BASE; - MOD28(sum2); /* only added so many BASE's */ - return adler | (sum2 << 16); - } - - /* do length NMAX blocks -- requires just one modulo operation */ - while (len >= NMAX) { - len -= NMAX; - n = NMAX / 16; /* NMAX is divisible by 16 */ - do { - DO16(buf); /* 16 sums unrolled */ - buf += 16; - } while (--n); - MOD(adler); - MOD(sum2); - } - - /* do remaining bytes (less than NMAX, still just one modulo) */ - if (len) { /* avoid modulos if none remaining */ - while (len >= 16) { - len -= 16; - DO16(buf); - buf += 16; - } - while (len--) { - adler += *buf++; - sum2 += adler; - } - MOD(adler); - MOD(sum2); - } - - /* return recombined sums */ - return adler | (sum2 << 16); -} - -/* ========================================================================= */ -uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { - return adler32_z(adler, buf, len); -} - -/* ========================================================================= */ -local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { - unsigned long sum1; - unsigned long sum2; - unsigned rem; - - /* for negative len, return invalid adler32 as a clue for debugging */ - if (len2 < 0) - return 0xffffffffUL; - - /* the derivation of this formula is left as an exercise for the reader */ - MOD63(len2); /* assumes len2 >= 0 */ - rem = (unsigned)len2; - sum1 = adler1 & 0xffff; - sum2 = rem * sum1; - MOD(sum2); - sum1 += (adler2 & 0xffff) + BASE - 1; - sum2 += ((adler1 >> 16) & 0xffff) + ((adler2 >> 16) & 0xffff) + BASE - rem; - if (sum1 >= BASE) sum1 -= BASE; - if (sum1 >= BASE) sum1 -= BASE; - if (sum2 >= ((unsigned long)BASE << 1)) sum2 -= ((unsigned long)BASE << 1); - if (sum2 >= BASE) sum2 -= BASE; - return sum1 | (sum2 << 16); -} - -/* ========================================================================= */ -uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { - return adler32_combine_(adler1, adler2, len2); -} - -uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) { - return adler32_combine_(adler1, adler2, len2); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.pup b/proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.pup deleted file mode 100644 index 8940c12..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.pup +++ /dev/null @@ -1,69 +0,0 @@ -# Amiga powerUP (TM) Makefile -# makefile for libpng and SAS C V6.58/7.00 PPC compiler -# Copyright (C) 1998 by Andreas R. Kleinert - -LIBNAME = libzip.a - -CC = scppc -CFLAGS = NOSTKCHK NOSINT OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL \ - OPTLOOP OPTRDEP=8 OPTDEP=8 OPTCOMP=8 NOVER -AR = ppc-amigaos-ar cr -RANLIB = ppc-amigaos-ranlib -LD = ppc-amigaos-ld -r -LDFLAGS = -o -LDLIBS = LIB:scppc.a LIB:end.o -RM = delete quiet - -OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ - uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o - -TEST_OBJS = example.o minigzip.o - -all: example minigzip - -check: test -test: all - example - echo hello world | minigzip | minigzip -d - -$(LIBNAME): $(OBJS) - $(AR) $@ $(OBJS) - -$(RANLIB) $@ - -example: example.o $(LIBNAME) - $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS) - -minigzip: minigzip.o $(LIBNAME) - $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS) - -mostlyclean: clean -clean: - $(RM) *.o example minigzip $(LIBNAME) foo.gz - -zip: - zip -ul9 zlib README ChangeLog Makefile Make????.??? Makefile.?? \ - descrip.mms *.[ch] - -tgz: - cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \ - zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch] - -# DO NOT DELETE THIS LINE -- make depend depends on it. - -adler32.o: zlib.h zconf.h -compress.o: zlib.h zconf.h -crc32.o: crc32.h zlib.h zconf.h -deflate.o: deflate.h zutil.h zlib.h zconf.h -example.o: zlib.h zconf.h -gzclose.o: zlib.h zconf.h gzguts.h -gzlib.o: zlib.h zconf.h gzguts.h -gzread.o: zlib.h zconf.h gzguts.h -gzwrite.o: zlib.h zconf.h gzguts.h -inffast.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h -inflate.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h -infback.o: zutil.h zlib.h zconf.h inftrees.h inflate.h inffast.h -inftrees.o: zutil.h zlib.h zconf.h inftrees.h -minigzip.o: zlib.h zconf.h -trees.o: deflate.h zutil.h zlib.h zconf.h trees.h -uncompr.o: zlib.h zconf.h -zutil.o: zutil.h zlib.h zconf.h diff --git a/proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.sas b/proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.sas deleted file mode 100644 index 749e291..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/amiga/Makefile.sas +++ /dev/null @@ -1,68 +0,0 @@ -# SMakefile for zlib -# Modified from the standard UNIX Makefile Copyright Jean-loup Gailly -# Osma Ahvenlampi -# Amiga, SAS/C 6.56 & Smake - -CC=sc -CFLAGS=OPT -#CFLAGS=OPT CPU=68030 -#CFLAGS=DEBUG=LINE -LDFLAGS=LIB z.lib - -SCOPTIONS=OPTSCHED OPTINLINE OPTALIAS OPTTIME OPTINLOCAL STRMERGE \ - NOICONS PARMS=BOTH NOSTACKCHECK UTILLIB NOVERSION ERRORREXX \ - DEF=POSTINC - -OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ - uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o - -TEST_OBJS = example.o minigzip.o - -all: SCOPTIONS example minigzip - -check: test -test: all - example - echo hello world | minigzip | minigzip -d - -install: z.lib - copy clone zlib.h zconf.h INCLUDE: - copy clone z.lib LIB: - -z.lib: $(OBJS) - oml z.lib r $(OBJS) - -example: example.o z.lib - $(CC) $(CFLAGS) LINK TO $@ example.o $(LDFLAGS) - -minigzip: minigzip.o z.lib - $(CC) $(CFLAGS) LINK TO $@ minigzip.o $(LDFLAGS) - -mostlyclean: clean -clean: - -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS - -SCOPTIONS: Makefile.sas - copy to $@ (uLong)max ? max : (uInt)left; - left -= stream.avail_out; - } - if (stream.avail_in == 0) { - stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; - sourceLen -= stream.avail_in; - } - err = deflate(&stream, sourceLen ? Z_NO_FLUSH : Z_FINISH); - } while (err == Z_OK); - - *destLen = stream.total_out; - deflateEnd(&stream); - return err == Z_STREAM_END ? Z_OK : err; -} - -/* =========================================================================== - */ -int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, - uLong sourceLen) { - return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); -} - -/* =========================================================================== - If the default memLevel or windowBits for deflateInit() is changed, then - this function needs to be updated. - */ -uLong ZEXPORT compressBound(uLong sourceLen) { - return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + - (sourceLen >> 25) + 13; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/configure b/proj-web/thirdparty/zlib-1.3.1/configure deleted file mode 100644 index c55098a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/configure +++ /dev/null @@ -1,929 +0,0 @@ -#!/bin/sh -# configure script for zlib. -# -# Normally configure builds both a static and a shared library. -# If you want to build just a static library, use: ./configure --static -# -# To impose specific compiler or flags or install directory, use for example: -# prefix=$HOME CC=cc CFLAGS="-O4" ./configure -# or for csh/tcsh users: -# (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) - -# Incorrect settings of CC or CFLAGS may prevent creating a shared library. -# If you have problems, try without defining CC and CFLAGS before reporting -# an error. - -# start off configure.log -echo -------------------- >> configure.log -echo $0 $* >> configure.log -date >> configure.log - -# get source directory -SRCDIR=`dirname $0` -if test $SRCDIR = "."; then - ZINC="" - ZINCOUT="-I." - SRCDIR="" -else - ZINC='-I. -include zconf.h' - ZINCOUT='-I. -I$(SRCDIR)' - SRCDIR="$SRCDIR/" -fi - -# set command prefix for cross-compilation -if [ -n "${CHOST}" ]; then - uname=${CHOST} - mname=${CHOST} - CROSS_PREFIX="${CHOST}-" -else - mname=`(uname -a || echo unknown) 2>/dev/null` -fi - -# destination name for static library -STATICLIB=libz.a - -# extract zlib version numbers from zlib.h -VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h` -VER3=`echo ${VER}|sed -n -e 's/\([0-9]\{1,\}\(\\.[0-9]\{1,\}\)\{1,2\}\).*/\1/p'` -VER1=`echo ${VER}|sed -n -e 's/\([0-9]\{1,\}\)\\..*/\1/p'` - -# establish commands for library building -if "${CROSS_PREFIX}ar" --version >/dev/null 2>/dev/null || test $? -lt 126; then - AR=${AR-"${CROSS_PREFIX}ar"} - test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log -else - AR=${AR-"ar"} - test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log -fi -ARFLAGS=${ARFLAGS-"rc"} -if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then - RANLIB=${RANLIB-"${CROSS_PREFIX}ranlib"} - test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log -else - RANLIB=${RANLIB-"ranlib"} -fi -if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then - NM=${NM-"${CROSS_PREFIX}nm"} - test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log -else - NM=${NM-"nm"} -fi - -# set defaults before processing command line options -LDCONFIG=${LDCONFIG-"ldconfig"} -LDSHAREDLIBC="${LDSHAREDLIBC--lc}" -ARCHS= -prefix=${prefix-/usr/local} -exec_prefix=${exec_prefix-'${prefix}'} -libdir=${libdir-'${exec_prefix}/lib'} -sharedlibdir=${sharedlibdir-'${libdir}'} -includedir=${includedir-'${prefix}/include'} -mandir=${mandir-'${prefix}/share/man'} -shared_ext='.so' -shared=1 -solo=0 -cover=0 -zprefix=0 -zconst=0 -build64=0 -gcc=0 -warn=0 -debug=0 -address=0 -memory=0 -old_cc="$CC" -old_cflags="$CFLAGS" -OBJC='$(OBJZ) $(OBJG)' -PIC_OBJC='$(PIC_OBJZ) $(PIC_OBJG)' - -# leave this script, optionally in a bad way -leave() -{ - if test "$*" != "0"; then - echo "** $0 aborting." | tee -a configure.log - fi - rm -rf $test.[co] $test $test$shared_ext $test.gcno $test.dSYM ./--version - echo -------------------- >> configure.log - echo >> configure.log - echo >> configure.log - exit $1 -} - -# process command line options -while test $# -ge 1 -do -case "$1" in - -h* | --help) - echo 'usage:' | tee -a configure.log - echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log - echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log - echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log - exit 0 ;; - -p*=* | --prefix=*) prefix=`echo $1 | sed 's/.*=//'`; shift ;; - -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;; - -l*=* | --libdir=*) libdir=`echo $1 | sed 's/.*=//'`; shift ;; - --sharedlibdir=*) sharedlibdir=`echo $1 | sed 's/.*=//'`; shift ;; - -i*=* | --includedir=*) includedir=`echo $1 | sed 's/.*=//'`;shift ;; - -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;; - -p* | --prefix) prefix="$2"; shift; shift ;; - -e* | --eprefix) exec_prefix="$2"; shift; shift ;; - -l* | --libdir) libdir="$2"; shift; shift ;; - -i* | --includedir) includedir="$2"; shift; shift ;; - -s* | --shared | --enable-shared) shared=1; shift ;; - -t | --static) shared=0; shift ;; - --solo) solo=1; shift ;; - --cover) cover=1; shift ;; - -z* | --zprefix) zprefix=1; shift ;; - -6* | --64) build64=1; shift ;; - -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;; - --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; - --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;; - -c* | --const) zconst=1; shift ;; - -w* | --warn) warn=1; shift ;; - -d* | --debug) debug=1; shift ;; - --sanitize) address=1; shift ;; - --address) address=1; shift ;; - --memory) memory=1; shift ;; - *) - echo "unknown option: $1" | tee -a configure.log - echo "$0 --help for help" | tee -a configure.log - leave 1;; - esac -done - -# temporary file name -test=ztest$$ - -# put arguments in log, also put test file in log if used in arguments -show() -{ - case "$*" in - *$test.c*) - echo === $test.c === >> configure.log - cat $test.c >> configure.log - echo === >> configure.log;; - esac - echo $* >> configure.log -} - -# check for gcc vs. cc and set compile and link flags based on the system identified by uname -cat > $test.c </dev/null 2>&1; then - cc=${CROSS_PREFIX}gcc - else - cc=${CROSS_PREFIX}cc - fi -else - cc=${CC} -fi - -case "$cc" in - *gcc*) gcc=1 ;; - *clang*) gcc=1 ;; -esac -case `$cc -v 2>&1` in - *gcc*) gcc=1 ;; - *clang*) gcc=1 ;; -esac - -show $cc -c $test.c -if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then - echo ... using gcc >> configure.log - CC="$cc" - CFLAGS="${CFLAGS--O3}" - SFLAGS="${CFLAGS--O3} -fPIC" - if test "$ARCHS"; then - CFLAGS="${CFLAGS} ${ARCHS}" - LDFLAGS="${LDFLAGS} ${ARCHS}" - fi - if test $build64 -eq 1; then - CFLAGS="${CFLAGS} -m64" - SFLAGS="${SFLAGS} -m64" - fi - if test "$warn" -eq 1; then - if test "$zconst" -eq 1; then - CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -DZLIB_CONST" - else - CFLAGS="${CFLAGS} -Wall -Wextra" - fi - fi - if test $address -eq 1; then - CFLAGS="${CFLAGS} -g -fsanitize=address -fno-omit-frame-pointer" - fi - if test $memory -eq 1; then - CFLAGS="${CFLAGS} -g -fsanitize=memory -fno-omit-frame-pointer" - fi - if test $debug -eq 1; then - CFLAGS="${CFLAGS} -DZLIB_DEBUG" - SFLAGS="${SFLAGS} -DZLIB_DEBUG" - fi - if test -z "$uname"; then - uname=`(uname -s || echo unknown) 2>/dev/null` - fi - case "$uname" in - Linux* | linux* | *-linux* | GNU | GNU/* | solaris*) - case "$mname" in - *sparc*) - LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;; - esac - LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;; - *BSD | *bsd* | DragonFly) - LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} - LDCONFIG="ldconfig -m" ;; - CYGWIN* | Cygwin* | cygwin* | *-cygwin* | OS/2*) - EXE='.exe' ;; - MINGW* | mingw* | *-mingw*) - rm -f $test.[co] $test $test$shared_ext - echo "If this doesn't work for you, try win32/Makefile.gcc." | tee -a configure.log - LDSHARED=${LDSHARED-"$cc -shared"} - LDSHAREDLIBC="" - EXE='.exe' ;; - QNX*) # This is for QNX6. I suppose that the QNX rule below is for QNX2,QNX4 - # (alain.bonnefoy@icbt.com) - LDSHARED=${LDSHARED-"$cc -shared -Wl,-hlibz.so.1"} ;; - HP-UX*) - LDSHARED=${LDSHARED-"$cc -shared $SFLAGS"} - case `(uname -m || echo unknown) 2>/dev/null` in - ia64) - shared_ext='.so' - SHAREDLIB='libz.so' ;; - *) - shared_ext='.sl' - SHAREDLIB='libz.sl' ;; - esac ;; - AIX*) - LDFLAGS="${LDFLAGS} -Wl,-brtl" ;; - Darwin* | darwin* | *-darwin*) - shared_ext='.dylib' - SHAREDLIB=libz$shared_ext - SHAREDLIBV=libz.$VER$shared_ext - SHAREDLIBM=libz.$VER1$shared_ext - LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"} - if "${CROSS_PREFIX}libtool" -V 2>&1 | grep Apple > /dev/null; then - AR="${CROSS_PREFIX}libtool" - elif libtool -V 2>&1 | grep Apple > /dev/null; then - AR="libtool" - else - AR="/usr/bin/libtool" - fi - ARFLAGS="-o" ;; - *) - LDSHARED=${LDSHARED-"$cc -shared"} ;; - esac -else - # find system name and corresponding cc options - CC=${CC-cc} - gcc=0 - echo ... using $CC >> configure.log - if test -z "$uname"; then - uname=`(uname -sr || echo unknown) 2>/dev/null` - fi - case "$uname" in - HP-UX*) SFLAGS=${CFLAGS-"-O +z"} - CFLAGS=${CFLAGS-"-O"} -# LDSHARED=${LDSHARED-"ld -b +vnocompatwarnings"} - LDSHARED=${LDSHARED-"ld -b"} - case `(uname -m || echo unknown) 2>/dev/null` in - ia64) - shared_ext='.so' - SHAREDLIB='libz.so' ;; - *) - shared_ext='.sl' - SHAREDLIB='libz.sl' ;; - esac ;; - IRIX*) SFLAGS=${CFLAGS-"-ansi -O2 -rpath ."} - CFLAGS=${CFLAGS-"-ansi -O2"} - LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so.1"} ;; - OSF1\ V4*) SFLAGS=${CFLAGS-"-O -std1"} - CFLAGS=${CFLAGS-"-O -std1"} - LDFLAGS="${LDFLAGS} -Wl,-rpath,." - LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;; - OSF1*) SFLAGS=${CFLAGS-"-O -std1"} - CFLAGS=${CFLAGS-"-O -std1"} - LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so.1"} ;; - QNX*) SFLAGS=${CFLAGS-"-4 -O"} - CFLAGS=${CFLAGS-"-4 -O"} - LDSHARED=${LDSHARED-"cc"} - RANLIB=${RANLIB-"true"} - AR="cc" - ARFLAGS="-A" ;; - SCO_SV\ 3.2*) SFLAGS=${CFLAGS-"-O3 -dy -KPIC "} - CFLAGS=${CFLAGS-"-O3"} - LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;; - SunOS\ 5* | solaris*) - LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"} - SFLAGS=${CFLAGS-"-fast -KPIC"} - CFLAGS=${CFLAGS-"-fast"} - if test $build64 -eq 1; then - # old versions of SunPRO/Workshop/Studio don't support -m64, - # but newer ones do. Check for it. - flag64=`$CC -flags | egrep -- '^-m64'` - if test x"$flag64" != x"" ; then - CFLAGS="${CFLAGS} -m64" - SFLAGS="${SFLAGS} -m64" - else - case `(uname -m || echo unknown) 2>/dev/null` in - i86*) - SFLAGS="$SFLAGS -xarch=amd64" - CFLAGS="$CFLAGS -xarch=amd64" ;; - *) - SFLAGS="$SFLAGS -xarch=v9" - CFLAGS="$CFLAGS -xarch=v9" ;; - esac - fi - fi - if test -n "$ZINC"; then - ZINC='-I- -I. -I$(SRCDIR)' - fi - ;; - SunOS\ 4*) SFLAGS=${CFLAGS-"-O2 -PIC"} - CFLAGS=${CFLAGS-"-O2"} - LDSHARED=${LDSHARED-"ld"} ;; - SunStudio\ 9*) SFLAGS=${CFLAGS-"-fast -xcode=pic32 -xtarget=ultra3 -xarch=v9b"} - CFLAGS=${CFLAGS-"-fast -xtarget=ultra3 -xarch=v9b"} - LDSHARED=${LDSHARED-"cc -xarch=v9b"} ;; - UNIX_System_V\ 4.2.0) - SFLAGS=${CFLAGS-"-KPIC -O"} - CFLAGS=${CFLAGS-"-O"} - LDSHARED=${LDSHARED-"cc -G"} ;; - UNIX_SV\ 4.2MP) - SFLAGS=${CFLAGS-"-Kconform_pic -O"} - CFLAGS=${CFLAGS-"-O"} - LDSHARED=${LDSHARED-"cc -G"} ;; - OpenUNIX\ 5) - SFLAGS=${CFLAGS-"-KPIC -O"} - CFLAGS=${CFLAGS-"-O"} - LDSHARED=${LDSHARED-"cc -G"} ;; - AIX*) # Courtesy of dbakker@arrayasolutions.com - SFLAGS=${CFLAGS-"-O -qmaxmem=8192"} - CFLAGS=${CFLAGS-"-O -qmaxmem=8192"} - LDSHARED=${LDSHARED-"xlc -G"} ;; - # send working options for other systems to zlib@gzip.org - *) SFLAGS=${CFLAGS-"-O"} - CFLAGS=${CFLAGS-"-O"} - LDSHARED=${LDSHARED-"cc -shared"} ;; - esac -fi - -# destination names for shared library if not defined above -SHAREDLIB=${SHAREDLIB-"libz$shared_ext"} -SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"} -SHAREDLIBM=${SHAREDLIBM-"libz$shared_ext.$VER1"} - -echo >> configure.log - -# define functions for testing compiler and library characteristics and logging the results - -cat > $test.c </dev/null; then - try() - { - show $* - test "`( $* ) 2>&1 | tee -a configure.log`" = "" - } - echo - using any output from compiler to indicate an error >> configure.log -else - try() - { - show $* - got=`( $* ) 2>&1` - ret=$? - if test "$got" != ""; then - printf "%s\n" "$got" >> configure.log - fi - if test $ret -ne 0; then - echo "(exit code "$ret")" >> configure.log - fi - return $ret - } -fi - -tryboth() -{ - show $* - got=`( $* ) 2>&1` - ret=$? - if test "$got" != ""; then - printf "%s\n" "$got" >> configure.log - fi - if test $ret -ne 0; then - echo "(exit code "$ret")" >> configure.log - return $ret - fi - test "$got" = "" -} - -cat > $test.c << EOF -int foo() { return 0; } -EOF -echo "Checking for obsessive-compulsive compiler options..." >> configure.log -if try $CC -c $CFLAGS $test.c; then - : -else - echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log - leave 1 -fi - -echo >> configure.log - -# see if shared library build supported -cat > $test.c <> configure.log - -# check for size_t -cat > $test.c < -#include -size_t dummy = 0; -EOF -if try $CC -c $CFLAGS $test.c; then - echo "Checking for size_t... Yes." | tee -a configure.log -else - echo "Checking for size_t... No." | tee -a configure.log - # find a size_t integer type - # check for long long - cat > $test.c << EOF -long long dummy = 0; -EOF - if try $CC -c $CFLAGS $test.c; then - echo "Checking for long long... Yes." | tee -a configure.log - cat > $test.c < -int main(void) { - if (sizeof(void *) <= sizeof(int)) puts("int"); - else if (sizeof(void *) <= sizeof(long)) puts("long"); - else puts("z_longlong"); - return 0; -} -EOF - else - echo "Checking for long long... No." | tee -a configure.log - cat > $test.c < -int main(void) { - if (sizeof(void *) <= sizeof(int)) puts("int"); - else puts("long"); - return 0; -} -EOF - fi - if try $CC $CFLAGS -o $test $test.c; then - sizet=`./$test` - echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log - CFLAGS="${CFLAGS} -DNO_SIZE_T=${sizet}" - SFLAGS="${SFLAGS} -DNO_SIZE_T=${sizet}" - else - echo "Checking for a pointer-size integer type... not found." | tee -a configure.log - fi -fi - -echo >> configure.log - -# check for large file support, and if none, check for fseeko() -cat > $test.c < -off64_t dummy = 0; -EOF -if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then - CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE=1" - SFLAGS="${SFLAGS} -D_LARGEFILE64_SOURCE=1" - ALL="${ALL} all64" - TEST="${TEST} test64" - echo "Checking for off64_t... Yes." | tee -a configure.log - echo "Checking for fseeko... Yes." | tee -a configure.log -else - echo "Checking for off64_t... No." | tee -a configure.log - echo >> configure.log - cat > $test.c < -int main(void) { - fseeko(NULL, 0, 0); - return 0; -} -EOF - if try $CC $CFLAGS -o $test $test.c; then - echo "Checking for fseeko... Yes." | tee -a configure.log - else - CFLAGS="${CFLAGS} -DNO_FSEEKO" - SFLAGS="${SFLAGS} -DNO_FSEEKO" - echo "Checking for fseeko... No." | tee -a configure.log - fi -fi - -echo >> configure.log - -# check for strerror() for use by gz* functions -cat > $test.c < -#include -int main() { return strlen(strerror(errno)); } -EOF -if try $CC $CFLAGS -o $test $test.c; then - echo "Checking for strerror... Yes." | tee -a configure.log -else - CFLAGS="${CFLAGS} -DNO_STRERROR" - SFLAGS="${SFLAGS} -DNO_STRERROR" - echo "Checking for strerror... No." | tee -a configure.log -fi - -# copy clean zconf.h for subsequent edits -cp -p ${SRCDIR}zconf.h.in zconf.h - -echo >> configure.log - -# check for unistd.h and save result in zconf.h -cat > $test.c < -int main() { return 0; } -EOF -if try $CC -c $CFLAGS $test.c; then - sed < zconf.h "/^#ifdef HAVE_UNISTD_H.* may be/s/def HAVE_UNISTD_H\(.*\) may be/ 1\1 was/" > zconf.temp.h - mv zconf.temp.h zconf.h - echo "Checking for unistd.h... Yes." | tee -a configure.log -else - echo "Checking for unistd.h... No." | tee -a configure.log -fi - -echo >> configure.log - -# check for stdarg.h and save result in zconf.h -cat > $test.c < -int main() { return 0; } -EOF -if try $CC -c $CFLAGS $test.c; then - sed < zconf.h "/^#ifdef HAVE_STDARG_H.* may be/s/def HAVE_STDARG_H\(.*\) may be/ 1\1 was/" > zconf.temp.h - mv zconf.temp.h zconf.h - echo "Checking for stdarg.h... Yes." | tee -a configure.log -else - echo "Checking for stdarg.h... No." | tee -a configure.log -fi - -# if the z_ prefix was requested, save that in zconf.h -if test $zprefix -eq 1; then - sed < zconf.h "/#ifdef Z_PREFIX.* may be/s/def Z_PREFIX\(.*\) may be/ 1\1 was/" > zconf.temp.h - mv zconf.temp.h zconf.h - echo >> configure.log - echo "Using z_ prefix on all symbols." | tee -a configure.log -fi - -# if --solo compilation was requested, save that in zconf.h and remove gz stuff from object lists -if test $solo -eq 1; then - sed '/#define ZCONF_H/a\ -#define Z_SOLO - -' < zconf.h > zconf.temp.h - mv zconf.temp.h zconf.h -OBJC='$(OBJZ)' -PIC_OBJC='$(PIC_OBJZ)' -fi - -# if code coverage testing was requested, use older gcc if defined, e.g. "gcc-4.2" on Mac OS X -if test $cover -eq 1; then - CFLAGS="${CFLAGS} -fprofile-arcs -ftest-coverage" - if test -n "$GCC_CLASSIC"; then - CC=$GCC_CLASSIC - fi -fi - -echo >> configure.log - -# conduct a series of tests to resolve eight possible cases of using "vs" or "s" printf functions -# (using stdarg or not), with or without "n" (proving size of buffer), and with or without a -# return value. The most secure result is vsnprintf() with a return value. snprintf() with a -# return value is secure as well, but then gzprintf() will be limited to 20 arguments. -cat > $test.c < -#include -#include "zconf.h" -int main() -{ -#ifndef STDC - choke me -#endif - return 0; -} -EOF -if try $CC -c $CFLAGS $test.c; then - echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()." | tee -a configure.log - - echo >> configure.log - cat > $test.c < -#include -int mytest(const char *fmt, ...) -{ - char buf[20]; - va_list ap; - va_start(ap, fmt); - vsnprintf(buf, sizeof(buf), fmt, ap); - va_end(ap); - return 0; -} -int main() -{ - return (mytest("Hello%d\n", 1)); -} -EOF - if try $CC $CFLAGS -o $test $test.c; then - echo "Checking for vsnprintf() in stdio.h... Yes." | tee -a configure.log - - echo >> configure.log - cat >$test.c < -#include -int mytest(const char *fmt, ...) -{ - int n; - char buf[20]; - va_list ap; - va_start(ap, fmt); - n = vsnprintf(buf, sizeof(buf), fmt, ap); - va_end(ap); - return n; -} -int main() -{ - return (mytest("Hello%d\n", 1)); -} -EOF - - if try $CC -c $CFLAGS $test.c; then - echo "Checking for return value of vsnprintf()... Yes." | tee -a configure.log - else - CFLAGS="$CFLAGS -DHAS_vsnprintf_void" - SFLAGS="$SFLAGS -DHAS_vsnprintf_void" - echo "Checking for return value of vsnprintf()... No." | tee -a configure.log - echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log - echo " can build but will be open to possible string-format security" | tee -a configure.log - echo " vulnerabilities." | tee -a configure.log - fi - else - CFLAGS="$CFLAGS -DNO_vsnprintf" - SFLAGS="$SFLAGS -DNO_vsnprintf" - echo "Checking for vsnprintf() in stdio.h... No." | tee -a configure.log - echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | tee -a configure.log - echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log - echo " vulnerabilities." | tee -a configure.log - - echo >> configure.log - cat >$test.c < -#include -int mytest(const char *fmt, ...) -{ - int n; - char buf[20]; - va_list ap; - va_start(ap, fmt); - n = vsprintf(buf, fmt, ap); - va_end(ap); - return n; -} -int main() -{ - return (mytest("Hello%d\n", 1)); -} -EOF - - if try $CC -c $CFLAGS $test.c; then - echo "Checking for return value of vsprintf()... Yes." | tee -a configure.log - else - CFLAGS="$CFLAGS -DHAS_vsprintf_void" - SFLAGS="$SFLAGS -DHAS_vsprintf_void" - echo "Checking for return value of vsprintf()... No." | tee -a configure.log - echo " WARNING: apparently vsprintf() does not return a value. zlib" | tee -a configure.log - echo " can build but will be open to possible string-format security" | tee -a configure.log - echo " vulnerabilities." | tee -a configure.log - fi - fi -else - echo "Checking whether to use vs[n]printf() or s[n]printf()... using s[n]printf()." | tee -a configure.log - - echo >> configure.log - cat >$test.c < -int mytest() -{ - char buf[20]; - snprintf(buf, sizeof(buf), "%s", "foo"); - return 0; -} -int main() -{ - return (mytest()); -} -EOF - - if try $CC $CFLAGS -o $test $test.c; then - echo "Checking for snprintf() in stdio.h... Yes." | tee -a configure.log - - echo >> configure.log - cat >$test.c < -int mytest() -{ - char buf[20]; - return snprintf(buf, sizeof(buf), "%s", "foo"); -} -int main() -{ - return (mytest()); -} -EOF - - if try $CC -c $CFLAGS $test.c; then - echo "Checking for return value of snprintf()... Yes." | tee -a configure.log - else - CFLAGS="$CFLAGS -DHAS_snprintf_void" - SFLAGS="$SFLAGS -DHAS_snprintf_void" - echo "Checking for return value of snprintf()... No." | tee -a configure.log - echo " WARNING: apparently snprintf() does not return a value. zlib" | tee -a configure.log - echo " can build but will be open to possible string-format security" | tee -a configure.log - echo " vulnerabilities." | tee -a configure.log - fi - else - CFLAGS="$CFLAGS -DNO_snprintf" - SFLAGS="$SFLAGS -DNO_snprintf" - echo "Checking for snprintf() in stdio.h... No." | tee -a configure.log - echo " WARNING: snprintf() not found, falling back to sprintf(). zlib" | tee -a configure.log - echo " can build but will be open to possible buffer-overflow security" | tee -a configure.log - echo " vulnerabilities." | tee -a configure.log - - echo >> configure.log - cat >$test.c < -int mytest() -{ - char buf[20]; - return sprintf(buf, "%s", "foo"); -} -int main() -{ - return (mytest()); -} -EOF - - if try $CC -c $CFLAGS $test.c; then - echo "Checking for return value of sprintf()... Yes." | tee -a configure.log - else - CFLAGS="$CFLAGS -DHAS_sprintf_void" - SFLAGS="$SFLAGS -DHAS_sprintf_void" - echo "Checking for return value of sprintf()... No." | tee -a configure.log - echo " WARNING: apparently sprintf() does not return a value. zlib" | tee -a configure.log - echo " can build but will be open to possible string-format security" | tee -a configure.log - echo " vulnerabilities." | tee -a configure.log - fi - fi -fi - -# see if we can hide zlib internal symbols that are linked between separate source files -if test "$gcc" -eq 1; then - echo >> configure.log - cat > $test.c <> configure.log -echo ALL = $ALL >> configure.log -echo AR = $AR >> configure.log -echo ARFLAGS = $ARFLAGS >> configure.log -echo CC = $CC >> configure.log -echo CFLAGS = $CFLAGS >> configure.log -echo CPP = $CPP >> configure.log -echo EXE = $EXE >> configure.log -echo LDCONFIG = $LDCONFIG >> configure.log -echo LDFLAGS = $LDFLAGS >> configure.log -echo LDSHARED = $LDSHARED >> configure.log -echo LDSHAREDLIBC = $LDSHAREDLIBC >> configure.log -echo OBJC = $OBJC >> configure.log -echo PIC_OBJC = $PIC_OBJC >> configure.log -echo RANLIB = $RANLIB >> configure.log -echo SFLAGS = $SFLAGS >> configure.log -echo SHAREDLIB = $SHAREDLIB >> configure.log -echo SHAREDLIBM = $SHAREDLIBM >> configure.log -echo SHAREDLIBV = $SHAREDLIBV >> configure.log -echo STATICLIB = $STATICLIB >> configure.log -echo TEST = $TEST >> configure.log -echo VER = $VER >> configure.log -echo SRCDIR = $SRCDIR >> configure.log -echo exec_prefix = $exec_prefix >> configure.log -echo includedir = $includedir >> configure.log -echo libdir = $libdir >> configure.log -echo mandir = $mandir >> configure.log -echo prefix = $prefix >> configure.log -echo sharedlibdir = $sharedlibdir >> configure.log -echo uname = $uname >> configure.log - -# update Makefile with the configure results -sed < ${SRCDIR}Makefile.in " -/^CC *=/s#=.*#=$CC# -/^CFLAGS *=/s#=.*#=$CFLAGS# -/^SFLAGS *=/s#=.*#=$SFLAGS# -/^LDFLAGS *=/s#=.*#=$LDFLAGS# -/^LDSHARED *=/s#=.*#=$LDSHARED# -/^CPP *=/s#=.*#=$CPP# -/^STATICLIB *=/s#=.*#=$STATICLIB# -/^SHAREDLIB *=/s#=.*#=$SHAREDLIB# -/^SHAREDLIBV *=/s#=.*#=$SHAREDLIBV# -/^SHAREDLIBM *=/s#=.*#=$SHAREDLIBM# -/^AR *=/s#=.*#=$AR# -/^ARFLAGS *=/s#=.*#=$ARFLAGS# -/^RANLIB *=/s#=.*#=$RANLIB# -/^LDCONFIG *=/s#=.*#=$LDCONFIG# -/^LDSHAREDLIBC *=/s#=.*#=$LDSHAREDLIBC# -/^EXE *=/s#=.*#=$EXE# -/^SRCDIR *=/s#=.*#=$SRCDIR# -/^ZINC *=/s#=.*#=$ZINC# -/^ZINCOUT *=/s#=.*#=$ZINCOUT# -/^prefix *=/s#=.*#=$prefix# -/^exec_prefix *=/s#=.*#=$exec_prefix# -/^libdir *=/s#=.*#=$libdir# -/^sharedlibdir *=/s#=.*#=$sharedlibdir# -/^includedir *=/s#=.*#=$includedir# -/^mandir *=/s#=.*#=$mandir# -/^OBJC *=/s#=.*#= $OBJC# -/^PIC_OBJC *=/s#=.*#= $PIC_OBJC# -/^all: */s#:.*#: $ALL# -/^test: */s#:.*#: $TEST# -" > Makefile - -# create zlib.pc with the configure results -sed < ${SRCDIR}zlib.pc.in " -/^CC *=/s#=.*#=$CC# -/^CFLAGS *=/s#=.*#=$CFLAGS# -/^CPP *=/s#=.*#=$CPP# -/^LDSHARED *=/s#=.*#=$LDSHARED# -/^STATICLIB *=/s#=.*#=$STATICLIB# -/^SHAREDLIB *=/s#=.*#=$SHAREDLIB# -/^SHAREDLIBV *=/s#=.*#=$SHAREDLIBV# -/^SHAREDLIBM *=/s#=.*#=$SHAREDLIBM# -/^AR *=/s#=.*#=$AR# -/^ARFLAGS *=/s#=.*#=$ARFLAGS# -/^RANLIB *=/s#=.*#=$RANLIB# -/^EXE *=/s#=.*#=$EXE# -/^prefix *=/s#=.*#=$prefix# -/^exec_prefix *=/s#=.*#=$exec_prefix# -/^libdir *=/s#=.*#=$libdir# -/^sharedlibdir *=/s#=.*#=$sharedlibdir# -/^includedir *=/s#=.*#=$includedir# -/^mandir *=/s#=.*#=$mandir# -/^LDFLAGS *=/s#=.*#=$LDFLAGS# -" | sed -e " -s/\@VERSION\@/$VER/g; -" > zlib.pc - -# done -leave 0 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/README.contrib b/proj-web/thirdparty/zlib-1.3.1/contrib/README.contrib deleted file mode 100644 index 5e5f950..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/README.contrib +++ /dev/null @@ -1,57 +0,0 @@ -All files under this contrib directory are UNSUPPORTED. They were -provided by users of zlib and were not tested by the authors of zlib. -Use at your own risk. Please contact the authors of the contributions -for help about these, not the zlib authors. Thanks. - - -ada/ by Dmitriy Anisimkov - Support for Ada - See http://zlib-ada.sourceforge.net/ - -blast/ by Mark Adler - Decompressor for output of PKWare Data Compression Library (DCL) - -delphi/ by Cosmin Truta - Support for Delphi and C++ Builder - -dotzlib/ by Henrik Ravn - Support for Microsoft .Net and Visual C++ .Net - -gcc_gvmat64/by Gilles Vollant - GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 - assembler to replace longest_match() and inflate_fast() - -infback9/ by Mark Adler - Unsupported diffs to infback to decode the deflate64 format - -iostream/ by Kevin Ruland - A C++ I/O streams interface to the zlib gz* functions - -iostream2/ by Tyge Løvset - Another C++ I/O streams interface - -iostream3/ by Ludwig Schwardt - and Kevin Ruland - Yet another C++ I/O streams interface - -minizip/ by Gilles Vollant - Mini zip and unzip based on zlib - Includes Zip64 support by Mathias Svensson - See http://www.winimage.com/zLibDll/minizip.html - -pascal/ by Bob Dellaca et al. - Support for Pascal - -puff/ by Mark Adler - Small, low memory usage inflate. Also serves to provide an - unambiguous description of the deflate format. - -testzlib/ by Gilles Vollant - Example of the use of zlib - -untgz/ by Pedro A. Aranda Gutierrez - A very simple tar.gz file extractor using zlib - -vstudio/ by Gilles Vollant - Building a minizip-enhanced zlib with Microsoft Visual Studio - Includes vc11 from kreuzerkrieg and vc12 from davispuh diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/buffer_demo.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/buffer_demo.adb deleted file mode 100644 index 46b8638..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/buffer_demo.adb +++ /dev/null @@ -1,106 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2004 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- --- --- $Id: buffer_demo.adb,v 1.3 2004/09/06 06:55:35 vagul Exp $ - --- This demo program provided by Dr Steve Sangwine --- --- Demonstration of a problem with Zlib-Ada (already fixed) when a buffer --- of exactly the correct size is used for decompressed data, and the last --- few bytes passed in to Zlib are checksum bytes. - --- This program compresses a string of text, and then decompresses the --- compressed text into a buffer of the same size as the original text. - -with Ada.Streams; use Ada.Streams; -with Ada.Text_IO; - -with ZLib; use ZLib; - -procedure Buffer_Demo is - EOL : Character renames ASCII.LF; - Text : constant String - := "Four score and seven years ago our fathers brought forth," & EOL & - "upon this continent, a new nation, conceived in liberty," & EOL & - "and dedicated to the proposition that `all men are created equal'."; - - Source : Stream_Element_Array (1 .. Text'Length); - for Source'Address use Text'Address; - -begin - Ada.Text_IO.Put (Text); - Ada.Text_IO.New_Line; - Ada.Text_IO.Put_Line - ("Uncompressed size : " & Positive'Image (Text'Length) & " bytes"); - - declare - Compressed_Data : Stream_Element_Array (1 .. Text'Length); - L : Stream_Element_Offset; - begin - Compress : declare - Compressor : Filter_Type; - I : Stream_Element_Offset; - begin - Deflate_Init (Compressor); - - -- Compress the whole of T at once. - - Translate (Compressor, Source, I, Compressed_Data, L, Finish); - pragma Assert (I = Source'Last); - - Close (Compressor); - - Ada.Text_IO.Put_Line - ("Compressed size : " - & Stream_Element_Offset'Image (L) & " bytes"); - end Compress; - - -- Now we decompress the data, passing short blocks of data to Zlib - -- (because this demonstrates the problem - the last block passed will - -- contain checksum information and there will be no output, only a - -- check inside Zlib that the checksum is correct). - - Decompress : declare - Decompressor : Filter_Type; - - Uncompressed_Data : Stream_Element_Array (1 .. Text'Length); - - Block_Size : constant := 4; - -- This makes sure that the last block contains - -- only Adler checksum data. - - P : Stream_Element_Offset := Compressed_Data'First - 1; - O : Stream_Element_Offset; - begin - Inflate_Init (Decompressor); - - loop - Translate - (Decompressor, - Compressed_Data - (P + 1 .. Stream_Element_Offset'Min (P + Block_Size, L)), - P, - Uncompressed_Data - (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last), - O, - No_Flush); - - Ada.Text_IO.Put_Line - ("Total in : " & Count'Image (Total_In (Decompressor)) & - ", out : " & Count'Image (Total_Out (Decompressor))); - - exit when P = L; - end loop; - - Ada.Text_IO.New_Line; - Ada.Text_IO.Put_Line - ("Decompressed text matches original text : " - & Boolean'Image (Uncompressed_Data = Source)); - end Decompress; - end; -end Buffer_Demo; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/mtest.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/mtest.adb deleted file mode 100644 index c4dfd08..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/mtest.adb +++ /dev/null @@ -1,156 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- --- Continuous test for ZLib multithreading. If the test would fail --- we should provide thread safe allocation routines for the Z_Stream. --- --- $Id: mtest.adb,v 1.4 2004/07/23 07:49:54 vagul Exp $ - -with ZLib; -with Ada.Streams; -with Ada.Numerics.Discrete_Random; -with Ada.Text_IO; -with Ada.Exceptions; -with Ada.Task_Identification; - -procedure MTest is - use Ada.Streams; - use ZLib; - - Stop : Boolean := False; - - pragma Atomic (Stop); - - subtype Visible_Symbols is Stream_Element range 16#20# .. 16#7E#; - - package Random_Elements is - new Ada.Numerics.Discrete_Random (Visible_Symbols); - - task type Test_Task; - - task body Test_Task is - Buffer : Stream_Element_Array (1 .. 100_000); - Gen : Random_Elements.Generator; - - Buffer_First : Stream_Element_Offset; - Compare_First : Stream_Element_Offset; - - Deflate : Filter_Type; - Inflate : Filter_Type; - - procedure Further (Item : in Stream_Element_Array); - - procedure Read_Buffer - (Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset); - - ------------- - -- Further -- - ------------- - - procedure Further (Item : in Stream_Element_Array) is - - procedure Compare (Item : in Stream_Element_Array); - - ------------- - -- Compare -- - ------------- - - procedure Compare (Item : in Stream_Element_Array) is - Next_First : Stream_Element_Offset := Compare_First + Item'Length; - begin - if Buffer (Compare_First .. Next_First - 1) /= Item then - raise Program_Error; - end if; - - Compare_First := Next_First; - end Compare; - - procedure Compare_Write is new ZLib.Write (Write => Compare); - begin - Compare_Write (Inflate, Item, No_Flush); - end Further; - - ----------------- - -- Read_Buffer -- - ----------------- - - procedure Read_Buffer - (Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset) - is - Buff_Diff : Stream_Element_Offset := Buffer'Last - Buffer_First; - Next_First : Stream_Element_Offset; - begin - if Item'Length <= Buff_Diff then - Last := Item'Last; - - Next_First := Buffer_First + Item'Length; - - Item := Buffer (Buffer_First .. Next_First - 1); - - Buffer_First := Next_First; - else - Last := Item'First + Buff_Diff; - Item (Item'First .. Last) := Buffer (Buffer_First .. Buffer'Last); - Buffer_First := Buffer'Last + 1; - end if; - end Read_Buffer; - - procedure Translate is new Generic_Translate - (Data_In => Read_Buffer, - Data_Out => Further); - - begin - Random_Elements.Reset (Gen); - - Buffer := (others => 20); - - Main : loop - for J in Buffer'Range loop - Buffer (J) := Random_Elements.Random (Gen); - - Deflate_Init (Deflate); - Inflate_Init (Inflate); - - Buffer_First := Buffer'First; - Compare_First := Buffer'First; - - Translate (Deflate); - - if Compare_First /= Buffer'Last + 1 then - raise Program_Error; - end if; - - Ada.Text_IO.Put_Line - (Ada.Task_Identification.Image - (Ada.Task_Identification.Current_Task) - & Stream_Element_Offset'Image (J) - & ZLib.Count'Image (Total_Out (Deflate))); - - Close (Deflate); - Close (Inflate); - - exit Main when Stop; - end loop; - end loop Main; - exception - when E : others => - Ada.Text_IO.Put_Line (Ada.Exceptions.Exception_Information (E)); - Stop := True; - end Test_Task; - - Test : array (1 .. 4) of Test_Task; - - pragma Unreferenced (Test); - - Dummy : Character; - -begin - Ada.Text_IO.Get_Immediate (Dummy); - Stop := True; -end MTest; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/read.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/read.adb deleted file mode 100644 index 1f2efbf..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/read.adb +++ /dev/null @@ -1,156 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: read.adb,v 1.8 2004/05/31 10:53:40 vagul Exp $ - --- Test/demo program for the generic read interface. - -with Ada.Numerics.Discrete_Random; -with Ada.Streams; -with Ada.Text_IO; - -with ZLib; - -procedure Read is - - use Ada.Streams; - - ------------------------------------ - -- Test configuration parameters -- - ------------------------------------ - - File_Size : Stream_Element_Offset := 100_000; - - Continuous : constant Boolean := False; - -- If this constant is True, the test would be repeated again and again, - -- with increment File_Size for every iteration. - - Header : constant ZLib.Header_Type := ZLib.Default; - -- Do not use Header other than Default in ZLib versions 1.1.4 and older. - - Init_Random : constant := 8; - -- We are using the same random sequence, in case of we catch bug, - -- so we would be able to reproduce it. - - -- End -- - - Pack_Size : Stream_Element_Offset; - Offset : Stream_Element_Offset; - - Filter : ZLib.Filter_Type; - - subtype Visible_Symbols - is Stream_Element range 16#20# .. 16#7E#; - - package Random_Elements is new - Ada.Numerics.Discrete_Random (Visible_Symbols); - - Gen : Random_Elements.Generator; - Period : constant Stream_Element_Offset := 200; - -- Period constant variable for random generator not to be very random. - -- Bigger period, harder random. - - Read_Buffer : Stream_Element_Array (1 .. 2048); - Read_First : Stream_Element_Offset; - Read_Last : Stream_Element_Offset; - - procedure Reset; - - procedure Read - (Item : out Stream_Element_Array; - Last : out Stream_Element_Offset); - -- this procedure is for generic instantiation of - -- ZLib.Read - -- reading data from the File_In. - - procedure Read is new ZLib.Read - (Read, - Read_Buffer, - Rest_First => Read_First, - Rest_Last => Read_Last); - - ---------- - -- Read -- - ---------- - - procedure Read - (Item : out Stream_Element_Array; - Last : out Stream_Element_Offset) is - begin - Last := Stream_Element_Offset'Min - (Item'Last, - Item'First + File_Size - Offset); - - for J in Item'First .. Last loop - if J < Item'First + Period then - Item (J) := Random_Elements.Random (Gen); - else - Item (J) := Item (J - Period); - end if; - - Offset := Offset + 1; - end loop; - end Read; - - ----------- - -- Reset -- - ----------- - - procedure Reset is - begin - Random_Elements.Reset (Gen, Init_Random); - Pack_Size := 0; - Offset := 1; - Read_First := Read_Buffer'Last + 1; - Read_Last := Read_Buffer'Last; - end Reset; - -begin - Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version); - - loop - for Level in ZLib.Compression_Level'Range loop - - Ada.Text_IO.Put ("Level =" - & ZLib.Compression_Level'Image (Level)); - - -- Deflate using generic instantiation. - - ZLib.Deflate_Init - (Filter, - Level, - Header => Header); - - Reset; - - Ada.Text_IO.Put - (Stream_Element_Offset'Image (File_Size) & " ->"); - - loop - declare - Buffer : Stream_Element_Array (1 .. 1024); - Last : Stream_Element_Offset; - begin - Read (Filter, Buffer, Last); - - Pack_Size := Pack_Size + Last - Buffer'First + 1; - - exit when Last < Buffer'Last; - end; - end loop; - - Ada.Text_IO.Put_Line (Stream_Element_Offset'Image (Pack_Size)); - - ZLib.Close (Filter); - end loop; - - exit when not Continuous; - - File_Size := File_Size + 1; - end loop; -end Read; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/readme.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/readme.txt deleted file mode 100644 index efdd639..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/readme.txt +++ /dev/null @@ -1,65 +0,0 @@ - ZLib for Ada thick binding (ZLib.Ada) - Release 1.3 - -ZLib.Ada is a thick binding interface to the popular ZLib data -compression library, available at http://www.gzip.org/zlib/. -It provides Ada-style access to the ZLib C library. - - - Here are the main changes since ZLib.Ada 1.2: - -- Attention: ZLib.Read generic routine have a initialization requirement - for Read_Last parameter now. It is a bit incompatible with previous version, - but extends functionality, we could use new parameters Allow_Read_Some and - Flush now. - -- Added Is_Open routines to ZLib and ZLib.Streams packages. - -- Add pragma Assert to check Stream_Element is 8 bit. - -- Fix extraction to buffer with exact known decompressed size. Error reported by - Steve Sangwine. - -- Fix definition of ULong (changed to unsigned_long), fix regression on 64 bits - computers. Patch provided by Pascal Obry. - -- Add Status_Error exception definition. - -- Add pragma Assertion that Ada.Streams.Stream_Element size is 8 bit. - - - How to build ZLib.Ada under GNAT - -You should have the ZLib library already build on your computer, before -building ZLib.Ada. Make the directory of ZLib.Ada sources current and -issue the command: - - gnatmake test -largs -L -lz - -Or use the GNAT project file build for GNAT 3.15 or later: - - gnatmake -Pzlib.gpr -L - - - How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2 - -1. Make a project with all *.ads and *.adb files from the distribution. -2. Build the libz.a library from the ZLib C sources. -3. Rename libz.a to z.lib. -4. Add the library z.lib to the project. -5. Add the libc.lib library from the ObjectAda distribution to the project. -6. Build the executable using test.adb as a main procedure. - - - How to use ZLib.Ada - -The source files test.adb and read.adb are small demo programs that show -the main functionality of ZLib.Ada. - -The routines from the package specifications are commented. - - -Homepage: http://zlib-ada.sourceforge.net/ -Author: Dmitriy Anisimkov - -Contributors: Pascal Obry , Steve Sangwine diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/test.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/test.adb deleted file mode 100644 index 8b35031..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/test.adb +++ /dev/null @@ -1,463 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: test.adb,v 1.17 2003/08/12 12:13:30 vagul Exp $ - --- The program has a few aims. --- 1. Test ZLib.Ada95 thick binding functionality. --- 2. Show the example of use main functionality of the ZLib.Ada95 binding. --- 3. Build this program automatically compile all ZLib.Ada95 packages under --- GNAT Ada95 compiler. - -with ZLib.Streams; -with Ada.Streams.Stream_IO; -with Ada.Numerics.Discrete_Random; - -with Ada.Text_IO; - -with Ada.Calendar; - -procedure Test is - - use Ada.Streams; - use Stream_IO; - - ------------------------------------ - -- Test configuration parameters -- - ------------------------------------ - - File_Size : Count := 100_000; - Continuous : constant Boolean := False; - - Header : constant ZLib.Header_Type := ZLib.Default; - -- ZLib.None; - -- ZLib.Auto; - -- ZLib.GZip; - -- Do not use Header other then Default in ZLib versions 1.1.4 - -- and older. - - Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy; - Init_Random : constant := 10; - - -- End -- - - In_File_Name : constant String := "testzlib.in"; - -- Name of the input file - - Z_File_Name : constant String := "testzlib.zlb"; - -- Name of the compressed file. - - Out_File_Name : constant String := "testzlib.out"; - -- Name of the decompressed file. - - File_In : File_Type; - File_Out : File_Type; - File_Back : File_Type; - File_Z : ZLib.Streams.Stream_Type; - - Filter : ZLib.Filter_Type; - - Time_Stamp : Ada.Calendar.Time; - - procedure Generate_File; - -- Generate file of specified size with some random data. - -- The random data is repeatable, for the good compression. - - procedure Compare_Streams - (Left, Right : in out Root_Stream_Type'Class); - -- The procedure comparing data in 2 streams. - -- It is for compare data before and after compression/decompression. - - procedure Compare_Files (Left, Right : String); - -- Compare files. Based on the Compare_Streams. - - procedure Copy_Streams - (Source, Target : in out Root_Stream_Type'Class; - Buffer_Size : in Stream_Element_Offset := 1024); - -- Copying data from one stream to another. It is for test stream - -- interface of the library. - - procedure Data_In - (Item : out Stream_Element_Array; - Last : out Stream_Element_Offset); - -- this procedure is for generic instantiation of - -- ZLib.Generic_Translate. - -- reading data from the File_In. - - procedure Data_Out (Item : in Stream_Element_Array); - -- this procedure is for generic instantiation of - -- ZLib.Generic_Translate. - -- writing data to the File_Out. - - procedure Stamp; - -- Store the timestamp to the local variable. - - procedure Print_Statistic (Msg : String; Data_Size : ZLib.Count); - -- Print the time statistic with the message. - - procedure Translate is new ZLib.Generic_Translate - (Data_In => Data_In, - Data_Out => Data_Out); - -- This procedure is moving data from File_In to File_Out - -- with compression or decompression, depend on initialization of - -- Filter parameter. - - ------------------- - -- Compare_Files -- - ------------------- - - procedure Compare_Files (Left, Right : String) is - Left_File, Right_File : File_Type; - begin - Open (Left_File, In_File, Left); - Open (Right_File, In_File, Right); - Compare_Streams (Stream (Left_File).all, Stream (Right_File).all); - Close (Left_File); - Close (Right_File); - end Compare_Files; - - --------------------- - -- Compare_Streams -- - --------------------- - - procedure Compare_Streams - (Left, Right : in out Ada.Streams.Root_Stream_Type'Class) - is - Left_Buffer, Right_Buffer : Stream_Element_Array (0 .. 16#FFF#); - Left_Last, Right_Last : Stream_Element_Offset; - begin - loop - Read (Left, Left_Buffer, Left_Last); - Read (Right, Right_Buffer, Right_Last); - - if Left_Last /= Right_Last then - Ada.Text_IO.Put_Line ("Compare error :" - & Stream_Element_Offset'Image (Left_Last) - & " /= " - & Stream_Element_Offset'Image (Right_Last)); - - raise Constraint_Error; - - elsif Left_Buffer (0 .. Left_Last) - /= Right_Buffer (0 .. Right_Last) - then - Ada.Text_IO.Put_Line ("ERROR: IN and OUT files is not equal."); - raise Constraint_Error; - - end if; - - exit when Left_Last < Left_Buffer'Last; - end loop; - end Compare_Streams; - - ------------------ - -- Copy_Streams -- - ------------------ - - procedure Copy_Streams - (Source, Target : in out Ada.Streams.Root_Stream_Type'Class; - Buffer_Size : in Stream_Element_Offset := 1024) - is - Buffer : Stream_Element_Array (1 .. Buffer_Size); - Last : Stream_Element_Offset; - begin - loop - Read (Source, Buffer, Last); - Write (Target, Buffer (1 .. Last)); - - exit when Last < Buffer'Last; - end loop; - end Copy_Streams; - - ------------- - -- Data_In -- - ------------- - - procedure Data_In - (Item : out Stream_Element_Array; - Last : out Stream_Element_Offset) is - begin - Read (File_In, Item, Last); - end Data_In; - - -------------- - -- Data_Out -- - -------------- - - procedure Data_Out (Item : in Stream_Element_Array) is - begin - Write (File_Out, Item); - end Data_Out; - - ------------------- - -- Generate_File -- - ------------------- - - procedure Generate_File is - subtype Visible_Symbols is Stream_Element range 16#20# .. 16#7E#; - - package Random_Elements is - new Ada.Numerics.Discrete_Random (Visible_Symbols); - - Gen : Random_Elements.Generator; - Buffer : Stream_Element_Array := (1 .. 77 => 16#20#) & 10; - - Buffer_Count : constant Count := File_Size / Buffer'Length; - -- Number of same buffers in the packet. - - Density : constant Count := 30; -- from 0 to Buffer'Length - 2; - - procedure Fill_Buffer (J, D : in Count); - -- Change the part of the buffer. - - ----------------- - -- Fill_Buffer -- - ----------------- - - procedure Fill_Buffer (J, D : in Count) is - begin - for K in 0 .. D loop - Buffer - (Stream_Element_Offset ((J + K) mod (Buffer'Length - 1) + 1)) - := Random_Elements.Random (Gen); - - end loop; - end Fill_Buffer; - - begin - Random_Elements.Reset (Gen, Init_Random); - - Create (File_In, Out_File, In_File_Name); - - Fill_Buffer (1, Buffer'Length - 2); - - for J in 1 .. Buffer_Count loop - Write (File_In, Buffer); - - Fill_Buffer (J, Density); - end loop; - - -- fill remain size. - - Write - (File_In, - Buffer - (1 .. Stream_Element_Offset - (File_Size - Buffer'Length * Buffer_Count))); - - Flush (File_In); - Close (File_In); - end Generate_File; - - --------------------- - -- Print_Statistic -- - --------------------- - - procedure Print_Statistic (Msg : String; Data_Size : ZLib.Count) is - use Ada.Calendar; - use Ada.Text_IO; - - package Count_IO is new Integer_IO (ZLib.Count); - - Curr_Dur : Duration := Clock - Time_Stamp; - begin - Put (Msg); - - Set_Col (20); - Ada.Text_IO.Put ("size ="); - - Count_IO.Put - (Data_Size, - Width => Stream_IO.Count'Image (File_Size)'Length); - - Put_Line (" duration =" & Duration'Image (Curr_Dur)); - end Print_Statistic; - - ----------- - -- Stamp -- - ----------- - - procedure Stamp is - begin - Time_Stamp := Ada.Calendar.Clock; - end Stamp; - -begin - Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version); - - loop - Generate_File; - - for Level in ZLib.Compression_Level'Range loop - - Ada.Text_IO.Put_Line ("Level =" - & ZLib.Compression_Level'Image (Level)); - - -- Test generic interface. - Open (File_In, In_File, In_File_Name); - Create (File_Out, Out_File, Z_File_Name); - - Stamp; - - -- Deflate using generic instantiation. - - ZLib.Deflate_Init - (Filter => Filter, - Level => Level, - Strategy => Strategy, - Header => Header); - - Translate (Filter); - Print_Statistic ("Generic compress", ZLib.Total_Out (Filter)); - ZLib.Close (Filter); - - Close (File_In); - Close (File_Out); - - Open (File_In, In_File, Z_File_Name); - Create (File_Out, Out_File, Out_File_Name); - - Stamp; - - -- Inflate using generic instantiation. - - ZLib.Inflate_Init (Filter, Header => Header); - - Translate (Filter); - Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter)); - - ZLib.Close (Filter); - - Close (File_In); - Close (File_Out); - - Compare_Files (In_File_Name, Out_File_Name); - - -- Test stream interface. - - -- Compress to the back stream. - - Open (File_In, In_File, In_File_Name); - Create (File_Back, Out_File, Z_File_Name); - - Stamp; - - ZLib.Streams.Create - (Stream => File_Z, - Mode => ZLib.Streams.Out_Stream, - Back => ZLib.Streams.Stream_Access - (Stream (File_Back)), - Back_Compressed => True, - Level => Level, - Strategy => Strategy, - Header => Header); - - Copy_Streams - (Source => Stream (File_In).all, - Target => File_Z); - - -- Flushing internal buffers to the back stream. - - ZLib.Streams.Flush (File_Z, ZLib.Finish); - - Print_Statistic ("Write compress", - ZLib.Streams.Write_Total_Out (File_Z)); - - ZLib.Streams.Close (File_Z); - - Close (File_In); - Close (File_Back); - - -- Compare reading from original file and from - -- decompression stream. - - Open (File_In, In_File, In_File_Name); - Open (File_Back, In_File, Z_File_Name); - - ZLib.Streams.Create - (Stream => File_Z, - Mode => ZLib.Streams.In_Stream, - Back => ZLib.Streams.Stream_Access - (Stream (File_Back)), - Back_Compressed => True, - Header => Header); - - Stamp; - Compare_Streams (Stream (File_In).all, File_Z); - - Print_Statistic ("Read decompress", - ZLib.Streams.Read_Total_Out (File_Z)); - - ZLib.Streams.Close (File_Z); - Close (File_In); - Close (File_Back); - - -- Compress by reading from compression stream. - - Open (File_Back, In_File, In_File_Name); - Create (File_Out, Out_File, Z_File_Name); - - ZLib.Streams.Create - (Stream => File_Z, - Mode => ZLib.Streams.In_Stream, - Back => ZLib.Streams.Stream_Access - (Stream (File_Back)), - Back_Compressed => False, - Level => Level, - Strategy => Strategy, - Header => Header); - - Stamp; - Copy_Streams - (Source => File_Z, - Target => Stream (File_Out).all); - - Print_Statistic ("Read compress", - ZLib.Streams.Read_Total_Out (File_Z)); - - ZLib.Streams.Close (File_Z); - - Close (File_Out); - Close (File_Back); - - -- Decompress to decompression stream. - - Open (File_In, In_File, Z_File_Name); - Create (File_Back, Out_File, Out_File_Name); - - ZLib.Streams.Create - (Stream => File_Z, - Mode => ZLib.Streams.Out_Stream, - Back => ZLib.Streams.Stream_Access - (Stream (File_Back)), - Back_Compressed => False, - Header => Header); - - Stamp; - - Copy_Streams - (Source => Stream (File_In).all, - Target => File_Z); - - Print_Statistic ("Write decompress", - ZLib.Streams.Write_Total_Out (File_Z)); - - ZLib.Streams.Close (File_Z); - Close (File_In); - Close (File_Back); - - Compare_Files (In_File_Name, Out_File_Name); - end loop; - - Ada.Text_IO.Put_Line (Count'Image (File_Size) & " Ok."); - - exit when not Continuous; - - File_Size := File_Size + 1; - end loop; -end Test; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.adb deleted file mode 100644 index b6497ba..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.adb +++ /dev/null @@ -1,225 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: zlib-streams.adb,v 1.10 2004/05/31 10:53:40 vagul Exp $ - -with Ada.Unchecked_Deallocation; - -package body ZLib.Streams is - - ----------- - -- Close -- - ----------- - - procedure Close (Stream : in out Stream_Type) is - procedure Free is new Ada.Unchecked_Deallocation - (Stream_Element_Array, Buffer_Access); - begin - if Stream.Mode = Out_Stream or Stream.Mode = Duplex then - -- We should flush the data written by the writer. - - Flush (Stream, Finish); - - Close (Stream.Writer); - end if; - - if Stream.Mode = In_Stream or Stream.Mode = Duplex then - Close (Stream.Reader); - Free (Stream.Buffer); - end if; - end Close; - - ------------ - -- Create -- - ------------ - - procedure Create - (Stream : out Stream_Type; - Mode : in Stream_Mode; - Back : in Stream_Access; - Back_Compressed : in Boolean; - Level : in Compression_Level := Default_Compression; - Strategy : in Strategy_Type := Default_Strategy; - Header : in Header_Type := Default; - Read_Buffer_Size : in Ada.Streams.Stream_Element_Offset - := Default_Buffer_Size; - Write_Buffer_Size : in Ada.Streams.Stream_Element_Offset - := Default_Buffer_Size) - is - - subtype Buffer_Subtype is Stream_Element_Array (1 .. Read_Buffer_Size); - - procedure Init_Filter - (Filter : in out Filter_Type; - Compress : in Boolean); - - ----------------- - -- Init_Filter -- - ----------------- - - procedure Init_Filter - (Filter : in out Filter_Type; - Compress : in Boolean) is - begin - if Compress then - Deflate_Init - (Filter, Level, Strategy, Header => Header); - else - Inflate_Init (Filter, Header => Header); - end if; - end Init_Filter; - - begin - Stream.Back := Back; - Stream.Mode := Mode; - - if Mode = Out_Stream or Mode = Duplex then - Init_Filter (Stream.Writer, Back_Compressed); - Stream.Buffer_Size := Write_Buffer_Size; - else - Stream.Buffer_Size := 0; - end if; - - if Mode = In_Stream or Mode = Duplex then - Init_Filter (Stream.Reader, not Back_Compressed); - - Stream.Buffer := new Buffer_Subtype; - Stream.Rest_First := Stream.Buffer'Last + 1; - Stream.Rest_Last := Stream.Buffer'Last; - end if; - end Create; - - ----------- - -- Flush -- - ----------- - - procedure Flush - (Stream : in out Stream_Type; - Mode : in Flush_Mode := Sync_Flush) - is - Buffer : Stream_Element_Array (1 .. Stream.Buffer_Size); - Last : Stream_Element_Offset; - begin - loop - Flush (Stream.Writer, Buffer, Last, Mode); - - Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last)); - - exit when Last < Buffer'Last; - end loop; - end Flush; - - ------------- - -- Is_Open -- - ------------- - - function Is_Open (Stream : Stream_Type) return Boolean is - begin - return Is_Open (Stream.Reader) or else Is_Open (Stream.Writer); - end Is_Open; - - ---------- - -- Read -- - ---------- - - procedure Read - (Stream : in out Stream_Type; - Item : out Stream_Element_Array; - Last : out Stream_Element_Offset) - is - - procedure Read - (Item : out Stream_Element_Array; - Last : out Stream_Element_Offset); - - ---------- - -- Read -- - ---------- - - procedure Read - (Item : out Stream_Element_Array; - Last : out Stream_Element_Offset) is - begin - Ada.Streams.Read (Stream.Back.all, Item, Last); - end Read; - - procedure Read is new ZLib.Read - (Read => Read, - Buffer => Stream.Buffer.all, - Rest_First => Stream.Rest_First, - Rest_Last => Stream.Rest_Last); - - begin - Read (Stream.Reader, Item, Last); - end Read; - - ------------------- - -- Read_Total_In -- - ------------------- - - function Read_Total_In (Stream : in Stream_Type) return Count is - begin - return Total_In (Stream.Reader); - end Read_Total_In; - - -------------------- - -- Read_Total_Out -- - -------------------- - - function Read_Total_Out (Stream : in Stream_Type) return Count is - begin - return Total_Out (Stream.Reader); - end Read_Total_Out; - - ----------- - -- Write -- - ----------- - - procedure Write - (Stream : in out Stream_Type; - Item : in Stream_Element_Array) - is - - procedure Write (Item : in Stream_Element_Array); - - ----------- - -- Write -- - ----------- - - procedure Write (Item : in Stream_Element_Array) is - begin - Ada.Streams.Write (Stream.Back.all, Item); - end Write; - - procedure Write is new ZLib.Write - (Write => Write, - Buffer_Size => Stream.Buffer_Size); - - begin - Write (Stream.Writer, Item, No_Flush); - end Write; - - -------------------- - -- Write_Total_In -- - -------------------- - - function Write_Total_In (Stream : in Stream_Type) return Count is - begin - return Total_In (Stream.Writer); - end Write_Total_In; - - --------------------- - -- Write_Total_Out -- - --------------------- - - function Write_Total_Out (Stream : in Stream_Type) return Count is - begin - return Total_Out (Stream.Writer); - end Write_Total_Out; - -end ZLib.Streams; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.ads b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.ads deleted file mode 100644 index af13693..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-streams.ads +++ /dev/null @@ -1,114 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: zlib-streams.ads,v 1.12 2004/05/31 10:53:40 vagul Exp $ - -package ZLib.Streams is - - type Stream_Mode is (In_Stream, Out_Stream, Duplex); - - type Stream_Access is access all Ada.Streams.Root_Stream_Type'Class; - - type Stream_Type is - new Ada.Streams.Root_Stream_Type with private; - - procedure Read - (Stream : in out Stream_Type; - Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset); - - procedure Write - (Stream : in out Stream_Type; - Item : in Ada.Streams.Stream_Element_Array); - - procedure Flush - (Stream : in out Stream_Type; - Mode : in Flush_Mode := Sync_Flush); - -- Flush the written data to the back stream, - -- all data placed to the compressor is flushing to the Back stream. - -- Should not be used until necessary, because it is decreasing - -- compression. - - function Read_Total_In (Stream : in Stream_Type) return Count; - pragma Inline (Read_Total_In); - -- Return total number of bytes read from back stream so far. - - function Read_Total_Out (Stream : in Stream_Type) return Count; - pragma Inline (Read_Total_Out); - -- Return total number of bytes read so far. - - function Write_Total_In (Stream : in Stream_Type) return Count; - pragma Inline (Write_Total_In); - -- Return total number of bytes written so far. - - function Write_Total_Out (Stream : in Stream_Type) return Count; - pragma Inline (Write_Total_Out); - -- Return total number of bytes written to the back stream. - - procedure Create - (Stream : out Stream_Type; - Mode : in Stream_Mode; - Back : in Stream_Access; - Back_Compressed : in Boolean; - Level : in Compression_Level := Default_Compression; - Strategy : in Strategy_Type := Default_Strategy; - Header : in Header_Type := Default; - Read_Buffer_Size : in Ada.Streams.Stream_Element_Offset - := Default_Buffer_Size; - Write_Buffer_Size : in Ada.Streams.Stream_Element_Offset - := Default_Buffer_Size); - -- Create the Compression/Decompression stream. - -- If mode is In_Stream then Write operation is disabled. - -- If mode is Out_Stream then Read operation is disabled. - - -- If Back_Compressed is true then - -- Data written to the Stream is compressing to the Back stream - -- and data read from the Stream is decompressed data from the Back stream. - - -- If Back_Compressed is false then - -- Data written to the Stream is decompressing to the Back stream - -- and data read from the Stream is compressed data from the Back stream. - - -- !!! When the Need_Header is False ZLib-Ada is using undocumented - -- ZLib 1.1.4 functionality to do not create/wait for ZLib headers. - - function Is_Open (Stream : Stream_Type) return Boolean; - - procedure Close (Stream : in out Stream_Type); - -private - - use Ada.Streams; - - type Buffer_Access is access all Stream_Element_Array; - - type Stream_Type - is new Root_Stream_Type with - record - Mode : Stream_Mode; - - Buffer : Buffer_Access; - Rest_First : Stream_Element_Offset; - Rest_Last : Stream_Element_Offset; - -- Buffer for Read operation. - -- We need to have this buffer in the record - -- because not all read data from back stream - -- could be processed during the read operation. - - Buffer_Size : Stream_Element_Offset; - -- Buffer size for write operation. - -- We do not need to have this buffer - -- in the record because all data could be - -- processed in the write operation. - - Back : Stream_Access; - Reader : Filter_Type; - Writer : Filter_Type; - end record; - -end ZLib.Streams; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.adb deleted file mode 100644 index 0ca4a71..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.adb +++ /dev/null @@ -1,141 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: zlib-thin.adb,v 1.8 2003/12/14 18:27:31 vagul Exp $ - -package body ZLib.Thin is - - ZLIB_VERSION : constant Chars_Ptr := zlibVersion; - - Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit; - - -------------- - -- Avail_In -- - -------------- - - function Avail_In (Strm : in Z_Stream) return UInt is - begin - return Strm.Avail_In; - end Avail_In; - - --------------- - -- Avail_Out -- - --------------- - - function Avail_Out (Strm : in Z_Stream) return UInt is - begin - return Strm.Avail_Out; - end Avail_Out; - - ------------------ - -- Deflate_Init -- - ------------------ - - function Deflate_Init - (strm : Z_Streamp; - level : Int; - method : Int; - windowBits : Int; - memLevel : Int; - strategy : Int) - return Int is - begin - return deflateInit2 - (strm, - level, - method, - windowBits, - memLevel, - strategy, - ZLIB_VERSION, - Z_Stream_Size); - end Deflate_Init; - - ------------------ - -- Inflate_Init -- - ------------------ - - function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is - begin - return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size); - end Inflate_Init; - - ------------------------ - -- Last_Error_Message -- - ------------------------ - - function Last_Error_Message (Strm : in Z_Stream) return String is - use Interfaces.C.Strings; - begin - if Strm.msg = Null_Ptr then - return ""; - else - return Value (Strm.msg); - end if; - end Last_Error_Message; - - ------------ - -- Set_In -- - ------------ - - procedure Set_In - (Strm : in out Z_Stream; - Buffer : in Voidp; - Size : in UInt) is - begin - Strm.Next_In := Buffer; - Strm.Avail_In := Size; - end Set_In; - - ------------------ - -- Set_Mem_Func -- - ------------------ - - procedure Set_Mem_Func - (Strm : in out Z_Stream; - Opaque : in Voidp; - Alloc : in alloc_func; - Free : in free_func) is - begin - Strm.opaque := Opaque; - Strm.zalloc := Alloc; - Strm.zfree := Free; - end Set_Mem_Func; - - ------------- - -- Set_Out -- - ------------- - - procedure Set_Out - (Strm : in out Z_Stream; - Buffer : in Voidp; - Size : in UInt) is - begin - Strm.Next_Out := Buffer; - Strm.Avail_Out := Size; - end Set_Out; - - -------------- - -- Total_In -- - -------------- - - function Total_In (Strm : in Z_Stream) return ULong is - begin - return Strm.Total_In; - end Total_In; - - --------------- - -- Total_Out -- - --------------- - - function Total_Out (Strm : in Z_Stream) return ULong is - begin - return Strm.Total_Out; - end Total_Out; - -end ZLib.Thin; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.ads b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.ads deleted file mode 100644 index 810173c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib-thin.ads +++ /dev/null @@ -1,450 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2003 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: zlib-thin.ads,v 1.11 2004/07/23 06:33:11 vagul Exp $ - -with Interfaces.C.Strings; - -with System; - -private package ZLib.Thin is - - -- From zconf.h - - MAX_MEM_LEVEL : constant := 9; -- zconf.h:105 - -- zconf.h:105 - MAX_WBITS : constant := 15; -- zconf.h:115 - -- 32K LZ77 window - -- zconf.h:115 - SEEK_SET : constant := 8#0000#; -- zconf.h:244 - -- Seek from beginning of file. - -- zconf.h:244 - SEEK_CUR : constant := 1; -- zconf.h:245 - -- Seek from current position. - -- zconf.h:245 - SEEK_END : constant := 2; -- zconf.h:246 - -- Set file pointer to EOF plus "offset" - -- zconf.h:246 - - type Byte is new Interfaces.C.unsigned_char; -- 8 bits - -- zconf.h:214 - type UInt is new Interfaces.C.unsigned; -- 16 bits or more - -- zconf.h:216 - type Int is new Interfaces.C.int; - - type ULong is new Interfaces.C.unsigned_long; -- 32 bits or more - -- zconf.h:217 - subtype Chars_Ptr is Interfaces.C.Strings.chars_ptr; - - type ULong_Access is access ULong; - type Int_Access is access Int; - - subtype Voidp is System.Address; -- zconf.h:232 - - subtype Byte_Access is Voidp; - - Nul : constant Voidp := System.Null_Address; - -- end from zconf - - Z_NO_FLUSH : constant := 8#0000#; -- zlib.h:125 - -- zlib.h:125 - Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126 - -- will be removed, use - -- Z_SYNC_FLUSH instead - -- zlib.h:126 - Z_SYNC_FLUSH : constant := 2; -- zlib.h:127 - -- zlib.h:127 - Z_FULL_FLUSH : constant := 3; -- zlib.h:128 - -- zlib.h:128 - Z_FINISH : constant := 4; -- zlib.h:129 - -- zlib.h:129 - Z_OK : constant := 8#0000#; -- zlib.h:132 - -- zlib.h:132 - Z_STREAM_END : constant := 1; -- zlib.h:133 - -- zlib.h:133 - Z_NEED_DICT : constant := 2; -- zlib.h:134 - -- zlib.h:134 - Z_ERRNO : constant := -1; -- zlib.h:135 - -- zlib.h:135 - Z_STREAM_ERROR : constant := -2; -- zlib.h:136 - -- zlib.h:136 - Z_DATA_ERROR : constant := -3; -- zlib.h:137 - -- zlib.h:137 - Z_MEM_ERROR : constant := -4; -- zlib.h:138 - -- zlib.h:138 - Z_BUF_ERROR : constant := -5; -- zlib.h:139 - -- zlib.h:139 - Z_VERSION_ERROR : constant := -6; -- zlib.h:140 - -- zlib.h:140 - Z_NO_COMPRESSION : constant := 8#0000#; -- zlib.h:145 - -- zlib.h:145 - Z_BEST_SPEED : constant := 1; -- zlib.h:146 - -- zlib.h:146 - Z_BEST_COMPRESSION : constant := 9; -- zlib.h:147 - -- zlib.h:147 - Z_DEFAULT_COMPRESSION : constant := -1; -- zlib.h:148 - -- zlib.h:148 - Z_FILTERED : constant := 1; -- zlib.h:151 - -- zlib.h:151 - Z_HUFFMAN_ONLY : constant := 2; -- zlib.h:152 - -- zlib.h:152 - Z_DEFAULT_STRATEGY : constant := 8#0000#; -- zlib.h:153 - -- zlib.h:153 - Z_BINARY : constant := 8#0000#; -- zlib.h:156 - -- zlib.h:156 - Z_ASCII : constant := 1; -- zlib.h:157 - -- zlib.h:157 - Z_UNKNOWN : constant := 2; -- zlib.h:158 - -- zlib.h:158 - Z_DEFLATED : constant := 8; -- zlib.h:161 - -- zlib.h:161 - Z_NULL : constant := 8#0000#; -- zlib.h:164 - -- for initializing zalloc, zfree, opaque - -- zlib.h:164 - type gzFile is new Voidp; -- zlib.h:646 - - type Z_Stream is private; - - type Z_Streamp is access all Z_Stream; -- zlib.h:89 - - type alloc_func is access function - (Opaque : Voidp; - Items : UInt; - Size : UInt) - return Voidp; -- zlib.h:63 - - type free_func is access procedure (opaque : Voidp; address : Voidp); - - function zlibVersion return Chars_Ptr; - - function Deflate (strm : Z_Streamp; flush : Int) return Int; - - function DeflateEnd (strm : Z_Streamp) return Int; - - function Inflate (strm : Z_Streamp; flush : Int) return Int; - - function InflateEnd (strm : Z_Streamp) return Int; - - function deflateSetDictionary - (strm : Z_Streamp; - dictionary : Byte_Access; - dictLength : UInt) - return Int; - - function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int; - -- zlib.h:478 - - function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495 - - function deflateParams - (strm : Z_Streamp; - level : Int; - strategy : Int) - return Int; -- zlib.h:506 - - function inflateSetDictionary - (strm : Z_Streamp; - dictionary : Byte_Access; - dictLength : UInt) - return Int; -- zlib.h:548 - - function inflateSync (strm : Z_Streamp) return Int; -- zlib.h:565 - - function inflateReset (strm : Z_Streamp) return Int; -- zlib.h:580 - - function compress - (dest : Byte_Access; - destLen : ULong_Access; - source : Byte_Access; - sourceLen : ULong) - return Int; -- zlib.h:601 - - function compress2 - (dest : Byte_Access; - destLen : ULong_Access; - source : Byte_Access; - sourceLen : ULong; - level : Int) - return Int; -- zlib.h:615 - - function uncompress - (dest : Byte_Access; - destLen : ULong_Access; - source : Byte_Access; - sourceLen : ULong) - return Int; - - function gzopen (path : Chars_Ptr; mode : Chars_Ptr) return gzFile; - - function gzdopen (fd : Int; mode : Chars_Ptr) return gzFile; - - function gzsetparams - (file : gzFile; - level : Int; - strategy : Int) - return Int; - - function gzread - (file : gzFile; - buf : Voidp; - len : UInt) - return Int; - - function gzwrite - (file : in gzFile; - buf : in Voidp; - len : in UInt) - return Int; - - function gzprintf (file : in gzFile; format : in Chars_Ptr) return Int; - - function gzputs (file : in gzFile; s : in Chars_Ptr) return Int; - - function gzgets - (file : gzFile; - buf : Chars_Ptr; - len : Int) - return Chars_Ptr; - - function gzputc (file : gzFile; char : Int) return Int; - - function gzgetc (file : gzFile) return Int; - - function gzflush (file : gzFile; flush : Int) return Int; - - function gzseek - (file : gzFile; - offset : Int; - whence : Int) - return Int; - - function gzrewind (file : gzFile) return Int; - - function gztell (file : gzFile) return Int; - - function gzeof (file : gzFile) return Int; - - function gzclose (file : gzFile) return Int; - - function gzerror (file : gzFile; errnum : Int_Access) return Chars_Ptr; - - function adler32 - (adler : ULong; - buf : Byte_Access; - len : UInt) - return ULong; - - function crc32 - (crc : ULong; - buf : Byte_Access; - len : UInt) - return ULong; - - function deflateInit - (strm : Z_Streamp; - level : Int; - version : Chars_Ptr; - stream_size : Int) - return Int; - - function deflateInit2 - (strm : Z_Streamp; - level : Int; - method : Int; - windowBits : Int; - memLevel : Int; - strategy : Int; - version : Chars_Ptr; - stream_size : Int) - return Int; - - function Deflate_Init - (strm : Z_Streamp; - level : Int; - method : Int; - windowBits : Int; - memLevel : Int; - strategy : Int) - return Int; - pragma Inline (Deflate_Init); - - function inflateInit - (strm : Z_Streamp; - version : Chars_Ptr; - stream_size : Int) - return Int; - - function inflateInit2 - (strm : in Z_Streamp; - windowBits : in Int; - version : in Chars_Ptr; - stream_size : in Int) - return Int; - - function inflateBackInit - (strm : in Z_Streamp; - windowBits : in Int; - window : in Byte_Access; - version : in Chars_Ptr; - stream_size : in Int) - return Int; - -- Size of window have to be 2**windowBits. - - function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int; - pragma Inline (Inflate_Init); - - function zError (err : Int) return Chars_Ptr; - - function inflateSyncPoint (z : Z_Streamp) return Int; - - function get_crc_table return ULong_Access; - - -- Interface to the available fields of the z_stream structure. - -- The application must update next_in and avail_in when avail_in has - -- dropped to zero. It must update next_out and avail_out when avail_out - -- has dropped to zero. The application must initialize zalloc, zfree and - -- opaque before calling the init function. - - procedure Set_In - (Strm : in out Z_Stream; - Buffer : in Voidp; - Size : in UInt); - pragma Inline (Set_In); - - procedure Set_Out - (Strm : in out Z_Stream; - Buffer : in Voidp; - Size : in UInt); - pragma Inline (Set_Out); - - procedure Set_Mem_Func - (Strm : in out Z_Stream; - Opaque : in Voidp; - Alloc : in alloc_func; - Free : in free_func); - pragma Inline (Set_Mem_Func); - - function Last_Error_Message (Strm : in Z_Stream) return String; - pragma Inline (Last_Error_Message); - - function Avail_Out (Strm : in Z_Stream) return UInt; - pragma Inline (Avail_Out); - - function Avail_In (Strm : in Z_Stream) return UInt; - pragma Inline (Avail_In); - - function Total_In (Strm : in Z_Stream) return ULong; - pragma Inline (Total_In); - - function Total_Out (Strm : in Z_Stream) return ULong; - pragma Inline (Total_Out); - - function inflateCopy - (dest : in Z_Streamp; - Source : in Z_Streamp) - return Int; - - function compressBound (Source_Len : in ULong) return ULong; - - function deflateBound - (Strm : in Z_Streamp; - Source_Len : in ULong) - return ULong; - - function gzungetc (C : in Int; File : in gzFile) return Int; - - function zlibCompileFlags return ULong; - -private - - type Z_Stream is record -- zlib.h:68 - Next_In : Voidp := Nul; -- next input byte - Avail_In : UInt := 0; -- number of bytes available at next_in - Total_In : ULong := 0; -- total nb of input bytes read so far - Next_Out : Voidp := Nul; -- next output byte should be put there - Avail_Out : UInt := 0; -- remaining free space at next_out - Total_Out : ULong := 0; -- total nb of bytes output so far - msg : Chars_Ptr; -- last error message, NULL if no error - state : Voidp; -- not visible by applications - zalloc : alloc_func := null; -- used to allocate the internal state - zfree : free_func := null; -- used to free the internal state - opaque : Voidp; -- private data object passed to - -- zalloc and zfree - data_type : Int; -- best guess about the data type: - -- ascii or binary - adler : ULong; -- adler32 value of the uncompressed - -- data - reserved : ULong; -- reserved for future use - end record; - - pragma Convention (C, Z_Stream); - - pragma Import (C, zlibVersion, "zlibVersion"); - pragma Import (C, Deflate, "deflate"); - pragma Import (C, DeflateEnd, "deflateEnd"); - pragma Import (C, Inflate, "inflate"); - pragma Import (C, InflateEnd, "inflateEnd"); - pragma Import (C, deflateSetDictionary, "deflateSetDictionary"); - pragma Import (C, deflateCopy, "deflateCopy"); - pragma Import (C, deflateReset, "deflateReset"); - pragma Import (C, deflateParams, "deflateParams"); - pragma Import (C, inflateSetDictionary, "inflateSetDictionary"); - pragma Import (C, inflateSync, "inflateSync"); - pragma Import (C, inflateReset, "inflateReset"); - pragma Import (C, compress, "compress"); - pragma Import (C, compress2, "compress2"); - pragma Import (C, uncompress, "uncompress"); - pragma Import (C, gzopen, "gzopen"); - pragma Import (C, gzdopen, "gzdopen"); - pragma Import (C, gzsetparams, "gzsetparams"); - pragma Import (C, gzread, "gzread"); - pragma Import (C, gzwrite, "gzwrite"); - pragma Import (C, gzprintf, "gzprintf"); - pragma Import (C, gzputs, "gzputs"); - pragma Import (C, gzgets, "gzgets"); - pragma Import (C, gzputc, "gzputc"); - pragma Import (C, gzgetc, "gzgetc"); - pragma Import (C, gzflush, "gzflush"); - pragma Import (C, gzseek, "gzseek"); - pragma Import (C, gzrewind, "gzrewind"); - pragma Import (C, gztell, "gztell"); - pragma Import (C, gzeof, "gzeof"); - pragma Import (C, gzclose, "gzclose"); - pragma Import (C, gzerror, "gzerror"); - pragma Import (C, adler32, "adler32"); - pragma Import (C, crc32, "crc32"); - pragma Import (C, deflateInit, "deflateInit_"); - pragma Import (C, inflateInit, "inflateInit_"); - pragma Import (C, deflateInit2, "deflateInit2_"); - pragma Import (C, inflateInit2, "inflateInit2_"); - pragma Import (C, zError, "zError"); - pragma Import (C, inflateSyncPoint, "inflateSyncPoint"); - pragma Import (C, get_crc_table, "get_crc_table"); - - -- since zlib 1.2.0: - - pragma Import (C, inflateCopy, "inflateCopy"); - pragma Import (C, compressBound, "compressBound"); - pragma Import (C, deflateBound, "deflateBound"); - pragma Import (C, gzungetc, "gzungetc"); - pragma Import (C, zlibCompileFlags, "zlibCompileFlags"); - - pragma Import (C, inflateBackInit, "inflateBackInit_"); - - -- I stopped binding the inflateBack routines, because realize that - -- it does not support zlib and gzip headers for now, and have no - -- symmetric deflateBack routines. - -- ZLib-Ada is symmetric regarding deflate/inflate data transformation - -- and has a similar generic callback interface for the - -- deflate/inflate transformation based on the regular Deflate/Inflate - -- routines. - - -- pragma Import (C, inflateBack, "inflateBack"); - -- pragma Import (C, inflateBackEnd, "inflateBackEnd"); - -end ZLib.Thin; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.adb b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.adb deleted file mode 100644 index c1abe79..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.adb +++ /dev/null @@ -1,701 +0,0 @@ ----------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2004 Dmitriy Anisimkov -- --- -- --- Open source license information is in the zlib.ads file. -- ----------------------------------------------------------------- - --- $Id: zlib.adb,v 1.31 2004/09/06 06:53:19 vagul Exp $ - -with Ada.Exceptions; -with Ada.Unchecked_Conversion; -with Ada.Unchecked_Deallocation; - -with Interfaces.C.Strings; - -with ZLib.Thin; - -package body ZLib is - - use type Thin.Int; - - type Z_Stream is new Thin.Z_Stream; - - type Return_Code_Enum is - (OK, - STREAM_END, - NEED_DICT, - ERRNO, - STREAM_ERROR, - DATA_ERROR, - MEM_ERROR, - BUF_ERROR, - VERSION_ERROR); - - type Flate_Step_Function is access - function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int; - pragma Convention (C, Flate_Step_Function); - - type Flate_End_Function is access - function (Ctrm : in Thin.Z_Streamp) return Thin.Int; - pragma Convention (C, Flate_End_Function); - - type Flate_Type is record - Step : Flate_Step_Function; - Done : Flate_End_Function; - end record; - - subtype Footer_Array is Stream_Element_Array (1 .. 8); - - Simple_GZip_Header : constant Stream_Element_Array (1 .. 10) - := (16#1f#, 16#8b#, -- Magic header - 16#08#, -- Z_DEFLATED - 16#00#, -- Flags - 16#00#, 16#00#, 16#00#, 16#00#, -- Time - 16#00#, -- XFlags - 16#03# -- OS code - ); - -- The simplest gzip header is not for informational, but just for - -- gzip format compatibility. - -- Note that some code below is using assumption - -- Simple_GZip_Header'Last > Footer_Array'Last, so do not make - -- Simple_GZip_Header'Last <= Footer_Array'Last. - - Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum - := (0 => OK, - 1 => STREAM_END, - 2 => NEED_DICT, - -1 => ERRNO, - -2 => STREAM_ERROR, - -3 => DATA_ERROR, - -4 => MEM_ERROR, - -5 => BUF_ERROR, - -6 => VERSION_ERROR); - - Flate : constant array (Boolean) of Flate_Type - := (True => (Step => Thin.Deflate'Access, - Done => Thin.DeflateEnd'Access), - False => (Step => Thin.Inflate'Access, - Done => Thin.InflateEnd'Access)); - - Flush_Finish : constant array (Boolean) of Flush_Mode - := (True => Finish, False => No_Flush); - - procedure Raise_Error (Stream : in Z_Stream); - pragma Inline (Raise_Error); - - procedure Raise_Error (Message : in String); - pragma Inline (Raise_Error); - - procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int); - - procedure Free is new Ada.Unchecked_Deallocation - (Z_Stream, Z_Stream_Access); - - function To_Thin_Access is new Ada.Unchecked_Conversion - (Z_Stream_Access, Thin.Z_Streamp); - - procedure Translate_GZip - (Filter : in out Filter_Type; - In_Data : in Ada.Streams.Stream_Element_Array; - In_Last : out Ada.Streams.Stream_Element_Offset; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode); - -- Separate translate routine for make gzip header. - - procedure Translate_Auto - (Filter : in out Filter_Type; - In_Data : in Ada.Streams.Stream_Element_Array; - In_Last : out Ada.Streams.Stream_Element_Offset; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode); - -- translate routine without additional headers. - - ----------------- - -- Check_Error -- - ----------------- - - procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is - use type Thin.Int; - begin - if Code /= Thin.Z_OK then - Raise_Error - (Return_Code_Enum'Image (Return_Code (Code)) - & ": " & Last_Error_Message (Stream)); - end if; - end Check_Error; - - ----------- - -- Close -- - ----------- - - procedure Close - (Filter : in out Filter_Type; - Ignore_Error : in Boolean := False) - is - Code : Thin.Int; - begin - if not Ignore_Error and then not Is_Open (Filter) then - raise Status_Error; - end if; - - Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm)); - - if Ignore_Error or else Code = Thin.Z_OK then - Free (Filter.Strm); - else - declare - Error_Message : constant String - := Last_Error_Message (Filter.Strm.all); - begin - Free (Filter.Strm); - Ada.Exceptions.Raise_Exception - (ZLib_Error'Identity, - Return_Code_Enum'Image (Return_Code (Code)) - & ": " & Error_Message); - end; - end if; - end Close; - - ----------- - -- CRC32 -- - ----------- - - function CRC32 - (CRC : in Unsigned_32; - Data : in Ada.Streams.Stream_Element_Array) - return Unsigned_32 - is - use Thin; - begin - return Unsigned_32 (crc32 (ULong (CRC), - Data'Address, - Data'Length)); - end CRC32; - - procedure CRC32 - (CRC : in out Unsigned_32; - Data : in Ada.Streams.Stream_Element_Array) is - begin - CRC := CRC32 (CRC, Data); - end CRC32; - - ------------------ - -- Deflate_Init -- - ------------------ - - procedure Deflate_Init - (Filter : in out Filter_Type; - Level : in Compression_Level := Default_Compression; - Strategy : in Strategy_Type := Default_Strategy; - Method : in Compression_Method := Deflated; - Window_Bits : in Window_Bits_Type := Default_Window_Bits; - Memory_Level : in Memory_Level_Type := Default_Memory_Level; - Header : in Header_Type := Default) - is - use type Thin.Int; - Win_Bits : Thin.Int := Thin.Int (Window_Bits); - begin - if Is_Open (Filter) then - raise Status_Error; - end if; - - -- We allow ZLib to make header only in case of default header type. - -- Otherwise we would either do header by ourselves, or do not do - -- header at all. - - if Header = None or else Header = GZip then - Win_Bits := -Win_Bits; - end if; - - -- For the GZip CRC calculation and make headers. - - if Header = GZip then - Filter.CRC := 0; - Filter.Offset := Simple_GZip_Header'First; - else - Filter.Offset := Simple_GZip_Header'Last + 1; - end if; - - Filter.Strm := new Z_Stream; - Filter.Compression := True; - Filter.Stream_End := False; - Filter.Header := Header; - - if Thin.Deflate_Init - (To_Thin_Access (Filter.Strm), - Level => Thin.Int (Level), - method => Thin.Int (Method), - windowBits => Win_Bits, - memLevel => Thin.Int (Memory_Level), - strategy => Thin.Int (Strategy)) /= Thin.Z_OK - then - Raise_Error (Filter.Strm.all); - end if; - end Deflate_Init; - - ----------- - -- Flush -- - ----------- - - procedure Flush - (Filter : in out Filter_Type; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode) - is - No_Data : Stream_Element_Array := (1 .. 0 => 0); - Last : Stream_Element_Offset; - begin - Translate (Filter, No_Data, Last, Out_Data, Out_Last, Flush); - end Flush; - - ----------------------- - -- Generic_Translate -- - ----------------------- - - procedure Generic_Translate - (Filter : in out ZLib.Filter_Type; - In_Buffer_Size : in Integer := Default_Buffer_Size; - Out_Buffer_Size : in Integer := Default_Buffer_Size) - is - In_Buffer : Stream_Element_Array - (1 .. Stream_Element_Offset (In_Buffer_Size)); - Out_Buffer : Stream_Element_Array - (1 .. Stream_Element_Offset (Out_Buffer_Size)); - Last : Stream_Element_Offset; - In_Last : Stream_Element_Offset; - In_First : Stream_Element_Offset; - Out_Last : Stream_Element_Offset; - begin - Main : loop - Data_In (In_Buffer, Last); - - In_First := In_Buffer'First; - - loop - Translate - (Filter => Filter, - In_Data => In_Buffer (In_First .. Last), - In_Last => In_Last, - Out_Data => Out_Buffer, - Out_Last => Out_Last, - Flush => Flush_Finish (Last < In_Buffer'First)); - - if Out_Buffer'First <= Out_Last then - Data_Out (Out_Buffer (Out_Buffer'First .. Out_Last)); - end if; - - exit Main when Stream_End (Filter); - - -- The end of in buffer. - - exit when In_Last = Last; - - In_First := In_Last + 1; - end loop; - end loop Main; - - end Generic_Translate; - - ------------------ - -- Inflate_Init -- - ------------------ - - procedure Inflate_Init - (Filter : in out Filter_Type; - Window_Bits : in Window_Bits_Type := Default_Window_Bits; - Header : in Header_Type := Default) - is - use type Thin.Int; - Win_Bits : Thin.Int := Thin.Int (Window_Bits); - - procedure Check_Version; - -- Check the latest header types compatibility. - - procedure Check_Version is - begin - if Version <= "1.1.4" then - Raise_Error - ("Inflate header type " & Header_Type'Image (Header) - & " incompatible with ZLib version " & Version); - end if; - end Check_Version; - - begin - if Is_Open (Filter) then - raise Status_Error; - end if; - - case Header is - when None => - Check_Version; - - -- Inflate data without headers determined - -- by negative Win_Bits. - - Win_Bits := -Win_Bits; - when GZip => - Check_Version; - - -- Inflate gzip data defined by flag 16. - - Win_Bits := Win_Bits + 16; - when Auto => - Check_Version; - - -- Inflate with automatic detection - -- of gzip or native header defined by flag 32. - - Win_Bits := Win_Bits + 32; - when Default => null; - end case; - - Filter.Strm := new Z_Stream; - Filter.Compression := False; - Filter.Stream_End := False; - Filter.Header := Header; - - if Thin.Inflate_Init - (To_Thin_Access (Filter.Strm), Win_Bits) /= Thin.Z_OK - then - Raise_Error (Filter.Strm.all); - end if; - end Inflate_Init; - - ------------- - -- Is_Open -- - ------------- - - function Is_Open (Filter : in Filter_Type) return Boolean is - begin - return Filter.Strm /= null; - end Is_Open; - - ----------------- - -- Raise_Error -- - ----------------- - - procedure Raise_Error (Message : in String) is - begin - Ada.Exceptions.Raise_Exception (ZLib_Error'Identity, Message); - end Raise_Error; - - procedure Raise_Error (Stream : in Z_Stream) is - begin - Raise_Error (Last_Error_Message (Stream)); - end Raise_Error; - - ---------- - -- Read -- - ---------- - - procedure Read - (Filter : in out Filter_Type; - Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode := No_Flush) - is - In_Last : Stream_Element_Offset; - Item_First : Ada.Streams.Stream_Element_Offset := Item'First; - V_Flush : Flush_Mode := Flush; - - begin - pragma Assert (Rest_First in Buffer'First .. Buffer'Last + 1); - pragma Assert (Rest_Last in Buffer'First - 1 .. Buffer'Last); - - loop - if Rest_Last = Buffer'First - 1 then - V_Flush := Finish; - - elsif Rest_First > Rest_Last then - Read (Buffer, Rest_Last); - Rest_First := Buffer'First; - - if Rest_Last < Buffer'First then - V_Flush := Finish; - end if; - end if; - - Translate - (Filter => Filter, - In_Data => Buffer (Rest_First .. Rest_Last), - In_Last => In_Last, - Out_Data => Item (Item_First .. Item'Last), - Out_Last => Last, - Flush => V_Flush); - - Rest_First := In_Last + 1; - - exit when Stream_End (Filter) - or else Last = Item'Last - or else (Last >= Item'First and then Allow_Read_Some); - - Item_First := Last + 1; - end loop; - end Read; - - ---------------- - -- Stream_End -- - ---------------- - - function Stream_End (Filter : in Filter_Type) return Boolean is - begin - if Filter.Header = GZip and Filter.Compression then - return Filter.Stream_End - and then Filter.Offset = Footer_Array'Last + 1; - else - return Filter.Stream_End; - end if; - end Stream_End; - - -------------- - -- Total_In -- - -------------- - - function Total_In (Filter : in Filter_Type) return Count is - begin - return Count (Thin.Total_In (To_Thin_Access (Filter.Strm).all)); - end Total_In; - - --------------- - -- Total_Out -- - --------------- - - function Total_Out (Filter : in Filter_Type) return Count is - begin - return Count (Thin.Total_Out (To_Thin_Access (Filter.Strm).all)); - end Total_Out; - - --------------- - -- Translate -- - --------------- - - procedure Translate - (Filter : in out Filter_Type; - In_Data : in Ada.Streams.Stream_Element_Array; - In_Last : out Ada.Streams.Stream_Element_Offset; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode) is - begin - if Filter.Header = GZip and then Filter.Compression then - Translate_GZip - (Filter => Filter, - In_Data => In_Data, - In_Last => In_Last, - Out_Data => Out_Data, - Out_Last => Out_Last, - Flush => Flush); - else - Translate_Auto - (Filter => Filter, - In_Data => In_Data, - In_Last => In_Last, - Out_Data => Out_Data, - Out_Last => Out_Last, - Flush => Flush); - end if; - end Translate; - - -------------------- - -- Translate_Auto -- - -------------------- - - procedure Translate_Auto - (Filter : in out Filter_Type; - In_Data : in Ada.Streams.Stream_Element_Array; - In_Last : out Ada.Streams.Stream_Element_Offset; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode) - is - use type Thin.Int; - Code : Thin.Int; - - begin - if not Is_Open (Filter) then - raise Status_Error; - end if; - - if Out_Data'Length = 0 and then In_Data'Length = 0 then - raise Constraint_Error; - end if; - - Set_Out (Filter.Strm.all, Out_Data'Address, Out_Data'Length); - Set_In (Filter.Strm.all, In_Data'Address, In_Data'Length); - - Code := Flate (Filter.Compression).Step - (To_Thin_Access (Filter.Strm), - Thin.Int (Flush)); - - if Code = Thin.Z_STREAM_END then - Filter.Stream_End := True; - else - Check_Error (Filter.Strm.all, Code); - end if; - - In_Last := In_Data'Last - - Stream_Element_Offset (Avail_In (Filter.Strm.all)); - Out_Last := Out_Data'Last - - Stream_Element_Offset (Avail_Out (Filter.Strm.all)); - end Translate_Auto; - - -------------------- - -- Translate_GZip -- - -------------------- - - procedure Translate_GZip - (Filter : in out Filter_Type; - In_Data : in Ada.Streams.Stream_Element_Array; - In_Last : out Ada.Streams.Stream_Element_Offset; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode) - is - Out_First : Stream_Element_Offset; - - procedure Add_Data (Data : in Stream_Element_Array); - -- Add data to stream from the Filter.Offset till necessary, - -- used for add gzip headr/footer. - - procedure Put_32 - (Item : in out Stream_Element_Array; - Data : in Unsigned_32); - pragma Inline (Put_32); - - -------------- - -- Add_Data -- - -------------- - - procedure Add_Data (Data : in Stream_Element_Array) is - Data_First : Stream_Element_Offset renames Filter.Offset; - Data_Last : Stream_Element_Offset; - Data_Len : Stream_Element_Offset; -- -1 - Out_Len : Stream_Element_Offset; -- -1 - begin - Out_First := Out_Last + 1; - - if Data_First > Data'Last then - return; - end if; - - Data_Len := Data'Last - Data_First; - Out_Len := Out_Data'Last - Out_First; - - if Data_Len <= Out_Len then - Out_Last := Out_First + Data_Len; - Data_Last := Data'Last; - else - Out_Last := Out_Data'Last; - Data_Last := Data_First + Out_Len; - end if; - - Out_Data (Out_First .. Out_Last) := Data (Data_First .. Data_Last); - - Data_First := Data_Last + 1; - Out_First := Out_Last + 1; - end Add_Data; - - ------------ - -- Put_32 -- - ------------ - - procedure Put_32 - (Item : in out Stream_Element_Array; - Data : in Unsigned_32) - is - D : Unsigned_32 := Data; - begin - for J in Item'First .. Item'First + 3 loop - Item (J) := Stream_Element (D and 16#FF#); - D := Shift_Right (D, 8); - end loop; - end Put_32; - - begin - Out_Last := Out_Data'First - 1; - - if not Filter.Stream_End then - Add_Data (Simple_GZip_Header); - - Translate_Auto - (Filter => Filter, - In_Data => In_Data, - In_Last => In_Last, - Out_Data => Out_Data (Out_First .. Out_Data'Last), - Out_Last => Out_Last, - Flush => Flush); - - CRC32 (Filter.CRC, In_Data (In_Data'First .. In_Last)); - end if; - - if Filter.Stream_End and then Out_Last <= Out_Data'Last then - -- This detection method would work only when - -- Simple_GZip_Header'Last > Footer_Array'Last - - if Filter.Offset = Simple_GZip_Header'Last + 1 then - Filter.Offset := Footer_Array'First; - end if; - - declare - Footer : Footer_Array; - begin - Put_32 (Footer, Filter.CRC); - Put_32 (Footer (Footer'First + 4 .. Footer'Last), - Unsigned_32 (Total_In (Filter))); - Add_Data (Footer); - end; - end if; - end Translate_GZip; - - ------------- - -- Version -- - ------------- - - function Version return String is - begin - return Interfaces.C.Strings.Value (Thin.zlibVersion); - end Version; - - ----------- - -- Write -- - ----------- - - procedure Write - (Filter : in out Filter_Type; - Item : in Ada.Streams.Stream_Element_Array; - Flush : in Flush_Mode := No_Flush) - is - Buffer : Stream_Element_Array (1 .. Buffer_Size); - In_Last : Stream_Element_Offset; - Out_Last : Stream_Element_Offset; - In_First : Stream_Element_Offset := Item'First; - begin - if Item'Length = 0 and Flush = No_Flush then - return; - end if; - - loop - Translate - (Filter => Filter, - In_Data => Item (In_First .. Item'Last), - In_Last => In_Last, - Out_Data => Buffer, - Out_Last => Out_Last, - Flush => Flush); - - if Out_Last >= Buffer'First then - Write (Buffer (1 .. Out_Last)); - end if; - - exit when In_Last = Item'Last or Stream_End (Filter); - - In_First := In_Last + 1; - end loop; - end Write; - -end ZLib; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.ads b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.ads deleted file mode 100644 index 81aaf1b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.ads +++ /dev/null @@ -1,328 +0,0 @@ ------------------------------------------------------------------------------- --- ZLib for Ada thick binding. -- --- -- --- Copyright (C) 2002-2004 Dmitriy Anisimkov -- --- -- --- This library is free software; you can redistribute it and/or modify -- --- it under the terms of the GNU General Public License as published by -- --- the Free Software Foundation; either version 2 of the License, or (at -- --- your option) any later version. -- --- -- --- This library is distributed in the hope that it will be useful, but -- --- WITHOUT ANY WARRANTY; without even the implied warranty of -- --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- --- General Public License for more details. -- --- -- --- You should have received a copy of the GNU General Public License -- --- along with this library; if not, write to the Free Software Foundation, -- --- Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- -- --- As a special exception, if other files instantiate generics from this -- --- unit, or you link this unit with other files to produce an executable, -- --- this unit does not by itself cause the resulting executable to be -- --- covered by the GNU General Public License. This exception does not -- --- however invalidate any other reasons why the executable file might be -- --- covered by the GNU Public License. -- ------------------------------------------------------------------------------- - --- $Id: zlib.ads,v 1.26 2004/09/06 06:53:19 vagul Exp $ - -with Ada.Streams; - -with Interfaces; - -package ZLib is - - ZLib_Error : exception; - Status_Error : exception; - - type Compression_Level is new Integer range -1 .. 9; - - type Flush_Mode is private; - - type Compression_Method is private; - - type Window_Bits_Type is new Integer range 8 .. 15; - - type Memory_Level_Type is new Integer range 1 .. 9; - - type Unsigned_32 is new Interfaces.Unsigned_32; - - type Strategy_Type is private; - - type Header_Type is (None, Auto, Default, GZip); - -- Header type usage have a some limitation for inflate. - -- See comment for Inflate_Init. - - subtype Count is Ada.Streams.Stream_Element_Count; - - Default_Memory_Level : constant Memory_Level_Type := 8; - Default_Window_Bits : constant Window_Bits_Type := 15; - - ---------------------------------- - -- Compression method constants -- - ---------------------------------- - - Deflated : constant Compression_Method; - -- Only one method allowed in this ZLib version - - --------------------------------- - -- Compression level constants -- - --------------------------------- - - No_Compression : constant Compression_Level := 0; - Best_Speed : constant Compression_Level := 1; - Best_Compression : constant Compression_Level := 9; - Default_Compression : constant Compression_Level := -1; - - -------------------------- - -- Flush mode constants -- - -------------------------- - - No_Flush : constant Flush_Mode; - -- Regular way for compression, no flush - - Partial_Flush : constant Flush_Mode; - -- Will be removed, use Z_SYNC_FLUSH instead - - Sync_Flush : constant Flush_Mode; - -- All pending output is flushed to the output buffer and the output - -- is aligned on a byte boundary, so that the decompressor can get all - -- input data available so far. (In particular avail_in is zero after the - -- call if enough output space has been provided before the call.) - -- Flushing may degrade compression for some compression algorithms and so - -- it should be used only when necessary. - - Block_Flush : constant Flush_Mode; - -- Z_BLOCK requests that inflate() stop - -- if and when it get to the next deflate block boundary. When decoding the - -- zlib or gzip format, this will cause inflate() to return immediately - -- after the header and before the first block. When doing a raw inflate, - -- inflate() will go ahead and process the first block, and will return - -- when it gets to the end of that block, or when it runs out of data. - - Full_Flush : constant Flush_Mode; - -- All output is flushed as with SYNC_FLUSH, and the compression state - -- is reset so that decompression can restart from this point if previous - -- compressed data has been damaged or if random access is desired. Using - -- Full_Flush too often can seriously degrade the compression. - - Finish : constant Flush_Mode; - -- Just for tell the compressor that input data is complete. - - ------------------------------------ - -- Compression strategy constants -- - ------------------------------------ - - -- RLE strategy could be used only in version 1.2.0 and later. - - Filtered : constant Strategy_Type; - Huffman_Only : constant Strategy_Type; - RLE : constant Strategy_Type; - Default_Strategy : constant Strategy_Type; - - Default_Buffer_Size : constant := 4096; - - type Filter_Type is tagged limited private; - -- The filter is for compression and for decompression. - -- The usage of the type is depend of its initialization. - - function Version return String; - pragma Inline (Version); - -- Return string representation of the ZLib version. - - procedure Deflate_Init - (Filter : in out Filter_Type; - Level : in Compression_Level := Default_Compression; - Strategy : in Strategy_Type := Default_Strategy; - Method : in Compression_Method := Deflated; - Window_Bits : in Window_Bits_Type := Default_Window_Bits; - Memory_Level : in Memory_Level_Type := Default_Memory_Level; - Header : in Header_Type := Default); - -- Compressor initialization. - -- When Header parameter is Auto or Default, then default zlib header - -- would be provided for compressed data. - -- When Header is GZip, then gzip header would be set instead of - -- default header. - -- When Header is None, no header would be set for compressed data. - - procedure Inflate_Init - (Filter : in out Filter_Type; - Window_Bits : in Window_Bits_Type := Default_Window_Bits; - Header : in Header_Type := Default); - -- Decompressor initialization. - -- Default header type mean that ZLib default header is expecting in the - -- input compressed stream. - -- Header type None mean that no header is expecting in the input stream. - -- GZip header type mean that GZip header is expecting in the - -- input compressed stream. - -- Auto header type mean that header type (GZip or Native) would be - -- detected automatically in the input stream. - -- Note that header types parameter values None, GZip and Auto are - -- supported for inflate routine only in ZLib versions 1.2.0.2 and later. - -- Deflate_Init is supporting all header types. - - function Is_Open (Filter : in Filter_Type) return Boolean; - pragma Inline (Is_Open); - -- Is the filter opened for compression or decompression. - - procedure Close - (Filter : in out Filter_Type; - Ignore_Error : in Boolean := False); - -- Closing the compression or decompressor. - -- If stream is closing before the complete and Ignore_Error is False, - -- The exception would be raised. - - generic - with procedure Data_In - (Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset); - with procedure Data_Out - (Item : in Ada.Streams.Stream_Element_Array); - procedure Generic_Translate - (Filter : in out Filter_Type; - In_Buffer_Size : in Integer := Default_Buffer_Size; - Out_Buffer_Size : in Integer := Default_Buffer_Size); - -- Compress/decompress data fetch from Data_In routine and pass the result - -- to the Data_Out routine. User should provide Data_In and Data_Out - -- for compression/decompression data flow. - -- Compression or decompression depend on Filter initialization. - - function Total_In (Filter : in Filter_Type) return Count; - pragma Inline (Total_In); - -- Returns total number of input bytes read so far - - function Total_Out (Filter : in Filter_Type) return Count; - pragma Inline (Total_Out); - -- Returns total number of bytes output so far - - function CRC32 - (CRC : in Unsigned_32; - Data : in Ada.Streams.Stream_Element_Array) - return Unsigned_32; - pragma Inline (CRC32); - -- Compute CRC32, it could be necessary for make gzip format - - procedure CRC32 - (CRC : in out Unsigned_32; - Data : in Ada.Streams.Stream_Element_Array); - pragma Inline (CRC32); - -- Compute CRC32, it could be necessary for make gzip format - - ------------------------------------------------- - -- Below is more complex low level routines. -- - ------------------------------------------------- - - procedure Translate - (Filter : in out Filter_Type; - In_Data : in Ada.Streams.Stream_Element_Array; - In_Last : out Ada.Streams.Stream_Element_Offset; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode); - -- Compress/decompress the In_Data buffer and place the result into - -- Out_Data. In_Last is the index of last element from In_Data accepted by - -- the Filter. Out_Last is the last element of the received data from - -- Filter. To tell the filter that incoming data are complete put the - -- Flush parameter to Finish. - - function Stream_End (Filter : in Filter_Type) return Boolean; - pragma Inline (Stream_End); - -- Return the true when the stream is complete. - - procedure Flush - (Filter : in out Filter_Type; - Out_Data : out Ada.Streams.Stream_Element_Array; - Out_Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode); - pragma Inline (Flush); - -- Flushing the data from the compressor. - - generic - with procedure Write - (Item : in Ada.Streams.Stream_Element_Array); - -- User should provide this routine for accept - -- compressed/decompressed data. - - Buffer_Size : in Ada.Streams.Stream_Element_Offset - := Default_Buffer_Size; - -- Buffer size for Write user routine. - - procedure Write - (Filter : in out Filter_Type; - Item : in Ada.Streams.Stream_Element_Array; - Flush : in Flush_Mode := No_Flush); - -- Compress/Decompress data from Item to the generic parameter procedure - -- Write. Output buffer size could be set in Buffer_Size generic parameter. - - generic - with procedure Read - (Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset); - -- User should provide data for compression/decompression - -- thru this routine. - - Buffer : in out Ada.Streams.Stream_Element_Array; - -- Buffer for keep remaining data from the previous - -- back read. - - Rest_First, Rest_Last : in out Ada.Streams.Stream_Element_Offset; - -- Rest_First have to be initialized to Buffer'Last + 1 - -- Rest_Last have to be initialized to Buffer'Last - -- before usage. - - Allow_Read_Some : in Boolean := False; - -- Is it allowed to return Last < Item'Last before end of data. - - procedure Read - (Filter : in out Filter_Type; - Item : out Ada.Streams.Stream_Element_Array; - Last : out Ada.Streams.Stream_Element_Offset; - Flush : in Flush_Mode := No_Flush); - -- Compress/Decompress data from generic parameter procedure Read to the - -- Item. User should provide Buffer and initialized Rest_First, Rest_Last - -- indicators. If Allow_Read_Some is True, Read routines could return - -- Last < Item'Last only at end of stream. - -private - - use Ada.Streams; - - pragma Assert (Ada.Streams.Stream_Element'Size = 8); - pragma Assert (Ada.Streams.Stream_Element'Modulus = 2**8); - - type Flush_Mode is new Integer range 0 .. 5; - - type Compression_Method is new Integer range 8 .. 8; - - type Strategy_Type is new Integer range 0 .. 3; - - No_Flush : constant Flush_Mode := 0; - Partial_Flush : constant Flush_Mode := 1; - Sync_Flush : constant Flush_Mode := 2; - Full_Flush : constant Flush_Mode := 3; - Finish : constant Flush_Mode := 4; - Block_Flush : constant Flush_Mode := 5; - - Filtered : constant Strategy_Type := 1; - Huffman_Only : constant Strategy_Type := 2; - RLE : constant Strategy_Type := 3; - Default_Strategy : constant Strategy_Type := 0; - - Deflated : constant Compression_Method := 8; - - type Z_Stream; - - type Z_Stream_Access is access all Z_Stream; - - type Filter_Type is tagged limited record - Strm : Z_Stream_Access; - Compression : Boolean; - Stream_End : Boolean; - Header : Header_Type; - CRC : Unsigned_32; - Offset : Stream_Element_Offset; - -- Offset for gzip header/footer output. - end record; - -end ZLib; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.gpr b/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.gpr deleted file mode 100644 index 296b22a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/ada/zlib.gpr +++ /dev/null @@ -1,20 +0,0 @@ -project Zlib is - - for Languages use ("Ada"); - for Source_Dirs use ("."); - for Object_Dir use "."; - for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo"); - - package Compiler is - for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst"); - end Compiler; - - package Linker is - for Default_Switches ("ada") use ("-lz"); - end Linker; - - package Builder is - for Default_Switches ("ada") use ("-s", "-gnatQ"); - end Builder; - -end Zlib; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/Makefile b/proj-web/thirdparty/zlib-1.3.1/contrib/blast/Makefile deleted file mode 100644 index 9be80ba..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -blast: blast.c blast.h - cc -DTEST -o blast blast.c - -test: blast - blast < test.pk | cmp - test.txt - -clean: - rm -f blast blast.o diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/README b/proj-web/thirdparty/zlib-1.3.1/contrib/blast/README deleted file mode 100644 index e3a60b3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/README +++ /dev/null @@ -1,4 +0,0 @@ -Read blast.h for purpose and usage. - -Mark Adler -madler@alumni.caltech.edu diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.c b/proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.c deleted file mode 100644 index e6e6590..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.c +++ /dev/null @@ -1,466 +0,0 @@ -/* blast.c - * Copyright (C) 2003, 2012, 2013 Mark Adler - * For conditions of distribution and use, see copyright notice in blast.h - * version 1.3, 24 Aug 2013 - * - * blast.c decompresses data compressed by the PKWare Compression Library. - * This function provides functionality similar to the explode() function of - * the PKWare library, hence the name "blast". - * - * This decompressor is based on the excellent format description provided by - * Ben Rudiak-Gould in comp.compression on August 13, 2001. Interestingly, the - * example Ben provided in the post is incorrect. The distance 110001 should - * instead be 111000. When corrected, the example byte stream becomes: - * - * 00 04 82 24 25 8f 80 7f - * - * which decompresses to "AIAIAIAIAIAIA" (without the quotes). - */ - -/* - * Change history: - * - * 1.0 12 Feb 2003 - First version - * 1.1 16 Feb 2003 - Fixed distance check for > 4 GB uncompressed data - * 1.2 24 Oct 2012 - Add note about using binary mode in stdio - * - Fix comparisons of differently signed integers - * 1.3 24 Aug 2013 - Return unused input from blast() - * - Fix test code to correctly report unused input - * - Enable the provision of initial input to blast() - */ - -#include /* for NULL */ -#include /* for setjmp(), longjmp(), and jmp_buf */ -#include "blast.h" /* prototype for blast() */ - -#define local static /* for local function definitions */ -#define MAXBITS 13 /* maximum code length */ -#define MAXWIN 4096 /* maximum window size */ - -/* input and output state */ -struct state { - /* input state */ - blast_in infun; /* input function provided by user */ - void *inhow; /* opaque information passed to infun() */ - unsigned char *in; /* next input location */ - unsigned left; /* available input at in */ - int bitbuf; /* bit buffer */ - int bitcnt; /* number of bits in bit buffer */ - - /* input limit error return state for bits() and decode() */ - jmp_buf env; - - /* output state */ - blast_out outfun; /* output function provided by user */ - void *outhow; /* opaque information passed to outfun() */ - unsigned next; /* index of next write location in out[] */ - int first; /* true to check distances (for first 4K) */ - unsigned char out[MAXWIN]; /* output buffer and sliding window */ -}; - -/* - * Return need bits from the input stream. This always leaves less than - * eight bits in the buffer. bits() works properly for need == 0. - * - * Format notes: - * - * - Bits are stored in bytes from the least significant bit to the most - * significant bit. Therefore bits are dropped from the bottom of the bit - * buffer, using shift right, and new bytes are appended to the top of the - * bit buffer, using shift left. - */ -local int bits(struct state *s, int need) -{ - int val; /* bit accumulator */ - - /* load at least need bits into val */ - val = s->bitbuf; - while (s->bitcnt < need) { - if (s->left == 0) { - s->left = s->infun(s->inhow, &(s->in)); - if (s->left == 0) longjmp(s->env, 1); /* out of input */ - } - val |= (int)(*(s->in)++) << s->bitcnt; /* load eight bits */ - s->left--; - s->bitcnt += 8; - } - - /* drop need bits and update buffer, always zero to seven bits left */ - s->bitbuf = val >> need; - s->bitcnt -= need; - - /* return need bits, zeroing the bits above that */ - return val & ((1 << need) - 1); -} - -/* - * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of - * each length, which for a canonical code are stepped through in order. - * symbol[] are the symbol values in canonical order, where the number of - * entries is the sum of the counts in count[]. The decoding process can be - * seen in the function decode() below. - */ -struct huffman { - short *count; /* number of symbols of each length */ - short *symbol; /* canonically ordered symbols */ -}; - -/* - * Decode a code from the stream s using huffman table h. Return the symbol or - * a negative value if there is an error. If all of the lengths are zero, i.e. - * an empty code, or if the code is incomplete and an invalid code is received, - * then -9 is returned after reading MAXBITS bits. - * - * Format notes: - * - * - The codes as stored in the compressed data are bit-reversed relative to - * a simple integer ordering of codes of the same lengths. Hence below the - * bits are pulled from the compressed data one at a time and used to - * build the code value reversed from what is in the stream in order to - * permit simple integer comparisons for decoding. - * - * - The first code for the shortest length is all ones. Subsequent codes of - * the same length are simply integer decrements of the previous code. When - * moving up a length, a one bit is appended to the code. For a complete - * code, the last code of the longest length will be all zeros. To support - * this ordering, the bits pulled during decoding are inverted to apply the - * more "natural" ordering starting with all zeros and incrementing. - */ -local int decode(struct state *s, struct huffman *h) -{ - int len; /* current number of bits in code */ - int code; /* len bits being decoded */ - int first; /* first code of length len */ - int count; /* number of codes of length len */ - int index; /* index of first code of length len in symbol table */ - int bitbuf; /* bits from stream */ - int left; /* bits left in next or left to process */ - short *next; /* next number of codes */ - - bitbuf = s->bitbuf; - left = s->bitcnt; - code = first = index = 0; - len = 1; - next = h->count + 1; - while (1) { - while (left--) { - code |= (bitbuf & 1) ^ 1; /* invert code */ - bitbuf >>= 1; - count = *next++; - if (code < first + count) { /* if length len, return symbol */ - s->bitbuf = bitbuf; - s->bitcnt = (s->bitcnt - len) & 7; - return h->symbol[index + (code - first)]; - } - index += count; /* else update for next length */ - first += count; - first <<= 1; - code <<= 1; - len++; - } - left = (MAXBITS+1) - len; - if (left == 0) break; - if (s->left == 0) { - s->left = s->infun(s->inhow, &(s->in)); - if (s->left == 0) longjmp(s->env, 1); /* out of input */ - } - bitbuf = *(s->in)++; - s->left--; - if (left > 8) left = 8; - } - return -9; /* ran out of codes */ -} - -/* - * Given a list of repeated code lengths rep[0..n-1], where each byte is a - * count (high four bits + 1) and a code length (low four bits), generate the - * list of code lengths. This compaction reduces the size of the object code. - * Then given the list of code lengths length[0..n-1] representing a canonical - * Huffman code for n symbols, construct the tables required to decode those - * codes. Those tables are the number of codes of each length, and the symbols - * sorted by length, retaining their original order within each length. The - * return value is zero for a complete code set, negative for an over- - * subscribed code set, and positive for an incomplete code set. The tables - * can be used if the return value is zero or positive, but they cannot be used - * if the return value is negative. If the return value is zero, it is not - * possible for decode() using that table to return an error--any stream of - * enough bits will resolve to a symbol. If the return value is positive, then - * it is possible for decode() using that table to return an error for received - * codes past the end of the incomplete lengths. - */ -local int construct(struct huffman *h, const unsigned char *rep, int n) -{ - int symbol; /* current symbol when stepping through length[] */ - int len; /* current length when stepping through h->count[] */ - int left; /* number of possible codes left of current length */ - short offs[MAXBITS+1]; /* offsets in symbol table for each length */ - short length[256]; /* code lengths */ - - /* convert compact repeat counts into symbol bit length list */ - symbol = 0; - do { - len = *rep++; - left = (len >> 4) + 1; - len &= 15; - do { - length[symbol++] = len; - } while (--left); - } while (--n); - n = symbol; - - /* count number of codes of each length */ - for (len = 0; len <= MAXBITS; len++) - h->count[len] = 0; - for (symbol = 0; symbol < n; symbol++) - (h->count[length[symbol]])++; /* assumes lengths are within bounds */ - if (h->count[0] == n) /* no codes! */ - return 0; /* complete, but decode() will fail */ - - /* check for an over-subscribed or incomplete set of lengths */ - left = 1; /* one possible code of zero length */ - for (len = 1; len <= MAXBITS; len++) { - left <<= 1; /* one more bit, double codes left */ - left -= h->count[len]; /* deduct count from possible codes */ - if (left < 0) return left; /* over-subscribed--return negative */ - } /* left > 0 means incomplete */ - - /* generate offsets into symbol table for each length for sorting */ - offs[1] = 0; - for (len = 1; len < MAXBITS; len++) - offs[len + 1] = offs[len] + h->count[len]; - - /* - * put symbols in table sorted by length, by symbol order within each - * length - */ - for (symbol = 0; symbol < n; symbol++) - if (length[symbol] != 0) - h->symbol[offs[length[symbol]]++] = symbol; - - /* return zero for complete set, positive for incomplete set */ - return left; -} - -/* - * Decode PKWare Compression Library stream. - * - * Format notes: - * - * - First byte is 0 if literals are uncoded or 1 if they are coded. Second - * byte is 4, 5, or 6 for the number of extra bits in the distance code. - * This is the base-2 logarithm of the dictionary size minus six. - * - * - Compressed data is a combination of literals and length/distance pairs - * terminated by an end code. Literals are either Huffman coded or - * uncoded bytes. A length/distance pair is a coded length followed by a - * coded distance to represent a string that occurs earlier in the - * uncompressed data that occurs again at the current location. - * - * - A bit preceding a literal or length/distance pair indicates which comes - * next, 0 for literals, 1 for length/distance. - * - * - If literals are uncoded, then the next eight bits are the literal, in the - * normal bit order in the stream, i.e. no bit-reversal is needed. Similarly, - * no bit reversal is needed for either the length extra bits or the distance - * extra bits. - * - * - Literal bytes are simply written to the output. A length/distance pair is - * an instruction to copy previously uncompressed bytes to the output. The - * copy is from distance bytes back in the output stream, copying for length - * bytes. - * - * - Distances pointing before the beginning of the output data are not - * permitted. - * - * - Overlapped copies, where the length is greater than the distance, are - * allowed and common. For example, a distance of one and a length of 518 - * simply copies the last byte 518 times. A distance of four and a length of - * twelve copies the last four bytes three times. A simple forward copy - * ignoring whether the length is greater than the distance or not implements - * this correctly. - */ -local int decomp(struct state *s) -{ - int lit; /* true if literals are coded */ - int dict; /* log2(dictionary size) - 6 */ - int symbol; /* decoded symbol, extra bits for distance */ - int len; /* length for copy */ - unsigned dist; /* distance for copy */ - int copy; /* copy counter */ - unsigned char *from, *to; /* copy pointers */ - static int virgin = 1; /* build tables once */ - static short litcnt[MAXBITS+1], litsym[256]; /* litcode memory */ - static short lencnt[MAXBITS+1], lensym[16]; /* lencode memory */ - static short distcnt[MAXBITS+1], distsym[64]; /* distcode memory */ - static struct huffman litcode = {litcnt, litsym}; /* length code */ - static struct huffman lencode = {lencnt, lensym}; /* length code */ - static struct huffman distcode = {distcnt, distsym};/* distance code */ - /* bit lengths of literal codes */ - static const unsigned char litlen[] = { - 11, 124, 8, 7, 28, 7, 188, 13, 76, 4, 10, 8, 12, 10, 12, 10, 8, 23, 8, - 9, 7, 6, 7, 8, 7, 6, 55, 8, 23, 24, 12, 11, 7, 9, 11, 12, 6, 7, 22, 5, - 7, 24, 6, 11, 9, 6, 7, 22, 7, 11, 38, 7, 9, 8, 25, 11, 8, 11, 9, 12, - 8, 12, 5, 38, 5, 38, 5, 11, 7, 5, 6, 21, 6, 10, 53, 8, 7, 24, 10, 27, - 44, 253, 253, 253, 252, 252, 252, 13, 12, 45, 12, 45, 12, 61, 12, 45, - 44, 173}; - /* bit lengths of length codes 0..15 */ - static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; - /* bit lengths of distance codes 0..63 */ - static const unsigned char distlen[] = {2, 20, 53, 230, 247, 151, 248}; - static const short base[16] = { /* base for length codes */ - 3, 2, 4, 5, 6, 7, 8, 9, 10, 12, 16, 24, 40, 72, 136, 264}; - static const char extra[16] = { /* extra bits for length codes */ - 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8}; - - /* set up decoding tables (once--might not be thread-safe) */ - if (virgin) { - construct(&litcode, litlen, sizeof(litlen)); - construct(&lencode, lenlen, sizeof(lenlen)); - construct(&distcode, distlen, sizeof(distlen)); - virgin = 0; - } - - /* read header */ - lit = bits(s, 8); - if (lit > 1) return -1; - dict = bits(s, 8); - if (dict < 4 || dict > 6) return -2; - - /* decode literals and length/distance pairs */ - do { - if (bits(s, 1)) { - /* get length */ - symbol = decode(s, &lencode); - len = base[symbol] + bits(s, extra[symbol]); - if (len == 519) break; /* end code */ - - /* get distance */ - symbol = len == 2 ? 2 : dict; - dist = decode(s, &distcode) << symbol; - dist += bits(s, symbol); - dist++; - if (s->first && dist > s->next) - return -3; /* distance too far back */ - - /* copy length bytes from distance bytes back */ - do { - to = s->out + s->next; - from = to - dist; - copy = MAXWIN; - if (s->next < dist) { - from += copy; - copy = dist; - } - copy -= s->next; - if (copy > len) copy = len; - len -= copy; - s->next += copy; - do { - *to++ = *from++; - } while (--copy); - if (s->next == MAXWIN) { - if (s->outfun(s->outhow, s->out, s->next)) return 1; - s->next = 0; - s->first = 0; - } - } while (len != 0); - } - else { - /* get literal and write it */ - symbol = lit ? decode(s, &litcode) : bits(s, 8); - s->out[s->next++] = symbol; - if (s->next == MAXWIN) { - if (s->outfun(s->outhow, s->out, s->next)) return 1; - s->next = 0; - s->first = 0; - } - } - } while (1); - return 0; -} - -/* See comments in blast.h */ -int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, - unsigned *left, unsigned char **in) -{ - struct state s; /* input/output state */ - int err; /* return value */ - - /* initialize input state */ - s.infun = infun; - s.inhow = inhow; - if (left != NULL && *left) { - s.left = *left; - s.in = *in; - } - else - s.left = 0; - s.bitbuf = 0; - s.bitcnt = 0; - - /* initialize output state */ - s.outfun = outfun; - s.outhow = outhow; - s.next = 0; - s.first = 1; - - /* return if bits() or decode() tries to read past available input */ - if (setjmp(s.env) != 0) /* if came back here via longjmp(), */ - err = 2; /* then skip decomp(), return error */ - else - err = decomp(&s); /* decompress */ - - /* return unused input */ - if (left != NULL) - *left = s.left; - if (in != NULL) - *in = s.left ? s.in : NULL; - - /* write any leftover output and update the error code if needed */ - if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0) - err = 1; - return err; -} - -#ifdef TEST -/* Example of how to use blast() */ -#include -#include - -#define CHUNK 16384 - -local unsigned inf(void *how, unsigned char **buf) -{ - static unsigned char hold[CHUNK]; - - *buf = hold; - return fread(hold, 1, CHUNK, (FILE *)how); -} - -local int outf(void *how, unsigned char *buf, unsigned len) -{ - return fwrite(buf, 1, len, (FILE *)how) != len; -} - -/* Decompress a PKWare Compression Library stream from stdin to stdout */ -int main(void) -{ - int ret; - unsigned left; - - /* decompress to stdout */ - left = 0; - ret = blast(inf, stdin, outf, stdout, &left, NULL); - if (ret != 0) - fprintf(stderr, "blast error: %d\n", ret); - - /* count any leftover bytes */ - while (getchar() != EOF) - left++; - if (left) - fprintf(stderr, "blast warning: %u unused bytes of input\n", left); - - /* return blast() error code */ - return ret; -} -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.h b/proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.h deleted file mode 100644 index ef8544c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/blast.h +++ /dev/null @@ -1,83 +0,0 @@ -/* blast.h -- interface for blast.c - Copyright (C) 2003, 2012, 2013 Mark Adler - version 1.3, 24 Aug 2013 - - This software is provided 'as-is', without any express or implied - warranty. In no event will the author be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Mark Adler madler@alumni.caltech.edu - */ - - -/* - * blast() decompresses the PKWare Data Compression Library (DCL) compressed - * format. It provides the same functionality as the explode() function in - * that library. (Note: PKWare overused the "implode" verb, and the format - * used by their library implode() function is completely different and - * incompatible with the implode compression method supported by PKZIP.) - * - * The binary mode for stdio functions should be used to assure that the - * compressed data is not corrupted when read or written. For example: - * fopen(..., "rb") and fopen(..., "wb"). - */ - - -typedef unsigned (*blast_in)(void *how, unsigned char **buf); -typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len); -/* Definitions for input/output functions passed to blast(). See below for - * what the provided functions need to do. - */ - - -int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, - unsigned *left, unsigned char **in); -/* Decompress input to output using the provided infun() and outfun() calls. - * On success, the return value of blast() is zero. If there is an error in - * the source data, i.e. it is not in the proper format, then a negative value - * is returned. If there is not enough input available or there is not enough - * output space, then a positive error is returned. - * - * The input function is invoked: len = infun(how, &buf), where buf is set by - * infun() to point to the input buffer, and infun() returns the number of - * available bytes there. If infun() returns zero, then blast() returns with - * an input error. (blast() only asks for input if it needs it.) inhow is for - * use by the application to pass an input descriptor to infun(), if desired. - * - * If left and in are not NULL and *left is not zero when blast() is called, - * then the *left bytes at *in are consumed for input before infun() is used. - * - * The output function is invoked: err = outfun(how, buf, len), where the bytes - * to be written are buf[0..len-1]. If err is not zero, then blast() returns - * with an output error. outfun() is always called with len <= 4096. outhow - * is for use by the application to pass an output descriptor to outfun(), if - * desired. - * - * If there is any unused input, *left is set to the number of bytes that were - * read and *in points to them. Otherwise *left is set to zero and *in is set - * to NULL. If left or in are NULL, then they are not set. - * - * The return codes are: - * - * 2: ran out of input before completing decompression - * 1: output error before completing decompression - * 0: successful decompression - * -1: literal flag not zero or one - * -2: dictionary size not in 4..6 - * -3: distance is too far back - * - * At the bottom of blast.c is an example program that uses blast() that can be - * compiled to produce a command-line decompression filter by defining TEST. - */ diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.pk b/proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.pk deleted file mode 100644 index be10b2bbb251759ffdf6da49fadd1a3f137a54c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8 PcmZQzX;M+`Z>R?V2c!aC diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.txt deleted file mode 100644 index bfdf1c5..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/blast/test.txt +++ /dev/null @@ -1 +0,0 @@ -AIAIAIAIAIAIA \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLib.pas b/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLib.pas deleted file mode 100644 index 93fa4c9..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLib.pas +++ /dev/null @@ -1,557 +0,0 @@ -{*******************************************************} -{ } -{ Borland Delphi Supplemental Components } -{ ZLIB Data Compression Interface Unit } -{ } -{ Copyright (c) 1997,99 Borland Corporation } -{ } -{*******************************************************} - -{ Updated for zlib 1.2.x by Cosmin Truta } - -unit ZLib; - -interface - -uses SysUtils, Classes; - -type - TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; - TFree = procedure (AppData, Block: Pointer); cdecl; - - // Internal structure. Ignore. - TZStreamRec = packed record - next_in: PChar; // next input byte - avail_in: Integer; // number of bytes available at next_in - total_in: Longint; // total nb of input bytes read so far - - next_out: PChar; // next output byte should be put here - avail_out: Integer; // remaining free space at next_out - total_out: Longint; // total nb of bytes output so far - - msg: PChar; // last error message, NULL if no error - internal: Pointer; // not visible by applications - - zalloc: TAlloc; // used to allocate the internal state - zfree: TFree; // used to free the internal state - AppData: Pointer; // private data object passed to zalloc and zfree - - data_type: Integer; // best guess about the data type: ascii or binary - adler: Longint; // adler32 value of the uncompressed data - reserved: Longint; // reserved for future use - end; - - // Abstract ancestor class - TCustomZlibStream = class(TStream) - private - FStrm: TStream; - FStrmPos: Integer; - FOnProgress: TNotifyEvent; - FZRec: TZStreamRec; - FBuffer: array [Word] of Char; - protected - procedure Progress(Sender: TObject); dynamic; - property OnProgress: TNotifyEvent read FOnProgress write FOnProgress; - constructor Create(Strm: TStream); - end; - -{ TCompressionStream compresses data on the fly as data is written to it, and - stores the compressed data to another stream. - - TCompressionStream is write-only and strictly sequential. Reading from the - stream will raise an exception. Using Seek to move the stream pointer - will raise an exception. - - Output data is cached internally, written to the output stream only when - the internal output buffer is full. All pending output data is flushed - when the stream is destroyed. - - The Position property returns the number of uncompressed bytes of - data that have been written to the stream so far. - - CompressionRate returns the on-the-fly percentage by which the original - data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100 - If raw data size = 100 and compressed data size = 25, the CompressionRate - is 75% - - The OnProgress event is called each time the output buffer is filled and - written to the output stream. This is useful for updating a progress - indicator when you are writing a large chunk of data to the compression - stream in a single call.} - - - TCompressionLevel = (clNone, clFastest, clDefault, clMax); - - TCompressionStream = class(TCustomZlibStream) - private - function GetCompressionRate: Single; - public - constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); - destructor Destroy; override; - function Read(var Buffer; Count: Longint): Longint; override; - function Write(const Buffer; Count: Longint): Longint; override; - function Seek(Offset: Longint; Origin: Word): Longint; override; - property CompressionRate: Single read GetCompressionRate; - property OnProgress; - end; - -{ TDecompressionStream decompresses data on the fly as data is read from it. - - Compressed data comes from a separate source stream. TDecompressionStream - is read-only and unidirectional; you can seek forward in the stream, but not - backwards. The special case of setting the stream position to zero is - allowed. Seeking forward decompresses data until the requested position in - the uncompressed data has been reached. Seeking backwards, seeking relative - to the end of the stream, requesting the size of the stream, and writing to - the stream will raise an exception. - - The Position property returns the number of bytes of uncompressed data that - have been read from the stream so far. - - The OnProgress event is called each time the internal input buffer of - compressed data is exhausted and the next block is read from the input stream. - This is useful for updating a progress indicator when you are reading a - large chunk of data from the decompression stream in a single call.} - - TDecompressionStream = class(TCustomZlibStream) - public - constructor Create(Source: TStream); - destructor Destroy; override; - function Read(var Buffer; Count: Longint): Longint; override; - function Write(const Buffer; Count: Longint): Longint; override; - function Seek(Offset: Longint; Origin: Word): Longint; override; - property OnProgress; - end; - - - -{ CompressBuf compresses data, buffer to buffer, in one call. - In: InBuf = ptr to compressed data - InBytes = number of bytes in InBuf - Out: OutBuf = ptr to newly allocated buffer containing decompressed data - OutBytes = number of bytes in OutBuf } -procedure CompressBuf(const InBuf: Pointer; InBytes: Integer; - out OutBuf: Pointer; out OutBytes: Integer); - - -{ DecompressBuf decompresses data, buffer to buffer, in one call. - In: InBuf = ptr to compressed data - InBytes = number of bytes in InBuf - OutEstimate = zero, or est. size of the decompressed data - Out: OutBuf = ptr to newly allocated buffer containing decompressed data - OutBytes = number of bytes in OutBuf } -procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer; - OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer); - -{ DecompressToUserBuf decompresses data, buffer to buffer, in one call. - In: InBuf = ptr to compressed data - InBytes = number of bytes in InBuf - Out: OutBuf = ptr to user-allocated buffer to contain decompressed data - BufSize = number of bytes in OutBuf } -procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; - const OutBuf: Pointer; BufSize: Integer); - -const - zlib_version = '1.3.1'; - -type - EZlibError = class(Exception); - ECompressionError = class(EZlibError); - EDecompressionError = class(EZlibError); - -implementation - -uses ZLibConst; - -const - Z_NO_FLUSH = 0; - Z_PARTIAL_FLUSH = 1; - Z_SYNC_FLUSH = 2; - Z_FULL_FLUSH = 3; - Z_FINISH = 4; - - Z_OK = 0; - Z_STREAM_END = 1; - Z_NEED_DICT = 2; - Z_ERRNO = (-1); - Z_STREAM_ERROR = (-2); - Z_DATA_ERROR = (-3); - Z_MEM_ERROR = (-4); - Z_BUF_ERROR = (-5); - Z_VERSION_ERROR = (-6); - - Z_NO_COMPRESSION = 0; - Z_BEST_SPEED = 1; - Z_BEST_COMPRESSION = 9; - Z_DEFAULT_COMPRESSION = (-1); - - Z_FILTERED = 1; - Z_HUFFMAN_ONLY = 2; - Z_RLE = 3; - Z_DEFAULT_STRATEGY = 0; - - Z_BINARY = 0; - Z_ASCII = 1; - Z_UNKNOWN = 2; - - Z_DEFLATED = 8; - - -{$L adler32.obj} -{$L compress.obj} -{$L crc32.obj} -{$L deflate.obj} -{$L infback.obj} -{$L inffast.obj} -{$L inflate.obj} -{$L inftrees.obj} -{$L trees.obj} -{$L uncompr.obj} -{$L zutil.obj} - -procedure adler32; external; -procedure compressBound; external; -procedure crc32; external; -procedure deflateInit2_; external; -procedure deflateParams; external; - -function _malloc(Size: Integer): Pointer; cdecl; -begin - Result := AllocMem(Size); -end; - -procedure _free(Block: Pointer); cdecl; -begin - FreeMem(Block); -end; - -procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl; -begin - FillChar(P^, count, B); -end; - -procedure _memcpy(dest, source: Pointer; count: Integer); cdecl; -begin - Move(source^, dest^, count); -end; - - - -// deflate compresses data -function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar; - recsize: Integer): Integer; external; -function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; -function deflateEnd(var strm: TZStreamRec): Integer; external; - -// inflate decompresses data -function inflateInit_(var strm: TZStreamRec; version: PChar; - recsize: Integer): Integer; external; -function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; -function inflateEnd(var strm: TZStreamRec): Integer; external; -function inflateReset(var strm: TZStreamRec): Integer; external; - - -function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; -begin -// GetMem(Result, Items*Size); - Result := AllocMem(Items * Size); -end; - -procedure zlibFreeMem(AppData, Block: Pointer); cdecl; -begin - FreeMem(Block); -end; - -{function zlibCheck(code: Integer): Integer; -begin - Result := code; - if code < 0 then - raise EZlibError.Create('error'); //!! -end;} - -function CCheck(code: Integer): Integer; -begin - Result := code; - if code < 0 then - raise ECompressionError.Create('error'); //!! -end; - -function DCheck(code: Integer): Integer; -begin - Result := code; - if code < 0 then - raise EDecompressionError.Create('error'); //!! -end; - -procedure CompressBuf(const InBuf: Pointer; InBytes: Integer; - out OutBuf: Pointer; out OutBytes: Integer); -var - strm: TZStreamRec; - P: Pointer; -begin - FillChar(strm, sizeof(strm), 0); - strm.zalloc := zlibAllocMem; - strm.zfree := zlibFreeMem; - OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255; - GetMem(OutBuf, OutBytes); - try - strm.next_in := InBuf; - strm.avail_in := InBytes; - strm.next_out := OutBuf; - strm.avail_out := OutBytes; - CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm))); - try - while CCheck(deflate(strm, Z_FINISH)) <> Z_STREAM_END do - begin - P := OutBuf; - Inc(OutBytes, 256); - ReallocMem(OutBuf, OutBytes); - strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); - strm.avail_out := 256; - end; - finally - CCheck(deflateEnd(strm)); - end; - ReallocMem(OutBuf, strm.total_out); - OutBytes := strm.total_out; - except - FreeMem(OutBuf); - raise - end; -end; - - -procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer; - OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer); -var - strm: TZStreamRec; - P: Pointer; - BufInc: Integer; -begin - FillChar(strm, sizeof(strm), 0); - strm.zalloc := zlibAllocMem; - strm.zfree := zlibFreeMem; - BufInc := (InBytes + 255) and not 255; - if OutEstimate = 0 then - OutBytes := BufInc - else - OutBytes := OutEstimate; - GetMem(OutBuf, OutBytes); - try - strm.next_in := InBuf; - strm.avail_in := InBytes; - strm.next_out := OutBuf; - strm.avail_out := OutBytes; - DCheck(inflateInit_(strm, zlib_version, sizeof(strm))); - try - while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do - begin - P := OutBuf; - Inc(OutBytes, BufInc); - ReallocMem(OutBuf, OutBytes); - strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P))); - strm.avail_out := BufInc; - end; - finally - DCheck(inflateEnd(strm)); - end; - ReallocMem(OutBuf, strm.total_out); - OutBytes := strm.total_out; - except - FreeMem(OutBuf); - raise - end; -end; - -procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer; - const OutBuf: Pointer; BufSize: Integer); -var - strm: TZStreamRec; -begin - FillChar(strm, sizeof(strm), 0); - strm.zalloc := zlibAllocMem; - strm.zfree := zlibFreeMem; - strm.next_in := InBuf; - strm.avail_in := InBytes; - strm.next_out := OutBuf; - strm.avail_out := BufSize; - DCheck(inflateInit_(strm, zlib_version, sizeof(strm))); - try - if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then - raise EZlibError.CreateRes(@sTargetBufferTooSmall); - finally - DCheck(inflateEnd(strm)); - end; -end; - -// TCustomZlibStream - -constructor TCustomZLibStream.Create(Strm: TStream); -begin - inherited Create; - FStrm := Strm; - FStrmPos := Strm.Position; - FZRec.zalloc := zlibAllocMem; - FZRec.zfree := zlibFreeMem; -end; - -procedure TCustomZLibStream.Progress(Sender: TObject); -begin - if Assigned(FOnProgress) then FOnProgress(Sender); -end; - - -// TCompressionStream - -constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel; - Dest: TStream); -const - Levels: array [TCompressionLevel] of ShortInt = - (Z_NO_COMPRESSION, Z_BEST_SPEED, Z_DEFAULT_COMPRESSION, Z_BEST_COMPRESSION); -begin - inherited Create(Dest); - FZRec.next_out := FBuffer; - FZRec.avail_out := sizeof(FBuffer); - CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec))); -end; - -destructor TCompressionStream.Destroy; -begin - FZRec.next_in := nil; - FZRec.avail_in := 0; - try - if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos; - while (CCheck(deflate(FZRec, Z_FINISH)) <> Z_STREAM_END) - and (FZRec.avail_out = 0) do - begin - FStrm.WriteBuffer(FBuffer, sizeof(FBuffer)); - FZRec.next_out := FBuffer; - FZRec.avail_out := sizeof(FBuffer); - end; - if FZRec.avail_out < sizeof(FBuffer) then - FStrm.WriteBuffer(FBuffer, sizeof(FBuffer) - FZRec.avail_out); - finally - deflateEnd(FZRec); - end; - inherited Destroy; -end; - -function TCompressionStream.Read(var Buffer; Count: Longint): Longint; -begin - raise ECompressionError.CreateRes(@sInvalidStreamOp); -end; - -function TCompressionStream.Write(const Buffer; Count: Longint): Longint; -begin - FZRec.next_in := @Buffer; - FZRec.avail_in := Count; - if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos; - while (FZRec.avail_in > 0) do - begin - CCheck(deflate(FZRec, 0)); - if FZRec.avail_out = 0 then - begin - FStrm.WriteBuffer(FBuffer, sizeof(FBuffer)); - FZRec.next_out := FBuffer; - FZRec.avail_out := sizeof(FBuffer); - FStrmPos := FStrm.Position; - Progress(Self); - end; - end; - Result := Count; -end; - -function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; -begin - if (Offset = 0) and (Origin = soFromCurrent) then - Result := FZRec.total_in - else - raise ECompressionError.CreateRes(@sInvalidStreamOp); -end; - -function TCompressionStream.GetCompressionRate: Single; -begin - if FZRec.total_in = 0 then - Result := 0 - else - Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0; -end; - - -// TDecompressionStream - -constructor TDecompressionStream.Create(Source: TStream); -begin - inherited Create(Source); - FZRec.next_in := FBuffer; - FZRec.avail_in := 0; - DCheck(inflateInit_(FZRec, zlib_version, sizeof(FZRec))); -end; - -destructor TDecompressionStream.Destroy; -begin - FStrm.Seek(-FZRec.avail_in, 1); - inflateEnd(FZRec); - inherited Destroy; -end; - -function TDecompressionStream.Read(var Buffer; Count: Longint): Longint; -begin - FZRec.next_out := @Buffer; - FZRec.avail_out := Count; - if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos; - while (FZRec.avail_out > 0) do - begin - if FZRec.avail_in = 0 then - begin - FZRec.avail_in := FStrm.Read(FBuffer, sizeof(FBuffer)); - if FZRec.avail_in = 0 then - begin - Result := Count - FZRec.avail_out; - Exit; - end; - FZRec.next_in := FBuffer; - FStrmPos := FStrm.Position; - Progress(Self); - end; - CCheck(inflate(FZRec, 0)); - end; - Result := Count; -end; - -function TDecompressionStream.Write(const Buffer; Count: Longint): Longint; -begin - raise EDecompressionError.CreateRes(@sInvalidStreamOp); -end; - -function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; -var - I: Integer; - Buf: array [0..4095] of Char; -begin - if (Offset = 0) and (Origin = soFromBeginning) then - begin - DCheck(inflateReset(FZRec)); - FZRec.next_in := FBuffer; - FZRec.avail_in := 0; - FStrm.Position := 0; - FStrmPos := 0; - end - else if ( (Offset >= 0) and (Origin = soFromCurrent)) or - ( ((Offset - FZRec.total_out) > 0) and (Origin = soFromBeginning)) then - begin - if Origin = soFromBeginning then Dec(Offset, FZRec.total_out); - if Offset > 0 then - begin - for I := 1 to Offset div sizeof(Buf) do - ReadBuffer(Buf, sizeof(Buf)); - ReadBuffer(Buf, Offset mod sizeof(Buf)); - end; - end - else - raise EDecompressionError.CreateRes(@sInvalidStreamOp); - Result := FZRec.total_out; -end; - - -end. diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLibConst.pas b/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLibConst.pas deleted file mode 100644 index cdfe136..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/ZLibConst.pas +++ /dev/null @@ -1,11 +0,0 @@ -unit ZLibConst; - -interface - -resourcestring - sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; - sInvalidStreamOp = 'Invalid stream operation'; - -implementation - -end. diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/readme.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/readme.txt deleted file mode 100644 index 2dc9a8b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/readme.txt +++ /dev/null @@ -1,76 +0,0 @@ - -Overview -======== - -This directory contains an update to the ZLib interface unit, -distributed by Borland as a Delphi supplemental component. - -The original ZLib unit is Copyright (c) 1997,99 Borland Corp., -and is based on zlib version 1.0.4. There are a series of bugs -and security problems associated with that old zlib version, and -we recommend the users to update their ZLib unit. - - -Summary of modifications -======================== - -- Improved makefile, adapted to zlib version 1.2.1. - -- Some field types from TZStreamRec are changed from Integer to - Longint, for consistency with the zlib.h header, and for 64-bit - readiness. - -- The zlib_version constant is updated. - -- The new Z_RLE strategy has its corresponding symbolic constant. - -- The allocation and deallocation functions and function types - (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl, - and _malloc and _free are added as C RTL stubs. As a result, - the original C sources of zlib can be compiled out of the box, - and linked to the ZLib unit. - - -Suggestions for improvements -============================ - -Currently, the ZLib unit provides only a limited wrapper around -the zlib library, and much of the original zlib functionality is -missing. Handling compressed file formats like ZIP/GZIP or PNG -cannot be implemented without having this functionality. -Applications that handle these formats are either using their own, -duplicated code, or not using the ZLib unit at all. - -Here are a few suggestions: - -- Checksum class wrappers around adler32() and crc32(), similar - to the Java classes that implement the java.util.zip.Checksum - interface. - -- The ability to read and write raw deflate streams, without the - zlib stream header and trailer. Raw deflate streams are used - in the ZIP file format. - -- The ability to read and write gzip streams, used in the GZIP - file format, and normally produced by the gzip program. - -- The ability to select a different compression strategy, useful - to PNG and MNG image compression, and to multimedia compression - in general. Besides the compression level - - TCompressionLevel = (clNone, clFastest, clDefault, clMax); - - which, in fact, could have used the 'z' prefix and avoided - TColor-like symbols - - TCompressionLevel = (zcNone, zcFastest, zcDefault, zcMax); - - there could be a compression strategy - - TCompressionStrategy = (zsDefault, zsFiltered, zsHuffmanOnly, zsRle); - -- ZIP and GZIP stream handling via TStreams. - - --- -Cosmin Truta diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/zlibd32.mak b/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/zlibd32.mak deleted file mode 100644 index 9bb00b7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/delphi/zlibd32.mak +++ /dev/null @@ -1,99 +0,0 @@ -# Makefile for zlib -# For use with Delphi and C++ Builder under Win32 -# Updated for zlib 1.2.x by Cosmin Truta - -# ------------ Borland C++ ------------ - -# This project uses the Delphi (fastcall/register) calling convention: -LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl - -CC = bcc32 -LD = bcc32 -AR = tlib -# do not use "-pr" in CFLAGS -CFLAGS = -a -d -k- -O2 $(LOC) -LDFLAGS = - - -# variables -ZLIB_LIB = zlib.lib - -OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj -OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj -OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj -OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj - - -# targets -all: $(ZLIB_LIB) example.exe minigzip.exe - -.c.obj: - $(CC) -c $(CFLAGS) $*.c - -adler32.obj: adler32.c zlib.h zconf.h - -compress.obj: compress.c zlib.h zconf.h - -crc32.obj: crc32.c zlib.h zconf.h crc32.h - -deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h - -gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h - -gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h - -gzread.obj: gzread.c zlib.h zconf.h gzguts.h - -gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h - -infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h - -inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h - -trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h - -uncompr.obj: uncompr.c zlib.h zconf.h - -zutil.obj: zutil.c zutil.h zlib.h zconf.h - -example.obj: test/example.c zlib.h zconf.h - -minigzip.obj: test/minigzip.c zlib.h zconf.h - - -# For the sake of the old Borland make, -# the command line is cut to fit in the MS-DOS 128 byte limit: -$(ZLIB_LIB): $(OBJ1) $(OBJ2) - -del $(ZLIB_LIB) - $(AR) $(ZLIB_LIB) $(OBJP1) - $(AR) $(ZLIB_LIB) $(OBJP2) - - -# testing -test: example.exe minigzip.exe - example - echo hello world | minigzip | minigzip -d - -example.exe: example.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) - -minigzip.exe: minigzip.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) - - -# cleanup -clean: - -del *.obj - -del *.exe - -del *.lib - -del *.tds - -del zlib.bak - -del foo.gz - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.build b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.build deleted file mode 100644 index e69630c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.build +++ /dev/null @@ -1,33 +0,0 @@ - - - A .Net wrapper library around ZLib1.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.chm b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib.chm deleted file mode 100644 index f214a444aebb20950fb3e8499b36731e1f12be95..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72726 zcmeGEby!tR_Xmt0Lb^-3ySqWUyF;2oNq0+kgMffYgLESxDJ4jYNJ^JTHv%sx-r#-v zJooqc<9Geu_qyC%`^?@mpEY~UXU(jcS?6pdRg}fR004mg^$Bu)%1mlyL4X4QNEaZU zg&sr5>2QFIcf>23$bY-P!QUL1KN5iJZK}ffiW3R5Bgdsi#SjndZHoZ7pFgTx{Kvz zl?C`=WYS*WsmLox3SSrcy2a>U->NFfT;oBWza%PF`f;lwBm?q1PBTK{x+--^IT3kv zWsrnPVqY0p22wFe6GwAd19NMT#CmhT0wib#Qh6aMNjYT|ki;D7XOGYsNY&K^9UN?o z%ncmPoq;mu)=wO6G{*aFfr7n_EzsW4?OK=|9Qg(!4Rmv{u{Zup4&xu0LMrw^AV|WL zwQsr1_s9JrB4XfZ0FoHNo#>AC4@p@ATad(TRwb-|l-$z;f)Is4#Ky?U3TW+k-2@wJ zdNVU4khpqL-+b49mOKH8pXU?Axt4I$k})@=7c{m6+6$Wjjh;9-S<#z0T3Lel_6kK{ z(ESI5s;#ksBT&!A8E9{5V_>Yu@xs_Wvg1a4XW~9`%&`_aeeJ)((#LPDYM4 z_P1bvf^b5Le+4t$qN5&#DE~W}`4*jo5@tpG`?_U;R)#?PTaA4`Y7~qAN1&sbjq%T> zWj@XEAo#1spY)0Yt%3FicWv5~3zH%HFDNCT1JLn@j{f;lA>2&=1^aiq+%n<6i4ckN zzsTKk;{Vw>0`q^7yX^=5y$_%1{V#H?x9w}T45wlIzqjv}X#aBXD6{`Yp_+lE6Y%yC zvAiK_cU|-!MiDY_0MhFjIoaD^52PO=0n>~j#w7n)tM4M;$Bh3eRfG)Hzaa0~Gw=m` zs1Vz~;Qxb71J`(?*#1}9Te}8M!9+6uud=tc4Qv-omi%93Z|xgc;}Ido`oFdJ*2aN( z^3k;aM(sU22kdBss?h)UNBzUU1eD1|h%o%0g>FYzz#EiM{{OqwtqlS?6~amWr9oom zK+B)rBw)xPoR9jy>-LME3J7$1rTMP{_xx4B8EuxqoyY&}(72s(%z?LN30Ou87rAra z|B(4bBfn$pD4YKZzNd|U3Q8pBf8povn)nAnhqK(dWnmj*pwacbW_&kE-I^B!eDF&e= zzkBj6o3~FM*9s%~T{Et&W?*UVerwo}d9M&^{NJ?pzHvh~C_>#H{s#2jz(Kp%;Y`0X z@Dm{?6BD4l@?Q@N9w7}8yj%Eu9}3^ukhlI#J3|f#Lu`Imul>!!L*B{pj=c-S5S`y4 zuW`RxEi}+F4Eb+k>_&rsc--J>v|t0ge>Pdv`Fi@j?J1$rUSY<+!QA(b!HrIlD!<|P z7ylFVO}b9F@p~coG=qg7vHB_q7h1r3{n#+fe>h8z0>mi+=#_ zX%duU7QywmcK=kGfX+b6A00F_2Rs_*9zsc&h52vBsv-z? zxaaqOLHvF7!SbWlux6I~D}CYrCUa}Xurk*BEB#+Y{?RW&zi8fH>HjD2txFF*a=X9M z|4-;!FBN(vbAP4(3;Gueg|?vFU+Mo1c+XN{VO%*LcisJ$K_+2feY3f`rELr zJe2%;+xxr25HSWJ1O5n30L~7!4rT+I2HFJ51=0yZ?STQf6qqY$0th@v6o4OK0=U`# z(?Z#%dGKq@!3>E)vb-&IgQ7?o;=7W_=qr> zNUgi+?Ow4A(Aw1TcD)h#nk|C;w;CzfIGF#4Gu%WAB0HW$-1E`*YP;h!s!S#M_hj8* zgxr3T71aY9N_}U>dv)CrA2rMt#dbI1e!)22Z$Q*%iwK9`QgzQfQJXr6F2AkqJLpce zXn&Px?7JE8?y>*quMx{0VfuHY_qWJf?-jA59i{Lu&|B9PaYYk}@H?aZG7ch=$@^7* zkGeM!B8TPM>3-Mfzt1s|5nQqE@PBor@4d&jfGZ37&XGx4{})FVlcay&k^L5X>&Rjv zaql~_zo5T3vY33K`;P1{(0xZ1Q|25>e&=)k!hBagI?g&=^sZC?Ec}NJqsO^|#qK)d zPuwqDN2jyg_c?c%drU{qJ}t$&v&S{YhF-$JK?G>%WcvN)yH>F=tRbQ|p}HR-xx0dx zdfYJazlq;0_T)|EO-%lZ4aFwAg(%#)nD630PzpBY);E*PkEdixhA8~fCL8)6FjdK) z0gu>1tPrWYF>|jfRT&#=)7y$FjY8z^hQfD{ssqsBI*NK7EwgmHS#{nb8<|3M?iM=V zk!siBwC_R68|M+*fe<3}t4{y0Ma&+4@T0rs)=ee9*dgYvQ7O;eChVsC@BKLDR3}mW zZY6XR_!M92`IrQfOLS5E*Rk&7G})H(ik4)Z7FlAp$%Y z4&gf2#?j;^r0_j6e%mn^_g0`xVT42e~2LWd0%_zvdF;1&76%6hF32tv=dGj!U z1uoUU;;%KbzUf2&LnwxS1*_N_SUZ^5*jq7tSD%+$?|%^S;1CmL=Hy~!q~j7{VWMMV z61lz-V&Jxr-`6Pf_{Lii%x zdZoL)i++*|5t=&fa-*N3>gCP@d3pHNAOm#Lr_Lg7m#Xz(9Ql|at87Hcm8)v z@Si*TA8W$9;J}}&KMed~;12_T82H1$9|ry~@P~mv4E$l>4+DP~_`|>-2L3c!ufYge={Z>GIXM`auggilzhiMD^ZmVvAHsn0 zKJ~2h7aczvcilR8z|YX(O$-PC20*yZxc3480OC5w_?Mgq0BC@$gR!*)(9#wFdHt+1 zD5GMy>-6Th<_bxLL|OI~aW%-zV}ict{&<7q_VSmvJZ^r~@%Q5f_m_%4h5n>}82H1$ z9|ry~@P~mv4E$l>4+DP~_`|>-2L3Schk-u~{J)9;#M@W^64Fidgau511pq))O(ryd z1lkJ<4U}b!vlFh=$D7i8MMuk2Nz7V{XY;j|=6tiZHcmtQJY)|M{NXWUF#tfqtS<@y zkOZWYRRSyJ)PzW-rIW-?Bok@f2oou!{V6E}wf86Bn|cRo9k!a1=<6%bC$jZADJ=&a z7pWfWw>tNp1R$Ovql(VwWf2_s5U3IgsvhL#TSH^So#=o{Uuy^+Qqys*;DvUL}rA?=4`lbR=jsW0?YvR*h$HnNhp= zC!izu;7A+DiZ@kulAlK{n{*^;+WBXnvVm^`j#IMvXU-V}_qao1<69ICjx z#>je?dOT5Wl|%`3vbEPHG~%aFZzYFws0JrvGib&2P+KG9gm@|Na;`dR;@hXdF0GoZ zA-H|QH*e*41=$Iq5bI%HN<7~G#@%@RB7i{JIIaZ}5Wwy4o<;eoy+hDvrhjIDL?wm@1uB1Q#CKL+EnX#od_o5Ll)IMaO z7NBj&@^Kd;)<%OES%^J;dru5(Byz|)wNe231+*1B;m&Izkxf{~q>@M^K5oRE!sTob zc|{J+dp9AWy9VYkT9+9Xs~h za7ux3s^H@U1XPuqE^Qhl@AX5bvU0-YlbYY7u#DLoD@_$+y~NzrtM0>7+1`o^!%<4#Gz6nx%!45)1j#*6H%w}%lL>bkPU;E?AJ8F+BF#1h*)IhVyMi_Ov zsP^M0U`mpo15%jKwLnIhv>I@EEM%1`z#gA-uZa|{w;0Fa<;p*AlslXpj&U`@7sC2t z^zDl(eNUPt;1!(3LTitPAQ;BOW~318lc{z8PH}Qizn}}TOCKI8urso=eH&5)*=8`` zp2~o#l&9$#hnp<9m0A6^0!0mYp=~A0p6kv&f``RmG&`p&3S1xA1q#Z&mWDQ+e8$QU zdYCmRYx5Uo_^3Kpt2*gWb+llW=!(}qid*e*;K%r3yXT@z9M~6J6s4W)yAYFWe5HLK zLzt|wA*)yYu{qhsS{D>18jm#IH$G*d<0Wc!%;ZV=R!Zbb{^7V)aDh~#YlpjpjKM9N=; z>p{p}tsH%-GWJ_W?06|`VM8Q3<;UnLcV=dbQ(dHnG(Sljt7YptrcYv!i*oOTH}{dKWA=+9*g{ZYWJuh2k-7#a>5t$bF)tT%YE zXknN}yshg~aR3ihYrf2JAi1;`U>8O3G~wXHJT%z47}=uULl5)|GbC{@3l!y+B2*~f z5DjcU3lNj0L9LvJs2$yYo&PnlA$`0mw8lE44re*ay-w$)@TQd*clNAR(%5uPdB1zi z$VV@;e2am|gwU=bi3Ahc2-#RQ@Nj4ZR|M%yV{F)u1EjT!9~IyGxH=6o=bI!9tM4V9 zbj_g>xz2R!1`{swDfWX?J_xn2!x`6(1sn7`%cIC}oA8KLKFZ6G`1-{Mb%Gh{twcVN zq6VA;DyiF|ZA@EJ=2F1GleU)erF@D~9hw9hVXb^lDkhymJIUFHVbQAc(AH!-KEV8w zAjx)Vwy>U^Iw=20(<2uf(23nLxb!{&gdH4nxP_*xYF?fdBUT{!B>#)%AdnKLLoAd% zF)T0&Lw=ZSZHt59{(K>Bkvty(DpM`l82!)rC-3lEYU$}o8c0{qipkSGIh)_p6+1p# zvQ=^Jkc`a9Sh>;&={E<<*3Q65XH(xKGsk_s8o{X6xD&4X*)r4CLE#*tde3<2Ftz&J z-bRK2D)TE^O0lz+q_}32BSXH1giVjkV-(CZqm^v#z3`3d>Q)Jlz#WZ2C|%q+1=V7( zOL<5p{(S34Nr@ks)(@gEk0mIzP1K$3)Az#HKgrY=yXS2rUBJ+Y=+H1-R5Fa~QBCT! z;f*{V=ue75&_o`g?M=eV>fF=Ze+=&v4p)Cx6@aLwjlc>kTCyq1q@mr`ZM7q*a8^Ly z7rz}o$wn8ZUHU<+Y8&|JQlkt+Luh{UZ0GGW=pkwJ@fV_I9S-k7!Cuo$&2Vpl9RZKd zRQCZ-s|f59qfG4gNx(e7C8Y721+6zf4~s=w7U|a_o6;>swO!S`4CNDZwO@EKZpwjQ z@Pb_6ThX|78nr(WG{ROYB;F7^oFX=zE~dK9y4#dXex!BgnaRaZU$J?%%%?&@hbFD_ z%Ej3Yq2$%}j60QKxp?1@dHrs(8ZPvf(sVTU+E_+p@nQTY&2sr@D^;-;ho|sPO(8yoxcfqEqX?w-F68l>x{*l95$+F#fzj1+VJ-K+ktL;m{t$ zn*%I&+651%T{a&pFy@uVK)CaMp}j?{^FkcEfLYv<4xTgo(Wqm$#Om052eiCYmD5DZ z&ijs8rrC14S&PxVisY*Kk%D6meU3**RHOwGs&qZsrpG0M*RMk9!HROcM%3-mu)-(XZb)E($w()#z-L!EMb*e%#1Z&iG(gpF+| zPXJUKk3eY3l_H->hMO+$C1jVgFKG1?m&zkX*b&7{SCJIYlb(0r-{B6Oe9N(5)5M=Uak}sB*b)ZU~ghv z(IG(iUu5B<3fH9T^vKy~ats%hi{$1Kr^pY|L96c7P4Ov5#}w|2zlD{iskUo=IVpM& z5&@Ix^_sV=wO8TrX-WhxY#pk%*a8z;q0z?Y<$dMxBn;Zozj{YZV2o7z&>-DtLB`*fMufc%%(P`up2-<26ztjiYl_%skr?=WwAIm-DJTPl3SZ?3yXxi-;#GI?^qq0Vz>4 z17s=BFD^xg9QS3XB!9=mS(}0@iPiJn9F_P{+q@xoiB?Pdx_epH5dJ=0UgN)10zR@>e3E?b9{{ zu=7O-DJXpk$DfkL>3b_qCwqJZ(UJ*8MzM^gggLS^N`54;Yct-#~H$Opm6;`8YGxoQ}nH}tDm6C{>AWzyOt zc*q%{(5GjR-L*c-SM-qC8rWtpJ}eyPLfs2(;`=O)&pfpP?+S}`2*d-mA)Gz(@Ft?R zt2G~BJg^gwVe2)myY~)kl+hL5HM6v*|CE5I0N*l$uUwYfeSNjeS z`)!3Mh4u&uQ#rhcI;Damwu(b;3wdYGeE#~QH2~Q}43<5R`+2?}n;|>zyo?cv{eTw- zriS0vVZYvMCV^{zOFyle9<$auzW9~f7(b#M^>`otrAN#T%&-+lM;i#CcGV|Kq`IIT zf;N?5q-`97b)<>Z5tBoK^NWxKcbHM5957zsdeFKAo1-weVs;pe$jiL8B7qK@+Se1& zXa+-)2$2@;Eb2y4lmv>Y)31$JA!c467rmo)o3P%2aapVL?BrhZdYJdl$-%C~;;j&o&8+sIuC5Hud||g|)0M~D+^e+JPOja>HqYSdkF2!= zgGe!}hQQ_+Gkdd(J=c=$`tfz|1&_XOo>|5>oW#%Vf*atEtQXbgyN&#ESLSPS$QOmq8~BiXU;z6*+xu=JQSQ+JU~{t_=sVL>ii(V-}H6M-2+xf>cp> zIMCfb4tePxIM{PVzTgVEX~XBfSH@ArgQ?rgVuj+KEw;e1sYH^vCBEZf@jht=o(vh0 zn~>wHx`X_i$*#mR0uKVRmx_9rR7y)Dk54veWKQB*0V(P+L<65F)^;aRpkKp|uzBQ# zo}#0DW&>}U>Y9$o;AA+UuF9WZo{;{aJKq%kvUXhy@=*89D=Ub?a*T7eU=t2h+ju^F zT_5)2dY8%7pe$0{d=*6%?4Gze7XqdRlwH+q2?g_SN?906dm++;hlki%IqQRNO@&Q% z!SKZIOzqvXZ3rpRV5U&ucY9@~&?Y0Necd9wZF3id>w>~;lKJf8M9mK061%TP^D8Kb zef?xC;PJJB%t}etmuBPK6ZAmAKR04Yp&^}d-hxC0@DY`!5%Sq1AU0k}@zaS<{_efl zXBtzKcG?TAhz9f?RcZV09+=C0U0L^`zEC%$(&r{GWIUWFL1Kp=f_aO?8DHW53I-`u z4V*tDLS-;4uBl^929^3*t!}ClMZqHi{2n<)AM5OlG$KK6{1ii(a#N**5Ev=Xup_*I zEX8BvB%cD69?VhC-nAo5&*$&7D^H~kO6|04QqmFHP9^o}rY89F+v6*7?T|%yH4v}_ zE7|Rc_i_q_AM$%n)CxcyESmRZrjxoq=Pt^|TMQqH9t&kO(dBN?7O_MO`NhuVg&e2`KMd?Bt{8q+~=86vNUk!`z}G?0+n9sB%)sDV^{OiS*9!yH7{@mmZ){U%dVb_5R?MpzGt|H7&>z1wlHDwoin!&tU!a z1pS$dTb84Jqm{4~VT0ck=J#;p?w26bGjL)w$3pSqz17UwhJQp&f<52e$)-SwkIoJw zl3+6_my0ke)>r#ck&~DB_0+Q~Vzkg@UHqpJX6b<>II!X;$L}{tsz%|S$N!8RZ3f;J|*8y zv-j+r-|k1;Y=AN`lLUfxzTlPCpSoT%X|6@lc?;IY1ayVOOgT^2PUUS?)o#U^i0_9i zTu0o-kv;+dSXi&KzyNDt1QPnyF)2_WG$5e-t!3@@=)yKWI$x^$+nv9bmT8PRmo~bD zTUb3gZZ0YLI@35=QnR}on^ZU%wOiL+*w_`uz&o<4W#t;GZfYG72->_;5iCFmzHkm8 z0sxSiz_J;Anjg)cZyn8SUCk)h%|rk-s~&!~t{r>w^`p5;&Wi+D79=|DR7aDT0%}$$ znXClJbk}rfKOa!P9H=m6P(q(aKK_8{y+`dCnBfFzgtyO?}e)*?u*m%?G=5O*z`2edwRd!QC4AjE(XI{AQK2_nUv53>yY}6 zXY1or!u*R;p2vY6(a9ttr!Wah^~>vqHMv#|;cYFG!>CPR>D$x7>7(4Vy0WcXIZ`{L zMdOi2Gu)UBX-RrtJW^m~;VGc4ww$%#wNmA?CnLF%QyG~(_IfAiAJDb83#6H<)E#XQ zuNPlD*h$;|@vFy<+50j@lULpkJNe-tbg#!CXGM}dThN0wY zd0vvwsyF$cYcB;lFx7re)zbU6b@2G|M z7#N0IF?1Tz^kwo`N`MlDJc%7H?5U1E970xI&R&U>=N~t!|BzT>?G{ zi2LohH00cJBGqih8UXLB-)vMXOm3E3*_x>%MGb6Y*y6F)mhTS!iL>*b#!5PiqhZVI z$~m()Do1J`!oH-CrLC+9)HTDH#iJkwaWSOy-Fjc6o?NPaY;+0=vs?I+Cm=_x2Z|CR1tz2#D!j>Ky_mvG8YTe#^)P^=aWIVm1W+!q?2PpDdy z!?>rDk1u3$O-du}p_t;`9-r~}ifx7sI7ctJyM|jq=E%Y+ZHXdcB zD^_NV)L~*WNzzaAmMIcvsT0)5a$murA&+jb$#ZTbm|7gO7-y_K@f>_1uX}=w2i-cq z3Pgw{kejSq7cPDurWz?n7QAO!Up7fOsNC)kOZ6%f0n7IE+-wRwcoT0G;tFO) z-D^=T48wu}uwoZAI&#b^nC--lEY|;+K+tdXLkEM^s;5z6fD1eq!>Mln*iy&K(k|_n z41HBF3y`~EyqV0J<~){HJ`eWDtFVWNBZG8ao-{tJXhE7?6wKn9IxDDEEZ>{D>*8Jd%etAphHkuB|@oH-*n(2lBVC9(vdED#>(+ zPWLRJ5*Ngw5`y@2p;3Pe_UJ>x(r>Nf7auUlUg8-s^P41)A=Q=dZCpA!A6hLDt+LA| z#*1MGMjyYYqYw){pTOjse_3HF?t+M)T&}IaG?+S%vc0mabYi&Onw27s-2Ub)D4cg! zv2j0;48?)7!zjwIEmYd9mTo6&9S)IGqO9jjw-v)dq*XUur=Nj_*7SNoq8MageL`!0 zvh=ahxC!Zp)kZZU0?{*yOkC1cD$Ycwrn!BkS6oW_jJcl4!AzQ4A*QX05lbN2!U4Fd z=-qF@_K4l1bn6V*o*T-okqm#pPB+? z{(?uujG%lulY0g%vS13?ZExpbCw;v|ZPVT!z-7_e`l*Z%Q}ihmEkjcw)QY*k5@?3z zgSF{yM+-+$;8+kBO9(v^)9~_Wh64SDZUE=kgiD%|+x$8vZb$D!$mAfnCLfV2pPBka zXsh$GcwRb!mARyeN5ckNa}F3e?TU=1Q5kc0lBQyCI8#`ON-V31H9%9|#x_cZEj~tG zAH2g0*bA=kBxYBc2!ebgIWLGFNJd8Rn9iJ;lFOm{NFZp346wiUsI0G;DPY={^i4cI zI@8<-nmOwDp32#z_uHhSC;IU_M3&tvexDsqgxF3h`}BkkEGDu!mx;D(`bC>Q4ahLH z&4+doE0`V5H80hmcXz>?vI+q*w&HWnTiQ#4-y~r|M7$m)BxS&Go6kv90$D00N-P3< zz4?s;&W$~kK64y%dKg*grOr|DLA{}Ltu%&o_i1DoDsfWT4zh+23WO)N;n2cKWIDmi zUbup8~!V0J%e5xsHP@-#daiW)*n9C+tON1&Rc~%Smt}T>mS- z?vjE;;;Zfhe{&Kz#E3o9Md^CLGSqueKlR4g?6Ad0d{W}dC@;3A&ex~wqAx^0=O+j8 zoSH?vieTcMugR+RL8b$fjsF5|>nv% zxEn^)8#(2^009s{*V&13z&H9 z=*@0}=T0=^)#^QZHrcEYR>9P=P#Zqx%0ZpZzE}04u)l#zd(QQw8PWQoedN2vehh{S zbg_5OM_Va2DOu)11^5`q*9J1I%fVlMa)DlWpWt-{B_+(zU#IJ&lz_?0pGne~AOl^; zDN_$LN%cyYbPfu@dz@t77=x}Gh-#|y`G`(vf%8`+8erGxC=cKT}~!RUv|^lX+J+VF^7FRJIUc*hvsNK$Y+Yr z=`FWwRA)%e9qe-$9`q;_)uzR3ww`gPN>&PI!A9s(sb}Xso%|H9RZ!zfm+0VSyccH+ z!K)XJRQMZjRyZO+;} z6#GxzQqxEQ{VY#pc%R3A9DSYV;(2jMiErqwYZM zTvm6f1&%lib=g>dzUEcF&^HkmAB?!3nf&FV%`$Nk#7C}L zgxtM7h-S1Omi*i>+54-v(JIqg>Qs8ss2T9EUAi#=E!HnONh1p%KTxh! z_o^5o|N2P;7Y{YgQ{>@=pD>_0YAqLy^#qgyCnmqA;4CiV%p5n_9-a<=x&XtMTA>0~ zfhmX`Hq#5mOPMxA{%T|-)*AEyAjfSv=}R4)-(V>*;d=l+7kj~rRf*Fj*fi?8@aC<8 zUFq_9HFaZ`*{g>PxSg7!JS{SkGcbNNwW$PWae-szqRcd*L+Xe$g#Wj~c{cr$J$g#||a$w_zoQDn}38gsA#hiNTz=exy zcJRYD#5Uxrr&WOn$J(nI+2boL5fAJx4Ij&cDxxvtKC3Bddzv=&DpI2-jkw64qgORN zc$m=nL3+khHT^M(vnTp7!3L%JRAUn-odw!^%RaNL=Nyy!yX+9nm_kU44x%7X=c$S& zY%7e`HA56^;uSA2O1_HM2n{Z$Lt+Yk?86qO;A!Kw4Y8k8^q(AT^;FV!psmj0DiAl( z7Wo#b>?Qu9`+@MMN!nFQk}1xx7$rwbLOe)A#V5ua@a4mvHR0|tG(2Mm zdQ!tsw~%b}t<$!DA`IpY>xEnx663d%D%!2xEpv}kPOx>VQ57w18LH3fvxvEZ6NJG| z3M+unT*e<;5YKrZ0!<7G>3LqNpoyl6K&`|$8+L+Lz+oL|6-I439VQiuy$)BndftMp z8m#Ee2SvW!;v+kt@%*FSGpJ1eWHiuc2+ixo^V&hGh6*I&vdI+B-&Henmq^IiscUY2 z!$?vj{IJb5QjZb!HA~n%P54RpWYMrRTCGl~H`_VAj7WulF;G)6Ed=rdCG~z zxs?L3y*5#mq+|(wzmfLQn#I2y)XUS-;RT zxKe2?d;DaKx=Hywz1Q>vfB~a#UP7n(G+YA*+Y?)Ca-f%GG~%2P>nF2>aI@Ly4y5nX zsinVFN8qb6(g_#}_@c3TP&_0ywbf0t%zTBtEJU{5Z(O_?;J&pr1jF_~`6*aT4>zFNJ%Y8>&WmbBO%?!Un`jw`rG}8sB%ohe6 zbBev?3Gr@gmI&03t)mlNf*Ok<|8Nj#;T2^KY=TApTsc$5@sZ*4i-7Q_+>Zk1#+_#} z^HERFrc#S8-!*t!&f1uP#RiT8N-f?lvJ9cGFk5nz)u?FE@Ml(i%1=EYb01v`KS;q&H)QEwZ|;4l-{Y0H_h7?d#(eWX zjsKRi<`y2Dlg#PQy7^3|_o1t7p*E?=Cc*RWK4hlY4mcQQCONBp5_(bE%lJBSB{|lC zx=o==x?WSWRJJS8py0i(0Joe<@fqF`m;6thPkWMwFNh3mJ3J%`%_Bd^usic|O36xC zWUmCdlyVuO`0&xIiQ3T*K;Tc2S@<7#w8ZbfA#b0qf!}1*j}r!M?jqr!RUzcYJEsFD znO#>H6gr2T;V6MJc>HzgQ`r^KVIX}?+>*GU@PMMc()cCHr@~kaX>6+)LQ#_opFBk! z`CMpGYdf3?F8yh-JT3Pli<~sLJ>oBn>WcOgZ=-h%C#9B1!E-b=Uc8nJL-qVDp``D2 zWg6{sNa{X2-Oc|jmZI|=4Y{?}6P%Hel5@@ogSH}rCmnq_V=_&ZxI_`VVr}Un9k^=)>b%#rc`Pr6D!se2|f9-X&6=t5!Sl0V+;$Re8Au!aFETzne2n z1q6BMfq<&}ER4R)ZVCjQ;XDJuYnIQ|XiLM!s=}oK;m&>Q)TOve#(n?B#LBVFS_f zq})=lXaLeyI0b+YnDZGx;5H0m^!!jH6565`;nIu&G8J%MDbwE?WP z!nHFz%Y)7hjmZ=9Z?aCnKspZtE&u@Il~OYRU~`TD6x2KbTL>D`7is52yBL9$RG?P1 zuhZSR?v&1yWA@B?AZ4a;%7$*-eu~eFzPECEcejKhu@W!ubDh;dS9jf;izoCY3qfUr zwI|?#@o%(g2>^&Z(zv?-0dRns$y^2^oX7UprlYNyt*V))9(mfa{dljo+^4>b*OXX| z^-~H@cIZe6LVduVdQ)8@Ed~uO2`vPLiE@xn8Um#uO6CpXV+TU(4FDzDrvVM|0i<|W zF}-qIJPpOx1vX|r=Lan? zWrk@FJ8A{nnrR1hN4_FCgod}IN~(tGYwSL$D&)Ym$2NgSYVIj2!2$o`xy@=GP%-7j zh5SYn%dfUJn+R6>EKZcx#ib#Q}#owtZNV&s)&e&)QlB_KmssY0AFq7Dlh;GkuRPVhCz^b)q3{DRlE8|=TZPo zjln9~$nKn}%npe#$-SGGq< zuA1#U)^I;K$nc~9=wgq=WVCWvmDju>KJc|-e=?i-{q}+ zD1<_NO-EnM4Z4oGmrXaq7nYJB{SdgV+kM*b*87Z9)u;in_|j{tqqK=w&Yf31F3RhW|d`J?28 zOzzY-EKi?fMX2~3`M`a~8tFH7hpGEEckig`$ut6x{4$CjmxTEYLz!c|rS`yQlM!OkS!6 z&%Jn77(OTL^6+ElHr=L9^SGs%!Je4&hbPIXnYpF!3rD7|?A`3b#orbzN1Mn|MoHBK zmy|%Rmwkyt3vhW@Gbf`MDjIzZ!x#Q^IY75krD!(x6H2z!YaMT9+bAa~Hqgp}MFEu}*)km1lIMv5^2`;0Ce`;wbZ+u*0)9?M@DS6da ziCz^2)#-|G#o@8N@|2gg^0fAptaG?I32}D?yUmhaw^b(y@lyqsD~aVHo(BEUZ^i=G z-$0`d=?p#@8+fu-dM4{jdA^t-EY5a<g3?d=X5U1J@mfoh>gdfGr?3Wv7)4k*m^w$YcgyNw*4$~V*)k)dyrF@Af1FvkaL zXdj}n>MO(=qk^{%xe%e~v%yV$em;1(tjBFtFwY{3s3KnlfmoHTB5mh|wA*Cxa3u@IbHZ9TLnZcjP1#j%N|pQpwTVS ziJS|JT;-W#!qsuaXBZUf0%J@tcbEtK7&%X{mp9-T1sFw=srhn=xbWsUgr?rr*G*J+ zJ+ICq8#Le0)HC6H9aLuSiDbt->LD0Lo=r*A!P%Y#yXy~SogvVAYW$KBTp12+n&<4#;QY@G@*kGtLj_WBe`8Z(W&F@~ z{zWu2Ys?PTq5VKFC?c$8dU-#66kE~rTzA2m0!xI;e_r;PzLk1hcqj7X3FC0wl}PS% zm;62UruR`239S1~AbJoCzO1m1OPA_f4W}}{Olw?J74}y?k>3517c&|gXUV|zFumJZ z_}$U7lIDlcdE<*DyF>3zA*>jv@|3dW(e2D&wCs2;>@-q30r$ze_20wn_%TV0-wxZ~pfqPPKfwjl{ zNa?KjDx3l@1`|?gd+eMRS3Wf)2K$k7?Pdw@n~bp#+(Rrk^$V!{N4s7xx3@t z93hkt&y0gNG3f_)eLq0vFN+AdiAHUp@S?DNtd>Z9)s-!H2+b79fdpwkWz|1=$g+s7 z=Lm4FU|y3|0>h2FOz+Y{;n?LJ+khC+03K#5B&lCoP&I#+wAH5MXX);nR!@=v^% zgL;ny(*`YTtm=CGcfM9MuNXY$bUxZRQf3fQ<+0x4Cz_<9aTwD9y&6!RAjGdk%U>e3 z!7|1p1AE9NTMA2Z>X2crMo8O0@BZo2uqmh}+vv6)B6>H=Qq3E@d6`G98%U808lLsRy{2R!zBIcX3N$|2((bsfL1;gNMBtc`9~`L7~ceO(JSh9udrT(pD}Y z4d5R;@;j~vJF8mMu!rSDzf?0+8N?cWcG8=j{HamY-8I`jMPAIY1-+C+NtUi!$=!UPGqz1PuMvpU0TOsKk2{4{h%=R}_0AmL5> z$!9OLQ*@D15|?0T@Dr1tE^=Dc{Nrc;rRLEw6L6XRg%dSq+gh=+OT)B0j9EGelj z2gNN~OnwmRrAzP@t%)y{fCme-oY;YgDIzlWfD!;3CarFr6x3Z`ueYeG>3Xn$`@Hgz z=LI0YH#YiwD{NfI?h7Ujl-E%*L;_-J5uOGg?W~`fRRF>wE*(rJhHKv5v!P|1^F}U} zbYHFp6C7Y26BpSmY0Xg=dqIMJ)hzKUqR=zg1Uw~-#--Jg;$;ap!4G1rsmgMxXAUL~ zQYtEqBcjmH#>%e$RRsS|25bZX4FK>-2Z@3A09?+^#EwR7HG!!B8UTP%M5J+^!bAwC zGw-8$W?vd_SW5If1WFAlwejJZz=Flhu?%2K`7)ly>v21(gEhbh;yOXYz>&;D6vsZ- z%G7jkOolgZdknpW0eA|J<~Aw&Yz@E`iKIu_Yw@KF)_FK4Q^L2%r&?ar7Lec_^wq&v z$jDUhTAOVSkJ7_Vn7I(B^P4gj7k}A0v?*Jk(ovmpuh)EpQ&O>MPP^zvXilA0M054& z@gU8|IC@PLuoXh5XZTA_pNh5Q7oM}~KYNA?lL}e5As@n41U*Ki_CSS$1;LpJgom%s zNiOA+Eb#5(stw%k96dVXX;55i$bOH}ljcmK)`_o0^@omM@LbwqJFJ)srzOPk%$dyQ za2MS_wUI0`7WjE<%nK357caqjyo|tpFhlt4qC82+5h&IFQFrz!X3r-~^XB(^0jw|9}G}I;-J!=Vj zJqEkBF|Y1JFznYMh`O^J@_r5@%R=Iy=t;v?HqDgVn~;wzJ0O3s(;4oAGMh zztEo;!|q*-ja#eL8G$qf1Rbtb7MbNQR|`s#Aq1r<*FhtD!>G}mHO_(bmcOjA*465Tl3ZL1<01_5IS)wR)nuQ<$%i^iDATzYrJ>9OyUM8TW(UB-u z?5`l!>H>h{Sj{LW+zD+N<8KCLYtgdhnF0-2;F?92XbG?8ULNwR!Dkpsp0OHteloGm z=6%2-I%!6oDVZ3g@6As@p+q@@yM=D(;qy_cBB@#QM20e`#}yXwVMgv?!ROMJ$6bR> z9V+oJELlepgL?U!H!~cctUf0&qFhHJZ%P0;Z0qskCvxmtZ^Wx_F0L>Zeoq!ZOB5&NuCD8s&p+ouk*dav|C-G8zq0`>m>E zQ6PG3U#f(jtoA^pB)|^_P)rC5@D#ZIGO87TnZZ>Ka7hLbUOR@Po44E!K#*m~IJ)Y+ zOxP923V}=oJa4H#NL4?7ADDG6X_!)~UiADCYKbTm0p*njZV%Mo&*TP(gwcvY!9*O4{sWSi&A$A`5#I29xqJQ6^D-#(tZRa=p+!n! z{)#4nF|z)AjSV^k2BlILn{5e+R-wDLm=YuL(?{eK4|tb44&b2GN9&PZGd;yiU%soUJpEO=nmJ=7)0-tTH6;_3ja!or z{S#Y9&V8SayCcf%Dx3#^-*!u^s-EpeCT%CGJ*45^HSB}XYy+{e1&s$M^a0pi|EPwl zqmUKQB))yx>{5H&G=(=-Sn}K%kIY5A#%fB3M>W}0Q)LW0Q$&{ZN;^;vg-Fp?(OcyI z0ark%zZSj%6cTVa@Hq|~zySdcoWqCt7@rLPBmI*V8Il5N7_ua>lW55di$@ca3GNh< zZc}9R$v$dRm5szKF2&`C)f|xAT}H8(lV)vDVEZkqoz|L z(ivRGV%%7EcI-?*#IPB&C9#{u%_mL$_(zdS^ZrE>oh;q(vW|m)eeak2h>4ccGUPI| zs`!k#$tt}3%$%8kOxA{DjqXitm^8zP+hPgAYTmiNa?Iq(Q)65kk9WZ5CQW#3sqnhyu-025`t}*CP zyYZVk9kK(FYaX(yRjse6E)$F2vfY2}GAznjX!qRz)DRZlx-GCAQ^qr`8D6@sl?DEI z%BN24x8ice67z*w6}!~$F(Ze7OJd=@U=TGz#iC7d0tCxYX}|@c@;XZ%1VUzD_FMUqWC5Rg4HL(5{lz# z@cOk?8RN&lFP~)a%273(-baQWyS6$Rc1s-RiS_8NTOG=&wwviFt6}1CFvU4Cq|n1# z=4DPEnUj{v()#3a+^mT4 zeZmcLn7d}Yz(vt7LhMrmmxFHS?3hTTfn++U4 zBf*9TF%4=%hto~p#TRQV;d`IO9EK1L3m z{J<0+B}r!*FCKnw051q(4=T&yq084fLbX5#al*=aj15sPO*1M%|Xvor8?;swt$avlw^{#mX1Yq6M2*6@Dt# z=h51|W}clgxU?92u_KeiMArOK;F#?>waDM<9;u#`C|!FH+`f-84_z)*aRi-O>gQ_y zFRYjXEP`*I%?QtmdfKpQpN^{n&N~*|ZDGUp5@0m7cx|6sYB|&N?=*%1X<*4N?b0FX zRCNNw^oI6y^uQouha~he?O)V~8KLB7y9$N?A$JWgP9SC}XoOi;O}U%Y!l_o@29i&Q z6}XwOip+{^hxAu?-`~P}&5-u~GsX<_U4=^eJsOePqX!bUNjFCKUf+;s8;#ICyunE; za9e{d8fwPBf8G0|Lp0D9vFoSP6QDqkJd?ln2J{Ns2>SgfYF6!Sfs4n8kjjQ?-e?&# zJ#1P}N|Pn)nt>q+Pn`gOsO9*T?2!HPAgJqvj2S}|g2?Mosc&m@l{A)o-`Y)lHeoS0 ziZrArO(K^cS?lt$kf*)rYm0ToAq+or=z7axIwvDIY@ja9#I2hT(i^#k<)NgH?!e^J zkgMb8HMi%Io`W8souPy(2hQ7Co5r|FkA!YT+5aUmvzBY*eiK@A5qJYeJ8@acW{&R~ zmp|>%!EOiR9-|?S1_u)uFASLNQ{ig!y5IL2&+1|L%|XwUP(k3hJE-0v5$F44VP!(aAVECl4(O-aMO1M@Q<0kGD&`YjPFN+YRcak zJ*+6+{b6PL&nUI!*Mqjena*M_G32<74x5IN3YdLm za9tIT;Bi#BbCqFTN4=p!Vn<}y3=Gs^?H30>lwvcXNM6@xJEbJKsj0o?EMx>I9ilif z%IFykN<2*nHPk>L+Z}Prmpl22a$=17I%AUkA0BQHlE}t+*f+VekYDNBe#rU+d4lHv zkhhcV?i;v*DHGVxJv(vy0R#)`@v0|PXPN-6MS~!?tgMaT1+gTUu!U_yV}tL#FArw0 z_3aPVw5s|(=x}aIRjC$rD3!#E%^20u0bqV5Y7Nxl&H1xby~HvdI_a@?SebKtifvcP zerl5SjqZrJgFreo#tiJxp153Hr~~3V=FFImkIcXGJFM;xIy~_ayx_>jKJ`~Na|Uw| z2o(dd6ZSC|!oAib1hIi$k8a_5+F-)TcUUk66^=AgIZkQ1H9rSg?aASYGkbP)vNo?L z2L=75+t{2))Zj)Vy(l4cgGk7XVY`#x1^jq~StjN>pVZ~hGK(*B@Bu&b1EC2CtDAo= z-YV4~%_25?IHq-4h`aUpswqeOiG#hXbniaaxjDDjk-;betlThW1v3(E-n?Q3n79=N zfL95tbmERnp?3Rf&CN%D9F#{iauErzym}VC&agD_(1~g!i!#G+F@6PGt8~NWI;$m< zz2PxK$nF<@Rp}hq*1}+@@4uwTk|0D^NJY^TFci^xn!}_(qbZy9priKar5njuBt!rJ zy8+Dz2z|m(NITDC8}Z%a`P7_`yk$b7JYS@2tRP(1PY#pAdqa7{pHL9wT;2Jv9)Z!} z!2Ii@T7rN-!PGiM^u@2x{Z|jh! ziV9DJ{H~$9>cOQHc;AURg_rym0sjTF9UibtXVcUgButGt)K267*GoRtm@!YZm9>Kv z5GqRQGL}vR)(h(=<&2U(5HSTf9ri?sfeydHjs)>w7e7ZNy_CynV3bUv8AJep%>gw2 z2zF2@zj+AS^`J{ipyEFmkAlC25cNU-L&gIa000mN007`S000000002WmZD!~z9bmK zgt%9jm_FZ0XteP+xEQ*`GK9lHI_(U>Z=ith9S4+_sBIWC42Xbxg! zWw|8$sIBFgZlSb}dV?i8XUvdW#buw1Xzr~F8ll>5HuMyjSTnqSZnE!$_Bq%Xd zz2Q`-gCeAL-V}sBm+g(Et)Uc`!($t5=~6h2B;q7_-%^ZCR=CYq`-x70 z*^}|ojXCs*U{B_ap#PS+>_+mxM2mjyccCV!8d85?-to<+wft*G(Z5|}o(ar#2sNgY zyvAT&HQ1x*MPLL<10xRlmT$$Rfl57W0k+4Uk%RdSW$(<8U^2&)!h(f=r=9i%>|G*n z9qqr5m7l${b9AKJLbq|J>oI2fbJgp9y$ zM`A~qC1{Ib{u@mUfd>F1!^4kf1{fV0OwNI7)rI9g__EmF`(SH@Gm3tdte}8N*5S#g z7^{QP=Mlic&z53D@xforIEkI8B8!W@n9UDsO4GVw#IzSl<45%(U5Bt&p5?^Yw}}wA zDRZ{!QF=@X8%zn&=QQis(-Hb@<+E;hnZcueXCo5yN zRq8)V-X@c~R$(^lDmQ*k)P#Mh08zpI44TO6W|Tjc@bL}1s*T~i?bS$oK%BEdxb^}> zKcfsk;4xIduS>~>*3Ff~FszPklu|#CND_)o6*>E&Hfb4=sVcH$WxJicKH*o)1MJoA z(jt9PMJ$(`Hk_(=Nc9jg$Trft>{j-4EJ)_ik97D3kOnI8VI4y4ikSdn7$Ud7Rf>ri ztfJR|N44KTD~3u+3H{zlCKhoNsbZe+--p|Yo(weMFeRP*cUBV%SXrbkLo&Lw*w_V+ zM|6 zpxuWN%iqurQM1Qf-7lR^1gpyG8ffY2b$#A~ub8($t7*WcW}+&|mvA@xLDjKZXt^sl zO?hR!6G>z4*lc3{dQoDXbqpkOUaOtQ47{UI~S3-4QW(eujpBg7*qqdK~=t@fAOht7nA_B697m-833H1 z3IG6L0NQv4DgYNK04UZp000mW0ssI2G$UX&004b(yW91;rQ>zH7N^zHVfxsKy_0eZ9T+YPU47EM+j3*hUeEW{QO|0|Wt~K@eJc z<*_y(Bmlr4YE=-3AQpcNm;eC)8JV!60{~F~rzVZE*(Jp!5=GBQSn){`H0s3KPZL{8 z0e9UTqmWI#_d;%M+wN{w2Hb4-J6$%m)V?_!Ms00+a!T9UDSmli*A}gOe6%XAR=!Tb z9YsMoGP%P6D3D0p9I|PWKsW#ZW(3S=3;^d1`JQg?+wNVvnJu=q5M8&L?q0jw?RVF% zEn5`Ux9@S(Q8JK#Ig&^SVkt2)QGf^t5{*I;0VId{5#a~;AL2of=?8#4 zeSelr1Oq$&B?}V;j}danNe@Vc0rk&7EQR`n6l9JI`ox8fISPg_dP<~#DoSBwVyQWw zh9;{^LWh(WDNSsU|bTF+8NNvq5}^elRTwTX`PMHVTdHk zdz|d+X;g&Fb~GtDRn;miNLgRlmAE*5`urz(`$C&vChH}UjgkvtktxWPkI= zXa4!G@gkR|7iXK!iEfXXm7x%x)nd!-_4jkvnMQo(1m1hPlqyURcBTQbrXb$Rm*E_RSbHve$x8Hc1dK64AxdG z5+~@w#BdUzMuC+buoF7^+v&dqk+@oEGGFS{_ya?KpY(kCH6`#W$HYBGPE@+sDsDO& zB?vM#Kun^1bak(%vxVo39TCzl(=&NPq_7#!)HKG<>e!b$TTf1qOPY)kyIQtkiC3Il zsMHhES@H)uryGnO;OapY<8F0hW2n%GwVu;Xk}Qg28ppLZQj8BOQ(E0d$r zR&*WvCS`{);FiUY-3NtnY8%hTGdc98DXLD(F}*CC^wy#6ElB~#s07RuolH^bICR7SrQk_<$^js*X;hw0m z&3toUHC)Kg+6y+Q>5r@v6LK2Oib}F3nDsfYgNSlhP7ECJRclRMnORl>oAe z)tAnxxuMiycRCV~WHiI7P(Cfj{SmYk7sDeC=eDY{|H;?Bg(N5|?t<+cW6u}Hd1t!00z zZ|oQ=aF)3g#&;za=IJjT{B%vzg4dqN#+TyhtvO=i4VAwy&y}2s8{(yCk`}?ROMW0P z@cH?ZBhfd~)Fc~zrBAA#8(Yl%wXSTq?IWVfU9OQ1ZUHoHGSY73+>#y;pPYj)XnPJD zjrWQ)Kj5|zCh!!hAprcSe>OY;qG`}AI@y{)X%&#I7=jIPCuW3zV6|g>{}cLXgLI;$ z_HR0YHCNNbW*tlPiPll*RBAM41gsyZTPPqq;3P}^08SfWAq*Afoea(wGBem=@P`S^ z&brVMB2*KI_X7)yZ)DH*ogzdk;Ie>*o209q)!y+!@ zl5Z%1LycpA9zRVL9YL)tb|(ZI_Op>J(o6Yg^)3b8_5C}%tKAR&0pdf-VqO)XcO>oX zsetukIqivRnSoJMvKjUV1T3wsW62jI9og_$-zWqeF0;l*YT;JT02sTRer3}#TzSWI zK|#aBrxH3RVgQf8;h(^_L}fRM=VlpN$HihLUf-}XIOp>#?sLw7$vm*Nq~9O&0id1g4gLCHu{J-cz4vZxjxXaxs2Uu`j6TTT#(ypN;VDmG7RAq~vT9 zdk*4?>sakGUR}Y~tmHFDhQ(h*s{$L}j?g=2nk0=PbYUC#1wZlee-q3qYwOBBC~=qs zRhk~N_&7w7u#<$gIwK;twpvAh`|+Qg^0Wu9hTTb&Y>*D8^yml^FcYH1yDc&JzGWF@E?1g_>i?As1M(v}E{BwK)NZu^v&GP}axG4~>mgZ|#qXOY!DLf>o}y%TI*mvj zs;;gRlp(SYGllv|ZTNC_vr!2*Msvoy zomLUsPRh0B*t?HF)3oEs!@}L@a=Hf0($2?Qml?oi&X(y!?c^m2#5@lkjGLKP8vl>+ ziGyA=vs>Ed`{MhqXWR5$(2`k@t(>Zy@`6&1aP4~6kY`DS?Wk`etBTCco!%!+(@L_2 z;dA$~u$y)vvlrgmycfH2n-+p*9Pb$o@oK6-FI^rxt*)(ySZ|Tk3YY3k6Ipw*tzicf z1NJsxDr_~`{_j`13boWQCqf|wum>_|OT&+#=haCj?hX-Jb>n+w;+RSyG$+LqV6lXc zW77o3+rMCNeiFIOvDcK>LTB$~+^I4L8`9>-{O}rpn%L{%XZZ30y8uze6D)jEH;}8) zNWS?ZaR3KU0WG@Xbl4NzAAL{6V~0b6kV84-Lk^hl$Xd(z=N5>CFqc8Lt@;61X20zA z24)yh<=Z!9z_bjuZ&9Txm+IA*`kw*=K2UvtxBWL>*wvAE-^>B$#}Q(}y!;xJ6an>zjQ9w6Kc?kx1%acIvUYc%Hi`g-Aw_Zh@$*oG#Si#nM9Z!5 z)u`(o1`{|D)DL-?02R?htoVb!op^hB`9bWH0F48Rn)0xp6#>LYFx9AlaayNX`2yTr zCd+3^MZo#-<97o14=dA(D%e~TInzfFZz4RAgc{Y$6UU3RO;{|nA_DjiE?LQjP_)34 zI!)gs*N=Q8ak?8his_vWgBuMUD%pU=Rh~^PoSi?}?(%z%3Fw`gNZ0p&sw$o5ojzhF zl-q`;YlvyAtK>hUfs`wXMzm>luSyVC5=nJkQuYy9&w~*IJIz_|D1v!%3NtVAy1Ol=q6ZJGg0@pup$^2y>3pxN!&%HM!S@Av^%pyuXkW)HvvT4vRzFm2T4iPT{07haIG2e)}F`r z^!q&hKXsUw)GLc)LS8|!zRn$o2(yv1n65m3v|O~zemXsWBR3N~Ao=r+3;+*GO!a4) z-n-mx$Zpl~Yhj15K1@d=RlRN(6i5^exSxq@zVdWTr1ZRUVI+BHBQ@73 zwl*MNp~vX3X(g1bTw=0!3@#{X2A;I#tueri0V3m?=$@LJVLykmZ?*<~ z5^!i8Hig}EakkB{3E6;B93F9EA~v5!-*(wkKM+3PLiJ6yJU`c=YvF9;{pP||W~5A} zX4j&d@O;YmJ2&5^UP5(omeC%%fw#_y=G5*K=ZF&B&w1ftdr z-Eg1%j{uvT`4M5;v-XPP2fagdagJ`0PB91Jo*}~;SiAB!#C`z9J24;b%ZJ>2ju(mQ zS$Kyi1@Zcan&B^QWLGIBGJk){k!oxgh>2AWmHR*=P!a3Ss0lFdjy^ljI?ZVB7e>E1 zQCXh#c9V?g2V~H$-W?eKfLbcocnWQL(2g}A^l5_YkaFQUZP4j#=p;*#xxF7qi}Yc3 z3kHet;94zG7Aj^<;v-RK88Ntcw?Bl20*-?qwjnxpypnTU zZw<-<*Rv^%GzkQ%p8MiSN?7x#9mD?7U%QWV>&!*?AQ9J(=@*SLkKG{=2n`tF-ClBK zgBsGXoELbF4$8wUfGgo7SfF0|qsZ}-7d&4Ws~?f%Tub>-qz})}K;x#O(oW6whaU~K^UOE@Q#fs;?xy=WHR2*%j zW?p8kN*7Ai>|(0hd)5wi%N4#UrUPrOmbb2Wtyv%MYc;%41?1CmzHj4%hLFjKW231V zT}Vucl82SYEhetcW319nkYGDyjM;kTrf-=wU-x0mlQUxio-rAWMvRz#9#j2{>hMhQ zV)b`S+cQ^-XM!~jwCHRQ-J}gk#;b7Ce$S-tEMvvnRq3FZ?OwbaFF%t)I^6-MJb#Mu z-Gw`reLcy9pH26Y^-e7WrL%x+>ADH1rFwAZ73c>ltiNmacUCay7>M+ShiD{ikwSqA z*x6FjQWX;O2v=T+_Cf{|8tH~lvu#o_Sp%Ih8-2idj8x0kW2X?>9@1}*lbnks9()m+ zXQ2ft8sAb~luEe9O9*Am_#kT?0{SA63uH!)GWI0{=AsMXPv+Q0XT&}l0B&TOjkE@f z>3teI+f1FTF6mMsCp)fa#9tHP)9KBb(Ef} zg`!k3>U5)+nNmDzo83I>(BJl>fbH^8C6<2pq6R{V4uz9=DXf8|Iz_^Yn7>NhH9Ne~2#g!wX(}&&ShDMNSzj+})qfoNb2E8G`#eHKbXMdjl4;!sh&F!e`Kf{{Jyy-FiT6bTr4qb^Xb zLBZXksuZ;D2D?;~Tu_Q=YzaZpl68=5T1C5=aiGuI6=hM-fn4*FXh$q)poU>w?%u0I zS+R#`reTdEZneqmlUDLMlhEg7?*J#FN;@7R+IgR4)DWR-#~eTSc|=%~ZY@X9cS(*D zj+HrpUGLxsy(_Ffc~8_3*#%W#%ZZX}~lBb`HJ^yn;DC$XOq-8k6Y#<4sXHr1xv=5J)$A~^-?%3iH{Ba+T`4bts z!`#NiYg#h#x$m-Ytoeta{~=G$xBTSm<<#Nxi`?KqPjcKB7Y~#VftkN~FyR!~oSc`! z@WNhP87EWxuHT;FulUV*A@luX|7FV!`S6c732SfcH@x>RWVw8k7{~Q{r~PE>xN>3t zi-xcLgMReh?;QQ(8J9fzCtv#mv;Oh&%YI{|94;}*({DpI_ z!InWtqTkOwinlQ4kKB9bWBlg#r+#qbW_*wXFy`N!dAgzCXFp5Yl>4VY*)aci-0IIf zN*#U|3;jCw_C8-nxC(!i+vvCyKjhl<_!|qqzJmO44@Au8-)lS=STJV1_ES>T6Pf3O za^~;27huAv*8LR|d6jX%XCHxz4E_zQ|MJ4$U$F3t0DgmC{p{aE?=|xfK2Y-S|2XYe z+3$f*>oL4<{%w|L^TVJgFy2mF;}uPw`_G=&0}eX(UJvu1)_wi~^ZF=pMP}I)A6e+h zCGG?>bUE9fa%g{uFPvkT!h9&Zlt4ab#F=5x%PcW+1hI_d#l#A+S%ml*2Rn4Q*C66i<@s`M-~w; zUeb;g6Fztn4`7A>4DbdNK!AQB0HFW?AreHID*)>~d;Ryi>-~P#EZfVLle^YtyRlbF zH?o^G6Ag0>5D~;P_#l2n{4n*=0*D9ukL2N$a0edlqkS3QL#1ts&G??TnpxuPH8dX9 zcrZ8~drDem0s?3sY-qcy7bNzI^bQ=c&hECn%?|NOT6L<4w{>vL-S%hmUAElq1-Fds z6>vryb=&yjX+QYrt7?HkmMm?{!>%`CJ|k9DcAPJ`!tSv6I&MVn0H>@|D4Uv#JY z8*`8KF>z)G&fphm_nKT+2@kkR(=|dX?lqu%M22s$(9Vs1RmhL$pyu@XKp*_Ujicm+ z-nh~uopLuZ@(g~b1RE1J8ybk48hJMSYzRLlx4iNY_%#r0NZ7y55H~gQZ1~s^{YW># z@(}nn5Nu4?2#XnRYvkDQupv8=>ydWMH)Nz8&DBXnDJLVSoF`Cd5vLFojG(`NAt*sj zixP6iIEA2y1cf0e3PDi_z>_SJ@5-4QaaKv#$Q>f~`A32gG)KroPSS{$XpBxFC?dp` ze~eBcQ5^v?qeR0|QGObNnjPJIvmataG3&IP(v6fXE8jy#mPAbw5|PA3fk!J5QJU!_ zWU2FH3XS3vf+7$Ug`h(OO%x&krZeHSye2+Pk9nfm5-~Dcl_e`98M#PS*^@mIKO&6C zITA3U)|oT&60`Z_@e%!PN$xhT9FdjJY!QrXlcAa0Gdyyiwl3Z+JIM8?BAmhVJ~rQx1Ux z;NjKAwUDl4rQkWwJgpRdKXPdhxrsG9uJvM=>b;v#Hj9&{+aBPNi+1)+-!7tTc{xTt zQ~z(W>r@qQL9{ir9^LVbfIEf0#-Y8%E_s3%IpPiug|%)s7xJ%{zCricCl7hZ8O%Sw zJHIiT@yR}T(wVCSHtIdw#9qxD#yqa)v54(1qQ>|IS6s1p(K~8n_-*PWRR@+S*ryOP{mGNy#tyW;l-o$J8stskU@W4Nu->B|dqqi@-JG=2~UAxU+ zX!>(6gI*iog6U=pJGs~Kd-|T0#Icv~{rj^jyMFZ<@BWzDn&O%}>Dk)}wcz3QuWr$& z@{5MF1>br^0`nSvhm6A0qrf4CQ+xS;`45K39+7%7|2EMP4hydxhoK%)NP^QTq4%9n z28;gc*~H#VCoyQ_51-h-am9jwtQ_l@Yyi>eI-liLIbD2shD2xt+OhdwAiLza3UMY0 z*Tilf9y7Mp!I9hS^zq0ScBP3{jnRs?i0-uc>k#C@r5B%f6FHC(!Htn$?@2`JKR}+l zZH>mUjkmRz%6t&LoE$THSupAi-Y=o#8hf}^kqM#k)f(&STMm95ssznhPseCI~sma(`Ob_4qeJD8FLc%?Th)~&F63%Zyr z(j-DI8|8jn>XkkXBUBUcI&O>k(lJOM^njOkUje_+JFPUGerC!JwXF}8O|ISQ#B&mz z$GQyLI`p{^s@HWI{XDNGw4ScaJ5f6*i{3Qq9nf&kp~@1M+k>tghk8(e6qh2bD&~L| z^qsHVqzNxhsV`^*sK{CYQZnqsWdn24IvfUdK^LIHd8c&LgRp3PN9yQ|kPq{@oG#PP zeVJT4gQJI)>N*vC+vb2yV@_Ij8xo6pTJty@xd=T;Bp;OSN`_A}hwVh7q25q$9LQwU zW?G*6C5tcNw9-6ulZj|N7I#P(p-=)`a)RaN(xED#A!&`(jsSOOFht^fC5;5}?Npsj z=PU23F8YLqvml=4Zf z^H2T`oNY6Tm{QLs`9WjnK>MlQ^@hxtlB;*3=LDswuPR_-u_By}*PS~9I|wfaSN?6+ zEPVH~X$$A^1O6#JL}zpOBklhTOX4s?I}_^NF$eqebdu40QJV~$@WG3=RX&U#evmsm zeo#NOF00dESloaf4MjppeWFl{nSt_C;wiJ8>lA}vrcq~h-f9{m;_Y{nq>V>`n67y{ z(;Zf$Cv<7hbtm&3VbjE6-)ZrcIUX!ubb2Hk8ozh28f4S}y;;m2#pstnc2IiK>KscM zrKJ9vOlykS(C6beOPq~shok+G;-zP+X36W;-QA8pN?#$ad|ytE-;9YTc?`%4KOPUD;yn z-GN{R>!JabKV{P2(4(fqgO@W)u&KD_=tGwE@dLN-n-JVb)c_<#l0s~j=pyRg6Er$- zLqxf~Ysq8>wX<|Hxsl@`o*aNcnH?Ha$xdjvoH_?sGS^?aq%B z`W_@$oyav-T|rs`QQ`Jsv(-wNWQ9Sc_J^37oi%?NC?-f0&nrl;Q1?e^^DbNXOp0hdEs9?45`8l-X0%C{5Zs zR~RQI?kvPrxjs@${Im;g>7is{19b*U8^YlN=8Gr_B9GSe$}ePshf`!b zzR2vGtM;~KG2vm4I{<`*pqKD-;oaU}*L;ep1$*~PwhK^E+BvMV*d@-v?pRZVGDu`) zA)W`DVj%Ggh3?!>Wz8r+wYevrY86_zZ&%Y-?`$=2M}}g(%qRBI?ryAZu^+1IUM=S{ zTW-&gdb3o7V+7-dgj}L~?j~9tF#B zoQ7XW5ceX-kdFPEYK&7UK{ZO<G?pQnp}U35=tM>5{AlucddT?fAp$^GACf)h0#wuT6DwPjxU2%4}E| zYFbcfiv46?9cTRvt8L%)&WXfRI@zU=vSrUZ5d}l|B*F-o7$TgIN$rwbY3)gDX>6%( zId6i>hy{snj8+q2VvgeD#XrbodxYE&JxrF^b*C|ASCp++dx-gLBNr}8K`tZAr^DAT z?Dx&1iD`0A>naSa>X>!ewfN@I%C;Wx>@+$n2Z7d7Qia{jDtJf+L4nM3+Yxp?@PljdGrKmg>ebBZ208BGAPsx02-;$J)2 z#Xe(R0Qyl?{VM3`0JX<5SQI>8w1OtNW0?ew*txHC{qjbIG&iu-WLfn##0hT9s*MnZ;0=P}V@8y658@#^ zm$y2kkU}d?^x%`DP#lUX7tkE7_?SVRau~A*Y9H+VfR>?qj>&N3b1N{I?W1j9*oJco z??C3UCw2fU;VQLFrlwkh(9;nR^JUfn8#RDV2CgtG4B*%MtlMIs3}cRhv%otBurZ-j z3m;i{nFB9mxtdUccP!SnT~HX>0m$`TA%N+QEP#et>x~~s#uoW>7Q$E70)+8IO;95> zRjh}*wtQdEiO2YbxJ{rRIu?uZbD+=s1bU~dBwb(qpbm%O#bpy*oU&e7V3xRkMeGHy zm88);b3eFqY(L{MqN=p?>tTbl=8uA7t^=!xigp7LH#s?@H@6L_G!oa(a;MTo@2)pi zB9r_A?cu7&@YgNU_v{|MhN}lk)r$sAVMO_(F|?Ke^-Qox$SU2@#B&6lqI1!`09z8= ze=-9JdqQCC3)?3ym-W(WCpjMcxB)^Iu1^o%5)gjE@Rk)`o>@{yHwyh2D*&62yC!M= zWf39ZS3hgMKLamW=(I&=@jV zseC>1tQlN&#R1i-u@BIjqpFZPIcK?s)&na@N*HI}a)N`nEt6qLl*zE#{duV)28Tre z0Jrgbul52z#l;14q%B!^k5YnBs=P)8fo1ZDpbc{>^&7W~5NC|3g}4C5UULPip&<0j z$lA{lrvXybB6Y8*s#cL z!XKwPEFaV2J@9sr2r(pTJqY8-Euuj}ifJ?;!En&3{$QEWN_*Cn8KF7y0LH6#SQW5z z>Ca|Sg%PxDhJj+AQph>rLyaci-!tw1?7NZ6<^2;NkD7`rQK-oP32wXiNh@y4<_73F zkFf@oJ|GEuMfG}&NKQ=t-%rfUGi`Pc5@!c5LvU?U#Y z8JL>w%Yx}q9(X+QZInZ|uoM)p3Rr-n2B=Xv6>~v{3|L{58O;Z^tz*C4@(IgCg{^_Q zeb_9Q!_(0EHZa)W11+P;Tab@lxnQ;i)mhG%q}QYQ4Cc|42JAkzc7uc-q?0vR_}F7F zr^#C)n{79+?!fMH7x-|1UP&%B-|qFe!k^ZBQ`(aD13|;|t>9rz&WPJEU?H$y95YY5 z^f{lg-35Y2AcCL=QS0l6^Oy70`YD6II{7E75Nbz%Y_@^gHpce;Q8#AC6UWRqS z^Bp=&jkOAfAbz+q&yD|{rQ_NLJ70u2YVr*91C84T;BE)r^Vmy|lP(5$8UAjeUe67D zzOu%H1CJTW4(XZmPP7#WUke6VZ{G4C!DG;NG2CzBKyT{uMwJrP(ETddR7@yyMo$|x z`$_}&mLMi;pHMT(>l{)}{Xo}9sA2_{gZ=tZ6NoTnK1%7w2C_4jn9Yk-@D4I#0B9BD zbqXq~gJq*_z%tuT4CM378#zW0A-86k9!TbnKt8Pz^=1D{B%pv;_8Hlm5qU`sH*x$J z{cQ>P{mM2W(l?THeQI|g04`*`6}%EBaPd*2cl01mB`Q-JsG>Jm8JQNA8|P*q&7WdB z*9eX8(nmcMWN_~ynKpYvnNi|tP=5wgV|tN_lwiT8^%yCbmEoIAWy7-t#|&+?3|?96 z)rG-g11#4uvkoJM=PqMA^$2Ffdp_s}5E%)xrK%r*j~dy%5*yOBG$#b9TP5)IXb^w% zd4Z}t03KExS@uK83W;ZmNj2kEEpUE}3!u{8IjXR4tFZ1qrl=HuPnGF6+%ECsbOh$@ zFS{X_e3`Fc4%}ZdhDcbdJ=)}OXXe~|HK)|Y(LIu@^98Rwjq zEO&ww2X`QqG>k;k&u3J)q`q%4PYLG;8G@dkywL_Egjyn%EWuGjQtGglX3ouX38{u+ z<*FC>=RzLkm44PPJnHo6fxk%lTucuE`TsOyZ^-+B`=9y1pn)gF7v&Vqz@Hh3`=bbE z06`2n~(ndGFHE-`TDsJm&c%*4wdHl%Cv_~m$IrCAxhA) zVkxpADbeLZP?0v9q;+hF3bnaVC?FdmVl5(;EgO__ZZ2XoX<`$qd}fb{8_7$bHMUqNsY+)BDW8TYRLzA_6~+m5HlYeq zW+$3Zuo6T;RMrggd!s>+?-J;D?h9Ch-qKg z;i^(o#GR(D>&Bp3R4B?nt!}BPSE>FlGd5^Fu1#NdsQFu9B+CYK?^G)C_eUB44`nNLh+2AIGkpV?(RF`Yp%u`@UnHu1!N zhLkekBqjbAjw2Yz5}24+DI*Hf?+9-nQDB&98_H6`Z^>=oiL(TrCiHeq=8?OH|1uC~ z^%x`5do3pt1k%{jb~`~yJ5lSo1iiG#+SVrd(jaWRo9jyi!L+}&pH7gc0q}Mcq?+R! zZv=Uo;9F29h_udIzbDAF)!e@)2sGNbp-+%$zqx=-5UM@6^Gy(`Y0MQ}f{~gC-NGj% zwUD}qPl0M6c}a;SYUJ(^O@!dd@I0ZLa73X$ zY4C(&DjcD?&|@C=`=KNtl#MqNF4e#U)WFCW(?UDU?J> zNhFF&qESo|C1O%2iIb8^6qH1wm?TQYq)`$kC6XvSp_{lw!J+x7FXD;b#1m6Q=ab&& z6TgHfCK8Pg4uww%$G?9s{3|~Lru*1^5}OeB-Vn%y1~QUxH2`-9002|tSVLnP5+DWx zP4+|@8uV`1J&>N8e`9wxu-MRy?(!CJ--aDz$GF=~0`8AU+E*(XpV1#mY*w+*Nb$B- zkv=R+@moB3EG%pKY1gmTlFr+2TfdE#uUDh#l`12%swy)XA~?9Bqm`yHsJK>KhN`ND zFs$<%<9-|n2{=X=bZhg?ki!}U1V6YTtQMyU(WDeL6g5&^X=%Z7uBRPPRo`86-%047 zDUycoRo_7DliD=kuBv0G?_OH+&ik93l~WlA&wKCL#c}8J-Fm~!c?tZ)=-HUSpIK*( z009&g0RR9I4Mzb%lw*j(!QL3DjQOf6tGr38*%$8b-$C+G*9DU1&ind7r#V1tuIsFN zBkl7EUH%d?)qHbu*@yc7zed%``ERx7;KMmS21SX(*O1|^U98zy(#r?cNXe5S{srFe z-UILhvR+$=yb=MVJsU_O8?@8BfInXNxYzjwuk+^1mhf)EX4h(HlI5gNUI?S8@8Gw(3WE>eiT8VJ=)DL$|0o zijEGvk*u&AHUf9%j5r0JxNQVh&<`IG5ksd_$dQw~_Q95qSdG&~=W${iKjBxbSg=>3 z^{kKGdj!r)S8@6vy_>E-rfVdwh^L=>dt%gMg^@8@QDBU2tiU&@?on4c)atnf9jPDO z-Ps?buLj#vVL&t$qNdVQ)tmSwU%sCOGuaUT`Y31E6?lpBVl&$5h|@A?7g9xxrBt4 z)P;rS)G(4Pdx75s*5>TFbMjC-EoKzwpIsoQBObRz(w}NS5}#^1QjBVDU6;D1=JT(A z!c#;5RU?uDRr`^hRV7K!s)!_K)ivV;TH22atu09sRE$B1G4OW`9e(XGfGs=Ns(5+y`@u4Ns6kz^;5U)rYS6+-SuaM zCG+cn8I~R2*S+IAi&Z;)txUXF9v+c7$1pYatyiEoYql>|=<*A~Xa6sAoly3lTi=>) z`vvXf?Xl0MiS`P%kNIl=dmn}F zKyhu39+F5=d8lb2|G{nZA?k9r4$VwyaI_mRhbWl2(utSM!=bNQ>Gw?yor0`$=8i}9 zWNDCt80oCCTG_9Ld(ZTs=SdOVyKFz@=P{1Y$vchDg%9w5s#?gzK`|_RSXnw7De5KX zLSyX|Eb5eeRPQ6(N@|uY;sg{=>hZq|b{Cg(*cZz&e<74q(X)psI=C3H4gFj*_72cK zIB7|c0){I8`f?Fn;~#i-g||)1ao&*igeU%|7Y=PHzkf!_mUaY54LANg5w>Yf-*}Jj9W{}U-4y_psf4ipJ{s(}3 zziTSQS0Xy#eoounOqV9W%T!X(^IU`L3lk(oB>O{OE;=T}C^I1&68^(yV?}WSAr&zq zSsB{GM^R7<1PsLFiMb@82mAx$R7+L$A0bPUZZ2eS7{aki8F}iBvgkq`)|X*RlTx`} z?nYKAt;fs3Y#gj+DKJUnm5)r8C0d!Boyh?@+q)Ua;b+NZDPa~6zhcLT+@vwTjs#m0 zuo>3}GB_?@lA#(Wp~MbSdRg0rOwmpn50wn50$R?J=9bhct#@$6GpRbQZ=BK`nbqo) zM4FVh03T$ICLi&^LGKb{B6i}R8CPTy5Fa5{7+$p>^h(72LEkHj^WuCcCI`R#yA zed&d7lLRN|wN(G6cA3&s*C04EFKcb)n=F~cn%Sc^bWzkfin!~phnx8RfEiTP%DOPx z{s#oOt}5rByn8WrfAckvPEu~;1J|PXGoU3g_$}{jw;ky5UI?W5)mT&sVZJ&SDpY$I zWUx~T4-keI_llDDm@l)u*-xqaJJc5GUBRo<1sb-_*F0)3aUY$;4_m+W$bi5oxQ14f z{yuJO6fFnfpBL3e)Z3txy5YAL2SdlNCx23#8@lV=klhQrgCtCK^6iq&yiGFX5gCk? zJi$U8oA&ueV5a4Hibx?Jp{Wc)@yX=My*( zL7_7NhVB~}!;y46N@yX6=YrUu?q0n2-ayE&8Ho^2BXfon%n2sU9aqf$oy;6~8J}>H zA=e6|(V|~0e$zg3m8eUa8xk-7JsYyzuqpOft-`Rs zH^+xTx^N`$Z(RqLP=&Cgt{C(VUdUC!mI((V)P4m!0wiLB9-ShsWtBKhe;Uo=S~*pirGTs*K95*3FV&@Z1ZZvE zs5;LRT(8aVhx$2Rw2m9u0ed~~K_>+K?D zQ->Y$as3~}ncAQf`Px+BhWYurUqwNYCk}Ae9}f!cSZ}aN419)jz}OD?14EuQj7E8X z%#CFCGLl{2KeqR z93I_m2RRq+EpkhL`5qeZZZFA@Dd>i!S9QL#ocuX<;Di515AeJnM5)m&{DwdT6}UGZ z?Uh#$Y6g>e%;_3}a`FG(76i>` zmP&lVdBNoMCUt}+xUcScH_sZfJF@aMJ)L>t4NOU#VH&1h(E9s5WOKHKC=ly-4$9jM zEE55DTxES{$aq3gb#=7Xg1ESn06x3_JrvU+xr;S91oUY&5OtS?NMJf*nj>gnH;|xK!p;vm&%_V^CrBt#gE)ST&-YNyWb6|sl#a@W0#~i; z>m$o(W>{vB=VoSS*c^DP8JSff`(OOoRt{y=K8i6ijAu^8kQOiFVY9A6YRG}3WZtmf zkfh?J<7%3aopW%u8OKyPCuxSr0oa(YMje=_9za>@!5@Kol$Wr2q)=Bq{%R!EunQm% ztoS>ixZ&obHjK|T+tb7Le3)`4dNMDRk&f~7`9jv>k+LQ<4;-g(@S%OL4_-Ptc@aJr zk`wpgV9(o5$pjM9{~2-P@y*dEad{cg54z|u5EJ3W&!*{eT{hXjfJ%vY@F;a0u z<@HFN*82RvNu61V2%s4i!^wbFKSOa-c}QPvs-( zb*|>|LLp>$ExD{S(NZG@#Cpwc;n>Whycyunvc`pAE{1-#>?b?RWqK22XyaN<5izLq zG3}x#N<8`Ivbh*zRrd}i%cXMRd}MQ~*Y|+#F6@H~+cQQ)+==?`zmk5$Th*v>#)!6daf6%pp=)r>m|T!9zXv%$ zALcUT6Mtq3n2oAw!Kk14-vkwTET!yNzq8HH5YQa2_Xi z6ArY?2h91VXJre5ABlpB7?R_uPC+ir!7GnbV#s+GP7EJgiPPA@5S(diaorAAD8cTF zo(+{hTmwJS?xrM^9vJ3Cjb7lKA2tJXefPF*(qK0H+>WP%5ZR?E0W`87l_1-d}X zD5lzwmnGk^*g}kFDKoSYTC`RLhX8ULYgRbqRFhv&BaU?N1mOv`CREcA&Ol-s3LLOM zHC|%Ag~wplRiIqM)G*!|=tLR$*5C{C!vov@H`};}Zp%9qGHhg$A0$Zngj}Sk zteKOn-C%ZcLK1SB+AGzQ|wl z(}r`j%?N8sv?Bl?>1bK7jJJ04HGUE{IkB<^jm!^`)U~VD9>-i1enVWHf=1p#&r( zmW0s>DifF>2x~^{;aMSkj}M&%D=XDMuESWZdpS~JRQpQx2qm6g0dBkhc+@^B0pv|_ zA4B|gY7X?aDh2$T*C?k~Ad>?3ZX{SCg<#yJtuvTSKL;8$`A7cht-N$XeNOMa8Ucv0 zrh&TsHQV*=PJxg2RW#lIXFh{(*HiUu9H!!&8X3A$mS}|ga|I3Kdt?+z(%LX`jzS!~lz3XM#v-%kdpx-a|XEtI#F%U`ccf zvTc)Df*4cU@J({p*ZhEm)`)|q1x@yPo?`3uKr};Qua`i!$&&kVx5UlOip)w^oEaQ> z!%%0aOxpsfQFv71R;G*s9C<0(+17TatOJbmV@@&gRIsiV48}%#=lF8BYliTqKl$J@j~wsTyyg=-C z%jEV3!BoWtTqx4?vMyIR2#~9;wT(D5-~$gCg3A?r^3X?$xE5tbNzGbB=&dmhH)cvO zh%rh4Jjn*eCN_$3n^#0^0dYCLV{dzC~ zLJRO}{N-*0x*=|8i+NN*e3?lRr9eQ#E zJ5{&Y+2F>)$J$A*c^}yUIO;G_z{M3|F6t>&WmF< z>e*q@&`PqvSrhE(m8s@FO5RNiH4=Um+Uu4-0N2@VsZl|!+dFxvD#Ew4c>R?IaO#)j z)M(w-=J7+y-}_yi#H*_ye~s4Cl5M%E&#i4osmC?6bB9`X$Q<7LqlT_72UQ%bNJ?4o zj!yVuk6+V>+#&NXlvuni4lgdZEu3(caof~1^%hy^f;Mjy-qNLuCXsjsANoH%MVb+s zZh5(!ie|UNAxx0j2?AR%M##dN;-J zr&q-Om)4Juy{qW;GA*batgd@?!W!q}OH?yUAY5WRkB^_

    %dT8#&n9#M4$?9@Y?VN*Gm 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. For example, if your KeyFile is -// located in the project directory, you would specify the AssemblyKeyFile -// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] -// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework -// documentation for more information on this. -// -[assembly: AssemblyDelaySign(false)] -[assembly: AssemblyKeyFile("")] -[assembly: AssemblyKeyName("")] diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/ChecksumImpl.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/ChecksumImpl.cs deleted file mode 100644 index 9b6c390..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/ChecksumImpl.cs +++ /dev/null @@ -1,202 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.Runtime.InteropServices; -using System.Text; - - -namespace DotZLib -{ - #region ChecksumGeneratorBase - ///

    - /// Implements the common functionality needed for all s - /// - /// - public abstract class ChecksumGeneratorBase : ChecksumGenerator - { - /// - /// The value of the current checksum - /// - protected uint _current; - - /// - /// Initializes a new instance of the checksum generator base - the current checksum is - /// set to zero - /// - public ChecksumGeneratorBase() - { - _current = 0; - } - - /// - /// Initializes a new instance of the checksum generator base with a specified value - /// - /// The value to set the current checksum to - public ChecksumGeneratorBase(uint initialValue) - { - _current = initialValue; - } - - /// - /// Resets the current checksum to zero - /// - public void Reset() { _current = 0; } - - /// - /// Gets the current checksum value - /// - public uint Value { get { return _current; } } - - /// - /// Updates the current checksum with part of an array of bytes - /// - /// The data to update the checksum with - /// Where in data to start updating - /// The number of bytes from data to use - /// The sum of offset and count is larger than the length of data - /// data is a null reference - /// Offset or count is negative. - /// All the other Update methods are implemented in terms of this one. - /// This is therefore the only method a derived class has to implement - public abstract void Update(byte[] data, int offset, int count); - - /// - /// Updates the current checksum with an array of bytes. - /// - /// The data to update the checksum with - public void Update(byte[] data) - { - Update(data, 0, data.Length); - } - - /// - /// Updates the current checksum with the data from a string - /// - /// The string to update the checksum with - /// The characters in the string are converted by the UTF-8 encoding - public void Update(string data) - { - Update(Encoding.UTF8.GetBytes(data)); - } - - /// - /// Updates the current checksum with the data from a string, using a specific encoding - /// - /// The string to update the checksum with - /// The encoding to use - public void Update(string data, Encoding encoding) - { - Update(encoding.GetBytes(data)); - } - - } - #endregion - - #region CRC32 - /// - /// Implements a CRC32 checksum generator - /// - public sealed class CRC32Checksum : ChecksumGeneratorBase - { - #region DLL imports - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern uint crc32(uint crc, int data, uint length); - - #endregion - - /// - /// Initializes a new instance of the CRC32 checksum generator - /// - public CRC32Checksum() : base() {} - - /// - /// Initializes a new instance of the CRC32 checksum generator with a specified value - /// - /// The value to set the current checksum to - public CRC32Checksum(uint initialValue) : base(initialValue) {} - - /// - /// Updates the current checksum with part of an array of bytes - /// - /// The data to update the checksum with - /// Where in data to start updating - /// The number of bytes from data to use - /// The sum of offset and count is larger than the length of data - /// data is a null reference - /// Offset or count is negative. - public override void Update(byte[] data, int offset, int count) - { - if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); - if ((offset+count) > data.Length) throw new ArgumentException(); - GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); - try - { - _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); - } - finally - { - hData.Free(); - } - } - - } - #endregion - - #region Adler - /// - /// Implements a checksum generator that computes the Adler checksum on data - /// - public sealed class AdlerChecksum : ChecksumGeneratorBase - { - #region DLL imports - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern uint adler32(uint adler, int data, uint length); - - #endregion - - /// - /// Initializes a new instance of the Adler checksum generator - /// - public AdlerChecksum() : base() {} - - /// - /// Initializes a new instance of the Adler checksum generator with a specified value - /// - /// The value to set the current checksum to - public AdlerChecksum(uint initialValue) : base(initialValue) {} - - /// - /// Updates the current checksum with part of an array of bytes - /// - /// The data to update the checksum with - /// Where in data to start updating - /// The number of bytes from data to use - /// The sum of offset and count is larger than the length of data - /// data is a null reference - /// Offset or count is negative. - public override void Update(byte[] data, int offset, int count) - { - if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); - if ((offset+count) > data.Length) throw new ArgumentException(); - GCHandle hData = GCHandle.Alloc(data, GCHandleType.Pinned); - try - { - _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count); - } - finally - { - hData.Free(); - } - } - - } - #endregion - -} \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CircularBuffer.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CircularBuffer.cs deleted file mode 100644 index 9c8d601..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CircularBuffer.cs +++ /dev/null @@ -1,83 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.Diagnostics; - -namespace DotZLib -{ - - /// - /// This class implements a circular buffer - /// - internal class CircularBuffer - { - #region Private data - private int _capacity; - private int _head; - private int _tail; - private int _size; - private byte[] _buffer; - #endregion - - public CircularBuffer(int capacity) - { - Debug.Assert( capacity > 0 ); - _buffer = new byte[capacity]; - _capacity = capacity; - _head = 0; - _tail = 0; - _size = 0; - } - - public int Size { get { return _size; } } - - public int Put(byte[] source, int offset, int count) - { - Debug.Assert( count > 0 ); - int trueCount = Math.Min(count, _capacity - Size); - for (int i = 0; i < trueCount; ++i) - _buffer[(_tail+i) % _capacity] = source[offset+i]; - _tail += trueCount; - _tail %= _capacity; - _size += trueCount; - return trueCount; - } - - public bool Put(byte b) - { - if (Size == _capacity) // no room - return false; - _buffer[_tail++] = b; - _tail %= _capacity; - ++_size; - return true; - } - - public int Get(byte[] destination, int offset, int count) - { - int trueCount = Math.Min(count,Size); - for (int i = 0; i < trueCount; ++i) - destination[offset + i] = _buffer[(_head+i) % _capacity]; - _head += trueCount; - _head %= _capacity; - _size -= trueCount; - return trueCount; - } - - public int Get() - { - if (Size == 0) - return -1; - - int result = (int)_buffer[_head++ % _capacity]; - --_size; - return result; - } - - } -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CodecBase.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CodecBase.cs deleted file mode 100644 index dcad290..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/CodecBase.cs +++ /dev/null @@ -1,198 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.Runtime.InteropServices; - -namespace DotZLib -{ - /// - /// Implements the common functionality needed for all s - /// - public abstract class CodecBase : Codec, IDisposable - { - - #region Data members - - /// - /// Instance of the internal zlib buffer structure that is - /// passed to all functions in the zlib dll - /// - internal ZStream _ztream = new ZStream(); - - /// - /// True if the object instance has been disposed, false otherwise - /// - protected bool _isDisposed = false; - - /// - /// The size of the internal buffers - /// - protected const int kBufferSize = 16384; - - private byte[] _outBuffer = new byte[kBufferSize]; - private byte[] _inBuffer = new byte[kBufferSize]; - - private GCHandle _hInput; - private GCHandle _hOutput; - - private uint _checksum = 0; - - #endregion - - /// - /// Initializes a new instance of the CodeBase class. - /// - public CodecBase() - { - try - { - _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned); - _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); - } - catch (Exception) - { - CleanUp(false); - throw; - } - } - - - #region Codec Members - - /// - /// Occurs when more processed data are available. - /// - public event DataAvailableHandler DataAvailable; - - /// - /// Fires the event - /// - protected void OnDataAvailable() - { - if (_ztream.total_out > 0) - { - if (DataAvailable != null) - DataAvailable( _outBuffer, 0, (int)_ztream.total_out); - resetOutput(); - } - } - - /// - /// Adds more data to the codec to be processed. - /// - /// Byte array containing the data to be added to the codec - /// Adding data may, or may not, raise the DataAvailable event - public void Add(byte[] data) - { - Add(data,0,data.Length); - } - - /// - /// Adds more data to the codec to be processed. - /// - /// Byte array containing the data to be added to the codec - /// The index of the first byte to add from data - /// The number of bytes to add - /// Adding data may, or may not, raise the DataAvailable event - /// This must be implemented by a derived class - public abstract void Add(byte[] data, int offset, int count); - - /// - /// Finishes up any pending data that needs to be processed and handled. - /// - /// This must be implemented by a derived class - public abstract void Finish(); - - /// - /// Gets the checksum of the data that has been added so far - /// - public uint Checksum { get { return _checksum; } } - - #endregion - - #region Destructor & IDisposable stuff - - /// - /// Destroys this instance - /// - ~CodecBase() - { - CleanUp(false); - } - - /// - /// Releases any unmanaged resources and calls the method of the derived class - /// - public void Dispose() - { - CleanUp(true); - } - - /// - /// Performs any codec specific cleanup - /// - /// This must be implemented by a derived class - protected abstract void CleanUp(); - - // performs the release of the handles and calls the derived CleanUp() - private void CleanUp(bool isDisposing) - { - if (!_isDisposed) - { - CleanUp(); - if (_hInput.IsAllocated) - _hInput.Free(); - if (_hOutput.IsAllocated) - _hOutput.Free(); - - _isDisposed = true; - } - } - - - #endregion - - #region Helper methods - - /// - /// Copies a number of bytes to the internal codec buffer - ready for processing - /// - /// The byte array that contains the data to copy - /// The index of the first byte to copy - /// The number of bytes to copy from data - protected void copyInput(byte[] data, int startIndex, int count) - { - Array.Copy(data, startIndex, _inBuffer,0, count); - _ztream.next_in = _hInput.AddrOfPinnedObject(); - _ztream.total_in = 0; - _ztream.avail_in = (uint)count; - - } - - /// - /// Resets the internal output buffers to a known state - ready for processing - /// - protected void resetOutput() - { - _ztream.total_out = 0; - _ztream.avail_out = kBufferSize; - _ztream.next_out = _hOutput.AddrOfPinnedObject(); - } - - /// - /// Updates the running checksum property - /// - /// The new checksum value - protected void setChecksum(uint newSum) - { - _checksum = newSum; - } - #endregion - - } -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Deflater.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Deflater.cs deleted file mode 100644 index 9039f41..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Deflater.cs +++ /dev/null @@ -1,106 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.Diagnostics; -using System.Runtime.InteropServices; - -namespace DotZLib -{ - - /// - /// Implements a data compressor, using the deflate algorithm in the ZLib dll - /// - public sealed class Deflater : CodecBase - { - #region Dll imports - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)] - private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int deflate(ref ZStream sz, int flush); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int deflateReset(ref ZStream sz); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int deflateEnd(ref ZStream sz); - #endregion - - /// - /// Constructs an new instance of the Deflater - /// - /// The compression level to use for this Deflater - public Deflater(CompressLevel level) : base() - { - int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream)); - if (retval != 0) - throw new ZLibException(retval, "Could not initialize deflater"); - - resetOutput(); - } - - /// - /// Adds more data to the codec to be processed. - /// - /// Byte array containing the data to be added to the codec - /// The index of the first byte to add from data - /// The number of bytes to add - /// Adding data may, or may not, raise the DataAvailable event - public override void Add(byte[] data, int offset, int count) - { - if (data == null) throw new ArgumentNullException(); - if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); - if ((offset+count) > data.Length) throw new ArgumentException(); - - int total = count; - int inputIndex = offset; - int err = 0; - - while (err >= 0 && inputIndex < total) - { - copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); - while (err >= 0 && _ztream.avail_in > 0) - { - err = deflate(ref _ztream, (int)FlushTypes.None); - if (err == 0) - while (_ztream.avail_out == 0) - { - OnDataAvailable(); - err = deflate(ref _ztream, (int)FlushTypes.None); - } - inputIndex += (int)_ztream.total_in; - } - } - setChecksum( _ztream.adler ); - } - - - /// - /// Finishes up any pending data that needs to be processed and handled. - /// - public override void Finish() - { - int err; - do - { - err = deflate(ref _ztream, (int)FlushTypes.Finish); - OnDataAvailable(); - } - while (err == 0); - setChecksum( _ztream.adler ); - deflateReset(ref _ztream); - resetOutput(); - } - - /// - /// Closes the internal zlib deflate stream - /// - protected override void CleanUp() { deflateEnd(ref _ztream); } - - } -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.cs deleted file mode 100644 index 90c7c3b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.cs +++ /dev/null @@ -1,288 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.IO; -using System.Runtime.InteropServices; -using System.Text; - - -namespace DotZLib -{ - - #region Internal types - - /// - /// Defines constants for the various flush types used with zlib - /// - internal enum FlushTypes - { - None, Partial, Sync, Full, Finish, Block - } - - #region ZStream structure - // internal mapping of the zlib zstream structure for marshalling - [StructLayoutAttribute(LayoutKind.Sequential, Pack=4, Size=0, CharSet=CharSet.Ansi)] - internal struct ZStream - { - public IntPtr next_in; - public uint avail_in; - public uint total_in; - - public IntPtr next_out; - public uint avail_out; - public uint total_out; - - [MarshalAs(UnmanagedType.LPStr)] - string msg; - uint state; - - uint zalloc; - uint zfree; - uint opaque; - - int data_type; - public uint adler; - uint reserved; - } - - #endregion - - #endregion - - #region Public enums - /// - /// Defines constants for the available compression levels in zlib - /// - public enum CompressLevel : int - { - /// - /// The default compression level with a reasonable compromise between compression and speed - /// - Default = -1, - /// - /// No compression at all. The data are passed straight through. - /// - None = 0, - /// - /// The maximum compression rate available. - /// - Best = 9, - /// - /// The fastest available compression level. - /// - Fastest = 1 - } - #endregion - - #region Exception classes - /// - /// The exception that is thrown when an error occurs on the zlib dll - /// - public class ZLibException : ApplicationException - { - /// - /// Initializes a new instance of the class with a specified - /// error message and error code - /// - /// The zlib error code that caused the exception - /// A message that (hopefully) describes the error - public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCode, msg)) - { - } - - /// - /// Initializes a new instance of the class with a specified - /// error code - /// - /// The zlib error code that caused the exception - public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) - { - } - } - #endregion - - #region Interfaces - - /// - /// Declares methods and properties that enables a running checksum to be calculated - /// - public interface ChecksumGenerator - { - /// - /// Gets the current value of the checksum - /// - uint Value { get; } - - /// - /// Clears the current checksum to 0 - /// - void Reset(); - - /// - /// Updates the current checksum with an array of bytes - /// - /// The data to update the checksum with - void Update(byte[] data); - - /// - /// Updates the current checksum with part of an array of bytes - /// - /// The data to update the checksum with - /// Where in data to start updating - /// The number of bytes from data to use - /// The sum of offset and count is larger than the length of data - /// data is a null reference - /// Offset or count is negative. - void Update(byte[] data, int offset, int count); - - /// - /// Updates the current checksum with the data from a string - /// - /// The string to update the checksum with - /// The characters in the string are converted by the UTF-8 encoding - void Update(string data); - - /// - /// Updates the current checksum with the data from a string, using a specific encoding - /// - /// The string to update the checksum with - /// The encoding to use - void Update(string data, Encoding encoding); - } - - - /// - /// Represents the method that will be called from a codec when new data - /// are available. - /// - /// The byte array containing the processed data - /// The index of the first processed byte in data - /// The number of processed bytes available - /// On return from this method, the data may be overwritten, so grab it while you can. - /// You cannot assume that startIndex will be zero. - /// - public delegate void DataAvailableHandler(byte[] data, int startIndex, int count); - - /// - /// Declares methods and events for implementing compressors/decompressors - /// - public interface Codec - { - /// - /// Occurs when more processed data are available. - /// - event DataAvailableHandler DataAvailable; - - /// - /// Adds more data to the codec to be processed. - /// - /// Byte array containing the data to be added to the codec - /// Adding data may, or may not, raise the DataAvailable event - void Add(byte[] data); - - /// - /// Adds more data to the codec to be processed. - /// - /// Byte array containing the data to be added to the codec - /// The index of the first byte to add from data - /// The number of bytes to add - /// Adding data may, or may not, raise the DataAvailable event - void Add(byte[] data, int offset, int count); - - /// - /// Finishes up any pending data that needs to be processed and handled. - /// - void Finish(); - - /// - /// Gets the checksum of the data that has been added so far - /// - uint Checksum { get; } - - - } - - #endregion - - #region Classes - /// - /// Encapsulates general information about the ZLib library - /// - public class Info - { - #region DLL imports - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern uint zlibCompileFlags(); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern string zlibVersion(); - #endregion - - #region Private stuff - private uint _flags; - - // helper function that unpacks a bitsize mask - private static int bitSize(uint bits) - { - switch (bits) - { - case 0: return 16; - case 1: return 32; - case 2: return 64; - } - return -1; - } - #endregion - - /// - /// Constructs an instance of the Info class. - /// - public Info() - { - _flags = zlibCompileFlags(); - } - - /// - /// True if the library is compiled with debug info - /// - public bool HasDebugInfo { get { return 0 != (_flags & 0x100); } } - - /// - /// True if the library is compiled with assembly optimizations - /// - public bool UsesAssemblyCode { get { return 0 != (_flags & 0x200); } } - - /// - /// Gets the size of the unsigned int that was compiled into Zlib - /// - public int SizeOfUInt { get { return bitSize(_flags & 3); } } - - /// - /// Gets the size of the unsigned long that was compiled into Zlib - /// - public int SizeOfULong { get { return bitSize((_flags >> 2) & 3); } } - - /// - /// Gets the size of the pointers that were compiled into Zlib - /// - public int SizeOfPointer { get { return bitSize((_flags >> 4) & 3); } } - - /// - /// Gets the size of the z_off_t type that was compiled into Zlib - /// - public int SizeOfOffset { get { return bitSize((_flags >> 6) & 3); } } - - /// - /// Gets the version of ZLib as a string, e.g. "1.2.1" - /// - public static string Version { get { return zlibVersion(); } } - } - - #endregion - -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.csproj b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.csproj deleted file mode 100644 index dea7fb1..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.csproj +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/GZipStream.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/GZipStream.cs deleted file mode 100644 index c1472f6..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/GZipStream.cs +++ /dev/null @@ -1,301 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.IO; -using System.Runtime.InteropServices; - -namespace DotZLib -{ - /// - /// Implements a compressed , in GZip (.gz) format. - /// - public class GZipStream : Stream, IDisposable - { - #region Dll Imports - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)] - private static extern IntPtr gzopen(string name, string mode); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int gzclose(IntPtr gzFile); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int gzwrite(IntPtr gzFile, int data, int length); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int gzread(IntPtr gzFile, int data, int length); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int gzgetc(IntPtr gzFile); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int gzputc(IntPtr gzFile, int c); - - #endregion - - #region Private data - private IntPtr _gzFile; - private bool _isDisposed = false; - private bool _isWriting; - #endregion - - #region Constructors - /// - /// Creates a new file as a writeable GZipStream - /// - /// The name of the compressed file to create - /// The compression level to use when adding data - /// If an error occurred in the internal zlib function - public GZipStream(string fileName, CompressLevel level) - { - _isWriting = true; - _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level)); - if (_gzFile == IntPtr.Zero) - throw new ZLibException(-1, "Could not open " + fileName); - } - - /// - /// Opens an existing file as a readable GZipStream - /// - /// The name of the file to open - /// If an error occurred in the internal zlib function - public GZipStream(string fileName) - { - _isWriting = false; - _gzFile = gzopen(fileName, "rb"); - if (_gzFile == IntPtr.Zero) - throw new ZLibException(-1, "Could not open " + fileName); - - } - #endregion - - #region Access properties - /// - /// Returns true of this stream can be read from, false otherwise - /// - public override bool CanRead - { - get - { - return !_isWriting; - } - } - - - /// - /// Returns false. - /// - public override bool CanSeek - { - get - { - return false; - } - } - - /// - /// Returns true if this tsream is writeable, false otherwise - /// - public override bool CanWrite - { - get - { - return _isWriting; - } - } - #endregion - - #region Destructor & IDispose stuff - - /// - /// Destroys this instance - /// - ~GZipStream() - { - cleanUp(false); - } - - /// - /// Closes the external file handle - /// - public void Dispose() - { - cleanUp(true); - } - - // Does the actual closing of the file handle. - private void cleanUp(bool isDisposing) - { - if (!_isDisposed) - { - gzclose(_gzFile); - _isDisposed = true; - } - } - #endregion - - #region Basic reading and writing - /// - /// Attempts to read a number of bytes from the stream. - /// - /// The destination data buffer - /// The index of the first destination byte in buffer - /// The number of bytes requested - /// The number of bytes read - /// If buffer is null - /// If count or offset are negative - /// If offset + count is > buffer.Length - /// If this stream is not readable. - /// If this stream has been disposed. - public override int Read(byte[] buffer, int offset, int count) - { - if (!CanRead) throw new NotSupportedException(); - if (buffer == null) throw new ArgumentNullException(); - if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); - if ((offset+count) > buffer.Length) throw new ArgumentException(); - if (_isDisposed) throw new ObjectDisposedException("GZipStream"); - - GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); - int result; - try - { - result = gzread(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count); - if (result < 0) - throw new IOException(); - } - finally - { - h.Free(); - } - return result; - } - - /// - /// Attempts to read a single byte from the stream. - /// - /// The byte that was read, or -1 in case of error or End-Of-File - public override int ReadByte() - { - if (!CanRead) throw new NotSupportedException(); - if (_isDisposed) throw new ObjectDisposedException("GZipStream"); - return gzgetc(_gzFile); - } - - /// - /// Writes a number of bytes to the stream - /// - /// - /// - /// - /// If buffer is null - /// If count or offset are negative - /// If offset + count is > buffer.Length - /// If this stream is not writeable. - /// If this stream has been disposed. - public override void Write(byte[] buffer, int offset, int count) - { - if (!CanWrite) throw new NotSupportedException(); - if (buffer == null) throw new ArgumentNullException(); - if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); - if ((offset+count) > buffer.Length) throw new ArgumentException(); - if (_isDisposed) throw new ObjectDisposedException("GZipStream"); - - GCHandle h = GCHandle.Alloc(buffer, GCHandleType.Pinned); - try - { - int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count); - if (result < 0) - throw new IOException(); - } - finally - { - h.Free(); - } - } - - /// - /// Writes a single byte to the stream - /// - /// The byte to add to the stream. - /// If this stream is not writeable. - /// If this stream has been disposed. - public override void WriteByte(byte value) - { - if (!CanWrite) throw new NotSupportedException(); - if (_isDisposed) throw new ObjectDisposedException("GZipStream"); - - int result = gzputc(_gzFile, (int)value); - if (result < 0) - throw new IOException(); - } - #endregion - - #region Position & length stuff - /// - /// Not supported. - /// - /// - /// Always thrown - public override void SetLength(long value) - { - throw new NotSupportedException(); - } - - /// - /// Not supported. - /// - /// - /// - /// - /// Always thrown - public override long Seek(long offset, SeekOrigin origin) - { - throw new NotSupportedException(); - } - - /// - /// Flushes the GZipStream. - /// - /// In this implementation, this method does nothing. This is because excessive - /// flushing may degrade the achievable compression rates. - public override void Flush() - { - // left empty on purpose - } - - /// - /// Gets/sets the current position in the GZipStream. Not supported. - /// - /// In this implementation this property is not supported - /// Always thrown - public override long Position - { - get - { - throw new NotSupportedException(); - } - set - { - throw new NotSupportedException(); - } - } - - /// - /// Gets the size of the stream. Not supported. - /// - /// In this implementation this property is not supported - /// Always thrown - public override long Length - { - get - { - throw new NotSupportedException(); - } - } - #endregion - } -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Inflater.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Inflater.cs deleted file mode 100644 index d295f26..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/Inflater.cs +++ /dev/null @@ -1,105 +0,0 @@ -// -// Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.Diagnostics; -using System.Runtime.InteropServices; - -namespace DotZLib -{ - - /// - /// Implements a data decompressor, using the inflate algorithm in the ZLib dll - /// - public class Inflater : CodecBase - { - #region Dll imports - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)] - private static extern int inflateInit_(ref ZStream sz, string vs, int size); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int inflate(ref ZStream sz, int flush); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int inflateReset(ref ZStream sz); - - [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] - private static extern int inflateEnd(ref ZStream sz); - #endregion - - /// - /// Constructs an new instance of the Inflater - /// - public Inflater() : base() - { - int retval = inflateInit_(ref _ztream, Info.Version, Marshal.SizeOf(_ztream)); - if (retval != 0) - throw new ZLibException(retval, "Could not initialize inflater"); - - resetOutput(); - } - - - /// - /// Adds more data to the codec to be processed. - /// - /// Byte array containing the data to be added to the codec - /// The index of the first byte to add from data - /// The number of bytes to add - /// Adding data may, or may not, raise the DataAvailable event - public override void Add(byte[] data, int offset, int count) - { - if (data == null) throw new ArgumentNullException(); - if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); - if ((offset+count) > data.Length) throw new ArgumentException(); - - int total = count; - int inputIndex = offset; - int err = 0; - - while (err >= 0 && inputIndex < total) - { - copyInput(data, inputIndex, Math.Min(total - inputIndex, kBufferSize)); - err = inflate(ref _ztream, (int)FlushTypes.None); - if (err == 0) - while (_ztream.avail_out == 0) - { - OnDataAvailable(); - err = inflate(ref _ztream, (int)FlushTypes.None); - } - - inputIndex += (int)_ztream.total_in; - } - setChecksum( _ztream.adler ); - } - - - /// - /// Finishes up any pending data that needs to be processed and handled. - /// - public override void Finish() - { - int err; - do - { - err = inflate(ref _ztream, (int)FlushTypes.Finish); - OnDataAvailable(); - } - while (err == 0); - setChecksum( _ztream.adler ); - inflateReset(ref _ztream); - resetOutput(); - } - - /// - /// Closes the internal zlib inflate stream - /// - protected override void CleanUp() { inflateEnd(ref _ztream); } - - - } -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/UnitTests.cs b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/UnitTests.cs deleted file mode 100644 index d81554b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/DotZLib/UnitTests.cs +++ /dev/null @@ -1,274 +0,0 @@ -// -// © Copyright Henrik Ravn 2004 -// -// Use, modification and distribution are subject to the Boost Software License, Version 1.0. -// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// - -using System; -using System.Collections; -using System.IO; - -// uncomment the define below to include unit tests -//#define nunit -#if nunit -using NUnit.Framework; - -// Unit tests for the DotZLib class library -// ---------------------------------------- -// -// Use this with NUnit 2 from http://www.nunit.org -// - -namespace DotZLibTests -{ - using DotZLib; - - // helper methods - internal class Utils - { - public static bool byteArrEqual( byte[] lhs, byte[] rhs ) - { - if (lhs.Length != rhs.Length) - return false; - for (int i = lhs.Length-1; i >= 0; --i) - if (lhs[i] != rhs[i]) - return false; - return true; - } - - } - - - [TestFixture] - public class CircBufferTests - { - #region Circular buffer tests - [Test] - public void SinglePutGet() - { - CircularBuffer buf = new CircularBuffer(10); - Assert.AreEqual( 0, buf.Size ); - Assert.AreEqual( -1, buf.Get() ); - - Assert.IsTrue(buf.Put( 1 )); - Assert.AreEqual( 1, buf.Size ); - Assert.AreEqual( 1, buf.Get() ); - Assert.AreEqual( 0, buf.Size ); - Assert.AreEqual( -1, buf.Get() ); - } - - [Test] - public void BlockPutGet() - { - CircularBuffer buf = new CircularBuffer(10); - byte[] arr = {1,2,3,4,5,6,7,8,9,10}; - Assert.AreEqual( 10, buf.Put(arr,0,10) ); - Assert.AreEqual( 10, buf.Size ); - Assert.IsFalse( buf.Put(11) ); - Assert.AreEqual( 1, buf.Get() ); - Assert.IsTrue( buf.Put(11) ); - - byte[] arr2 = (byte[])arr.Clone(); - Assert.AreEqual( 9, buf.Get(arr2,1,9) ); - Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); - } - - #endregion - } - - [TestFixture] - public class ChecksumTests - { - #region CRC32 Tests - [Test] - public void CRC32_Null() - { - CRC32Checksum crc32 = new CRC32Checksum(); - Assert.AreEqual( 0, crc32.Value ); - - crc32 = new CRC32Checksum(1); - Assert.AreEqual( 1, crc32.Value ); - - crc32 = new CRC32Checksum(556); - Assert.AreEqual( 556, crc32.Value ); - } - - [Test] - public void CRC32_Data() - { - CRC32Checksum crc32 = new CRC32Checksum(); - byte[] data = { 1,2,3,4,5,6,7 }; - crc32.Update(data); - Assert.AreEqual( 0x70e46888, crc32.Value ); - - crc32 = new CRC32Checksum(); - crc32.Update("penguin"); - Assert.AreEqual( 0x0e5c1a120, crc32.Value ); - - crc32 = new CRC32Checksum(1); - crc32.Update("penguin"); - Assert.AreEqual(0x43b6aa94, crc32.Value); - - } - #endregion - - #region Adler tests - - [Test] - public void Adler_Null() - { - AdlerChecksum adler = new AdlerChecksum(); - Assert.AreEqual(0, adler.Value); - - adler = new AdlerChecksum(1); - Assert.AreEqual( 1, adler.Value ); - - adler = new AdlerChecksum(556); - Assert.AreEqual( 556, adler.Value ); - } - - [Test] - public void Adler_Data() - { - AdlerChecksum adler = new AdlerChecksum(1); - byte[] data = { 1,2,3,4,5,6,7 }; - adler.Update(data); - Assert.AreEqual( 0x5b001d, adler.Value ); - - adler = new AdlerChecksum(); - adler.Update("penguin"); - Assert.AreEqual(0x0bcf02f6, adler.Value ); - - adler = new AdlerChecksum(1); - adler.Update("penguin"); - Assert.AreEqual(0x0bd602f7, adler.Value); - - } - #endregion - } - - [TestFixture] - public class InfoTests - { - #region Info tests - [Test] - public void Info_Version() - { - Info info = new Info(); - Assert.AreEqual("1.3.1", Info.Version); - Assert.AreEqual(32, info.SizeOfUInt); - Assert.AreEqual(32, info.SizeOfULong); - Assert.AreEqual(32, info.SizeOfPointer); - Assert.AreEqual(32, info.SizeOfOffset); - } - #endregion - } - - [TestFixture] - public class DeflateInflateTests - { - #region Deflate tests - [Test] - public void Deflate_Init() - { - using (Deflater def = new Deflater(CompressLevel.Default)) - { - } - } - - private ArrayList compressedData = new ArrayList(); - private uint adler1; - - private ArrayList uncompressedData = new ArrayList(); - private uint adler2; - - public void CDataAvail(byte[] data, int startIndex, int count) - { - for (int i = 0; i < count; ++i) - compressedData.Add(data[i+startIndex]); - } - - [Test] - public void Deflate_Compress() - { - compressedData.Clear(); - - byte[] testData = new byte[35000]; - for (int i = 0; i < testData.Length; ++i) - testData[i] = 5; - - using (Deflater def = new Deflater((CompressLevel)5)) - { - def.DataAvailable += new DataAvailableHandler(CDataAvail); - def.Add(testData); - def.Finish(); - adler1 = def.Checksum; - } - } - #endregion - - #region Inflate tests - [Test] - public void Inflate_Init() - { - using (Inflater inf = new Inflater()) - { - } - } - - private void DDataAvail(byte[] data, int startIndex, int count) - { - for (int i = 0; i < count; ++i) - uncompressedData.Add(data[i+startIndex]); - } - - [Test] - public void Inflate_Expand() - { - uncompressedData.Clear(); - - using (Inflater inf = new Inflater()) - { - inf.DataAvailable += new DataAvailableHandler(DDataAvail); - inf.Add((byte[])compressedData.ToArray(typeof(byte))); - inf.Finish(); - adler2 = inf.Checksum; - } - Assert.AreEqual( adler1, adler2 ); - } - #endregion - } - - [TestFixture] - public class GZipStreamTests - { - #region GZipStream test - [Test] - public void GZipStream_WriteRead() - { - using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best)) - { - BinaryWriter writer = new BinaryWriter(gzOut); - writer.Write("hi there"); - writer.Write(Math.PI); - writer.Write(42); - } - - using (GZipStream gzIn = new GZipStream("gzstream.gz")) - { - BinaryReader reader = new BinaryReader(gzIn); - string s = reader.ReadString(); - Assert.AreEqual("hi there",s); - double d = reader.ReadDouble(); - Assert.AreEqual(Math.PI, d); - int i = reader.ReadInt32(); - Assert.AreEqual(42,i); - } - - } - #endregion - } -} - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/LICENSE_1_0.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/LICENSE_1_0.txt deleted file mode 100644 index 127a5bc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/LICENSE_1_0.txt +++ /dev/null @@ -1,23 +0,0 @@ -Boost Software License - Version 1.0 - August 17th, 2003 - -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: - -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/readme.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/readme.txt deleted file mode 100644 index 9675f41..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/dotzlib/readme.txt +++ /dev/null @@ -1,58 +0,0 @@ -This directory contains a .Net wrapper class library for the ZLib1.dll - -The wrapper includes support for inflating/deflating memory buffers, -.Net streaming wrappers for the gz streams part of zlib, and wrappers -for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples. - -Directory structure: --------------------- - -LICENSE_1_0.txt - License file. -readme.txt - This file. -DotZLib.chm - Class library documentation -DotZLib.build - NAnt build file -DotZLib.sln - Microsoft Visual Studio 2003 solution file - -DotZLib\*.cs - Source files for the class library - -Unit tests: ------------ -The file DotZLib/UnitTests.cs contains unit tests for use with NUnit 2.1 or higher. -To include unit tests in the build, define nunit before building. - - -Build instructions: -------------------- - -1. Using Visual Studio.Net 2003: - Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll) - will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on - you are building the release or debug version of the library. Check - DotZLib/UnitTests.cs for instructions on how to include unit tests in the - build. - -2. Using NAnt: - Open a command prompt with access to the build environment and run nant - in the same directory as the DotZLib.build file. - You can define 2 properties on the nant command-line to control the build: - debug={true|false} to toggle between release/debug builds (default=true). - nunit={true|false} to include or exclude unit tests (default=true). - Also the target clean will remove binaries. - Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release - or ./DotZLib/bin/debug, depending on whether you are building the release - or debug version of the library. - - Examples: - nant -D:debug=false -D:nunit=false - will build a release mode version of the library without unit tests. - nant - will build a debug version of the library with unit tests - nant clean - will remove all previously built files. - - ---------------------------------- -Copyright (c) Henrik Ravn 2004 - -Use, modification and distribution are subject to the Boost Software License, Version 1.0. -(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/gcc_gvmat64/gvmat64.S b/proj-web/thirdparty/zlib-1.3.1/contrib/gcc_gvmat64/gvmat64.S deleted file mode 100644 index 23309fa..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/gcc_gvmat64/gvmat64.S +++ /dev/null @@ -1,574 +0,0 @@ -/* -;uInt longest_match_x64( -; deflate_state *s, -; IPos cur_match); // current match - -; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64 -; (AMD64 on Athlon 64, Opteron, Phenom -; and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7) -; this file is translation from gvmat64.asm to GCC 4.x (for Linux, Mac XCode) -; Copyright (C) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant. -; -; File written by Gilles Vollant, by converting to assembly the longest_match -; from Jean-loup Gailly in deflate.c of zLib and infoZip zip. -; and by taking inspiration on asm686 with masm, optimised assembly code -; from Brian Raiter, written 1998 -; -; This software is provided 'as-is', without any express or implied -; warranty. In no event will the authors be held liable for any damages -; arising from the use of this software. -; -; Permission is granted to anyone to use this software for any purpose, -; including commercial applications, and to alter it and redistribute it -; freely, subject to the following restrictions: -; -; 1. The origin of this software must not be misrepresented; you must not -; claim that you wrote the original software. If you use this software -; in a product, an acknowledgment in the product documentation would be -; appreciated but is not required. -; 2. Altered source versions must be plainly marked as such, and must not be -; misrepresented as being the original software -; 3. This notice may not be removed or altered from any source distribution. -; -; http://www.zlib.net -; http://www.winimage.com/zLibDll -; http://www.muppetlabs.com/~breadbox/software/assembly.html -; -; to compile this file for zLib, I use option: -; gcc -c -arch x86_64 gvmat64.S - - -;uInt longest_match(s, cur_match) -; deflate_state *s; -; IPos cur_match; // current match / -; -; with XCode for Mac, I had strange error with some jump on intel syntax -; this is why BEFORE_JMP and AFTER_JMP are used - */ - - -#define BEFORE_JMP .att_syntax -#define AFTER_JMP .intel_syntax noprefix - -#ifndef NO_UNDERLINE -# define match_init _match_init -# define longest_match _longest_match -#endif - -.intel_syntax noprefix - -.globl match_init, longest_match -.text -longest_match: - - - -#define LocalVarsSize 96 -/* -; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12 -; free register : r14,r15 -; register can be saved : rsp -*/ - -#define chainlenwmask (rsp + 8 - LocalVarsSize) -#define nicematch (rsp + 16 - LocalVarsSize) - -#define save_rdi (rsp + 24 - LocalVarsSize) -#define save_rsi (rsp + 32 - LocalVarsSize) -#define save_rbx (rsp + 40 - LocalVarsSize) -#define save_rbp (rsp + 48 - LocalVarsSize) -#define save_r12 (rsp + 56 - LocalVarsSize) -#define save_r13 (rsp + 64 - LocalVarsSize) -#define save_r14 (rsp + 72 - LocalVarsSize) -#define save_r15 (rsp + 80 - LocalVarsSize) - - -/* -; all the +4 offsets are due to the addition of pending_buf_size (in zlib -; in the deflate_state structure since the asm code was first written -; (if you compile with zlib 1.0.4 or older, remove the +4). -; Note : these value are good with a 8 bytes boundary pack structure -*/ - -#define MAX_MATCH 258 -#define MIN_MATCH 3 -#define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) - -/* -;;; Offsets for fields in the deflate_state structure. These numbers -;;; are calculated from the definition of deflate_state, with the -;;; assumption that the compiler will dword-align the fields. (Thus, -;;; changing the definition of deflate_state could easily cause this -;;; program to crash horribly, without so much as a warning at -;;; compile time. Sigh.) - -; all the +zlib1222add offsets are due to the addition of fields -; in zlib in the deflate_state structure since the asm code was first written -; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)"). -; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0"). -; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8"). -*/ - - - -/* you can check the structure offset by running - -#include -#include -#include "deflate.h" - -void print_depl() -{ -deflate_state ds; -deflate_state *s=&ds; -printf("size pointer=%u\n",(int)sizeof(void*)); - -printf("#define dsWSize %u\n",(int)(((char*)&(s->w_size))-((char*)s))); -printf("#define dsWMask %u\n",(int)(((char*)&(s->w_mask))-((char*)s))); -printf("#define dsWindow %u\n",(int)(((char*)&(s->window))-((char*)s))); -printf("#define dsPrev %u\n",(int)(((char*)&(s->prev))-((char*)s))); -printf("#define dsMatchLen %u\n",(int)(((char*)&(s->match_length))-((char*)s))); -printf("#define dsPrevMatch %u\n",(int)(((char*)&(s->prev_match))-((char*)s))); -printf("#define dsStrStart %u\n",(int)(((char*)&(s->strstart))-((char*)s))); -printf("#define dsMatchStart %u\n",(int)(((char*)&(s->match_start))-((char*)s))); -printf("#define dsLookahead %u\n",(int)(((char*)&(s->lookahead))-((char*)s))); -printf("#define dsPrevLen %u\n",(int)(((char*)&(s->prev_length))-((char*)s))); -printf("#define dsMaxChainLen %u\n",(int)(((char*)&(s->max_chain_length))-((char*)s))); -printf("#define dsGoodMatch %u\n",(int)(((char*)&(s->good_match))-((char*)s))); -printf("#define dsNiceMatch %u\n",(int)(((char*)&(s->nice_match))-((char*)s))); -} -*/ - -#define dsWSize 68 -#define dsWMask 76 -#define dsWindow 80 -#define dsPrev 96 -#define dsMatchLen 144 -#define dsPrevMatch 148 -#define dsStrStart 156 -#define dsMatchStart 160 -#define dsLookahead 164 -#define dsPrevLen 168 -#define dsMaxChainLen 172 -#define dsGoodMatch 188 -#define dsNiceMatch 192 - -#define window_size [ rcx + dsWSize] -#define WMask [ rcx + dsWMask] -#define window_ad [ rcx + dsWindow] -#define prev_ad [ rcx + dsPrev] -#define strstart [ rcx + dsStrStart] -#define match_start [ rcx + dsMatchStart] -#define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip -#define prev_length [ rcx + dsPrevLen] -#define max_chain_length [ rcx + dsMaxChainLen] -#define good_match [ rcx + dsGoodMatch] -#define nice_match [ rcx + dsNiceMatch] - -/* -; windows: -; parameter 1 in rcx(deflate state s), param 2 in rdx (cur match) - -; see http://weblogs.asp.net/oldnewthing/archive/2004/01/14/58579.aspx and -; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp -; -; All registers must be preserved across the call, except for -; rax, rcx, rdx, r8, r9, r10, and r11, which are scratch. - -; -; gcc on macosx-linux: -; see http://www.x86-64.org/documentation/abi-0.99.pdf -; param 1 in rdi, param 2 in rsi -; rbx, rsp, rbp, r12 to r15 must be preserved - -;;; Save registers that the compiler may be using, and adjust esp to -;;; make room for our stack frame. - - -;;; Retrieve the function arguments. r8d will hold cur_match -;;; throughout the entire function. edx will hold the pointer to the -;;; deflate_state structure during the function's setup (before -;;; entering the main loop. - -; ms: parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match) -; mac: param 1 in rdi, param 2 rsi -; this clear high 32 bits of r8, which can be garbage in both r8 and rdx -*/ - mov [save_rbx],rbx - mov [save_rbp],rbp - - - mov rcx,rdi - - mov r8d,esi - - - mov [save_r12],r12 - mov [save_r13],r13 - mov [save_r14],r14 - mov [save_r15],r15 - - -//;;; uInt wmask = s->w_mask; -//;;; unsigned chain_length = s->max_chain_length; -//;;; if (s->prev_length >= s->good_match) { -//;;; chain_length >>= 2; -//;;; } - - - mov edi, prev_length - mov esi, good_match - mov eax, WMask - mov ebx, max_chain_length - cmp edi, esi - jl LastMatchGood - shr ebx, 2 -LastMatchGood: - -//;;; chainlen is decremented once beforehand so that the function can -//;;; use the sign flag instead of the zero flag for the exit test. -//;;; It is then shifted into the high word, to make room for the wmask -//;;; value, which it will always accompany. - - dec ebx - shl ebx, 16 - or ebx, eax - -//;;; on zlib only -//;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; - - - - mov eax, nice_match - mov [chainlenwmask], ebx - mov r10d, Lookahead - cmp r10d, eax - cmovnl r10d, eax - mov [nicematch],r10d - - - -//;;; register Bytef *scan = s->window + s->strstart; - mov r10, window_ad - mov ebp, strstart - lea r13, [r10 + rbp] - -//;;; Determine how many bytes the scan ptr is off from being -//;;; dword-aligned. - - mov r9,r13 - neg r13 - and r13,3 - -//;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ? -//;;; s->strstart - (IPos)MAX_DIST(s) : NIL; - - - mov eax, window_size - sub eax, MIN_LOOKAHEAD - - - xor edi,edi - sub ebp, eax - - mov r11d, prev_length - - cmovng ebp,edi - -//;;; int best_len = s->prev_length; - - -//;;; Store the sum of s->window + best_len in esi locally, and in esi. - - lea rsi,[r10+r11] - -//;;; register ush scan_start = *(ushf*)scan; -//;;; register ush scan_end = *(ushf*)(scan+best_len-1); -//;;; Posf *prev = s->prev; - - movzx r12d,word ptr [r9] - movzx ebx, word ptr [r9 + r11 - 1] - - mov rdi, prev_ad - -//;;; Jump into the main loop. - - mov edx, [chainlenwmask] - - cmp bx,word ptr [rsi + r8 - 1] - jz LookupLoopIsZero - - - -LookupLoop1: - and r8d, edx - - movzx r8d, word ptr [rdi + r8*2] - cmp r8d, ebp - jbe LeaveNow - - - - sub edx, 0x00010000 - BEFORE_JMP - js LeaveNow - AFTER_JMP - -LoopEntry1: - cmp bx,word ptr [rsi + r8 - 1] - BEFORE_JMP - jz LookupLoopIsZero - AFTER_JMP - -LookupLoop2: - and r8d, edx - - movzx r8d, word ptr [rdi + r8*2] - cmp r8d, ebp - BEFORE_JMP - jbe LeaveNow - AFTER_JMP - sub edx, 0x00010000 - BEFORE_JMP - js LeaveNow - AFTER_JMP - -LoopEntry2: - cmp bx,word ptr [rsi + r8 - 1] - BEFORE_JMP - jz LookupLoopIsZero - AFTER_JMP - -LookupLoop4: - and r8d, edx - - movzx r8d, word ptr [rdi + r8*2] - cmp r8d, ebp - BEFORE_JMP - jbe LeaveNow - AFTER_JMP - sub edx, 0x00010000 - BEFORE_JMP - js LeaveNow - AFTER_JMP - -LoopEntry4: - - cmp bx,word ptr [rsi + r8 - 1] - BEFORE_JMP - jnz LookupLoop1 - jmp LookupLoopIsZero - AFTER_JMP -/* -;;; do { -;;; match = s->window + cur_match; -;;; if (*(ushf*)(match+best_len-1) != scan_end || -;;; *(ushf*)match != scan_start) continue; -;;; [...] -;;; } while ((cur_match = prev[cur_match & wmask]) > limit -;;; && --chain_length != 0); -;;; -;;; Here is the inner loop of the function. The function will spend the -;;; majority of its time in this loop, and majority of that time will -;;; be spent in the first ten instructions. -;;; -;;; Within this loop: -;;; ebx = scanend -;;; r8d = curmatch -;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask) -;;; esi = windowbestlen - i.e., (window + bestlen) -;;; edi = prev -;;; ebp = limit -*/ -.balign 16 -LookupLoop: - and r8d, edx - - movzx r8d, word ptr [rdi + r8*2] - cmp r8d, ebp - BEFORE_JMP - jbe LeaveNow - AFTER_JMP - sub edx, 0x00010000 - BEFORE_JMP - js LeaveNow - AFTER_JMP - -LoopEntry: - - cmp bx,word ptr [rsi + r8 - 1] - BEFORE_JMP - jnz LookupLoop1 - AFTER_JMP -LookupLoopIsZero: - cmp r12w, word ptr [r10 + r8] - BEFORE_JMP - jnz LookupLoop1 - AFTER_JMP - - -//;;; Store the current value of chainlen. - mov [chainlenwmask], edx -/* -;;; Point edi to the string under scrutiny, and esi to the string we -;;; are hoping to match it up with. In actuality, esi and edi are -;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is -;;; initialized to -(MAX_MATCH_8 - scanalign). -*/ - lea rsi,[r8+r10] - mov rdx, 0xfffffffffffffef8 //; -(MAX_MATCH_8) - lea rsi, [rsi + r13 + 0x0108] //;MAX_MATCH_8] - lea rdi, [r9 + r13 + 0x0108] //;MAX_MATCH_8] - - prefetcht1 [rsi+rdx] - prefetcht1 [rdi+rdx] - -/* -;;; Test the strings for equality, 8 bytes at a time. At the end, -;;; adjust rdx so that it is offset to the exact byte that mismatched. -;;; -;;; We already know at this point that the first three bytes of the -;;; strings match each other, and they can be safely passed over before -;;; starting the compare loop. So what this code does is skip over 0-3 -;;; bytes, as much as necessary in order to dword-align the edi -;;; pointer. (rsi will still be misaligned three times out of four.) -;;; -;;; It should be confessed that this loop usually does not represent -;;; much of the total running time. Replacing it with a more -;;; straightforward "rep cmpsb" would not drastically degrade -;;; performance. -*/ - -LoopCmps: - mov rax, [rsi + rdx] - xor rax, [rdi + rdx] - jnz LeaveLoopCmps - - mov rax, [rsi + rdx + 8] - xor rax, [rdi + rdx + 8] - jnz LeaveLoopCmps8 - - - mov rax, [rsi + rdx + 8+8] - xor rax, [rdi + rdx + 8+8] - jnz LeaveLoopCmps16 - - add rdx,8+8+8 - - BEFORE_JMP - jnz LoopCmps - jmp LenMaximum - AFTER_JMP - -LeaveLoopCmps16: add rdx,8 -LeaveLoopCmps8: add rdx,8 -LeaveLoopCmps: - - test eax, 0x0000FFFF - jnz LenLower - - test eax,0xffffffff - - jnz LenLower32 - - add rdx,4 - shr rax,32 - or ax,ax - BEFORE_JMP - jnz LenLower - AFTER_JMP - -LenLower32: - shr eax,16 - add rdx,2 - -LenLower: - sub al, 1 - adc rdx, 0 -//;;; Calculate the length of the match. If it is longer than MAX_MATCH, -//;;; then automatically accept it as the best possible match and leave. - - lea rax, [rdi + rdx] - sub rax, r9 - cmp eax, MAX_MATCH - BEFORE_JMP - jge LenMaximum - AFTER_JMP -/* -;;; If the length of the match is not longer than the best match we -;;; have so far, then forget it and return to the lookup loop. -;/////////////////////////////////// -*/ - cmp eax, r11d - jg LongerMatch - - lea rsi,[r10+r11] - - mov rdi, prev_ad - mov edx, [chainlenwmask] - BEFORE_JMP - jmp LookupLoop - AFTER_JMP -/* -;;; s->match_start = cur_match; -;;; best_len = len; -;;; if (len >= nice_match) break; -;;; scan_end = *(ushf*)(scan+best_len-1); -*/ -LongerMatch: - mov r11d, eax - mov match_start, r8d - cmp eax, [nicematch] - BEFORE_JMP - jge LeaveNow - AFTER_JMP - - lea rsi,[r10+rax] - - movzx ebx, word ptr [r9 + rax - 1] - mov rdi, prev_ad - mov edx, [chainlenwmask] - BEFORE_JMP - jmp LookupLoop - AFTER_JMP - -//;;; Accept the current string, with the maximum possible length. - -LenMaximum: - mov r11d,MAX_MATCH - mov match_start, r8d - -//;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len; -//;;; return s->lookahead; - -LeaveNow: - mov eax, Lookahead - cmp r11d, eax - cmovng eax, r11d - - - -//;;; Restore the stack and return from whence we came. - - -// mov rsi,[save_rsi] -// mov rdi,[save_rdi] - mov rbx,[save_rbx] - mov rbp,[save_rbp] - mov r12,[save_r12] - mov r13,[save_r13] - mov r14,[save_r14] - mov r15,[save_r15] - - - ret 0 -//; please don't remove this string ! -//; Your can freely use gvmat64 in any free or commercial app -//; but it is far better don't remove the string in the binary! - // db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0 - - -match_init: - ret 0 - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/README b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/README deleted file mode 100644 index e75ed13..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/README +++ /dev/null @@ -1 +0,0 @@ -See infback9.h for what this is and how to use it. diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.c b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.c deleted file mode 100644 index 742a392..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.c +++ /dev/null @@ -1,603 +0,0 @@ -/* infback9.c -- inflate deflate64 data using a call-back interface - * Copyright (C) 1995-2008 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "zutil.h" -#include "infback9.h" -#include "inftree9.h" -#include "inflate9.h" - -#define WSIZE 65536UL - -/* - strm provides memory allocation functions in zalloc and zfree, or - Z_NULL to use the library memory allocation functions. - - window is a user-supplied window and output buffer that is 64K bytes. - */ -int ZEXPORT inflateBack9Init_(z_stream FAR *strm, unsigned char FAR *window, - const char *version, int stream_size) { - struct inflate_state FAR *state; - - if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || - stream_size != (int)(sizeof(z_stream))) - return Z_VERSION_ERROR; - if (strm == Z_NULL || window == Z_NULL) - return Z_STREAM_ERROR; - strm->msg = Z_NULL; /* in case we return an error */ - if (strm->zalloc == (alloc_func)0) { - strm->zalloc = zcalloc; - strm->opaque = (voidpf)0; - } - if (strm->zfree == (free_func)0) strm->zfree = zcfree; - state = (struct inflate_state FAR *)ZALLOC(strm, 1, - sizeof(struct inflate_state)); - if (state == Z_NULL) return Z_MEM_ERROR; - Tracev((stderr, "inflate: allocated\n")); - strm->state = (voidpf)state; - state->window = window; - return Z_OK; -} - -/* - Build and output length and distance decoding tables for fixed code - decoding. - */ -#ifdef MAKEFIXED -#include - -void makefixed9(void) { - unsigned sym, bits, low, size; - code *next, *lenfix, *distfix; - struct inflate_state state; - code fixed[544]; - - /* literal/length table */ - sym = 0; - while (sym < 144) state.lens[sym++] = 8; - while (sym < 256) state.lens[sym++] = 9; - while (sym < 280) state.lens[sym++] = 7; - while (sym < 288) state.lens[sym++] = 8; - next = fixed; - lenfix = next; - bits = 9; - inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work); - - /* distance table */ - sym = 0; - while (sym < 32) state.lens[sym++] = 5; - distfix = next; - bits = 5; - inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work); - - /* write tables */ - puts(" /* inffix9.h -- table for decoding deflate64 fixed codes"); - puts(" * Generated automatically by makefixed9()."); - puts(" */"); - puts(""); - puts(" /* WARNING: this file should *not* be used by applications."); - puts(" It is part of the implementation of this library and is"); - puts(" subject to change. Applications should only use zlib.h."); - puts(" */"); - puts(""); - size = 1U << 9; - printf(" static const code lenfix[%u] = {", size); - low = 0; - for (;;) { - if ((low % 6) == 0) printf("\n "); - printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits, - lenfix[low].val); - if (++low == size) break; - putchar(','); - } - puts("\n };"); - size = 1U << 5; - printf("\n static const code distfix[%u] = {", size); - low = 0; - for (;;) { - if ((low % 5) == 0) printf("\n "); - printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits, - distfix[low].val); - if (++low == size) break; - putchar(','); - } - puts("\n };"); -} -#endif /* MAKEFIXED */ - -/* Macros for inflateBack(): */ - -/* Clear the input bit accumulator */ -#define INITBITS() \ - do { \ - hold = 0; \ - bits = 0; \ - } while (0) - -/* Assure that some input is available. If input is requested, but denied, - then return a Z_BUF_ERROR from inflateBack(). */ -#define PULL() \ - do { \ - if (have == 0) { \ - have = in(in_desc, &next); \ - if (have == 0) { \ - next = Z_NULL; \ - ret = Z_BUF_ERROR; \ - goto inf_leave; \ - } \ - } \ - } while (0) - -/* Get a byte of input into the bit accumulator, or return from inflateBack() - with an error if there is no input available. */ -#define PULLBYTE() \ - do { \ - PULL(); \ - have--; \ - hold += (unsigned long)(*next++) << bits; \ - bits += 8; \ - } while (0) - -/* Assure that there are at least n bits in the bit accumulator. If there is - not enough available input to do that, then return from inflateBack() with - an error. */ -#define NEEDBITS(n) \ - do { \ - while (bits < (unsigned)(n)) \ - PULLBYTE(); \ - } while (0) - -/* Return the low n bits of the bit accumulator (n <= 16) */ -#define BITS(n) \ - ((unsigned)hold & ((1U << (n)) - 1)) - -/* Remove n bits from the bit accumulator */ -#define DROPBITS(n) \ - do { \ - hold >>= (n); \ - bits -= (unsigned)(n); \ - } while (0) - -/* Remove zero to seven bits as needed to go to a byte boundary */ -#define BYTEBITS() \ - do { \ - hold >>= bits & 7; \ - bits -= bits & 7; \ - } while (0) - -/* Assure that some output space is available, by writing out the window - if it's full. If the write fails, return from inflateBack() with a - Z_BUF_ERROR. */ -#define ROOM() \ - do { \ - if (left == 0) { \ - put = window; \ - left = WSIZE; \ - wrap = 1; \ - if (out(out_desc, put, (unsigned)left)) { \ - ret = Z_BUF_ERROR; \ - goto inf_leave; \ - } \ - } \ - } while (0) - -/* - strm provides the memory allocation functions and window buffer on input, - and provides information on the unused input on return. For Z_DATA_ERROR - returns, strm will also provide an error message. - - in() and out() are the call-back input and output functions. When - inflateBack() needs more input, it calls in(). When inflateBack() has - filled the window with output, or when it completes with data in the - window, it calls out() to write out the data. The application must not - change the provided input until in() is called again or inflateBack() - returns. The application must not change the window/output buffer until - inflateBack() returns. - - in() and out() are called with a descriptor parameter provided in the - inflateBack() call. This parameter can be a structure that provides the - information required to do the read or write, as well as accumulated - information on the input and output such as totals and check values. - - in() should return zero on failure. out() should return non-zero on - failure. If either in() or out() fails, than inflateBack() returns a - Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it - was in() or out() that caused in the error. Otherwise, inflateBack() - returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format - error, or Z_MEM_ERROR if it could not allocate memory for the state. - inflateBack() can also return Z_STREAM_ERROR if the input parameters - are not correct, i.e. strm is Z_NULL or the state was not initialized. - */ -int ZEXPORT inflateBack9(z_stream FAR *strm, in_func in, void FAR *in_desc, - out_func out, void FAR *out_desc) { - struct inflate_state FAR *state; - z_const unsigned char FAR *next; /* next input */ - unsigned char FAR *put; /* next output */ - unsigned have; /* available input */ - unsigned long left; /* available output */ - inflate_mode mode; /* current inflate mode */ - int lastblock; /* true if processing last block */ - int wrap; /* true if the window has wrapped */ - unsigned char FAR *window; /* allocated sliding window, if needed */ - unsigned long hold; /* bit buffer */ - unsigned bits; /* bits in bit buffer */ - unsigned extra; /* extra bits needed */ - unsigned long length; /* literal or length of data to copy */ - unsigned long offset; /* distance back to copy string from */ - unsigned long copy; /* number of stored or match bytes to copy */ - unsigned char FAR *from; /* where to copy match bytes from */ - code const FAR *lencode; /* starting table for length/literal codes */ - code const FAR *distcode; /* starting table for distance codes */ - unsigned lenbits; /* index bits for lencode */ - unsigned distbits; /* index bits for distcode */ - code here; /* current decoding table entry */ - code last; /* parent table entry */ - unsigned len; /* length to copy for repeats, bits to drop */ - int ret; /* return code */ - static const unsigned short order[19] = /* permutation of code lengths */ - {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; -#include "inffix9.h" - - /* Check that the strm exists and that the state was initialized */ - if (strm == Z_NULL || strm->state == Z_NULL) - return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - - /* Reset the state */ - strm->msg = Z_NULL; - mode = TYPE; - lastblock = 0; - wrap = 0; - window = state->window; - next = strm->next_in; - have = next != Z_NULL ? strm->avail_in : 0; - hold = 0; - bits = 0; - put = window; - left = WSIZE; - lencode = Z_NULL; - distcode = Z_NULL; - - /* Inflate until end of block marked as last */ - for (;;) - switch (mode) { - case TYPE: - /* determine and dispatch block type */ - if (lastblock) { - BYTEBITS(); - mode = DONE; - break; - } - NEEDBITS(3); - lastblock = BITS(1); - DROPBITS(1); - switch (BITS(2)) { - case 0: /* stored block */ - Tracev((stderr, "inflate: stored block%s\n", - lastblock ? " (last)" : "")); - mode = STORED; - break; - case 1: /* fixed block */ - lencode = lenfix; - lenbits = 9; - distcode = distfix; - distbits = 5; - Tracev((stderr, "inflate: fixed codes block%s\n", - lastblock ? " (last)" : "")); - mode = LEN; /* decode codes */ - break; - case 2: /* dynamic block */ - Tracev((stderr, "inflate: dynamic codes block%s\n", - lastblock ? " (last)" : "")); - mode = TABLE; - break; - case 3: - strm->msg = (char *)"invalid block type"; - mode = BAD; - } - DROPBITS(2); - break; - - case STORED: - /* get and verify stored block length */ - BYTEBITS(); /* go to byte boundary */ - NEEDBITS(32); - if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { - strm->msg = (char *)"invalid stored block lengths"; - mode = BAD; - break; - } - length = (unsigned)hold & 0xffff; - Tracev((stderr, "inflate: stored length %lu\n", - length)); - INITBITS(); - - /* copy stored block from input to output */ - while (length != 0) { - copy = length; - PULL(); - ROOM(); - if (copy > have) copy = have; - if (copy > left) copy = left; - zmemcpy(put, next, copy); - have -= copy; - next += copy; - left -= copy; - put += copy; - length -= copy; - } - Tracev((stderr, "inflate: stored end\n")); - mode = TYPE; - break; - - case TABLE: - /* get dynamic table entries descriptor */ - NEEDBITS(14); - state->nlen = BITS(5) + 257; - DROPBITS(5); - state->ndist = BITS(5) + 1; - DROPBITS(5); - state->ncode = BITS(4) + 4; - DROPBITS(4); - if (state->nlen > 286) { - strm->msg = (char *)"too many length symbols"; - mode = BAD; - break; - } - Tracev((stderr, "inflate: table sizes ok\n")); - - /* get code length code lengths (not a typo) */ - state->have = 0; - while (state->have < state->ncode) { - NEEDBITS(3); - state->lens[order[state->have++]] = (unsigned short)BITS(3); - DROPBITS(3); - } - while (state->have < 19) - state->lens[order[state->have++]] = 0; - state->next = state->codes; - lencode = (code const FAR *)(state->next); - lenbits = 7; - ret = inflate_table9(CODES, state->lens, 19, &(state->next), - &(lenbits), state->work); - if (ret) { - strm->msg = (char *)"invalid code lengths set"; - mode = BAD; - break; - } - Tracev((stderr, "inflate: code lengths ok\n")); - - /* get length and distance code code lengths */ - state->have = 0; - while (state->have < state->nlen + state->ndist) { - for (;;) { - here = lencode[BITS(lenbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if (here.val < 16) { - NEEDBITS(here.bits); - DROPBITS(here.bits); - state->lens[state->have++] = here.val; - } - else { - if (here.val == 16) { - NEEDBITS(here.bits + 2); - DROPBITS(here.bits); - if (state->have == 0) { - strm->msg = (char *)"invalid bit length repeat"; - mode = BAD; - break; - } - len = (unsigned)(state->lens[state->have - 1]); - copy = 3 + BITS(2); - DROPBITS(2); - } - else if (here.val == 17) { - NEEDBITS(here.bits + 3); - DROPBITS(here.bits); - len = 0; - copy = 3 + BITS(3); - DROPBITS(3); - } - else { - NEEDBITS(here.bits + 7); - DROPBITS(here.bits); - len = 0; - copy = 11 + BITS(7); - DROPBITS(7); - } - if (state->have + copy > state->nlen + state->ndist) { - strm->msg = (char *)"invalid bit length repeat"; - mode = BAD; - break; - } - while (copy--) - state->lens[state->have++] = (unsigned short)len; - } - } - - /* handle error breaks in while */ - if (mode == BAD) break; - - /* check for end-of-block code (better have one) */ - if (state->lens[256] == 0) { - strm->msg = (char *)"invalid code -- missing end-of-block"; - mode = BAD; - break; - } - - /* build code tables -- note: do not change the lenbits or distbits - values here (9 and 6) without reading the comments in inftree9.h - concerning the ENOUGH constants, which depend on those values */ - state->next = state->codes; - lencode = (code const FAR *)(state->next); - lenbits = 9; - ret = inflate_table9(LENS, state->lens, state->nlen, - &(state->next), &(lenbits), state->work); - if (ret) { - strm->msg = (char *)"invalid literal/lengths set"; - mode = BAD; - break; - } - distcode = (code const FAR *)(state->next); - distbits = 6; - ret = inflate_table9(DISTS, state->lens + state->nlen, - state->ndist, &(state->next), &(distbits), - state->work); - if (ret) { - strm->msg = (char *)"invalid distances set"; - mode = BAD; - break; - } - Tracev((stderr, "inflate: codes ok\n")); - mode = LEN; - - case LEN: - /* get a literal, length, or end-of-block code */ - for (;;) { - here = lencode[BITS(lenbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if (here.op && (here.op & 0xf0) == 0) { - last = here; - for (;;) { - here = lencode[last.val + - (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + here.bits) <= bits) break; - PULLBYTE(); - } - DROPBITS(last.bits); - } - DROPBITS(here.bits); - length = (unsigned)here.val; - - /* process literal */ - if (here.op == 0) { - Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? - "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", here.val)); - ROOM(); - *put++ = (unsigned char)(length); - left--; - mode = LEN; - break; - } - - /* process end of block */ - if (here.op & 32) { - Tracevv((stderr, "inflate: end of block\n")); - mode = TYPE; - break; - } - - /* invalid code */ - if (here.op & 64) { - strm->msg = (char *)"invalid literal/length code"; - mode = BAD; - break; - } - - /* length code -- get extra bits, if any */ - extra = (unsigned)(here.op) & 31; - if (extra != 0) { - NEEDBITS(extra); - length += BITS(extra); - DROPBITS(extra); - } - Tracevv((stderr, "inflate: length %lu\n", length)); - - /* get distance code */ - for (;;) { - here = distcode[BITS(distbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if ((here.op & 0xf0) == 0) { - last = here; - for (;;) { - here = distcode[last.val + - (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + here.bits) <= bits) break; - PULLBYTE(); - } - DROPBITS(last.bits); - } - DROPBITS(here.bits); - if (here.op & 64) { - strm->msg = (char *)"invalid distance code"; - mode = BAD; - break; - } - offset = (unsigned)here.val; - - /* get distance extra bits, if any */ - extra = (unsigned)(here.op) & 15; - if (extra != 0) { - NEEDBITS(extra); - offset += BITS(extra); - DROPBITS(extra); - } - if (offset > WSIZE - (wrap ? 0: left)) { - strm->msg = (char *)"invalid distance too far back"; - mode = BAD; - break; - } - Tracevv((stderr, "inflate: distance %lu\n", offset)); - - /* copy match from window to output */ - do { - ROOM(); - copy = WSIZE - offset; - if (copy < left) { - from = put + copy; - copy = left - copy; - } - else { - from = put - offset; - copy = left; - } - if (copy > length) copy = length; - length -= copy; - left -= copy; - do { - *put++ = *from++; - } while (--copy); - } while (length != 0); - break; - - case DONE: - /* inflate stream terminated properly -- write leftover output */ - ret = Z_STREAM_END; - if (left < WSIZE) { - if (out(out_desc, window, (unsigned)(WSIZE - left))) - ret = Z_BUF_ERROR; - } - goto inf_leave; - - case BAD: - ret = Z_DATA_ERROR; - goto inf_leave; - - default: /* can't happen, but makes compilers happy */ - ret = Z_STREAM_ERROR; - goto inf_leave; - } - - /* Return unused input */ - inf_leave: - strm->next_in = next; - strm->avail_in = have; - return ret; -} - -int ZEXPORT inflateBack9End(z_stream FAR *strm) { - if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) - return Z_STREAM_ERROR; - ZFREE(strm, strm->state); - strm->state = Z_NULL; - Tracev((stderr, "inflate: end\n")); - return Z_OK; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.h b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.h deleted file mode 100644 index 8371b4e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/infback9.h +++ /dev/null @@ -1,37 +0,0 @@ -/* infback9.h -- header for using inflateBack9 functions - * Copyright (C) 2003 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* - * This header file and associated patches provide a decoder for PKWare's - * undocumented deflate64 compression method (method 9). Use with infback9.c, - * inftree9.h, inftree9.c, and inffix9.h. These patches are not supported. - * This should be compiled with zlib, since it uses zutil.h and zutil.o. - * This code has not yet been tested on 16-bit architectures. See the - * comments in zlib.h for inflateBack() usage. These functions are used - * identically, except that there is no windowBits parameter, and a 64K - * window must be provided. Also if int's are 16 bits, then a zero for - * the third parameter of the "out" function actually means 65536UL. - * zlib.h must be included before this header file. - */ - -#ifdef __cplusplus -extern "C" { -#endif - -ZEXTERN int ZEXPORT inflateBack9(z_stream FAR *strm, - in_func in, void FAR *in_desc, - out_func out, void FAR *out_desc); -ZEXTERN int ZEXPORT inflateBack9End(z_stream FAR *strm); -ZEXTERN int ZEXPORT inflateBack9Init_(z_stream FAR *strm, - unsigned char FAR *window, - const char *version, - int stream_size); -#define inflateBack9Init(strm, window) \ - inflateBack9Init_((strm), (window), \ - ZLIB_VERSION, sizeof(z_stream)) - -#ifdef __cplusplus -} -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inffix9.h b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inffix9.h deleted file mode 100644 index ee5671d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inffix9.h +++ /dev/null @@ -1,107 +0,0 @@ - /* inffix9.h -- table for decoding deflate64 fixed codes - * Generated automatically by makefixed9(). - */ - - /* WARNING: this file should *not* be used by applications. - It is part of the implementation of this library and is - subject to change. Applications should only use zlib.h. - */ - - static const code lenfix[512] = { - {96,7,0},{0,8,80},{0,8,16},{132,8,115},{130,7,31},{0,8,112}, - {0,8,48},{0,9,192},{128,7,10},{0,8,96},{0,8,32},{0,9,160}, - {0,8,0},{0,8,128},{0,8,64},{0,9,224},{128,7,6},{0,8,88}, - {0,8,24},{0,9,144},{131,7,59},{0,8,120},{0,8,56},{0,9,208}, - {129,7,17},{0,8,104},{0,8,40},{0,9,176},{0,8,8},{0,8,136}, - {0,8,72},{0,9,240},{128,7,4},{0,8,84},{0,8,20},{133,8,227}, - {131,7,43},{0,8,116},{0,8,52},{0,9,200},{129,7,13},{0,8,100}, - {0,8,36},{0,9,168},{0,8,4},{0,8,132},{0,8,68},{0,9,232}, - {128,7,8},{0,8,92},{0,8,28},{0,9,152},{132,7,83},{0,8,124}, - {0,8,60},{0,9,216},{130,7,23},{0,8,108},{0,8,44},{0,9,184}, - {0,8,12},{0,8,140},{0,8,76},{0,9,248},{128,7,3},{0,8,82}, - {0,8,18},{133,8,163},{131,7,35},{0,8,114},{0,8,50},{0,9,196}, - {129,7,11},{0,8,98},{0,8,34},{0,9,164},{0,8,2},{0,8,130}, - {0,8,66},{0,9,228},{128,7,7},{0,8,90},{0,8,26},{0,9,148}, - {132,7,67},{0,8,122},{0,8,58},{0,9,212},{130,7,19},{0,8,106}, - {0,8,42},{0,9,180},{0,8,10},{0,8,138},{0,8,74},{0,9,244}, - {128,7,5},{0,8,86},{0,8,22},{65,8,0},{131,7,51},{0,8,118}, - {0,8,54},{0,9,204},{129,7,15},{0,8,102},{0,8,38},{0,9,172}, - {0,8,6},{0,8,134},{0,8,70},{0,9,236},{128,7,9},{0,8,94}, - {0,8,30},{0,9,156},{132,7,99},{0,8,126},{0,8,62},{0,9,220}, - {130,7,27},{0,8,110},{0,8,46},{0,9,188},{0,8,14},{0,8,142}, - {0,8,78},{0,9,252},{96,7,0},{0,8,81},{0,8,17},{133,8,131}, - {130,7,31},{0,8,113},{0,8,49},{0,9,194},{128,7,10},{0,8,97}, - {0,8,33},{0,9,162},{0,8,1},{0,8,129},{0,8,65},{0,9,226}, - {128,7,6},{0,8,89},{0,8,25},{0,9,146},{131,7,59},{0,8,121}, - {0,8,57},{0,9,210},{129,7,17},{0,8,105},{0,8,41},{0,9,178}, - {0,8,9},{0,8,137},{0,8,73},{0,9,242},{128,7,4},{0,8,85}, - {0,8,21},{144,8,3},{131,7,43},{0,8,117},{0,8,53},{0,9,202}, - {129,7,13},{0,8,101},{0,8,37},{0,9,170},{0,8,5},{0,8,133}, - {0,8,69},{0,9,234},{128,7,8},{0,8,93},{0,8,29},{0,9,154}, - {132,7,83},{0,8,125},{0,8,61},{0,9,218},{130,7,23},{0,8,109}, - {0,8,45},{0,9,186},{0,8,13},{0,8,141},{0,8,77},{0,9,250}, - {128,7,3},{0,8,83},{0,8,19},{133,8,195},{131,7,35},{0,8,115}, - {0,8,51},{0,9,198},{129,7,11},{0,8,99},{0,8,35},{0,9,166}, - {0,8,3},{0,8,131},{0,8,67},{0,9,230},{128,7,7},{0,8,91}, - {0,8,27},{0,9,150},{132,7,67},{0,8,123},{0,8,59},{0,9,214}, - {130,7,19},{0,8,107},{0,8,43},{0,9,182},{0,8,11},{0,8,139}, - {0,8,75},{0,9,246},{128,7,5},{0,8,87},{0,8,23},{77,8,0}, - {131,7,51},{0,8,119},{0,8,55},{0,9,206},{129,7,15},{0,8,103}, - {0,8,39},{0,9,174},{0,8,7},{0,8,135},{0,8,71},{0,9,238}, - {128,7,9},{0,8,95},{0,8,31},{0,9,158},{132,7,99},{0,8,127}, - {0,8,63},{0,9,222},{130,7,27},{0,8,111},{0,8,47},{0,9,190}, - {0,8,15},{0,8,143},{0,8,79},{0,9,254},{96,7,0},{0,8,80}, - {0,8,16},{132,8,115},{130,7,31},{0,8,112},{0,8,48},{0,9,193}, - {128,7,10},{0,8,96},{0,8,32},{0,9,161},{0,8,0},{0,8,128}, - {0,8,64},{0,9,225},{128,7,6},{0,8,88},{0,8,24},{0,9,145}, - {131,7,59},{0,8,120},{0,8,56},{0,9,209},{129,7,17},{0,8,104}, - {0,8,40},{0,9,177},{0,8,8},{0,8,136},{0,8,72},{0,9,241}, - {128,7,4},{0,8,84},{0,8,20},{133,8,227},{131,7,43},{0,8,116}, - {0,8,52},{0,9,201},{129,7,13},{0,8,100},{0,8,36},{0,9,169}, - {0,8,4},{0,8,132},{0,8,68},{0,9,233},{128,7,8},{0,8,92}, - {0,8,28},{0,9,153},{132,7,83},{0,8,124},{0,8,60},{0,9,217}, - {130,7,23},{0,8,108},{0,8,44},{0,9,185},{0,8,12},{0,8,140}, - {0,8,76},{0,9,249},{128,7,3},{0,8,82},{0,8,18},{133,8,163}, - {131,7,35},{0,8,114},{0,8,50},{0,9,197},{129,7,11},{0,8,98}, - {0,8,34},{0,9,165},{0,8,2},{0,8,130},{0,8,66},{0,9,229}, - {128,7,7},{0,8,90},{0,8,26},{0,9,149},{132,7,67},{0,8,122}, - {0,8,58},{0,9,213},{130,7,19},{0,8,106},{0,8,42},{0,9,181}, - {0,8,10},{0,8,138},{0,8,74},{0,9,245},{128,7,5},{0,8,86}, - {0,8,22},{65,8,0},{131,7,51},{0,8,118},{0,8,54},{0,9,205}, - {129,7,15},{0,8,102},{0,8,38},{0,9,173},{0,8,6},{0,8,134}, - {0,8,70},{0,9,237},{128,7,9},{0,8,94},{0,8,30},{0,9,157}, - {132,7,99},{0,8,126},{0,8,62},{0,9,221},{130,7,27},{0,8,110}, - {0,8,46},{0,9,189},{0,8,14},{0,8,142},{0,8,78},{0,9,253}, - {96,7,0},{0,8,81},{0,8,17},{133,8,131},{130,7,31},{0,8,113}, - {0,8,49},{0,9,195},{128,7,10},{0,8,97},{0,8,33},{0,9,163}, - {0,8,1},{0,8,129},{0,8,65},{0,9,227},{128,7,6},{0,8,89}, - {0,8,25},{0,9,147},{131,7,59},{0,8,121},{0,8,57},{0,9,211}, - {129,7,17},{0,8,105},{0,8,41},{0,9,179},{0,8,9},{0,8,137}, - {0,8,73},{0,9,243},{128,7,4},{0,8,85},{0,8,21},{144,8,3}, - {131,7,43},{0,8,117},{0,8,53},{0,9,203},{129,7,13},{0,8,101}, - {0,8,37},{0,9,171},{0,8,5},{0,8,133},{0,8,69},{0,9,235}, - {128,7,8},{0,8,93},{0,8,29},{0,9,155},{132,7,83},{0,8,125}, - {0,8,61},{0,9,219},{130,7,23},{0,8,109},{0,8,45},{0,9,187}, - {0,8,13},{0,8,141},{0,8,77},{0,9,251},{128,7,3},{0,8,83}, - {0,8,19},{133,8,195},{131,7,35},{0,8,115},{0,8,51},{0,9,199}, - {129,7,11},{0,8,99},{0,8,35},{0,9,167},{0,8,3},{0,8,131}, - {0,8,67},{0,9,231},{128,7,7},{0,8,91},{0,8,27},{0,9,151}, - {132,7,67},{0,8,123},{0,8,59},{0,9,215},{130,7,19},{0,8,107}, - {0,8,43},{0,9,183},{0,8,11},{0,8,139},{0,8,75},{0,9,247}, - {128,7,5},{0,8,87},{0,8,23},{77,8,0},{131,7,51},{0,8,119}, - {0,8,55},{0,9,207},{129,7,15},{0,8,103},{0,8,39},{0,9,175}, - {0,8,7},{0,8,135},{0,8,71},{0,9,239},{128,7,9},{0,8,95}, - {0,8,31},{0,9,159},{132,7,99},{0,8,127},{0,8,63},{0,9,223}, - {130,7,27},{0,8,111},{0,8,47},{0,9,191},{0,8,15},{0,8,143}, - {0,8,79},{0,9,255} - }; - - static const code distfix[32] = { - {128,5,1},{135,5,257},{131,5,17},{139,5,4097},{129,5,5}, - {137,5,1025},{133,5,65},{141,5,16385},{128,5,3},{136,5,513}, - {132,5,33},{140,5,8193},{130,5,9},{138,5,2049},{134,5,129}, - {142,5,32769},{128,5,2},{135,5,385},{131,5,25},{139,5,6145}, - {129,5,7},{137,5,1537},{133,5,97},{141,5,24577},{128,5,4}, - {136,5,769},{132,5,49},{140,5,12289},{130,5,13},{138,5,3073}, - {134,5,193},{142,5,49153} - }; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inflate9.h b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inflate9.h deleted file mode 100644 index ee9a793..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inflate9.h +++ /dev/null @@ -1,47 +0,0 @@ -/* inflate9.h -- internal inflate state definition - * Copyright (C) 1995-2003 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -/* Possible inflate modes between inflate() calls */ -typedef enum { - TYPE, /* i: waiting for type bits, including last-flag bit */ - STORED, /* i: waiting for stored size (length and complement) */ - TABLE, /* i: waiting for dynamic block table lengths */ - LEN, /* i: waiting for length/lit code */ - DONE, /* finished check, done -- remain here until reset */ - BAD /* got a data error -- remain here until reset */ -} inflate_mode; - -/* - State transitions between above modes - - - (most modes can go to the BAD mode -- not shown for clarity) - - Read deflate blocks: - TYPE -> STORED or TABLE or LEN or DONE - STORED -> TYPE - TABLE -> LENLENS -> CODELENS -> LEN - Read deflate codes: - LEN -> LEN or TYPE - */ - -/* state maintained between inflate() calls. Approximately 7K bytes. */ -struct inflate_state { - /* sliding window */ - unsigned char FAR *window; /* allocated sliding window, if needed */ - /* dynamic table building */ - unsigned ncode; /* number of code length code lengths */ - unsigned nlen; /* number of length code lengths */ - unsigned ndist; /* number of distance code lengths */ - unsigned have; /* number of code lengths in lens[] */ - code FAR *next; /* next available space in codes[] */ - unsigned short lens[320]; /* temporary storage for code lengths */ - unsigned short work[288]; /* work area for code table building */ - code codes[ENOUGH]; /* space for code tables */ -}; diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.c b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.c deleted file mode 100644 index ac707ed..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.c +++ /dev/null @@ -1,319 +0,0 @@ -/* inftree9.c -- generate Huffman trees for efficient decoding - * Copyright (C) 1995-2024 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "zutil.h" -#include "inftree9.h" - -#define MAXBITS 15 - -const char inflate9_copyright[] = - " inflate9 1.3.1 Copyright 1995-2024 Mark Adler "; -/* - If you use the zlib library in a product, an acknowledgment is welcome - in the documentation of your product. If for some reason you cannot - include such an acknowledgment, I would appreciate that you keep this - copyright string in the executable of your product. - */ - -/* - Build a set of tables to decode the provided canonical Huffman code. - The code lengths are lens[0..codes-1]. The result starts at *table, - whose indices are 0..2^bits-1. work is a writable array of at least - lens shorts, which is used as a work area. type is the type of code - to be generated, CODES, LENS, or DISTS. On return, zero is success, - -1 is an invalid code, and +1 means that ENOUGH isn't enough. table - on return points to the next available entry's address. bits is the - requested root table index bits, and on return it is the actual root - table index bits. It will differ if the request is greater than the - longest code or if it is less than the shortest code. - */ -int inflate_table9(codetype type, unsigned short FAR *lens, unsigned codes, - code FAR * FAR *table, unsigned FAR *bits, - unsigned short FAR *work) { - unsigned len; /* a code's length in bits */ - unsigned sym; /* index of code symbols */ - unsigned min, max; /* minimum and maximum code lengths */ - unsigned root; /* number of index bits for root table */ - unsigned curr; /* number of index bits for current table */ - unsigned drop; /* code bits to drop for sub-table */ - int left; /* number of prefix codes available */ - unsigned used; /* code entries in table used */ - unsigned huff; /* Huffman code */ - unsigned incr; /* for incrementing code, index */ - unsigned fill; /* index for replicating entries */ - unsigned low; /* low bits for current root entry */ - unsigned mask; /* mask for low root bits */ - code this; /* table entry for duplication */ - code FAR *next; /* next available space in table */ - const unsigned short FAR *base; /* base value table to use */ - const unsigned short FAR *extra; /* extra bits table to use */ - int end; /* use base and extra for symbol > end */ - unsigned short count[MAXBITS+1]; /* number of codes of each length */ - unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ - static const unsigned short lbase[31] = { /* Length codes 257..285 base */ - 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, - 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, - 131, 163, 195, 227, 3, 0, 0}; - static const unsigned short lext[31] = { /* Length codes 257..285 extra */ - 128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129, - 130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132, - 133, 133, 133, 133, 144, 203, 77}; - static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ - 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, - 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, - 4097, 6145, 8193, 12289, 16385, 24577, 32769, 49153}; - static const unsigned short dext[32] = { /* Distance codes 0..31 extra */ - 128, 128, 128, 128, 129, 129, 130, 130, 131, 131, 132, 132, - 133, 133, 134, 134, 135, 135, 136, 136, 137, 137, 138, 138, - 139, 139, 140, 140, 141, 141, 142, 142}; - - /* - Process a set of code lengths to create a canonical Huffman code. The - code lengths are lens[0..codes-1]. Each length corresponds to the - symbols 0..codes-1. The Huffman code is generated by first sorting the - symbols by length from short to long, and retaining the symbol order - for codes with equal lengths. Then the code starts with all zero bits - for the first code of the shortest length, and the codes are integer - increments for the same length, and zeros are appended as the length - increases. For the deflate format, these bits are stored backwards - from their more natural integer increment ordering, and so when the - decoding tables are built in the large loop below, the integer codes - are incremented backwards. - - This routine assumes, but does not check, that all of the entries in - lens[] are in the range 0..MAXBITS. The caller must assure this. - 1..MAXBITS is interpreted as that code length. zero means that that - symbol does not occur in this code. - - The codes are sorted by computing a count of codes for each length, - creating from that a table of starting indices for each length in the - sorted table, and then entering the symbols in order in the sorted - table. The sorted table is work[], with that space being provided by - the caller. - - The length counts are used for other purposes as well, i.e. finding - the minimum and maximum length codes, determining if there are any - codes at all, checking for a valid set of lengths, and looking ahead - at length counts to determine sub-table sizes when building the - decoding tables. - */ - - /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ - for (len = 0; len <= MAXBITS; len++) - count[len] = 0; - for (sym = 0; sym < codes; sym++) - count[lens[sym]]++; - - /* bound code lengths, force root to be within code lengths */ - root = *bits; - for (max = MAXBITS; max >= 1; max--) - if (count[max] != 0) break; - if (root > max) root = max; - if (max == 0) return -1; /* no codes! */ - for (min = 1; min <= MAXBITS; min++) - if (count[min] != 0) break; - if (root < min) root = min; - - /* check for an over-subscribed or incomplete set of lengths */ - left = 1; - for (len = 1; len <= MAXBITS; len++) { - left <<= 1; - left -= count[len]; - if (left < 0) return -1; /* over-subscribed */ - } - if (left > 0 && (type == CODES || max != 1)) - return -1; /* incomplete set */ - - /* generate offsets into symbol table for each length for sorting */ - offs[1] = 0; - for (len = 1; len < MAXBITS; len++) - offs[len + 1] = offs[len] + count[len]; - - /* sort symbols by length, by symbol order within each length */ - for (sym = 0; sym < codes; sym++) - if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; - - /* - Create and fill in decoding tables. In this loop, the table being - filled is at next and has curr index bits. The code being used is huff - with length len. That code is converted to an index by dropping drop - bits off of the bottom. For codes where len is less than drop + curr, - those top drop + curr - len bits are incremented through all values to - fill the table with replicated entries. - - root is the number of index bits for the root table. When len exceeds - root, sub-tables are created pointed to by the root entry with an index - of the low root bits of huff. This is saved in low to check for when a - new sub-table should be started. drop is zero when the root table is - being filled, and drop is root when sub-tables are being filled. - - When a new sub-table is needed, it is necessary to look ahead in the - code lengths to determine what size sub-table is needed. The length - counts are used for this, and so count[] is decremented as codes are - entered in the tables. - - used keeps track of how many table entries have been allocated from the - provided *table space. It is checked for LENS and DIST tables against - the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in - the initial root table size constants. See the comments in inftree9.h - for more information. - - sym increments through all symbols, and the loop terminates when - all codes of length max, i.e. all codes, have been processed. This - routine permits incomplete codes, so another loop after this one fills - in the rest of the decoding tables with invalid code markers. - */ - - /* set up for code type */ - switch (type) { - case CODES: - base = extra = work; /* dummy value--not used */ - end = 19; - break; - case LENS: - base = lbase; - base -= 257; - extra = lext; - extra -= 257; - end = 256; - break; - default: /* DISTS */ - base = dbase; - extra = dext; - end = -1; - } - - /* initialize state for loop */ - huff = 0; /* starting code */ - sym = 0; /* starting code symbol */ - len = min; /* starting code length */ - next = *table; /* current table to fill in */ - curr = root; /* current table index bits */ - drop = 0; /* current bits to drop from code for index */ - low = (unsigned)(-1); /* trigger new sub-table when len > root */ - used = 1U << root; /* use root table entries */ - mask = used - 1; /* mask for comparing low */ - - /* check available table space */ - if ((type == LENS && used >= ENOUGH_LENS) || - (type == DISTS && used >= ENOUGH_DISTS)) - return 1; - - /* process all codes and make table entries */ - for (;;) { - /* create table entry */ - this.bits = (unsigned char)(len - drop); - if ((int)(work[sym]) < end) { - this.op = (unsigned char)0; - this.val = work[sym]; - } - else if ((int)(work[sym]) > end) { - this.op = (unsigned char)(extra[work[sym]]); - this.val = base[work[sym]]; - } - else { - this.op = (unsigned char)(32 + 64); /* end of block */ - this.val = 0; - } - - /* replicate for those indices with low len bits equal to huff */ - incr = 1U << (len - drop); - fill = 1U << curr; - do { - fill -= incr; - next[(huff >> drop) + fill] = this; - } while (fill != 0); - - /* backwards increment the len-bit code huff */ - incr = 1U << (len - 1); - while (huff & incr) - incr >>= 1; - if (incr != 0) { - huff &= incr - 1; - huff += incr; - } - else - huff = 0; - - /* go to next symbol, update count, len */ - sym++; - if (--(count[len]) == 0) { - if (len == max) break; - len = lens[work[sym]]; - } - - /* create new sub-table if needed */ - if (len > root && (huff & mask) != low) { - /* if first time, transition to sub-tables */ - if (drop == 0) - drop = root; - - /* increment past last table */ - next += 1U << curr; - - /* determine length of next table */ - curr = len - drop; - left = (int)(1 << curr); - while (curr + drop < max) { - left -= count[curr + drop]; - if (left <= 0) break; - curr++; - left <<= 1; - } - - /* check for enough space */ - used += 1U << curr; - if ((type == LENS && used >= ENOUGH_LENS) || - (type == DISTS && used >= ENOUGH_DISTS)) - return 1; - - /* point entry in root table to sub-table */ - low = huff & mask; - (*table)[low].op = (unsigned char)curr; - (*table)[low].bits = (unsigned char)root; - (*table)[low].val = (unsigned short)(next - *table); - } - } - - /* - Fill in rest of table for incomplete codes. This loop is similar to the - loop above in incrementing huff for table indices. It is assumed that - len is equal to curr + drop, so there is no loop needed to increment - through high index bits. When the current sub-table is filled, the loop - drops back to the root table to fill in any remaining entries there. - */ - this.op = (unsigned char)64; /* invalid code marker */ - this.bits = (unsigned char)(len - drop); - this.val = (unsigned short)0; - while (huff != 0) { - /* when done with sub-table, drop back to root table */ - if (drop != 0 && (huff & mask) != low) { - drop = 0; - len = root; - next = *table; - curr = root; - this.bits = (unsigned char)len; - } - - /* put invalid code marker in table */ - next[huff >> drop] = this; - - /* backwards increment the len-bit code huff */ - incr = 1U << (len - 1); - while (huff & incr) - incr >>= 1; - if (incr != 0) { - huff &= incr - 1; - huff += incr; - } - else - huff = 0; - } - - /* set return parameters */ - *table += used; - *bits = root; - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.h b/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.h deleted file mode 100644 index ab2ea28..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/infback9/inftree9.h +++ /dev/null @@ -1,61 +0,0 @@ -/* inftree9.h -- header to use inftree9.c - * Copyright (C) 1995-2008 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -/* Structure for decoding tables. Each entry provides either the - information needed to do the operation requested by the code that - indexed that table entry, or it provides a pointer to another - table that indexes more bits of the code. op indicates whether - the entry is a pointer to another table, a literal, a length or - distance, an end-of-block, or an invalid code. For a table - pointer, the low four bits of op is the number of index bits of - that table. For a length or distance, the low four bits of op - is the number of extra bits to get after the code. bits is - the number of bits in this code or part of the code to drop off - of the bit buffer. val is the actual byte to output in the case - of a literal, the base length or distance, or the offset from - the current table to the next table. Each entry is four bytes. */ -typedef struct { - unsigned char op; /* operation, extra bits, table bits */ - unsigned char bits; /* bits in this part of the code */ - unsigned short val; /* offset in table or code value */ -} code; - -/* op values as set by inflate_table(): - 00000000 - literal - 0000tttt - table link, tttt != 0 is the number of table index bits - 100eeeee - length or distance, eeee is the number of extra bits - 01100000 - end of block - 01000000 - invalid code - */ - -/* Maximum size of the dynamic table. The maximum number of code structures is - 1446, which is the sum of 852 for literal/length codes and 594 for distance - codes. These values were found by exhaustive searches using the program - examples/enough.c found in the zlib distribution. The arguments to that - program are the number of symbols, the initial root table size, and the - maximum bit length of a code. "enough 286 9 15" for literal/length codes - returns 852, and "enough 32 6 15" for distance codes returns 594. The - initial root table size (9 or 6) is found in the fifth argument of the - inflate_table() calls in infback9.c. If the root table size is changed, - then these maximum sizes would be need to be recalculated and updated. */ -#define ENOUGH_LENS 852 -#define ENOUGH_DISTS 594 -#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) - -/* Type of code to build for inflate_table9() */ -typedef enum { - CODES, - LENS, - DISTS -} codetype; - -extern int inflate_table9(codetype type, unsigned short FAR *lens, - unsigned codes, code FAR * FAR *table, - unsigned FAR *bits, unsigned short FAR *work); diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/test.cpp b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/test.cpp deleted file mode 100644 index 7d265b3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/test.cpp +++ /dev/null @@ -1,24 +0,0 @@ - -#include "zfstream.h" - -int main() { - - // Construct a stream object with this filebuffer. Anything sent - // to this stream will go to standard out. - gzofstream os( 1, ios::out ); - - // This text is getting compressed and sent to stdout. - // To prove this, run 'test | zcat'. - os << "Hello, Mommy" << endl; - - os << setcompressionlevel( Z_NO_COMPRESSION ); - os << "hello, hello, hi, ho!" << endl; - - setcompressionlevel( os, Z_DEFAULT_COMPRESSION ) - << "I'm compressing again" << endl; - - os.close(); - - return 0; - -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.cpp b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.cpp deleted file mode 100644 index d0cd85f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.cpp +++ /dev/null @@ -1,329 +0,0 @@ - -#include "zfstream.h" - -gzfilebuf::gzfilebuf() : - file(NULL), - mode(0), - own_file_descriptor(0) -{ } - -gzfilebuf::~gzfilebuf() { - - sync(); - if ( own_file_descriptor ) - close(); - -} - -gzfilebuf *gzfilebuf::open( const char *name, - int io_mode ) { - - if ( is_open() ) - return NULL; - - char char_mode[10]; - char *p = char_mode; - - if ( io_mode & ios::in ) { - mode = ios::in; - *p++ = 'r'; - } else if ( io_mode & ios::app ) { - mode = ios::app; - *p++ = 'a'; - } else { - mode = ios::out; - *p++ = 'w'; - } - - if ( io_mode & ios::binary ) { - mode |= ios::binary; - *p++ = 'b'; - } - - // Hard code the compression level - if ( io_mode & (ios::out|ios::app )) { - *p++ = '9'; - } - - // Put the end-of-string indicator - *p = '\0'; - - if ( (file = gzopen(name, char_mode)) == NULL ) - return NULL; - - own_file_descriptor = 1; - - return this; - -} - -gzfilebuf *gzfilebuf::attach( int file_descriptor, - int io_mode ) { - - if ( is_open() ) - return NULL; - - char char_mode[10]; - char *p = char_mode; - - if ( io_mode & ios::in ) { - mode = ios::in; - *p++ = 'r'; - } else if ( io_mode & ios::app ) { - mode = ios::app; - *p++ = 'a'; - } else { - mode = ios::out; - *p++ = 'w'; - } - - if ( io_mode & ios::binary ) { - mode |= ios::binary; - *p++ = 'b'; - } - - // Hard code the compression level - if ( io_mode & (ios::out|ios::app )) { - *p++ = '9'; - } - - // Put the end-of-string indicator - *p = '\0'; - - if ( (file = gzdopen(file_descriptor, char_mode)) == NULL ) - return NULL; - - own_file_descriptor = 0; - - return this; - -} - -gzfilebuf *gzfilebuf::close() { - - if ( is_open() ) { - - sync(); - gzclose( file ); - file = NULL; - - } - - return this; - -} - -int gzfilebuf::setcompressionlevel( int comp_level ) { - - return gzsetparams(file, comp_level, -2); - -} - -int gzfilebuf::setcompressionstrategy( int comp_strategy ) { - - return gzsetparams(file, -2, comp_strategy); - -} - - -streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { - - return streampos(EOF); - -} - -int gzfilebuf::underflow() { - - // If the file hasn't been opened for reading, error. - if ( !is_open() || !(mode & ios::in) ) - return EOF; - - // if a buffer doesn't exists, allocate one. - if ( !base() ) { - - if ( (allocate()) == EOF ) - return EOF; - setp(0,0); - - } else { - - if ( in_avail() ) - return (unsigned char) *gptr(); - - if ( out_waiting() ) { - if ( flushbuf() == EOF ) - return EOF; - } - - } - - // Attempt to fill the buffer. - - int result = fillbuf(); - if ( result == EOF ) { - // disable get area - setg(0,0,0); - return EOF; - } - - return (unsigned char) *gptr(); - -} - -int gzfilebuf::overflow( int c ) { - - if ( !is_open() || !(mode & ios::out) ) - return EOF; - - if ( !base() ) { - if ( allocate() == EOF ) - return EOF; - setg(0,0,0); - } else { - if (in_avail()) { - return EOF; - } - if (out_waiting()) { - if (flushbuf() == EOF) - return EOF; - } - } - - int bl = blen(); - setp( base(), base() + bl); - - if ( c != EOF ) { - - *pptr() = c; - pbump(1); - - } - - return 0; - -} - -int gzfilebuf::sync() { - - if ( !is_open() ) - return EOF; - - if ( out_waiting() ) - return flushbuf(); - - return 0; - -} - -int gzfilebuf::flushbuf() { - - int n; - char *q; - - q = pbase(); - n = pptr() - q; - - if ( gzwrite( file, q, n) < n ) - return EOF; - - setp(0,0); - - return 0; - -} - -int gzfilebuf::fillbuf() { - - int required; - char *p; - - p = base(); - - required = blen(); - - int t = gzread( file, p, required ); - - if ( t <= 0) return EOF; - - setg( base(), base(), base()+t); - - return t; - -} - -gzfilestream_common::gzfilestream_common() : - ios( gzfilestream_common::rdbuf() ) -{ } - -gzfilestream_common::~gzfilestream_common() -{ } - -void gzfilestream_common::attach( int fd, int io_mode ) { - - if ( !buffer.attach( fd, io_mode) ) - clear( ios::failbit | ios::badbit ); - else - clear(); - -} - -void gzfilestream_common::open( const char *name, int io_mode ) { - - if ( !buffer.open( name, io_mode ) ) - clear( ios::failbit | ios::badbit ); - else - clear(); - -} - -void gzfilestream_common::close() { - - if ( !buffer.close() ) - clear( ios::failbit | ios::badbit ); - -} - -gzfilebuf *gzfilestream_common::rdbuf() -{ - return &buffer; -} - -gzifstream::gzifstream() : - ios( gzfilestream_common::rdbuf() ) -{ - clear( ios::badbit ); -} - -gzifstream::gzifstream( const char *name, int io_mode ) : - ios( gzfilestream_common::rdbuf() ) -{ - gzfilestream_common::open( name, io_mode ); -} - -gzifstream::gzifstream( int fd, int io_mode ) : - ios( gzfilestream_common::rdbuf() ) -{ - gzfilestream_common::attach( fd, io_mode ); -} - -gzifstream::~gzifstream() { } - -gzofstream::gzofstream() : - ios( gzfilestream_common::rdbuf() ) -{ - clear( ios::badbit ); -} - -gzofstream::gzofstream( const char *name, int io_mode ) : - ios( gzfilestream_common::rdbuf() ) -{ - gzfilestream_common::open( name, io_mode ); -} - -gzofstream::gzofstream( int fd, int io_mode ) : - ios( gzfilestream_common::rdbuf() ) -{ - gzfilestream_common::attach( fd, io_mode ); -} - -gzofstream::~gzofstream() { } diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.h b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.h deleted file mode 100644 index ed79098..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream/zfstream.h +++ /dev/null @@ -1,128 +0,0 @@ - -#ifndef zfstream_h -#define zfstream_h - -#include -#include "zlib.h" - -class gzfilebuf : public streambuf { - -public: - - gzfilebuf( ); - virtual ~gzfilebuf(); - - gzfilebuf *open( const char *name, int io_mode ); - gzfilebuf *attach( int file_descriptor, int io_mode ); - gzfilebuf *close(); - - int setcompressionlevel( int comp_level ); - int setcompressionstrategy( int comp_strategy ); - - inline int is_open() const { return (file !=NULL); } - - virtual streampos seekoff( streamoff, ios::seek_dir, int ); - - virtual int sync(); - -protected: - - virtual int underflow(); - virtual int overflow( int = EOF ); - -private: - - gzFile file; - short mode; - short own_file_descriptor; - - int flushbuf(); - int fillbuf(); - -}; - -class gzfilestream_common : virtual public ios { - - friend class gzifstream; - friend class gzofstream; - friend gzofstream &setcompressionlevel( gzofstream &, int ); - friend gzofstream &setcompressionstrategy( gzofstream &, int ); - -public: - virtual ~gzfilestream_common(); - - void attach( int fd, int io_mode ); - void open( const char *name, int io_mode ); - void close(); - -protected: - gzfilestream_common(); - -private: - gzfilebuf *rdbuf(); - - gzfilebuf buffer; - -}; - -class gzifstream : public gzfilestream_common, public istream { - -public: - - gzifstream(); - gzifstream( const char *name, int io_mode = ios::in ); - gzifstream( int fd, int io_mode = ios::in ); - - virtual ~gzifstream(); - -}; - -class gzofstream : public gzfilestream_common, public ostream { - -public: - - gzofstream(); - gzofstream( const char *name, int io_mode = ios::out ); - gzofstream( int fd, int io_mode = ios::out ); - - virtual ~gzofstream(); - -}; - -template class gzomanip { - friend gzofstream &operator<<(gzofstream &, const gzomanip &); -public: - gzomanip(gzofstream &(*f)(gzofstream &, T), T v) : func(f), val(v) { } -private: - gzofstream &(*func)(gzofstream &, T); - T val; -}; - -template gzofstream &operator<<(gzofstream &s, const gzomanip &m) -{ - return (*m.func)(s, m.val); -} - -inline gzofstream &setcompressionlevel( gzofstream &s, int l ) -{ - (s.rdbuf())->setcompressionlevel(l); - return s; -} - -inline gzofstream &setcompressionstrategy( gzofstream &s, int l ) -{ - (s.rdbuf())->setcompressionstrategy(l); - return s; -} - -inline gzomanip setcompressionlevel(int l) -{ - return gzomanip(&setcompressionlevel,l); -} - -inline gzomanip setcompressionstrategy(int l) -{ - return gzomanip(&setcompressionstrategy,l); -} - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream.h b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream.h deleted file mode 100644 index 43d2332..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream.h +++ /dev/null @@ -1,307 +0,0 @@ -/* - * - * Copyright (c) 1997 - * Christian Michelsen Research AS - * Advanced Computing - * Fantoftvegen 38, 5036 BERGEN, Norway - * http://www.cmr.no - * - * Permission to use, copy, modify, distribute and sell this software - * and its documentation for any purpose is hereby granted without fee, - * provided that the above copyright notice appear in all copies and - * that both that copyright notice and this permission notice appear - * in supporting documentation. Christian Michelsen Research AS makes no - * representations about the suitability of this software for any - * purpose. It is provided "as is" without express or implied warranty. - * - */ - -#ifndef ZSTREAM__H -#define ZSTREAM__H - -/* - * zstream.h - C++ interface to the 'zlib' general purpose compression library - * $Id: zstream.h 1.1 1997-06-25 12:00:56+02 tyge Exp tyge $ - */ - -#include -#include -#include -#include "zlib.h" - -#if defined(_WIN32) -# include -# include -# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) -#else -# define SET_BINARY_MODE(file) -#endif - -class zstringlen { -public: - zstringlen(class izstream&); - zstringlen(class ozstream&, const char*); - size_t value() const { return val.word; } -private: - struct Val { unsigned char byte; size_t word; } val; -}; - -// ----------------------------- izstream ----------------------------- - -class izstream -{ - public: - izstream() : m_fp(0) {} - izstream(FILE* fp) : m_fp(0) { open(fp); } - izstream(const char* name) : m_fp(0) { open(name); } - ~izstream() { close(); } - - /* Opens a gzip (.gz) file for reading. - * open() can be used to read a file which is not in gzip format; - * in this case read() will directly read from the file without - * decompression. errno can be checked to distinguish two error - * cases (if errno is zero, the zlib error is Z_MEM_ERROR). - */ - void open(const char* name) { - if (m_fp) close(); - m_fp = ::gzopen(name, "rb"); - } - - void open(FILE* fp) { - SET_BINARY_MODE(fp); - if (m_fp) close(); - m_fp = ::gzdopen(fileno(fp), "rb"); - } - - /* Flushes all pending input if necessary, closes the compressed file - * and deallocates all the (de)compression state. The return value is - * the zlib error number (see function error() below). - */ - int close() { - int r = ::gzclose(m_fp); - m_fp = 0; return r; - } - - /* Binary read the given number of bytes from the compressed file. - */ - int read(void* buf, size_t len) { - return ::gzread(m_fp, buf, len); - } - - /* Returns the error message for the last error which occurred on the - * given compressed file. errnum is set to zlib error number. If an - * error occurred in the file system and not in the compression library, - * errnum is set to Z_ERRNO and the application may consult errno - * to get the exact error code. - */ - const char* error(int* errnum) { - return ::gzerror(m_fp, errnum); - } - - gzFile fp() { return m_fp; } - - private: - gzFile m_fp; -}; - -/* - * Binary read the given (array of) object(s) from the compressed file. - * If the input file was not in gzip format, read() copies the objects number - * of bytes into the buffer. - * returns the number of uncompressed bytes actually read - * (0 for end of file, -1 for error). - */ -template -inline int read(izstream& zs, T* x, Items items) { - return ::gzread(zs.fp(), x, items*sizeof(T)); -} - -/* - * Binary input with the '>' operator. - */ -template -inline izstream& operator>(izstream& zs, T& x) { - ::gzread(zs.fp(), &x, sizeof(T)); - return zs; -} - - -inline zstringlen::zstringlen(izstream& zs) { - zs > val.byte; - if (val.byte == 255) zs > val.word; - else val.word = val.byte; -} - -/* - * Read length of string + the string with the '>' operator. - */ -inline izstream& operator>(izstream& zs, char* x) { - zstringlen len(zs); - ::gzread(zs.fp(), x, len.value()); - x[len.value()] = '\0'; - return zs; -} - -inline char* read_string(izstream& zs) { - zstringlen len(zs); - char* x = new char[len.value()+1]; - ::gzread(zs.fp(), x, len.value()); - x[len.value()] = '\0'; - return x; -} - -// ----------------------------- ozstream ----------------------------- - -class ozstream -{ - public: - ozstream() : m_fp(0), m_os(0) { - } - ozstream(FILE* fp, int level = Z_DEFAULT_COMPRESSION) - : m_fp(0), m_os(0) { - open(fp, level); - } - ozstream(const char* name, int level = Z_DEFAULT_COMPRESSION) - : m_fp(0), m_os(0) { - open(name, level); - } - ~ozstream() { - close(); - } - - /* Opens a gzip (.gz) file for writing. - * The compression level parameter should be in 0..9 - * errno can be checked to distinguish two error cases - * (if errno is zero, the zlib error is Z_MEM_ERROR). - */ - void open(const char* name, int level = Z_DEFAULT_COMPRESSION) { - char mode[4] = "wb\0"; - if (level != Z_DEFAULT_COMPRESSION) mode[2] = '0'+level; - if (m_fp) close(); - m_fp = ::gzopen(name, mode); - } - - /* open from a FILE pointer. - */ - void open(FILE* fp, int level = Z_DEFAULT_COMPRESSION) { - SET_BINARY_MODE(fp); - char mode[4] = "wb\0"; - if (level != Z_DEFAULT_COMPRESSION) mode[2] = '0'+level; - if (m_fp) close(); - m_fp = ::gzdopen(fileno(fp), mode); - } - - /* Flushes all pending output if necessary, closes the compressed file - * and deallocates all the (de)compression state. The return value is - * the zlib error number (see function error() below). - */ - int close() { - if (m_os) { - ::gzwrite(m_fp, m_os->str(), m_os->pcount()); - delete[] m_os->str(); delete m_os; m_os = 0; - } - int r = ::gzclose(m_fp); m_fp = 0; return r; - } - - /* Binary write the given number of bytes into the compressed file. - */ - int write(const void* buf, size_t len) { - return ::gzwrite(m_fp, (voidp) buf, len); - } - - /* Flushes all pending output into the compressed file. The parameter - * _flush is as in the deflate() function. The return value is the zlib - * error number (see function gzerror below). flush() returns Z_OK if - * the flush_ parameter is Z_FINISH and all output could be flushed. - * flush() should be called only when strictly necessary because it can - * degrade compression. - */ - int flush(int _flush) { - os_flush(); - return ::gzflush(m_fp, _flush); - } - - /* Returns the error message for the last error which occurred on the - * given compressed file. errnum is set to zlib error number. If an - * error occurred in the file system and not in the compression library, - * errnum is set to Z_ERRNO and the application may consult errno - * to get the exact error code. - */ - const char* error(int* errnum) { - return ::gzerror(m_fp, errnum); - } - - gzFile fp() { return m_fp; } - - ostream& os() { - if (m_os == 0) m_os = new ostrstream; - return *m_os; - } - - void os_flush() { - if (m_os && m_os->pcount()>0) { - ostrstream* oss = new ostrstream; - oss->fill(m_os->fill()); - oss->flags(m_os->flags()); - oss->precision(m_os->precision()); - oss->width(m_os->width()); - ::gzwrite(m_fp, m_os->str(), m_os->pcount()); - delete[] m_os->str(); delete m_os; m_os = oss; - } - } - - private: - gzFile m_fp; - ostrstream* m_os; -}; - -/* - * Binary write the given (array of) object(s) into the compressed file. - * returns the number of uncompressed bytes actually written - * (0 in case of error). - */ -template -inline int write(ozstream& zs, const T* x, Items items) { - return ::gzwrite(zs.fp(), (voidp) x, items*sizeof(T)); -} - -/* - * Binary output with the '<' operator. - */ -template -inline ozstream& operator<(ozstream& zs, const T& x) { - ::gzwrite(zs.fp(), (voidp) &x, sizeof(T)); - return zs; -} - -inline zstringlen::zstringlen(ozstream& zs, const char* x) { - val.byte = 255; val.word = ::strlen(x); - if (val.word < 255) zs < (val.byte = val.word); - else zs < val; -} - -/* - * Write length of string + the string with the '<' operator. - */ -inline ozstream& operator<(ozstream& zs, const char* x) { - zstringlen len(zs, x); - ::gzwrite(zs.fp(), (voidp) x, len.value()); - return zs; -} - -#ifdef _MSC_VER -inline ozstream& operator<(ozstream& zs, char* const& x) { - return zs < (const char*) x; -} -#endif - -/* - * Ascii write with the << operator; - */ -template -inline ostream& operator<<(ozstream& zs, const T& x) { - zs.os_flush(); - return zs.os() << x; -} - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream_test.cpp b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream_test.cpp deleted file mode 100644 index 6273f62..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream2/zstream_test.cpp +++ /dev/null @@ -1,25 +0,0 @@ -#include "zstream.h" -#include -#include -#include - -void main() { - char h[256] = "Hello"; - char* g = "Goodbye"; - ozstream out("temp.gz"); - out < "This works well" < h < g; - out.close(); - - izstream in("temp.gz"); // read it back - char *x = read_string(in), *y = new char[256], z[256]; - in > y > z; - in.close(); - cout << x << endl << y << endl << z << endl; - - out.open("temp.gz"); // try ascii output; zcat temp.gz to see the results - out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; - out << z << endl << y << endl << x << endl; - out << 1.1234567890123456789 << endl; - - delete[] x; delete[] y; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/README b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/README deleted file mode 100644 index f7b319a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/README +++ /dev/null @@ -1,35 +0,0 @@ -These classes provide a C++ stream interface to the zlib library. It allows you -to do things like: - - gzofstream outf("blah.gz"); - outf << "These go into the gzip file " << 123 << endl; - -It does this by deriving a specialized stream buffer for gzipped files, which is -the way Stroustrup would have done it. :-> - -The gzifstream and gzofstream classes were originally written by Kevin Ruland -and made available in the zlib contrib/iostream directory. The older version still -compiles under gcc 2.xx, but not under gcc 3.xx, which sparked the development of -this version. - -The new classes are as standard-compliant as possible, closely following the -approach of the standard library's fstream classes. It compiles under gcc versions -3.2 and 3.3, but not under gcc 2.xx. This is mainly due to changes in the standard -library naming scheme. The new version of gzifstream/gzofstream/gzfilebuf differs -from the previous one in the following respects: -- added showmanyc -- added setbuf, with support for unbuffered output via setbuf(0,0) -- a few bug fixes of stream behavior -- gzipped output file opened with default compression level instead of maximum level -- setcompressionlevel()/strategy() members replaced by single setcompression() - -The code is provided "as is", with the permission to use, copy, modify, distribute -and sell it for any purpose without fee. - -Ludwig Schwardt - - -DSP Lab -Electrical & Electronic Engineering Department -University of Stellenbosch -South Africa diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/TODO b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/TODO deleted file mode 100644 index 7032f97..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/TODO +++ /dev/null @@ -1,17 +0,0 @@ -Possible upgrades to gzfilebuf: - -- The ability to do putback (e.g. putbackfail) - -- The ability to seek (zlib supports this, but could be slow/tricky) - -- Simultaneous read/write access (does it make sense?) - -- Support for ios_base::ate open mode - -- Locale support? - -- Check public interface to see which calls give problems - (due to dependence on library internals) - -- Override operator<<(ostream&, gzfilebuf*) to allow direct copying - of stream buffer to stream ( i.e. os << is.rdbuf(); ) diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/test.cc b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/test.cc deleted file mode 100644 index 9423533..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/test.cc +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Test program for gzifstream and gzofstream - * - * by Ludwig Schwardt - * original version by Kevin Ruland - */ - -#include "zfstream.h" -#include // for cout - -int main() { - - gzofstream outf; - gzifstream inf; - char buf[80]; - - outf.open("test1.txt.gz"); - outf << "The quick brown fox sidestepped the lazy canine\n" - << 1.3 << "\nPlan " << 9 << std::endl; - outf.close(); - std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" - << "The quick brown fox sidestepped the lazy canine\n" - << 1.3 << "\nPlan " << 9 << std::endl; - - std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; - inf.open("test1.txt.gz"); - while (inf.getline(buf,80,'\n')) { - std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; - } - inf.close(); - - outf.rdbuf()->pubsetbuf(0,0); - outf.open("test2.txt.gz"); - outf << setcompression(Z_NO_COMPRESSION) - << "The quick brown fox sidestepped the lazy canine\n" - << 1.3 << "\nPlan " << 9 << std::endl; - outf.close(); - std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; - - std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; - inf.rdbuf()->pubsetbuf(0,0); - inf.open("test2.txt.gz"); - while (inf.getline(buf,80,'\n')) { - std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; - } - inf.close(); - - return 0; - -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.cc b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.cc deleted file mode 100644 index 94eb933..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.cc +++ /dev/null @@ -1,479 +0,0 @@ -/* - * A C++ I/O streams interface to the zlib gz* functions - * - * by Ludwig Schwardt - * original version by Kevin Ruland - * - * This version is standard-compliant and compatible with gcc 3.x. - */ - -#include "zfstream.h" -#include // for strcpy, strcat, strlen (mode strings) -#include // for BUFSIZ - -// Internal buffer sizes (default and "unbuffered" versions) -#define BIGBUFSIZE BUFSIZ -#define SMALLBUFSIZE 1 - -/*****************************************************************************/ - -// Default constructor -gzfilebuf::gzfilebuf() -: file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false), - buffer(NULL), buffer_size(BIGBUFSIZE), own_buffer(true) -{ - // No buffers to start with - this->disable_buffer(); -} - -// Destructor -gzfilebuf::~gzfilebuf() -{ - // Sync output buffer and close only if responsible for file - // (i.e. attached streams should be left open at this stage) - this->sync(); - if (own_fd) - this->close(); - // Make sure internal buffer is deallocated - this->disable_buffer(); -} - -// Set compression level and strategy -int -gzfilebuf::setcompression(int comp_level, - int comp_strategy) -{ - return gzsetparams(file, comp_level, comp_strategy); -} - -// Open gzipped file -gzfilebuf* -gzfilebuf::open(const char *name, - std::ios_base::openmode mode) -{ - // Fail if file already open - if (this->is_open()) - return NULL; - // Don't support simultaneous read/write access (yet) - if ((mode & std::ios_base::in) && (mode & std::ios_base::out)) - return NULL; - - // Build mode string for gzopen and check it [27.8.1.3.2] - char char_mode[6] = "\0\0\0\0\0"; - if (!this->open_mode(mode, char_mode)) - return NULL; - - // Attempt to open file - if ((file = gzopen(name, char_mode)) == NULL) - return NULL; - - // On success, allocate internal buffer and set flags - this->enable_buffer(); - io_mode = mode; - own_fd = true; - return this; -} - -// Attach to gzipped file -gzfilebuf* -gzfilebuf::attach(int fd, - std::ios_base::openmode mode) -{ - // Fail if file already open - if (this->is_open()) - return NULL; - // Don't support simultaneous read/write access (yet) - if ((mode & std::ios_base::in) && (mode & std::ios_base::out)) - return NULL; - - // Build mode string for gzdopen and check it [27.8.1.3.2] - char char_mode[6] = "\0\0\0\0\0"; - if (!this->open_mode(mode, char_mode)) - return NULL; - - // Attempt to attach to file - if ((file = gzdopen(fd, char_mode)) == NULL) - return NULL; - - // On success, allocate internal buffer and set flags - this->enable_buffer(); - io_mode = mode; - own_fd = false; - return this; -} - -// Close gzipped file -gzfilebuf* -gzfilebuf::close() -{ - // Fail immediately if no file is open - if (!this->is_open()) - return NULL; - // Assume success - gzfilebuf* retval = this; - // Attempt to sync and close gzipped file - if (this->sync() == -1) - retval = NULL; - if (gzclose(file) < 0) - retval = NULL; - // File is now gone anyway (postcondition [27.8.1.3.8]) - file = NULL; - own_fd = false; - // Destroy internal buffer if it exists - this->disable_buffer(); - return retval; -} - -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - -// Convert int open mode to mode string -bool -gzfilebuf::open_mode(std::ios_base::openmode mode, - char* c_mode) const -{ - bool testb = mode & std::ios_base::binary; - bool testi = mode & std::ios_base::in; - bool testo = mode & std::ios_base::out; - bool testt = mode & std::ios_base::trunc; - bool testa = mode & std::ios_base::app; - - // Check for valid flag combinations - see [27.8.1.3.2] (Table 92) - // Original zfstream hardcoded the compression level to maximum here... - // Double the time for less than 1% size improvement seems - // excessive though - keeping it at the default level - // To change back, just append "9" to the next three mode strings - if (!testi && testo && !testt && !testa) - strcpy(c_mode, "w"); - if (!testi && testo && !testt && testa) - strcpy(c_mode, "a"); - if (!testi && testo && testt && !testa) - strcpy(c_mode, "w"); - if (testi && !testo && !testt && !testa) - strcpy(c_mode, "r"); - // No read/write mode yet -// if (testi && testo && !testt && !testa) -// strcpy(c_mode, "r+"); -// if (testi && testo && testt && !testa) -// strcpy(c_mode, "w+"); - - // Mode string should be empty for invalid combination of flags - if (strlen(c_mode) == 0) - return false; - if (testb) - strcat(c_mode, "b"); - return true; -} - -// Determine number of characters in internal get buffer -std::streamsize -gzfilebuf::showmanyc() -{ - // Calls to underflow will fail if file not opened for reading - if (!this->is_open() || !(io_mode & std::ios_base::in)) - return -1; - // Make sure get area is in use - if (this->gptr() && (this->gptr() < this->egptr())) - return std::streamsize(this->egptr() - this->gptr()); - else - return 0; -} - -// Fill get area from gzipped file -gzfilebuf::int_type -gzfilebuf::underflow() -{ - // If something is left in the get area by chance, return it - // (this shouldn't normally happen, as underflow is only supposed - // to be called when gptr >= egptr, but it serves as error check) - if (this->gptr() && (this->gptr() < this->egptr())) - return traits_type::to_int_type(*(this->gptr())); - - // If the file hasn't been opened for reading, produce error - if (!this->is_open() || !(io_mode & std::ios_base::in)) - return traits_type::eof(); - - // Attempt to fill internal buffer from gzipped file - // (buffer must be guaranteed to exist...) - int bytes_read = gzread(file, buffer, buffer_size); - // Indicates error or EOF - if (bytes_read <= 0) - { - // Reset get area - this->setg(buffer, buffer, buffer); - return traits_type::eof(); - } - // Make all bytes read from file available as get area - this->setg(buffer, buffer, buffer + bytes_read); - - // Return next character in get area - return traits_type::to_int_type(*(this->gptr())); -} - -// Write put area to gzipped file -gzfilebuf::int_type -gzfilebuf::overflow(int_type c) -{ - // Determine whether put area is in use - if (this->pbase()) - { - // Double-check pointer range - if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) - return traits_type::eof(); - // Add extra character to buffer if not EOF - if (!traits_type::eq_int_type(c, traits_type::eof())) - { - *(this->pptr()) = traits_type::to_char_type(c); - this->pbump(1); - } - // Number of characters to write to file - int bytes_to_write = this->pptr() - this->pbase(); - // Overflow doesn't fail if nothing is to be written - if (bytes_to_write > 0) - { - // If the file hasn't been opened for writing, produce error - if (!this->is_open() || !(io_mode & std::ios_base::out)) - return traits_type::eof(); - // If gzipped file won't accept all bytes written to it, fail - if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) - return traits_type::eof(); - // Reset next pointer to point to pbase on success - this->pbump(-bytes_to_write); - } - } - // Write extra character to file if not EOF - else if (!traits_type::eq_int_type(c, traits_type::eof())) - { - // If the file hasn't been opened for writing, produce error - if (!this->is_open() || !(io_mode & std::ios_base::out)) - return traits_type::eof(); - // Impromptu char buffer (allows "unbuffered" output) - char_type last_char = traits_type::to_char_type(c); - // If gzipped file won't accept this character, fail - if (gzwrite(file, &last_char, 1) != 1) - return traits_type::eof(); - } - - // If you got here, you have succeeded (even if c was EOF) - // The return value should therefore be non-EOF - if (traits_type::eq_int_type(c, traits_type::eof())) - return traits_type::not_eof(c); - else - return c; -} - -// Assign new buffer -std::streambuf* -gzfilebuf::setbuf(char_type* p, - std::streamsize n) -{ - // First make sure stuff is sync'ed, for safety - if (this->sync() == -1) - return NULL; - // If buffering is turned off on purpose via setbuf(0,0), still allocate one... - // "Unbuffered" only really refers to put [27.8.1.4.10], while get needs at - // least a buffer of size 1 (very inefficient though, therefore make it bigger?) - // This follows from [27.5.2.4.3]/12 (gptr needs to point at something, it seems) - if (!p || !n) - { - // Replace existing buffer (if any) with small internal buffer - this->disable_buffer(); - buffer = NULL; - buffer_size = 0; - own_buffer = true; - this->enable_buffer(); - } - else - { - // Replace existing buffer (if any) with external buffer - this->disable_buffer(); - buffer = p; - buffer_size = n; - own_buffer = false; - this->enable_buffer(); - } - return this; -} - -// Write put area to gzipped file (i.e. ensures that put area is empty) -int -gzfilebuf::sync() -{ - return traits_type::eq_int_type(this->overflow(), traits_type::eof()) ? -1 : 0; -} - -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - -// Allocate internal buffer -void -gzfilebuf::enable_buffer() -{ - // If internal buffer required, allocate one - if (own_buffer && !buffer) - { - // Check for buffered vs. "unbuffered" - if (buffer_size > 0) - { - // Allocate internal buffer - buffer = new char_type[buffer_size]; - // Get area starts empty and will be expanded by underflow as need arises - this->setg(buffer, buffer, buffer); - // Setup entire internal buffer as put area. - // The one-past-end pointer actually points to the last element of the buffer, - // so that overflow(c) can safely add the extra character c to the sequence. - // These pointers remain in place for the duration of the buffer - this->setp(buffer, buffer + buffer_size - 1); - } - else - { - // Even in "unbuffered" case, (small?) get buffer is still required - buffer_size = SMALLBUFSIZE; - buffer = new char_type[buffer_size]; - this->setg(buffer, buffer, buffer); - // "Unbuffered" means no put buffer - this->setp(0, 0); - } - } - else - { - // If buffer already allocated, reset buffer pointers just to make sure no - // stale chars are lying around - this->setg(buffer, buffer, buffer); - this->setp(buffer, buffer + buffer_size - 1); - } -} - -// Destroy internal buffer -void -gzfilebuf::disable_buffer() -{ - // If internal buffer exists, deallocate it - if (own_buffer && buffer) - { - // Preserve unbuffered status by zeroing size - if (!this->pbase()) - buffer_size = 0; - delete[] buffer; - buffer = NULL; - this->setg(0, 0, 0); - this->setp(0, 0); - } - else - { - // Reset buffer pointers to initial state if external buffer exists - this->setg(buffer, buffer, buffer); - if (buffer) - this->setp(buffer, buffer + buffer_size - 1); - else - this->setp(0, 0); - } -} - -/*****************************************************************************/ - -// Default constructor initializes stream buffer -gzifstream::gzifstream() -: std::istream(NULL), sb() -{ this->init(&sb); } - -// Initialize stream buffer and open file -gzifstream::gzifstream(const char* name, - std::ios_base::openmode mode) -: std::istream(NULL), sb() -{ - this->init(&sb); - this->open(name, mode); -} - -// Initialize stream buffer and attach to file -gzifstream::gzifstream(int fd, - std::ios_base::openmode mode) -: std::istream(NULL), sb() -{ - this->init(&sb); - this->attach(fd, mode); -} - -// Open file and go into fail() state if unsuccessful -void -gzifstream::open(const char* name, - std::ios_base::openmode mode) -{ - if (!sb.open(name, mode | std::ios_base::in)) - this->setstate(std::ios_base::failbit); - else - this->clear(); -} - -// Attach to file and go into fail() state if unsuccessful -void -gzifstream::attach(int fd, - std::ios_base::openmode mode) -{ - if (!sb.attach(fd, mode | std::ios_base::in)) - this->setstate(std::ios_base::failbit); - else - this->clear(); -} - -// Close file -void -gzifstream::close() -{ - if (!sb.close()) - this->setstate(std::ios_base::failbit); -} - -/*****************************************************************************/ - -// Default constructor initializes stream buffer -gzofstream::gzofstream() -: std::ostream(NULL), sb() -{ this->init(&sb); } - -// Initialize stream buffer and open file -gzofstream::gzofstream(const char* name, - std::ios_base::openmode mode) -: std::ostream(NULL), sb() -{ - this->init(&sb); - this->open(name, mode); -} - -// Initialize stream buffer and attach to file -gzofstream::gzofstream(int fd, - std::ios_base::openmode mode) -: std::ostream(NULL), sb() -{ - this->init(&sb); - this->attach(fd, mode); -} - -// Open file and go into fail() state if unsuccessful -void -gzofstream::open(const char* name, - std::ios_base::openmode mode) -{ - if (!sb.open(name, mode | std::ios_base::out)) - this->setstate(std::ios_base::failbit); - else - this->clear(); -} - -// Attach to file and go into fail() state if unsuccessful -void -gzofstream::attach(int fd, - std::ios_base::openmode mode) -{ - if (!sb.attach(fd, mode | std::ios_base::out)) - this->setstate(std::ios_base::failbit); - else - this->clear(); -} - -// Close file -void -gzofstream::close() -{ - if (!sb.close()) - this->setstate(std::ios_base::failbit); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.h b/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.h deleted file mode 100644 index 3dabc0f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/iostream3/zfstream.h +++ /dev/null @@ -1,466 +0,0 @@ -/* - * A C++ I/O streams interface to the zlib gz* functions - * - * by Ludwig Schwardt - * original version by Kevin Ruland - * - * This version is standard-compliant and compatible with gcc 3.x. - */ - -#ifndef ZFSTREAM_H -#define ZFSTREAM_H - -#include // not iostream, since we don't need cin/cout -#include -#include "zlib.h" - -/*****************************************************************************/ - -/** - * @brief Gzipped file stream buffer class. - * - * This class implements basic_filebuf for gzipped files. It doesn't yet support - * seeking (allowed by zlib but slow/limited), putback and read/write access - * (tricky). Otherwise, it attempts to be a drop-in replacement for the standard - * file streambuf. -*/ -class gzfilebuf : public std::streambuf -{ -public: - // Default constructor. - gzfilebuf(); - - // Destructor. - virtual - ~gzfilebuf(); - - /** - * @brief Set compression level and strategy on the fly. - * @param comp_level Compression level (see zlib.h for allowed values) - * @param comp_strategy Compression strategy (see zlib.h for allowed values) - * @return Z_OK on success, Z_STREAM_ERROR otherwise. - * - * Unfortunately, these parameters cannot be modified separately, as the - * previous zfstream version assumed. Since the strategy is seldom changed, - * it can default and setcompression(level) then becomes like the old - * setcompressionlevel(level). - */ - int - setcompression(int comp_level, - int comp_strategy = Z_DEFAULT_STRATEGY); - - /** - * @brief Check if file is open. - * @return True if file is open. - */ - bool - is_open() const { return (file != NULL); } - - /** - * @brief Open gzipped file. - * @param name File name. - * @param mode Open mode flags. - * @return @c this on success, NULL on failure. - */ - gzfilebuf* - open(const char* name, - std::ios_base::openmode mode); - - /** - * @brief Attach to already open gzipped file. - * @param fd File descriptor. - * @param mode Open mode flags. - * @return @c this on success, NULL on failure. - */ - gzfilebuf* - attach(int fd, - std::ios_base::openmode mode); - - /** - * @brief Close gzipped file. - * @return @c this on success, NULL on failure. - */ - gzfilebuf* - close(); - -protected: - /** - * @brief Convert ios open mode int to mode string used by zlib. - * @return True if valid mode flag combination. - */ - bool - open_mode(std::ios_base::openmode mode, - char* c_mode) const; - - /** - * @brief Number of characters available in stream buffer. - * @return Number of characters. - * - * This indicates number of characters in get area of stream buffer. - * These characters can be read without accessing the gzipped file. - */ - virtual std::streamsize - showmanyc(); - - /** - * @brief Fill get area from gzipped file. - * @return First character in get area on success, EOF on error. - * - * This actually reads characters from gzipped file to stream - * buffer. Always buffered. - */ - virtual int_type - underflow(); - - /** - * @brief Write put area to gzipped file. - * @param c Extra character to add to buffer contents. - * @return Non-EOF on success, EOF on error. - * - * This actually writes characters in stream buffer to - * gzipped file. With unbuffered output this is done one - * character at a time. - */ - virtual int_type - overflow(int_type c = traits_type::eof()); - - /** - * @brief Installs external stream buffer. - * @param p Pointer to char buffer. - * @param n Size of external buffer. - * @return @c this on success, NULL on failure. - * - * Call setbuf(0,0) to enable unbuffered output. - */ - virtual std::streambuf* - setbuf(char_type* p, - std::streamsize n); - - /** - * @brief Flush stream buffer to file. - * @return 0 on success, -1 on error. - * - * This calls underflow(EOF) to do the job. - */ - virtual int - sync(); - -// -// Some future enhancements -// -// virtual int_type uflow(); -// virtual int_type pbackfail(int_type c = traits_type::eof()); -// virtual pos_type -// seekoff(off_type off, -// std::ios_base::seekdir way, -// std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out); -// virtual pos_type -// seekpos(pos_type sp, -// std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out); - -private: - /** - * @brief Allocate internal buffer. - * - * This function is safe to call multiple times. It will ensure - * that a proper internal buffer exists if it is required. If the - * buffer already exists or is external, the buffer pointers will be - * reset to their original state. - */ - void - enable_buffer(); - - /** - * @brief Destroy internal buffer. - * - * This function is safe to call multiple times. It will ensure - * that the internal buffer is deallocated if it exists. In any - * case, it will also reset the buffer pointers. - */ - void - disable_buffer(); - - /** - * Underlying file pointer. - */ - gzFile file; - - /** - * Mode in which file was opened. - */ - std::ios_base::openmode io_mode; - - /** - * @brief True if this object owns file descriptor. - * - * This makes the class responsible for closing the file - * upon destruction. - */ - bool own_fd; - - /** - * @brief Stream buffer. - * - * For simplicity this remains allocated on the free store for the - * entire life span of the gzfilebuf object, unless replaced by setbuf. - */ - char_type* buffer; - - /** - * @brief Stream buffer size. - * - * Defaults to system default buffer size (typically 8192 bytes). - * Modified by setbuf. - */ - std::streamsize buffer_size; - - /** - * @brief True if this object owns stream buffer. - * - * This makes the class responsible for deleting the buffer - * upon destruction. - */ - bool own_buffer; -}; - -/*****************************************************************************/ - -/** - * @brief Gzipped file input stream class. - * - * This class implements ifstream for gzipped files. Seeking and putback - * is not supported yet. -*/ -class gzifstream : public std::istream -{ -public: - // Default constructor - gzifstream(); - - /** - * @brief Construct stream on gzipped file to be opened. - * @param name File name. - * @param mode Open mode flags (forced to contain ios::in). - */ - explicit - gzifstream(const char* name, - std::ios_base::openmode mode = std::ios_base::in); - - /** - * @brief Construct stream on already open gzipped file. - * @param fd File descriptor. - * @param mode Open mode flags (forced to contain ios::in). - */ - explicit - gzifstream(int fd, - std::ios_base::openmode mode = std::ios_base::in); - - /** - * Obtain underlying stream buffer. - */ - gzfilebuf* - rdbuf() const - { return const_cast(&sb); } - - /** - * @brief Check if file is open. - * @return True if file is open. - */ - bool - is_open() { return sb.is_open(); } - - /** - * @brief Open gzipped file. - * @param name File name. - * @param mode Open mode flags (forced to contain ios::in). - * - * Stream will be in state good() if file opens successfully; - * otherwise in state fail(). This differs from the behavior of - * ifstream, which never sets the state to good() and therefore - * won't allow you to reuse the stream for a second file unless - * you manually clear() the state. The choice is a matter of - * convenience. - */ - void - open(const char* name, - std::ios_base::openmode mode = std::ios_base::in); - - /** - * @brief Attach to already open gzipped file. - * @param fd File descriptor. - * @param mode Open mode flags (forced to contain ios::in). - * - * Stream will be in state good() if attach succeeded; otherwise - * in state fail(). - */ - void - attach(int fd, - std::ios_base::openmode mode = std::ios_base::in); - - /** - * @brief Close gzipped file. - * - * Stream will be in state fail() if close failed. - */ - void - close(); - -private: - /** - * Underlying stream buffer. - */ - gzfilebuf sb; -}; - -/*****************************************************************************/ - -/** - * @brief Gzipped file output stream class. - * - * This class implements ofstream for gzipped files. Seeking and putback - * is not supported yet. -*/ -class gzofstream : public std::ostream -{ -public: - // Default constructor - gzofstream(); - - /** - * @brief Construct stream on gzipped file to be opened. - * @param name File name. - * @param mode Open mode flags (forced to contain ios::out). - */ - explicit - gzofstream(const char* name, - std::ios_base::openmode mode = std::ios_base::out); - - /** - * @brief Construct stream on already open gzipped file. - * @param fd File descriptor. - * @param mode Open mode flags (forced to contain ios::out). - */ - explicit - gzofstream(int fd, - std::ios_base::openmode mode = std::ios_base::out); - - /** - * Obtain underlying stream buffer. - */ - gzfilebuf* - rdbuf() const - { return const_cast(&sb); } - - /** - * @brief Check if file is open. - * @return True if file is open. - */ - bool - is_open() { return sb.is_open(); } - - /** - * @brief Open gzipped file. - * @param name File name. - * @param mode Open mode flags (forced to contain ios::out). - * - * Stream will be in state good() if file opens successfully; - * otherwise in state fail(). This differs from the behavior of - * ofstream, which never sets the state to good() and therefore - * won't allow you to reuse the stream for a second file unless - * you manually clear() the state. The choice is a matter of - * convenience. - */ - void - open(const char* name, - std::ios_base::openmode mode = std::ios_base::out); - - /** - * @brief Attach to already open gzipped file. - * @param fd File descriptor. - * @param mode Open mode flags (forced to contain ios::out). - * - * Stream will be in state good() if attach succeeded; otherwise - * in state fail(). - */ - void - attach(int fd, - std::ios_base::openmode mode = std::ios_base::out); - - /** - * @brief Close gzipped file. - * - * Stream will be in state fail() if close failed. - */ - void - close(); - -private: - /** - * Underlying stream buffer. - */ - gzfilebuf sb; -}; - -/*****************************************************************************/ - -/** - * @brief Gzipped file output stream manipulator class. - * - * This class defines a two-argument manipulator for gzofstream. It is used - * as base for the setcompression(int,int) manipulator. -*/ -template - class gzomanip2 - { - public: - // Allows inserter to peek at internals - template - friend gzofstream& - operator<<(gzofstream&, - const gzomanip2&); - - // Constructor - gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2), - T1 v1, - T2 v2); - private: - // Underlying manipulator function - gzofstream& - (*func)(gzofstream&, T1, T2); - - // Arguments for manipulator function - T1 val1; - T2 val2; - }; - -/*****************************************************************************/ - -// Manipulator function thunks through to stream buffer -inline gzofstream& -setcompression(gzofstream &gzs, int l, int s = Z_DEFAULT_STRATEGY) -{ - (gzs.rdbuf())->setcompression(l, s); - return gzs; -} - -// Manipulator constructor stores arguments -template - inline - gzomanip2::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), - T1 v1, - T2 v2) - : func(f), val1(v1), val2(v2) - { } - -// Inserter applies underlying manipulator function to stream -template - inline gzofstream& - operator<<(gzofstream& s, const gzomanip2& m) - { return (*m.func)(s, m.val1, m.val2); } - -// Insert this onto stream to simplify setting of compression level -inline gzomanip2 -setcompression(int l, int s = Z_DEFAULT_STRATEGY) -{ return gzomanip2(&setcompression, l, s); } - -#endif // ZFSTREAM_H diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile deleted file mode 100644 index 3d927ec..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -CC?=cc -CFLAGS := $(CFLAGS) -O -I../.. - -UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a -ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a - -.c.o: - $(CC) -c $(CFLAGS) $*.c - -all: miniunz minizip - -miniunz: $(UNZ_OBJS) - $(CC) $(CFLAGS) -o $@ $(UNZ_OBJS) - -minizip: $(ZIP_OBJS) - $(CC) $(CFLAGS) -o $@ $(ZIP_OBJS) - -test: miniunz minizip - @rm -f test.* - @echo hello hello hello > test.txt - ./minizip test test.txt - ./miniunz -l test.zip - @mv test.txt test.old - ./miniunz test.zip - @cmp test.txt test.old - @rm -f test.* - -clean: - /bin/rm -f *.o *~ minizip miniunz test.* diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile.am b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile.am deleted file mode 100644 index d343011..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ -lib_LTLIBRARIES = libminizip.la - -if COND_DEMOS -bin_PROGRAMS = miniunzip minizip -endif - -zlib_top_srcdir = $(top_srcdir)/../.. -zlib_top_builddir = $(top_builddir)/../.. - -AM_CPPFLAGS = -I$(zlib_top_srcdir) -AM_LDFLAGS = -L$(zlib_top_builddir) - -if WIN32 -iowin32_src = iowin32.c -iowin32_h = iowin32.h -endif - -libminizip_la_SOURCES = \ - ioapi.c \ - mztools.c \ - unzip.c \ - zip.c \ - ${iowin32_src} - -libminizip_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:0:0 -lz - -minizip_includedir = $(includedir)/minizip -minizip_include_HEADERS = \ - crypt.h \ - ioapi.h \ - mztools.h \ - unzip.h \ - zip.h \ - ${iowin32_h} - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = minizip.pc - -EXTRA_PROGRAMS = miniunzip minizip - -miniunzip_SOURCES = miniunz.c -miniunzip_LDADD = libminizip.la - -minizip_SOURCES = minizip.c -minizip_LDADD = libminizip.la -lz diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_Changes.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_Changes.txt deleted file mode 100644 index 3759468..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_Changes.txt +++ /dev/null @@ -1,6 +0,0 @@ - -MiniZip 1.1 was derived from MiniZip at version 1.01f - -Change in 1.0 (Okt 2009) - - **TODO - Add history** - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_info.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_info.txt deleted file mode 100644 index 57d7152..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/MiniZip64_info.txt +++ /dev/null @@ -1,74 +0,0 @@ -MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from Mathias Svensson - -Introduction ---------------------- -MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.html ) - -When adding ZIP64 support into minizip it would result into risk of breaking compatibility with minizip 1.0. -All possible work was done for compatibility. - - -Background ---------------------- -When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP64 -support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ ) - -That was used as a starting point. And after that ZIP64 support was added to zip.c -some refactoring and code cleanup was also done. - - -Changed from MiniZip 1.0 to MiniZip 1.1 ---------------------------------------- -* Added ZIP64 support for unzip ( by Even Rouault ) -* Added ZIP64 support for zip ( by Mathias Svensson ) -* Reverted some changed that Even Rouault did. -* Bunch of patches received from Gulles Vollant that he received for MiniZip from various users. -* Added unzip patch for BZIP Compression method (patch create by Daniel Borca) -* Added BZIP Compress method for zip -* Did some refactoring and code cleanup - - -Credits - - Gilles Vollant - Original MiniZip author - Even Rouault - ZIP64 unzip Support - Daniel Borca - BZip Compression method support in unzip - Mathias Svensson - ZIP64 zip support - Mathias Svensson - BZip Compression method support in zip - - Resources - - ZipLayout http://result42.com/projects/ZipFileLayout - Command line tool for Windows that shows the layout and information of the headers in a zip archive. - Used when debugging and validating the creation of zip files using MiniZip64 - - - ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT - Zip File specification - - -Notes. - * To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HAVE_BZIP2 need to be defined. - -License ----------------------------------------------------------- - Condition of use and distribution are the same than zlib : - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - ----------------------------------------------------------- - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/configure.ac b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/configure.ac deleted file mode 100644 index 15ec917..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/configure.ac +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - -AC_INIT([minizip], [1.3.1], [bugzilla.redhat.com]) -AC_CONFIG_SRCDIR([minizip.c]) -AM_INIT_AUTOMAKE([foreign]) -LT_INIT - -AC_MSG_CHECKING([whether to build example programs]) -AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs])) -AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) -if test "$enable_demos" = yes -then - AC_MSG_RESULT([yes]) -else - AC_MSG_RESULT([no]) -fi - -case "${host}" in - *-mingw* | mingw*) - WIN32="yes" - ;; - *) - ;; -esac -AM_CONDITIONAL([WIN32], [test "${WIN32}" = "yes"]) - - -AC_SUBST([HAVE_UNISTD_H], [0]) -AC_CHECK_HEADER([unistd.h], [HAVE_UNISTD_H=1], []) -AC_CONFIG_FILES([Makefile minizip.pc]) -AC_OUTPUT diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/crypt.h b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/crypt.h deleted file mode 100644 index f4b93b7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/crypt.h +++ /dev/null @@ -1,128 +0,0 @@ -/* crypt.h -- base code for crypt/uncrypt ZIPfile - - - Version 1.01e, February 12th, 2005 - - Copyright (C) 1998-2005 Gilles Vollant - - This code is a modified version of crypting code in Infozip distribution - - The encryption/decryption parts of this source code (as opposed to the - non-echoing password parts) were originally written in Europe. The - whole source package can be freely distributed, including from the USA. - (Prior to January 2000, re-export from the US was a violation of US law.) - - This encryption code is a direct transcription of the algorithm from - Roger Schlafly, described by Phil Katz in the file appnote.txt. This - file (appnote.txt) is distributed with the PKZIP program (even in the - version without encryption capabilities). - - If you don't need crypting in your application, just define symbols - NOCRYPT and NOUNCRYPT. - - This code support the "Traditional PKWARE Encryption". - - The new AES encryption added on Zip format by Winzip (see the page - http://www.winzip.com/aes_info.htm ) and PKWare PKZip 5.x Strong - Encryption is not supported. -*/ - -#define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) - -/*********************************************************************** - * Return the next byte in the pseudo-random sequence - */ -static int decrypt_byte(unsigned long* pkeys, const z_crc_t* pcrc_32_tab) { - unsigned temp; /* POTENTIAL BUG: temp*(temp^1) may overflow in an - * unpredictable manner on 16-bit systems; not a problem - * with any known compiler so far, though */ - - (void)pcrc_32_tab; - temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2; - return (int)(((temp * (temp ^ 1)) >> 8) & 0xff); -} - -/*********************************************************************** - * Update the encryption keys with the next byte of plain text - */ -static int update_keys(unsigned long* pkeys, const z_crc_t* pcrc_32_tab, int c) { - (*(pkeys+0)) = CRC32((*(pkeys+0)), c); - (*(pkeys+1)) += (*(pkeys+0)) & 0xff; - (*(pkeys+1)) = (*(pkeys+1)) * 134775813L + 1; - { - register int keyshift = (int)((*(pkeys+1)) >> 24); - (*(pkeys+2)) = CRC32((*(pkeys+2)), keyshift); - } - return c; -} - - -/*********************************************************************** - * Initialize the encryption keys and the random header according to - * the given password. - */ -static void init_keys(const char* passwd, unsigned long* pkeys, const z_crc_t* pcrc_32_tab) { - *(pkeys+0) = 305419896L; - *(pkeys+1) = 591751049L; - *(pkeys+2) = 878082192L; - while (*passwd != '\0') { - update_keys(pkeys,pcrc_32_tab,(int)*passwd); - passwd++; - } -} - -#define zdecode(pkeys,pcrc_32_tab,c) \ - (update_keys(pkeys,pcrc_32_tab,c ^= decrypt_byte(pkeys,pcrc_32_tab))) - -#define zencode(pkeys,pcrc_32_tab,c,t) \ - (t=decrypt_byte(pkeys,pcrc_32_tab), update_keys(pkeys,pcrc_32_tab,c), (Byte)t^(c)) - -#ifdef INCLUDECRYPTINGCODE_IFCRYPTALLOWED - -#define RAND_HEAD_LEN 12 - /* "last resort" source for second part of crypt seed pattern */ -# ifndef ZCR_SEED2 -# define ZCR_SEED2 3141592654UL /* use PI as default pattern */ -# endif - -static unsigned crypthead(const char* passwd, /* password string */ - unsigned char* buf, /* where to write header */ - int bufSize, - unsigned long* pkeys, - const z_crc_t* pcrc_32_tab, - unsigned long crcForCrypting) { - unsigned n; /* index in random header */ - int t; /* temporary */ - int c; /* random byte */ - unsigned char header[RAND_HEAD_LEN-2]; /* random header */ - static unsigned calls = 0; /* ensure different random header each time */ - - if (bufSize> 7) & 0xff; - header[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, c, t); - } - /* Encrypt random header (last two bytes is high word of crc) */ - init_keys(passwd, pkeys, pcrc_32_tab); - for (n = 0; n < RAND_HEAD_LEN-2; n++) - { - buf[n] = (unsigned char)zencode(pkeys, pcrc_32_tab, header[n], t); - } - buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 16) & 0xff, t); - buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 24) & 0xff, t); - return n; -} - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.c deleted file mode 100644 index 782d324..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.c +++ /dev/null @@ -1,231 +0,0 @@ -/* ioapi.h -- IO base function header for compress/uncompress .zip - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - -*/ - -#if defined(_WIN32) && (!(defined(_CRT_SECURE_NO_WARNINGS))) - #define _CRT_SECURE_NO_WARNINGS -#endif - -#if defined(__APPLE__) || defined(IOAPI_NO_64) || defined(__HAIKU__) || defined(MINIZIP_FOPEN_NO_64) -// In darwin and perhaps other BSD variants off_t is a 64 bit value, hence no need for specific 64 bit functions -#define FOPEN_FUNC(filename, mode) fopen(filename, mode) -#define FTELLO_FUNC(stream) ftello(stream) -#define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) -#else -#define FOPEN_FUNC(filename, mode) fopen64(filename, mode) -#define FTELLO_FUNC(stream) ftello64(stream) -#define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) -#endif - - -#include "ioapi.h" - -voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc, const void*filename, int mode) { - if (pfilefunc->zfile_func64.zopen64_file != NULL) - return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); - else - { - return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); - } -} - -long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) { - if (pfilefunc->zfile_func64.zseek64_file != NULL) - return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin); - else - { - uLong offsetTruncated = (uLong)offset; - if (offsetTruncated != offset) - return -1; - else - return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin); - } -} - -ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc, voidpf filestream) { - if (pfilefunc->zfile_func64.zseek64_file != NULL) - return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); - else - { - uLong tell_uLong = (uLong)(*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); - if ((tell_uLong) == MAXU32) - return (ZPOS64_T)-1; - else - return tell_uLong; - } -} - -void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32, const zlib_filefunc_def* p_filefunc32) { - p_filefunc64_32->zfile_func64.zopen64_file = NULL; - p_filefunc64_32->zopen32_file = p_filefunc32->zopen_file; - p_filefunc64_32->zfile_func64.zread_file = p_filefunc32->zread_file; - p_filefunc64_32->zfile_func64.zwrite_file = p_filefunc32->zwrite_file; - p_filefunc64_32->zfile_func64.ztell64_file = NULL; - p_filefunc64_32->zfile_func64.zseek64_file = NULL; - p_filefunc64_32->zfile_func64.zclose_file = p_filefunc32->zclose_file; - p_filefunc64_32->zfile_func64.zerror_file = p_filefunc32->zerror_file; - p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; - p_filefunc64_32->zseek32_file = p_filefunc32->zseek_file; - p_filefunc64_32->ztell32_file = p_filefunc32->ztell_file; -} - - - -static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { - FILE* file = NULL; - const char* mode_fopen = NULL; - (void)opaque; - if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ) - mode_fopen = "rb"; - else - if (mode & ZLIB_FILEFUNC_MODE_EXISTING) - mode_fopen = "r+b"; - else - if (mode & ZLIB_FILEFUNC_MODE_CREATE) - mode_fopen = "wb"; - - if ((filename!=NULL) && (mode_fopen != NULL)) - file = fopen(filename, mode_fopen); - return file; -} - -static voidpf ZCALLBACK fopen64_file_func(voidpf opaque, const void* filename, int mode) { - FILE* file = NULL; - const char* mode_fopen = NULL; - (void)opaque; - if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ) - mode_fopen = "rb"; - else - if (mode & ZLIB_FILEFUNC_MODE_EXISTING) - mode_fopen = "r+b"; - else - if (mode & ZLIB_FILEFUNC_MODE_CREATE) - mode_fopen = "wb"; - - if ((filename!=NULL) && (mode_fopen != NULL)) - file = FOPEN_FUNC((const char*)filename, mode_fopen); - return file; -} - - -static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { - uLong ret; - (void)opaque; - ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream); - return ret; -} - -static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { - uLong ret; - (void)opaque; - ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream); - return ret; -} - -static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) { - long ret; - (void)opaque; - ret = ftell((FILE *)stream); - return ret; -} - - -static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) { - ZPOS64_T ret; - (void)opaque; - ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream); - return ret; -} - -static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { - int fseek_origin=0; - long ret; - (void)opaque; - switch (origin) - { - case ZLIB_FILEFUNC_SEEK_CUR : - fseek_origin = SEEK_CUR; - break; - case ZLIB_FILEFUNC_SEEK_END : - fseek_origin = SEEK_END; - break; - case ZLIB_FILEFUNC_SEEK_SET : - fseek_origin = SEEK_SET; - break; - default: return -1; - } - ret = 0; - if (fseek((FILE *)stream, (long)offset, fseek_origin) != 0) - ret = -1; - return ret; -} - -static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { - int fseek_origin=0; - long ret; - (void)opaque; - switch (origin) - { - case ZLIB_FILEFUNC_SEEK_CUR : - fseek_origin = SEEK_CUR; - break; - case ZLIB_FILEFUNC_SEEK_END : - fseek_origin = SEEK_END; - break; - case ZLIB_FILEFUNC_SEEK_SET : - fseek_origin = SEEK_SET; - break; - default: return -1; - } - ret = 0; - - if(FSEEKO_FUNC((FILE *)stream, (z_off64_t)offset, fseek_origin) != 0) - ret = -1; - - return ret; -} - - -static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream) { - int ret; - (void)opaque; - ret = fclose((FILE *)stream); - return ret; -} - -static int ZCALLBACK ferror_file_func(voidpf opaque, voidpf stream) { - int ret; - (void)opaque; - ret = ferror((FILE *)stream); - return ret; -} - -void fill_fopen_filefunc(zlib_filefunc_def* pzlib_filefunc_def) { - pzlib_filefunc_def->zopen_file = fopen_file_func; - pzlib_filefunc_def->zread_file = fread_file_func; - pzlib_filefunc_def->zwrite_file = fwrite_file_func; - pzlib_filefunc_def->ztell_file = ftell_file_func; - pzlib_filefunc_def->zseek_file = fseek_file_func; - pzlib_filefunc_def->zclose_file = fclose_file_func; - pzlib_filefunc_def->zerror_file = ferror_file_func; - pzlib_filefunc_def->opaque = NULL; -} - -void fill_fopen64_filefunc(zlib_filefunc64_def* pzlib_filefunc_def) { - pzlib_filefunc_def->zopen64_file = fopen64_file_func; - pzlib_filefunc_def->zread_file = fread_file_func; - pzlib_filefunc_def->zwrite_file = fwrite_file_func; - pzlib_filefunc_def->ztell64_file = ftell64_file_func; - pzlib_filefunc_def->zseek64_file = fseek64_file_func; - pzlib_filefunc_def->zclose_file = fclose_file_func; - pzlib_filefunc_def->zerror_file = ferror_file_func; - pzlib_filefunc_def->opaque = NULL; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.h b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.h deleted file mode 100644 index a2d2e6e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/ioapi.h +++ /dev/null @@ -1,210 +0,0 @@ -/* ioapi.h -- IO base function header for compress/uncompress .zip - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - - Changes - - Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this) - Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux. - More if/def section may be needed to support other platforms - Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows. - (but you should use iowin32.c for windows instead) - -*/ - -#ifndef _ZLIBIOAPI64_H -#define _ZLIBIOAPI64_H - -#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) - - // Linux needs this to support file operation on files larger then 4+GB - // But might need better if/def to select just the platforms that needs them. - - #ifndef __USE_FILE_OFFSET64 - #define __USE_FILE_OFFSET64 - #endif - #ifndef __USE_LARGEFILE64 - #define __USE_LARGEFILE64 - #endif - #ifndef _LARGEFILE64_SOURCE - #define _LARGEFILE64_SOURCE - #endif - #ifndef _FILE_OFFSET_BIT - #define _FILE_OFFSET_BIT 64 - #endif - -#endif - -#include -#include -#include "zlib.h" - -#if defined(USE_FILE32API) -#define fopen64 fopen -#define ftello64 ftell -#define fseeko64 fseek -#else -#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__HAIKU__) || defined(MINIZIP_FOPEN_NO_64) -#define fopen64 fopen -#define ftello64 ftello -#define fseeko64 fseeko -#endif -#ifdef _MSC_VER - #define fopen64 fopen - #if (_MSC_VER >= 1400) && (!(defined(NO_MSCVER_FILE64_FUNC))) - #define ftello64 _ftelli64 - #define fseeko64 _fseeki64 - #else // old MSC - #define ftello64 ftell - #define fseeko64 fseek - #endif -#endif -#endif - -/* -#ifndef ZPOS64_T - #ifdef _WIN32 - #define ZPOS64_T fpos_t - #else - #include - #define ZPOS64_T uint64_t - #endif -#endif -*/ - -#ifdef HAVE_MINIZIP64_CONF_H -#include "mz64conf.h" -#endif - -/* a type chosen by DEFINE */ -#ifdef HAVE_64BIT_INT_CUSTOM -typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; -#else -#ifdef HAS_STDINT_H -#include "stdint.h" -typedef uint64_t ZPOS64_T; -#else - - - -#if defined(_MSC_VER) || defined(__BORLANDC__) -typedef unsigned __int64 ZPOS64_T; -#else -typedef unsigned long long int ZPOS64_T; -#endif -#endif -#endif - -/* Maximum unsigned 32-bit value used as placeholder for zip64 */ -#ifndef MAXU32 -#define MAXU32 (0xffffffff) -#endif - -#ifdef __cplusplus -extern "C" { -#endif - - -#define ZLIB_FILEFUNC_SEEK_CUR (1) -#define ZLIB_FILEFUNC_SEEK_END (2) -#define ZLIB_FILEFUNC_SEEK_SET (0) - -#define ZLIB_FILEFUNC_MODE_READ (1) -#define ZLIB_FILEFUNC_MODE_WRITE (2) -#define ZLIB_FILEFUNC_MODE_READWRITEFILTER (3) - -#define ZLIB_FILEFUNC_MODE_EXISTING (4) -#define ZLIB_FILEFUNC_MODE_CREATE (8) - - -#ifndef ZCALLBACK - #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK) - #define ZCALLBACK CALLBACK - #else - #define ZCALLBACK - #endif -#endif - - - - -typedef voidpf (ZCALLBACK *open_file_func) (voidpf opaque, const char* filename, int mode); -typedef uLong (ZCALLBACK *read_file_func) (voidpf opaque, voidpf stream, void* buf, uLong size); -typedef uLong (ZCALLBACK *write_file_func) (voidpf opaque, voidpf stream, const void* buf, uLong size); -typedef int (ZCALLBACK *close_file_func) (voidpf opaque, voidpf stream); -typedef int (ZCALLBACK *testerror_file_func) (voidpf opaque, voidpf stream); - -typedef long (ZCALLBACK *tell_file_func) (voidpf opaque, voidpf stream); -typedef long (ZCALLBACK *seek_file_func) (voidpf opaque, voidpf stream, uLong offset, int origin); - - -/* here is the "old" 32 bits structure */ -typedef struct zlib_filefunc_def_s -{ - open_file_func zopen_file; - read_file_func zread_file; - write_file_func zwrite_file; - tell_file_func ztell_file; - seek_file_func zseek_file; - close_file_func zclose_file; - testerror_file_func zerror_file; - voidpf opaque; -} zlib_filefunc_def; - -typedef ZPOS64_T (ZCALLBACK *tell64_file_func) (voidpf opaque, voidpf stream); -typedef long (ZCALLBACK *seek64_file_func) (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin); -typedef voidpf (ZCALLBACK *open64_file_func) (voidpf opaque, const void* filename, int mode); - -typedef struct zlib_filefunc64_def_s -{ - open64_file_func zopen64_file; - read_file_func zread_file; - write_file_func zwrite_file; - tell64_file_func ztell64_file; - seek64_file_func zseek64_file; - close_file_func zclose_file; - testerror_file_func zerror_file; - voidpf opaque; -} zlib_filefunc64_def; - -void fill_fopen64_filefunc(zlib_filefunc64_def* pzlib_filefunc_def); -void fill_fopen_filefunc(zlib_filefunc_def* pzlib_filefunc_def); - -/* now internal definition, only for zip.c and unzip.h */ -typedef struct zlib_filefunc64_32_def_s -{ - zlib_filefunc64_def zfile_func64; - open_file_func zopen32_file; - tell_file_func ztell32_file; - seek_file_func zseek32_file; -} zlib_filefunc64_32_def; - - -#define ZREAD64(filefunc,filestream,buf,size) ((*((filefunc).zfile_func64.zread_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) -#define ZWRITE64(filefunc,filestream,buf,size) ((*((filefunc).zfile_func64.zwrite_file)) ((filefunc).zfile_func64.opaque,filestream,buf,size)) -//#define ZTELL64(filefunc,filestream) ((*((filefunc).ztell64_file)) ((filefunc).opaque,filestream)) -//#define ZSEEK64(filefunc,filestream,pos,mode) ((*((filefunc).zseek64_file)) ((filefunc).opaque,filestream,pos,mode)) -#define ZCLOSE64(filefunc,filestream) ((*((filefunc).zfile_func64.zclose_file)) ((filefunc).zfile_func64.opaque,filestream)) -#define ZERROR64(filefunc,filestream) ((*((filefunc).zfile_func64.zerror_file)) ((filefunc).zfile_func64.opaque,filestream)) - -voidpf call_zopen64(const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode); -long call_zseek64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin); -ZPOS64_T call_ztell64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream); - -void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32); - -#define ZOPEN64(filefunc,filename,mode) (call_zopen64((&(filefunc)),(filename),(mode))) -#define ZTELL64(filefunc,filestream) (call_ztell64((&(filefunc)),(filestream))) -#define ZSEEK64(filefunc,filestream,pos,mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode))) - -#ifdef __cplusplus -} -#endif - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.c deleted file mode 100644 index 08536e9..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.c +++ /dev/null @@ -1,440 +0,0 @@ -/* iowin32.c -- IO base function header for compress/uncompress .zip - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - -*/ - -#include - -#include "zlib.h" -#include "ioapi.h" -#include "iowin32.h" - -#ifndef INVALID_HANDLE_VALUE -#define INVALID_HANDLE_VALUE (0xFFFFFFFF) -#endif - -#ifndef INVALID_SET_FILE_POINTER -#define INVALID_SET_FILE_POINTER ((DWORD)-1) -#endif - - -// see Include/shared/winapifamily.h in the Windows Kit -#if defined(WINAPI_FAMILY_PARTITION) && (!(defined(IOWIN32_USING_WINRT_API))) - -#if !defined(WINAPI_FAMILY_ONE_PARTITION) -#define WINAPI_FAMILY_ONE_PARTITION(PartitionSet, Partition) ((WINAPI_FAMILY & PartitionSet) == Partition) -#endif - -#if WINAPI_FAMILY_ONE_PARTITION(WINAPI_FAMILY, WINAPI_PARTITION_APP) -#define IOWIN32_USING_WINRT_API 1 -#endif -#endif - -typedef struct -{ - HANDLE hf; - int error; -} WIN32FILE_IOWIN; - - -static void win32_translate_open_mode(int mode, - DWORD* lpdwDesiredAccess, - DWORD* lpdwCreationDisposition, - DWORD* lpdwShareMode, - DWORD* lpdwFlagsAndAttributes) { - *lpdwDesiredAccess = *lpdwShareMode = *lpdwFlagsAndAttributes = *lpdwCreationDisposition = 0; - - if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER)==ZLIB_FILEFUNC_MODE_READ) - { - *lpdwDesiredAccess = GENERIC_READ; - *lpdwCreationDisposition = OPEN_EXISTING; - *lpdwShareMode = FILE_SHARE_READ; - } - else if (mode & ZLIB_FILEFUNC_MODE_EXISTING) - { - *lpdwDesiredAccess = GENERIC_WRITE | GENERIC_READ; - *lpdwCreationDisposition = OPEN_EXISTING; - } - else if (mode & ZLIB_FILEFUNC_MODE_CREATE) - { - *lpdwDesiredAccess = GENERIC_WRITE | GENERIC_READ; - *lpdwCreationDisposition = CREATE_ALWAYS; - } -} - -static voidpf win32_build_iowin(HANDLE hFile) { - voidpf ret=NULL; - - if ((hFile != NULL) && (hFile != INVALID_HANDLE_VALUE)) - { - WIN32FILE_IOWIN w32fiow; - w32fiow.hf = hFile; - w32fiow.error = 0; - ret = malloc(sizeof(WIN32FILE_IOWIN)); - - if (ret==NULL) - CloseHandle(hFile); - else - *((WIN32FILE_IOWIN*)ret) = w32fiow; - } - return ret; -} - -voidpf ZCALLBACK win32_open64_file_func(voidpf opaque, const void* filename, int mode) { - const char* mode_fopen = NULL; - DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; - HANDLE hFile = NULL; - - win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes); - -#ifdef IOWIN32_USING_WINRT_API -#ifdef UNICODE - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); -#else - if ((filename!=NULL) && (dwDesiredAccess != 0)) - { - WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; - MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); - hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); - } -#endif -#else - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); -#endif - - return win32_build_iowin(hFile); -} - - -voidpf ZCALLBACK win32_open64_file_funcA(voidpf opaque, const void* filename, int mode) { - const char* mode_fopen = NULL; - DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; - HANDLE hFile = NULL; - - win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes); - -#ifdef IOWIN32_USING_WINRT_API - if ((filename!=NULL) && (dwDesiredAccess != 0)) - { - WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; - MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); - hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); - } -#else - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFileA((LPCSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); -#endif - - return win32_build_iowin(hFile); -} - - -voidpf ZCALLBACK win32_open64_file_funcW(voidpf opaque, const void* filename, int mode) { - const char* mode_fopen = NULL; - DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; - HANDLE hFile = NULL; - - win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes); - -#ifdef IOWIN32_USING_WINRT_API - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFile2((LPCWSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition,NULL); -#else - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFileW((LPCWSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); -#endif - - return win32_build_iowin(hFile); -} - - -voidpf ZCALLBACK win32_open_file_func(voidpf opaque, const char* filename, int mode) { - const char* mode_fopen = NULL; - DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; - HANDLE hFile = NULL; - - win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAttributes); - -#ifdef IOWIN32_USING_WINRT_API -#ifdef UNICODE - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); -#else - if ((filename!=NULL) && (dwDesiredAccess != 0)) - { - WCHAR filenameW[FILENAME_MAX + 0x200 + 1]; - MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); - hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); - } -#endif -#else - if ((filename!=NULL) && (dwDesiredAccess != 0)) - hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL); -#endif - - return win32_build_iowin(hFile); -} - - -uLong ZCALLBACK win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) { - uLong ret=0; - HANDLE hFile = NULL; - if (stream!=NULL) - hFile = ((WIN32FILE_IOWIN*)stream) -> hf; - - if (hFile != NULL) - { - if (!ReadFile(hFile, buf, size, &ret, NULL)) - { - DWORD dwErr = GetLastError(); - if (dwErr == ERROR_HANDLE_EOF) - dwErr = 0; - ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; - } - } - - return ret; -} - - -uLong ZCALLBACK win32_write_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { - uLong ret=0; - HANDLE hFile = NULL; - if (stream!=NULL) - hFile = ((WIN32FILE_IOWIN*)stream) -> hf; - - if (hFile != NULL) - { - if (!WriteFile(hFile, buf, size, &ret, NULL)) - { - DWORD dwErr = GetLastError(); - if (dwErr == ERROR_HANDLE_EOF) - dwErr = 0; - ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; - } - } - - return ret; -} - -static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) { -#ifdef IOWIN32_USING_WINRT_API - return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod); -#else - LONG lHigh = pos.HighPart; - DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod); - BOOL fOk = TRUE; - if (dwNewPos == 0xFFFFFFFF) - if (GetLastError() != NO_ERROR) - fOk = FALSE; - if ((newPos != NULL) && (fOk)) - { - newPos->LowPart = dwNewPos; - newPos->HighPart = lHigh; - } - return fOk; -#endif -} - -long ZCALLBACK win32_tell_file_func(voidpf opaque, voidpf stream) { - long ret=-1; - HANDLE hFile = NULL; - if (stream!=NULL) - hFile = ((WIN32FILE_IOWIN*)stream) -> hf; - if (hFile != NULL) - { - LARGE_INTEGER pos; - pos.QuadPart = 0; - - if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT)) - { - DWORD dwErr = GetLastError(); - ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; - ret = -1; - } - else - ret=(long)pos.LowPart; - } - return ret; -} - -ZPOS64_T ZCALLBACK win32_tell64_file_func(voidpf opaque, voidpf stream) { - ZPOS64_T ret= (ZPOS64_T)-1; - HANDLE hFile = NULL; - if (stream!=NULL) - hFile = ((WIN32FILE_IOWIN*)stream)->hf; - - if (hFile) - { - LARGE_INTEGER pos; - pos.QuadPart = 0; - - if (!MySetFilePointerEx(hFile, pos, &pos, FILE_CURRENT)) - { - DWORD dwErr = GetLastError(); - ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; - ret = (ZPOS64_T)-1; - } - else - ret=pos.QuadPart; - } - return ret; -} - - -long ZCALLBACK win32_seek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { - DWORD dwMoveMethod=0xFFFFFFFF; - HANDLE hFile = NULL; - - long ret=-1; - if (stream!=NULL) - hFile = ((WIN32FILE_IOWIN*)stream) -> hf; - switch (origin) - { - case ZLIB_FILEFUNC_SEEK_CUR : - dwMoveMethod = FILE_CURRENT; - break; - case ZLIB_FILEFUNC_SEEK_END : - dwMoveMethod = FILE_END; - break; - case ZLIB_FILEFUNC_SEEK_SET : - dwMoveMethod = FILE_BEGIN; - break; - default: return -1; - } - - if (hFile != NULL) - { - LARGE_INTEGER pos; - pos.QuadPart = offset; - if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) - { - DWORD dwErr = GetLastError(); - ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; - ret = -1; - } - else - ret=0; - } - return ret; -} - -long ZCALLBACK win32_seek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { - DWORD dwMoveMethod=0xFFFFFFFF; - HANDLE hFile = NULL; - long ret=-1; - - if (stream!=NULL) - hFile = ((WIN32FILE_IOWIN*)stream)->hf; - - switch (origin) - { - case ZLIB_FILEFUNC_SEEK_CUR : - dwMoveMethod = FILE_CURRENT; - break; - case ZLIB_FILEFUNC_SEEK_END : - dwMoveMethod = FILE_END; - break; - case ZLIB_FILEFUNC_SEEK_SET : - dwMoveMethod = FILE_BEGIN; - break; - default: return -1; - } - - if (hFile) - { - LARGE_INTEGER pos; - pos.QuadPart = offset; - if (!MySetFilePointerEx(hFile, pos, NULL, dwMoveMethod)) - { - DWORD dwErr = GetLastError(); - ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; - ret = -1; - } - else - ret=0; - } - return ret; -} - -int ZCALLBACK win32_close_file_func(voidpf opaque, voidpf stream) { - int ret=-1; - - if (stream!=NULL) - { - HANDLE hFile; - hFile = ((WIN32FILE_IOWIN*)stream) -> hf; - if (hFile != NULL) - { - CloseHandle(hFile); - ret=0; - } - free(stream); - } - return ret; -} - -int ZCALLBACK win32_error_file_func(voidpf opaque, voidpf stream) { - int ret=-1; - if (stream!=NULL) - { - ret = ((WIN32FILE_IOWIN*)stream) -> error; - } - return ret; -} - -void fill_win32_filefunc(zlib_filefunc_def* pzlib_filefunc_def) { - pzlib_filefunc_def->zopen_file = win32_open_file_func; - pzlib_filefunc_def->zread_file = win32_read_file_func; - pzlib_filefunc_def->zwrite_file = win32_write_file_func; - pzlib_filefunc_def->ztell_file = win32_tell_file_func; - pzlib_filefunc_def->zseek_file = win32_seek_file_func; - pzlib_filefunc_def->zclose_file = win32_close_file_func; - pzlib_filefunc_def->zerror_file = win32_error_file_func; - pzlib_filefunc_def->opaque = NULL; -} - -void fill_win32_filefunc64(zlib_filefunc64_def* pzlib_filefunc_def) { - pzlib_filefunc_def->zopen64_file = win32_open64_file_func; - pzlib_filefunc_def->zread_file = win32_read_file_func; - pzlib_filefunc_def->zwrite_file = win32_write_file_func; - pzlib_filefunc_def->ztell64_file = win32_tell64_file_func; - pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; - pzlib_filefunc_def->zclose_file = win32_close_file_func; - pzlib_filefunc_def->zerror_file = win32_error_file_func; - pzlib_filefunc_def->opaque = NULL; -} - - -void fill_win32_filefunc64A(zlib_filefunc64_def* pzlib_filefunc_def) { - pzlib_filefunc_def->zopen64_file = win32_open64_file_funcA; - pzlib_filefunc_def->zread_file = win32_read_file_func; - pzlib_filefunc_def->zwrite_file = win32_write_file_func; - pzlib_filefunc_def->ztell64_file = win32_tell64_file_func; - pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; - pzlib_filefunc_def->zclose_file = win32_close_file_func; - pzlib_filefunc_def->zerror_file = win32_error_file_func; - pzlib_filefunc_def->opaque = NULL; -} - - -void fill_win32_filefunc64W(zlib_filefunc64_def* pzlib_filefunc_def) { - pzlib_filefunc_def->zopen64_file = win32_open64_file_funcW; - pzlib_filefunc_def->zread_file = win32_read_file_func; - pzlib_filefunc_def->zwrite_file = win32_write_file_func; - pzlib_filefunc_def->ztell64_file = win32_tell64_file_func; - pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; - pzlib_filefunc_def->zclose_file = win32_close_file_func; - pzlib_filefunc_def->zerror_file = win32_error_file_func; - pzlib_filefunc_def->opaque = NULL; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.h b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.h deleted file mode 100644 index a23a65d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/iowin32.h +++ /dev/null @@ -1,28 +0,0 @@ -/* iowin32.h -- IO base function header for compress/uncompress .zip - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - -*/ - -#include - - -#ifdef __cplusplus -extern "C" { -#endif - -void fill_win32_filefunc(zlib_filefunc_def* pzlib_filefunc_def); -void fill_win32_filefunc64(zlib_filefunc64_def* pzlib_filefunc_def); -void fill_win32_filefunc64A(zlib_filefunc64_def* pzlib_filefunc_def); -void fill_win32_filefunc64W(zlib_filefunc64_def* pzlib_filefunc_def); - -#ifdef __cplusplus -} -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/make_vms.com b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/make_vms.com deleted file mode 100644 index 9ac13a9..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/make_vms.com +++ /dev/null @@ -1,25 +0,0 @@ -$ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig -$ open/write zdef vmsdefs.h -$ copy sys$input: zdef -$ deck -#define unix -#define fill_zlib_filefunc64_32_def_from_filefunc32 fillzffunc64from -#define Write_Zip64EndOfCentralDirectoryLocator Write_Zip64EoDLocator -#define Write_Zip64EndOfCentralDirectoryRecord Write_Zip64EoDRecord -#define Write_EndOfCentralDirectoryRecord Write_EoDRecord -$ eod -$ close zdef -$ copy vmsdefs.h,ioapi.h_orig ioapi.h -$ cc/include=[--]/prefix=all ioapi.c -$ cc/include=[--]/prefix=all miniunz.c -$ cc/include=[--]/prefix=all unzip.c -$ cc/include=[--]/prefix=all minizip.c -$ cc/include=[--]/prefix=all zip.c -$ link miniunz,unzip,ioapi,[--]libz.olb/lib -$ link minizip,zip,ioapi,[--]libz.olb/lib -$ mcr []minizip test minizip_info.txt -$ mcr []miniunz -l test.zip -$ rename minizip_info.txt; minizip_info.txt_old -$ mcr []miniunz test.zip -$ delete test.zip;* -$exit diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/miniunz.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/miniunz.c deleted file mode 100644 index d627c42..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/miniunz.c +++ /dev/null @@ -1,647 +0,0 @@ -/* - miniunz.c - Version 1.1, February 14h, 2010 - sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications of Unzip for Zip64 - Copyright (C) 2007-2008 Even Rouault - - Modifications for Zip64 support on both zip and unzip - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) -*/ - -#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) - #ifndef __USE_FILE_OFFSET64 - #define __USE_FILE_OFFSET64 - #endif - #ifndef __USE_LARGEFILE64 - #define __USE_LARGEFILE64 - #endif - #ifndef _LARGEFILE64_SOURCE - #define _LARGEFILE64_SOURCE - #endif - #ifndef _FILE_OFFSET_BIT - #define _FILE_OFFSET_BIT 64 - #endif -#endif - -#if defined(__APPLE__) || defined(__HAIKU__) || defined(MINIZIP_FOPEN_NO_64) -// In darwin and perhaps other BSD variants off_t is a 64 bit value, hence no need for specific 64 bit functions -#define FOPEN_FUNC(filename, mode) fopen(filename, mode) -#define FTELLO_FUNC(stream) ftello(stream) -#define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) -#else -#define FOPEN_FUNC(filename, mode) fopen64(filename, mode) -#define FTELLO_FUNC(stream) ftello64(stream) -#define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) -#endif - - -#include -#include -#include -#include -#include -#include -#include - -#ifdef _WIN32 -# include -# include -#else -# include -# include -#endif - - -#include "unzip.h" - -#define CASESENSITIVITY (0) -#define WRITEBUFFERSIZE (8192) -#define MAXFILENAME (256) - -#ifdef _WIN32 -#define USEWIN32IOAPI -#include "iowin32.h" -#endif -/* - mini unzip, demo of unzip package - - usage : - Usage : miniunz [-exvlo] file.zip [file_to_extract] [-d extractdir] - - list the file in the zipfile, and print the content of FILE_ID.ZIP or README.TXT - if it exists -*/ - - -/* change_file_date : change the date/time of a file - filename : the filename of the file where date/time must be modified - dosdate : the new date at the MSDOS format (4 bytes) - tmu_date : the SAME new date at the tm_unz format */ -static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) { -#ifdef _WIN32 - HANDLE hFile; - FILETIME ftm,ftLocal,ftCreate,ftLastAcc,ftLastWrite; - - hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE, - 0,NULL,OPEN_EXISTING,0,NULL); - GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite); - DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal); - LocalFileTimeToFileTime(&ftLocal,&ftm); - SetFileTime(hFile,&ftm,&ftLastAcc,&ftm); - CloseHandle(hFile); -#else -#if defined(unix) || defined(__APPLE__) - (void)dosdate; - struct utimbuf ut; - struct tm newdate; - newdate.tm_sec = tmu_date.tm_sec; - newdate.tm_min=tmu_date.tm_min; - newdate.tm_hour=tmu_date.tm_hour; - newdate.tm_mday=tmu_date.tm_mday; - newdate.tm_mon=tmu_date.tm_mon; - if (tmu_date.tm_year > 1900) - newdate.tm_year=tmu_date.tm_year - 1900; - else - newdate.tm_year=tmu_date.tm_year ; - newdate.tm_isdst=-1; - - ut.actime=ut.modtime=mktime(&newdate); - utime(filename,&ut); -#else - (void)filename; - (void)dosdate; - (void)tmu_date; -#endif -#endif -} - - -/* mymkdir and change_file_date are not 100 % portable - As I don't know well Unix, I wait feedback for the unix portion */ - -static int mymkdir(const char* dirname) { - int ret=0; -#ifdef _WIN32 - ret = _mkdir(dirname); -#elif unix - ret = mkdir (dirname,0775); -#elif __APPLE__ - ret = mkdir (dirname,0775); -#else - (void)dirname; -#endif - return ret; -} - -static int makedir(const char *newdir) { - char *buffer ; - char *p; - size_t len = strlen(newdir); - - if (len == 0) - return 0; - - buffer = (char*)malloc(len+1); - if (buffer==NULL) - { - printf("Error allocating memory\n"); - return UNZ_INTERNALERROR; - } - strcpy(buffer,newdir); - - if (buffer[len-1] == '/') { - buffer[len-1] = '\0'; - } - if (mymkdir(buffer) == 0) - { - free(buffer); - return 1; - } - - p = buffer+1; - while (1) - { - char hold; - - while(*p && *p != '\\' && *p != '/') - p++; - hold = *p; - *p = 0; - if ((mymkdir(buffer) == -1) && (errno == ENOENT)) - { - printf("couldn't create directory %s\n",buffer); - free(buffer); - return 0; - } - if (hold == 0) - break; - *p++ = hold; - } - free(buffer); - return 1; -} - -static void do_banner(void) { - printf("MiniUnz 1.1, demo of zLib + Unz package written by Gilles Vollant\n"); - printf("more info at http://www.winimage.com/zLibDll/unzip.html\n\n"); -} - -static void do_help(void) { - printf("Usage : miniunz [-e] [-x] [-v] [-l] [-o] [-p password] file.zip [file_to_extr.] [-d extractdir]\n\n" \ - " -e Extract without pathname (junk paths)\n" \ - " -x Extract with pathname\n" \ - " -v list files\n" \ - " -l list files\n" \ - " -d directory to extract into\n" \ - " -o overwrite files without prompting\n" \ - " -p extract encrypted file using password\n\n"); -} - -static void Display64BitsSize(ZPOS64_T n, int size_char) { - /* to avoid compatibility problem , we do here the conversion */ - char number[21]; - int offset=19; - int pos_string = 19; - number[20]=0; - for (;;) { - number[offset]=(char)((n%10)+'0'); - if (number[offset] != '0') - pos_string=offset; - n/=10; - if (offset==0) - break; - offset--; - } - { - int size_display_string = 19-pos_string; - while (size_char > size_display_string) - { - size_char--; - printf(" "); - } - } - - printf("%s",&number[pos_string]); -} - -static int do_list(unzFile uf) { - uLong i; - unz_global_info64 gi; - int err; - - err = unzGetGlobalInfo64(uf,&gi); - if (err!=UNZ_OK) - printf("error %d with zipfile in unzGetGlobalInfo \n",err); - printf(" Length Method Size Ratio Date Time CRC-32 Name\n"); - printf(" ------ ------ ---- ----- ---- ---- ------ ----\n"); - for (i=0;i0) - ratio = (uLong)((file_info.compressed_size*100)/file_info.uncompressed_size); - - /* display a '*' if the file is encrypted */ - if ((file_info.flag & 1) != 0) - charCrypt='*'; - - if (file_info.compression_method==0) - string_method="Stored"; - else - if (file_info.compression_method==Z_DEFLATED) - { - uInt iLevel=(uInt)((file_info.flag & 0x6)/2); - if (iLevel==0) - string_method="Defl:N"; - else if (iLevel==1) - string_method="Defl:X"; - else if ((iLevel==2) || (iLevel==3)) - string_method="Defl:F"; /* 2:fast , 3 : extra fast*/ - } - else - if (file_info.compression_method==Z_BZIP2ED) - { - string_method="BZip2 "; - } - else - string_method="Unkn. "; - - Display64BitsSize(file_info.uncompressed_size,7); - printf(" %6s%c",string_method,charCrypt); - Display64BitsSize(file_info.compressed_size,7); - printf(" %3lu%% %2.2lu-%2.2lu-%2.2lu %2.2lu:%2.2lu %8.8lx %s\n", - ratio, - (uLong)file_info.tmu_date.tm_mon + 1, - (uLong)file_info.tmu_date.tm_mday, - (uLong)file_info.tmu_date.tm_year % 100, - (uLong)file_info.tmu_date.tm_hour,(uLong)file_info.tmu_date.tm_min, - (uLong)file_info.crc,filename_inzip); - if ((i+1)='a') && (rep<='z')) - rep -= 0x20; - } - while ((rep!='Y') && (rep!='N') && (rep!='A')); - } - - if (rep == 'N') - skip = 1; - - if (rep == 'A') - *popt_overwrite=1; - } - - if ((skip==0) && (err==UNZ_OK)) - { - fout=FOPEN_FUNC(write_filename,"wb"); - /* some zipfile don't contain directory alone before file */ - if ((fout==NULL) && ((*popt_extract_without_path)==0) && - (filename_withoutpath!=(char*)filename_inzip)) - { - char c=*(filename_withoutpath-1); - *(filename_withoutpath-1)='\0'; - makedir(write_filename); - *(filename_withoutpath-1)=c; - fout=FOPEN_FUNC(write_filename,"wb"); - } - - if (fout==NULL) - { - printf("error opening %s\n",write_filename); - } - } - - if (fout!=NULL) - { - printf(" extracting: %s\n",write_filename); - - do - { - err = unzReadCurrentFile(uf,buf,size_buf); - if (err<0) - { - printf("error %d with zipfile in unzReadCurrentFile\n",err); - break; - } - if (err>0) - if (fwrite(buf,(unsigned)err,1,fout)!=1) - { - printf("error in writing extracted file\n"); - err=UNZ_ERRNO; - break; - } - } - while (err>0); - if (fout) - fclose(fout); - - if (err==0) - change_file_date(write_filename,file_info.dosDate, - file_info.tmu_date); - } - - if (err==UNZ_OK) - { - err = unzCloseCurrentFile (uf); - if (err!=UNZ_OK) - { - printf("error %d with zipfile in unzCloseCurrentFile\n",err); - } - } - else - unzCloseCurrentFile(uf); /* don't lose the error */ - } - - free(buf); - return err; -} - - -static int do_extract(unzFile uf, int opt_extract_without_path, int opt_overwrite, const char* password) { - uLong i; - unz_global_info64 gi; - int err; - - err = unzGetGlobalInfo64(uf,&gi); - if (err!=UNZ_OK) - printf("error %d with zipfile in unzGetGlobalInfo \n",err); - - for (i=0;i insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -miniunzip - uncompress and examine ZIP archives -.SH SYNOPSIS -.B miniunzip -.RI [ -exvlo ] -zipfile [ files_to_extract ] [-d tempdir] -.SH DESCRIPTION -.B minizip -is a simple tool which allows the extraction of compressed file -archives in the ZIP format used by the MS-DOS utility PKZIP. It was -written as a demonstration of the -.IR zlib (3) -library and therefore lack many of the features of the -.IR unzip (1) -program. -.SH OPTIONS -A number of options are supported. With the exception of -.BI \-d\ tempdir -these must be supplied before any -other arguments and are: -.TP -.BI \-l\ ,\ \-\-v -List the files in the archive without extracting them. -.TP -.B \-o -Overwrite files without prompting for confirmation. -.TP -.B \-x -Extract files (default). -.PP -The -.I zipfile -argument is the name of the archive to process. The next argument can be used -to specify a single file to extract from the archive. - -Lastly, the following option can be specified at the end of the command-line: -.TP -.BI \-d\ tempdir -Extract the archive in the directory -.I tempdir -rather than the current directory. -.SH SEE ALSO -.BR minizip (1), -.BR zlib (3), -.BR unzip (1). -.SH AUTHOR -This program was written by Gilles Vollant. This manual page was -written by Mark Brown . The -d tempdir option -was added by Dirk Eddelbuettel . diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.1 b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.1 deleted file mode 100644 index 1154484..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.1 +++ /dev/null @@ -1,46 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.TH minizip 1 "May 2, 2001" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -minizip - create ZIP archives -.SH SYNOPSIS -.B minizip -.RI [ -o ] -zipfile [ " files" ... ] -.SH DESCRIPTION -.B minizip -is a simple tool which allows the creation of compressed file archives -in the ZIP format used by the MS-DOS utility PKZIP. It was written as -a demonstration of the -.IR zlib (3) -library and therefore lack many of the features of the -.IR zip (1) -program. -.SH OPTIONS -The first argument supplied is the name of the ZIP archive to create or -.RI -o -in which case it is ignored and the second argument treated as the -name of the ZIP file. If the ZIP file already exists it will be -overwritten. -.PP -Subsequent arguments specify a list of files to place in the ZIP -archive. If none are specified then an empty archive will be created. -.SH SEE ALSO -.BR miniunzip (1), -.BR zlib (3), -.BR zip (1). -.SH AUTHOR -This program was written by Gilles Vollant. This manual page was -written by Mark Brown . - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.c deleted file mode 100644 index 26ee8d0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.c +++ /dev/null @@ -1,509 +0,0 @@ -/* - minizip.c - Version 1.1, February 14h, 2010 - sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications of Unzip for Zip64 - Copyright (C) 2007-2008 Even Rouault - - Modifications for Zip64 support on both zip and unzip - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) -*/ - - -#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) - #ifndef __USE_FILE_OFFSET64 - #define __USE_FILE_OFFSET64 - #endif - #ifndef __USE_LARGEFILE64 - #define __USE_LARGEFILE64 - #endif - #ifndef _LARGEFILE64_SOURCE - #define _LARGEFILE64_SOURCE - #endif - #ifndef _FILE_OFFSET_BIT - #define _FILE_OFFSET_BIT 64 - #endif -#endif - -#if defined(__APPLE__) || defined(__HAIKU__) || defined(MINIZIP_FOPEN_NO_64) -// In darwin and perhaps other BSD variants off_t is a 64 bit value, hence no need for specific 64 bit functions -#define FOPEN_FUNC(filename, mode) fopen(filename, mode) -#define FTELLO_FUNC(stream) ftello(stream) -#define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) -#else -#define FOPEN_FUNC(filename, mode) fopen64(filename, mode) -#define FTELLO_FUNC(stream) ftello64(stream) -#define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) -#endif - - - -#include -#include -#include -#include -#include -#include - -#ifdef _WIN32 -# include -# include -#else -# include -# include -# include -# include -#endif - -#include "zip.h" - -#ifdef _WIN32 - #define USEWIN32IOAPI - #include "iowin32.h" -#endif - - - -#define WRITEBUFFERSIZE (16384) -#define MAXFILENAME (256) - -#ifdef _WIN32 -/* f: name of file to get info on, tmzip: return value: access, - modification and creation times, dt: dostime */ -static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { - int ret = 0; - { - FILETIME ftLocal; - HANDLE hFind; - WIN32_FIND_DATAA ff32; - - hFind = FindFirstFileA(f,&ff32); - if (hFind != INVALID_HANDLE_VALUE) - { - FileTimeToLocalFileTime(&(ff32.ftLastWriteTime),&ftLocal); - FileTimeToDosDateTime(&ftLocal,((LPWORD)dt)+1,((LPWORD)dt)+0); - FindClose(hFind); - ret = 1; - } - } - return ret; -} -#else -#if defined(unix) || defined(__APPLE__) -/* f: name of file to get info on, tmzip: return value: access, - modification and creation times, dt: dostime */ -static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { - (void)dt; - int ret=0; - struct stat s; /* results of stat() */ - struct tm* filedate; - time_t tm_t=0; - - if (strcmp(f,"-")!=0) - { - char name[MAXFILENAME+1]; - size_t len = strlen(f); - if (len > MAXFILENAME) - len = MAXFILENAME; - - strncpy(name, f,MAXFILENAME-1); - /* strncpy doesn't append the trailing NULL, of the string is too long. */ - name[ MAXFILENAME ] = '\0'; - - if (name[len - 1] == '/') - name[len - 1] = '\0'; - /* not all systems allow stat'ing a file with / appended */ - if (stat(name,&s)==0) - { - tm_t = s.st_mtime; - ret = 1; - } - } - filedate = localtime(&tm_t); - - tmzip->tm_sec = filedate->tm_sec; - tmzip->tm_min = filedate->tm_min; - tmzip->tm_hour = filedate->tm_hour; - tmzip->tm_mday = filedate->tm_mday; - tmzip->tm_mon = filedate->tm_mon ; - tmzip->tm_year = filedate->tm_year; - - return ret; -} -#else -/* f: name of file to get info on, tmzip: return value: access, - modification and creation times, dt: dostime */ -static int filetime(const char *f, tm_zip *tmzip, uLong *dt) { - (void)f; - (void)tmzip; - (void)dt; - return 0; -} -#endif -#endif - - - - -static int check_exist_file(const char* filename) { - FILE* ftestexist; - int ret = 1; - ftestexist = FOPEN_FUNC(filename,"rb"); - if (ftestexist==NULL) - ret = 0; - else - fclose(ftestexist); - return ret; -} - -static void do_banner(void) { - printf("MiniZip 1.1, demo of zLib + MiniZip64 package, written by Gilles Vollant\n"); - printf("more info on MiniZip at http://www.winimage.com/zLibDll/minizip.html\n\n"); -} - -static void do_help(void) { - printf("Usage : minizip [-o] [-a] [-0 to -9] [-p password] [-j] file.zip [files_to_add]\n\n" \ - " -o Overwrite existing file.zip\n" \ - " -a Append to existing file.zip\n" \ - " -0 Store only\n" \ - " -1 Compress faster\n" \ - " -9 Compress better\n\n" \ - " -j exclude path. store only the file name.\n\n"); -} - -/* calculate the CRC32 of a file, - because to encrypt a file, we need known the CRC32 of the file before */ -static int getFileCrc(const char* filenameinzip, void* buf, unsigned long size_buf, unsigned long* result_crc) { - unsigned long calculate_crc=0; - int err=ZIP_OK; - FILE * fin = FOPEN_FUNC(filenameinzip,"rb"); - - unsigned long size_read = 0; - /* unsigned long total_read = 0; */ - if (fin==NULL) - { - err = ZIP_ERRNO; - } - - if (err == ZIP_OK) - do - { - err = ZIP_OK; - size_read = fread(buf,1,size_buf,fin); - if (size_read < size_buf) - if (feof(fin)==0) - { - printf("error in reading %s\n",filenameinzip); - err = ZIP_ERRNO; - } - - if (size_read>0) - calculate_crc = crc32_z(calculate_crc,buf,size_read); - /* total_read += size_read; */ - - } while ((err == ZIP_OK) && (size_read>0)); - - if (fin) - fclose(fin); - - *result_crc=calculate_crc; - printf("file %s crc %lx\n", filenameinzip, calculate_crc); - return err; -} - -static int isLargeFile(const char* filename) { - int largeFile = 0; - ZPOS64_T pos = 0; - FILE* pFile = FOPEN_FUNC(filename, "rb"); - - if(pFile != NULL) - { - FSEEKO_FUNC(pFile, 0, SEEK_END); - pos = (ZPOS64_T)FTELLO_FUNC(pFile); - - printf("File : %s is %llu bytes\n", filename, pos); - - if(pos >= 0xffffffff) - largeFile = 1; - - fclose(pFile); - } - - return largeFile; -} - -int main(int argc, char *argv[]) { - int i; - int opt_overwrite=0; - int opt_compress_level=Z_DEFAULT_COMPRESSION; - int opt_exclude_path=0; - int zipfilenamearg = 0; - char filename_try[MAXFILENAME+16]; - int zipok; - int err=0; - size_t size_buf=0; - void* buf=NULL; - const char* password=NULL; - - - do_banner(); - if (argc==1) - { - do_help(); - return 0; - } - else - { - for (i=1;i='0') && (c<='9')) - opt_compress_level = c-'0'; - if ((c=='j') || (c=='J')) - opt_exclude_path = 1; - - if (((c=='p') || (c=='P')) && (i+1='a') && (rep<='z')) - rep -= 0x20; - } - while ((rep!='Y') && (rep!='N') && (rep!='A')); - if (rep=='N') - zipok = 0; - if (rep=='A') - opt_overwrite = 2; - } - } - - if (zipok==1) - { - zipFile zf; - int errclose; -# ifdef USEWIN32IOAPI - zlib_filefunc64_def ffunc; - fill_win32_filefunc64A(&ffunc); - zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc); -# else - zf = zipOpen64(filename_try,(opt_overwrite==2) ? 2 : 0); -# endif - - if (zf == NULL) - { - printf("error opening %s\n",filename_try); - err= ZIP_ERRNO; - } - else - printf("creating %s\n",filename_try); - - for (i=zipfilenamearg+1;(i='0') && (argv[i][1]<='9'))) && - (strlen(argv[i]) == 2))) - { - FILE * fin = NULL; - size_t size_read; - const char* filenameinzip = argv[i]; - const char *savefilenameinzip; - zip_fileinfo zi; - unsigned long crcFile=0; - int zip64 = 0; - - zi.tmz_date.tm_sec = zi.tmz_date.tm_min = zi.tmz_date.tm_hour = - zi.tmz_date.tm_mday = zi.tmz_date.tm_mon = zi.tmz_date.tm_year = 0; - zi.dosDate = 0; - zi.internal_fa = 0; - zi.external_fa = 0; - filetime(filenameinzip,&zi.tmz_date,&zi.dosDate); - -/* - err = zipOpenNewFileInZip(zf,filenameinzip,&zi, - NULL,0,NULL,0,NULL / * comment * /, - (opt_compress_level != 0) ? Z_DEFLATED : 0, - opt_compress_level); -*/ - if ((password != NULL) && (err==ZIP_OK)) - err = getFileCrc(filenameinzip,buf,size_buf,&crcFile); - - zip64 = isLargeFile(filenameinzip); - - /* The path name saved, should not include a leading slash. */ - /*if it did, windows/xp and dynazip couldn't read the zip file. */ - savefilenameinzip = filenameinzip; - while( savefilenameinzip[0] == '\\' || savefilenameinzip[0] == '/' ) - { - savefilenameinzip++; - } - - /*should the zip file contain any path at all?*/ - if( opt_exclude_path ) - { - const char *tmpptr; - const char *lastslash = 0; - for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++) - { - if( *tmpptr == '\\' || *tmpptr == '/') - { - lastslash = tmpptr; - } - } - if( lastslash != NULL ) - { - savefilenameinzip = lastslash+1; // base filename follows last slash. - } - } - - /**/ - err = zipOpenNewFileInZip3_64(zf,savefilenameinzip,&zi, - NULL,0,NULL,0,NULL /* comment*/, - (opt_compress_level != 0) ? Z_DEFLATED : 0, - opt_compress_level,0, - /* -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, */ - -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, - password,crcFile, zip64); - - if (err != ZIP_OK) - printf("error in opening %s in zipfile\n",filenameinzip); - else - { - fin = FOPEN_FUNC(filenameinzip,"rb"); - if (fin==NULL) - { - err=ZIP_ERRNO; - printf("error in opening %s for reading\n",filenameinzip); - } - } - - if (err == ZIP_OK) - do - { - err = ZIP_OK; - size_read = fread(buf,1,size_buf,fin); - if (size_read < size_buf) - if (feof(fin)==0) - { - printf("error in reading %s\n",filenameinzip); - err = ZIP_ERRNO; - } - - if (size_read>0) - { - err = zipWriteInFileInZip (zf,buf,(unsigned)size_read); - if (err<0) - { - printf("error in writing %s in the zipfile\n", - filenameinzip); - } - - } - } while ((err == ZIP_OK) && (size_read>0)); - - if (fin) - fclose(fin); - - if (err<0) - err=ZIP_ERRNO; - else - { - err = zipCloseFileInZip(zf); - if (err!=ZIP_OK) - printf("error in closing %s in the zipfile\n", - filenameinzip); - } - } - } - errclose = zipClose(zf,NULL); - if (errclose != ZIP_OK) - printf("error in closing %s\n",filename_try); - } - else - { - do_help(); - } - - free(buf); - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.pc.in b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.pc.in deleted file mode 100644 index 69b5b7f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/minizip.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/minizip - -Name: minizip -Description: Minizip zip file manipulation library -Requires: -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lminizip -Libs.private: -lz -Cflags: -I${includedir} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.c deleted file mode 100644 index c8d2375..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.c +++ /dev/null @@ -1,285 +0,0 @@ -/* - Additional tools for Minizip - Code: Xavier Roche '2004 - License: Same as ZLIB (www.gzip.org) -*/ - -/* Code */ -#include -#include -#include -#include "zlib.h" -#include "unzip.h" - -#define READ_8(adr) ((unsigned char)*(adr)) -#define READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) -#define READ_32(adr) ( READ_16(adr) | (READ_16((adr)+2) << 16) ) - -#define WRITE_8(buff, n) do { \ - *((unsigned char*)(buff)) = (unsigned char) ((n) & 0xff); \ -} while(0) -#define WRITE_16(buff, n) do { \ - WRITE_8((unsigned char*)(buff), n); \ - WRITE_8(((unsigned char*)(buff)) + 1, (n) >> 8); \ -} while(0) -#define WRITE_32(buff, n) do { \ - WRITE_16((unsigned char*)(buff), (n) & 0xffff); \ - WRITE_16((unsigned char*)(buff) + 2, (n) >> 16); \ -} while(0) - -extern int ZEXPORT unzRepair(const char* file, const char* fileOut, const char* fileOutTmp, uLong* nRecovered, uLong* bytesRecovered) { - int err = Z_OK; - FILE* fpZip = fopen(file, "rb"); - FILE* fpOut = fopen(fileOut, "wb"); - FILE* fpOutCD = fopen(fileOutTmp, "wb"); - if (fpZip != NULL && fpOut != NULL) { - int entries = 0; - uLong totalBytes = 0; - char header[30]; - char filename[1024]; - char extra[1024]; - int offset = 0; - int offsetCD = 0; - while ( fread(header, 1, 30, fpZip) == 30 ) { - int currentOffset = offset; - - /* File entry */ - if (READ_32(header) == 0x04034b50) { - unsigned int version = READ_16(header + 4); - unsigned int gpflag = READ_16(header + 6); - unsigned int method = READ_16(header + 8); - unsigned int filetime = READ_16(header + 10); - unsigned int filedate = READ_16(header + 12); - unsigned int crc = READ_32(header + 14); /* crc */ - unsigned int cpsize = READ_32(header + 18); /* compressed size */ - unsigned int uncpsize = READ_32(header + 22); /* uncompressed sz */ - unsigned int fnsize = READ_16(header + 26); /* file name length */ - unsigned int extsize = READ_16(header + 28); /* extra field length */ - filename[0] = extra[0] = '\0'; - - /* Header */ - if (fwrite(header, 1, 30, fpOut) == 30) { - offset += 30; - } else { - err = Z_ERRNO; - break; - } - - /* Filename */ - if (fnsize > 0) { - if (fnsize < sizeof(filename)) { - if (fread(filename, 1, fnsize, fpZip) == fnsize) { - if (fwrite(filename, 1, fnsize, fpOut) == fnsize) { - offset += fnsize; - } else { - err = Z_ERRNO; - break; - } - } else { - err = Z_ERRNO; - break; - } - } else { - err = Z_ERRNO; - break; - } - } else { - err = Z_STREAM_ERROR; - break; - } - - /* Extra field */ - if (extsize > 0) { - if (extsize < sizeof(extra)) { - if (fread(extra, 1, extsize, fpZip) == extsize) { - if (fwrite(extra, 1, extsize, fpOut) == extsize) { - offset += extsize; - } else { - err = Z_ERRNO; - break; - } - } else { - err = Z_ERRNO; - break; - } - } else { - err = Z_ERRNO; - break; - } - } - - /* Data */ - { - int dataSize = cpsize; - if (dataSize == 0) { - dataSize = uncpsize; - } - if (dataSize > 0) { - char* data = malloc(dataSize); - if (data != NULL) { - if ((int)fread(data, 1, dataSize, fpZip) == dataSize) { - if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) { - offset += dataSize; - totalBytes += dataSize; - } else { - err = Z_ERRNO; - } - } else { - err = Z_ERRNO; - } - free(data); - if (err != Z_OK) { - break; - } - } else { - err = Z_MEM_ERROR; - break; - } - } - } - - /* Central directory entry */ - { - char header[46]; - char* comment = ""; - int comsize = (int) strlen(comment); - WRITE_32(header, 0x02014b50); - WRITE_16(header + 4, version); - WRITE_16(header + 6, version); - WRITE_16(header + 8, gpflag); - WRITE_16(header + 10, method); - WRITE_16(header + 12, filetime); - WRITE_16(header + 14, filedate); - WRITE_32(header + 16, crc); - WRITE_32(header + 20, cpsize); - WRITE_32(header + 24, uncpsize); - WRITE_16(header + 28, fnsize); - WRITE_16(header + 30, extsize); - WRITE_16(header + 32, comsize); - WRITE_16(header + 34, 0); /* disk # */ - WRITE_16(header + 36, 0); /* int attrb */ - WRITE_32(header + 38, 0); /* ext attrb */ - WRITE_32(header + 42, currentOffset); - /* Header */ - if (fwrite(header, 1, 46, fpOutCD) == 46) { - offsetCD += 46; - - /* Filename */ - if (fnsize > 0) { - if (fwrite(filename, 1, fnsize, fpOutCD) == fnsize) { - offsetCD += fnsize; - } else { - err = Z_ERRNO; - break; - } - } else { - err = Z_STREAM_ERROR; - break; - } - - /* Extra field */ - if (extsize > 0) { - if (fwrite(extra, 1, extsize, fpOutCD) == extsize) { - offsetCD += extsize; - } else { - err = Z_ERRNO; - break; - } - } - - /* Comment field */ - if (comsize > 0) { - if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) { - offsetCD += comsize; - } else { - err = Z_ERRNO; - break; - } - } - - - } else { - err = Z_ERRNO; - break; - } - } - - /* Success */ - entries++; - - } else { - break; - } - } - - /* Final central directory */ - { - int entriesZip = entries; - char header[22]; - char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools"; - int comsize = (int) strlen(comment); - if (entriesZip > 0xffff) { - entriesZip = 0xffff; - } - WRITE_32(header, 0x06054b50); - WRITE_16(header + 4, 0); /* disk # */ - WRITE_16(header + 6, 0); /* disk # */ - WRITE_16(header + 8, entriesZip); /* hack */ - WRITE_16(header + 10, entriesZip); /* hack */ - WRITE_32(header + 12, offsetCD); /* size of CD */ - WRITE_32(header + 16, offset); /* offset to CD */ - WRITE_16(header + 20, comsize); /* comment */ - - /* Header */ - if (fwrite(header, 1, 22, fpOutCD) == 22) { - - /* Comment field */ - if (comsize > 0) { - if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) { - err = Z_ERRNO; - } - } - - } else { - err = Z_ERRNO; - } - } - - /* Final merge (file + central directory) */ - fclose(fpOutCD); - if (err == Z_OK) { - fpOutCD = fopen(fileOutTmp, "rb"); - if (fpOutCD != NULL) { - int nRead; - char buffer[8192]; - while ( (nRead = (int)fread(buffer, 1, sizeof(buffer), fpOutCD)) > 0) { - if ((int)fwrite(buffer, 1, nRead, fpOut) != nRead) { - err = Z_ERRNO; - break; - } - } - fclose(fpOutCD); - } - } - - /* Close */ - fclose(fpZip); - fclose(fpOut); - - /* Wipe temporary file */ - (void)remove(fileOutTmp); - - /* Number of recovered entries */ - if (err == Z_OK) { - if (nRecovered != NULL) { - *nRecovered = entries; - } - if (bytesRecovered != NULL) { - *bytesRecovered = totalBytes; - } - } - } else { - err = Z_STREAM_ERROR; - } - return err; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.h b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.h deleted file mode 100644 index a49a426..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/mztools.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - Additional tools for Minizip - Code: Xavier Roche '2004 - License: Same as ZLIB (www.gzip.org) -*/ - -#ifndef _zip_tools_H -#define _zip_tools_H - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef _ZLIB_H -#include "zlib.h" -#endif - -#include "unzip.h" - -/* Repair a ZIP file (missing central directory) - file: file to recover - fileOut: output file after recovery - fileOutTmp: temporary file name used for recovery -*/ -extern int ZEXPORT unzRepair(const char* file, - const char* fileOut, - const char* fileOutTmp, - uLong* nRecovered, - uLong* bytesRecovered); - - -#ifdef __cplusplus -} -#endif - - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.c deleted file mode 100644 index ea05b7d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.c +++ /dev/null @@ -1,1985 +0,0 @@ -/* unzip.c -- IO for uncompress .zip files using zlib - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications of Unzip for Zip64 - Copyright (C) 2007-2008 Even Rouault - - Modifications for Zip64 support on both zip and unzip - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - - - ------------------------------------------------------------------------------------ - Decryption code comes from crypt.c by Info-ZIP but has been greatly reduced in terms of - compatibility with older software. The following is from the original crypt.c. - Code woven in by Terry Thorsen 1/2003. - - Copyright (c) 1990-2000 Info-ZIP. All rights reserved. - - See the accompanying file LICENSE, version 2000-Apr-09 or later - (the contents of which are also included in zip.h) for terms of use. - If, for some reason, all these files are missing, the Info-ZIP license - also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html - - crypt.c (full version) by Info-ZIP. Last revised: [see crypt.h] - - The encryption/decryption parts of this source code (as opposed to the - non-echoing password parts) were originally written in Europe. The - whole source package can be freely distributed, including from the USA. - (Prior to January 2000, re-export from the US was a violation of US law.) - - This encryption code is a direct transcription of the algorithm from - Roger Schlafly, described by Phil Katz in the file appnote.txt. This - file (appnote.txt) is distributed with the PKZIP program (even in the - version without encryption capabilities). - - ------------------------------------------------------------------------------------ - - Changes in unzip.c - - 2007-2008 - Even Rouault - Addition of cpl_unzGetCurrentFileZStreamPos - 2007-2008 - Even Rouault - Decoration of symbol names unz* -> cpl_unz* - 2007-2008 - Even Rouault - Remove old C style function prototypes - 2007-2008 - Even Rouault - Add unzip support for ZIP64 - - Copyright (C) 2007-2008 Even Rouault - - - Oct-2009 - Mathias Svensson - Removed cpl_* from symbol names (Even Rouault added them but since this is now moved to a new project (minizip64) I renamed them again). - Oct-2009 - Mathias Svensson - Fixed problem if uncompressed size was > 4G and compressed size was <4G - should only read the compressed/uncompressed size from the Zip64 format if - the size from normal header was 0xFFFFFFFF - Oct-2009 - Mathias Svensson - Applied some bug fixes from patches received from Gilles Vollant - Oct-2009 - Mathias Svensson - Applied support to unzip files with compression method BZIP2 (bzip2 lib is required) - Patch created by Daniel Borca - - Jan-2010 - back to unzip and minizip 1.0 name scheme, with compatibility layer - - Copyright (C) 1998 - 2010 Gilles Vollant, Even Rouault, Mathias Svensson - -*/ - - -#include -#include -#include - -#ifndef NOUNCRYPT - #define NOUNCRYPT -#endif - -#include "zlib.h" -#include "unzip.h" - -#ifdef STDC -# include -#endif -#ifdef NO_ERRNO_H - extern int errno; -#else -# include -#endif - - -#ifndef local -# define local static -#endif -/* compile with -Dlocal if your debugger can't find static symbols */ - - -#ifndef CASESENSITIVITYDEFAULT_NO -# if !defined(unix) && !defined(CASESENSITIVITYDEFAULT_YES) -# define CASESENSITIVITYDEFAULT_NO -# endif -#endif - - -#ifndef UNZ_BUFSIZE -#define UNZ_BUFSIZE (16384) -#endif - -#ifndef UNZ_MAXFILENAMEINZIP -#define UNZ_MAXFILENAMEINZIP (256) -#endif - -#ifndef ALLOC -# define ALLOC(size) (malloc(size)) -#endif - -#define SIZECENTRALDIRITEM (0x2e) -#define SIZEZIPLOCALHEADER (0x1e) - - -const char unz_copyright[] = - " unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; - -/* unz_file_info64_internal contain internal info about a file in zipfile*/ -typedef struct unz_file_info64_internal_s -{ - ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */ -} unz_file_info64_internal; - - -/* file_in_zip_read_info_s contain internal information about a file in zipfile, - when reading and decompress it */ -typedef struct -{ - char *read_buffer; /* internal buffer for compressed data */ - z_stream stream; /* zLib stream structure for inflate */ - -#ifdef HAVE_BZIP2 - bz_stream bstream; /* bzLib stream structure for bziped */ -#endif - - ZPOS64_T pos_in_zipfile; /* position in byte on the zipfile, for fseek*/ - uLong stream_initialised; /* flag set if stream structure is initialised*/ - - ZPOS64_T offset_local_extrafield;/* offset of the local extra field */ - uInt size_local_extrafield;/* size of the local extra field */ - ZPOS64_T pos_local_extrafield; /* position in the local extra field in read*/ - ZPOS64_T total_out_64; - - uLong crc32; /* crc32 of all data uncompressed */ - uLong crc32_wait; /* crc32 we must obtain after decompress all */ - ZPOS64_T rest_read_compressed; /* number of byte to be decompressed */ - ZPOS64_T rest_read_uncompressed;/*number of byte to be obtained after decomp*/ - zlib_filefunc64_32_def z_filefunc; - voidpf filestream; /* io structure of the zipfile */ - uLong compression_method; /* compression method (0==store) */ - ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ - int raw; -} file_in_zip64_read_info_s; - - -/* unz64_s contain internal information about the zipfile -*/ -typedef struct -{ - zlib_filefunc64_32_def z_filefunc; - int is64bitOpenFunction; - voidpf filestream; /* io structure of the zipfile */ - unz_global_info64 gi; /* public global information */ - ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ - ZPOS64_T num_file; /* number of the current file in the zipfile*/ - ZPOS64_T pos_in_central_dir; /* pos of the current file in the central dir*/ - ZPOS64_T current_file_ok; /* flag about the usability of the current file*/ - ZPOS64_T central_pos; /* position of the beginning of the central dir*/ - - ZPOS64_T size_central_dir; /* size of the central directory */ - ZPOS64_T offset_central_dir; /* offset of start of central directory with - respect to the starting disk number */ - - unz_file_info64 cur_file_info; /* public info about the current file in zip*/ - unz_file_info64_internal cur_file_info_internal; /* private info about it*/ - file_in_zip64_read_info_s* pfile_in_zip_read; /* structure about the current - file if we are decompressing it */ - int encrypted; - - int isZip64; - -# ifndef NOUNCRYPT - unsigned long keys[3]; /* keys defining the pseudo-random sequence */ - const z_crc_t* pcrc_32_tab; -# endif -} unz64_s; - - -#ifndef NOUNCRYPT -#include "crypt.h" -#endif - - -/* =========================================================================== - Reads a long in LSB order from the given gz_stream. Sets -*/ - -local int unz64local_getShort(const zlib_filefunc64_32_def* pzlib_filefunc_def, - voidpf filestream, - uLong *pX) { - unsigned char c[2]; - int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,c,2); - if (err==2) - { - *pX = c[0] | ((uLong)c[1] << 8); - return UNZ_OK; - } - else - { - *pX = 0; - if (ZERROR64(*pzlib_filefunc_def,filestream)) - return UNZ_ERRNO; - else - return UNZ_EOF; - } -} - -local int unz64local_getLong(const zlib_filefunc64_32_def* pzlib_filefunc_def, - voidpf filestream, - uLong *pX) { - unsigned char c[4]; - int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,c,4); - if (err==4) - { - *pX = c[0] | ((uLong)c[1] << 8) | ((uLong)c[2] << 16) | ((uLong)c[3] << 24); - return UNZ_OK; - } - else - { - *pX = 0; - if (ZERROR64(*pzlib_filefunc_def,filestream)) - return UNZ_ERRNO; - else - return UNZ_EOF; - } -} - - -local int unz64local_getLong64(const zlib_filefunc64_32_def* pzlib_filefunc_def, - voidpf filestream, - ZPOS64_T *pX) { - unsigned char c[8]; - int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,c,8); - if (err==8) - { - *pX = c[0] | ((ZPOS64_T)c[1] << 8) | ((ZPOS64_T)c[2] << 16) | ((ZPOS64_T)c[3] << 24) - | ((ZPOS64_T)c[4] << 32) | ((ZPOS64_T)c[5] << 40) | ((ZPOS64_T)c[6] << 48) | ((ZPOS64_T)c[7] << 56); - return UNZ_OK; - } - else - { - *pX = 0; - if (ZERROR64(*pzlib_filefunc_def,filestream)) - return UNZ_ERRNO; - else - return UNZ_EOF; - } -} - -/* My own strcmpi / strcasecmp */ -local int strcmpcasenosensitive_internal(const char* fileName1, const char* fileName2) { - for (;;) - { - char c1=*(fileName1++); - char c2=*(fileName2++); - if ((c1>='a') && (c1<='z')) - c1 -= 0x20; - if ((c2>='a') && (c2<='z')) - c2 -= 0x20; - if (c1=='\0') - return ((c2=='\0') ? 0 : -1); - if (c2=='\0') - return 1; - if (c1c2) - return 1; - } -} - - -#ifdef CASESENSITIVITYDEFAULT_NO -#define CASESENSITIVITYDEFAULTVALUE 2 -#else -#define CASESENSITIVITYDEFAULTVALUE 1 -#endif - -#ifndef STRCMPCASENOSENTIVEFUNCTION -#define STRCMPCASENOSENTIVEFUNCTION strcmpcasenosensitive_internal -#endif - -/* - Compare two filenames (fileName1,fileName2). - If iCaseSensitivity = 1, comparison is case sensitive (like strcmp) - If iCaseSensitivity = 2, comparison is not case sensitive (like strcmpi - or strcasecmp) - If iCaseSensitivity = 0, case sensitivity is default of your operating system - (like 1 on Unix, 2 on Windows) - -*/ -extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, - const char* fileName2, - int iCaseSensitivity) { - if (iCaseSensitivity==0) - iCaseSensitivity=CASESENSITIVITYDEFAULTVALUE; - - if (iCaseSensitivity==1) - return strcmp(fileName1,fileName2); - - return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2); -} - -#ifndef BUFREADCOMMENT -#define BUFREADCOMMENT (0x400) -#endif - -#ifndef CENTRALDIRINVALID -#define CENTRALDIRINVALID ((ZPOS64_T)(-1)) -#endif - -/* - Locate the Central directory of a zipfile (at the end, just before - the global comment) -*/ -local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream) { - unsigned char* buf; - ZPOS64_T uSizeFile; - ZPOS64_T uBackRead; - ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ - ZPOS64_T uPosFound=CENTRALDIRINVALID; - - if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) - return CENTRALDIRINVALID; - - - uSizeFile = ZTELL64(*pzlib_filefunc_def,filestream); - - if (uMaxBack>uSizeFile) - uMaxBack = uSizeFile; - - buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); - if (buf==NULL) - return CENTRALDIRINVALID; - - uBackRead = 4; - while (uBackReaduMaxBack) - uBackRead = uMaxBack; - else - uBackRead+=BUFREADCOMMENT; - uReadPos = uSizeFile-uBackRead ; - - uReadSize = ((BUFREADCOMMENT+4) < (uSizeFile-uReadPos)) ? - (BUFREADCOMMENT+4) : (uLong)(uSizeFile-uReadPos); - if (ZSEEK64(*pzlib_filefunc_def,filestream,uReadPos,ZLIB_FILEFUNC_SEEK_SET)!=0) - break; - - if (ZREAD64(*pzlib_filefunc_def,filestream,buf,uReadSize)!=uReadSize) - break; - - for (i=(int)uReadSize-3; (i--)>0;) - if (((*(buf+i))==0x50) && ((*(buf+i+1))==0x4b) && - ((*(buf+i+2))==0x05) && ((*(buf+i+3))==0x06)) - { - uPosFound = uReadPos+(unsigned)i; - break; - } - - if (uPosFound!=CENTRALDIRINVALID) - break; - } - free(buf); - return uPosFound; -} - - -/* - Locate the Central directory 64 of a zipfile (at the end, just before - the global comment) -*/ -local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def, - voidpf filestream) { - unsigned char* buf; - ZPOS64_T uSizeFile; - ZPOS64_T uBackRead; - ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ - ZPOS64_T uPosFound=CENTRALDIRINVALID; - uLong uL; - ZPOS64_T relativeOffset; - - if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) - return CENTRALDIRINVALID; - - - uSizeFile = ZTELL64(*pzlib_filefunc_def,filestream); - - if (uMaxBack>uSizeFile) - uMaxBack = uSizeFile; - - buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); - if (buf==NULL) - return CENTRALDIRINVALID; - - uBackRead = 4; - while (uBackReaduMaxBack) - uBackRead = uMaxBack; - else - uBackRead+=BUFREADCOMMENT; - uReadPos = uSizeFile-uBackRead ; - - uReadSize = ((BUFREADCOMMENT+4) < (uSizeFile-uReadPos)) ? - (BUFREADCOMMENT+4) : (uLong)(uSizeFile-uReadPos); - if (ZSEEK64(*pzlib_filefunc_def,filestream,uReadPos,ZLIB_FILEFUNC_SEEK_SET)!=0) - break; - - if (ZREAD64(*pzlib_filefunc_def,filestream,buf,uReadSize)!=uReadSize) - break; - - for (i=(int)uReadSize-3; (i--)>0;) - if (((*(buf+i))==0x50) && ((*(buf+i+1))==0x4b) && - ((*(buf+i+2))==0x06) && ((*(buf+i+3))==0x07)) - { - uPosFound = uReadPos+(unsigned)i; - break; - } - - if (uPosFound!=CENTRALDIRINVALID) - break; - } - free(buf); - if (uPosFound == CENTRALDIRINVALID) - return CENTRALDIRINVALID; - - /* Zip64 end of central directory locator */ - if (ZSEEK64(*pzlib_filefunc_def,filestream, uPosFound,ZLIB_FILEFUNC_SEEK_SET)!=0) - return CENTRALDIRINVALID; - - /* the signature, already checked */ - if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) - return CENTRALDIRINVALID; - - /* number of the disk with the start of the zip64 end of central directory */ - if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) - return CENTRALDIRINVALID; - if (uL != 0) - return CENTRALDIRINVALID; - - /* relative offset of the zip64 end of central directory record */ - if (unz64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=UNZ_OK) - return CENTRALDIRINVALID; - - /* total number of disks */ - if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) - return CENTRALDIRINVALID; - if (uL != 1) - return CENTRALDIRINVALID; - - /* Goto end of central directory record */ - if (ZSEEK64(*pzlib_filefunc_def,filestream, relativeOffset,ZLIB_FILEFUNC_SEEK_SET)!=0) - return CENTRALDIRINVALID; - - /* the signature */ - if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK) - return CENTRALDIRINVALID; - - if (uL != 0x06064b50) - return CENTRALDIRINVALID; - - return relativeOffset; -} - -/* - Open a Zip file. path contain the full pathname (by example, - on a Windows NT computer "c:\\test\\zlib114.zip" or on an Unix computer - "zlib/zlib114.zip". - If the zipfile cannot be opened (file doesn't exist or in not valid), the - return value is NULL. - Else, the return value is a unzFile Handle, usable with other function - of this unzip package. -*/ -local unzFile unzOpenInternal(const void *path, - zlib_filefunc64_32_def* pzlib_filefunc64_32_def, - int is64bitOpenFunction) { - unz64_s us; - unz64_s *s; - ZPOS64_T central_pos; - uLong uL; - - uLong number_disk; /* number of the current disk, used for - spanning ZIP, unsupported, always 0*/ - uLong number_disk_with_CD; /* number the disk with central dir, used - for spanning ZIP, unsupported, always 0*/ - ZPOS64_T number_entry_CD; /* total number of entries in - the central dir - (same than number_entry on nospan) */ - - int err=UNZ_OK; - - if (unz_copyright[0]!=' ') - return NULL; - - us.z_filefunc.zseek32_file = NULL; - us.z_filefunc.ztell32_file = NULL; - if (pzlib_filefunc64_32_def==NULL) - fill_fopen64_filefunc(&us.z_filefunc.zfile_func64); - else - us.z_filefunc = *pzlib_filefunc64_32_def; - us.is64bitOpenFunction = is64bitOpenFunction; - - - - us.filestream = ZOPEN64(us.z_filefunc, - path, - ZLIB_FILEFUNC_MODE_READ | - ZLIB_FILEFUNC_MODE_EXISTING); - if (us.filestream==NULL) - return NULL; - - central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); - if (central_pos!=CENTRALDIRINVALID) - { - uLong uS; - ZPOS64_T uL64; - - us.isZip64 = 1; - - if (ZSEEK64(us.z_filefunc, us.filestream, - central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) - err=UNZ_ERRNO; - - /* the signature, already checked */ - if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) - err=UNZ_ERRNO; - - /* size of zip64 end of central directory record */ - if (unz64local_getLong64(&us.z_filefunc, us.filestream,&uL64)!=UNZ_OK) - err=UNZ_ERRNO; - - /* version made by */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&uS)!=UNZ_OK) - err=UNZ_ERRNO; - - /* version needed to extract */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&uS)!=UNZ_OK) - err=UNZ_ERRNO; - - /* number of this disk */ - if (unz64local_getLong(&us.z_filefunc, us.filestream,&number_disk)!=UNZ_OK) - err=UNZ_ERRNO; - - /* number of the disk with the start of the central directory */ - if (unz64local_getLong(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK) - err=UNZ_ERRNO; - - /* total number of entries in the central directory on this disk */ - if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.gi.number_entry)!=UNZ_OK) - err=UNZ_ERRNO; - - /* total number of entries in the central directory */ - if (unz64local_getLong64(&us.z_filefunc, us.filestream,&number_entry_CD)!=UNZ_OK) - err=UNZ_ERRNO; - - if ((number_entry_CD!=us.gi.number_entry) || - (number_disk_with_CD!=0) || - (number_disk!=0)) - err=UNZ_BADZIPFILE; - - /* size of the central directory */ - if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.size_central_dir)!=UNZ_OK) - err=UNZ_ERRNO; - - /* offset of start of central directory with respect to the - starting disk number */ - if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) - err=UNZ_ERRNO; - - us.gi.size_comment = 0; - } - else - { - central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream); - if (central_pos==CENTRALDIRINVALID) - err=UNZ_ERRNO; - - us.isZip64 = 0; - - if (ZSEEK64(us.z_filefunc, us.filestream, - central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) - err=UNZ_ERRNO; - - /* the signature, already checked */ - if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) - err=UNZ_ERRNO; - - /* number of this disk */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&number_disk)!=UNZ_OK) - err=UNZ_ERRNO; - - /* number of the disk with the start of the central directory */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK) - err=UNZ_ERRNO; - - /* total number of entries in the central dir on this disk */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) - err=UNZ_ERRNO; - us.gi.number_entry = uL; - - /* total number of entries in the central dir */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) - err=UNZ_ERRNO; - number_entry_CD = uL; - - if ((number_entry_CD!=us.gi.number_entry) || - (number_disk_with_CD!=0) || - (number_disk!=0)) - err=UNZ_BADZIPFILE; - - /* size of the central directory */ - if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) - err=UNZ_ERRNO; - us.size_central_dir = uL; - - /* offset of start of central directory with respect to the - starting disk number */ - if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) - err=UNZ_ERRNO; - us.offset_central_dir = uL; - - /* zipfile comment length */ - if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) - err=UNZ_ERRNO; - } - - if ((central_pospfile_in_zip_read!=NULL) - unzCloseCurrentFile(file); - - ZCLOSE64(s->z_filefunc, s->filestream); - free(s); - return UNZ_OK; -} - - -/* - Write info about the ZipFile in the *pglobal_info structure. - No preparation of the structure is needed - return UNZ_OK if there is no problem. */ -extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64* pglobal_info) { - unz64_s* s; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - *pglobal_info=s->gi; - return UNZ_OK; -} - -extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) { - unz64_s* s; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - /* to do : check if number_entry is not truncated */ - pglobal_info32->number_entry = (uLong)s->gi.number_entry; - pglobal_info32->size_comment = s->gi.size_comment; - return UNZ_OK; -} -/* - Translate date/time from Dos format to tm_unz (readable more easily) -*/ -local void unz64local_DosDateToTmuDate(ZPOS64_T ulDosDate, tm_unz* ptm) { - ZPOS64_T uDate; - uDate = (ZPOS64_T)(ulDosDate>>16); - ptm->tm_mday = (int)(uDate&0x1f) ; - ptm->tm_mon = (int)((((uDate)&0x1E0)/0x20)-1) ; - ptm->tm_year = (int)(((uDate&0x0FE00)/0x0200)+1980) ; - - ptm->tm_hour = (int) ((ulDosDate &0xF800)/0x800); - ptm->tm_min = (int) ((ulDosDate&0x7E0)/0x20) ; - ptm->tm_sec = (int) (2*(ulDosDate&0x1f)) ; -} - -/* - Get Info about the current file in the zipfile, with internal only info -*/ -local int unz64local_GetCurrentFileInfoInternal(unzFile file, - unz_file_info64 *pfile_info, - unz_file_info64_internal - *pfile_info_internal, - char *szFileName, - uLong fileNameBufferSize, - void *extraField, - uLong extraFieldBufferSize, - char *szComment, - uLong commentBufferSize) { - unz64_s* s; - unz_file_info64 file_info; - unz_file_info64_internal file_info_internal; - int err=UNZ_OK; - uLong uMagic; - long lSeek=0; - uLong uL; - - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - if (ZSEEK64(s->z_filefunc, s->filestream, - s->pos_in_central_dir+s->byte_before_the_zipfile, - ZLIB_FILEFUNC_SEEK_SET)!=0) - err=UNZ_ERRNO; - - - /* we check the magic */ - if (err==UNZ_OK) - { - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK) - err=UNZ_ERRNO; - else if (uMagic!=0x02014b50) - err=UNZ_BADZIPFILE; - } - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version_needed) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.flag) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.compression_method) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK) - err=UNZ_ERRNO; - - unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date); - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK) - err=UNZ_ERRNO; - file_info.compressed_size = uL; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK) - err=UNZ_ERRNO; - file_info.uncompressed_size = uL; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.size_filename) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_extra) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_comment) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.disk_num_start) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.internal_fa) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.external_fa) != UNZ_OK) - err=UNZ_ERRNO; - - // relative offset of local header - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uL) != UNZ_OK) - err=UNZ_ERRNO; - file_info_internal.offset_curfile = uL; - - lSeek+=file_info.size_filename; - if ((err==UNZ_OK) && (szFileName!=NULL)) - { - uLong uSizeRead ; - if (file_info.size_filename0) && (fileNameBufferSize>0)) - if (ZREAD64(s->z_filefunc, s->filestream,szFileName,uSizeRead)!=uSizeRead) - err=UNZ_ERRNO; - lSeek -= uSizeRead; - } - - // Read extrafield - if ((err==UNZ_OK) && (extraField!=NULL)) - { - ZPOS64_T uSizeRead ; - if (file_info.size_file_extraz_filefunc, s->filestream,(ZPOS64_T)lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0) - lSeek=0; - else - err=UNZ_ERRNO; - } - - if ((file_info.size_file_extra>0) && (extraFieldBufferSize>0)) - if (ZREAD64(s->z_filefunc, s->filestream,extraField,(uLong)uSizeRead)!=uSizeRead) - err=UNZ_ERRNO; - - lSeek += file_info.size_file_extra - (uLong)uSizeRead; - } - else - lSeek += file_info.size_file_extra; - - - if ((err==UNZ_OK) && (file_info.size_file_extra != 0)) - { - uLong acc = 0; - - // since lSeek now points to after the extra field we need to move back - lSeek -= file_info.size_file_extra; - - if (lSeek!=0) - { - if (ZSEEK64(s->z_filefunc, s->filestream,(ZPOS64_T)lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0) - lSeek=0; - else - err=UNZ_ERRNO; - } - - while(acc < file_info.size_file_extra) - { - uLong headerId; - uLong dataSize; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&headerId) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&dataSize) != UNZ_OK) - err=UNZ_ERRNO; - - /* ZIP64 extra fields */ - if (headerId == 0x0001) - { - if(file_info.uncompressed_size == MAXU32) - { - if (unz64local_getLong64(&s->z_filefunc, s->filestream,&file_info.uncompressed_size) != UNZ_OK) - err=UNZ_ERRNO; - } - - if(file_info.compressed_size == MAXU32) - { - if (unz64local_getLong64(&s->z_filefunc, s->filestream,&file_info.compressed_size) != UNZ_OK) - err=UNZ_ERRNO; - } - - if(file_info_internal.offset_curfile == MAXU32) - { - /* Relative Header offset */ - if (unz64local_getLong64(&s->z_filefunc, s->filestream,&file_info_internal.offset_curfile) != UNZ_OK) - err=UNZ_ERRNO; - } - - if(file_info.disk_num_start == 0xffff) - { - /* Disk Start Number */ - if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.disk_num_start) != UNZ_OK) - err=UNZ_ERRNO; - } - - } - else - { - if (ZSEEK64(s->z_filefunc, s->filestream,dataSize,ZLIB_FILEFUNC_SEEK_CUR)!=0) - err=UNZ_ERRNO; - } - - acc += 2 + 2 + dataSize; - } - } - - if ((err==UNZ_OK) && (szComment!=NULL)) - { - uLong uSizeRead ; - if (file_info.size_file_commentz_filefunc, s->filestream,(ZPOS64_T)lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0) - lSeek=0; - else - err=UNZ_ERRNO; - } - - if ((file_info.size_file_comment>0) && (commentBufferSize>0)) - if (ZREAD64(s->z_filefunc, s->filestream,szComment,uSizeRead)!=uSizeRead) - err=UNZ_ERRNO; - lSeek+=file_info.size_file_comment - uSizeRead; - } - else - lSeek+=file_info.size_file_comment; - - - if ((err==UNZ_OK) && (pfile_info!=NULL)) - *pfile_info=file_info; - - if ((err==UNZ_OK) && (pfile_info_internal!=NULL)) - *pfile_info_internal=file_info_internal; - - return err; -} - - - -/* - Write info about the ZipFile in the *pglobal_info structure. - No preparation of the structure is needed - return UNZ_OK if there is no problem. -*/ -extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file, - unz_file_info64 * pfile_info, - char * szFileName, uLong fileNameBufferSize, - void *extraField, uLong extraFieldBufferSize, - char* szComment, uLong commentBufferSize) { - return unz64local_GetCurrentFileInfoInternal(file,pfile_info,NULL, - szFileName,fileNameBufferSize, - extraField,extraFieldBufferSize, - szComment,commentBufferSize); -} - -extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, - unz_file_info * pfile_info, - char * szFileName, uLong fileNameBufferSize, - void *extraField, uLong extraFieldBufferSize, - char* szComment, uLong commentBufferSize) { - int err; - unz_file_info64 file_info64; - err = unz64local_GetCurrentFileInfoInternal(file,&file_info64,NULL, - szFileName,fileNameBufferSize, - extraField,extraFieldBufferSize, - szComment,commentBufferSize); - if ((err==UNZ_OK) && (pfile_info != NULL)) - { - pfile_info->version = file_info64.version; - pfile_info->version_needed = file_info64.version_needed; - pfile_info->flag = file_info64.flag; - pfile_info->compression_method = file_info64.compression_method; - pfile_info->dosDate = file_info64.dosDate; - pfile_info->crc = file_info64.crc; - - pfile_info->size_filename = file_info64.size_filename; - pfile_info->size_file_extra = file_info64.size_file_extra; - pfile_info->size_file_comment = file_info64.size_file_comment; - - pfile_info->disk_num_start = file_info64.disk_num_start; - pfile_info->internal_fa = file_info64.internal_fa; - pfile_info->external_fa = file_info64.external_fa; - - pfile_info->tmu_date = file_info64.tmu_date; - - - pfile_info->compressed_size = (uLong)file_info64.compressed_size; - pfile_info->uncompressed_size = (uLong)file_info64.uncompressed_size; - - } - return err; -} -/* - Set the current file of the zipfile to the first file. - return UNZ_OK if there is no problem -*/ -extern int ZEXPORT unzGoToFirstFile(unzFile file) { - int err=UNZ_OK; - unz64_s* s; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - s->pos_in_central_dir=s->offset_central_dir; - s->num_file=0; - err=unz64local_GetCurrentFileInfoInternal(file,&s->cur_file_info, - &s->cur_file_info_internal, - NULL,0,NULL,0,NULL,0); - s->current_file_ok = (err == UNZ_OK); - return err; -} - -/* - Set the current file of the zipfile to the next file. - return UNZ_OK if there is no problem - return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest. -*/ -extern int ZEXPORT unzGoToNextFile(unzFile file) { - unz64_s* s; - int err; - - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - if (!s->current_file_ok) - return UNZ_END_OF_LIST_OF_FILE; - if (s->gi.number_entry != 0xffff) /* 2^16 files overflow hack */ - if (s->num_file+1==s->gi.number_entry) - return UNZ_END_OF_LIST_OF_FILE; - - s->pos_in_central_dir += SIZECENTRALDIRITEM + s->cur_file_info.size_filename + - s->cur_file_info.size_file_extra + s->cur_file_info.size_file_comment ; - s->num_file++; - err = unz64local_GetCurrentFileInfoInternal(file,&s->cur_file_info, - &s->cur_file_info_internal, - NULL,0,NULL,0,NULL,0); - s->current_file_ok = (err == UNZ_OK); - return err; -} - - -/* - Try locate the file szFileName in the zipfile. - For the iCaseSensitivity signification, see unzStringFileNameCompare - - return value : - UNZ_OK if the file is found. It becomes the current file. - UNZ_END_OF_LIST_OF_FILE if the file is not found -*/ -extern int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCaseSensitivity) { - unz64_s* s; - int err; - - /* We remember the 'current' position in the file so that we can jump - * back there if we fail. - */ - unz_file_info64 cur_file_infoSaved; - unz_file_info64_internal cur_file_info_internalSaved; - ZPOS64_T num_fileSaved; - ZPOS64_T pos_in_central_dirSaved; - - - if (file==NULL) - return UNZ_PARAMERROR; - - if (strlen(szFileName)>=UNZ_MAXFILENAMEINZIP) - return UNZ_PARAMERROR; - - s=(unz64_s*)file; - if (!s->current_file_ok) - return UNZ_END_OF_LIST_OF_FILE; - - /* Save the current state */ - num_fileSaved = s->num_file; - pos_in_central_dirSaved = s->pos_in_central_dir; - cur_file_infoSaved = s->cur_file_info; - cur_file_info_internalSaved = s->cur_file_info_internal; - - err = unzGoToFirstFile(file); - - while (err == UNZ_OK) - { - char szCurrentFileName[UNZ_MAXFILENAMEINZIP+1]; - err = unzGetCurrentFileInfo64(file,NULL, - szCurrentFileName,sizeof(szCurrentFileName)-1, - NULL,0,NULL,0); - if (err == UNZ_OK) - { - if (unzStringFileNameCompare(szCurrentFileName, - szFileName,iCaseSensitivity)==0) - return UNZ_OK; - err = unzGoToNextFile(file); - } - } - - /* We failed, so restore the state of the 'current file' to where we - * were. - */ - s->num_file = num_fileSaved ; - s->pos_in_central_dir = pos_in_central_dirSaved ; - s->cur_file_info = cur_file_infoSaved; - s->cur_file_info_internal = cur_file_info_internalSaved; - return err; -} - - -/* -/////////////////////////////////////////// -// Contributed by Ryan Haksi (mailto://cryogen@infoserve.net) -// I need random access -// -// Further optimization could be realized by adding an ability -// to cache the directory in memory. The goal being a single -// comprehensive file read to put the file I need in a memory. -*/ - -/* -typedef struct unz_file_pos_s -{ - ZPOS64_T pos_in_zip_directory; // offset in file - ZPOS64_T num_of_file; // # of file -} unz_file_pos; -*/ - -extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) { - unz64_s* s; - - if (file==NULL || file_pos==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - if (!s->current_file_ok) - return UNZ_END_OF_LIST_OF_FILE; - - file_pos->pos_in_zip_directory = s->pos_in_central_dir; - file_pos->num_of_file = s->num_file; - - return UNZ_OK; -} - -extern int ZEXPORT unzGetFilePos(unzFile file, unz_file_pos* file_pos) { - unz64_file_pos file_pos64; - int err = unzGetFilePos64(file,&file_pos64); - if (err==UNZ_OK) - { - file_pos->pos_in_zip_directory = (uLong)file_pos64.pos_in_zip_directory; - file_pos->num_of_file = (uLong)file_pos64.num_of_file; - } - return err; -} - -extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) { - unz64_s* s; - int err; - - if (file==NULL || file_pos==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - - /* jump to the right spot */ - s->pos_in_central_dir = file_pos->pos_in_zip_directory; - s->num_file = file_pos->num_of_file; - - /* set the current file */ - err = unz64local_GetCurrentFileInfoInternal(file,&s->cur_file_info, - &s->cur_file_info_internal, - NULL,0,NULL,0,NULL,0); - /* return results */ - s->current_file_ok = (err == UNZ_OK); - return err; -} - -extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) { - unz64_file_pos file_pos64; - if (file_pos == NULL) - return UNZ_PARAMERROR; - - file_pos64.pos_in_zip_directory = file_pos->pos_in_zip_directory; - file_pos64.num_of_file = file_pos->num_of_file; - return unzGoToFilePos64(file,&file_pos64); -} - -/* -// Unzip Helper Functions - should be here? -/////////////////////////////////////////// -*/ - -/* - Read the local header of the current zipfile - Check the coherency of the local header and info in the end of central - directory about this file - store in *piSizeVar the size of extra info in local header - (filename and size of extra field data) -*/ -local int unz64local_CheckCurrentFileCoherencyHeader(unz64_s* s, uInt* piSizeVar, - ZPOS64_T * poffset_local_extrafield, - uInt * psize_local_extrafield) { - uLong uMagic,uData,uFlags; - uLong size_filename; - uLong size_extra_field; - int err=UNZ_OK; - - *piSizeVar = 0; - *poffset_local_extrafield = 0; - *psize_local_extrafield = 0; - - if (ZSEEK64(s->z_filefunc, s->filestream,s->cur_file_info_internal.offset_curfile + - s->byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET)!=0) - return UNZ_ERRNO; - - - if (err==UNZ_OK) - { - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uMagic) != UNZ_OK) - err=UNZ_ERRNO; - else if (uMagic!=0x04034b50) - err=UNZ_BADZIPFILE; - } - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) - err=UNZ_ERRNO; -/* - else if ((err==UNZ_OK) && (uData!=s->cur_file_info.wVersion)) - err=UNZ_BADZIPFILE; -*/ - if (unz64local_getShort(&s->z_filefunc, s->filestream,&uFlags) != UNZ_OK) - err=UNZ_ERRNO; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) - err=UNZ_ERRNO; - else if ((err==UNZ_OK) && (uData!=s->cur_file_info.compression_method)) - err=UNZ_BADZIPFILE; - - if ((err==UNZ_OK) && (s->cur_file_info.compression_method!=0) && -/* #ifdef HAVE_BZIP2 */ - (s->cur_file_info.compression_method!=Z_BZIP2ED) && -/* #endif */ - (s->cur_file_info.compression_method!=Z_DEFLATED)) - err=UNZ_BADZIPFILE; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* date/time */ - err=UNZ_ERRNO; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* crc */ - err=UNZ_ERRNO; - else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) && ((uFlags & 8)==0)) - err=UNZ_BADZIPFILE; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size compr */ - err=UNZ_ERRNO; - else if (uData != 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) && ((uFlags & 8)==0)) - err=UNZ_BADZIPFILE; - - if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* size uncompr */ - err=UNZ_ERRNO; - else if (uData != 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) && ((uFlags & 8)==0)) - err=UNZ_BADZIPFILE; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&size_filename) != UNZ_OK) - err=UNZ_ERRNO; - else if ((err==UNZ_OK) && (size_filename!=s->cur_file_info.size_filename)) - err=UNZ_BADZIPFILE; - - *piSizeVar += (uInt)size_filename; - - if (unz64local_getShort(&s->z_filefunc, s->filestream,&size_extra_field) != UNZ_OK) - err=UNZ_ERRNO; - *poffset_local_extrafield= s->cur_file_info_internal.offset_curfile + - SIZEZIPLOCALHEADER + size_filename; - *psize_local_extrafield = (uInt)size_extra_field; - - *piSizeVar += (uInt)size_extra_field; - - return err; -} - -/* - Open for reading data the current file in the zipfile. - If there is no error and the file is opened, the return value is UNZ_OK. -*/ -extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int* method, - int* level, int raw, const char* password) { - int err=UNZ_OK; - uInt iSizeVar; - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - ZPOS64_T offset_local_extrafield; /* offset of the local extra field */ - uInt size_local_extrafield; /* size of the local extra field */ -# ifndef NOUNCRYPT - char source[12]; -# else - if (password != NULL) - return UNZ_PARAMERROR; -# endif - - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - if (!s->current_file_ok) - return UNZ_PARAMERROR; - - if (s->pfile_in_zip_read != NULL) - unzCloseCurrentFile(file); - - if (unz64local_CheckCurrentFileCoherencyHeader(s,&iSizeVar, &offset_local_extrafield,&size_local_extrafield)!=UNZ_OK) - return UNZ_BADZIPFILE; - - pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); - if (pfile_in_zip_read_info==NULL) - return UNZ_INTERNALERROR; - - pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); - pfile_in_zip_read_info->offset_local_extrafield = offset_local_extrafield; - pfile_in_zip_read_info->size_local_extrafield = size_local_extrafield; - pfile_in_zip_read_info->pos_local_extrafield=0; - pfile_in_zip_read_info->raw=raw; - - if (pfile_in_zip_read_info->read_buffer==NULL) - { - free(pfile_in_zip_read_info); - return UNZ_INTERNALERROR; - } - - pfile_in_zip_read_info->stream_initialised=0; - - if (method!=NULL) - *method = (int)s->cur_file_info.compression_method; - - if (level!=NULL) - { - *level = 6; - switch (s->cur_file_info.flag & 0x06) - { - case 6 : *level = 1; break; - case 4 : *level = 2; break; - case 2 : *level = 9; break; - } - } - - if ((s->cur_file_info.compression_method!=0) && -/* #ifdef HAVE_BZIP2 */ - (s->cur_file_info.compression_method!=Z_BZIP2ED) && -/* #endif */ - (s->cur_file_info.compression_method!=Z_DEFLATED)) - - err=UNZ_BADZIPFILE; - - pfile_in_zip_read_info->crc32_wait=s->cur_file_info.crc; - pfile_in_zip_read_info->crc32=0; - pfile_in_zip_read_info->total_out_64=0; - pfile_in_zip_read_info->compression_method = s->cur_file_info.compression_method; - pfile_in_zip_read_info->filestream=s->filestream; - pfile_in_zip_read_info->z_filefunc=s->z_filefunc; - pfile_in_zip_read_info->byte_before_the_zipfile=s->byte_before_the_zipfile; - - pfile_in_zip_read_info->stream.total_out = 0; - - if ((s->cur_file_info.compression_method==Z_BZIP2ED) && (!raw)) - { -#ifdef HAVE_BZIP2 - pfile_in_zip_read_info->bstream.bzalloc = (void *(*) (void *, int, int))0; - pfile_in_zip_read_info->bstream.bzfree = (free_func)0; - pfile_in_zip_read_info->bstream.opaque = (voidpf)0; - pfile_in_zip_read_info->bstream.state = (voidpf)0; - - pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; - pfile_in_zip_read_info->stream.zfree = (free_func)0; - pfile_in_zip_read_info->stream.opaque = (voidpf)0; - pfile_in_zip_read_info->stream.next_in = (voidpf)0; - pfile_in_zip_read_info->stream.avail_in = 0; - - err=BZ2_bzDecompressInit(&pfile_in_zip_read_info->bstream, 0, 0); - if (err == Z_OK) - pfile_in_zip_read_info->stream_initialised=Z_BZIP2ED; - else - { - free(pfile_in_zip_read_info->read_buffer); - free(pfile_in_zip_read_info); - return err; - } -#else - pfile_in_zip_read_info->raw=1; -#endif - } - else if ((s->cur_file_info.compression_method==Z_DEFLATED) && (!raw)) - { - pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; - pfile_in_zip_read_info->stream.zfree = (free_func)0; - pfile_in_zip_read_info->stream.opaque = (voidpf)0; - pfile_in_zip_read_info->stream.next_in = 0; - pfile_in_zip_read_info->stream.avail_in = 0; - - err=inflateInit2(&pfile_in_zip_read_info->stream, -MAX_WBITS); - if (err == Z_OK) - pfile_in_zip_read_info->stream_initialised=Z_DEFLATED; - else - { - free(pfile_in_zip_read_info->read_buffer); - free(pfile_in_zip_read_info); - return err; - } - /* windowBits is passed < 0 to tell that there is no zlib header. - * Note that in this case inflate *requires* an extra "dummy" byte - * after the compressed stream in order to complete decompression and - * return Z_STREAM_END. - * In unzip, i don't wait absolutely Z_STREAM_END because I known the - * size of both compressed and uncompressed data - */ - } - pfile_in_zip_read_info->rest_read_compressed = - s->cur_file_info.compressed_size ; - pfile_in_zip_read_info->rest_read_uncompressed = - s->cur_file_info.uncompressed_size ; - - - pfile_in_zip_read_info->pos_in_zipfile = - s->cur_file_info_internal.offset_curfile + SIZEZIPLOCALHEADER + - iSizeVar; - - pfile_in_zip_read_info->stream.avail_in = (uInt)0; - - s->pfile_in_zip_read = pfile_in_zip_read_info; - s->encrypted = 0; - -# ifndef NOUNCRYPT - if (password != NULL) - { - int i; - s->pcrc_32_tab = get_crc_table(); - init_keys(password,s->keys,s->pcrc_32_tab); - if (ZSEEK64(s->z_filefunc, s->filestream, - s->pfile_in_zip_read->pos_in_zipfile + - s->pfile_in_zip_read->byte_before_the_zipfile, - SEEK_SET)!=0) - return UNZ_INTERNALERROR; - if(ZREAD64(s->z_filefunc, s->filestream,source, 12)<12) - return UNZ_INTERNALERROR; - - for (i = 0; i<12; i++) - zdecode(s->keys,s->pcrc_32_tab,source[i]); - - s->pfile_in_zip_read->pos_in_zipfile+=12; - s->encrypted=1; - } -# endif - - - return UNZ_OK; -} - -extern int ZEXPORT unzOpenCurrentFile(unzFile file) { - return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL); -} - -extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char* password) { - return unzOpenCurrentFile3(file, NULL, NULL, 0, password); -} - -extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) { - return unzOpenCurrentFile3(file, method, level, raw, NULL); -} - -/** Addition for GDAL : START */ - -extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) { - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - s=(unz64_s*)file; - if (file==NULL) - return 0; //UNZ_PARAMERROR; - pfile_in_zip_read_info=s->pfile_in_zip_read; - if (pfile_in_zip_read_info==NULL) - return 0; //UNZ_PARAMERROR; - return pfile_in_zip_read_info->pos_in_zipfile + - pfile_in_zip_read_info->byte_before_the_zipfile; -} - -/** Addition for GDAL : END */ - -/* - Read bytes from the current file. - buf contain buffer where data must be copied - len the size of buf. - - return the number of byte copied if some bytes are copied - return 0 if the end of file was reached - return <0 with error code if there is an error - (UNZ_ERRNO for IO error, or zLib error for uncompress error) -*/ -extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, unsigned len) { - int err=UNZ_OK; - uInt iRead = 0; - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - pfile_in_zip_read_info=s->pfile_in_zip_read; - - if (pfile_in_zip_read_info==NULL) - return UNZ_PARAMERROR; - - - if (pfile_in_zip_read_info->read_buffer == NULL) - return UNZ_END_OF_LIST_OF_FILE; - if (len==0) - return 0; - - pfile_in_zip_read_info->stream.next_out = (Bytef*)buf; - - pfile_in_zip_read_info->stream.avail_out = (uInt)len; - - if ((len>pfile_in_zip_read_info->rest_read_uncompressed) && - (!(pfile_in_zip_read_info->raw))) - pfile_in_zip_read_info->stream.avail_out = - (uInt)pfile_in_zip_read_info->rest_read_uncompressed; - - if ((len>pfile_in_zip_read_info->rest_read_compressed+ - pfile_in_zip_read_info->stream.avail_in) && - (pfile_in_zip_read_info->raw)) - pfile_in_zip_read_info->stream.avail_out = - (uInt)pfile_in_zip_read_info->rest_read_compressed+ - pfile_in_zip_read_info->stream.avail_in; - - while (pfile_in_zip_read_info->stream.avail_out>0) - { - if ((pfile_in_zip_read_info->stream.avail_in==0) && - (pfile_in_zip_read_info->rest_read_compressed>0)) - { - uInt uReadThis = UNZ_BUFSIZE; - if (pfile_in_zip_read_info->rest_read_compressedrest_read_compressed; - if (uReadThis == 0) - return UNZ_EOF; - if (ZSEEK64(pfile_in_zip_read_info->z_filefunc, - pfile_in_zip_read_info->filestream, - pfile_in_zip_read_info->pos_in_zipfile + - pfile_in_zip_read_info->byte_before_the_zipfile, - ZLIB_FILEFUNC_SEEK_SET)!=0) - return UNZ_ERRNO; - if (ZREAD64(pfile_in_zip_read_info->z_filefunc, - pfile_in_zip_read_info->filestream, - pfile_in_zip_read_info->read_buffer, - uReadThis)!=uReadThis) - return UNZ_ERRNO; - - -# ifndef NOUNCRYPT - if(s->encrypted) - { - uInt i; - for(i=0;iread_buffer[i] = - zdecode(s->keys,s->pcrc_32_tab, - pfile_in_zip_read_info->read_buffer[i]); - } -# endif - - - pfile_in_zip_read_info->pos_in_zipfile += uReadThis; - - pfile_in_zip_read_info->rest_read_compressed-=uReadThis; - - pfile_in_zip_read_info->stream.next_in = - (Bytef*)pfile_in_zip_read_info->read_buffer; - pfile_in_zip_read_info->stream.avail_in = (uInt)uReadThis; - } - - if ((pfile_in_zip_read_info->compression_method==0) || (pfile_in_zip_read_info->raw)) - { - uInt uDoCopy,i ; - - if ((pfile_in_zip_read_info->stream.avail_in == 0) && - (pfile_in_zip_read_info->rest_read_compressed == 0)) - return (iRead==0) ? UNZ_EOF : (int)iRead; - - if (pfile_in_zip_read_info->stream.avail_out < - pfile_in_zip_read_info->stream.avail_in) - uDoCopy = pfile_in_zip_read_info->stream.avail_out ; - else - uDoCopy = pfile_in_zip_read_info->stream.avail_in ; - - for (i=0;istream.next_out+i) = - *(pfile_in_zip_read_info->stream.next_in+i); - - pfile_in_zip_read_info->total_out_64 = pfile_in_zip_read_info->total_out_64 + uDoCopy; - - pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32, - pfile_in_zip_read_info->stream.next_out, - uDoCopy); - pfile_in_zip_read_info->rest_read_uncompressed-=uDoCopy; - pfile_in_zip_read_info->stream.avail_in -= uDoCopy; - pfile_in_zip_read_info->stream.avail_out -= uDoCopy; - pfile_in_zip_read_info->stream.next_out += uDoCopy; - pfile_in_zip_read_info->stream.next_in += uDoCopy; - pfile_in_zip_read_info->stream.total_out += uDoCopy; - iRead += uDoCopy; - } - else if (pfile_in_zip_read_info->compression_method==Z_BZIP2ED) - { -#ifdef HAVE_BZIP2 - uLong uTotalOutBefore,uTotalOutAfter; - const Bytef *bufBefore; - uLong uOutThis; - - pfile_in_zip_read_info->bstream.next_in = (char*)pfile_in_zip_read_info->stream.next_in; - pfile_in_zip_read_info->bstream.avail_in = pfile_in_zip_read_info->stream.avail_in; - pfile_in_zip_read_info->bstream.total_in_lo32 = pfile_in_zip_read_info->stream.total_in; - pfile_in_zip_read_info->bstream.total_in_hi32 = 0; - pfile_in_zip_read_info->bstream.next_out = (char*)pfile_in_zip_read_info->stream.next_out; - pfile_in_zip_read_info->bstream.avail_out = pfile_in_zip_read_info->stream.avail_out; - pfile_in_zip_read_info->bstream.total_out_lo32 = pfile_in_zip_read_info->stream.total_out; - pfile_in_zip_read_info->bstream.total_out_hi32 = 0; - - uTotalOutBefore = pfile_in_zip_read_info->bstream.total_out_lo32; - bufBefore = (const Bytef *)pfile_in_zip_read_info->bstream.next_out; - - err=BZ2_bzDecompress(&pfile_in_zip_read_info->bstream); - - uTotalOutAfter = pfile_in_zip_read_info->bstream.total_out_lo32; - uOutThis = uTotalOutAfter-uTotalOutBefore; - - pfile_in_zip_read_info->total_out_64 = pfile_in_zip_read_info->total_out_64 + uOutThis; - - pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32,bufBefore, (uInt)(uOutThis)); - pfile_in_zip_read_info->rest_read_uncompressed -= uOutThis; - iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); - - pfile_in_zip_read_info->stream.next_in = (Bytef*)pfile_in_zip_read_info->bstream.next_in; - pfile_in_zip_read_info->stream.avail_in = pfile_in_zip_read_info->bstream.avail_in; - pfile_in_zip_read_info->stream.total_in = pfile_in_zip_read_info->bstream.total_in_lo32; - pfile_in_zip_read_info->stream.next_out = (Bytef*)pfile_in_zip_read_info->bstream.next_out; - pfile_in_zip_read_info->stream.avail_out = pfile_in_zip_read_info->bstream.avail_out; - pfile_in_zip_read_info->stream.total_out = pfile_in_zip_read_info->bstream.total_out_lo32; - - if (err==BZ_STREAM_END) - return (iRead==0) ? UNZ_EOF : iRead; - if (err!=BZ_OK) - break; -#endif - } // end Z_BZIP2ED - else - { - ZPOS64_T uTotalOutBefore,uTotalOutAfter; - const Bytef *bufBefore; - ZPOS64_T uOutThis; - int flush=Z_SYNC_FLUSH; - - uTotalOutBefore = pfile_in_zip_read_info->stream.total_out; - bufBefore = pfile_in_zip_read_info->stream.next_out; - - /* - if ((pfile_in_zip_read_info->rest_read_uncompressed == - pfile_in_zip_read_info->stream.avail_out) && - (pfile_in_zip_read_info->rest_read_compressed == 0)) - flush = Z_FINISH; - */ - err=inflate(&pfile_in_zip_read_info->stream,flush); - - if ((err>=0) && (pfile_in_zip_read_info->stream.msg!=NULL)) - err = Z_DATA_ERROR; - - uTotalOutAfter = pfile_in_zip_read_info->stream.total_out; - /* Detect overflow, because z_stream.total_out is uLong (32 bits) */ - if (uTotalOutAftertotal_out_64 = pfile_in_zip_read_info->total_out_64 + uOutThis; - - pfile_in_zip_read_info->crc32 = - crc32(pfile_in_zip_read_info->crc32,bufBefore, - (uInt)(uOutThis)); - - pfile_in_zip_read_info->rest_read_uncompressed -= - uOutThis; - - iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); - - if (err==Z_STREAM_END) - return (iRead==0) ? UNZ_EOF : (int)iRead; - if (err!=Z_OK) - break; - } - } - - if (err==Z_OK) - return (int)iRead; - return err; -} - - -/* - Give the current position in uncompressed data -*/ -extern z_off_t ZEXPORT unztell(unzFile file) { - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - pfile_in_zip_read_info=s->pfile_in_zip_read; - - if (pfile_in_zip_read_info==NULL) - return UNZ_PARAMERROR; - - return (z_off_t)pfile_in_zip_read_info->stream.total_out; -} - -extern ZPOS64_T ZEXPORT unztell64(unzFile file) { - - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - if (file==NULL) - return (ZPOS64_T)-1; - s=(unz64_s*)file; - pfile_in_zip_read_info=s->pfile_in_zip_read; - - if (pfile_in_zip_read_info==NULL) - return (ZPOS64_T)-1; - - return pfile_in_zip_read_info->total_out_64; -} - - -/* - return 1 if the end of file was reached, 0 elsewhere -*/ -extern int ZEXPORT unzeof(unzFile file) { - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - pfile_in_zip_read_info=s->pfile_in_zip_read; - - if (pfile_in_zip_read_info==NULL) - return UNZ_PARAMERROR; - - if (pfile_in_zip_read_info->rest_read_uncompressed == 0) - return 1; - else - return 0; -} - - - -/* -Read extra field from the current file (opened by unzOpenCurrentFile) -This is the local-header version of the extra field (sometimes, there is -more info in the local-header version than in the central-header) - - if buf==NULL, it return the size of the local extra field that can be read - - if buf!=NULL, len is the size of the buffer, the extra header is copied in - buf. - the return value is the number of bytes copied in buf, or (if <0) - the error code -*/ -extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, unsigned len) { - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - uInt read_now; - ZPOS64_T size_to_read; - - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - pfile_in_zip_read_info=s->pfile_in_zip_read; - - if (pfile_in_zip_read_info==NULL) - return UNZ_PARAMERROR; - - size_to_read = (pfile_in_zip_read_info->size_local_extrafield - - pfile_in_zip_read_info->pos_local_extrafield); - - if (buf==NULL) - return (int)size_to_read; - - if (len>size_to_read) - read_now = (uInt)size_to_read; - else - read_now = (uInt)len ; - - if (read_now==0) - return 0; - - if (ZSEEK64(pfile_in_zip_read_info->z_filefunc, - pfile_in_zip_read_info->filestream, - pfile_in_zip_read_info->offset_local_extrafield + - pfile_in_zip_read_info->pos_local_extrafield, - ZLIB_FILEFUNC_SEEK_SET)!=0) - return UNZ_ERRNO; - - if (ZREAD64(pfile_in_zip_read_info->z_filefunc, - pfile_in_zip_read_info->filestream, - buf,read_now)!=read_now) - return UNZ_ERRNO; - - return (int)read_now; -} - -/* - Close the file in zip opened with unzOpenCurrentFile - Return UNZ_CRCERROR if all the file was read but the CRC is not good -*/ -extern int ZEXPORT unzCloseCurrentFile(unzFile file) { - int err=UNZ_OK; - - unz64_s* s; - file_in_zip64_read_info_s* pfile_in_zip_read_info; - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - pfile_in_zip_read_info=s->pfile_in_zip_read; - - if (pfile_in_zip_read_info==NULL) - return UNZ_PARAMERROR; - - - if ((pfile_in_zip_read_info->rest_read_uncompressed == 0) && - (!pfile_in_zip_read_info->raw)) - { - if (pfile_in_zip_read_info->crc32 != pfile_in_zip_read_info->crc32_wait) - err=UNZ_CRCERROR; - } - - - free(pfile_in_zip_read_info->read_buffer); - pfile_in_zip_read_info->read_buffer = NULL; - if (pfile_in_zip_read_info->stream_initialised == Z_DEFLATED) - inflateEnd(&pfile_in_zip_read_info->stream); -#ifdef HAVE_BZIP2 - else if (pfile_in_zip_read_info->stream_initialised == Z_BZIP2ED) - BZ2_bzDecompressEnd(&pfile_in_zip_read_info->bstream); -#endif - - - pfile_in_zip_read_info->stream_initialised = 0; - free(pfile_in_zip_read_info); - - s->pfile_in_zip_read=NULL; - - return err; -} - - -/* - Get the global comment string of the ZipFile, in the szComment buffer. - uSizeBuf is the size of the szComment buffer. - return the number of byte copied or an error code <0 -*/ -extern int ZEXPORT unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) { - unz64_s* s; - uLong uReadThis ; - if (file==NULL) - return (int)UNZ_PARAMERROR; - s=(unz64_s*)file; - - uReadThis = uSizeBuf; - if (uReadThis>s->gi.size_comment) - uReadThis = s->gi.size_comment; - - if (ZSEEK64(s->z_filefunc,s->filestream,s->central_pos+22,ZLIB_FILEFUNC_SEEK_SET)!=0) - return UNZ_ERRNO; - - if (uReadThis>0) - { - *szComment='\0'; - if (ZREAD64(s->z_filefunc,s->filestream,szComment,uReadThis)!=uReadThis) - return UNZ_ERRNO; - } - - if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) - *(szComment+s->gi.size_comment)='\0'; - return (int)uReadThis; -} - -/* Additions by RX '2004 */ -extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) { - unz64_s* s; - - if (file==NULL) - return 0; //UNZ_PARAMERROR; - s=(unz64_s*)file; - if (!s->current_file_ok) - return 0; - if (s->gi.number_entry != 0 && s->gi.number_entry != 0xffff) - if (s->num_file==s->gi.number_entry) - return 0; - return s->pos_in_central_dir; -} - -extern uLong ZEXPORT unzGetOffset(unzFile file) { - ZPOS64_T offset64; - - if (file==NULL) - return 0; //UNZ_PARAMERROR; - offset64 = unzGetOffset64(file); - return (uLong)offset64; -} - -extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) { - unz64_s* s; - int err; - - if (file==NULL) - return UNZ_PARAMERROR; - s=(unz64_s*)file; - - s->pos_in_central_dir = pos; - s->num_file = s->gi.number_entry; /* hack */ - err = unz64local_GetCurrentFileInfoInternal(file,&s->cur_file_info, - &s->cur_file_info_internal, - NULL,0,NULL,0,NULL,0); - s->current_file_ok = (err == UNZ_OK); - return err; -} - -extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) { - return unzSetOffset64(file,pos); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.h b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.h deleted file mode 100644 index 5cfc9c6..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/unzip.h +++ /dev/null @@ -1,437 +0,0 @@ -/* unzip.h -- IO for uncompress .zip files using zlib - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications of Unzip for Zip64 - Copyright (C) 2007-2008 Even Rouault - - Modifications for Zip64 support on both zip and unzip - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - - --------------------------------------------------------------------------------- - - Condition of use and distribution are the same than zlib : - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - --------------------------------------------------------------------------------- - - Changes - - See header of unzip64.c - -*/ - -#ifndef _unz64_H -#define _unz64_H - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef _ZLIB_H -#include "zlib.h" -#endif - -#ifndef _ZLIBIOAPI_H -#include "ioapi.h" -#endif - -#ifdef HAVE_BZIP2 -#include "bzlib.h" -#endif - -#define Z_BZIP2ED 12 - -#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) -/* like the STRICT of WIN32, we define a pointer that cannot be converted - from (void*) without cast */ -typedef struct TagunzFile__ { int unused; } unzFile__; -typedef unzFile__ *unzFile; -#else -typedef voidp unzFile; -#endif - - -#define UNZ_OK (0) -#define UNZ_END_OF_LIST_OF_FILE (-100) -#define UNZ_ERRNO (Z_ERRNO) -#define UNZ_EOF (0) -#define UNZ_PARAMERROR (-102) -#define UNZ_BADZIPFILE (-103) -#define UNZ_INTERNALERROR (-104) -#define UNZ_CRCERROR (-105) - -/* tm_unz contain date/time info */ -typedef struct tm_unz_s -{ - int tm_sec; /* seconds after the minute - [0,59] */ - int tm_min; /* minutes after the hour - [0,59] */ - int tm_hour; /* hours since midnight - [0,23] */ - int tm_mday; /* day of the month - [1,31] */ - int tm_mon; /* months since January - [0,11] */ - int tm_year; /* years - [1980..2044] */ -} tm_unz; - -/* unz_global_info structure contain global data about the ZIPfile - These data comes from the end of central dir */ -typedef struct unz_global_info64_s -{ - ZPOS64_T number_entry; /* total number of entries in - the central dir on this disk */ - uLong size_comment; /* size of the global comment of the zipfile */ -} unz_global_info64; - -typedef struct unz_global_info_s -{ - uLong number_entry; /* total number of entries in - the central dir on this disk */ - uLong size_comment; /* size of the global comment of the zipfile */ -} unz_global_info; - -/* unz_file_info contain information about a file in the zipfile */ -typedef struct unz_file_info64_s -{ - uLong version; /* version made by 2 bytes */ - uLong version_needed; /* version needed to extract 2 bytes */ - uLong flag; /* general purpose bit flag 2 bytes */ - uLong compression_method; /* compression method 2 bytes */ - uLong dosDate; /* last mod file date in Dos fmt 4 bytes */ - uLong crc; /* crc-32 4 bytes */ - ZPOS64_T compressed_size; /* compressed size 8 bytes */ - ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */ - uLong size_filename; /* filename length 2 bytes */ - uLong size_file_extra; /* extra field length 2 bytes */ - uLong size_file_comment; /* file comment length 2 bytes */ - - uLong disk_num_start; /* disk number start 2 bytes */ - uLong internal_fa; /* internal file attributes 2 bytes */ - uLong external_fa; /* external file attributes 4 bytes */ - - tm_unz tmu_date; -} unz_file_info64; - -typedef struct unz_file_info_s -{ - uLong version; /* version made by 2 bytes */ - uLong version_needed; /* version needed to extract 2 bytes */ - uLong flag; /* general purpose bit flag 2 bytes */ - uLong compression_method; /* compression method 2 bytes */ - uLong dosDate; /* last mod file date in Dos fmt 4 bytes */ - uLong crc; /* crc-32 4 bytes */ - uLong compressed_size; /* compressed size 4 bytes */ - uLong uncompressed_size; /* uncompressed size 4 bytes */ - uLong size_filename; /* filename length 2 bytes */ - uLong size_file_extra; /* extra field length 2 bytes */ - uLong size_file_comment; /* file comment length 2 bytes */ - - uLong disk_num_start; /* disk number start 2 bytes */ - uLong internal_fa; /* internal file attributes 2 bytes */ - uLong external_fa; /* external file attributes 4 bytes */ - - tm_unz tmu_date; -} unz_file_info; - -extern int ZEXPORT unzStringFileNameCompare(const char* fileName1, - const char* fileName2, - int iCaseSensitivity); -/* - Compare two filenames (fileName1,fileName2). - If iCaseSensitivity = 1, comparison is case sensitive (like strcmp) - If iCaseSensitivity = 2, comparison is not case sensitive (like strcmpi - or strcasecmp) - If iCaseSensitivity = 0, case sensitivity is default of your operating system - (like 1 on Unix, 2 on Windows) -*/ - - -extern unzFile ZEXPORT unzOpen(const char *path); -extern unzFile ZEXPORT unzOpen64(const void *path); -/* - Open a Zip file. path contain the full pathname (by example, - on a Windows XP computer "c:\\zlib\\zlib113.zip" or on an Unix computer - "zlib/zlib113.zip". - If the zipfile cannot be opened (file don't exist or in not valid), the - return value is NULL. - Else, the return value is a unzFile Handle, usable with other function - of this unzip package. - the "64" function take a const void* pointer, because the path is just the - value passed to the open64_file_func callback. - Under Windows, if UNICODE is defined, using fill_fopen64_filefunc, the path - is a pointer to a wide unicode string (LPCTSTR is LPCWSTR), so const char* - does not describe the reality -*/ - - -extern unzFile ZEXPORT unzOpen2(const char *path, - zlib_filefunc_def* pzlib_filefunc_def); -/* - Open a Zip file, like unzOpen, but provide a set of file low level API - for read/write the zip file (see ioapi.h) -*/ - -extern unzFile ZEXPORT unzOpen2_64(const void *path, - zlib_filefunc64_def* pzlib_filefunc_def); -/* - Open a Zip file, like unz64Open, but provide a set of file low level API - for read/write the zip file (see ioapi.h) -*/ - -extern int ZEXPORT unzClose(unzFile file); -/* - Close a ZipFile opened with unzOpen. - If there is files inside the .Zip opened with unzOpenCurrentFile (see later), - these files MUST be closed with unzCloseCurrentFile before call unzClose. - return UNZ_OK if there is no problem. */ - -extern int ZEXPORT unzGetGlobalInfo(unzFile file, - unz_global_info *pglobal_info); - -extern int ZEXPORT unzGetGlobalInfo64(unzFile file, - unz_global_info64 *pglobal_info); -/* - Write info about the ZipFile in the *pglobal_info structure. - No preparation of the structure is needed - return UNZ_OK if there is no problem. */ - - -extern int ZEXPORT unzGetGlobalComment(unzFile file, - char *szComment, - uLong uSizeBuf); -/* - Get the global comment string of the ZipFile, in the szComment buffer. - uSizeBuf is the size of the szComment buffer. - return the number of byte copied or an error code <0 -*/ - - -/***************************************************************************/ -/* Unzip package allow you browse the directory of the zipfile */ - -extern int ZEXPORT unzGoToFirstFile(unzFile file); -/* - Set the current file of the zipfile to the first file. - return UNZ_OK if there is no problem -*/ - -extern int ZEXPORT unzGoToNextFile(unzFile file); -/* - Set the current file of the zipfile to the next file. - return UNZ_OK if there is no problem - return UNZ_END_OF_LIST_OF_FILE if the actual file was the latest. -*/ - -extern int ZEXPORT unzLocateFile(unzFile file, - const char *szFileName, - int iCaseSensitivity); -/* - Try locate the file szFileName in the zipfile. - For the iCaseSensitivity signification, see unzStringFileNameCompare - - return value : - UNZ_OK if the file is found. It becomes the current file. - UNZ_END_OF_LIST_OF_FILE if the file is not found -*/ - - -/* ****************************************** */ -/* Ryan supplied functions */ -/* unz_file_info contain information about a file in the zipfile */ -typedef struct unz_file_pos_s -{ - uLong pos_in_zip_directory; /* offset in zip file directory */ - uLong num_of_file; /* # of file */ -} unz_file_pos; - -extern int ZEXPORT unzGetFilePos( - unzFile file, - unz_file_pos* file_pos); - -extern int ZEXPORT unzGoToFilePos( - unzFile file, - unz_file_pos* file_pos); - -typedef struct unz64_file_pos_s -{ - ZPOS64_T pos_in_zip_directory; /* offset in zip file directory */ - ZPOS64_T num_of_file; /* # of file */ -} unz64_file_pos; - -extern int ZEXPORT unzGetFilePos64( - unzFile file, - unz64_file_pos* file_pos); - -extern int ZEXPORT unzGoToFilePos64( - unzFile file, - const unz64_file_pos* file_pos); - -/* ****************************************** */ - -extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file, - unz_file_info64 *pfile_info, - char *szFileName, - uLong fileNameBufferSize, - void *extraField, - uLong extraFieldBufferSize, - char *szComment, - uLong commentBufferSize); - -extern int ZEXPORT unzGetCurrentFileInfo(unzFile file, - unz_file_info *pfile_info, - char *szFileName, - uLong fileNameBufferSize, - void *extraField, - uLong extraFieldBufferSize, - char *szComment, - uLong commentBufferSize); -/* - Get Info about the current file - if pfile_info!=NULL, the *pfile_info structure will contain some info about - the current file - if szFileName!=NULL, the filename string will be copied in szFileName - (fileNameBufferSize is the size of the buffer) - if extraField!=NULL, the extra field information will be copied in extraField - (extraFieldBufferSize is the size of the buffer). - This is the Central-header version of the extra field - if szComment!=NULL, the comment string of the file will be copied in szComment - (commentBufferSize is the size of the buffer) -*/ - - -/** Addition for GDAL : START */ - -extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file); - -/** Addition for GDAL : END */ - - -/***************************************************************************/ -/* for reading the content of the current zipfile, you can open it, read data - from it, and close it (you can close it before reading all the file) - */ - -extern int ZEXPORT unzOpenCurrentFile(unzFile file); -/* - Open for reading data the current file in the zipfile. - If there is no error, the return value is UNZ_OK. -*/ - -extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, - const char* password); -/* - Open for reading data the current file in the zipfile. - password is a crypting password - If there is no error, the return value is UNZ_OK. -*/ - -extern int ZEXPORT unzOpenCurrentFile2(unzFile file, - int* method, - int* level, - int raw); -/* - Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) - if raw==1 - *method will receive method of compression, *level will receive level of - compression - note : you can set level parameter as NULL (if you did not want known level, - but you CANNOT set method parameter as NULL -*/ - -extern int ZEXPORT unzOpenCurrentFile3(unzFile file, - int* method, - int* level, - int raw, - const char* password); -/* - Same than unzOpenCurrentFile, but open for read raw the file (not uncompress) - if raw==1 - *method will receive method of compression, *level will receive level of - compression - note : you can set level parameter as NULL (if you did not want known level, - but you CANNOT set method parameter as NULL -*/ - - -extern int ZEXPORT unzCloseCurrentFile(unzFile file); -/* - Close the file in zip opened with unzOpenCurrentFile - Return UNZ_CRCERROR if all the file was read but the CRC is not good -*/ - -extern int ZEXPORT unzReadCurrentFile(unzFile file, - voidp buf, - unsigned len); -/* - Read bytes from the current file (opened by unzOpenCurrentFile) - buf contain buffer where data must be copied - len the size of buf. - - return the number of byte copied if some bytes are copied - return 0 if the end of file was reached - return <0 with error code if there is an error - (UNZ_ERRNO for IO error, or zLib error for uncompress error) -*/ - -extern z_off_t ZEXPORT unztell(unzFile file); - -extern ZPOS64_T ZEXPORT unztell64(unzFile file); -/* - Give the current position in uncompressed data -*/ - -extern int ZEXPORT unzeof(unzFile file); -/* - return 1 if the end of file was reached, 0 elsewhere -*/ - -extern int ZEXPORT unzGetLocalExtrafield(unzFile file, - voidp buf, - unsigned len); -/* - Read extra field from the current file (opened by unzOpenCurrentFile) - This is the local-header version of the extra field (sometimes, there is - more info in the local-header version than in the central-header) - - if buf==NULL, it return the size of the local extra field - - if buf!=NULL, len is the size of the buffer, the extra header is copied in - buf. - the return value is the number of bytes copied in buf, or (if <0) - the error code -*/ - -/***************************************************************************/ - -/* Get the current file offset */ -extern ZPOS64_T ZEXPORT unzGetOffset64 (unzFile file); -extern uLong ZEXPORT unzGetOffset (unzFile file); - -/* Set the current file offset */ -extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos); -extern int ZEXPORT unzSetOffset (unzFile file, uLong pos); - - - -#ifdef __cplusplus -} -#endif - -#endif /* _unz64_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.c b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.c deleted file mode 100644 index 60bdffa..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.c +++ /dev/null @@ -1,1956 +0,0 @@ -/* zip.c -- IO on .zip files using zlib - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - - Changes - Oct-2009 - Mathias Svensson - Remove old C style function prototypes - Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives - Oct-2009 - Mathias Svensson - Did some code cleanup and refactoring to get better overview of some functions. - Oct-2009 - Mathias Svensson - Added zipRemoveExtraInfoBlock to strip extra field data from its ZIP64 data - It is used when recreating zip archive with RAW when deleting items from a zip. - ZIP64 data is automatically added to items that needs it, and existing ZIP64 data need to be removed. - Oct-2009 - Mathias Svensson - Added support for BZIP2 as compression mode (bzip2 lib is required) - Jan-2010 - back to unzip and minizip 1.0 name scheme, with compatibility layer - -*/ - - -#include -#include -#include -#include -#include -#include "zlib.h" -#include "zip.h" - -#ifdef STDC -# include -#endif -#ifdef NO_ERRNO_H - extern int errno; -#else -# include -#endif - - -#ifndef local -# define local static -#endif -/* compile with -Dlocal if your debugger can't find static symbols */ - -#ifndef VERSIONMADEBY -# define VERSIONMADEBY (0x0) /* platform dependent */ -#endif - -#ifndef Z_BUFSIZE -#define Z_BUFSIZE (64*1024) //(16384) -#endif - -#ifndef Z_MAXFILENAMEINZIP -#define Z_MAXFILENAMEINZIP (256) -#endif - -#ifndef ALLOC -# define ALLOC(size) (malloc(size)) -#endif - -/* -#define SIZECENTRALDIRITEM (0x2e) -#define SIZEZIPLOCALHEADER (0x1e) -*/ - -/* I've found an old Unix (a SunOS 4.1.3_U1) without all SEEK_* defined.... */ - - -// NOT sure that this work on ALL platform -#define MAKEULONG64(a, b) ((ZPOS64_T)(((unsigned long)(a)) | ((ZPOS64_T)((unsigned long)(b))) << 32)) - -#ifndef SEEK_CUR -#define SEEK_CUR 1 -#endif - -#ifndef SEEK_END -#define SEEK_END 2 -#endif - -#ifndef SEEK_SET -#define SEEK_SET 0 -#endif - -#ifndef DEF_MEM_LEVEL -#if MAX_MEM_LEVEL >= 8 -# define DEF_MEM_LEVEL 8 -#else -# define DEF_MEM_LEVEL MAX_MEM_LEVEL -#endif -#endif -const char zip_copyright[] =" zip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; - - -#define SIZEDATA_INDATABLOCK (4096-(4*4)) - -#define LOCALHEADERMAGIC (0x04034b50) -#define CENTRALHEADERMAGIC (0x02014b50) -#define ENDHEADERMAGIC (0x06054b50) -#define ZIP64ENDHEADERMAGIC (0x6064b50) -#define ZIP64ENDLOCHEADERMAGIC (0x7064b50) - -#define FLAG_LOCALHEADER_OFFSET (0x06) -#define CRC_LOCALHEADER_OFFSET (0x0e) - -#define SIZECENTRALHEADER (0x2e) /* 46 */ - -typedef struct linkedlist_datablock_internal_s -{ - struct linkedlist_datablock_internal_s* next_datablock; - uLong avail_in_this_block; - uLong filled_in_this_block; - uLong unused; /* for future use and alignment */ - unsigned char data[SIZEDATA_INDATABLOCK]; -} linkedlist_datablock_internal; - -typedef struct linkedlist_data_s -{ - linkedlist_datablock_internal* first_block; - linkedlist_datablock_internal* last_block; -} linkedlist_data; - - -typedef struct -{ - z_stream stream; /* zLib stream structure for inflate */ -#ifdef HAVE_BZIP2 - bz_stream bstream; /* bzLib stream structure for bziped */ -#endif - - int stream_initialised; /* 1 is stream is initialised */ - uInt pos_in_buffered_data; /* last written byte in buffered_data */ - - ZPOS64_T pos_local_header; /* offset of the local header of the file - currently writing */ - char* central_header; /* central header data for the current file */ - uLong size_centralExtra; - uLong size_centralheader; /* size of the central header for cur file */ - uLong size_centralExtraFree; /* Extra bytes allocated to the centralheader but that are not used */ - uLong flag; /* flag of the file currently writing */ - - int method; /* compression method of file currently wr.*/ - int raw; /* 1 for directly writing raw data */ - Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/ - uLong dosDate; - uLong crc32; - int encrypt; - int zip64; /* Add ZIP64 extended information in the extra field */ - ZPOS64_T pos_zip64extrainfo; - ZPOS64_T totalCompressedData; - ZPOS64_T totalUncompressedData; -#ifndef NOCRYPT - unsigned long keys[3]; /* keys defining the pseudo-random sequence */ - const z_crc_t* pcrc_32_tab; - unsigned crypt_header_size; -#endif -} curfile64_info; - -typedef struct -{ - zlib_filefunc64_32_def z_filefunc; - voidpf filestream; /* io structure of the zipfile */ - linkedlist_data central_dir;/* datablock with central dir in construction*/ - int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/ - curfile64_info ci; /* info on the file currently writing */ - - ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ - ZPOS64_T add_position_when_writing_offset; - ZPOS64_T number_entry; - -#ifndef NO_ADDFILEINEXISTINGZIP - char *globalcomment; -#endif - -} zip64_internal; - - -#ifndef NOCRYPT -#define INCLUDECRYPTINGCODE_IFCRYPTALLOWED -#include "crypt.h" -#endif - -local linkedlist_datablock_internal* allocate_new_datablock(void) { - linkedlist_datablock_internal* ldi; - ldi = (linkedlist_datablock_internal*) - ALLOC(sizeof(linkedlist_datablock_internal)); - if (ldi!=NULL) - { - ldi->next_datablock = NULL ; - ldi->filled_in_this_block = 0 ; - ldi->avail_in_this_block = SIZEDATA_INDATABLOCK ; - } - return ldi; -} - -local void free_datablock(linkedlist_datablock_internal* ldi) { - while (ldi!=NULL) - { - linkedlist_datablock_internal* ldinext = ldi->next_datablock; - free(ldi); - ldi = ldinext; - } -} - -local void init_linkedlist(linkedlist_data* ll) { - ll->first_block = ll->last_block = NULL; -} - -local void free_linkedlist(linkedlist_data* ll) { - free_datablock(ll->first_block); - ll->first_block = ll->last_block = NULL; -} - - -local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len) { - linkedlist_datablock_internal* ldi; - const unsigned char* from_copy; - - if (ll==NULL) - return ZIP_INTERNALERROR; - - if (ll->last_block == NULL) - { - ll->first_block = ll->last_block = allocate_new_datablock(); - if (ll->first_block == NULL) - return ZIP_INTERNALERROR; - } - - ldi = ll->last_block; - from_copy = (const unsigned char*)buf; - - while (len>0) - { - uInt copy_this; - uInt i; - unsigned char* to_copy; - - if (ldi->avail_in_this_block==0) - { - ldi->next_datablock = allocate_new_datablock(); - if (ldi->next_datablock == NULL) - return ZIP_INTERNALERROR; - ldi = ldi->next_datablock ; - ll->last_block = ldi; - } - - if (ldi->avail_in_this_block < len) - copy_this = (uInt)ldi->avail_in_this_block; - else - copy_this = (uInt)len; - - to_copy = &(ldi->data[ldi->filled_in_this_block]); - - for (i=0;ifilled_in_this_block += copy_this; - ldi->avail_in_this_block -= copy_this; - from_copy += copy_this ; - len -= copy_this; - } - return ZIP_OK; -} - - - -/****************************************************************************/ - -#ifndef NO_ADDFILEINEXISTINGZIP -/* =========================================================================== - Inputs a long in LSB order to the given file - nbByte == 1, 2 ,4 or 8 (byte, short or long, ZPOS64_T) -*/ - -local int zip64local_putValue(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) { - unsigned char buf[8]; - int n; - for (n = 0; n < nbByte; n++) - { - buf[n] = (unsigned char)(x & 0xff); - x >>= 8; - } - if (x != 0) - { /* data overflow - hack for ZIP64 (X Roche) */ - for (n = 0; n < nbByte; n++) - { - buf[n] = 0xff; - } - } - - if (ZWRITE64(*pzlib_filefunc_def,filestream,buf,(uLong)nbByte)!=(uLong)nbByte) - return ZIP_ERRNO; - else - return ZIP_OK; -} - -local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) { - unsigned char* buf=(unsigned char*)dest; - int n; - for (n = 0; n < nbByte; n++) { - buf[n] = (unsigned char)(x & 0xff); - x >>= 8; - } - - if (x != 0) - { /* data overflow - hack for ZIP64 */ - for (n = 0; n < nbByte; n++) - { - buf[n] = 0xff; - } - } -} - -/****************************************************************************/ - - -local uLong zip64local_TmzDateToDosDate(const tm_zip* ptm) { - uLong year = (uLong)ptm->tm_year; - if (year>=1980) - year-=1980; - else if (year>=80) - year-=80; - return - (uLong) (((uLong)(ptm->tm_mday) + (32 * (uLong)(ptm->tm_mon+1)) + (512 * year)) << 16) | - (((uLong)ptm->tm_sec/2) + (32 * (uLong)ptm->tm_min) + (2048 * (uLong)ptm->tm_hour)); -} - - -/****************************************************************************/ - -local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int* pi) { - unsigned char c; - int err = (int)ZREAD64(*pzlib_filefunc_def,filestream,&c,1); - if (err==1) - { - *pi = (int)c; - return ZIP_OK; - } - else - { - if (ZERROR64(*pzlib_filefunc_def,filestream)) - return ZIP_ERRNO; - else - return ZIP_EOF; - } -} - - -/* =========================================================================== - Reads a long in LSB order from the given gz_stream. Sets -*/ -local int zip64local_getShort(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) { - uLong x ; - int i = 0; - int err; - - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x = (uLong)i; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((uLong)i)<<8; - - if (err==ZIP_OK) - *pX = x; - else - *pX = 0; - return err; -} - -local int zip64local_getLong(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) { - uLong x ; - int i = 0; - int err; - - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x = (uLong)i; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((uLong)i)<<8; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((uLong)i)<<16; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((uLong)i)<<24; - - if (err==ZIP_OK) - *pX = x; - else - *pX = 0; - return err; -} - - -local int zip64local_getLong64(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) { - ZPOS64_T x; - int i = 0; - int err; - - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x = (ZPOS64_T)i; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<8; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<16; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<24; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<32; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<40; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<48; - - if (err==ZIP_OK) - err = zip64local_getByte(pzlib_filefunc_def,filestream,&i); - x += ((ZPOS64_T)i)<<56; - - if (err==ZIP_OK) - *pX = x; - else - *pX = 0; - - return err; -} - -#ifndef BUFREADCOMMENT -#define BUFREADCOMMENT (0x400) -#endif -/* - Locate the Central directory of a zipfile (at the end, just before - the global comment) -*/ -local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream) { - unsigned char* buf; - ZPOS64_T uSizeFile; - ZPOS64_T uBackRead; - ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ - ZPOS64_T uPosFound=0; - - if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) - return 0; - - - uSizeFile = ZTELL64(*pzlib_filefunc_def,filestream); - - if (uMaxBack>uSizeFile) - uMaxBack = uSizeFile; - - buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); - if (buf==NULL) - return 0; - - uBackRead = 4; - while (uBackReaduMaxBack) - uBackRead = uMaxBack; - else - uBackRead+=BUFREADCOMMENT; - uReadPos = uSizeFile-uBackRead ; - - uReadSize = ((BUFREADCOMMENT+4) < (uSizeFile-uReadPos)) ? - (BUFREADCOMMENT+4) : (uLong)(uSizeFile-uReadPos); - if (ZSEEK64(*pzlib_filefunc_def,filestream,uReadPos,ZLIB_FILEFUNC_SEEK_SET)!=0) - break; - - if (ZREAD64(*pzlib_filefunc_def,filestream,buf,uReadSize)!=uReadSize) - break; - - for (i=(int)uReadSize-3; (i--)>0;) - if (((*(buf+i))==0x50) && ((*(buf+i+1))==0x4b) && - ((*(buf+i+2))==0x05) && ((*(buf+i+3))==0x06)) - { - uPosFound = uReadPos+(unsigned)i; - break; - } - - if (uPosFound!=0) - break; - } - free(buf); - return uPosFound; -} - -/* -Locate the End of Zip64 Central directory locator and from there find the CD of a zipfile (at the end, just before -the global comment) -*/ -local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream) { - unsigned char* buf; - ZPOS64_T uSizeFile; - ZPOS64_T uBackRead; - ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ - ZPOS64_T uPosFound=0; - uLong uL; - ZPOS64_T relativeOffset; - - if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) - return 0; - - uSizeFile = ZTELL64(*pzlib_filefunc_def,filestream); - - if (uMaxBack>uSizeFile) - uMaxBack = uSizeFile; - - buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); - if (buf==NULL) - return 0; - - uBackRead = 4; - while (uBackReaduMaxBack) - uBackRead = uMaxBack; - else - uBackRead+=BUFREADCOMMENT; - uReadPos = uSizeFile-uBackRead ; - - uReadSize = ((BUFREADCOMMENT+4) < (uSizeFile-uReadPos)) ? - (BUFREADCOMMENT+4) : (uLong)(uSizeFile-uReadPos); - if (ZSEEK64(*pzlib_filefunc_def,filestream,uReadPos,ZLIB_FILEFUNC_SEEK_SET)!=0) - break; - - if (ZREAD64(*pzlib_filefunc_def,filestream,buf,uReadSize)!=uReadSize) - break; - - for (i=(int)uReadSize-3; (i--)>0;) - { - // Signature "0x07064b50" Zip64 end of central directory locater - if (((*(buf+i))==0x50) && ((*(buf+i+1))==0x4b) && ((*(buf+i+2))==0x06) && ((*(buf+i+3))==0x07)) - { - uPosFound = uReadPos+(unsigned)i; - break; - } - } - - if (uPosFound!=0) - break; - } - - free(buf); - if (uPosFound == 0) - return 0; - - /* Zip64 end of central directory locator */ - if (ZSEEK64(*pzlib_filefunc_def,filestream, uPosFound,ZLIB_FILEFUNC_SEEK_SET)!=0) - return 0; - - /* the signature, already checked */ - if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK) - return 0; - - /* number of the disk with the start of the zip64 end of central directory */ - if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK) - return 0; - if (uL != 0) - return 0; - - /* relative offset of the zip64 end of central directory record */ - if (zip64local_getLong64(pzlib_filefunc_def,filestream,&relativeOffset)!=ZIP_OK) - return 0; - - /* total number of disks */ - if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK) - return 0; - if (uL != 1) - return 0; - - /* Goto Zip64 end of central directory record */ - if (ZSEEK64(*pzlib_filefunc_def,filestream, relativeOffset,ZLIB_FILEFUNC_SEEK_SET)!=0) - return 0; - - /* the signature */ - if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK) - return 0; - - if (uL != 0x06064b50) // signature of 'Zip64 end of central directory' - return 0; - - return relativeOffset; -} - -local int LoadCentralDirectoryRecord(zip64_internal* pziinit) { - int err=ZIP_OK; - ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ - - ZPOS64_T size_central_dir; /* size of the central directory */ - ZPOS64_T offset_central_dir; /* offset of start of central directory */ - ZPOS64_T central_pos; - uLong uL; - - uLong number_disk; /* number of the current disk, used for - spanning ZIP, unsupported, always 0*/ - uLong number_disk_with_CD; /* number of the disk with central dir, used - for spanning ZIP, unsupported, always 0*/ - ZPOS64_T number_entry; - ZPOS64_T number_entry_CD; /* total number of entries in - the central dir - (same than number_entry on nospan) */ - uLong VersionMadeBy; - uLong VersionNeeded; - uLong size_comment; - - int hasZIP64Record = 0; - - // check first if we find a ZIP64 record - central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream); - if(central_pos > 0) - { - hasZIP64Record = 1; - } - else if(central_pos == 0) - { - central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream); - } - -/* disable to allow appending to empty ZIP archive - if (central_pos==0) - err=ZIP_ERRNO; -*/ - - if(hasZIP64Record) - { - ZPOS64_T sizeEndOfCentralDirectory; - if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) - err=ZIP_ERRNO; - - /* the signature, already checked */ - if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&uL)!=ZIP_OK) - err=ZIP_ERRNO; - - /* size of zip64 end of central directory record */ - if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream, &sizeEndOfCentralDirectory)!=ZIP_OK) - err=ZIP_ERRNO; - - /* version made by */ - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &VersionMadeBy)!=ZIP_OK) - err=ZIP_ERRNO; - - /* version needed to extract */ - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &VersionNeeded)!=ZIP_OK) - err=ZIP_ERRNO; - - /* number of this disk */ - if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&number_disk)!=ZIP_OK) - err=ZIP_ERRNO; - - /* number of the disk with the start of the central directory */ - if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&number_disk_with_CD)!=ZIP_OK) - err=ZIP_ERRNO; - - /* total number of entries in the central directory on this disk */ - if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream, &number_entry)!=ZIP_OK) - err=ZIP_ERRNO; - - /* total number of entries in the central directory */ - if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&number_entry_CD)!=ZIP_OK) - err=ZIP_ERRNO; - - if ((number_entry_CD!=number_entry) || (number_disk_with_CD!=0) || (number_disk!=0)) - err=ZIP_BADZIPFILE; - - /* size of the central directory */ - if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&size_central_dir)!=ZIP_OK) - err=ZIP_ERRNO; - - /* offset of start of central directory with respect to the - starting disk number */ - if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&offset_central_dir)!=ZIP_OK) - err=ZIP_ERRNO; - - // TODO.. - // read the comment from the standard central header. - size_comment = 0; - } - else - { - // Read End of central Directory info - if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) - err=ZIP_ERRNO; - - /* the signature, already checked */ - if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&uL)!=ZIP_OK) - err=ZIP_ERRNO; - - /* number of this disk */ - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream,&number_disk)!=ZIP_OK) - err=ZIP_ERRNO; - - /* number of the disk with the start of the central directory */ - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream,&number_disk_with_CD)!=ZIP_OK) - err=ZIP_ERRNO; - - /* total number of entries in the central dir on this disk */ - number_entry = 0; - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK) - err=ZIP_ERRNO; - else - number_entry = uL; - - /* total number of entries in the central dir */ - number_entry_CD = 0; - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK) - err=ZIP_ERRNO; - else - number_entry_CD = uL; - - if ((number_entry_CD!=number_entry) || (number_disk_with_CD!=0) || (number_disk!=0)) - err=ZIP_BADZIPFILE; - - /* size of the central directory */ - size_central_dir = 0; - if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK) - err=ZIP_ERRNO; - else - size_central_dir = uL; - - /* offset of start of central directory with respect to the starting disk number */ - offset_central_dir = 0; - if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream, &uL)!=ZIP_OK) - err=ZIP_ERRNO; - else - offset_central_dir = uL; - - - /* zipfile global comment length */ - if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK) - err=ZIP_ERRNO; - } - - if ((central_posz_filefunc, pziinit->filestream); - return ZIP_ERRNO; - } - - if (size_comment>0) - { - pziinit->globalcomment = (char*)ALLOC(size_comment+1); - if (pziinit->globalcomment) - { - size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); - pziinit->globalcomment[size_comment]=0; - } - } - - byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir); - pziinit->add_position_when_writing_offset = byte_before_the_zipfile; - - { - ZPOS64_T size_central_dir_to_read = size_central_dir; - size_t buf_size = SIZEDATA_INDATABLOCK; - void* buf_read = (void*)ALLOC(buf_size); - if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) - err=ZIP_ERRNO; - - while ((size_central_dir_to_read>0) && (err==ZIP_OK)) - { - ZPOS64_T read_this = SIZEDATA_INDATABLOCK; - if (read_this > size_central_dir_to_read) - read_this = size_central_dir_to_read; - - if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) - err=ZIP_ERRNO; - - if (err==ZIP_OK) - err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); - - size_central_dir_to_read-=read_this; - } - free(buf_read); - } - pziinit->begin_pos = byte_before_the_zipfile; - pziinit->number_entry = number_entry_CD; - - if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0) - err=ZIP_ERRNO; - - return err; -} - - -#endif /* !NO_ADDFILEINEXISTINGZIP*/ - - -/************************************************************/ -extern zipFile ZEXPORT zipOpen3(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) { - zip64_internal ziinit; - zip64_internal* zi; - int err=ZIP_OK; - - ziinit.z_filefunc.zseek32_file = NULL; - ziinit.z_filefunc.ztell32_file = NULL; - if (pzlib_filefunc64_32_def==NULL) - fill_fopen64_filefunc(&ziinit.z_filefunc.zfile_func64); - else - ziinit.z_filefunc = *pzlib_filefunc64_32_def; - - ziinit.filestream = ZOPEN64(ziinit.z_filefunc, - pathname, - (append == APPEND_STATUS_CREATE) ? - (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_CREATE) : - (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_EXISTING)); - - if (ziinit.filestream == NULL) - return NULL; - - if (append == APPEND_STATUS_CREATEAFTER) - ZSEEK64(ziinit.z_filefunc,ziinit.filestream,0,SEEK_END); - - ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); - ziinit.in_opened_file_inzip = 0; - ziinit.ci.stream_initialised = 0; - ziinit.number_entry = 0; - ziinit.add_position_when_writing_offset = 0; - init_linkedlist(&(ziinit.central_dir)); - - - - zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); - if (zi==NULL) - { - ZCLOSE64(ziinit.z_filefunc,ziinit.filestream); - return NULL; - } - - /* now we add file in a zipfile */ -# ifndef NO_ADDFILEINEXISTINGZIP - ziinit.globalcomment = NULL; - if (append == APPEND_STATUS_ADDINZIP) - { - // Read and Cache Central Directory Records - err = LoadCentralDirectoryRecord(&ziinit); - } - - if (globalcomment) - { - *globalcomment = ziinit.globalcomment; - } -# endif /* !NO_ADDFILEINEXISTINGZIP*/ - - if (err != ZIP_OK) - { -# ifndef NO_ADDFILEINEXISTINGZIP - free(ziinit.globalcomment); -# endif /* !NO_ADDFILEINEXISTINGZIP*/ - free(zi); - return NULL; - } - else - { - *zi = ziinit; - return (zipFile)zi; - } -} - -extern zipFile ZEXPORT zipOpen2(const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) { - if (pzlib_filefunc32_def != NULL) - { - zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; - fill_zlib_filefunc64_32_def_from_filefunc32(&zlib_filefunc64_32_def_fill,pzlib_filefunc32_def); - return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); - } - else - return zipOpen3(pathname, append, globalcomment, NULL); -} - -extern zipFile ZEXPORT zipOpen2_64(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) { - if (pzlib_filefunc_def != NULL) - { - zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; - zlib_filefunc64_32_def_fill.zfile_func64 = *pzlib_filefunc_def; - zlib_filefunc64_32_def_fill.ztell32_file = NULL; - zlib_filefunc64_32_def_fill.zseek32_file = NULL; - return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); - } - else - return zipOpen3(pathname, append, globalcomment, NULL); -} - - - -extern zipFile ZEXPORT zipOpen(const char* pathname, int append) { - return zipOpen3((const void*)pathname,append,NULL,NULL); -} - -extern zipFile ZEXPORT zipOpen64(const void* pathname, int append) { - return zipOpen3(pathname,append,NULL,NULL); -} - -local int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt size_extrafield_local, const void* extrafield_local) { - /* write the local header */ - int err; - uInt size_filename = (uInt)strlen(filename); - uInt size_extrafield = size_extrafield_local; - - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)LOCALHEADERMAGIC, 4); - - if (err==ZIP_OK) - { - if(zi->ci.zip64) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)45,2);/* version needed to extract */ - else - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)20,2);/* version needed to extract */ - } - - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.flag,2); - - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2); - - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.dosDate,4); - - // CRC / Compressed size / Uncompressed size will be filled in later and rewritten later - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,4); /* crc 32, unknown */ - if (err==ZIP_OK) - { - if(zi->ci.zip64) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0xFFFFFFFF,4); /* compressed size, unknown */ - else - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,4); /* compressed size, unknown */ - } - if (err==ZIP_OK) - { - if(zi->ci.zip64) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0xFFFFFFFF,4); /* uncompressed size, unknown */ - else - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,4); /* uncompressed size, unknown */ - } - - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_filename,2); - - if(zi->ci.zip64) - { - size_extrafield += 20; - } - - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_extrafield,2); - - if ((err==ZIP_OK) && (size_filename > 0)) - { - if (ZWRITE64(zi->z_filefunc,zi->filestream,filename,size_filename)!=size_filename) - err = ZIP_ERRNO; - } - - if ((err==ZIP_OK) && (size_extrafield_local > 0)) - { - if (ZWRITE64(zi->z_filefunc, zi->filestream, extrafield_local, size_extrafield_local) != size_extrafield_local) - err = ZIP_ERRNO; - } - - - if ((err==ZIP_OK) && (zi->ci.zip64)) - { - // write the Zip64 extended info - short HeaderID = 1; - short DataSize = 16; - ZPOS64_T CompressedSize = 0; - ZPOS64_T UncompressedSize = 0; - - // Remember position of Zip64 extended info for the local file header. (needed when we update size after done with file) - zi->ci.pos_zip64extrainfo = ZTELL64(zi->z_filefunc,zi->filestream); - - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)HeaderID,2); - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)DataSize,2); - - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8); - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); - } - - return err; -} - -/* - NOTE. - When writing RAW the ZIP64 extended information in extrafield_local and extrafield_global needs to be stripped - before calling this function it can be done with zipRemoveExtraInfoBlock - - It is not done here because then we need to realloc a new buffer since parameters are 'const' and I want to minimize - unnecessary allocations. - */ -extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void* extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int raw, - int windowBits,int memLevel, int strategy, - const char* password, uLong crcForCrypting, - uLong versionMadeBy, uLong flagBase, int zip64) { - zip64_internal* zi; - uInt size_filename; - uInt size_comment; - uInt i; - int err = ZIP_OK; - -# ifdef NOCRYPT - (crcForCrypting); - if (password != NULL) - return ZIP_PARAMERROR; -# endif - - if (file == NULL) - return ZIP_PARAMERROR; - -#ifdef HAVE_BZIP2 - if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED)) - return ZIP_PARAMERROR; -#else - if ((method!=0) && (method!=Z_DEFLATED)) - return ZIP_PARAMERROR; -#endif - - // The filename and comment length must fit in 16 bits. - if ((filename!=NULL) && (strlen(filename)>0xffff)) - return ZIP_PARAMERROR; - if ((comment!=NULL) && (strlen(comment)>0xffff)) - return ZIP_PARAMERROR; - // The extra field length must fit in 16 bits. If the member also requires - // a Zip64 extra block, that will also need to fit within that 16-bit - // length, but that will be checked for later. - if ((size_extrafield_local>0xffff) || (size_extrafield_global>0xffff)) - return ZIP_PARAMERROR; - - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 1) - { - err = zipCloseFileInZip (file); - if (err != ZIP_OK) - return err; - } - - if (filename==NULL) - filename="-"; - - if (comment==NULL) - size_comment = 0; - else - size_comment = (uInt)strlen(comment); - - size_filename = (uInt)strlen(filename); - - if (zipfi == NULL) - zi->ci.dosDate = 0; - else - { - if (zipfi->dosDate != 0) - zi->ci.dosDate = zipfi->dosDate; - else - zi->ci.dosDate = zip64local_TmzDateToDosDate(&zipfi->tmz_date); - } - - zi->ci.flag = flagBase; - if ((level==8) || (level==9)) - zi->ci.flag |= 2; - if (level==2) - zi->ci.flag |= 4; - if (level==1) - zi->ci.flag |= 6; - if (password != NULL) - zi->ci.flag |= 1; - - zi->ci.crc32 = 0; - zi->ci.method = method; - zi->ci.encrypt = 0; - zi->ci.stream_initialised = 0; - zi->ci.pos_in_buffered_data = 0; - zi->ci.raw = raw; - zi->ci.pos_local_header = ZTELL64(zi->z_filefunc,zi->filestream); - - zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global + size_comment; - zi->ci.size_centralExtraFree = 32; // Extra space we have reserved in case we need to add ZIP64 extra info data - - zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree); - - zi->ci.size_centralExtra = size_extrafield_global; - zip64local_putValue_inmemory(zi->ci.central_header,(uLong)CENTRALHEADERMAGIC,4); - /* version info */ - zip64local_putValue_inmemory(zi->ci.central_header+4,(uLong)versionMadeBy,2); - zip64local_putValue_inmemory(zi->ci.central_header+6,(uLong)20,2); - zip64local_putValue_inmemory(zi->ci.central_header+8,(uLong)zi->ci.flag,2); - zip64local_putValue_inmemory(zi->ci.central_header+10,(uLong)zi->ci.method,2); - zip64local_putValue_inmemory(zi->ci.central_header+12,(uLong)zi->ci.dosDate,4); - zip64local_putValue_inmemory(zi->ci.central_header+16,(uLong)0,4); /*crc*/ - zip64local_putValue_inmemory(zi->ci.central_header+20,(uLong)0,4); /*compr size*/ - zip64local_putValue_inmemory(zi->ci.central_header+24,(uLong)0,4); /*uncompr size*/ - zip64local_putValue_inmemory(zi->ci.central_header+28,(uLong)size_filename,2); - zip64local_putValue_inmemory(zi->ci.central_header+30,(uLong)size_extrafield_global,2); - zip64local_putValue_inmemory(zi->ci.central_header+32,(uLong)size_comment,2); - zip64local_putValue_inmemory(zi->ci.central_header+34,(uLong)0,2); /*disk nm start*/ - - if (zipfi==NULL) - zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)0,2); - else - zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)zipfi->internal_fa,2); - - if (zipfi==NULL) - zip64local_putValue_inmemory(zi->ci.central_header+38,(uLong)0,4); - else - zip64local_putValue_inmemory(zi->ci.central_header+38,(uLong)zipfi->external_fa,4); - - if(zi->ci.pos_local_header >= 0xffffffff) - zip64local_putValue_inmemory(zi->ci.central_header+42,(uLong)0xffffffff,4); - else - zip64local_putValue_inmemory(zi->ci.central_header+42,(uLong)zi->ci.pos_local_header - zi->add_position_when_writing_offset,4); - - for (i=0;ici.central_header+SIZECENTRALHEADER+i) = *(filename+i); - - for (i=0;ici.central_header+SIZECENTRALHEADER+size_filename+i) = - *(((const char*)extrafield_global)+i); - - for (i=0;ici.central_header+SIZECENTRALHEADER+size_filename+ - size_extrafield_global+i) = *(comment+i); - if (zi->ci.central_header == NULL) - return ZIP_INTERNALERROR; - - zi->ci.zip64 = zip64; - zi->ci.totalCompressedData = 0; - zi->ci.totalUncompressedData = 0; - zi->ci.pos_zip64extrainfo = 0; - - err = Write_LocalFileHeader(zi, filename, size_extrafield_local, extrafield_local); - -#ifdef HAVE_BZIP2 - zi->ci.bstream.avail_in = (uInt)0; - zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE; - zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; - zi->ci.bstream.total_in_hi32 = 0; - zi->ci.bstream.total_in_lo32 = 0; - zi->ci.bstream.total_out_hi32 = 0; - zi->ci.bstream.total_out_lo32 = 0; -#endif - - zi->ci.stream.avail_in = (uInt)0; - zi->ci.stream.avail_out = (uInt)Z_BUFSIZE; - zi->ci.stream.next_out = zi->ci.buffered_data; - zi->ci.stream.total_in = 0; - zi->ci.stream.total_out = 0; - zi->ci.stream.data_type = Z_BINARY; - -#ifdef HAVE_BZIP2 - if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw)) -#else - if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw)) -#endif - { - if(zi->ci.method == Z_DEFLATED) - { - zi->ci.stream.zalloc = (alloc_func)0; - zi->ci.stream.zfree = (free_func)0; - zi->ci.stream.opaque = (voidpf)0; - - if (windowBits>0) - windowBits = -windowBits; - - err = deflateInit2(&zi->ci.stream, level, Z_DEFLATED, windowBits, memLevel, strategy); - - if (err==Z_OK) - zi->ci.stream_initialised = Z_DEFLATED; - } - else if(zi->ci.method == Z_BZIP2ED) - { -#ifdef HAVE_BZIP2 - // Init BZip stuff here - zi->ci.bstream.bzalloc = 0; - zi->ci.bstream.bzfree = 0; - zi->ci.bstream.opaque = (voidpf)0; - - err = BZ2_bzCompressInit(&zi->ci.bstream, level, 0,35); - if(err == BZ_OK) - zi->ci.stream_initialised = Z_BZIP2ED; -#endif - } - - } - -# ifndef NOCRYPT - zi->ci.crypt_header_size = 0; - if ((err==Z_OK) && (password != NULL)) - { - unsigned char bufHead[RAND_HEAD_LEN]; - unsigned int sizeHead; - zi->ci.encrypt = 1; - zi->ci.pcrc_32_tab = get_crc_table(); - /*init_keys(password,zi->ci.keys,zi->ci.pcrc_32_tab);*/ - - sizeHead=crypthead(password,bufHead,RAND_HEAD_LEN,zi->ci.keys,zi->ci.pcrc_32_tab,crcForCrypting); - zi->ci.crypt_header_size = sizeHead; - - if (ZWRITE64(zi->z_filefunc,zi->filestream,bufHead,sizeHead) != sizeHead) - err = ZIP_ERRNO; - } -# endif - - if (err==Z_OK) - zi->in_opened_file_inzip = 1; - return err; -} - -extern int ZEXPORT zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void* extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int raw, - int windowBits,int memLevel, int strategy, - const char* password, uLong crcForCrypting, - uLong versionMadeBy, uLong flagBase) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, raw, - windowBits, memLevel, strategy, - password, crcForCrypting, versionMadeBy, flagBase, 0); -} - -extern int ZEXPORT zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void* extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int raw, - int windowBits,int memLevel, int strategy, - const char* password, uLong crcForCrypting) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, raw, - windowBits, memLevel, strategy, - password, crcForCrypting, VERSIONMADEBY, 0, 0); -} - -extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void* extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int raw, - int windowBits,int memLevel, int strategy, - const char* password, uLong crcForCrypting, int zip64) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, raw, - windowBits, memLevel, strategy, - password, crcForCrypting, VERSIONMADEBY, 0, zip64); -} - -extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void* extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int raw) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, raw, - -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, - NULL, 0, VERSIONMADEBY, 0, 0); -} - -extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void* extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int raw, int zip64) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, raw, - -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, - NULL, 0, VERSIONMADEBY, 0, zip64); -} - -extern int ZEXPORT zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void*extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level, int zip64) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, 0, - -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, - NULL, 0, VERSIONMADEBY, 0, zip64); -} - -extern int ZEXPORT zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, - const void* extrafield_local, uInt size_extrafield_local, - const void*extrafield_global, uInt size_extrafield_global, - const char* comment, int method, int level) { - return zipOpenNewFileInZip4_64(file, filename, zipfi, - extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, - comment, method, level, 0, - -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, - NULL, 0, VERSIONMADEBY, 0, 0); -} - -local int zip64FlushWriteBuffer(zip64_internal* zi) { - int err=ZIP_OK; - - if (zi->ci.encrypt != 0) - { -#ifndef NOCRYPT - uInt i; - int t; - for (i=0;ici.pos_in_buffered_data;i++) - zi->ci.buffered_data[i] = zencode(zi->ci.keys, zi->ci.pcrc_32_tab, zi->ci.buffered_data[i],t); -#endif - } - - if (ZWRITE64(zi->z_filefunc,zi->filestream,zi->ci.buffered_data,zi->ci.pos_in_buffered_data) != zi->ci.pos_in_buffered_data) - err = ZIP_ERRNO; - - zi->ci.totalCompressedData += zi->ci.pos_in_buffered_data; - -#ifdef HAVE_BZIP2 - if(zi->ci.method == Z_BZIP2ED) - { - zi->ci.totalUncompressedData += zi->ci.bstream.total_in_lo32; - zi->ci.bstream.total_in_lo32 = 0; - zi->ci.bstream.total_in_hi32 = 0; - } - else -#endif - { - zi->ci.totalUncompressedData += zi->ci.stream.total_in; - zi->ci.stream.total_in = 0; - } - - - zi->ci.pos_in_buffered_data = 0; - - return err; -} - -extern int ZEXPORT zipWriteInFileInZip(zipFile file, const void* buf, unsigned int len) { - zip64_internal* zi; - int err=ZIP_OK; - - if (file == NULL) - return ZIP_PARAMERROR; - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 0) - return ZIP_PARAMERROR; - - zi->ci.crc32 = crc32(zi->ci.crc32,buf,(uInt)len); - -#ifdef HAVE_BZIP2 - if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw)) - { - zi->ci.bstream.next_in = (void*)buf; - zi->ci.bstream.avail_in = len; - err = BZ_RUN_OK; - - while ((err==BZ_RUN_OK) && (zi->ci.bstream.avail_in>0)) - { - if (zi->ci.bstream.avail_out == 0) - { - if (zip64FlushWriteBuffer(zi) == ZIP_ERRNO) - err = ZIP_ERRNO; - zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE; - zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; - } - - - if(err != BZ_RUN_OK) - break; - - if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw)) - { - uLong uTotalOutBefore_lo = zi->ci.bstream.total_out_lo32; -// uLong uTotalOutBefore_hi = zi->ci.bstream.total_out_hi32; - err=BZ2_bzCompress(&zi->ci.bstream, BZ_RUN); - - zi->ci.pos_in_buffered_data += (uInt)(zi->ci.bstream.total_out_lo32 - uTotalOutBefore_lo) ; - } - } - - if(err == BZ_RUN_OK) - err = ZIP_OK; - } - else -#endif - { - zi->ci.stream.next_in = (Bytef*)(uintptr_t)buf; - zi->ci.stream.avail_in = len; - - while ((err==ZIP_OK) && (zi->ci.stream.avail_in>0)) - { - if (zi->ci.stream.avail_out == 0) - { - if (zip64FlushWriteBuffer(zi) == ZIP_ERRNO) - err = ZIP_ERRNO; - zi->ci.stream.avail_out = (uInt)Z_BUFSIZE; - zi->ci.stream.next_out = zi->ci.buffered_data; - } - - - if(err != ZIP_OK) - break; - - if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw)) - { - uLong uTotalOutBefore = zi->ci.stream.total_out; - err=deflate(&zi->ci.stream, Z_NO_FLUSH); - - zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ; - } - else - { - uInt copy_this,i; - if (zi->ci.stream.avail_in < zi->ci.stream.avail_out) - copy_this = zi->ci.stream.avail_in; - else - copy_this = zi->ci.stream.avail_out; - - for (i = 0; i < copy_this; i++) - *(((char*)zi->ci.stream.next_out)+i) = - *(((const char*)zi->ci.stream.next_in)+i); - { - zi->ci.stream.avail_in -= copy_this; - zi->ci.stream.avail_out-= copy_this; - zi->ci.stream.next_in+= copy_this; - zi->ci.stream.next_out+= copy_this; - zi->ci.stream.total_in+= copy_this; - zi->ci.stream.total_out+= copy_this; - zi->ci.pos_in_buffered_data += copy_this; - } - } - }// while(...) - } - - return err; -} - -extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, uLong uncompressed_size, uLong crc32) { - return zipCloseFileInZipRaw64 (file, uncompressed_size, crc32); -} - -extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, ZPOS64_T uncompressed_size, uLong crc32) { - zip64_internal* zi; - ZPOS64_T compressed_size; - uLong invalidValue = 0xffffffff; - unsigned datasize = 0; - int err=ZIP_OK; - - if (file == NULL) - return ZIP_PARAMERROR; - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 0) - return ZIP_PARAMERROR; - zi->ci.stream.avail_in = 0; - - if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw)) - { - while (err==ZIP_OK) - { - uLong uTotalOutBefore; - if (zi->ci.stream.avail_out == 0) - { - if (zip64FlushWriteBuffer(zi) == ZIP_ERRNO) - err = ZIP_ERRNO; - zi->ci.stream.avail_out = (uInt)Z_BUFSIZE; - zi->ci.stream.next_out = zi->ci.buffered_data; - } - uTotalOutBefore = zi->ci.stream.total_out; - err=deflate(&zi->ci.stream, Z_FINISH); - zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ; - } - } - else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw)) - { -#ifdef HAVE_BZIP2 - err = BZ_FINISH_OK; - while (err==BZ_FINISH_OK) - { - uLong uTotalOutBefore; - if (zi->ci.bstream.avail_out == 0) - { - if (zip64FlushWriteBuffer(zi) == ZIP_ERRNO) - err = ZIP_ERRNO; - zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE; - zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; - } - uTotalOutBefore = zi->ci.bstream.total_out_lo32; - err=BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); - if(err == BZ_STREAM_END) - err = Z_STREAM_END; - - zi->ci.pos_in_buffered_data += (uInt)(zi->ci.bstream.total_out_lo32 - uTotalOutBefore); - } - - if(err == BZ_FINISH_OK) - err = ZIP_OK; -#endif - } - - if (err==Z_STREAM_END) - err=ZIP_OK; /* this is normal */ - - if ((zi->ci.pos_in_buffered_data>0) && (err==ZIP_OK)) - { - if (zip64FlushWriteBuffer(zi)==ZIP_ERRNO) - err = ZIP_ERRNO; - } - - if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw)) - { - int tmp_err = deflateEnd(&zi->ci.stream); - if (err == ZIP_OK) - err = tmp_err; - zi->ci.stream_initialised = 0; - } -#ifdef HAVE_BZIP2 - else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw)) - { - int tmperr = BZ2_bzCompressEnd(&zi->ci.bstream); - if (err==ZIP_OK) - err = tmperr; - zi->ci.stream_initialised = 0; - } -#endif - - if (!zi->ci.raw) - { - crc32 = (uLong)zi->ci.crc32; - uncompressed_size = zi->ci.totalUncompressedData; - } - compressed_size = zi->ci.totalCompressedData; - -# ifndef NOCRYPT - compressed_size += zi->ci.crypt_header_size; -# endif - - // update Current Item crc and sizes, - if(compressed_size >= 0xffffffff || uncompressed_size >= 0xffffffff || zi->ci.pos_local_header >= 0xffffffff) - { - /*version Made by*/ - zip64local_putValue_inmemory(zi->ci.central_header+4,(uLong)45,2); - /*version needed*/ - zip64local_putValue_inmemory(zi->ci.central_header+6,(uLong)45,2); - - } - - zip64local_putValue_inmemory(zi->ci.central_header+16,crc32,4); /*crc*/ - - - if(compressed_size >= 0xffffffff) - zip64local_putValue_inmemory(zi->ci.central_header+20, invalidValue,4); /*compr size*/ - else - zip64local_putValue_inmemory(zi->ci.central_header+20, compressed_size,4); /*compr size*/ - - /// set internal file attributes field - if (zi->ci.stream.data_type == Z_ASCII) - zip64local_putValue_inmemory(zi->ci.central_header+36,(uLong)Z_ASCII,2); - - if(uncompressed_size >= 0xffffffff) - zip64local_putValue_inmemory(zi->ci.central_header+24, invalidValue,4); /*uncompr size*/ - else - zip64local_putValue_inmemory(zi->ci.central_header+24, uncompressed_size,4); /*uncompr size*/ - - // Add ZIP64 extra info field for uncompressed size - if(uncompressed_size >= 0xffffffff) - datasize += 8; - - // Add ZIP64 extra info field for compressed size - if(compressed_size >= 0xffffffff) - datasize += 8; - - // Add ZIP64 extra info field for relative offset to local file header of current file - if(zi->ci.pos_local_header >= 0xffffffff) - datasize += 8; - - if(datasize > 0) - { - char* p = NULL; - - if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree) - { - // we cannot write more data to the buffer that we have room for. - return ZIP_BADZIPFILE; - } - - p = zi->ci.central_header + zi->ci.size_centralheader; - - // Add Extra Information Header for 'ZIP64 information' - zip64local_putValue_inmemory(p, 0x0001, 2); // HeaderID - p += 2; - zip64local_putValue_inmemory(p, datasize, 2); // DataSize - p += 2; - - if(uncompressed_size >= 0xffffffff) - { - zip64local_putValue_inmemory(p, uncompressed_size, 8); - p += 8; - } - - if(compressed_size >= 0xffffffff) - { - zip64local_putValue_inmemory(p, compressed_size, 8); - p += 8; - } - - if(zi->ci.pos_local_header >= 0xffffffff) - { - zip64local_putValue_inmemory(p, zi->ci.pos_local_header, 8); - p += 8; - } - - // Update how much extra free space we got in the memory buffer - // and increase the centralheader size so the new ZIP64 fields are included - // ( 4 below is the size of HeaderID and DataSize field ) - zi->ci.size_centralExtraFree -= datasize + 4; - zi->ci.size_centralheader += datasize + 4; - - // Update the extra info size field - zi->ci.size_centralExtra += datasize + 4; - zip64local_putValue_inmemory(zi->ci.central_header+30,(uLong)zi->ci.size_centralExtra,2); - } - - if (err==ZIP_OK) - err = add_data_in_datablock(&zi->central_dir, zi->ci.central_header, (uLong)zi->ci.size_centralheader); - - free(zi->ci.central_header); - - if (err==ZIP_OK) - { - // Update the LocalFileHeader with the new values. - - ZPOS64_T cur_pos_inzip = ZTELL64(zi->z_filefunc,zi->filestream); - - if (ZSEEK64(zi->z_filefunc,zi->filestream, zi->ci.pos_local_header + 14,ZLIB_FILEFUNC_SEEK_SET)!=0) - err = ZIP_ERRNO; - - if (err==ZIP_OK) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,crc32,4); /* crc 32, unknown */ - - if(uncompressed_size >= 0xffffffff || compressed_size >= 0xffffffff ) - { - if(zi->ci.pos_zip64extrainfo > 0) - { - // Update the size in the ZIP64 extended field. - if (ZSEEK64(zi->z_filefunc,zi->filestream, zi->ci.pos_zip64extrainfo + 4,ZLIB_FILEFUNC_SEEK_SET)!=0) - err = ZIP_ERRNO; - - if (err==ZIP_OK) /* compressed size, unknown */ - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, uncompressed_size, 8); - - if (err==ZIP_OK) /* uncompressed size, unknown */ - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, compressed_size, 8); - } - else - err = ZIP_BADZIPFILE; // Caller passed zip64 = 0, so no room for zip64 info -> fatal - } - else - { - if (err==ZIP_OK) /* compressed size, unknown */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,compressed_size,4); - - if (err==ZIP_OK) /* uncompressed size, unknown */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,uncompressed_size,4); - } - - if (ZSEEK64(zi->z_filefunc,zi->filestream, cur_pos_inzip,ZLIB_FILEFUNC_SEEK_SET)!=0) - err = ZIP_ERRNO; - } - - zi->number_entry ++; - zi->in_opened_file_inzip = 0; - - return err; -} - -extern int ZEXPORT zipCloseFileInZip(zipFile file) { - return zipCloseFileInZipRaw (file,0,0); -} - -local int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip) { - int err = ZIP_OK; - ZPOS64_T pos = zip64eocd_pos_inzip - zi->add_position_when_writing_offset; - - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)ZIP64ENDLOCHEADERMAGIC,4); - - /*num disks*/ - if (err==ZIP_OK) /* number of the disk with the start of the central directory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,4); - - /*relative offset*/ - if (err==ZIP_OK) /* Relative offset to the Zip64EndOfCentralDirectory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream, pos,8); - - /*total disks*/ /* Do not support spawning of disk so always say 1 here*/ - if (err==ZIP_OK) /* number of the disk with the start of the central directory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)1,4); - - return err; -} - -local int Write_Zip64EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_centraldir, ZPOS64_T centraldir_pos_inzip) { - int err = ZIP_OK; - - uLong Zip64DataSize = 44; - - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)ZIP64ENDHEADERMAGIC,4); - - if (err==ZIP_OK) /* size of this 'zip64 end of central directory' */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(ZPOS64_T)Zip64DataSize,8); // why ZPOS64_T of this ? - - if (err==ZIP_OK) /* version made by */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)45,2); - - if (err==ZIP_OK) /* version needed */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)45,2); - - if (err==ZIP_OK) /* number of this disk */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,4); - - if (err==ZIP_OK) /* number of the disk with the start of the central directory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,4); - - if (err==ZIP_OK) /* total number of entries in the central dir on this disk */ - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, zi->number_entry, 8); - - if (err==ZIP_OK) /* total number of entries in the central dir */ - err = zip64local_putValue(&zi->z_filefunc, zi->filestream, zi->number_entry, 8); - - if (err==ZIP_OK) /* size of the central directory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(ZPOS64_T)size_centraldir,8); - - if (err==ZIP_OK) /* offset of start of central directory with respect to the starting disk number */ - { - ZPOS64_T pos = centraldir_pos_inzip - zi->add_position_when_writing_offset; - err = zip64local_putValue(&zi->z_filefunc,zi->filestream, (ZPOS64_T)pos,8); - } - return err; -} - -local int Write_EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_centraldir, ZPOS64_T centraldir_pos_inzip) { - int err = ZIP_OK; - - /*signature*/ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)ENDHEADERMAGIC,4); - - if (err==ZIP_OK) /* number of this disk */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,2); - - if (err==ZIP_OK) /* number of the disk with the start of the central directory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0,2); - - if (err==ZIP_OK) /* total number of entries in the central dir on this disk */ - { - { - if(zi->number_entry >= 0xFFFF) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0xffff,2); // use value in ZIP64 record - else - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->number_entry,2); - } - } - - if (err==ZIP_OK) /* total number of entries in the central dir */ - { - if(zi->number_entry >= 0xFFFF) - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)0xffff,2); // use value in ZIP64 record - else - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->number_entry,2); - } - - if (err==ZIP_OK) /* size of the central directory */ - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_centraldir,4); - - if (err==ZIP_OK) /* offset of start of central directory with respect to the starting disk number */ - { - ZPOS64_T pos = centraldir_pos_inzip - zi->add_position_when_writing_offset; - if(pos >= 0xffffffff) - { - err = zip64local_putValue(&zi->z_filefunc,zi->filestream, (uLong)0xffffffff,4); - } - else - err = zip64local_putValue(&zi->z_filefunc,zi->filestream, (uLong)(centraldir_pos_inzip - zi->add_position_when_writing_offset),4); - } - - return err; -} - -local int Write_GlobalComment(zip64_internal* zi, const char* global_comment) { - int err = ZIP_OK; - uInt size_global_comment = 0; - - if(global_comment != NULL) - size_global_comment = (uInt)strlen(global_comment); - - err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_global_comment,2); - - if (err == ZIP_OK && size_global_comment > 0) - { - if (ZWRITE64(zi->z_filefunc,zi->filestream, global_comment, size_global_comment) != size_global_comment) - err = ZIP_ERRNO; - } - return err; -} - -extern int ZEXPORT zipClose(zipFile file, const char* global_comment) { - zip64_internal* zi; - int err = 0; - uLong size_centraldir = 0; - ZPOS64_T centraldir_pos_inzip; - ZPOS64_T pos; - - if (file == NULL) - return ZIP_PARAMERROR; - - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 1) - { - err = zipCloseFileInZip (file); - } - -#ifndef NO_ADDFILEINEXISTINGZIP - if (global_comment==NULL) - global_comment = zi->globalcomment; -#endif - - centraldir_pos_inzip = ZTELL64(zi->z_filefunc,zi->filestream); - - if (err==ZIP_OK) - { - linkedlist_datablock_internal* ldi = zi->central_dir.first_block; - while (ldi!=NULL) - { - if ((err==ZIP_OK) && (ldi->filled_in_this_block>0)) - { - if (ZWRITE64(zi->z_filefunc,zi->filestream, ldi->data, ldi->filled_in_this_block) != ldi->filled_in_this_block) - err = ZIP_ERRNO; - } - - size_centraldir += ldi->filled_in_this_block; - ldi = ldi->next_datablock; - } - } - free_linkedlist(&(zi->central_dir)); - - pos = centraldir_pos_inzip - zi->add_position_when_writing_offset; - if(pos >= 0xffffffff || zi->number_entry >= 0xFFFF) - { - ZPOS64_T Zip64EOCDpos = ZTELL64(zi->z_filefunc,zi->filestream); - Write_Zip64EndOfCentralDirectoryRecord(zi, size_centraldir, centraldir_pos_inzip); - - Write_Zip64EndOfCentralDirectoryLocator(zi, Zip64EOCDpos); - } - - if (err==ZIP_OK) - err = Write_EndOfCentralDirectoryRecord(zi, size_centraldir, centraldir_pos_inzip); - - if(err == ZIP_OK) - err = Write_GlobalComment(zi, global_comment); - - if (ZCLOSE64(zi->z_filefunc,zi->filestream) != 0) - if (err == ZIP_OK) - err = ZIP_ERRNO; - -#ifndef NO_ADDFILEINEXISTINGZIP - free(zi->globalcomment); -#endif - free(zi); - - return err; -} - -extern int ZEXPORT zipRemoveExtraInfoBlock(char* pData, int* dataLen, short sHeader) { - char* p = pData; - int size = 0; - char* pNewHeader; - char* pTmp; - short header; - short dataSize; - - int retVal = ZIP_OK; - - if(pData == NULL || dataLen == NULL || *dataLen < 4) - return ZIP_PARAMERROR; - - pNewHeader = (char*)ALLOC((unsigned)*dataLen); - pTmp = pNewHeader; - - while(p < (pData + *dataLen)) - { - header = *(short*)p; - dataSize = *(((short*)p)+1); - - if( header == sHeader ) // Header found. - { - p += dataSize + 4; // skip it. do not copy to temp buffer - } - else - { - // Extra Info block should not be removed, So copy it to the temp buffer. - memcpy(pTmp, p, dataSize + 4); - p += dataSize + 4; - size += dataSize + 4; - } - - } - - if(size < *dataLen) - { - // clean old extra info block. - memset(pData,0, *dataLen); - - // copy the new extra info block over the old - if(size > 0) - memcpy(pData, pNewHeader, size); - - // set the new extra info size - *dataLen = size; - - retVal = ZIP_OK; - } - else - retVal = ZIP_ERRNO; - - free(pNewHeader); - - return retVal; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.h b/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.h deleted file mode 100644 index 3e230d3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/minizip/zip.h +++ /dev/null @@ -1,364 +0,0 @@ -/* zip.h -- IO on .zip files using zlib - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - - --------------------------------------------------------------------------- - - Condition of use and distribution are the same than zlib : - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - --------------------------------------------------------------------------- - - Changes - - See header of zip.h - -*/ - -#ifndef _zip12_H -#define _zip12_H - -#ifdef __cplusplus -extern "C" { -#endif - -//#define HAVE_BZIP2 - -#ifndef _ZLIB_H -#include "zlib.h" -#endif - -#ifndef _ZLIBIOAPI_H -#include "ioapi.h" -#endif - -#ifdef HAVE_BZIP2 -#include "bzlib.h" -#endif - -#define Z_BZIP2ED 12 - -#if defined(STRICTZIP) || defined(STRICTZIPUNZIP) -/* like the STRICT of WIN32, we define a pointer that cannot be converted - from (void*) without cast */ -typedef struct TagzipFile__ { int unused; } zipFile__; -typedef zipFile__ *zipFile; -#else -typedef voidp zipFile; -#endif - -#define ZIP_OK (0) -#define ZIP_EOF (0) -#define ZIP_ERRNO (Z_ERRNO) -#define ZIP_PARAMERROR (-102) -#define ZIP_BADZIPFILE (-103) -#define ZIP_INTERNALERROR (-104) - -#ifndef DEF_MEM_LEVEL -# if MAX_MEM_LEVEL >= 8 -# define DEF_MEM_LEVEL 8 -# else -# define DEF_MEM_LEVEL MAX_MEM_LEVEL -# endif -#endif -/* default memLevel */ - -/* tm_zip contain date/time info */ -typedef struct tm_zip_s -{ - int tm_sec; /* seconds after the minute - [0,59] */ - int tm_min; /* minutes after the hour - [0,59] */ - int tm_hour; /* hours since midnight - [0,23] */ - int tm_mday; /* day of the month - [1,31] */ - int tm_mon; /* months since January - [0,11] */ - int tm_year; /* years - [1980..2044] */ -} tm_zip; - -typedef struct -{ - tm_zip tmz_date; /* date in understandable format */ - uLong dosDate; /* if dos_date == 0, tmu_date is used */ -/* uLong flag; */ /* general purpose bit flag 2 bytes */ - - uLong internal_fa; /* internal file attributes 2 bytes */ - uLong external_fa; /* external file attributes 4 bytes */ -} zip_fileinfo; - -typedef const char* zipcharpc; - - -#define APPEND_STATUS_CREATE (0) -#define APPEND_STATUS_CREATEAFTER (1) -#define APPEND_STATUS_ADDINZIP (2) - -extern zipFile ZEXPORT zipOpen(const char *pathname, int append); -extern zipFile ZEXPORT zipOpen64(const void *pathname, int append); -/* - Create a zipfile. - pathname contain on Windows XP a filename like "c:\\zlib\\zlib113.zip" or on - an Unix computer "zlib/zlib113.zip". - if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip - will be created at the end of the file. - (useful if the file contain a self extractor code) - if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will - add files in existing zip (be sure you don't add file that doesn't exist) - If the zipfile cannot be opened, the return value is NULL. - Else, the return value is a zipFile Handle, usable with other function - of this zip package. -*/ - -/* Note : there is no delete function into a zipfile. - If you want delete file into a zipfile, you must open a zipfile, and create another - Of course, you can use RAW reading and writing to copy the file you did not want delete -*/ - -extern zipFile ZEXPORT zipOpen2(const char *pathname, - int append, - zipcharpc* globalcomment, - zlib_filefunc_def* pzlib_filefunc_def); - -extern zipFile ZEXPORT zipOpen2_64(const void *pathname, - int append, - zipcharpc* globalcomment, - zlib_filefunc64_def* pzlib_filefunc_def); - -extern zipFile ZEXPORT zipOpen3(const void *pathname, - int append, - zipcharpc* globalcomment, - zlib_filefunc64_32_def* pzlib_filefunc64_32_def); - -extern int ZEXPORT zipOpenNewFileInZip(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level); - -extern int ZEXPORT zipOpenNewFileInZip64(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int zip64); - -/* - Open a file in the ZIP for writing. - filename : the filename in zip (if NULL, '-' without quote will be used - *zipfi contain supplemental information - if extrafield_local!=NULL and size_extrafield_local>0, extrafield_local - contains the extrafield data for the local header - if extrafield_global!=NULL and size_extrafield_global>0, extrafield_global - contains the extrafield data for the global header - if comment != NULL, comment contain the comment string - method contain the compression method (0 for store, Z_DEFLATED for deflate) - level contain the level of compression (can be Z_DEFAULT_COMPRESSION) - zip64 is set to 1 if a zip64 extended information block should be added to the local file header. - this MUST be '1' if the uncompressed size is >= 0xffffffff. - -*/ - - -extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int raw); - - -extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int raw, - int zip64); -/* - Same than zipOpenNewFileInZip, except if raw=1, we write raw file - */ - -extern int ZEXPORT zipOpenNewFileInZip3(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int raw, - int windowBits, - int memLevel, - int strategy, - const char* password, - uLong crcForCrypting); - -extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int raw, - int windowBits, - int memLevel, - int strategy, - const char* password, - uLong crcForCrypting, - int zip64); - -/* - Same than zipOpenNewFileInZip2, except - windowBits,memLevel,,strategy : see parameter strategy in deflateInit2 - password : crypting password (NULL for no crypting) - crcForCrypting : crc of file to compress (needed for crypting) - */ - -extern int ZEXPORT zipOpenNewFileInZip4(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int raw, - int windowBits, - int memLevel, - int strategy, - const char* password, - uLong crcForCrypting, - uLong versionMadeBy, - uLong flagBase); - - -extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, - const char* filename, - const zip_fileinfo* zipfi, - const void* extrafield_local, - uInt size_extrafield_local, - const void* extrafield_global, - uInt size_extrafield_global, - const char* comment, - int method, - int level, - int raw, - int windowBits, - int memLevel, - int strategy, - const char* password, - uLong crcForCrypting, - uLong versionMadeBy, - uLong flagBase, - int zip64); -/* - Same than zipOpenNewFileInZip4, except - versionMadeBy : value for Version made by field - flag : value for flag field (compression level info will be added) - */ - - -extern int ZEXPORT zipWriteInFileInZip(zipFile file, - const void* buf, - unsigned len); -/* - Write data in the zipfile -*/ - -extern int ZEXPORT zipCloseFileInZip(zipFile file); -/* - Close the current file in the zipfile -*/ - -extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, - uLong uncompressed_size, - uLong crc32); - -extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, - ZPOS64_T uncompressed_size, - uLong crc32); - -/* - Close the current file in the zipfile, for file opened with - parameter raw=1 in zipOpenNewFileInZip2 - uncompressed_size and crc32 are value for the uncompressed size -*/ - -extern int ZEXPORT zipClose(zipFile file, - const char* global_comment); -/* - Close the zipfile -*/ - - -extern int ZEXPORT zipRemoveExtraInfoBlock(char* pData, int* dataLen, short sHeader); -/* - zipRemoveExtraInfoBlock - Added by Mathias Svensson - - Remove extra information block from a extra information data for the local file header or central directory header - - It is needed to remove ZIP64 extra information blocks when before data is written if using RAW mode. - - 0x0001 is the signature header for the ZIP64 extra information blocks - - usage. - Remove ZIP64 Extra information from a central director extra field data - zipRemoveExtraInfoBlock(pCenDirExtraFieldData, &nCenDirExtraFieldDataLen, 0x0001); - - Remove ZIP64 Extra information from a Local File Header extra field data - zipRemoveExtraInfoBlock(pLocalHeaderExtraFieldData, &nLocalHeaderExtraFieldDataLen, 0x0001); -*/ - -#ifdef __cplusplus -} -#endif - -#endif /* _zip64_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.csproj b/proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.csproj deleted file mode 100644 index 68627f0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.csproj +++ /dev/null @@ -1,43 +0,0 @@ - - - - net6.0 - madler.zlib.redist - $(PackageId).win - $(PackageId).linux - $(PackageId).osx - (C) 1995-2024 Jean-loup Gailly and Mark Adler - 1.3.1 - NuGet Package for consuming native builds of zlib into .NET without complexity. - - NU5128 - $(MSBuildProjectDirectory) - Jean-loup Gailly and Mark Adler - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.sln deleted file mode 100644 index 46ee8de..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/nuget/nuget.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nuget", "nuget.csproj", "{B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B1BD3984-EF8F-4E9D-9A94-EB784E5EB1E8}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/example.pas b/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/example.pas deleted file mode 100644 index 5518b36..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/example.pas +++ /dev/null @@ -1,599 +0,0 @@ -(* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2003 Jean-loup Gailly. - * For conditions of distribution and use, see copyright notice in zlib.h - * - * Pascal translation - * Copyright (C) 1998 by Jacques Nomssi Nzali. - * For conditions of distribution and use, see copyright notice in readme.txt - * - * Adaptation to the zlibpas interface - * Copyright (C) 2003 by Cosmin Truta. - * For conditions of distribution and use, see copyright notice in readme.txt - *) - -program example; - -{$DEFINE TEST_COMPRESS} -{DO NOT $DEFINE TEST_GZIO} -{$DEFINE TEST_DEFLATE} -{$DEFINE TEST_INFLATE} -{$DEFINE TEST_FLUSH} -{$DEFINE TEST_SYNC} -{$DEFINE TEST_DICT} - -uses SysUtils, zlibpas; - -const TESTFILE = 'foo.gz'; - -(* "hello world" would be more standard, but the repeated "hello" - * stresses the compression code better, sorry... - *) -const hello: PChar = 'hello, hello!'; - -const dictionary: PChar = 'hello'; - -var dictId: LongInt; (* Adler32 value of the dictionary *) - -procedure CHECK_ERR(err: Integer; msg: String); -begin - if err <> Z_OK then - begin - WriteLn(msg, ' error: ', err); - Halt(1); - end; -end; - -procedure EXIT_ERR(const msg: String); -begin - WriteLn('Error: ', msg); - Halt(1); -end; - -(* =========================================================================== - * Test compress and uncompress - *) -{$IFDEF TEST_COMPRESS} -procedure test_compress(compr: Pointer; comprLen: LongInt; - uncompr: Pointer; uncomprLen: LongInt); -var err: Integer; - len: LongInt; -begin - len := StrLen(hello)+1; - - err := compress(compr, comprLen, hello, len); - CHECK_ERR(err, 'compress'); - - StrCopy(PChar(uncompr), 'garbage'); - - err := uncompress(uncompr, uncomprLen, compr, comprLen); - CHECK_ERR(err, 'uncompress'); - - if StrComp(PChar(uncompr), hello) <> 0 then - EXIT_ERR('bad uncompress') - else - WriteLn('uncompress(): ', PChar(uncompr)); -end; -{$ENDIF} - -(* =========================================================================== - * Test read/write of .gz files - *) -{$IFDEF TEST_GZIO} -procedure test_gzio(const fname: PChar; (* compressed file name *) - uncompr: Pointer; - uncomprLen: LongInt); -var err: Integer; - len: Integer; - zfile: gzFile; - pos: LongInt; -begin - len := StrLen(hello)+1; - - zfile := gzopen(fname, 'wb'); - if zfile = NIL then - begin - WriteLn('gzopen error'); - Halt(1); - end; - gzputc(zfile, 'h'); - if gzputs(zfile, 'ello') <> 4 then - begin - WriteLn('gzputs err: ', gzerror(zfile, err)); - Halt(1); - end; - {$IFDEF GZ_FORMAT_STRING} - if gzprintf(zfile, ', %s!', 'hello') <> 8 then - begin - WriteLn('gzprintf err: ', gzerror(zfile, err)); - Halt(1); - end; - {$ELSE} - if gzputs(zfile, ', hello!') <> 8 then - begin - WriteLn('gzputs err: ', gzerror(zfile, err)); - Halt(1); - end; - {$ENDIF} - gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *) - gzclose(zfile); - - zfile := gzopen(fname, 'rb'); - if zfile = NIL then - begin - WriteLn('gzopen error'); - Halt(1); - end; - - StrCopy(PChar(uncompr), 'garbage'); - - if gzread(zfile, uncompr, uncomprLen) <> len then - begin - WriteLn('gzread err: ', gzerror(zfile, err)); - Halt(1); - end; - if StrComp(PChar(uncompr), hello) <> 0 then - begin - WriteLn('bad gzread: ', PChar(uncompr)); - Halt(1); - end - else - WriteLn('gzread(): ', PChar(uncompr)); - - pos := gzseek(zfile, -8, SEEK_CUR); - if (pos <> 6) or (gztell(zfile) <> pos) then - begin - WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile)); - Halt(1); - end; - - if gzgetc(zfile) <> ' ' then - begin - WriteLn('gzgetc error'); - Halt(1); - end; - - if gzungetc(' ', zfile) <> ' ' then - begin - WriteLn('gzungetc error'); - Halt(1); - end; - - gzgets(zfile, PChar(uncompr), uncomprLen); - uncomprLen := StrLen(PChar(uncompr)); - if uncomprLen <> 7 then (* " hello!" *) - begin - WriteLn('gzgets err after gzseek: ', gzerror(zfile, err)); - Halt(1); - end; - if StrComp(PChar(uncompr), hello + 6) <> 0 then - begin - WriteLn('bad gzgets after gzseek'); - Halt(1); - end - else - WriteLn('gzgets() after gzseek: ', PChar(uncompr)); - - gzclose(zfile); -end; -{$ENDIF} - -(* =========================================================================== - * Test deflate with small buffers - *) -{$IFDEF TEST_DEFLATE} -procedure test_deflate(compr: Pointer; comprLen: LongInt); -var c_stream: z_stream; (* compression stream *) - err: Integer; - len: LongInt; -begin - len := StrLen(hello)+1; - - c_stream.zalloc := NIL; - c_stream.zfree := NIL; - c_stream.opaque := NIL; - - err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); - CHECK_ERR(err, 'deflateInit'); - - c_stream.next_in := hello; - c_stream.next_out := compr; - - while (c_stream.total_in <> len) and - (c_stream.total_out < comprLen) do - begin - c_stream.avail_out := 1; { force small buffers } - c_stream.avail_in := 1; - err := deflate(c_stream, Z_NO_FLUSH); - CHECK_ERR(err, 'deflate'); - end; - - (* Finish the stream, still forcing small buffers: *) - while TRUE do - begin - c_stream.avail_out := 1; - err := deflate(c_stream, Z_FINISH); - if err = Z_STREAM_END then - break; - CHECK_ERR(err, 'deflate'); - end; - - err := deflateEnd(c_stream); - CHECK_ERR(err, 'deflateEnd'); -end; -{$ENDIF} - -(* =========================================================================== - * Test inflate with small buffers - *) -{$IFDEF TEST_INFLATE} -procedure test_inflate(compr: Pointer; comprLen : LongInt; - uncompr: Pointer; uncomprLen : LongInt); -var err: Integer; - d_stream: z_stream; (* decompression stream *) -begin - StrCopy(PChar(uncompr), 'garbage'); - - d_stream.zalloc := NIL; - d_stream.zfree := NIL; - d_stream.opaque := NIL; - - d_stream.next_in := compr; - d_stream.avail_in := 0; - d_stream.next_out := uncompr; - - err := inflateInit(d_stream); - CHECK_ERR(err, 'inflateInit'); - - while (d_stream.total_out < uncomprLen) and - (d_stream.total_in < comprLen) do - begin - d_stream.avail_out := 1; (* force small buffers *) - d_stream.avail_in := 1; - err := inflate(d_stream, Z_NO_FLUSH); - if err = Z_STREAM_END then - break; - CHECK_ERR(err, 'inflate'); - end; - - err := inflateEnd(d_stream); - CHECK_ERR(err, 'inflateEnd'); - - if StrComp(PChar(uncompr), hello) <> 0 then - EXIT_ERR('bad inflate') - else - WriteLn('inflate(): ', PChar(uncompr)); -end; -{$ENDIF} - -(* =========================================================================== - * Test deflate with large buffers and dynamic change of compression level - *) -{$IFDEF TEST_DEFLATE} -procedure test_large_deflate(compr: Pointer; comprLen: LongInt; - uncompr: Pointer; uncomprLen: LongInt); -var c_stream: z_stream; (* compression stream *) - err: Integer; -begin - c_stream.zalloc := NIL; - c_stream.zfree := NIL; - c_stream.opaque := NIL; - - err := deflateInit(c_stream, Z_BEST_SPEED); - CHECK_ERR(err, 'deflateInit'); - - c_stream.next_out := compr; - c_stream.avail_out := Integer(comprLen); - - (* At this point, uncompr is still mostly zeroes, so it should compress - * very well: - *) - c_stream.next_in := uncompr; - c_stream.avail_in := Integer(uncomprLen); - err := deflate(c_stream, Z_NO_FLUSH); - CHECK_ERR(err, 'deflate'); - if c_stream.avail_in <> 0 then - EXIT_ERR('deflate not greedy'); - - (* Feed in already compressed data and switch to no compression: *) - deflateParams(c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); - c_stream.next_in := compr; - c_stream.avail_in := Integer(comprLen div 2); - err := deflate(c_stream, Z_NO_FLUSH); - CHECK_ERR(err, 'deflate'); - - (* Switch back to compressing mode: *) - deflateParams(c_stream, Z_BEST_COMPRESSION, Z_FILTERED); - c_stream.next_in := uncompr; - c_stream.avail_in := Integer(uncomprLen); - err := deflate(c_stream, Z_NO_FLUSH); - CHECK_ERR(err, 'deflate'); - - err := deflate(c_stream, Z_FINISH); - if err <> Z_STREAM_END then - EXIT_ERR('deflate should report Z_STREAM_END'); - - err := deflateEnd(c_stream); - CHECK_ERR(err, 'deflateEnd'); -end; -{$ENDIF} - -(* =========================================================================== - * Test inflate with large buffers - *) -{$IFDEF TEST_INFLATE} -procedure test_large_inflate(compr: Pointer; comprLen: LongInt; - uncompr: Pointer; uncomprLen: LongInt); -var err: Integer; - d_stream: z_stream; (* decompression stream *) -begin - StrCopy(PChar(uncompr), 'garbage'); - - d_stream.zalloc := NIL; - d_stream.zfree := NIL; - d_stream.opaque := NIL; - - d_stream.next_in := compr; - d_stream.avail_in := Integer(comprLen); - - err := inflateInit(d_stream); - CHECK_ERR(err, 'inflateInit'); - - while TRUE do - begin - d_stream.next_out := uncompr; (* discard the output *) - d_stream.avail_out := Integer(uncomprLen); - err := inflate(d_stream, Z_NO_FLUSH); - if err = Z_STREAM_END then - break; - CHECK_ERR(err, 'large inflate'); - end; - - err := inflateEnd(d_stream); - CHECK_ERR(err, 'inflateEnd'); - - if d_stream.total_out <> 2 * uncomprLen + comprLen div 2 then - begin - WriteLn('bad large inflate: ', d_stream.total_out); - Halt(1); - end - else - WriteLn('large_inflate(): OK'); -end; -{$ENDIF} - -(* =========================================================================== - * Test deflate with full flush - *) -{$IFDEF TEST_FLUSH} -procedure test_flush(compr: Pointer; var comprLen : LongInt); -var c_stream: z_stream; (* compression stream *) - err: Integer; - len: Integer; -begin - len := StrLen(hello)+1; - - c_stream.zalloc := NIL; - c_stream.zfree := NIL; - c_stream.opaque := NIL; - - err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); - CHECK_ERR(err, 'deflateInit'); - - c_stream.next_in := hello; - c_stream.next_out := compr; - c_stream.avail_in := 3; - c_stream.avail_out := Integer(comprLen); - err := deflate(c_stream, Z_FULL_FLUSH); - CHECK_ERR(err, 'deflate'); - - Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *) - c_stream.avail_in := len - 3; - - err := deflate(c_stream, Z_FINISH); - if err <> Z_STREAM_END then - CHECK_ERR(err, 'deflate'); - - err := deflateEnd(c_stream); - CHECK_ERR(err, 'deflateEnd'); - - comprLen := c_stream.total_out; -end; -{$ENDIF} - -(* =========================================================================== - * Test inflateSync() - *) -{$IFDEF TEST_SYNC} -procedure test_sync(compr: Pointer; comprLen: LongInt; - uncompr: Pointer; uncomprLen : LongInt); -var err: Integer; - d_stream: z_stream; (* decompression stream *) -begin - StrCopy(PChar(uncompr), 'garbage'); - - d_stream.zalloc := NIL; - d_stream.zfree := NIL; - d_stream.opaque := NIL; - - d_stream.next_in := compr; - d_stream.avail_in := 2; (* just read the zlib header *) - - err := inflateInit(d_stream); - CHECK_ERR(err, 'inflateInit'); - - d_stream.next_out := uncompr; - d_stream.avail_out := Integer(uncomprLen); - - inflate(d_stream, Z_NO_FLUSH); - CHECK_ERR(err, 'inflate'); - - d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *) - err := inflateSync(d_stream); (* but skip the damaged part *) - CHECK_ERR(err, 'inflateSync'); - - err := inflate(d_stream, Z_FINISH); - if err <> Z_DATA_ERROR then - EXIT_ERR('inflate should report DATA_ERROR'); - (* Because of incorrect adler32 *) - - err := inflateEnd(d_stream); - CHECK_ERR(err, 'inflateEnd'); - - WriteLn('after inflateSync(): hel', PChar(uncompr)); -end; -{$ENDIF} - -(* =========================================================================== - * Test deflate with preset dictionary - *) -{$IFDEF TEST_DICT} -procedure test_dict_deflate(compr: Pointer; comprLen: LongInt); -var c_stream: z_stream; (* compression stream *) - err: Integer; -begin - c_stream.zalloc := NIL; - c_stream.zfree := NIL; - c_stream.opaque := NIL; - - err := deflateInit(c_stream, Z_BEST_COMPRESSION); - CHECK_ERR(err, 'deflateInit'); - - err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary)); - CHECK_ERR(err, 'deflateSetDictionary'); - - dictId := c_stream.adler; - c_stream.next_out := compr; - c_stream.avail_out := Integer(comprLen); - - c_stream.next_in := hello; - c_stream.avail_in := StrLen(hello)+1; - - err := deflate(c_stream, Z_FINISH); - if err <> Z_STREAM_END then - EXIT_ERR('deflate should report Z_STREAM_END'); - - err := deflateEnd(c_stream); - CHECK_ERR(err, 'deflateEnd'); -end; -{$ENDIF} - -(* =========================================================================== - * Test inflate with a preset dictionary - *) -{$IFDEF TEST_DICT} -procedure test_dict_inflate(compr: Pointer; comprLen: LongInt; - uncompr: Pointer; uncomprLen: LongInt); -var err: Integer; - d_stream: z_stream; (* decompression stream *) -begin - StrCopy(PChar(uncompr), 'garbage'); - - d_stream.zalloc := NIL; - d_stream.zfree := NIL; - d_stream.opaque := NIL; - - d_stream.next_in := compr; - d_stream.avail_in := Integer(comprLen); - - err := inflateInit(d_stream); - CHECK_ERR(err, 'inflateInit'); - - d_stream.next_out := uncompr; - d_stream.avail_out := Integer(uncomprLen); - - while TRUE do - begin - err := inflate(d_stream, Z_NO_FLUSH); - if err = Z_STREAM_END then - break; - if err = Z_NEED_DICT then - begin - if d_stream.adler <> dictId then - EXIT_ERR('unexpected dictionary'); - err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary)); - end; - CHECK_ERR(err, 'inflate with dict'); - end; - - err := inflateEnd(d_stream); - CHECK_ERR(err, 'inflateEnd'); - - if StrComp(PChar(uncompr), hello) <> 0 then - EXIT_ERR('bad inflate with dict') - else - WriteLn('inflate with dictionary: ', PChar(uncompr)); -end; -{$ENDIF} - -var compr, uncompr: Pointer; - comprLen, uncomprLen: LongInt; - -begin - if zlibVersion^ <> ZLIB_VERSION[1] then - EXIT_ERR('Incompatible zlib version'); - - WriteLn('zlib version: ', zlibVersion); - WriteLn('zlib compile flags: ', Format('0x%x', [zlibCompileFlags])); - - comprLen := 10000 * SizeOf(Integer); (* don't overflow on MSDOS *) - uncomprLen := comprLen; - GetMem(compr, comprLen); - GetMem(uncompr, uncomprLen); - if (compr = NIL) or (uncompr = NIL) then - EXIT_ERR('Out of memory'); - (* compr and uncompr are cleared to avoid reading uninitialized - * data and to ensure that uncompr compresses well. - *) - FillChar(compr^, comprLen, 0); - FillChar(uncompr^, uncomprLen, 0); - - {$IFDEF TEST_COMPRESS} - WriteLn('** Testing compress'); - test_compress(compr, comprLen, uncompr, uncomprLen); - {$ENDIF} - - {$IFDEF TEST_GZIO} - WriteLn('** Testing gzio'); - if ParamCount >= 1 then - test_gzio(ParamStr(1), uncompr, uncomprLen) - else - test_gzio(TESTFILE, uncompr, uncomprLen); - {$ENDIF} - - {$IFDEF TEST_DEFLATE} - WriteLn('** Testing deflate with small buffers'); - test_deflate(compr, comprLen); - {$ENDIF} - {$IFDEF TEST_INFLATE} - WriteLn('** Testing inflate with small buffers'); - test_inflate(compr, comprLen, uncompr, uncomprLen); - {$ENDIF} - - {$IFDEF TEST_DEFLATE} - WriteLn('** Testing deflate with large buffers'); - test_large_deflate(compr, comprLen, uncompr, uncomprLen); - {$ENDIF} - {$IFDEF TEST_INFLATE} - WriteLn('** Testing inflate with large buffers'); - test_large_inflate(compr, comprLen, uncompr, uncomprLen); - {$ENDIF} - - {$IFDEF TEST_FLUSH} - WriteLn('** Testing deflate with full flush'); - test_flush(compr, comprLen); - {$ENDIF} - {$IFDEF TEST_SYNC} - WriteLn('** Testing inflateSync'); - test_sync(compr, comprLen, uncompr, uncomprLen); - {$ENDIF} - comprLen := uncomprLen; - - {$IFDEF TEST_DICT} - WriteLn('** Testing deflate and inflate with preset dictionary'); - test_dict_deflate(compr, comprLen); - test_dict_inflate(compr, comprLen, uncompr, uncomprLen); - {$ENDIF} - - FreeMem(compr, comprLen); - FreeMem(uncompr, uncomprLen); -end. diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/readme.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/readme.txt deleted file mode 100644 index 60e87c8..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/readme.txt +++ /dev/null @@ -1,76 +0,0 @@ - -This directory contains a Pascal (Delphi, Kylix) interface to the -zlib data compression library. - - -Directory listing -================= - -zlibd32.mak makefile for Borland C++ -example.pas usage example of zlib -zlibpas.pas the Pascal interface to zlib -readme.txt this file - - -Compatibility notes -=================== - -- Although the name "zlib" would have been more normal for the - zlibpas unit, this name is already taken by Borland's ZLib unit. - This is somehow unfortunate, because that unit is not a genuine - interface to the full-fledged zlib functionality, but a suite of - class wrappers around zlib streams. Other essential features, - such as checksums, are missing. - It would have been more appropriate for that unit to have a name - like "ZStreams", or something similar. - -- The C and zlib-supplied types int, uInt, long, uLong, etc. are - translated directly into Pascal types of similar sizes (Integer, - LongInt, etc.), to avoid namespace pollution. In particular, - there is no conversion of unsigned int into a Pascal unsigned - integer. The Word type is non-portable and has the same size - (16 bits) both in a 16-bit and in a 32-bit environment, unlike - Integer. Even if there is a 32-bit Cardinal type, there is no - real need for unsigned int in zlib under a 32-bit environment. - -- Except for the callbacks, the zlib function interfaces are - assuming the calling convention normally used in Pascal - (__pascal for DOS and Windows16, __fastcall for Windows32). - Since the cdecl keyword is used, the old Turbo Pascal does - not work with this interface. - -- The gz* function interfaces are not translated, to avoid - interfacing problems with the C runtime library. Besides, - gzprintf(gzFile file, const char *format, ...) - cannot be translated into Pascal. - - -Legal issues -============ - -The zlibpas interface is: - Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler. - Copyright (C) 1998 by Bob Dellaca. - Copyright (C) 2003 by Cosmin Truta. - -The example program is: - Copyright (C) 1995-2003 by Jean-loup Gailly. - Copyright (C) 1998,1999,2000 by Jacques Nomssi Nzali. - Copyright (C) 2003 by Cosmin Truta. - - This software is provided 'as-is', without any express or implied - warranty. In no event will the author be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibd32.mak b/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibd32.mak deleted file mode 100644 index 9bb00b7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibd32.mak +++ /dev/null @@ -1,99 +0,0 @@ -# Makefile for zlib -# For use with Delphi and C++ Builder under Win32 -# Updated for zlib 1.2.x by Cosmin Truta - -# ------------ Borland C++ ------------ - -# This project uses the Delphi (fastcall/register) calling convention: -LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl - -CC = bcc32 -LD = bcc32 -AR = tlib -# do not use "-pr" in CFLAGS -CFLAGS = -a -d -k- -O2 $(LOC) -LDFLAGS = - - -# variables -ZLIB_LIB = zlib.lib - -OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj -OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj -OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj -OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj - - -# targets -all: $(ZLIB_LIB) example.exe minigzip.exe - -.c.obj: - $(CC) -c $(CFLAGS) $*.c - -adler32.obj: adler32.c zlib.h zconf.h - -compress.obj: compress.c zlib.h zconf.h - -crc32.obj: crc32.c zlib.h zconf.h crc32.h - -deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h - -gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h - -gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h - -gzread.obj: gzread.c zlib.h zconf.h gzguts.h - -gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h - -infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h - -inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h - -trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h - -uncompr.obj: uncompr.c zlib.h zconf.h - -zutil.obj: zutil.c zutil.h zlib.h zconf.h - -example.obj: test/example.c zlib.h zconf.h - -minigzip.obj: test/minigzip.c zlib.h zconf.h - - -# For the sake of the old Borland make, -# the command line is cut to fit in the MS-DOS 128 byte limit: -$(ZLIB_LIB): $(OBJ1) $(OBJ2) - -del $(ZLIB_LIB) - $(AR) $(ZLIB_LIB) $(OBJP1) - $(AR) $(ZLIB_LIB) $(OBJP2) - - -# testing -test: example.exe minigzip.exe - example - echo hello world | minigzip | minigzip -d - -example.exe: example.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) - -minigzip.exe: minigzip.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) - - -# cleanup -clean: - -del *.obj - -del *.exe - -del *.lib - -del *.tds - -del zlib.bak - -del foo.gz - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibpas.pas b/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibpas.pas deleted file mode 100644 index 0cf0e7b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/pascal/zlibpas.pas +++ /dev/null @@ -1,276 +0,0 @@ -(* zlibpas -- Pascal interface to the zlib data compression library - * - * Copyright (C) 2003 Cosmin Truta. - * Derived from original sources by Bob Dellaca. - * For conditions of distribution and use, see copyright notice in readme.txt - *) - -unit zlibpas; - -interface - -const - ZLIB_VERSION = '1.3.1'; - ZLIB_VERNUM = $12a0; - -type - alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; - cdecl; - free_func = procedure(opaque, address: Pointer); - cdecl; - - in_func = function(opaque: Pointer; var buf: PByte): Integer; - cdecl; - out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; - cdecl; - - z_streamp = ^z_stream; - z_stream = packed record - next_in: PChar; (* next input byte *) - avail_in: Integer; (* number of bytes available at next_in *) - total_in: LongInt; (* total nb of input bytes read so far *) - - next_out: PChar; (* next output byte should be put there *) - avail_out: Integer; (* remaining free space at next_out *) - total_out: LongInt; (* total nb of bytes output so far *) - - msg: PChar; (* last error message, NULL if no error *) - state: Pointer; (* not visible by applications *) - - zalloc: alloc_func; (* used to allocate the internal state *) - zfree: free_func; (* used to free the internal state *) - opaque: Pointer; (* private data object passed to zalloc and zfree *) - - data_type: Integer; (* best guess about the data type: ascii or binary *) - adler: LongInt; (* adler32 value of the uncompressed data *) - reserved: LongInt; (* reserved for future use *) - end; - - gz_headerp = ^gz_header; - gz_header = packed record - text: Integer; (* true if compressed data believed to be text *) - time: LongInt; (* modification time *) - xflags: Integer; (* extra flags (not used when writing a gzip file) *) - os: Integer; (* operating system *) - extra: PChar; (* pointer to extra field or Z_NULL if none *) - extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *) - extra_max: Integer; (* space at extra (only when reading header) *) - name: PChar; (* pointer to zero-terminated file name or Z_NULL *) - name_max: Integer; (* space at name (only when reading header) *) - comment: PChar; (* pointer to zero-terminated comment or Z_NULL *) - comm_max: Integer; (* space at comment (only when reading header) *) - hcrc: Integer; (* true if there was or will be a header crc *) - done: Integer; (* true when done reading gzip header *) - end; - -(* constants *) -const - Z_NO_FLUSH = 0; - Z_PARTIAL_FLUSH = 1; - Z_SYNC_FLUSH = 2; - Z_FULL_FLUSH = 3; - Z_FINISH = 4; - Z_BLOCK = 5; - Z_TREES = 6; - - Z_OK = 0; - Z_STREAM_END = 1; - Z_NEED_DICT = 2; - Z_ERRNO = -1; - Z_STREAM_ERROR = -2; - Z_DATA_ERROR = -3; - Z_MEM_ERROR = -4; - Z_BUF_ERROR = -5; - Z_VERSION_ERROR = -6; - - Z_NO_COMPRESSION = 0; - Z_BEST_SPEED = 1; - Z_BEST_COMPRESSION = 9; - Z_DEFAULT_COMPRESSION = -1; - - Z_FILTERED = 1; - Z_HUFFMAN_ONLY = 2; - Z_RLE = 3; - Z_FIXED = 4; - Z_DEFAULT_STRATEGY = 0; - - Z_BINARY = 0; - Z_TEXT = 1; - Z_ASCII = 1; - Z_UNKNOWN = 2; - - Z_DEFLATED = 8; - -(* basic functions *) -function zlibVersion: PChar; -function deflateInit(var strm: z_stream; level: Integer): Integer; -function deflate(var strm: z_stream; flush: Integer): Integer; -function deflateEnd(var strm: z_stream): Integer; -function inflateInit(var strm: z_stream): Integer; -function inflate(var strm: z_stream; flush: Integer): Integer; -function inflateEnd(var strm: z_stream): Integer; - -(* advanced functions *) -function deflateInit2(var strm: z_stream; level, method, windowBits, - memLevel, strategy: Integer): Integer; -function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; - dictLength: Integer): Integer; -function deflateCopy(var dest, source: z_stream): Integer; -function deflateReset(var strm: z_stream): Integer; -function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; -function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer; -function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; -function deflatePending(var strm: z_stream; var pending: Integer; var bits: Integer): Integer; -function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; -function deflateSetHeader(var strm: z_stream; head: gz_header): Integer; -function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; -function inflateSetDictionary(var strm: z_stream; const dictionary: PChar; - dictLength: Integer): Integer; -function inflateSync(var strm: z_stream): Integer; -function inflateCopy(var dest, source: z_stream): Integer; -function inflateReset(var strm: z_stream): Integer; -function inflateReset2(var strm: z_stream; windowBits: Integer): Integer; -function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; -function inflateMark(var strm: z_stream): LongInt; -function inflateGetHeader(var strm: z_stream; var head: gz_header): Integer; -function inflateBackInit(var strm: z_stream; - windowBits: Integer; window: PChar): Integer; -function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; - out_fn: out_func; out_desc: Pointer): Integer; -function inflateBackEnd(var strm: z_stream): Integer; -function zlibCompileFlags: LongInt; - -(* utility functions *) -function compress(dest: PChar; var destLen: LongInt; - const source: PChar; sourceLen: LongInt): Integer; -function compress2(dest: PChar; var destLen: LongInt; - const source: PChar; sourceLen: LongInt; - level: Integer): Integer; -function compressBound(sourceLen: LongInt): LongInt; -function uncompress(dest: PChar; var destLen: LongInt; - const source: PChar; sourceLen: LongInt): Integer; - -(* checksum functions *) -function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; -function adler32_combine(adler1, adler2, len2: LongInt): LongInt; -function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; -function crc32_combine(crc1, crc2, len2: LongInt): LongInt; - -(* various hacks, don't look :) *) -function deflateInit_(var strm: z_stream; level: Integer; - const version: PChar; stream_size: Integer): Integer; -function inflateInit_(var strm: z_stream; const version: PChar; - stream_size: Integer): Integer; -function deflateInit2_(var strm: z_stream; - level, method, windowBits, memLevel, strategy: Integer; - const version: PChar; stream_size: Integer): Integer; -function inflateInit2_(var strm: z_stream; windowBits: Integer; - const version: PChar; stream_size: Integer): Integer; -function inflateBackInit_(var strm: z_stream; - windowBits: Integer; window: PChar; - const version: PChar; stream_size: Integer): Integer; - - -implementation - -{$L adler32.obj} -{$L compress.obj} -{$L crc32.obj} -{$L deflate.obj} -{$L infback.obj} -{$L inffast.obj} -{$L inflate.obj} -{$L inftrees.obj} -{$L trees.obj} -{$L uncompr.obj} -{$L zutil.obj} - -function adler32; external; -function adler32_combine; external; -function compress; external; -function compress2; external; -function compressBound; external; -function crc32; external; -function crc32_combine; external; -function deflate; external; -function deflateBound; external; -function deflateCopy; external; -function deflateEnd; external; -function deflateInit_; external; -function deflateInit2_; external; -function deflateParams; external; -function deflatePending; external; -function deflatePrime; external; -function deflateReset; external; -function deflateSetDictionary; external; -function deflateSetHeader; external; -function deflateTune; external; -function inflate; external; -function inflateBack; external; -function inflateBackEnd; external; -function inflateBackInit_; external; -function inflateCopy; external; -function inflateEnd; external; -function inflateGetHeader; external; -function inflateInit_; external; -function inflateInit2_; external; -function inflateMark; external; -function inflatePrime; external; -function inflateReset; external; -function inflateReset2; external; -function inflateSetDictionary; external; -function inflateSync; external; -function uncompress; external; -function zlibCompileFlags; external; -function zlibVersion; external; - -function deflateInit(var strm: z_stream; level: Integer): Integer; -begin - Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream)); -end; - -function deflateInit2(var strm: z_stream; level, method, windowBits, memLevel, - strategy: Integer): Integer; -begin - Result := deflateInit2_(strm, level, method, windowBits, memLevel, strategy, - ZLIB_VERSION, sizeof(z_stream)); -end; - -function inflateInit(var strm: z_stream): Integer; -begin - Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream)); -end; - -function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; -begin - Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream)); -end; - -function inflateBackInit(var strm: z_stream; - windowBits: Integer; window: PChar): Integer; -begin - Result := inflateBackInit_(strm, windowBits, window, - ZLIB_VERSION, sizeof(z_stream)); -end; - -function _malloc(Size: Integer): Pointer; cdecl; -begin - GetMem(Result, Size); -end; - -procedure _free(Block: Pointer); cdecl; -begin - FreeMem(Block); -end; - -procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl; -begin - FillChar(P^, count, B); -end; - -procedure _memcpy(dest, source: Pointer; count: Integer); cdecl; -begin - Move(source^, dest^, count); -end; - -end. diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/Makefile b/proj-web/thirdparty/zlib-1.3.1/contrib/puff/Makefile deleted file mode 100644 index 0e2594c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -CFLAGS=-O - -puff: puff.o pufftest.o - -puff.o: puff.h - -pufftest.o: puff.h - -test: puff - puff zeros.raw - -puft: puff.c puff.h pufftest.o - cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o - -# puff full coverage test (should say 100%) -cov: puft - @rm -f *.gcov *.gcda - @puft -w zeros.raw 2>&1 | cat > /dev/null - @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 - @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 - @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254 - @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 - @echo '01 01 00 fe ff 0a' | xxd -r -p | puft -f 2>&1 | cat > /dev/null - @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246 - @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 - @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2 - @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 249 - @echo '04 c0 81 08 00 00 00 00 20 7f eb 0b 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246 - @echo '0b 00 00' | xxd -r -p | puft -f 2>&1 | cat > /dev/null - @echo '1a 07' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246 - @echo '0c c0 81 00 00 00 00 00 90 ff 6b 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 245 - @puft -f zeros.raw 2>&1 | cat > /dev/null - @echo 'fc 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 253 - @echo '04 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 252 - @echo '04 00 24 49' | xxd -r -p | puft 2> /dev/null || test $$? -eq 251 - @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 84' | xxd -r -p | puft 2> /dev/null || test $$? -eq 248 - @echo '04 00 24 e9 ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 250 - @echo '04 00 24 e9 ff 6d' | xxd -r -p | puft 2> /dev/null || test $$? -eq 247 - @gcov -n puff.c - -clean: - rm -f puff puft *.o *.gc* diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/README b/proj-web/thirdparty/zlib-1.3.1/contrib/puff/README deleted file mode 100644 index d8192c7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/README +++ /dev/null @@ -1,63 +0,0 @@ -Puff -- A Simple Inflate -3 Mar 2003 -Mark Adler -madler@alumni.caltech.edu - -What this is -- - -puff.c provides the routine puff() to decompress the deflate data format. It -does so more slowly than zlib, but the code is about one-fifth the size of the -inflate code in zlib, and written to be very easy to read. - -Why I wrote this -- - -puff.c was written to document the deflate format unambiguously, by virtue of -being working C code. It is meant to supplement RFC 1951, which formally -describes the deflate format. I have received many questions on details of the -deflate format, and I hope that reading this code will answer those questions. -puff.c is heavily commented with details of the deflate format, especially -those little nooks and cranies of the format that might not be obvious from a -specification. - -puff.c may also be useful in applications where code size or memory usage is a -very limited resource, and speed is not as important. - -How to use it -- - -Well, most likely you should just be reading puff.c and using zlib for actual -applications, but if you must ... - -Include puff.h in your code, which provides this prototype: - -int puff(unsigned char *dest, /* pointer to destination pointer */ - unsigned long *destlen, /* amount of output space */ - unsigned char *source, /* pointer to source data pointer */ - unsigned long *sourcelen); /* amount of input available */ - -Then you can call puff() to decompress a deflate stream that is in memory in -its entirety at source, to a sufficiently sized block of memory for the -decompressed data at dest. puff() is the only external symbol in puff.c The -only C library functions that puff.c needs are setjmp() and longjmp(), which -are used to simplify error checking in the code to improve readability. puff.c -does no memory allocation, and uses less than 2K bytes off of the stack. - -If destlen is not enough space for the uncompressed data, then inflate will -return an error without writing more than destlen bytes. Note that this means -that in order to decompress the deflate data successfully, you need to know -the size of the uncompressed data ahead of time. - -If needed, puff() can determine the size of the uncompressed data with no -output space. This is done by passing dest equal to (unsigned char *)0. Then -the initial value of *destlen is ignored and *destlen is set to the length of -the uncompressed data. So if the size of the uncompressed data is not known, -then two passes of puff() can be used--first to determine the size, and second -to do the actual inflation after allocating the appropriate memory. Not -pretty, but it works. (This is one of the reasons you should be using zlib.) - -The deflate format is self-terminating. If the deflate stream does not end -in *sourcelen bytes, puff() will return an error without reading at or past -endsource. - -On return, *sourcelen is updated to the amount of input data consumed, and -*destlen is updated to the size of the uncompressed data. See the comments -in puff.c for the possible return codes for puff(). diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.c b/proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.c deleted file mode 100644 index d759825..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.c +++ /dev/null @@ -1,840 +0,0 @@ -/* - * puff.c - * Copyright (C) 2002-2013 Mark Adler - * For conditions of distribution and use, see copyright notice in puff.h - * version 2.3, 21 Jan 2013 - * - * puff.c is a simple inflate written to be an unambiguous way to specify the - * deflate format. It is not written for speed but rather simplicity. As a - * side benefit, this code might actually be useful when small code is more - * important than speed, such as bootstrap applications. For typical deflate - * data, zlib's inflate() is about four times as fast as puff(). zlib's - * inflate compiles to around 20K on my machine, whereas puff.c compiles to - * around 4K on my machine (a PowerPC using GNU cc). If the faster decode() - * function here is used, then puff() is only twice as slow as zlib's - * inflate(). - * - * All dynamically allocated memory comes from the stack. The stack required - * is less than 2K bytes. This code is compatible with 16-bit int's and - * assumes that long's are at least 32 bits. puff.c uses the short data type, - * assumed to be 16 bits, for arrays in order to conserve memory. The code - * works whether integers are stored big endian or little endian. - * - * In the comments below are "Format notes" that describe the inflate process - * and document some of the less obvious aspects of the format. This source - * code is meant to supplement RFC 1951, which formally describes the deflate - * format: - * - * http://www.zlib.org/rfc-deflate.html - */ - -/* - * Change history: - * - * 1.0 10 Feb 2002 - First version - * 1.1 17 Feb 2002 - Clarifications of some comments and notes - * - Update puff() dest and source pointers on negative - * errors to facilitate debugging deflators - * - Remove longest from struct huffman -- not needed - * - Simplify offs[] index in construct() - * - Add input size and checking, using longjmp() to - * maintain easy readability - * - Use short data type for large arrays - * - Use pointers instead of long to specify source and - * destination sizes to avoid arbitrary 4 GB limits - * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!), - * but leave simple version for readability - * - Make sure invalid distances detected if pointers - * are 16 bits - * - Fix fixed codes table error - * - Provide a scanning mode for determining size of - * uncompressed data - * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly] - * - Add a puff.h file for the interface - * - Add braces in puff() for else do [Gailly] - * - Use indexes instead of pointers for readability - * 1.4 31 Mar 2002 - Simplify construct() code set check - * - Fix some comments - * - Add FIXLCODES #define - * 1.5 6 Apr 2002 - Minor comment fixes - * 1.6 7 Aug 2002 - Minor format changes - * 1.7 3 Mar 2003 - Added test code for distribution - * - Added zlib-like license - * 1.8 9 Jan 2004 - Added some comments on no distance codes case - * 1.9 21 Feb 2008 - Fix bug on 16-bit integer architectures [Pohland] - * - Catch missing end-of-block symbol error - * 2.0 25 Jul 2008 - Add #define to permit distance too far back - * - Add option in TEST code for puff to write the data - * - Add option in TEST code to skip input bytes - * - Allow TEST code to read from piped stdin - * 2.1 4 Apr 2010 - Avoid variable initialization for happier compilers - * - Avoid unsigned comparisons for even happier compilers - * 2.2 25 Apr 2010 - Fix bug in variable initializations [Oberhumer] - * - Add const where appropriate [Oberhumer] - * - Split if's and ?'s for coverage testing - * - Break out test code to separate file - * - Move NIL to puff.h - * - Allow incomplete code only if single code length is 1 - * - Add full code coverage test to Makefile - * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks - */ - -#include /* for setjmp(), longjmp(), and jmp_buf */ -#include "puff.h" /* prototype for puff() */ - -#define local static /* for local function definitions */ - -/* - * Maximums for allocations and loops. It is not useful to change these -- - * they are fixed by the deflate format. - */ -#define MAXBITS 15 /* maximum bits in a code */ -#define MAXLCODES 286 /* maximum number of literal/length codes */ -#define MAXDCODES 30 /* maximum number of distance codes */ -#define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */ -#define FIXLCODES 288 /* number of fixed literal/length codes */ - -/* input and output state */ -struct state { - /* output state */ - unsigned char *out; /* output buffer */ - unsigned long outlen; /* available space at out */ - unsigned long outcnt; /* bytes written to out so far */ - - /* input state */ - const unsigned char *in; /* input buffer */ - unsigned long inlen; /* available input at in */ - unsigned long incnt; /* bytes read so far */ - int bitbuf; /* bit buffer */ - int bitcnt; /* number of bits in bit buffer */ - - /* input limit error return state for bits() and decode() */ - jmp_buf env; -}; - -/* - * Return need bits from the input stream. This always leaves less than - * eight bits in the buffer. bits() works properly for need == 0. - * - * Format notes: - * - * - Bits are stored in bytes from the least significant bit to the most - * significant bit. Therefore bits are dropped from the bottom of the bit - * buffer, using shift right, and new bytes are appended to the top of the - * bit buffer, using shift left. - */ -local int bits(struct state *s, int need) -{ - long val; /* bit accumulator (can use up to 20 bits) */ - - /* load at least need bits into val */ - val = s->bitbuf; - while (s->bitcnt < need) { - if (s->incnt == s->inlen) - longjmp(s->env, 1); /* out of input */ - val |= (long)(s->in[s->incnt++]) << s->bitcnt; /* load eight bits */ - s->bitcnt += 8; - } - - /* drop need bits and update buffer, always zero to seven bits left */ - s->bitbuf = (int)(val >> need); - s->bitcnt -= need; - - /* return need bits, zeroing the bits above that */ - return (int)(val & ((1L << need) - 1)); -} - -/* - * Process a stored block. - * - * Format notes: - * - * - After the two-bit stored block type (00), the stored block length and - * stored bytes are byte-aligned for fast copying. Therefore any leftover - * bits in the byte that has the last bit of the type, as many as seven, are - * discarded. The value of the discarded bits are not defined and should not - * be checked against any expectation. - * - * - The second inverted copy of the stored block length does not have to be - * checked, but it's probably a good idea to do so anyway. - * - * - A stored block can have zero length. This is sometimes used to byte-align - * subsets of the compressed data for random access or partial recovery. - */ -local int stored(struct state *s) -{ - unsigned len; /* length of stored block */ - - /* discard leftover bits from current byte (assumes s->bitcnt < 8) */ - s->bitbuf = 0; - s->bitcnt = 0; - - /* get length and check against its one's complement */ - if (s->incnt + 4 > s->inlen) - return 2; /* not enough input */ - len = s->in[s->incnt++]; - len |= s->in[s->incnt++] << 8; - if (s->in[s->incnt++] != (~len & 0xff) || - s->in[s->incnt++] != ((~len >> 8) & 0xff)) - return -2; /* didn't match complement! */ - - /* copy len bytes from in to out */ - if (s->incnt + len > s->inlen) - return 2; /* not enough input */ - if (s->out != NIL) { - if (s->outcnt + len > s->outlen) - return 1; /* not enough output space */ - while (len--) - s->out[s->outcnt++] = s->in[s->incnt++]; - } - else { /* just scanning */ - s->outcnt += len; - s->incnt += len; - } - - /* done with a valid stored block */ - return 0; -} - -/* - * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of - * each length, which for a canonical code are stepped through in order. - * symbol[] are the symbol values in canonical order, where the number of - * entries is the sum of the counts in count[]. The decoding process can be - * seen in the function decode() below. - */ -struct huffman { - short *count; /* number of symbols of each length */ - short *symbol; /* canonically ordered symbols */ -}; - -/* - * Decode a code from the stream s using huffman table h. Return the symbol or - * a negative value if there is an error. If all of the lengths are zero, i.e. - * an empty code, or if the code is incomplete and an invalid code is received, - * then -10 is returned after reading MAXBITS bits. - * - * Format notes: - * - * - The codes as stored in the compressed data are bit-reversed relative to - * a simple integer ordering of codes of the same lengths. Hence below the - * bits are pulled from the compressed data one at a time and used to - * build the code value reversed from what is in the stream in order to - * permit simple integer comparisons for decoding. A table-based decoding - * scheme (as used in zlib) does not need to do this reversal. - * - * - The first code for the shortest length is all zeros. Subsequent codes of - * the same length are simply integer increments of the previous code. When - * moving up a length, a zero bit is appended to the code. For a complete - * code, the last code of the longest length will be all ones. - * - * - Incomplete codes are handled by this decoder, since they are permitted - * in the deflate format. See the format notes for fixed() and dynamic(). - */ -#ifdef SLOW -local int decode(struct state *s, const struct huffman *h) -{ - int len; /* current number of bits in code */ - int code; /* len bits being decoded */ - int first; /* first code of length len */ - int count; /* number of codes of length len */ - int index; /* index of first code of length len in symbol table */ - - code = first = index = 0; - for (len = 1; len <= MAXBITS; len++) { - code |= bits(s, 1); /* get next bit */ - count = h->count[len]; - if (code - count < first) /* if length len, return symbol */ - return h->symbol[index + (code - first)]; - index += count; /* else update for next length */ - first += count; - first <<= 1; - code <<= 1; - } - return -10; /* ran out of codes */ -} - -/* - * A faster version of decode() for real applications of this code. It's not - * as readable, but it makes puff() twice as fast. And it only makes the code - * a few percent larger. - */ -#else /* !SLOW */ -local int decode(struct state *s, const struct huffman *h) -{ - int len; /* current number of bits in code */ - int code; /* len bits being decoded */ - int first; /* first code of length len */ - int count; /* number of codes of length len */ - int index; /* index of first code of length len in symbol table */ - int bitbuf; /* bits from stream */ - int left; /* bits left in next or left to process */ - short *next; /* next number of codes */ - - bitbuf = s->bitbuf; - left = s->bitcnt; - code = first = index = 0; - len = 1; - next = h->count + 1; - while (1) { - while (left--) { - code |= bitbuf & 1; - bitbuf >>= 1; - count = *next++; - if (code - count < first) { /* if length len, return symbol */ - s->bitbuf = bitbuf; - s->bitcnt = (s->bitcnt - len) & 7; - return h->symbol[index + (code - first)]; - } - index += count; /* else update for next length */ - first += count; - first <<= 1; - code <<= 1; - len++; - } - left = (MAXBITS+1) - len; - if (left == 0) - break; - if (s->incnt == s->inlen) - longjmp(s->env, 1); /* out of input */ - bitbuf = s->in[s->incnt++]; - if (left > 8) - left = 8; - } - return -10; /* ran out of codes */ -} -#endif /* SLOW */ - -/* - * Given the list of code lengths length[0..n-1] representing a canonical - * Huffman code for n symbols, construct the tables required to decode those - * codes. Those tables are the number of codes of each length, and the symbols - * sorted by length, retaining their original order within each length. The - * return value is zero for a complete code set, negative for an over- - * subscribed code set, and positive for an incomplete code set. The tables - * can be used if the return value is zero or positive, but they cannot be used - * if the return value is negative. If the return value is zero, it is not - * possible for decode() using that table to return an error--any stream of - * enough bits will resolve to a symbol. If the return value is positive, then - * it is possible for decode() using that table to return an error for received - * codes past the end of the incomplete lengths. - * - * Not used by decode(), but used for error checking, h->count[0] is the number - * of the n symbols not in the code. So n - h->count[0] is the number of - * codes. This is useful for checking for incomplete codes that have more than - * one symbol, which is an error in a dynamic block. - * - * Assumption: for all i in 0..n-1, 0 <= length[i] <= MAXBITS - * This is assured by the construction of the length arrays in dynamic() and - * fixed() and is not verified by construct(). - * - * Format notes: - * - * - Permitted and expected examples of incomplete codes are one of the fixed - * codes and any code with a single symbol which in deflate is coded as one - * bit instead of zero bits. See the format notes for fixed() and dynamic(). - * - * - Within a given code length, the symbols are kept in ascending order for - * the code bits definition. - */ -local int construct(struct huffman *h, const short *length, int n) -{ - int symbol; /* current symbol when stepping through length[] */ - int len; /* current length when stepping through h->count[] */ - int left; /* number of possible codes left of current length */ - short offs[MAXBITS+1]; /* offsets in symbol table for each length */ - - /* count number of codes of each length */ - for (len = 0; len <= MAXBITS; len++) - h->count[len] = 0; - for (symbol = 0; symbol < n; symbol++) - (h->count[length[symbol]])++; /* assumes lengths are within bounds */ - if (h->count[0] == n) /* no codes! */ - return 0; /* complete, but decode() will fail */ - - /* check for an over-subscribed or incomplete set of lengths */ - left = 1; /* one possible code of zero length */ - for (len = 1; len <= MAXBITS; len++) { - left <<= 1; /* one more bit, double codes left */ - left -= h->count[len]; /* deduct count from possible codes */ - if (left < 0) - return left; /* over-subscribed--return negative */ - } /* left > 0 means incomplete */ - - /* generate offsets into symbol table for each length for sorting */ - offs[1] = 0; - for (len = 1; len < MAXBITS; len++) - offs[len + 1] = offs[len] + h->count[len]; - - /* - * put symbols in table sorted by length, by symbol order within each - * length - */ - for (symbol = 0; symbol < n; symbol++) - if (length[symbol] != 0) - h->symbol[offs[length[symbol]]++] = symbol; - - /* return zero for complete set, positive for incomplete set */ - return left; -} - -/* - * Decode literal/length and distance codes until an end-of-block code. - * - * Format notes: - * - * - Compressed data that is after the block type if fixed or after the code - * description if dynamic is a combination of literals and length/distance - * pairs terminated by and end-of-block code. Literals are simply Huffman - * coded bytes. A length/distance pair is a coded length followed by a - * coded distance to represent a string that occurs earlier in the - * uncompressed data that occurs again at the current location. - * - * - Literals, lengths, and the end-of-block code are combined into a single - * code of up to 286 symbols. They are 256 literals (0..255), 29 length - * symbols (257..285), and the end-of-block symbol (256). - * - * - There are 256 possible lengths (3..258), and so 29 symbols are not enough - * to represent all of those. Lengths 3..10 and 258 are in fact represented - * by just a length symbol. Lengths 11..257 are represented as a symbol and - * some number of extra bits that are added as an integer to the base length - * of the length symbol. The number of extra bits is determined by the base - * length symbol. These are in the static arrays below, lens[] for the base - * lengths and lext[] for the corresponding number of extra bits. - * - * - The reason that 258 gets its own symbol is that the longest length is used - * often in highly redundant files. Note that 258 can also be coded as the - * base value 227 plus the maximum extra value of 31. While a good deflate - * should never do this, it is not an error, and should be decoded properly. - * - * - If a length is decoded, including its extra bits if any, then it is - * followed a distance code. There are up to 30 distance symbols. Again - * there are many more possible distances (1..32768), so extra bits are added - * to a base value represented by the symbol. The distances 1..4 get their - * own symbol, but the rest require extra bits. The base distances and - * corresponding number of extra bits are below in the static arrays dist[] - * and dext[]. - * - * - Literal bytes are simply written to the output. A length/distance pair is - * an instruction to copy previously uncompressed bytes to the output. The - * copy is from distance bytes back in the output stream, copying for length - * bytes. - * - * - Distances pointing before the beginning of the output data are not - * permitted. - * - * - Overlapped copies, where the length is greater than the distance, are - * allowed and common. For example, a distance of one and a length of 258 - * simply copies the last byte 258 times. A distance of four and a length of - * twelve copies the last four bytes three times. A simple forward copy - * ignoring whether the length is greater than the distance or not implements - * this correctly. You should not use memcpy() since its behavior is not - * defined for overlapped arrays. You should not use memmove() or bcopy() - * since though their behavior -is- defined for overlapping arrays, it is - * defined to do the wrong thing in this case. - */ -local int codes(struct state *s, - const struct huffman *lencode, - const struct huffman *distcode) -{ - int symbol; /* decoded symbol */ - int len; /* length for copy */ - unsigned dist; /* distance for copy */ - static const short lens[29] = { /* Size base for length codes 257..285 */ - 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, - 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258}; - static const short lext[29] = { /* Extra bits for length codes 257..285 */ - 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, - 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0}; - static const short dists[30] = { /* Offset base for distance codes 0..29 */ - 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, - 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, - 8193, 12289, 16385, 24577}; - static const short dext[30] = { /* Extra bits for distance codes 0..29 */ - 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, - 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, - 12, 12, 13, 13}; - - /* decode literals and length/distance pairs */ - do { - symbol = decode(s, lencode); - if (symbol < 0) - return symbol; /* invalid symbol */ - if (symbol < 256) { /* literal: symbol is the byte */ - /* write out the literal */ - if (s->out != NIL) { - if (s->outcnt == s->outlen) - return 1; - s->out[s->outcnt] = symbol; - } - s->outcnt++; - } - else if (symbol > 256) { /* length */ - /* get and compute length */ - symbol -= 257; - if (symbol >= 29) - return -10; /* invalid fixed code */ - len = lens[symbol] + bits(s, lext[symbol]); - - /* get and check distance */ - symbol = decode(s, distcode); - if (symbol < 0) - return symbol; /* invalid symbol */ - dist = dists[symbol] + bits(s, dext[symbol]); -#ifndef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR - if (dist > s->outcnt) - return -11; /* distance too far back */ -#endif - - /* copy length bytes from distance bytes back */ - if (s->out != NIL) { - if (s->outcnt + len > s->outlen) - return 1; - while (len--) { - s->out[s->outcnt] = -#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR - dist > s->outcnt ? - 0 : -#endif - s->out[s->outcnt - dist]; - s->outcnt++; - } - } - else - s->outcnt += len; - } - } while (symbol != 256); /* end of block symbol */ - - /* done with a valid fixed or dynamic block */ - return 0; -} - -/* - * Process a fixed codes block. - * - * Format notes: - * - * - This block type can be useful for compressing small amounts of data for - * which the size of the code descriptions in a dynamic block exceeds the - * benefit of custom codes for that block. For fixed codes, no bits are - * spent on code descriptions. Instead the code lengths for literal/length - * codes and distance codes are fixed. The specific lengths for each symbol - * can be seen in the "for" loops below. - * - * - The literal/length code is complete, but has two symbols that are invalid - * and should result in an error if received. This cannot be implemented - * simply as an incomplete code since those two symbols are in the "middle" - * of the code. They are eight bits long and the longest literal/length\ - * code is nine bits. Therefore the code must be constructed with those - * symbols, and the invalid symbols must be detected after decoding. - * - * - The fixed distance codes also have two invalid symbols that should result - * in an error if received. Since all of the distance codes are the same - * length, this can be implemented as an incomplete code. Then the invalid - * codes are detected while decoding. - */ -local int fixed(struct state *s) -{ - static int virgin = 1; - static short lencnt[MAXBITS+1], lensym[FIXLCODES]; - static short distcnt[MAXBITS+1], distsym[MAXDCODES]; - static struct huffman lencode, distcode; - - /* build fixed huffman tables if first call (may not be thread safe) */ - if (virgin) { - int symbol; - short lengths[FIXLCODES]; - - /* construct lencode and distcode */ - lencode.count = lencnt; - lencode.symbol = lensym; - distcode.count = distcnt; - distcode.symbol = distsym; - - /* literal/length table */ - for (symbol = 0; symbol < 144; symbol++) - lengths[symbol] = 8; - for (; symbol < 256; symbol++) - lengths[symbol] = 9; - for (; symbol < 280; symbol++) - lengths[symbol] = 7; - for (; symbol < FIXLCODES; symbol++) - lengths[symbol] = 8; - construct(&lencode, lengths, FIXLCODES); - - /* distance table */ - for (symbol = 0; symbol < MAXDCODES; symbol++) - lengths[symbol] = 5; - construct(&distcode, lengths, MAXDCODES); - - /* do this just once */ - virgin = 0; - } - - /* decode data until end-of-block code */ - return codes(s, &lencode, &distcode); -} - -/* - * Process a dynamic codes block. - * - * Format notes: - * - * - A dynamic block starts with a description of the literal/length and - * distance codes for that block. New dynamic blocks allow the compressor to - * rapidly adapt to changing data with new codes optimized for that data. - * - * - The codes used by the deflate format are "canonical", which means that - * the actual bits of the codes are generated in an unambiguous way simply - * from the number of bits in each code. Therefore the code descriptions - * are simply a list of code lengths for each symbol. - * - * - The code lengths are stored in order for the symbols, so lengths are - * provided for each of the literal/length symbols, and for each of the - * distance symbols. - * - * - If a symbol is not used in the block, this is represented by a zero as the - * code length. This does not mean a zero-length code, but rather that no - * code should be created for this symbol. There is no way in the deflate - * format to represent a zero-length code. - * - * - The maximum number of bits in a code is 15, so the possible lengths for - * any code are 1..15. - * - * - The fact that a length of zero is not permitted for a code has an - * interesting consequence. Normally if only one symbol is used for a given - * code, then in fact that code could be represented with zero bits. However - * in deflate, that code has to be at least one bit. So for example, if - * only a single distance base symbol appears in a block, then it will be - * represented by a single code of length one, in particular one 0 bit. This - * is an incomplete code, since if a 1 bit is received, it has no meaning, - * and should result in an error. So incomplete distance codes of one symbol - * should be permitted, and the receipt of invalid codes should be handled. - * - * - It is also possible to have a single literal/length code, but that code - * must be the end-of-block code, since every dynamic block has one. This - * is not the most efficient way to create an empty block (an empty fixed - * block is fewer bits), but it is allowed by the format. So incomplete - * literal/length codes of one symbol should also be permitted. - * - * - If there are only literal codes and no lengths, then there are no distance - * codes. This is represented by one distance code with zero bits. - * - * - The list of up to 286 length/literal lengths and up to 30 distance lengths - * are themselves compressed using Huffman codes and run-length encoding. In - * the list of code lengths, a 0 symbol means no code, a 1..15 symbol means - * that length, and the symbols 16, 17, and 18 are run-length instructions. - * Each of 16, 17, and 18 are followed by extra bits to define the length of - * the run. 16 copies the last length 3 to 6 times. 17 represents 3 to 10 - * zero lengths, and 18 represents 11 to 138 zero lengths. Unused symbols - * are common, hence the special coding for zero lengths. - * - * - The symbols for 0..18 are Huffman coded, and so that code must be - * described first. This is simply a sequence of up to 19 three-bit values - * representing no code (0) or the code length for that symbol (1..7). - * - * - A dynamic block starts with three fixed-size counts from which is computed - * the number of literal/length code lengths, the number of distance code - * lengths, and the number of code length code lengths (ok, you come up with - * a better name!) in the code descriptions. For the literal/length and - * distance codes, lengths after those provided are considered zero, i.e. no - * code. The code length code lengths are received in a permuted order (see - * the order[] array below) to make a short code length code length list more - * likely. As it turns out, very short and very long codes are less likely - * to be seen in a dynamic code description, hence what may appear initially - * to be a peculiar ordering. - * - * - Given the number of literal/length code lengths (nlen) and distance code - * lengths (ndist), then they are treated as one long list of nlen + ndist - * code lengths. Therefore run-length coding can and often does cross the - * boundary between the two sets of lengths. - * - * - So to summarize, the code description at the start of a dynamic block is - * three counts for the number of code lengths for the literal/length codes, - * the distance codes, and the code length codes. This is followed by the - * code length code lengths, three bits each. This is used to construct the - * code length code which is used to read the remainder of the lengths. Then - * the literal/length code lengths and distance lengths are read as a single - * set of lengths using the code length codes. Codes are constructed from - * the resulting two sets of lengths, and then finally you can start - * decoding actual compressed data in the block. - * - * - For reference, a "typical" size for the code description in a dynamic - * block is around 80 bytes. - */ -local int dynamic(struct state *s) -{ - int nlen, ndist, ncode; /* number of lengths in descriptor */ - int index; /* index of lengths[] */ - int err; /* construct() return value */ - short lengths[MAXCODES]; /* descriptor code lengths */ - short lencnt[MAXBITS+1], lensym[MAXLCODES]; /* lencode memory */ - short distcnt[MAXBITS+1], distsym[MAXDCODES]; /* distcode memory */ - struct huffman lencode, distcode; /* length and distance codes */ - static const short order[19] = /* permutation of code length codes */ - {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; - - /* construct lencode and distcode */ - lencode.count = lencnt; - lencode.symbol = lensym; - distcode.count = distcnt; - distcode.symbol = distsym; - - /* get number of lengths in each table, check lengths */ - nlen = bits(s, 5) + 257; - ndist = bits(s, 5) + 1; - ncode = bits(s, 4) + 4; - if (nlen > MAXLCODES || ndist > MAXDCODES) - return -3; /* bad counts */ - - /* read code length code lengths (really), missing lengths are zero */ - for (index = 0; index < ncode; index++) - lengths[order[index]] = bits(s, 3); - for (; index < 19; index++) - lengths[order[index]] = 0; - - /* build huffman table for code lengths codes (use lencode temporarily) */ - err = construct(&lencode, lengths, 19); - if (err != 0) /* require complete code set here */ - return -4; - - /* read length/literal and distance code length tables */ - index = 0; - while (index < nlen + ndist) { - int symbol; /* decoded value */ - int len; /* last length to repeat */ - - symbol = decode(s, &lencode); - if (symbol < 0) - return symbol; /* invalid symbol */ - if (symbol < 16) /* length in 0..15 */ - lengths[index++] = symbol; - else { /* repeat instruction */ - len = 0; /* assume repeating zeros */ - if (symbol == 16) { /* repeat last length 3..6 times */ - if (index == 0) - return -5; /* no last length! */ - len = lengths[index - 1]; /* last length */ - symbol = 3 + bits(s, 2); - } - else if (symbol == 17) /* repeat zero 3..10 times */ - symbol = 3 + bits(s, 3); - else /* == 18, repeat zero 11..138 times */ - symbol = 11 + bits(s, 7); - if (index + symbol > nlen + ndist) - return -6; /* too many lengths! */ - while (symbol--) /* repeat last or zero symbol times */ - lengths[index++] = len; - } - } - - /* check for end-of-block code -- there better be one! */ - if (lengths[256] == 0) - return -9; - - /* build huffman table for literal/length codes */ - err = construct(&lencode, lengths, nlen); - if (err && (err < 0 || nlen != lencode.count[0] + lencode.count[1])) - return -7; /* incomplete code ok only for single length 1 code */ - - /* build huffman table for distance codes */ - err = construct(&distcode, lengths + nlen, ndist); - if (err && (err < 0 || ndist != distcode.count[0] + distcode.count[1])) - return -8; /* incomplete code ok only for single length 1 code */ - - /* decode data until end-of-block code */ - return codes(s, &lencode, &distcode); -} - -/* - * Inflate source to dest. On return, destlen and sourcelen are updated to the - * size of the uncompressed data and the size of the deflate data respectively. - * On success, the return value of puff() is zero. If there is an error in the - * source data, i.e. it is not in the deflate format, then a negative value is - * returned. If there is not enough input available or there is not enough - * output space, then a positive error is returned. In that case, destlen and - * sourcelen are not updated to facilitate retrying from the beginning with the - * provision of more input data or more output space. In the case of invalid - * inflate data (a negative error), the dest and source pointers are updated to - * facilitate the debugging of deflators. - * - * puff() also has a mode to determine the size of the uncompressed output with - * no output written. For this dest must be (unsigned char *)0. In this case, - * the input value of *destlen is ignored, and on return *destlen is set to the - * size of the uncompressed output. - * - * The return codes are: - * - * 2: available inflate data did not terminate - * 1: output space exhausted before completing inflate - * 0: successful inflate - * -1: invalid block type (type == 3) - * -2: stored block length did not match one's complement - * -3: dynamic block code description: too many length or distance codes - * -4: dynamic block code description: code lengths codes incomplete - * -5: dynamic block code description: repeat lengths with no first length - * -6: dynamic block code description: repeat more than specified lengths - * -7: dynamic block code description: invalid literal/length code lengths - * -8: dynamic block code description: invalid distance code lengths - * -9: dynamic block code description: missing end-of-block code - * -10: invalid literal/length or distance code in fixed or dynamic block - * -11: distance is too far back in fixed or dynamic block - * - * Format notes: - * - * - Three bits are read for each block to determine the kind of block and - * whether or not it is the last block. Then the block is decoded and the - * process repeated if it was not the last block. - * - * - The leftover bits in the last byte of the deflate data after the last - * block (if it was a fixed or dynamic block) are undefined and have no - * expected values to check. - */ -int puff(unsigned char *dest, /* pointer to destination pointer */ - unsigned long *destlen, /* amount of output space */ - const unsigned char *source, /* pointer to source data pointer */ - unsigned long *sourcelen) /* amount of input available */ -{ - struct state s; /* input/output state */ - int last, type; /* block information */ - int err; /* return value */ - - /* initialize output state */ - s.out = dest; - s.outlen = *destlen; /* ignored if dest is NIL */ - s.outcnt = 0; - - /* initialize input state */ - s.in = source; - s.inlen = *sourcelen; - s.incnt = 0; - s.bitbuf = 0; - s.bitcnt = 0; - - /* return if bits() or decode() tries to read past available input */ - if (setjmp(s.env) != 0) /* if came back here via longjmp() */ - err = 2; /* then skip do-loop, return error */ - else { - /* process blocks until last block or error */ - do { - last = bits(&s, 1); /* one if last block */ - type = bits(&s, 2); /* block type 0..3 */ - err = type == 0 ? - stored(&s) : - (type == 1 ? - fixed(&s) : - (type == 2 ? - dynamic(&s) : - -1)); /* type == 3, invalid */ - if (err != 0) - break; /* return with error */ - } while (!last); - } - - /* update the lengths and return */ - if (err <= 0) { - *destlen = s.outcnt; - *sourcelen = s.incnt; - } - return err; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.h b/proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.h deleted file mode 100644 index e23a245..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/puff.h +++ /dev/null @@ -1,35 +0,0 @@ -/* puff.h - Copyright (C) 2002-2013 Mark Adler, all rights reserved - version 2.3, 21 Jan 2013 - - This software is provided 'as-is', without any express or implied - warranty. In no event will the author be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Mark Adler madler@alumni.caltech.edu - */ - - -/* - * See puff.c for purpose and usage. - */ -#ifndef NIL -# define NIL ((unsigned char *)0) /* for no output option */ -#endif - -int puff(unsigned char *dest, /* pointer to destination pointer */ - unsigned long *destlen, /* amount of output space */ - const unsigned char *source, /* pointer to source data pointer */ - unsigned long *sourcelen); /* amount of input available */ diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/pufftest.c b/proj-web/thirdparty/zlib-1.3.1/contrib/puff/pufftest.c deleted file mode 100644 index 5f72ecc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/pufftest.c +++ /dev/null @@ -1,165 +0,0 @@ -/* - * pufftest.c - * Copyright (C) 2002-2013 Mark Adler - * For conditions of distribution and use, see copyright notice in puff.h - * version 2.3, 21 Jan 2013 - */ - -/* Example of how to use puff(). - - Usage: puff [-w] [-f] [-nnn] file - ... | puff [-w] [-f] [-nnn] - - where file is the input file with deflate data, nnn is the number of bytes - of input to skip before inflating (e.g. to skip a zlib or gzip header), and - -w is used to write the decompressed data to stdout. -f is for coverage - testing, and causes pufftest to fail with not enough output space (-f does - a write like -w, so -w is not required). */ - -#include -#include -#include "puff.h" - -#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) -# include -# include -# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) -#else -# define SET_BINARY_MODE(file) -#endif - -#define local static - -/* Return size times approximately the cube root of 2, keeping the result as 1, - 3, or 5 times a power of 2 -- the result is always > size, until the result - is the maximum value of an unsigned long, where it remains. This is useful - to keep reallocations less than ~33% over the actual data. */ -local size_t bythirds(size_t size) -{ - int n; - size_t m; - - m = size; - for (n = 0; m; n++) - m >>= 1; - if (n < 3) - return size + 1; - n -= 3; - m = size >> n; - m += m == 6 ? 2 : 1; - m <<= n; - return m > size ? m : (size_t)(-1); -} - -/* Read the input file *name, or stdin if name is NULL, into allocated memory. - Reallocate to larger buffers until the entire file is read in. Return a - pointer to the allocated data, or NULL if there was a memory allocation - failure. *len is the number of bytes of data read from the input file (even - if load() returns NULL). If the input file was empty or could not be opened - or read, *len is zero. */ -local void *load(const char *name, size_t *len) -{ - size_t size; - void *buf, *swap; - FILE *in; - - *len = 0; - buf = malloc(size = 4096); - if (buf == NULL) - return NULL; - in = name == NULL ? stdin : fopen(name, "rb"); - if (in != NULL) { - for (;;) { - *len += fread((char *)buf + *len, 1, size - *len, in); - if (*len < size) break; - size = bythirds(size); - if (size == *len || (swap = realloc(buf, size)) == NULL) { - free(buf); - buf = NULL; - break; - } - buf = swap; - } - fclose(in); - } - return buf; -} - -int main(int argc, char **argv) -{ - int ret, put = 0, fail = 0; - unsigned skip = 0; - char *arg, *name = NULL; - unsigned char *source = NULL, *dest; - size_t len = 0; - unsigned long sourcelen, destlen; - - /* process arguments */ - while (arg = *++argv, --argc) - if (arg[0] == '-') { - if (arg[1] == 'w' && arg[2] == 0) - put = 1; - else if (arg[1] == 'f' && arg[2] == 0) - fail = 1, put = 1; - else if (arg[1] >= '0' && arg[1] <= '9') - skip = (unsigned)atoi(arg + 1); - else { - fprintf(stderr, "invalid option %s\n", arg); - return 3; - } - } - else if (name != NULL) { - fprintf(stderr, "only one file name allowed\n"); - return 3; - } - else - name = arg; - source = load(name, &len); - if (source == NULL) { - fprintf(stderr, "memory allocation failure\n"); - return 4; - } - if (len == 0) { - fprintf(stderr, "could not read %s, or it was empty\n", - name == NULL ? "" : name); - free(source); - return 3; - } - if (skip >= len) { - fprintf(stderr, "skip request of %d leaves no input\n", skip); - free(source); - return 3; - } - - /* test inflate data with offset skip */ - len -= skip; - sourcelen = (unsigned long)len; - ret = puff(NIL, &destlen, source + skip, &sourcelen); - if (ret) - fprintf(stderr, "puff() failed with return code %d\n", ret); - else { - fprintf(stderr, "puff() succeeded uncompressing %lu bytes\n", destlen); - if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n", - len - sourcelen); - } - - /* if requested, inflate again and write decompressed data to stdout */ - if (put && ret == 0) { - if (fail) - destlen >>= 1; - dest = malloc(destlen); - if (dest == NULL) { - fprintf(stderr, "memory allocation failure\n"); - free(source); - return 4; - } - puff(dest, &destlen, source + skip, &sourcelen); - SET_BINARY_MODE(stdout); - fwrite(dest, 1, destlen, stdout); - free(dest); - } - - /* clean up */ - free(source); - return ret; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/puff/zeros.raw b/proj-web/thirdparty/zlib-1.3.1/contrib/puff/zeros.raw deleted file mode 100644 index 0a90e76b300205a44a0ecbf613e64aaaef2e51e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2517 zcmYdFkYHV$AkxzmXu#!mP=i#?5{3o^3jqcYc(h*%Opg+yAut*OqaiT#LSPd+y9&tF zP5<`ixi4UXdB8xJfs^6ee;AkH?VUytyFsD;HLIJ(gg5bUnNh}Q2#kinXb22!2pr%5 E0JRq+;s5{u diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.c b/proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.c deleted file mode 100644 index c4b0148..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.c +++ /dev/null @@ -1,275 +0,0 @@ -#include -#include -#include - -#include "zlib.h" - - -void MyDoMinus64(LARGE_INTEGER *R,LARGE_INTEGER A,LARGE_INTEGER B) -{ - R->HighPart = A.HighPart - B.HighPart; - if (A.LowPart >= B.LowPart) - R->LowPart = A.LowPart - B.LowPart; - else - { - R->LowPart = A.LowPart - B.LowPart; - R->HighPart --; - } -} - -#ifdef _M_X64 -// see http://msdn2.microsoft.com/library/twchhe95(en-us,vs.80).aspx for __rdtsc -unsigned __int64 __rdtsc(void); -void BeginCountRdtsc(LARGE_INTEGER * pbeginTime64) -{ - // printf("rdtsc = %I64x\n",__rdtsc()); - pbeginTime64->QuadPart=__rdtsc(); -} - -LARGE_INTEGER GetResRdtsc(LARGE_INTEGER beginTime64,BOOL fComputeTimeQueryPerf) -{ - LARGE_INTEGER LIres; - unsigned _int64 res=__rdtsc()-((unsigned _int64)(beginTime64.QuadPart)); - LIres.QuadPart=res; - // printf("rdtsc = %I64x\n",__rdtsc()); - return LIres; -} -#else -#ifdef _M_IX86 -void myGetRDTSC32(LARGE_INTEGER * pbeginTime64) -{ - DWORD dwEdx,dwEax; - _asm - { - rdtsc - mov dwEax,eax - mov dwEdx,edx - } - pbeginTime64->LowPart=dwEax; - pbeginTime64->HighPart=dwEdx; -} - -void BeginCountRdtsc(LARGE_INTEGER * pbeginTime64) -{ - myGetRDTSC32(pbeginTime64); -} - -LARGE_INTEGER GetResRdtsc(LARGE_INTEGER beginTime64,BOOL fComputeTimeQueryPerf) -{ - LARGE_INTEGER LIres,endTime64; - myGetRDTSC32(&endTime64); - - LIres.LowPart=LIres.HighPart=0; - MyDoMinus64(&LIres,endTime64,beginTime64); - return LIres; -} -#else -void myGetRDTSC32(LARGE_INTEGER * pbeginTime64) -{ -} - -void BeginCountRdtsc(LARGE_INTEGER * pbeginTime64) -{ -} - -LARGE_INTEGER GetResRdtsc(LARGE_INTEGER beginTime64,BOOL fComputeTimeQueryPerf) -{ - LARGE_INTEGER lr; - lr.QuadPart=0; - return lr; -} -#endif -#endif - -void BeginCountPerfCounter(LARGE_INTEGER * pbeginTime64,BOOL fComputeTimeQueryPerf) -{ - if ((!fComputeTimeQueryPerf) || (!QueryPerformanceCounter(pbeginTime64))) - { - pbeginTime64->LowPart = GetTickCount(); - pbeginTime64->HighPart = 0; - } -} - -DWORD GetMsecSincePerfCounter(LARGE_INTEGER beginTime64,BOOL fComputeTimeQueryPerf) -{ - LARGE_INTEGER endTime64,ticksPerSecond,ticks; - DWORDLONG ticksShifted,tickSecShifted; - DWORD dwLog=16+0; - DWORD dwRet; - if ((!fComputeTimeQueryPerf) || (!QueryPerformanceCounter(&endTime64))) - dwRet = (GetTickCount() - beginTime64.LowPart)*1; - else - { - MyDoMinus64(&ticks,endTime64,beginTime64); - QueryPerformanceFrequency(&ticksPerSecond); - - - { - ticksShifted = Int64ShrlMod32(*(DWORDLONG*)&ticks,dwLog); - tickSecShifted = Int64ShrlMod32(*(DWORDLONG*)&ticksPerSecond,dwLog); - - } - - dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted)); - dwRet *=1; - } - return dwRet; -} - -int ReadFileMemory(const char* filename,long* plFileSize,unsigned char** pFilePtr) -{ - FILE* stream; - unsigned char* ptr; - int retVal=1; - stream=fopen(filename, "rb"); - if (stream==NULL) - return 0; - - fseek(stream,0,SEEK_END); - - *plFileSize=ftell(stream); - fseek(stream,0,SEEK_SET); - ptr=malloc((*plFileSize)+1); - if (ptr==NULL) - retVal=0; - else - { - if (fread(ptr, 1, *plFileSize,stream) != (*plFileSize)) - retVal=0; - } - fclose(stream); - *pFilePtr=ptr; - return retVal; -} - -int main(int argc, char *argv[]) -{ - int BlockSizeCompress=0x8000; - int BlockSizeUncompress=0x8000; - int cprLevel=Z_DEFAULT_COMPRESSION ; - long lFileSize; - unsigned char* FilePtr; - long lBufferSizeCpr; - long lBufferSizeUncpr; - long lCompressedSize=0; - unsigned char* CprPtr; - unsigned char* UncprPtr; - long lSizeCpr,lSizeUncpr; - DWORD dwGetTick,dwMsecQP; - LARGE_INTEGER li_qp,li_rdtsc,dwResRdtsc; - - if (argc<=1) - { - printf("run TestZlib [BlockSizeCompress] [BlockSizeUncompress] [compres. level]\n"); - return 0; - } - - if (ReadFileMemory(argv[1],&lFileSize,&FilePtr)==0) - { - printf("error reading %s\n",argv[1]); - return 1; - } - else printf("file %s read, %ld bytes\n",argv[1],lFileSize); - - if (argc>=3) - BlockSizeCompress=atol(argv[2]); - - if (argc>=4) - BlockSizeUncompress=atol(argv[3]); - - if (argc>=5) - cprLevel=(int)atol(argv[4]); - - lBufferSizeCpr = lFileSize + (lFileSize/0x10) + 0x200; - lBufferSizeUncpr = lBufferSizeCpr; - - CprPtr=(unsigned char*)malloc(lBufferSizeCpr + BlockSizeCompress); - - BeginCountPerfCounter(&li_qp,TRUE); - dwGetTick=GetTickCount(); - BeginCountRdtsc(&li_rdtsc); - { - z_stream zcpr; - int ret=Z_OK; - long lOrigToDo = lFileSize; - long lOrigDone = 0; - int step=0; - memset(&zcpr,0,sizeof(z_stream)); - deflateInit(&zcpr,cprLevel); - - zcpr.next_in = FilePtr; - zcpr.next_out = CprPtr; - - - do - { - long all_read_before = zcpr.total_in; - zcpr.avail_in = min(lOrigToDo,BlockSizeCompress); - zcpr.avail_out = BlockSizeCompress; - ret=deflate(&zcpr,(zcpr.avail_in==lOrigToDo) ? Z_FINISH : Z_SYNC_FLUSH); - lOrigDone += (zcpr.total_in-all_read_before); - lOrigToDo -= (zcpr.total_in-all_read_before); - step++; - } while (ret==Z_OK); - - lSizeCpr=zcpr.total_out; - deflateEnd(&zcpr); - dwGetTick=GetTickCount()-dwGetTick; - dwMsecQP=GetMsecSincePerfCounter(li_qp,TRUE); - dwResRdtsc=GetResRdtsc(li_rdtsc,TRUE); - printf("total compress size = %u, in %u step\n",lSizeCpr,step); - printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.); - printf("defcpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.); - printf("defcpr result rdtsc = %I64x\n\n",dwResRdtsc.QuadPart); - } - - CprPtr=(unsigned char*)realloc(CprPtr,lSizeCpr); - UncprPtr=(unsigned char*)malloc(lBufferSizeUncpr + BlockSizeUncompress); - - BeginCountPerfCounter(&li_qp,TRUE); - dwGetTick=GetTickCount(); - BeginCountRdtsc(&li_rdtsc); - { - z_stream zcpr; - int ret=Z_OK; - long lOrigToDo = lSizeCpr; - long lOrigDone = 0; - int step=0; - memset(&zcpr,0,sizeof(z_stream)); - inflateInit(&zcpr); - - zcpr.next_in = CprPtr; - zcpr.next_out = UncprPtr; - - - do - { - long all_read_before = zcpr.total_in; - zcpr.avail_in = min(lOrigToDo,BlockSizeUncompress); - zcpr.avail_out = BlockSizeUncompress; - ret=inflate(&zcpr,Z_SYNC_FLUSH); - lOrigDone += (zcpr.total_in-all_read_before); - lOrigToDo -= (zcpr.total_in-all_read_before); - step++; - } while (ret==Z_OK); - - lSizeUncpr=zcpr.total_out; - inflateEnd(&zcpr); - dwGetTick=GetTickCount()-dwGetTick; - dwMsecQP=GetMsecSincePerfCounter(li_qp,TRUE); - dwResRdtsc=GetResRdtsc(li_rdtsc,TRUE); - printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step); - printf("time = %u msec = %f sec\n",dwGetTick,dwGetTick/(double)1000.); - printf("uncpr time QP = %u msec = %f sec\n",dwMsecQP,dwMsecQP/(double)1000.); - printf("uncpr result rdtsc = %I64x\n\n",dwResRdtsc.QuadPart); - } - - if (lSizeUncpr==lFileSize) - { - if (memcmp(FilePtr,UncprPtr,lFileSize)==0) - printf("compare ok\n"); - - } - - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.txt deleted file mode 100644 index e508bb2..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/testzlib/testzlib.txt +++ /dev/null @@ -1,10 +0,0 @@ -To build testzLib with Visual Studio 2005: - -copy to a directory file from : -- root of zLib tree -- contrib/testzlib -- contrib/masmx86 -- contrib/masmx64 -- contrib/vstudio/vc7 - -and open testzlib8.sln \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile b/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile deleted file mode 100644 index b54266f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -CC=cc -CFLAGS=-g - -untgz: untgz.o ../../libz.a - $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz - -untgz.o: untgz.c ../../zlib.h - $(CC) $(CFLAGS) -c -I../.. untgz.c - -../../libz.a: - cd ../..; ./configure; make - -clean: - rm -f untgz untgz.o *~ diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile.msc b/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile.msc deleted file mode 100644 index 77b8602..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/Makefile.msc +++ /dev/null @@ -1,17 +0,0 @@ -CC=cl -CFLAGS=-MD - -untgz.exe: untgz.obj ..\..\zlib.lib - $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib - -untgz.obj: untgz.c ..\..\zlib.h - $(CC) $(CFLAGS) -c -I..\.. untgz.c - -..\..\zlib.lib: - cd ..\.. - $(MAKE) -f win32\makefile.msc - cd contrib\untgz - -clean: - -del untgz.obj - -del untgz.exe diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/untgz.c b/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/untgz.c deleted file mode 100644 index 7857921..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/untgz/untgz.c +++ /dev/null @@ -1,667 +0,0 @@ -/* - * untgz.c -- Display contents and extract files from a gzip'd TAR file - * - * written by Pedro A. Aranda Gutierrez - * adaptation to Unix by Jean-loup Gailly - * various fixes by Cosmin Truta - * - * This software is provided 'as-is', without any express or implied - * warranty. In no event will the authors be held liable for any damages - * arising from the use of this software. - * - * Permission is granted to anyone to use this software for any purpose, - * including commercial applications, and to alter it and redistribute it - * freely, subject to the following restrictions: - * - * 1. The origin of this software must not be misrepresented; you must not - * claim that you wrote the original software. If you use this software - * in a product, an acknowledgment in the product documentation would be - * appreciated but is not required. - * 2. Altered source versions must be plainly marked as such, and must not be - * misrepresented as being the original software. - * 3. This notice may not be removed or altered from any source distribution. - */ - -#include -#include -#include -#include -#include - -#include "zlib.h" - -#ifdef _WIN32 -# include -# include -# include -# ifndef F_OK -# define F_OK 0 -# endif -# define mkdir(dirname,mode) _mkdir(dirname) -# ifdef _MSC_VER -# define access(path,mode) _access(path,mode) -# define chmod(path,mode) _chmod(path,mode) -# define strdup(str) _strdup(str) -# endif -#else -# include -# include -# include -#endif - - -/* values used in typeflag field */ - -#define REGTYPE '0' /* regular file */ -#define AREGTYPE '\0' /* regular file */ -#define LNKTYPE '1' /* link */ -#define SYMTYPE '2' /* reserved */ -#define CHRTYPE '3' /* character special */ -#define BLKTYPE '4' /* block special */ -#define DIRTYPE '5' /* directory */ -#define FIFOTYPE '6' /* FIFO special */ -#define CONTTYPE '7' /* reserved */ - -/* GNU tar extensions */ - -#define GNUTYPE_DUMPDIR 'D' /* file names from dumped directory */ -#define GNUTYPE_LONGLINK 'K' /* long link name */ -#define GNUTYPE_LONGNAME 'L' /* long file name */ -#define GNUTYPE_MULTIVOL 'M' /* continuation of file from another volume */ -#define GNUTYPE_NAMES 'N' /* file name that does not fit into main hdr */ -#define GNUTYPE_SPARSE 'S' /* sparse file */ -#define GNUTYPE_VOLHDR 'V' /* tape/volume header */ - - -/* tar header */ - -#define BLOCKSIZE 512 -#define SHORTNAMESIZE 100 - -struct tar_header -{ /* byte offset */ - char name[100]; /* 0 */ - char mode[8]; /* 100 */ - char uid[8]; /* 108 */ - char gid[8]; /* 116 */ - char size[12]; /* 124 */ - char mtime[12]; /* 136 */ - char chksum[8]; /* 148 */ - char typeflag; /* 156 */ - char linkname[100]; /* 157 */ - char magic[6]; /* 257 */ - char version[2]; /* 263 */ - char uname[32]; /* 265 */ - char gname[32]; /* 297 */ - char devmajor[8]; /* 329 */ - char devminor[8]; /* 337 */ - char prefix[155]; /* 345 */ - /* 500 */ -}; - -union tar_buffer -{ - char buffer[BLOCKSIZE]; - struct tar_header header; -}; - -struct attr_item -{ - struct attr_item *next; - char *fname; - int mode; - time_t time; -}; - -enum { TGZ_EXTRACT, TGZ_LIST, TGZ_INVALID }; - -char *prog; - -void error(const char *msg) -{ - fprintf(stderr, "%s: %s\n", prog, msg); - exit(1); -} - -const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL }; - -/* return the file name of the TGZ archive */ -/* or NULL if it does not exist */ - -char *TGZfname (const char *arcname) -{ - static char buffer[1024]; - int origlen,i; - - strcpy(buffer,arcname); - origlen = strlen(buffer); - - for (i=0; TGZsuffix[i]; i++) - { - strcpy(buffer+origlen,TGZsuffix[i]); - if (access(buffer,F_OK) == 0) - return buffer; - } - return NULL; -} - - -/* error message for the filename */ - -void TGZnotfound (const char *arcname) -{ - int i; - - fprintf(stderr,"%s: Couldn't find ",prog); - for (i=0;TGZsuffix[i];i++) - fprintf(stderr,(TGZsuffix[i+1]) ? "%s%s, " : "or %s%s\n", - arcname, - TGZsuffix[i]); - exit(1); -} - - -/* convert octal digits to int */ -/* on error return -1 */ - -int getoct (char *p,int width) -{ - int result = 0; - char c; - - while (width--) - { - c = *p++; - if (c == 0) - break; - if (c == ' ') - continue; - if (c < '0' || c > '7') - return -1; - result = result * 8 + (c - '0'); - } - return result; -} - - -/* convert time_t to string */ -/* use the "YYYY/MM/DD hh:mm:ss" format */ - -char *strtime (time_t *t) -{ - struct tm *local; - static char result[32]; - - local = localtime(t); - sprintf(result,"%4d/%02d/%02d %02d:%02d:%02d", - local->tm_year+1900, local->tm_mon+1, local->tm_mday, - local->tm_hour, local->tm_min, local->tm_sec); - return result; -} - - -/* set file time */ - -int setfiletime (char *fname,time_t ftime) -{ -#ifdef _WIN32 - static int isWinNT = -1; - SYSTEMTIME st; - FILETIME locft, modft; - struct tm *loctm; - HANDLE hFile; - int result; - - loctm = localtime(&ftime); - if (loctm == NULL) - return -1; - - st.wYear = (WORD)loctm->tm_year + 1900; - st.wMonth = (WORD)loctm->tm_mon + 1; - st.wDayOfWeek = (WORD)loctm->tm_wday; - st.wDay = (WORD)loctm->tm_mday; - st.wHour = (WORD)loctm->tm_hour; - st.wMinute = (WORD)loctm->tm_min; - st.wSecond = (WORD)loctm->tm_sec; - st.wMilliseconds = 0; - if (!SystemTimeToFileTime(&st, &locft) || - !LocalFileTimeToFileTime(&locft, &modft)) - return -1; - - if (isWinNT < 0) - isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; - hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING, - (isWinNT ? FILE_FLAG_BACKUP_SEMANTICS : 0), - NULL); - if (hFile == INVALID_HANDLE_VALUE) - return -1; - result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1; - CloseHandle(hFile); - return result; -#else - struct utimbuf settime; - - settime.actime = settime.modtime = ftime; - return utime(fname,&settime); -#endif -} - - -/* push file attributes */ - -void push_attr(struct attr_item **list,char *fname,int mode,time_t time) -{ - struct attr_item *item; - - item = (struct attr_item *)malloc(sizeof(struct attr_item)); - if (item == NULL) - error("Out of memory"); - item->fname = strdup(fname); - item->mode = mode; - item->time = time; - item->next = *list; - *list = item; -} - - -/* restore file attributes */ - -void restore_attr(struct attr_item **list) -{ - struct attr_item *item, *prev; - - for (item = *list; item != NULL; ) - { - setfiletime(item->fname,item->time); - chmod(item->fname,item->mode); - prev = item; - item = item->next; - free(prev); - } - *list = NULL; -} - - -/* match regular expression */ - -#define ISSPECIAL(c) (((c) == '*') || ((c) == '/')) - -int ExprMatch (char *string,char *expr) -{ - while (1) - { - if (ISSPECIAL(*expr)) - { - if (*expr == '/') - { - if (*string != '\\' && *string != '/') - return 0; - string ++; expr++; - } - else if (*expr == '*') - { - if (*expr ++ == 0) - return 1; - while (*++string != *expr) - if (*string == 0) - return 0; - } - } - else - { - if (*string != *expr) - return 0; - if (*expr++ == 0) - return 1; - string++; - } - } -} - - -/* recursive mkdir */ -/* abort on ENOENT; ignore other errors like "directory already exists" */ -/* return 1 if OK */ -/* 0 on error */ - -int makedir (char *newdir) -{ - char *buffer = strdup(newdir); - char *p; - int len = strlen(buffer); - - if (len <= 0) { - free(buffer); - return 0; - } - if (buffer[len-1] == '/') { - buffer[len-1] = '\0'; - } - if (mkdir(buffer, 0755) == 0) - { - free(buffer); - return 1; - } - - p = buffer+1; - while (1) - { - char hold; - - while(*p && *p != '\\' && *p != '/') - p++; - hold = *p; - *p = 0; - if ((mkdir(buffer, 0755) == -1) && (errno == ENOENT)) - { - fprintf(stderr,"%s: Couldn't create directory %s\n",prog,buffer); - free(buffer); - return 0; - } - if (hold == 0) - break; - *p++ = hold; - } - free(buffer); - return 1; -} - - -int matchname (int arg,int argc,char **argv,char *fname) -{ - if (arg == argc) /* no arguments given (untgz tgzarchive) */ - return 1; - - while (arg < argc) - if (ExprMatch(fname,argv[arg++])) - return 1; - - return 0; /* ignore this for the moment being */ -} - - -/* tar file list or extract */ - -int tar (gzFile in,int action,int arg,int argc,char **argv) -{ - union tar_buffer buffer; - int len; - int err; - int getheader = 1; - int remaining = 0; - FILE *outfile = NULL; - char fname[BLOCKSIZE]; - int tarmode; - time_t tartime; - struct attr_item *attributes = NULL; - - if (action == TGZ_LIST) - printf(" date time size file\n" - " ---------- -------- --------- -------------------------------------\n"); - while (1) - { - len = gzread(in, &buffer, BLOCKSIZE); - if (len < 0) - error(gzerror(in, &err)); - /* - * Always expect complete blocks to process - * the tar information. - */ - if (len != BLOCKSIZE) - { - action = TGZ_INVALID; /* force error exit */ - remaining = 0; /* force I/O cleanup */ - } - - /* - * If we have to get a tar header - */ - if (getheader >= 1) - { - /* - * if we met the end of the tar - * or the end-of-tar block, - * we are done - */ - if (len == 0 || buffer.header.name[0] == 0) - break; - - tarmode = getoct(buffer.header.mode,8); - tartime = (time_t)getoct(buffer.header.mtime,12); - if (tarmode == -1 || tartime == (time_t)-1) - { - buffer.header.name[0] = 0; - action = TGZ_INVALID; - } - - if (getheader == 1) - { - strncpy(fname,buffer.header.name,SHORTNAMESIZE); - if (fname[SHORTNAMESIZE-1] != 0) - fname[SHORTNAMESIZE] = 0; - } - else - { - /* - * The file name is longer than SHORTNAMESIZE - */ - if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0) - error("bad long name"); - getheader = 1; - } - - /* - * Act according to the type flag - */ - switch (buffer.header.typeflag) - { - case DIRTYPE: - if (action == TGZ_LIST) - printf(" %s %s\n",strtime(&tartime),fname); - if (action == TGZ_EXTRACT) - { - makedir(fname); - push_attr(&attributes,fname,tarmode,tartime); - } - break; - case REGTYPE: - case AREGTYPE: - remaining = getoct(buffer.header.size,12); - if (remaining == -1) - { - action = TGZ_INVALID; - break; - } - if (action == TGZ_LIST) - printf(" %s %9d %s\n",strtime(&tartime),remaining,fname); - else if (action == TGZ_EXTRACT) - { - if (matchname(arg,argc,argv,fname)) - { - outfile = fopen(fname,"wb"); - if (outfile == NULL) { - /* try creating directory */ - char *p = strrchr(fname, '/'); - if (p != NULL) { - *p = '\0'; - makedir(fname); - *p = '/'; - outfile = fopen(fname,"wb"); - } - } - if (outfile != NULL) - printf("Extracting %s\n",fname); - else - fprintf(stderr, "%s: Couldn't create %s",prog,fname); - } - else - outfile = NULL; - } - getheader = 0; - break; - case GNUTYPE_LONGLINK: - case GNUTYPE_LONGNAME: - remaining = getoct(buffer.header.size,12); - if (remaining < 0 || remaining >= BLOCKSIZE) - { - action = TGZ_INVALID; - break; - } - len = gzread(in, fname, BLOCKSIZE); - if (len < 0) - error(gzerror(in, &err)); - if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining) - { - action = TGZ_INVALID; - break; - } - getheader = 2; - break; - default: - if (action == TGZ_LIST) - printf(" %s <---> %s\n",strtime(&tartime),fname); - break; - } - } - else - { - unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE : remaining; - - if (outfile != NULL) - { - if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes) - { - fprintf(stderr, - "%s: Error writing %s -- skipping\n",prog,fname); - fclose(outfile); - outfile = NULL; - remove(fname); - } - } - remaining -= bytes; - } - - if (remaining == 0) - { - getheader = 1; - if (outfile != NULL) - { - fclose(outfile); - outfile = NULL; - if (action != TGZ_INVALID) - push_attr(&attributes,fname,tarmode,tartime); - } - } - - /* - * Abandon if errors are found - */ - if (action == TGZ_INVALID) - { - error("broken archive"); - break; - } - } - - /* - * Restore file modes and time stamps - */ - restore_attr(&attributes); - - if (gzclose(in) != Z_OK) - error("failed gzclose"); - - return 0; -} - - -/* ============================================================ */ - -void help(int exitval) -{ - printf("untgz version 0.2.1\n" - " using zlib version %s\n\n", - zlibVersion()); - printf("Usage: untgz file.tgz extract all files\n" - " untgz file.tgz fname ... extract selected files\n" - " untgz -l file.tgz list archive contents\n" - " untgz -h display this help\n"); - exit(exitval); -} - - -/* ============================================================ */ - -#if defined(WIN32) && defined(__GNUC__) -int _CRT_glob = 0; /* disable argument globbing in MinGW */ -#endif - -int main(int argc,char **argv) -{ - int action = TGZ_EXTRACT; - int arg = 1; - char *TGZfile; - gzFile f; - - prog = strrchr(argv[0],'\\'); - if (prog == NULL) - { - prog = strrchr(argv[0],'/'); - if (prog == NULL) - { - prog = strrchr(argv[0],':'); - if (prog == NULL) - prog = argv[0]; - else - prog++; - } - else - prog++; - } - else - prog++; - - if (argc == 1) - help(0); - - if (strcmp(argv[arg],"-l") == 0) - { - action = TGZ_LIST; - if (argc == ++arg) - help(0); - } - else if (strcmp(argv[arg],"-h") == 0) - { - help(0); - } - - if ((TGZfile = TGZfname(argv[arg])) == NULL) - TGZnotfound(argv[arg]); - - ++arg; - if ((action == TGZ_LIST) && (arg != argc)) - help(1); - -/* - * Process the TGZ file - */ - switch(action) - { - case TGZ_LIST: - case TGZ_EXTRACT: - f = gzopen(TGZfile,"rb"); - if (f == NULL) - { - fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile); - return 1; - } - exit(tar(f, action, arg, argc, argv)); - break; - - default: - error("Unknown option"); - exit(1); - } - - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/readme.txt b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/readme.txt deleted file mode 100644 index 061bbc0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/readme.txt +++ /dev/null @@ -1,81 +0,0 @@ -Building instructions for the DLL versions of Zlib 1.3.1 -======================================================== - -This directory contains projects that build zlib and minizip using -Microsoft Visual C++ 9.0/10.0. - -You don't need to build these projects yourself. You can download the -binaries from: - http://www.winimage.com/zLibDll - -More information can be found at this site. - - - - - -Build instructions for Visual Studio 2008 (32 bits or 64 bits) --------------------------------------------------------------- -- Decompress current zlib, including all contrib/* files -- Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008 -- Or run: vcbuild /rebuild contrib\vstudio\vc9\zlibvc.sln "Release|Win32" - -Build instructions for Visual Studio 2010 (32 bits or 64 bits) --------------------------------------------------------------- -- Decompress current zlib, including all contrib/* files -- Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010 - -Build instructions for Visual Studio 2012 (32 bits or 64 bits) --------------------------------------------------------------- -- Decompress current zlib, including all contrib/* files -- Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012 - -Build instructions for Visual Studio 2013 (32 bits or 64 bits) --------------------------------------------------------------- -- Decompress current zlib, including all contrib/* files -- Open contrib\vstudio\vc12\zlibvc.sln with Microsoft Visual C++ 2013 - -Build instructions for Visual Studio 2015 (32 bits or 64 bits) --------------------------------------------------------------- -- Decompress current zlib, including all contrib/* files -- Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015 - -Build instructions for Visual Studio 2022 (64 bits) --------------------------------------------------------------- -- Decompress current zlib, including all contrib/* files -- Open contrib\vstudio\vc143\zlibvc.sln with Microsoft Visual C++ 2022 - - - -Important ---------- -- To use zlibwapi.dll in your application, you must define the - macro ZLIB_WINAPI when compiling your application's source files. - - -Additional notes ----------------- -- This DLL, named zlibwapi.dll, is compatible to the old zlib.dll built - by Gilles Vollant from the zlib 1.1.x sources, and distributed at - http://www.winimage.com/zLibDll - It uses the WINAPI calling convention for the exported functions, and - includes the minizip functionality. If your application needs that - particular build of zlib.dll, you can rename zlibwapi.dll to zlib.dll. - -- The new DLL was renamed because there exist several incompatible - versions of zlib.dll on the Internet. - -- There is also an official DLL build of zlib, named zlib1.dll. This one - is exporting the functions using the CDECL convention. See the file - win32\DLL_FAQ.txt found in this zlib distribution. - -- There used to be a ZLIB_DLL macro in zlib 1.1.x, but now this symbol - has a slightly different effect. To avoid compatibility problems, do - not define it here. - - -Gilles Vollant -info@winimage.com - -Visual Studio 2013, 2015, and 2022 Projects from Sean Hunt -seandhunt_7@yahoo.com diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj deleted file mode 100644 index 1b36242..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj +++ /dev/null @@ -1,310 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694382A} - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - true - false - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - false - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - true - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - true - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - false - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebug - false - - - $(IntDir) - Level3 - EditAndContinue - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj.filters b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj.filters deleted file mode 100644 index 0164e7d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/miniunz.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {048af943-022b-4db6-beeb-a54c34774ee2} - cpp;c;cxx;def;odl;idl;hpj;bat - - - {c1d600d2-888f-4aea-b73e-8b0dd9befa0c} - h;hpp;hxx;hm;inl;inc - - - {0844199a-966b-4f19-81db-1e0125e141b9} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj deleted file mode 100644 index ccd3651..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj +++ /dev/null @@ -1,307 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - true - false - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - false - x64\$(Configuration)\ - x64\$(Configuration)\ - true - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - true - false - x64\$(Configuration)\ - x64\$(Configuration)\ - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebug - false - - - $(IntDir) - Level3 - EditAndContinue - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj.filters b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj.filters deleted file mode 100644 index 2badd4b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/minizip.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {c0419b40-bf50-40da-b153-ff74215b79de} - cpp;c;cxx;def;odl;idl;hpj;bat - - - {bb87b070-735b-478e-92ce-7383abb2f36c} - h;hpp;hxx;hm;inl;inc - - - {f46ab6a6-548f-43cb-ae96-681abb5bd5db} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj deleted file mode 100644 index 9dae277..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj +++ /dev/null @@ -1,412 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} - testzlib - Win32Proj - - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - true - - - Application - true - - - Application - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - true - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - true - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebug - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - EditAndContinue - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj.filters b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj.filters deleted file mode 100644 index 177ea79..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlib.vcxproj.filters +++ /dev/null @@ -1,55 +0,0 @@ - - - - - {c1f6a2e3-5da5-4955-8653-310d3efe05a9} - cpp;c;cxx;def;odl;idl;hpj;bat - - - {c2aaffdc-2c95-4d6f-8466-4bec5890af2c} - h;hpp;hxx;hm;inl;inc - - - {c274fe07-05f2-461c-964b-f6341e4e7eb5} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj deleted file mode 100644 index 8e38876..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj +++ /dev/null @@ -1,310 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694366A} - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - true - false - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - false - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - true - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - true - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - false - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebug - false - - - $(IntDir) - Level3 - EditAndContinue - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj.filters b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj.filters deleted file mode 100644 index ac35c59..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/testzlibdll.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {fa61a89f-93fc-4c89-b29e-36224b7592f4} - cpp;c;cxx;def;odl;idl;hpj;bat - - - {d4b85da0-2ba2-4934-b57f-e2584e3848ee} - h;hpp;hxx;hm;inl;inc - - - {e573e075-00bd-4a7d-bd67-a8cc9bfc5aca} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlib.rc b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlib.rc deleted file mode 100644 index a55f341..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlib.rc +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#define IDR_VERSION1 1 -IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE - FILEVERSION 1, 3, 1, 0 - PRODUCTVERSION 1, 3, 1, 0 - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK - FILEFLAGS 0 - FILEOS VOS_DOS_WINDOWS32 - FILETYPE VFT_DLL - FILESUBTYPE 0 // not used -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - //language ID = U.S. English, char set = Windows, Multilingual - - BEGIN - VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" - VALUE "FileVersion", "1.3.1\0" - VALUE "InternalName", "zlib\0" - VALUE "OriginalFilename", "zlibwapi.dll\0" - VALUE "ProductName", "ZLib.DLL\0" - VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" - VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 1252 - END -END diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj deleted file mode 100644 index c661517..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj +++ /dev/null @@ -1,449 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} - - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - - - MultiThreadedDebug - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj.filters b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj.filters deleted file mode 100644 index d3762dc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibstat.vcxproj.filters +++ /dev/null @@ -1,74 +0,0 @@ - - - - - {174213f6-7f66-4ae8-a3a8-a1e0a1e6ffdd} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - - - Source Files - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.def b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.def deleted file mode 100644 index 53947cc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.def +++ /dev/null @@ -1,158 +0,0 @@ -LIBRARY -; zlib data compression and ZIP file I/O library - -VERSION 1.3.1 - -EXPORTS - adler32 @1 - compress @2 - crc32 @3 - deflate @4 - deflateCopy @5 - deflateEnd @6 - deflateInit2_ @7 - deflateInit_ @8 - deflateParams @9 - deflateReset @10 - deflateSetDictionary @11 - gzclose @12 - gzdopen @13 - gzerror @14 - gzflush @15 - gzopen @16 - gzread @17 - gzwrite @18 - inflate @19 - inflateEnd @20 - inflateInit2_ @21 - inflateInit_ @22 - inflateReset @23 - inflateSetDictionary @24 - inflateSync @25 - uncompress @26 - zlibVersion @27 - gzprintf @28 - gzputc @29 - gzgetc @30 - gzseek @31 - gzrewind @32 - gztell @33 - gzeof @34 - gzsetparams @35 - zError @36 - inflateSyncPoint @37 - get_crc_table @38 - compress2 @39 - gzputs @40 - gzgets @41 - inflateCopy @42 - inflateBackInit_ @43 - inflateBack @44 - inflateBackEnd @45 - compressBound @46 - deflateBound @47 - gzclearerr @48 - gzungetc @49 - zlibCompileFlags @50 - deflatePrime @51 - deflatePending @52 - - unzOpen @61 - unzClose @62 - unzGetGlobalInfo @63 - unzGetCurrentFileInfo @64 - unzGoToFirstFile @65 - unzGoToNextFile @66 - unzOpenCurrentFile @67 - unzReadCurrentFile @68 - unzOpenCurrentFile3 @69 - unztell @70 - unzeof @71 - unzCloseCurrentFile @72 - unzGetGlobalComment @73 - unzStringFileNameCompare @74 - unzLocateFile @75 - unzGetLocalExtrafield @76 - unzOpen2 @77 - unzOpenCurrentFile2 @78 - unzOpenCurrentFilePassword @79 - - zipOpen @80 - zipOpenNewFileInZip @81 - zipWriteInFileInZip @82 - zipCloseFileInZip @83 - zipClose @84 - zipOpenNewFileInZip2 @86 - zipCloseFileInZipRaw @87 - zipOpen2 @88 - zipOpenNewFileInZip3 @89 - - unzGetFilePos @100 - unzGoToFilePos @101 - - fill_win32_filefunc @110 - -; zlibwapi v1.2.4 added: - fill_win32_filefunc64 @111 - fill_win32_filefunc64A @112 - fill_win32_filefunc64W @113 - - unzOpen64 @120 - unzOpen2_64 @121 - unzGetGlobalInfo64 @122 - unzGetCurrentFileInfo64 @124 - unzGetCurrentFileZStreamPos64 @125 - unztell64 @126 - unzGetFilePos64 @127 - unzGoToFilePos64 @128 - - zipOpen64 @130 - zipOpen2_64 @131 - zipOpenNewFileInZip64 @132 - zipOpenNewFileInZip2_64 @133 - zipOpenNewFileInZip3_64 @134 - zipOpenNewFileInZip4_64 @135 - zipCloseFileInZipRaw64 @136 - -; zlib1 v1.2.4 added: - adler32_combine @140 - crc32_combine @142 - deflateSetHeader @144 - deflateTune @145 - gzbuffer @146 - gzclose_r @147 - gzclose_w @148 - gzdirect @149 - gzoffset @150 - inflateGetHeader @156 - inflateMark @157 - inflatePrime @158 - inflateReset2 @159 - inflateUndermine @160 - -; zlib1 v1.2.6 added: - gzgetc_ @161 - inflateResetKeep @163 - deflateResetKeep @164 - -; zlib1 v1.2.7 added: - gzopen_w @165 - -; zlib1 v1.2.8 added: - inflateGetDictionary @166 - gzvprintf @167 - -; zlib1 v1.2.9 added: - inflateCodesUsed @168 - inflateValidate @169 - uncompress2 @170 - gzfread @171 - gzfwrite @172 - deflateGetDictionary @173 - adler32_z @174 - crc32_z @175 - -; zlib1 v1.2.12 added: - crc32_combine_gen @176 - crc32_combine_gen64 @177 - crc32_combine_op @178 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.sln deleted file mode 100644 index 649f40c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.sln +++ /dev/null @@ -1,135 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Itanium = Debug|Itanium - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Itanium = Release|Itanium - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium - ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 - ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.Build.0 = Debug|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.Build.0 = Release|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.Build.0 = Debug|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.Build.0 = Release|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.Build.0 = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.Build.0 = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj deleted file mode 100644 index b46788a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj +++ /dev/null @@ -1,633 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {8FD826F8-3739-44E6-8CC8-997122E53B8D} - - - - DynamicLibrary - false - true - - - DynamicLibrary - false - true - - - DynamicLibrary - false - - - DynamicLibrary - false - true - - - DynamicLibrary - false - true - - - DynamicLibrary - false - - - DynamicLibrary - false - true - - - DynamicLibrary - false - true - - - DynamicLibrary - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - true - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - true - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - true - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - zlibwapid - zlibwapi - zlibwapi - zlibwapid - zlibwapi - zlibwapi - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - - - MultiThreadedDebug - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - EditAndContinue - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - true - .\zlibvc.def - true - true - Windows - false - - - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - true - false - .\zlibvc.def - true - Windows - false - - - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - true - false - .\zlibvc.def - true - Windows - false - - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - true - .\zlibvc.def - true - true - Windows - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - true - false - .\zlibvc.def - true - Windows - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - true - false - .\zlibvc.def - true - Windows - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj.filters b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj.filters deleted file mode 100644 index d0a5378..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc10/zlibvc.vcxproj.filters +++ /dev/null @@ -1,115 +0,0 @@ - - - - - {07934a85-8b61-443d-a0ee-b2eedb74f3cd} - cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90 - - - {1d99675b-433d-4a21-9e50-ed4ab8b19762} - h;hpp;hxx;hm;inl;fi;fd - - - {431c0958-fa71-44d0-9084-2d19d100c0cc} - ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/miniunz.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/miniunz.vcxproj deleted file mode 100644 index 99be63d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/miniunz.vcxproj +++ /dev/null @@ -1,314 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694382A} - Win32Proj - - - - Application - MultiByte - v110 - - - Application - Unicode - v110 - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - v110 - - - Application - MultiByte - v110 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - true - false - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - false - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - true - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - true - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - false - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/minizip.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/minizip.vcxproj deleted file mode 100644 index d6e98f4..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/minizip.vcxproj +++ /dev/null @@ -1,311 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} - Win32Proj - - - - Application - MultiByte - v110 - - - Application - Unicode - v110 - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - v110 - - - Application - MultiByte - v110 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - true - false - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - false - x64\$(Configuration)\ - x64\$(Configuration)\ - true - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - true - false - x64\$(Configuration)\ - x64\$(Configuration)\ - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlib.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlib.vcxproj deleted file mode 100644 index 1c6f26d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlib.vcxproj +++ /dev/null @@ -1,418 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} - testzlib - Win32Proj - - - - Application - MultiByte - true - v110 - - - Application - MultiByte - true - v110 - - - Application - Unicode - v110 - - - Application - MultiByte - true - - - Application - MultiByte - true - - - Application - MultiByte - - - Application - true - v110 - - - Application - true - v110 - - - Application - v110 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - true - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - true - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlibdll.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlibdll.vcxproj deleted file mode 100644 index 9d36336..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/testzlibdll.vcxproj +++ /dev/null @@ -1,314 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694366A} - Win32Proj - - - - Application - MultiByte - v110 - - - Application - Unicode - v110 - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - v110 - - - Application - MultiByte - v110 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - true - false - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - false - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - true - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - true - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - false - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlib.rc b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlib.rc deleted file mode 100644 index a55f341..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlib.rc +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#define IDR_VERSION1 1 -IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE - FILEVERSION 1, 3, 1, 0 - PRODUCTVERSION 1, 3, 1, 0 - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK - FILEFLAGS 0 - FILEOS VOS_DOS_WINDOWS32 - FILETYPE VFT_DLL - FILESUBTYPE 0 // not used -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - //language ID = U.S. English, char set = Windows, Multilingual - - BEGIN - VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" - VALUE "FileVersion", "1.3.1\0" - VALUE "InternalName", "zlib\0" - VALUE "OriginalFilename", "zlibwapi.dll\0" - VALUE "ProductName", "ZLib.DLL\0" - VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" - VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 1252 - END -END diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibstat.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibstat.vcxproj deleted file mode 100644 index 5890a17..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibstat.vcxproj +++ /dev/null @@ -1,456 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} - - - - StaticLibrary - false - v110 - - - StaticLibrary - false - v110 - - - StaticLibrary - false - v110 - Unicode - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - - - StaticLibrary - false - v110 - - - StaticLibrary - false - v110 - - - StaticLibrary - false - v110 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.def b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.def deleted file mode 100644 index 53947cc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.def +++ /dev/null @@ -1,158 +0,0 @@ -LIBRARY -; zlib data compression and ZIP file I/O library - -VERSION 1.3.1 - -EXPORTS - adler32 @1 - compress @2 - crc32 @3 - deflate @4 - deflateCopy @5 - deflateEnd @6 - deflateInit2_ @7 - deflateInit_ @8 - deflateParams @9 - deflateReset @10 - deflateSetDictionary @11 - gzclose @12 - gzdopen @13 - gzerror @14 - gzflush @15 - gzopen @16 - gzread @17 - gzwrite @18 - inflate @19 - inflateEnd @20 - inflateInit2_ @21 - inflateInit_ @22 - inflateReset @23 - inflateSetDictionary @24 - inflateSync @25 - uncompress @26 - zlibVersion @27 - gzprintf @28 - gzputc @29 - gzgetc @30 - gzseek @31 - gzrewind @32 - gztell @33 - gzeof @34 - gzsetparams @35 - zError @36 - inflateSyncPoint @37 - get_crc_table @38 - compress2 @39 - gzputs @40 - gzgets @41 - inflateCopy @42 - inflateBackInit_ @43 - inflateBack @44 - inflateBackEnd @45 - compressBound @46 - deflateBound @47 - gzclearerr @48 - gzungetc @49 - zlibCompileFlags @50 - deflatePrime @51 - deflatePending @52 - - unzOpen @61 - unzClose @62 - unzGetGlobalInfo @63 - unzGetCurrentFileInfo @64 - unzGoToFirstFile @65 - unzGoToNextFile @66 - unzOpenCurrentFile @67 - unzReadCurrentFile @68 - unzOpenCurrentFile3 @69 - unztell @70 - unzeof @71 - unzCloseCurrentFile @72 - unzGetGlobalComment @73 - unzStringFileNameCompare @74 - unzLocateFile @75 - unzGetLocalExtrafield @76 - unzOpen2 @77 - unzOpenCurrentFile2 @78 - unzOpenCurrentFilePassword @79 - - zipOpen @80 - zipOpenNewFileInZip @81 - zipWriteInFileInZip @82 - zipCloseFileInZip @83 - zipClose @84 - zipOpenNewFileInZip2 @86 - zipCloseFileInZipRaw @87 - zipOpen2 @88 - zipOpenNewFileInZip3 @89 - - unzGetFilePos @100 - unzGoToFilePos @101 - - fill_win32_filefunc @110 - -; zlibwapi v1.2.4 added: - fill_win32_filefunc64 @111 - fill_win32_filefunc64A @112 - fill_win32_filefunc64W @113 - - unzOpen64 @120 - unzOpen2_64 @121 - unzGetGlobalInfo64 @122 - unzGetCurrentFileInfo64 @124 - unzGetCurrentFileZStreamPos64 @125 - unztell64 @126 - unzGetFilePos64 @127 - unzGoToFilePos64 @128 - - zipOpen64 @130 - zipOpen2_64 @131 - zipOpenNewFileInZip64 @132 - zipOpenNewFileInZip2_64 @133 - zipOpenNewFileInZip3_64 @134 - zipOpenNewFileInZip4_64 @135 - zipCloseFileInZipRaw64 @136 - -; zlib1 v1.2.4 added: - adler32_combine @140 - crc32_combine @142 - deflateSetHeader @144 - deflateTune @145 - gzbuffer @146 - gzclose_r @147 - gzclose_w @148 - gzdirect @149 - gzoffset @150 - inflateGetHeader @156 - inflateMark @157 - inflatePrime @158 - inflateReset2 @159 - inflateUndermine @160 - -; zlib1 v1.2.6 added: - gzgetc_ @161 - inflateResetKeep @163 - deflateResetKeep @164 - -; zlib1 v1.2.7 added: - gzopen_w @165 - -; zlib1 v1.2.8 added: - inflateGetDictionary @166 - gzvprintf @167 - -; zlib1 v1.2.9 added: - inflateCodesUsed @168 - inflateValidate @169 - uncompress2 @170 - gzfread @171 - gzfwrite @172 - deflateGetDictionary @173 - adler32_z @174 - crc32_z @175 - -; zlib1 v1.2.12 added: - crc32_combine_gen @176 - crc32_combine_gen64 @177 - crc32_combine_op @178 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.sln deleted file mode 100644 index b7e3812..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.sln +++ /dev/null @@ -1,117 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Itanium = Debug|Itanium - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Itanium = Release|Itanium - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium - ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 - ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.vcxproj deleted file mode 100644 index 4951b3b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc11/zlibvc.vcxproj +++ /dev/null @@ -1,664 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {8FD826F8-3739-44E6-8CC8-997122E53B8D} - - - - DynamicLibrary - false - true - v110 - - - DynamicLibrary - false - true - v110 - - - DynamicLibrary - false - v110 - Unicode - - - DynamicLibrary - false - true - - - DynamicLibrary - false - true - - - DynamicLibrary - false - - - DynamicLibrary - false - true - v110 - - - DynamicLibrary - false - true - v110 - - - DynamicLibrary - false - v110 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - true - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - true - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - true - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/miniunz.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/miniunz.vcxproj deleted file mode 100644 index d88ac7f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/miniunz.vcxproj +++ /dev/null @@ -1,316 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694382A} - Win32Proj - - - - Application - MultiByte - v120 - - - Application - Unicode - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - true - false - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - false - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - true - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - true - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - false - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/minizip.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/minizip.vcxproj deleted file mode 100644 index f1f239c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/minizip.vcxproj +++ /dev/null @@ -1,313 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} - Win32Proj - - - - Application - MultiByte - v120 - - - Application - Unicode - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - true - false - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - false - x64\$(Configuration)\ - x64\$(Configuration)\ - true - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - true - false - x64\$(Configuration)\ - x64\$(Configuration)\ - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlib.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlib.vcxproj deleted file mode 100644 index 41303c0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlib.vcxproj +++ /dev/null @@ -1,422 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} - testzlib - Win32Proj - - - - Application - MultiByte - true - v120 - - - Application - MultiByte - true - v120 - - - Application - Unicode - v120 - - - Application - MultiByte - true - v120 - - - Application - MultiByte - true - v120 - - - Application - MultiByte - v120 - - - Application - true - v120 - - - Application - true - v120 - - - Application - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - true - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - true - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - false - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlibdll.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlibdll.vcxproj deleted file mode 100644 index c66573a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/testzlibdll.vcxproj +++ /dev/null @@ -1,316 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694366A} - Win32Proj - - - - Application - MultiByte - v120 - - - Application - Unicode - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - Application - MultiByte - v120 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - true - false - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - false - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - true - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - true - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - false - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlib.rc b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlib.rc deleted file mode 100644 index a55f341..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlib.rc +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#define IDR_VERSION1 1 -IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE - FILEVERSION 1, 3, 1, 0 - PRODUCTVERSION 1, 3, 1, 0 - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK - FILEFLAGS 0 - FILEOS VOS_DOS_WINDOWS32 - FILETYPE VFT_DLL - FILESUBTYPE 0 // not used -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - //language ID = U.S. English, char set = Windows, Multilingual - - BEGIN - VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" - VALUE "FileVersion", "1.3.1\0" - VALUE "InternalName", "zlib\0" - VALUE "OriginalFilename", "zlibwapi.dll\0" - VALUE "ProductName", "ZLib.DLL\0" - VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" - VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 1252 - END -END diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibstat.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibstat.vcxproj deleted file mode 100644 index 6629d8e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibstat.vcxproj +++ /dev/null @@ -1,459 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} - - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - Unicode - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - - - StaticLibrary - false - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.def b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.def deleted file mode 100644 index 53947cc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.def +++ /dev/null @@ -1,158 +0,0 @@ -LIBRARY -; zlib data compression and ZIP file I/O library - -VERSION 1.3.1 - -EXPORTS - adler32 @1 - compress @2 - crc32 @3 - deflate @4 - deflateCopy @5 - deflateEnd @6 - deflateInit2_ @7 - deflateInit_ @8 - deflateParams @9 - deflateReset @10 - deflateSetDictionary @11 - gzclose @12 - gzdopen @13 - gzerror @14 - gzflush @15 - gzopen @16 - gzread @17 - gzwrite @18 - inflate @19 - inflateEnd @20 - inflateInit2_ @21 - inflateInit_ @22 - inflateReset @23 - inflateSetDictionary @24 - inflateSync @25 - uncompress @26 - zlibVersion @27 - gzprintf @28 - gzputc @29 - gzgetc @30 - gzseek @31 - gzrewind @32 - gztell @33 - gzeof @34 - gzsetparams @35 - zError @36 - inflateSyncPoint @37 - get_crc_table @38 - compress2 @39 - gzputs @40 - gzgets @41 - inflateCopy @42 - inflateBackInit_ @43 - inflateBack @44 - inflateBackEnd @45 - compressBound @46 - deflateBound @47 - gzclearerr @48 - gzungetc @49 - zlibCompileFlags @50 - deflatePrime @51 - deflatePending @52 - - unzOpen @61 - unzClose @62 - unzGetGlobalInfo @63 - unzGetCurrentFileInfo @64 - unzGoToFirstFile @65 - unzGoToNextFile @66 - unzOpenCurrentFile @67 - unzReadCurrentFile @68 - unzOpenCurrentFile3 @69 - unztell @70 - unzeof @71 - unzCloseCurrentFile @72 - unzGetGlobalComment @73 - unzStringFileNameCompare @74 - unzLocateFile @75 - unzGetLocalExtrafield @76 - unzOpen2 @77 - unzOpenCurrentFile2 @78 - unzOpenCurrentFilePassword @79 - - zipOpen @80 - zipOpenNewFileInZip @81 - zipWriteInFileInZip @82 - zipCloseFileInZip @83 - zipClose @84 - zipOpenNewFileInZip2 @86 - zipCloseFileInZipRaw @87 - zipOpen2 @88 - zipOpenNewFileInZip3 @89 - - unzGetFilePos @100 - unzGoToFilePos @101 - - fill_win32_filefunc @110 - -; zlibwapi v1.2.4 added: - fill_win32_filefunc64 @111 - fill_win32_filefunc64A @112 - fill_win32_filefunc64W @113 - - unzOpen64 @120 - unzOpen2_64 @121 - unzGetGlobalInfo64 @122 - unzGetCurrentFileInfo64 @124 - unzGetCurrentFileZStreamPos64 @125 - unztell64 @126 - unzGetFilePos64 @127 - unzGoToFilePos64 @128 - - zipOpen64 @130 - zipOpen2_64 @131 - zipOpenNewFileInZip64 @132 - zipOpenNewFileInZip2_64 @133 - zipOpenNewFileInZip3_64 @134 - zipOpenNewFileInZip4_64 @135 - zipCloseFileInZipRaw64 @136 - -; zlib1 v1.2.4 added: - adler32_combine @140 - crc32_combine @142 - deflateSetHeader @144 - deflateTune @145 - gzbuffer @146 - gzclose_r @147 - gzclose_w @148 - gzdirect @149 - gzoffset @150 - inflateGetHeader @156 - inflateMark @157 - inflatePrime @158 - inflateReset2 @159 - inflateUndermine @160 - -; zlib1 v1.2.6 added: - gzgetc_ @161 - inflateResetKeep @163 - deflateResetKeep @164 - -; zlib1 v1.2.7 added: - gzopen_w @165 - -; zlib1 v1.2.8 added: - inflateGetDictionary @166 - gzvprintf @167 - -; zlib1 v1.2.9 added: - inflateCodesUsed @168 - inflateValidate @169 - uncompress2 @170 - gzfread @171 - gzfwrite @172 - deflateGetDictionary @173 - adler32_z @174 - crc32_z @175 - -; zlib1 v1.2.12 added: - crc32_combine_gen @176 - crc32_combine_gen64 @177 - crc32_combine_op @178 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.sln deleted file mode 100644 index dcda229..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.sln +++ /dev/null @@ -1,119 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Itanium = Debug|Itanium - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Itanium = Release|Itanium - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium - ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 - ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.vcxproj deleted file mode 100644 index 4e0de69..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc12/zlibvc.vcxproj +++ /dev/null @@ -1,668 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {8FD826F8-3739-44E6-8CC8-997122E53B8D} - - - - DynamicLibrary - false - true - v120 - - - DynamicLibrary - false - true - v120 - - - DynamicLibrary - false - v120 - Unicode - - - DynamicLibrary - false - true - v120 - - - DynamicLibrary - false - true - v120 - - - DynamicLibrary - false - v120 - - - DynamicLibrary - false - true - v120 - - - DynamicLibrary - false - true - v120 - - - DynamicLibrary - false - v120 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - true - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - true - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - true - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - false - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/miniunz.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/miniunz.vcxproj deleted file mode 100644 index 9b5c075..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/miniunz.vcxproj +++ /dev/null @@ -1,316 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694382A} - Win32Proj - - - - Application - MultiByte - v140 - - - Application - Unicode - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - true - false - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - false - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - true - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - true - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - false - false - ia64\MiniUnzip$(Configuration)\ - ia64\MiniUnzip$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/minizip.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/minizip.vcxproj deleted file mode 100644 index 968a410..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/minizip.vcxproj +++ /dev/null @@ -1,313 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} - Win32Proj - - - - Application - MultiByte - v140 - - - Application - Unicode - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - true - false - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - false - x64\$(Configuration)\ - x64\$(Configuration)\ - true - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - true - false - x64\$(Configuration)\ - x64\$(Configuration)\ - false - ia64\$(Configuration)\ - ia64\$(Configuration)\ - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlib.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlib.vcxproj deleted file mode 100644 index 5452049..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlib.vcxproj +++ /dev/null @@ -1,422 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} - testzlib - Win32Proj - - - - Application - MultiByte - true - v140 - - - Application - MultiByte - true - v140 - - - Application - Unicode - v140 - - - Application - MultiByte - true - v140 - - - Application - MultiByte - true - v140 - - - Application - MultiByte - v140 - - - Application - true - v140 - - - Application - true - v140 - - - Application - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - true - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - true - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - ia64\TestZlib$(Configuration)\ - ia64\TestZlib$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - false - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - MachineIA64 - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlibdll.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlibdll.vcxproj deleted file mode 100644 index d87474d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/testzlibdll.vcxproj +++ /dev/null @@ -1,316 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694366A} - Win32Proj - - - - Application - MultiByte - v140 - - - Application - Unicode - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - Application - MultiByte - v140 - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - true - false - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - false - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - true - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - true - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - false - false - ia64\TestZlibDll$(Configuration)\ - ia64\TestZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineX64 - - - - - Itanium - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineIA64 - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineX64 - - - - - Itanium - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - ia64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineIA64 - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlib.rc b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlib.rc deleted file mode 100644 index a55f341..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlib.rc +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#define IDR_VERSION1 1 -IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE - FILEVERSION 1, 3, 1, 0 - PRODUCTVERSION 1, 3, 1, 0 - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK - FILEFLAGS 0 - FILEOS VOS_DOS_WINDOWS32 - FILETYPE VFT_DLL - FILESUBTYPE 0 // not used -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - //language ID = U.S. English, char set = Windows, Multilingual - - BEGIN - VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" - VALUE "FileVersion", "1.3.1\0" - VALUE "InternalName", "zlib\0" - VALUE "OriginalFilename", "zlibwapi.dll\0" - VALUE "ProductName", "ZLib.DLL\0" - VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" - VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 1252 - END -END diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibstat.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibstat.vcxproj deleted file mode 100644 index 85c1e89..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibstat.vcxproj +++ /dev/null @@ -1,459 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} - - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - Unicode - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - - - StaticLibrary - false - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - ia64\ZlibStat$(Configuration)\ - ia64\ZlibStat$(Configuration)\Tmp\ - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - Itanium - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:IA64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.def b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.def deleted file mode 100644 index 53947cc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.def +++ /dev/null @@ -1,158 +0,0 @@ -LIBRARY -; zlib data compression and ZIP file I/O library - -VERSION 1.3.1 - -EXPORTS - adler32 @1 - compress @2 - crc32 @3 - deflate @4 - deflateCopy @5 - deflateEnd @6 - deflateInit2_ @7 - deflateInit_ @8 - deflateParams @9 - deflateReset @10 - deflateSetDictionary @11 - gzclose @12 - gzdopen @13 - gzerror @14 - gzflush @15 - gzopen @16 - gzread @17 - gzwrite @18 - inflate @19 - inflateEnd @20 - inflateInit2_ @21 - inflateInit_ @22 - inflateReset @23 - inflateSetDictionary @24 - inflateSync @25 - uncompress @26 - zlibVersion @27 - gzprintf @28 - gzputc @29 - gzgetc @30 - gzseek @31 - gzrewind @32 - gztell @33 - gzeof @34 - gzsetparams @35 - zError @36 - inflateSyncPoint @37 - get_crc_table @38 - compress2 @39 - gzputs @40 - gzgets @41 - inflateCopy @42 - inflateBackInit_ @43 - inflateBack @44 - inflateBackEnd @45 - compressBound @46 - deflateBound @47 - gzclearerr @48 - gzungetc @49 - zlibCompileFlags @50 - deflatePrime @51 - deflatePending @52 - - unzOpen @61 - unzClose @62 - unzGetGlobalInfo @63 - unzGetCurrentFileInfo @64 - unzGoToFirstFile @65 - unzGoToNextFile @66 - unzOpenCurrentFile @67 - unzReadCurrentFile @68 - unzOpenCurrentFile3 @69 - unztell @70 - unzeof @71 - unzCloseCurrentFile @72 - unzGetGlobalComment @73 - unzStringFileNameCompare @74 - unzLocateFile @75 - unzGetLocalExtrafield @76 - unzOpen2 @77 - unzOpenCurrentFile2 @78 - unzOpenCurrentFilePassword @79 - - zipOpen @80 - zipOpenNewFileInZip @81 - zipWriteInFileInZip @82 - zipCloseFileInZip @83 - zipClose @84 - zipOpenNewFileInZip2 @86 - zipCloseFileInZipRaw @87 - zipOpen2 @88 - zipOpenNewFileInZip3 @89 - - unzGetFilePos @100 - unzGoToFilePos @101 - - fill_win32_filefunc @110 - -; zlibwapi v1.2.4 added: - fill_win32_filefunc64 @111 - fill_win32_filefunc64A @112 - fill_win32_filefunc64W @113 - - unzOpen64 @120 - unzOpen2_64 @121 - unzGetGlobalInfo64 @122 - unzGetCurrentFileInfo64 @124 - unzGetCurrentFileZStreamPos64 @125 - unztell64 @126 - unzGetFilePos64 @127 - unzGoToFilePos64 @128 - - zipOpen64 @130 - zipOpen2_64 @131 - zipOpenNewFileInZip64 @132 - zipOpenNewFileInZip2_64 @133 - zipOpenNewFileInZip3_64 @134 - zipOpenNewFileInZip4_64 @135 - zipCloseFileInZipRaw64 @136 - -; zlib1 v1.2.4 added: - adler32_combine @140 - crc32_combine @142 - deflateSetHeader @144 - deflateTune @145 - gzbuffer @146 - gzclose_r @147 - gzclose_w @148 - gzdirect @149 - gzoffset @150 - inflateGetHeader @156 - inflateMark @157 - inflatePrime @158 - inflateReset2 @159 - inflateUndermine @160 - -; zlib1 v1.2.6 added: - gzgetc_ @161 - inflateResetKeep @163 - deflateResetKeep @164 - -; zlib1 v1.2.7 added: - gzopen_w @165 - -; zlib1 v1.2.8 added: - inflateGetDictionary @166 - gzvprintf @167 - -; zlib1 v1.2.9 added: - inflateCodesUsed @168 - inflateValidate @169 - uncompress2 @170 - gzfread @171 - gzfwrite @172 - deflateGetDictionary @173 - adler32_z @174 - crc32_z @175 - -; zlib1 v1.2.12 added: - crc32_combine_gen @176 - crc32_combine_gen64 @177 - crc32_combine_op @178 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.sln deleted file mode 100644 index 6f4a107..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.sln +++ /dev/null @@ -1,119 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Itanium = Debug|Itanium - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Itanium = Release|Itanium - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium - ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 - ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.vcxproj deleted file mode 100644 index 424ff55..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc14/zlibvc.vcxproj +++ /dev/null @@ -1,668 +0,0 @@ - - - - - Debug - Itanium - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - Itanium - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - Itanium - - - Release - Win32 - - - Release - x64 - - - - {8FD826F8-3739-44E6-8CC8-997122E53B8D} - - - - DynamicLibrary - false - true - v140 - - - DynamicLibrary - false - true - v140 - - - DynamicLibrary - false - v140 - Unicode - - - DynamicLibrary - false - true - v140 - - - DynamicLibrary - false - true - v140 - - - DynamicLibrary - false - v140 - - - DynamicLibrary - false - true - v140 - - - DynamicLibrary - false - true - v140 - - - DynamicLibrary - false - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - true - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - true - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - true - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - ia64\ZlibDll$(Configuration)\ - ia64\ZlibDll$(Configuration)\Tmp\ - false - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - false - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Itanium - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineIA64 - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/miniunz.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/miniunz.vcxproj deleted file mode 100644 index 68ef165..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/miniunz.vcxproj +++ /dev/null @@ -1,409 +0,0 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694382A} - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - Unicode - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - true - false - x86\MiniUnzip$(Configuration)\ - x86\MiniUnzip$(Configuration)\Tmp\ - false - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - true - true - true - false - false - false - x64\MiniUnzip$(Configuration)\ - x64\MiniUnzip$(Configuration)\Tmp\ - false - false - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - - - arm64\MiniUnzip$(Configuration)\ - arm64\MiniUnzip$(Configuration)\Tmp\ - - - arm64\MiniUnzip$(Configuration)\ - arm64\MiniUnzip$(Configuration)\Tmp\ - - - arm\MiniUnzip$(Configuration)\ - arm\MiniUnzip$(Configuration)\Tmp\ - - - arm\MiniUnzip$(Configuration)\ - arm\MiniUnzip$(Configuration)\Tmp\ - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - MachineX64 - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - $(OutDir)miniunz.pdb - Console - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - MachineX64 - - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)miniunz.exe - true - Console - true - true - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/minizip.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/minizip.vcxproj deleted file mode 100644 index dd3c52e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/minizip.vcxproj +++ /dev/null @@ -1,405 +0,0 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B} - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - Unicode - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - true - false - x86\MiniZip$(Configuration)\ - x86\MiniZip$(Configuration)\Tmp\ - false - x64\$(Configuration)\ - x64\$(Configuration)\ - true - true - true - false - false - false - x64\$(Configuration)\ - x64\$(Configuration)\ - false - false - false - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - - - arm64\MiniZip$(Configuration)\ - arm64\MiniZip$(Configuration)\Tmp\ - - - arm64\MiniZip$(Configuration)\ - arm64\MiniZip$(Configuration)\Tmp\ - - - arm\MiniZip$(Configuration)\ - arm\MiniZip$(Configuration)\Tmp\ - - - arm\MiniZip$(Configuration)\ - arm\MiniZip$(Configuration)\Tmp\ - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - MachineX64 - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - $(OutDir)minizip.pdb - Console - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - MachineX64 - - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)minizip.exe - true - Console - true - true - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlib.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlib.vcxproj deleted file mode 100644 index 4cc99b3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlib.vcxproj +++ /dev/null @@ -1,473 +0,0 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - ARM - - - ReleaseWithoutAsm - ARM64 - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B} - testzlib - Win32Proj - 10.0 - - - - Application - MultiByte - true - v143 - - - Application - MultiByte - true - v143 - - - Application - Unicode - v143 - - - Application - true - v143 - - - Application - true - v143 - - - Application - true - v143 - - - Application - true - v143 - - - Application - true - v143 - - - Application - true - v143 - - - Application - v143 - - - Application - v143 - - - Application - v143 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - true - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x86\TestZlib$(Configuration)\ - x86\TestZlib$(Configuration)\Tmp\ - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - false - false - x64\TestZlib$(Configuration)\ - x64\TestZlib$(Configuration)\Tmp\ - false - false - false - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - - - arm64\TestZlib$(Configuration)\ - arm64\TestZlib$(Configuration)\Tmp\ - - - arm64\TestZlib$(Configuration)\ - arm64\TestZlib$(Configuration)\Tmp\ - - - arm64\TestZlib$(Configuration)\ - arm64\TestZlib$(Configuration)\Tmp\ - - - arm\TestZlib$(Configuration)\ - arm\TestZlib$(Configuration)\Tmp\ - - - arm\TestZlib$(Configuration)\ - arm\TestZlib$(Configuration)\Tmp\ - - - arm\TestZlib$(Configuration)\ - arm\TestZlib$(Configuration)\Tmp\ - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - AssemblyAndSourceCode - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - %(AdditionalDependencies) - $(OutDir)testzlib.exe - true - Console - true - true - false - - - MachineX86 - false - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_DEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDebugDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;NDEBUG;_CONSOLE;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - Default - MultiThreadedDLL - false - $(IntDir) - - - %(AdditionalDependencies) - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlibdll.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlibdll.vcxproj deleted file mode 100644 index 73bba55..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/testzlibdll.vcxproj +++ /dev/null @@ -1,409 +0,0 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {C52F9E7B-498A-42BE-8DB4-85A15694366A} - Win32Proj - 10.0 - - - - Application - MultiByte - v143 - - - Application - Unicode - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - Application - MultiByte - v143 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - true - false - x86\TestZlibDll$(Configuration)\ - x86\TestZlibDll$(Configuration)\Tmp\ - false - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - true - true - true - false - false - false - x64\TestZlibDll$(Configuration)\ - x64\TestZlibDll$(Configuration)\Tmp\ - false - false - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - - - arm64\TestZlibDll$(Configuration)\ - arm64\TestZlibDll$(Configuration)\Tmp\ - - - arm64\TestZlibDll$(Configuration)\ - arm64\TestZlibDll$(Configuration)\Tmp\ - - - arm\TestZlibDll$(Configuration)\ - arm\TestZlibDll$(Configuration)\Tmp\ - - - arm\TestZlibDll$(Configuration)\ - arm\TestZlibDll$(Configuration)\Tmp\ - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - false - - - MachineX86 - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - Default - MultiThreaded - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x86\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - MachineX64 - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - - - - - - Disabled - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;_DEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDebugDLL - false - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllDebug\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - $(OutDir)testzlib.pdb - Console - - - - - X64 - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - MachineX64 - - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - - - - - - MaxSpeed - OnlyExplicitInline - true - ..\..\..;..\..\minizip;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;ZLIB_WINAPI;NDEBUG;_CONSOLE;WIN64;%(PreprocessorDefinitions) - true - Default - MultiThreadedDLL - false - true - - - $(IntDir) - Level3 - ProgramDatabase - - - x64\ZlibDllRelease\zlibwapi.lib;%(AdditionalDependencies) - $(OutDir)testzlibdll.exe - true - Console - true - true - - - - - - - - {8fd826f8-3739-44e6-8cc8-997122e53b8d} - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlib.rc b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlib.rc deleted file mode 100644 index a55f341..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlib.rc +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#define IDR_VERSION1 1 -IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE - FILEVERSION 1, 3, 1, 0 - PRODUCTVERSION 1, 3, 1, 0 - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK - FILEFLAGS 0 - FILEOS VOS_DOS_WINDOWS32 - FILETYPE VFT_DLL - FILESUBTYPE 0 // not used -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - //language ID = U.S. English, char set = Windows, Multilingual - - BEGIN - VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" - VALUE "FileVersion", "1.3.1\0" - VALUE "InternalName", "zlib\0" - VALUE "OriginalFilename", "zlibwapi.dll\0" - VALUE "ProductName", "ZLib.DLL\0" - VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" - VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 1252 - END -END diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibstat.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibstat.vcxproj deleted file mode 100644 index b946ac2..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibstat.vcxproj +++ /dev/null @@ -1,602 +0,0 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - ARM - - - ReleaseWithoutAsm - ARM64 - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8} - 10.0 - - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - Unicode - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - StaticLibrary - false - v143 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x86\ZlibStat$(Configuration)\ - x86\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - x64\ZlibStat$(Configuration)\ - x64\ZlibStat$(Configuration)\Tmp\ - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - - - arm64\ZlibStat$(Configuration)\ - arm64\ZlibStat$(Configuration)\Tmp\ - - - arm64\ZlibStat$(Configuration)\ - arm64\ZlibStat$(Configuration)\Tmp\ - - - arm64\ZlibStat$(Configuration)\ - arm64\ZlibStat$(Configuration)\Tmp\ - - - arm\ZlibStat$(Configuration)\ - arm\ZlibStat$(Configuration)\Tmp\ - - - arm\ZlibStat$(Configuration)\ - arm\ZlibStat$(Configuration)\Tmp\ - - - arm\ZlibStat$(Configuration)\ - arm\ZlibStat$(Configuration)\Tmp\ - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:X86 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - OldStyle - - - 0x040c - - - /MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibstat.lib - true - - - - - X64 - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:AMD64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:ARM64 /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - ZLIB_WINAPI;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibstat.pch - $(IntDir) - $(IntDir) - $(OutDir) - Level3 - true - - - 0x040c - - - /MACHINE:ARM /NODEFAULTLIB %(AdditionalOptions) - $(OutDir)zlibstat.lib - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.def b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.def deleted file mode 100644 index 53947cc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.def +++ /dev/null @@ -1,158 +0,0 @@ -LIBRARY -; zlib data compression and ZIP file I/O library - -VERSION 1.3.1 - -EXPORTS - adler32 @1 - compress @2 - crc32 @3 - deflate @4 - deflateCopy @5 - deflateEnd @6 - deflateInit2_ @7 - deflateInit_ @8 - deflateParams @9 - deflateReset @10 - deflateSetDictionary @11 - gzclose @12 - gzdopen @13 - gzerror @14 - gzflush @15 - gzopen @16 - gzread @17 - gzwrite @18 - inflate @19 - inflateEnd @20 - inflateInit2_ @21 - inflateInit_ @22 - inflateReset @23 - inflateSetDictionary @24 - inflateSync @25 - uncompress @26 - zlibVersion @27 - gzprintf @28 - gzputc @29 - gzgetc @30 - gzseek @31 - gzrewind @32 - gztell @33 - gzeof @34 - gzsetparams @35 - zError @36 - inflateSyncPoint @37 - get_crc_table @38 - compress2 @39 - gzputs @40 - gzgets @41 - inflateCopy @42 - inflateBackInit_ @43 - inflateBack @44 - inflateBackEnd @45 - compressBound @46 - deflateBound @47 - gzclearerr @48 - gzungetc @49 - zlibCompileFlags @50 - deflatePrime @51 - deflatePending @52 - - unzOpen @61 - unzClose @62 - unzGetGlobalInfo @63 - unzGetCurrentFileInfo @64 - unzGoToFirstFile @65 - unzGoToNextFile @66 - unzOpenCurrentFile @67 - unzReadCurrentFile @68 - unzOpenCurrentFile3 @69 - unztell @70 - unzeof @71 - unzCloseCurrentFile @72 - unzGetGlobalComment @73 - unzStringFileNameCompare @74 - unzLocateFile @75 - unzGetLocalExtrafield @76 - unzOpen2 @77 - unzOpenCurrentFile2 @78 - unzOpenCurrentFilePassword @79 - - zipOpen @80 - zipOpenNewFileInZip @81 - zipWriteInFileInZip @82 - zipCloseFileInZip @83 - zipClose @84 - zipOpenNewFileInZip2 @86 - zipCloseFileInZipRaw @87 - zipOpen2 @88 - zipOpenNewFileInZip3 @89 - - unzGetFilePos @100 - unzGoToFilePos @101 - - fill_win32_filefunc @110 - -; zlibwapi v1.2.4 added: - fill_win32_filefunc64 @111 - fill_win32_filefunc64A @112 - fill_win32_filefunc64W @113 - - unzOpen64 @120 - unzOpen2_64 @121 - unzGetGlobalInfo64 @122 - unzGetCurrentFileInfo64 @124 - unzGetCurrentFileZStreamPos64 @125 - unztell64 @126 - unzGetFilePos64 @127 - unzGoToFilePos64 @128 - - zipOpen64 @130 - zipOpen2_64 @131 - zipOpenNewFileInZip64 @132 - zipOpenNewFileInZip2_64 @133 - zipOpenNewFileInZip3_64 @134 - zipOpenNewFileInZip4_64 @135 - zipCloseFileInZipRaw64 @136 - -; zlib1 v1.2.4 added: - adler32_combine @140 - crc32_combine @142 - deflateSetHeader @144 - deflateTune @145 - gzbuffer @146 - gzclose_r @147 - gzclose_w @148 - gzdirect @149 - gzoffset @150 - inflateGetHeader @156 - inflateMark @157 - inflatePrime @158 - inflateReset2 @159 - inflateUndermine @160 - -; zlib1 v1.2.6 added: - gzgetc_ @161 - inflateResetKeep @163 - deflateResetKeep @164 - -; zlib1 v1.2.7 added: - gzopen_w @165 - -; zlib1 v1.2.8 added: - inflateGetDictionary @166 - gzvprintf @167 - -; zlib1 v1.2.9 added: - inflateCodesUsed @168 - inflateValidate @169 - uncompress2 @170 - gzfread @171 - gzfwrite @172 - deflateGetDictionary @173 - adler32_z @174 - crc32_z @175 - -; zlib1 v1.2.12 added: - crc32_combine_gen @176 - crc32_combine_gen64 @177 - crc32_combine_op @178 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.sln deleted file mode 100644 index 67896b7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.sln +++ /dev/null @@ -1,179 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.4.33015.44 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcxproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcxproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlibdll", "testzlibdll.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcxproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|ARM = Release|ARM - Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseWithoutAsm|ARM = ReleaseWithoutAsm|ARM - ReleaseWithoutAsm|ARM64 = ReleaseWithoutAsm|ARM64 - ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 - ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM.ActiveCfg = Debug|ARM - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM.Build.0 = Debug|ARM - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|ARM64.Build.0 = Debug|ARM64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM.ActiveCfg = Release|ARM - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM.Build.0 = Release|ARM - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM64.ActiveCfg = Release|ARM64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|ARM64.Build.0 = Release|ARM64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM.ActiveCfg = Debug|ARM - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM.Build.0 = Debug|ARM - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|ARM64.Build.0 = Debug|ARM64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM.ActiveCfg = Release|ARM - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM.Build.0 = Release|ARM - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM64.ActiveCfg = Release|ARM64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|ARM64.Build.0 = Release|ARM64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.ActiveCfg = Debug|ARM - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.Build.0 = Debug|ARM - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.Build.0 = Debug|ARM64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.ActiveCfg = Release|ARM - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.Build.0 = Release|ARM - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.ActiveCfg = Release|ARM64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.Build.0 = Release|ARM64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.ActiveCfg = ReleaseWithoutAsm|ARM - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.Build.0 = ReleaseWithoutAsm|ARM - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.ActiveCfg = ReleaseWithoutAsm|ARM64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.Build.0 = ReleaseWithoutAsm|ARM64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM.ActiveCfg = Debug|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM.Build.0 = Debug|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|ARM64.Build.0 = Debug|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM.ActiveCfg = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM.Build.0 = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM64.ActiveCfg = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|ARM64.Build.0 = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.ActiveCfg = Debug|ARM - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM.Build.0 = Debug|ARM - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|ARM64.Build.0 = Debug|ARM64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.ActiveCfg = Release|ARM - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM.Build.0 = Release|ARM - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.ActiveCfg = Release|ARM64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|ARM64.Build.0 = Release|ARM64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM.ActiveCfg = Debug|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM.Build.0 = Debug|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|ARM64.Build.0 = Debug|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM.ActiveCfg = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM.Build.0 = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM64.ActiveCfg = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|ARM64.Build.0 = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM.ActiveCfg = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM.Build.0 = Release|ARM - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM64.ActiveCfg = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|ARM64.Build.0 = Release|ARM64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {EAA58685-56D9-43F2-8703-FD2CB020745E} - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.vcxproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.vcxproj deleted file mode 100644 index 10a7a90..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc17/zlibvc.vcxproj +++ /dev/null @@ -1,875 +0,0 @@ - - - - - Debug - ARM - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - ReleaseWithoutAsm - ARM - - - ReleaseWithoutAsm - ARM64 - - - ReleaseWithoutAsm - Win32 - - - ReleaseWithoutAsm - x64 - - - Release - ARM - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {8FD826F8-3739-44E6-8CC8-997122E53B8D} - 10.0 - - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - v143 - Unicode - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - true - v143 - - - DynamicLibrary - false - v143 - - - DynamicLibrary - false - v143 - - - DynamicLibrary - false - v143 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30128.1 - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - true - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x86\ZlibDll$(Configuration)\ - x86\ZlibDll$(Configuration)\Tmp\ - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - true - true - true - false - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - false - false - false - false - x64\ZlibDll$(Configuration)\ - x64\ZlibDll$(Configuration)\Tmp\ - false - false - false - false - false - false - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - AllRules.ruleset - - - AllRules.ruleset - AllRules.ruleset - AllRules.ruleset - - - - - - - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - zlibwapi - - - arm64\ZlibDll$(Configuration)\ - arm64\ZlibDll$(Configuration)\Tmp\ - - - arm\ZlibDll$(Configuration)\ - arm\ZlibDll$(Configuration)\Tmp\ - - - arm64\ZlibDll$(Configuration)\ - arm64\ZlibDll$(Configuration)\Tmp\ - - - arm64\ZlibDll$(Configuration)\ - arm64\ZlibDll$(Configuration)\Tmp\ - - - arm\ZlibDll$(Configuration)\ - arm\ZlibDll$(Configuration)\Tmp\ - - - arm\ZlibDll$(Configuration)\ - arm\ZlibDll$(Configuration)\Tmp\ - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;%(PreprocessorDefinitions) - true - - - MultiThreaded - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - /MACHINE:I386 %(AdditionalOptions) - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - false - - - $(OutDir)zlibwapi.lib - false - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - $(OutDir)zlibvc.tlb - - - Disabled - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - - - MultiThreadedDebugDLL - false - $(IntDir)zlibvc.pch - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - .\zlibvc.def - true - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - X64 - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - MachineX64 - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN64;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - $(OutDir)zlibvc.tlb - - - OnlyExplicitInline - ..\..\..;%(AdditionalIncludeDirectories) - _CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;WIN32;%(PreprocessorDefinitions) - true - - - MultiThreadedDLL - false - true - $(IntDir)zlibvc.pch - All - $(IntDir) - $(IntDir) - $(OutDir) - - - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x040c - - - %(AdditionalDependencies) - $(OutDir)zlibwapi.dll - true - false - .\zlibvc.def - $(OutDir)zlibwapi.pdb - true - $(OutDir)zlibwapi.map - Windows - $(OutDir)zlibwapi.lib - - - - - - - - - - - - - - - - - - - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - %(AdditionalIncludeDirectories) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - ZLIB_INTERNAL;%(PreprocessorDefinitions) - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/miniunz.vcproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/miniunz.vcproj deleted file mode 100644 index 83bfbdd..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/miniunz.vcproj +++ /dev/null @@ -1,565 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/minizip.vcproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/minizip.vcproj deleted file mode 100644 index 5f4e9ee..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/minizip.vcproj +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlib.vcproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlib.vcproj deleted file mode 100644 index 9e0c37e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlib.vcproj +++ /dev/null @@ -1,796 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlibdll.vcproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlibdll.vcproj deleted file mode 100644 index 8522f82..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/testzlibdll.vcproj +++ /dev/null @@ -1,565 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlib.rc b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlib.rc deleted file mode 100644 index a55f341..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlib.rc +++ /dev/null @@ -1,32 +0,0 @@ -#include - -#define IDR_VERSION1 1 -IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE - FILEVERSION 1, 3, 1, 0 - PRODUCTVERSION 1, 3, 1, 0 - FILEFLAGSMASK VS_FFI_FILEFLAGSMASK - FILEFLAGS 0 - FILEOS VOS_DOS_WINDOWS32 - FILETYPE VFT_DLL - FILESUBTYPE 0 // not used -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904E4" - //language ID = U.S. English, char set = Windows, Multilingual - - BEGIN - VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" - VALUE "FileVersion", "1.3.1\0" - VALUE "InternalName", "zlib\0" - VALUE "OriginalFilename", "zlibwapi.dll\0" - VALUE "ProductName", "ZLib.DLL\0" - VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" - VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0409, 1252 - END -END diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibstat.vcproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibstat.vcproj deleted file mode 100644 index df481e5..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibstat.vcproj +++ /dev/null @@ -1,781 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.def b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.def deleted file mode 100644 index 53947cc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.def +++ /dev/null @@ -1,158 +0,0 @@ -LIBRARY -; zlib data compression and ZIP file I/O library - -VERSION 1.3.1 - -EXPORTS - adler32 @1 - compress @2 - crc32 @3 - deflate @4 - deflateCopy @5 - deflateEnd @6 - deflateInit2_ @7 - deflateInit_ @8 - deflateParams @9 - deflateReset @10 - deflateSetDictionary @11 - gzclose @12 - gzdopen @13 - gzerror @14 - gzflush @15 - gzopen @16 - gzread @17 - gzwrite @18 - inflate @19 - inflateEnd @20 - inflateInit2_ @21 - inflateInit_ @22 - inflateReset @23 - inflateSetDictionary @24 - inflateSync @25 - uncompress @26 - zlibVersion @27 - gzprintf @28 - gzputc @29 - gzgetc @30 - gzseek @31 - gzrewind @32 - gztell @33 - gzeof @34 - gzsetparams @35 - zError @36 - inflateSyncPoint @37 - get_crc_table @38 - compress2 @39 - gzputs @40 - gzgets @41 - inflateCopy @42 - inflateBackInit_ @43 - inflateBack @44 - inflateBackEnd @45 - compressBound @46 - deflateBound @47 - gzclearerr @48 - gzungetc @49 - zlibCompileFlags @50 - deflatePrime @51 - deflatePending @52 - - unzOpen @61 - unzClose @62 - unzGetGlobalInfo @63 - unzGetCurrentFileInfo @64 - unzGoToFirstFile @65 - unzGoToNextFile @66 - unzOpenCurrentFile @67 - unzReadCurrentFile @68 - unzOpenCurrentFile3 @69 - unztell @70 - unzeof @71 - unzCloseCurrentFile @72 - unzGetGlobalComment @73 - unzStringFileNameCompare @74 - unzLocateFile @75 - unzGetLocalExtrafield @76 - unzOpen2 @77 - unzOpenCurrentFile2 @78 - unzOpenCurrentFilePassword @79 - - zipOpen @80 - zipOpenNewFileInZip @81 - zipWriteInFileInZip @82 - zipCloseFileInZip @83 - zipClose @84 - zipOpenNewFileInZip2 @86 - zipCloseFileInZipRaw @87 - zipOpen2 @88 - zipOpenNewFileInZip3 @89 - - unzGetFilePos @100 - unzGoToFilePos @101 - - fill_win32_filefunc @110 - -; zlibwapi v1.2.4 added: - fill_win32_filefunc64 @111 - fill_win32_filefunc64A @112 - fill_win32_filefunc64W @113 - - unzOpen64 @120 - unzOpen2_64 @121 - unzGetGlobalInfo64 @122 - unzGetCurrentFileInfo64 @124 - unzGetCurrentFileZStreamPos64 @125 - unztell64 @126 - unzGetFilePos64 @127 - unzGoToFilePos64 @128 - - zipOpen64 @130 - zipOpen2_64 @131 - zipOpenNewFileInZip64 @132 - zipOpenNewFileInZip2_64 @133 - zipOpenNewFileInZip3_64 @134 - zipOpenNewFileInZip4_64 @135 - zipCloseFileInZipRaw64 @136 - -; zlib1 v1.2.4 added: - adler32_combine @140 - crc32_combine @142 - deflateSetHeader @144 - deflateTune @145 - gzbuffer @146 - gzclose_r @147 - gzclose_w @148 - gzdirect @149 - gzoffset @150 - inflateGetHeader @156 - inflateMark @157 - inflatePrime @158 - inflateReset2 @159 - inflateUndermine @160 - -; zlib1 v1.2.6 added: - gzgetc_ @161 - inflateResetKeep @163 - deflateResetKeep @164 - -; zlib1 v1.2.7 added: - gzopen_w @165 - -; zlib1 v1.2.8 added: - inflateGetDictionary @166 - gzvprintf @167 - -; zlib1 v1.2.9 added: - inflateCodesUsed @168 - inflateValidate @169 - uncompress2 @170 - gzfread @171 - gzfwrite @172 - deflateGetDictionary @173 - adler32_z @174 - crc32_z @175 - -; zlib1 v1.2.12 added: - crc32_combine_gen @176 - crc32_combine_gen64 @177 - crc32_combine_op @178 diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.sln b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.sln deleted file mode 100644 index 75c64c3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.sln +++ /dev/null @@ -1,144 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibstat", "zlibstat.vcproj", "{745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testzlib", "testzlib.vcproj", "{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestZlibDll", "testzlibdll.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694366A}" - ProjectSection(ProjectDependencies) = postProject - {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcproj", "{48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}" - ProjectSection(ProjectDependencies) = postProject - {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniunz", "miniunz.vcproj", "{C52F9E7B-498A-42BE-8DB4-85A15694382A}" - ProjectSection(ProjectDependencies) = postProject - {8FD826F8-3739-44E6-8CC8-997122E53B8D} = {8FD826F8-3739-44E6-8CC8-997122E53B8D} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Itanium = Debug|Itanium - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Itanium = Release|Itanium - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - ReleaseWithoutAsm|Itanium = ReleaseWithoutAsm|Itanium - ReleaseWithoutAsm|Win32 = ReleaseWithoutAsm|Win32 - ReleaseWithoutAsm|x64 = ReleaseWithoutAsm|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.ActiveCfg = Debug|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Itanium.Build.0 = Debug|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.ActiveCfg = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|Win32.Build.0 = Debug|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.ActiveCfg = Release|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Itanium.Build.0 = Release|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.ActiveCfg = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|Win32.Build.0 = Release|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {8FD826F8-3739-44E6-8CC8-997122E53B8D}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.ActiveCfg = Debug|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Itanium.Build.0 = Debug|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.ActiveCfg = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|Win32.Build.0 = Debug|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.ActiveCfg = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Debug|x64.Build.0 = Debug|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.ActiveCfg = Release|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Itanium.Build.0 = Release|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.ActiveCfg = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|Win32.Build.0 = Release|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.ActiveCfg = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.Release|x64.Build.0 = Release|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {745DEC58-EBB3-47A9-A9B8-4C6627C01BF8}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = ReleaseWithoutAsm|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = ReleaseWithoutAsm|Itanium - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.Build.0 = ReleaseWithoutAsm|Win32 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = ReleaseWithoutAsm|x64 - {AA6666AA-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.Build.0 = ReleaseWithoutAsm|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.ActiveCfg = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Itanium.Build.0 = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694366A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.ActiveCfg = Debug|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Itanium.Build.0 = Debug|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.ActiveCfg = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|Win32.Build.0 = Debug|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.ActiveCfg = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Debug|x64.Build.0 = Debug|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.ActiveCfg = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Itanium.Build.0 = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|Win32.Build.0 = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.ActiveCfg = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.Release|x64.Build.0 = Release|x64 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {48CDD9DC-E09F-4135-9C0C-4FE50C3C654B}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.ActiveCfg = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Itanium.Build.0 = Debug|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.ActiveCfg = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|Win32.Build.0 = Debug|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.ActiveCfg = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Debug|x64.Build.0 = Debug|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|Win32.Build.0 = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.ActiveCfg = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.Release|x64.Build.0 = Release|x64 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.ActiveCfg = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Itanium.Build.0 = Release|Itanium - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|Win32.ActiveCfg = Release|Win32 - {C52F9E7B-498A-42BE-8DB4-85A15694382A}.ReleaseWithoutAsm|x64.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.vcproj b/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.vcproj deleted file mode 100644 index 30a5091..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/contrib/vstudio/vc9/zlibvc.vcproj +++ /dev/null @@ -1,1100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/crc32.c b/proj-web/thirdparty/zlib-1.3.1/crc32.c deleted file mode 100644 index 6c38f5c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/crc32.c +++ /dev/null @@ -1,1049 +0,0 @@ -/* crc32.c -- compute the CRC-32 of a data stream - * Copyright (C) 1995-2022 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - * - * This interleaved implementation of a CRC makes use of pipelined multiple - * arithmetic-logic units, commonly found in modern CPU cores. It is due to - * Kadatch and Jenkins (2010). See doc/crc-doc.1.0.pdf in this distribution. - */ - -/* @(#) $Id$ */ - -/* - Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore - protection on the static variables used to control the first-use generation - of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should - first call get_crc_table() to initialize the tables before allowing more than - one thread to use crc32(). - - MAKECRCH can be #defined to write out crc32.h. A main() routine is also - produced, so that this one source file can be compiled to an executable. - */ - -#ifdef MAKECRCH -# include -# ifndef DYNAMIC_CRC_TABLE -# define DYNAMIC_CRC_TABLE -# endif /* !DYNAMIC_CRC_TABLE */ -#endif /* MAKECRCH */ - -#include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */ - - /* - A CRC of a message is computed on N braids of words in the message, where - each word consists of W bytes (4 or 8). If N is 3, for example, then three - running sparse CRCs are calculated respectively on each braid, at these - indices in the array of words: 0, 3, 6, ..., 1, 4, 7, ..., and 2, 5, 8, ... - This is done starting at a word boundary, and continues until as many blocks - of N * W bytes as are available have been processed. The results are combined - into a single CRC at the end. For this code, N must be in the range 1..6 and - W must be 4 or 8. The upper limit on N can be increased if desired by adding - more #if blocks, extending the patterns apparent in the code. In addition, - crc32.h would need to be regenerated, if the maximum N value is increased. - - N and W are chosen empirically by benchmarking the execution time on a given - processor. The choices for N and W below were based on testing on Intel Kaby - Lake i7, AMD Ryzen 7, ARM Cortex-A57, Sparc64-VII, PowerPC POWER9, and MIPS64 - Octeon II processors. The Intel, AMD, and ARM processors were all fastest - with N=5, W=8. The Sparc, PowerPC, and MIPS64 were all fastest at N=5, W=4. - They were all tested with either gcc or clang, all using the -O3 optimization - level. Your mileage may vary. - */ - -/* Define N */ -#ifdef Z_TESTN -# define N Z_TESTN -#else -# define N 5 -#endif -#if N < 1 || N > 6 -# error N must be in 1..6 -#endif - -/* - z_crc_t must be at least 32 bits. z_word_t must be at least as long as - z_crc_t. It is assumed here that z_word_t is either 32 bits or 64 bits, and - that bytes are eight bits. - */ - -/* - Define W and the associated z_word_t type. If W is not defined, then a - braided calculation is not used, and the associated tables and code are not - compiled. - */ -#ifdef Z_TESTW -# if Z_TESTW-1 != -1 -# define W Z_TESTW -# endif -#else -# ifdef MAKECRCH -# define W 8 /* required for MAKECRCH */ -# else -# if defined(__x86_64__) || defined(__aarch64__) -# define W 8 -# else -# define W 4 -# endif -# endif -#endif -#ifdef W -# if W == 8 && defined(Z_U8) - typedef Z_U8 z_word_t; -# elif defined(Z_U4) -# undef W -# define W 4 - typedef Z_U4 z_word_t; -# else -# undef W -# endif -#endif - -/* If available, use the ARM processor CRC32 instruction. */ -#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) && W == 8 -# define ARMCRC32 -#endif - -#if defined(W) && (!defined(ARMCRC32) || defined(DYNAMIC_CRC_TABLE)) -/* - Swap the bytes in a z_word_t to convert between little and big endian. Any - self-respecting compiler will optimize this to a single machine byte-swap - instruction, if one is available. This assumes that word_t is either 32 bits - or 64 bits. - */ -local z_word_t byte_swap(z_word_t word) { -# if W == 8 - return - (word & 0xff00000000000000) >> 56 | - (word & 0xff000000000000) >> 40 | - (word & 0xff0000000000) >> 24 | - (word & 0xff00000000) >> 8 | - (word & 0xff000000) << 8 | - (word & 0xff0000) << 24 | - (word & 0xff00) << 40 | - (word & 0xff) << 56; -# else /* W == 4 */ - return - (word & 0xff000000) >> 24 | - (word & 0xff0000) >> 8 | - (word & 0xff00) << 8 | - (word & 0xff) << 24; -# endif -} -#endif - -#ifdef DYNAMIC_CRC_TABLE -/* ========================================================================= - * Table of powers of x for combining CRC-32s, filled in by make_crc_table() - * below. - */ - local z_crc_t FAR x2n_table[32]; -#else -/* ========================================================================= - * Tables for byte-wise and braided CRC-32 calculations, and a table of powers - * of x for combining CRC-32s, all made by make_crc_table(). - */ -# include "crc32.h" -#endif - -/* CRC polynomial. */ -#define POLY 0xedb88320 /* p(x) reflected, with x^32 implied */ - -/* - Return a(x) multiplied by b(x) modulo p(x), where p(x) is the CRC polynomial, - reflected. For speed, this requires that a not be zero. - */ -local z_crc_t multmodp(z_crc_t a, z_crc_t b) { - z_crc_t m, p; - - m = (z_crc_t)1 << 31; - p = 0; - for (;;) { - if (a & m) { - p ^= b; - if ((a & (m - 1)) == 0) - break; - } - m >>= 1; - b = b & 1 ? (b >> 1) ^ POLY : b >> 1; - } - return p; -} - -/* - Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been - initialized. - */ -local z_crc_t x2nmodp(z_off64_t n, unsigned k) { - z_crc_t p; - - p = (z_crc_t)1 << 31; /* x^0 == 1 */ - while (n) { - if (n & 1) - p = multmodp(x2n_table[k & 31], p); - n >>= 1; - k++; - } - return p; -} - -#ifdef DYNAMIC_CRC_TABLE -/* ========================================================================= - * Build the tables for byte-wise and braided CRC-32 calculations, and a table - * of powers of x for combining CRC-32s. - */ -local z_crc_t FAR crc_table[256]; -#ifdef W - local z_word_t FAR crc_big_table[256]; - local z_crc_t FAR crc_braid_table[W][256]; - local z_word_t FAR crc_braid_big_table[W][256]; - local void braid(z_crc_t [][256], z_word_t [][256], int, int); -#endif -#ifdef MAKECRCH - local void write_table(FILE *, const z_crc_t FAR *, int); - local void write_table32hi(FILE *, const z_word_t FAR *, int); - local void write_table64(FILE *, const z_word_t FAR *, int); -#endif /* MAKECRCH */ - -/* - Define a once() function depending on the availability of atomics. If this is - compiled with DYNAMIC_CRC_TABLE defined, and if CRCs will be computed in - multiple threads, and if atomics are not available, then get_crc_table() must - be called to initialize the tables and must return before any threads are - allowed to compute or combine CRCs. - */ - -/* Definition of once functionality. */ -typedef struct once_s once_t; - -/* Check for the availability of atomics. */ -#if defined(__STDC__) && __STDC_VERSION__ >= 201112L && \ - !defined(__STDC_NO_ATOMICS__) - -#include - -/* Structure for once(), which must be initialized with ONCE_INIT. */ -struct once_s { - atomic_flag begun; - atomic_int done; -}; -#define ONCE_INIT {ATOMIC_FLAG_INIT, 0} - -/* - Run the provided init() function exactly once, even if multiple threads - invoke once() at the same time. The state must be a once_t initialized with - ONCE_INIT. - */ -local void once(once_t *state, void (*init)(void)) { - if (!atomic_load(&state->done)) { - if (atomic_flag_test_and_set(&state->begun)) - while (!atomic_load(&state->done)) - ; - else { - init(); - atomic_store(&state->done, 1); - } - } -} - -#else /* no atomics */ - -/* Structure for once(), which must be initialized with ONCE_INIT. */ -struct once_s { - volatile int begun; - volatile int done; -}; -#define ONCE_INIT {0, 0} - -/* Test and set. Alas, not atomic, but tries to minimize the period of - vulnerability. */ -local int test_and_set(int volatile *flag) { - int was; - - was = *flag; - *flag = 1; - return was; -} - -/* Run the provided init() function once. This is not thread-safe. */ -local void once(once_t *state, void (*init)(void)) { - if (!state->done) { - if (test_and_set(&state->begun)) - while (!state->done) - ; - else { - init(); - state->done = 1; - } - } -} - -#endif - -/* State for once(). */ -local once_t made = ONCE_INIT; - -/* - Generate tables for a byte-wise 32-bit CRC calculation on the polynomial: - x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+1. - - Polynomials over GF(2) are represented in binary, one bit per coefficient, - with the lowest powers in the most significant bit. Then adding polynomials - is just exclusive-or, and multiplying a polynomial by x is a right shift by - one. If we call the above polynomial p, and represent a byte as the - polynomial q, also with the lowest power in the most significant bit (so the - byte 0xb1 is the polynomial x^7+x^3+x^2+1), then the CRC is (q*x^32) mod p, - where a mod b means the remainder after dividing a by b. - - This calculation is done using the shift-register method of multiplying and - taking the remainder. The register is initialized to zero, and for each - incoming bit, x^32 is added mod p to the register if the bit is a one (where - x^32 mod p is p+x^32 = x^26+...+1), and the register is multiplied mod p by x - (which is shifting right by one and adding x^32 mod p if the bit shifted out - is a one). We start with the highest power (least significant bit) of q and - repeat for all eight bits of q. - - The table is simply the CRC of all possible eight bit values. This is all the - information needed to generate CRCs on data a byte at a time for all - combinations of CRC register values and incoming bytes. - */ - -local void make_crc_table(void) { - unsigned i, j, n; - z_crc_t p; - - /* initialize the CRC of bytes tables */ - for (i = 0; i < 256; i++) { - p = i; - for (j = 0; j < 8; j++) - p = p & 1 ? (p >> 1) ^ POLY : p >> 1; - crc_table[i] = p; -#ifdef W - crc_big_table[i] = byte_swap(p); -#endif - } - - /* initialize the x^2^n mod p(x) table */ - p = (z_crc_t)1 << 30; /* x^1 */ - x2n_table[0] = p; - for (n = 1; n < 32; n++) - x2n_table[n] = p = multmodp(p, p); - -#ifdef W - /* initialize the braiding tables -- needs x2n_table[] */ - braid(crc_braid_table, crc_braid_big_table, N, W); -#endif - -#ifdef MAKECRCH - { - /* - The crc32.h header file contains tables for both 32-bit and 64-bit - z_word_t's, and so requires a 64-bit type be available. In that case, - z_word_t must be defined to be 64-bits. This code then also generates - and writes out the tables for the case that z_word_t is 32 bits. - */ -#if !defined(W) || W != 8 -# error Need a 64-bit integer type in order to generate crc32.h. -#endif - FILE *out; - int k, n; - z_crc_t ltl[8][256]; - z_word_t big[8][256]; - - out = fopen("crc32.h", "w"); - if (out == NULL) return; - - /* write out little-endian CRC table to crc32.h */ - fprintf(out, - "/* crc32.h -- tables for rapid CRC calculation\n" - " * Generated automatically by crc32.c\n */\n" - "\n" - "local const z_crc_t FAR crc_table[] = {\n" - " "); - write_table(out, crc_table, 256); - fprintf(out, - "};\n"); - - /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */ - fprintf(out, - "\n" - "#ifdef W\n" - "\n" - "#if W == 8\n" - "\n" - "local const z_word_t FAR crc_big_table[] = {\n" - " "); - write_table64(out, crc_big_table, 256); - fprintf(out, - "};\n"); - - /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */ - fprintf(out, - "\n" - "#else /* W == 4 */\n" - "\n" - "local const z_word_t FAR crc_big_table[] = {\n" - " "); - write_table32hi(out, crc_big_table, 256); - fprintf(out, - "};\n" - "\n" - "#endif\n"); - - /* write out braid tables for each value of N */ - for (n = 1; n <= 6; n++) { - fprintf(out, - "\n" - "#if N == %d\n", n); - - /* compute braid tables for this N and 64-bit word_t */ - braid(ltl, big, n, 8); - - /* write out braid tables for 64-bit z_word_t to crc32.h */ - fprintf(out, - "\n" - "#if W == 8\n" - "\n" - "local const z_crc_t FAR crc_braid_table[][256] = {\n"); - for (k = 0; k < 8; k++) { - fprintf(out, " {"); - write_table(out, ltl[k], 256); - fprintf(out, "}%s", k < 7 ? ",\n" : ""); - } - fprintf(out, - "};\n" - "\n" - "local const z_word_t FAR crc_braid_big_table[][256] = {\n"); - for (k = 0; k < 8; k++) { - fprintf(out, " {"); - write_table64(out, big[k], 256); - fprintf(out, "}%s", k < 7 ? ",\n" : ""); - } - fprintf(out, - "};\n"); - - /* compute braid tables for this N and 32-bit word_t */ - braid(ltl, big, n, 4); - - /* write out braid tables for 32-bit z_word_t to crc32.h */ - fprintf(out, - "\n" - "#else /* W == 4 */\n" - "\n" - "local const z_crc_t FAR crc_braid_table[][256] = {\n"); - for (k = 0; k < 4; k++) { - fprintf(out, " {"); - write_table(out, ltl[k], 256); - fprintf(out, "}%s", k < 3 ? ",\n" : ""); - } - fprintf(out, - "};\n" - "\n" - "local const z_word_t FAR crc_braid_big_table[][256] = {\n"); - for (k = 0; k < 4; k++) { - fprintf(out, " {"); - write_table32hi(out, big[k], 256); - fprintf(out, "}%s", k < 3 ? ",\n" : ""); - } - fprintf(out, - "};\n" - "\n" - "#endif\n" - "\n" - "#endif\n"); - } - fprintf(out, - "\n" - "#endif\n"); - - /* write out zeros operator table to crc32.h */ - fprintf(out, - "\n" - "local const z_crc_t FAR x2n_table[] = {\n" - " "); - write_table(out, x2n_table, 32); - fprintf(out, - "};\n"); - fclose(out); - } -#endif /* MAKECRCH */ -} - -#ifdef MAKECRCH - -/* - Write the 32-bit values in table[0..k-1] to out, five per line in - hexadecimal separated by commas. - */ -local void write_table(FILE *out, const z_crc_t FAR *table, int k) { - int n; - - for (n = 0; n < k; n++) - fprintf(out, "%s0x%08lx%s", n == 0 || n % 5 ? "" : " ", - (unsigned long)(table[n]), - n == k - 1 ? "" : (n % 5 == 4 ? ",\n" : ", ")); -} - -/* - Write the high 32-bits of each value in table[0..k-1] to out, five per line - in hexadecimal separated by commas. - */ -local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) { - int n; - - for (n = 0; n < k; n++) - fprintf(out, "%s0x%08lx%s", n == 0 || n % 5 ? "" : " ", - (unsigned long)(table[n] >> 32), - n == k - 1 ? "" : (n % 5 == 4 ? ",\n" : ", ")); -} - -/* - Write the 64-bit values in table[0..k-1] to out, three per line in - hexadecimal separated by commas. This assumes that if there is a 64-bit - type, then there is also a long long integer type, and it is at least 64 - bits. If not, then the type cast and format string can be adjusted - accordingly. - */ -local void write_table64(FILE *out, const z_word_t FAR *table, int k) { - int n; - - for (n = 0; n < k; n++) - fprintf(out, "%s0x%016llx%s", n == 0 || n % 3 ? "" : " ", - (unsigned long long)(table[n]), - n == k - 1 ? "" : (n % 3 == 2 ? ",\n" : ", ")); -} - -/* Actually do the deed. */ -int main(void) { - make_crc_table(); - return 0; -} - -#endif /* MAKECRCH */ - -#ifdef W -/* - Generate the little and big-endian braid tables for the given n and z_word_t - size w. Each array must have room for w blocks of 256 elements. - */ -local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { - int k; - z_crc_t i, p, q; - for (k = 0; k < w; k++) { - p = x2nmodp((n * w + 3 - k) << 3, 0); - ltl[k][0] = 0; - big[w - 1 - k][0] = 0; - for (i = 1; i < 256; i++) { - ltl[k][i] = q = multmodp(i << 24, p); - big[w - 1 - k][i] = byte_swap(q); - } - } -} -#endif - -#endif /* DYNAMIC_CRC_TABLE */ - -/* ========================================================================= - * This function can be used by asm versions of crc32(), and to force the - * generation of the CRC tables in a threaded application. - */ -const z_crc_t FAR * ZEXPORT get_crc_table(void) { -#ifdef DYNAMIC_CRC_TABLE - once(&made, make_crc_table); -#endif /* DYNAMIC_CRC_TABLE */ - return (const z_crc_t FAR *)crc_table; -} - -/* ========================================================================= - * Use ARM machine instructions if available. This will compute the CRC about - * ten times faster than the braided calculation. This code does not check for - * the presence of the CRC instruction at run time. __ARM_FEATURE_CRC32 will - * only be defined if the compilation specifies an ARM processor architecture - * that has the instructions. For example, compiling with -march=armv8.1-a or - * -march=armv8-a+crc, or -march=native if the compile machine has the crc32 - * instructions. - */ -#ifdef ARMCRC32 - -/* - Constants empirically determined to maximize speed. These values are from - measurements on a Cortex-A57. Your mileage may vary. - */ -#define Z_BATCH 3990 /* number of words in a batch */ -#define Z_BATCH_ZEROS 0xa10d3d0c /* computed from Z_BATCH = 3990 */ -#define Z_BATCH_MIN 800 /* fewest words in a final batch */ - -unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, - z_size_t len) { - z_crc_t val; - z_word_t crc1, crc2; - const z_word_t *word; - z_word_t val0, val1, val2; - z_size_t last, last2, i; - z_size_t num; - - /* Return initial CRC, if requested. */ - if (buf == Z_NULL) return 0; - -#ifdef DYNAMIC_CRC_TABLE - once(&made, make_crc_table); -#endif /* DYNAMIC_CRC_TABLE */ - - /* Pre-condition the CRC */ - crc = (~crc) & 0xffffffff; - - /* Compute the CRC up to a word boundary. */ - while (len && ((z_size_t)buf & 7) != 0) { - len--; - val = *buf++; - __asm__ volatile("crc32b %w0, %w0, %w1" : "+r"(crc) : "r"(val)); - } - - /* Prepare to compute the CRC on full 64-bit words word[0..num-1]. */ - word = (z_word_t const *)buf; - num = len >> 3; - len &= 7; - - /* Do three interleaved CRCs to realize the throughput of one crc32x - instruction per cycle. Each CRC is calculated on Z_BATCH words. The - three CRCs are combined into a single CRC after each set of batches. */ - while (num >= 3 * Z_BATCH) { - crc1 = 0; - crc2 = 0; - for (i = 0; i < Z_BATCH; i++) { - val0 = word[i]; - val1 = word[i + Z_BATCH]; - val2 = word[i + 2 * Z_BATCH]; - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc1) : "r"(val1)); - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); - } - word += 3 * Z_BATCH; - num -= 3 * Z_BATCH; - crc = multmodp(Z_BATCH_ZEROS, crc) ^ crc1; - crc = multmodp(Z_BATCH_ZEROS, crc) ^ crc2; - } - - /* Do one last smaller batch with the remaining words, if there are enough - to pay for the combination of CRCs. */ - last = num / 3; - if (last >= Z_BATCH_MIN) { - last2 = last << 1; - crc1 = 0; - crc2 = 0; - for (i = 0; i < last; i++) { - val0 = word[i]; - val1 = word[i + last]; - val2 = word[i + last2]; - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc1) : "r"(val1)); - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); - } - word += 3 * last; - num -= 3 * last; - val = x2nmodp(last, 6); - crc = multmodp(val, crc) ^ crc1; - crc = multmodp(val, crc) ^ crc2; - } - - /* Compute the CRC on any remaining words. */ - for (i = 0; i < num; i++) { - val0 = word[i]; - __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc) : "r"(val0)); - } - word += num; - - /* Complete the CRC on any remaining bytes. */ - buf = (const unsigned char FAR *)word; - while (len) { - len--; - val = *buf++; - __asm__ volatile("crc32b %w0, %w0, %w1" : "+r"(crc) : "r"(val)); - } - - /* Return the CRC, post-conditioned. */ - return crc ^ 0xffffffff; -} - -#else - -#ifdef W - -/* - Return the CRC of the W bytes in the word_t data, taking the - least-significant byte of the word as the first byte of data, without any pre - or post conditioning. This is used to combine the CRCs of each braid. - */ -local z_crc_t crc_word(z_word_t data) { - int k; - for (k = 0; k < W; k++) - data = (data >> 8) ^ crc_table[data & 0xff]; - return (z_crc_t)data; -} - -local z_word_t crc_word_big(z_word_t data) { - int k; - for (k = 0; k < W; k++) - data = (data << 8) ^ - crc_big_table[(data >> ((W - 1) << 3)) & 0xff]; - return data; -} - -#endif - -/* ========================================================================= */ -unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, - z_size_t len) { - /* Return initial CRC, if requested. */ - if (buf == Z_NULL) return 0; - -#ifdef DYNAMIC_CRC_TABLE - once(&made, make_crc_table); -#endif /* DYNAMIC_CRC_TABLE */ - - /* Pre-condition the CRC */ - crc = (~crc) & 0xffffffff; - -#ifdef W - - /* If provided enough bytes, do a braided CRC calculation. */ - if (len >= N * W + W - 1) { - z_size_t blks; - z_word_t const *words; - unsigned endian; - int k; - - /* Compute the CRC up to a z_word_t boundary. */ - while (len && ((z_size_t)buf & (W - 1)) != 0) { - len--; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - } - - /* Compute the CRC on as many N z_word_t blocks as are available. */ - blks = len / (N * W); - len -= blks * N * W; - words = (z_word_t const *)buf; - - /* Do endian check at execution time instead of compile time, since ARM - processors can change the endianness at execution time. If the - compiler knows what the endianness will be, it can optimize out the - check and the unused branch. */ - endian = 1; - if (*(unsigned char *)&endian) { - /* Little endian. */ - - z_crc_t crc0; - z_word_t word0; -#if N > 1 - z_crc_t crc1; - z_word_t word1; -#if N > 2 - z_crc_t crc2; - z_word_t word2; -#if N > 3 - z_crc_t crc3; - z_word_t word3; -#if N > 4 - z_crc_t crc4; - z_word_t word4; -#if N > 5 - z_crc_t crc5; - z_word_t word5; -#endif -#endif -#endif -#endif -#endif - - /* Initialize the CRC for each braid. */ - crc0 = crc; -#if N > 1 - crc1 = 0; -#if N > 2 - crc2 = 0; -#if N > 3 - crc3 = 0; -#if N > 4 - crc4 = 0; -#if N > 5 - crc5 = 0; -#endif -#endif -#endif -#endif -#endif - - /* - Process the first blks-1 blocks, computing the CRCs on each braid - independently. - */ - while (--blks) { - /* Load the word for each braid into registers. */ - word0 = crc0 ^ words[0]; -#if N > 1 - word1 = crc1 ^ words[1]; -#if N > 2 - word2 = crc2 ^ words[2]; -#if N > 3 - word3 = crc3 ^ words[3]; -#if N > 4 - word4 = crc4 ^ words[4]; -#if N > 5 - word5 = crc5 ^ words[5]; -#endif -#endif -#endif -#endif -#endif - words += N; - - /* Compute and update the CRC for each word. The loop should - get unrolled. */ - crc0 = crc_braid_table[0][word0 & 0xff]; -#if N > 1 - crc1 = crc_braid_table[0][word1 & 0xff]; -#if N > 2 - crc2 = crc_braid_table[0][word2 & 0xff]; -#if N > 3 - crc3 = crc_braid_table[0][word3 & 0xff]; -#if N > 4 - crc4 = crc_braid_table[0][word4 & 0xff]; -#if N > 5 - crc5 = crc_braid_table[0][word5 & 0xff]; -#endif -#endif -#endif -#endif -#endif - for (k = 1; k < W; k++) { - crc0 ^= crc_braid_table[k][(word0 >> (k << 3)) & 0xff]; -#if N > 1 - crc1 ^= crc_braid_table[k][(word1 >> (k << 3)) & 0xff]; -#if N > 2 - crc2 ^= crc_braid_table[k][(word2 >> (k << 3)) & 0xff]; -#if N > 3 - crc3 ^= crc_braid_table[k][(word3 >> (k << 3)) & 0xff]; -#if N > 4 - crc4 ^= crc_braid_table[k][(word4 >> (k << 3)) & 0xff]; -#if N > 5 - crc5 ^= crc_braid_table[k][(word5 >> (k << 3)) & 0xff]; -#endif -#endif -#endif -#endif -#endif - } - } - - /* - Process the last block, combining the CRCs of the N braids at the - same time. - */ - crc = crc_word(crc0 ^ words[0]); -#if N > 1 - crc = crc_word(crc1 ^ words[1] ^ crc); -#if N > 2 - crc = crc_word(crc2 ^ words[2] ^ crc); -#if N > 3 - crc = crc_word(crc3 ^ words[3] ^ crc); -#if N > 4 - crc = crc_word(crc4 ^ words[4] ^ crc); -#if N > 5 - crc = crc_word(crc5 ^ words[5] ^ crc); -#endif -#endif -#endif -#endif -#endif - words += N; - } - else { - /* Big endian. */ - - z_word_t crc0, word0, comb; -#if N > 1 - z_word_t crc1, word1; -#if N > 2 - z_word_t crc2, word2; -#if N > 3 - z_word_t crc3, word3; -#if N > 4 - z_word_t crc4, word4; -#if N > 5 - z_word_t crc5, word5; -#endif -#endif -#endif -#endif -#endif - - /* Initialize the CRC for each braid. */ - crc0 = byte_swap(crc); -#if N > 1 - crc1 = 0; -#if N > 2 - crc2 = 0; -#if N > 3 - crc3 = 0; -#if N > 4 - crc4 = 0; -#if N > 5 - crc5 = 0; -#endif -#endif -#endif -#endif -#endif - - /* - Process the first blks-1 blocks, computing the CRCs on each braid - independently. - */ - while (--blks) { - /* Load the word for each braid into registers. */ - word0 = crc0 ^ words[0]; -#if N > 1 - word1 = crc1 ^ words[1]; -#if N > 2 - word2 = crc2 ^ words[2]; -#if N > 3 - word3 = crc3 ^ words[3]; -#if N > 4 - word4 = crc4 ^ words[4]; -#if N > 5 - word5 = crc5 ^ words[5]; -#endif -#endif -#endif -#endif -#endif - words += N; - - /* Compute and update the CRC for each word. The loop should - get unrolled. */ - crc0 = crc_braid_big_table[0][word0 & 0xff]; -#if N > 1 - crc1 = crc_braid_big_table[0][word1 & 0xff]; -#if N > 2 - crc2 = crc_braid_big_table[0][word2 & 0xff]; -#if N > 3 - crc3 = crc_braid_big_table[0][word3 & 0xff]; -#if N > 4 - crc4 = crc_braid_big_table[0][word4 & 0xff]; -#if N > 5 - crc5 = crc_braid_big_table[0][word5 & 0xff]; -#endif -#endif -#endif -#endif -#endif - for (k = 1; k < W; k++) { - crc0 ^= crc_braid_big_table[k][(word0 >> (k << 3)) & 0xff]; -#if N > 1 - crc1 ^= crc_braid_big_table[k][(word1 >> (k << 3)) & 0xff]; -#if N > 2 - crc2 ^= crc_braid_big_table[k][(word2 >> (k << 3)) & 0xff]; -#if N > 3 - crc3 ^= crc_braid_big_table[k][(word3 >> (k << 3)) & 0xff]; -#if N > 4 - crc4 ^= crc_braid_big_table[k][(word4 >> (k << 3)) & 0xff]; -#if N > 5 - crc5 ^= crc_braid_big_table[k][(word5 >> (k << 3)) & 0xff]; -#endif -#endif -#endif -#endif -#endif - } - } - - /* - Process the last block, combining the CRCs of the N braids at the - same time. - */ - comb = crc_word_big(crc0 ^ words[0]); -#if N > 1 - comb = crc_word_big(crc1 ^ words[1] ^ comb); -#if N > 2 - comb = crc_word_big(crc2 ^ words[2] ^ comb); -#if N > 3 - comb = crc_word_big(crc3 ^ words[3] ^ comb); -#if N > 4 - comb = crc_word_big(crc4 ^ words[4] ^ comb); -#if N > 5 - comb = crc_word_big(crc5 ^ words[5] ^ comb); -#endif -#endif -#endif -#endif -#endif - words += N; - crc = byte_swap(comb); - } - - /* - Update the pointer to the remaining bytes to process. - */ - buf = (unsigned char const *)words; - } - -#endif /* W */ - - /* Complete the computation of the CRC on any remaining bytes. */ - while (len >= 8) { - len -= 8; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - } - while (len) { - len--; - crc = (crc >> 8) ^ crc_table[(crc ^ *buf++) & 0xff]; - } - - /* Return the CRC, post-conditioned. */ - return crc ^ 0xffffffff; -} - -#endif - -/* ========================================================================= */ -unsigned long ZEXPORT crc32(unsigned long crc, const unsigned char FAR *buf, - uInt len) { - return crc32_z(crc, buf, len); -} - -/* ========================================================================= */ -uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { -#ifdef DYNAMIC_CRC_TABLE - once(&made, make_crc_table); -#endif /* DYNAMIC_CRC_TABLE */ - return multmodp(x2nmodp(len2, 3), crc1) ^ (crc2 & 0xffffffff); -} - -/* ========================================================================= */ -uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { - return crc32_combine64(crc1, crc2, (z_off64_t)len2); -} - -/* ========================================================================= */ -uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { -#ifdef DYNAMIC_CRC_TABLE - once(&made, make_crc_table); -#endif /* DYNAMIC_CRC_TABLE */ - return x2nmodp(len2, 3); -} - -/* ========================================================================= */ -uLong ZEXPORT crc32_combine_gen(z_off_t len2) { - return crc32_combine_gen64((z_off64_t)len2); -} - -/* ========================================================================= */ -uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) { - return multmodp(op, crc1) ^ (crc2 & 0xffffffff); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/crc32.h b/proj-web/thirdparty/zlib-1.3.1/crc32.h deleted file mode 100644 index 137df68..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/crc32.h +++ /dev/null @@ -1,9446 +0,0 @@ -/* crc32.h -- tables for rapid CRC calculation - * Generated automatically by crc32.c - */ - -local const z_crc_t FAR crc_table[] = { - 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, - 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, - 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, - 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, - 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, - 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, - 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, - 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, - 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, - 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, - 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, - 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, - 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, - 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, - 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, - 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, - 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, - 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, - 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, - 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, - 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, - 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, - 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, - 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, - 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, - 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, - 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, - 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, - 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, - 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, - 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, - 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, - 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, - 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, - 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, - 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, - 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, - 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, - 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, - 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, - 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, - 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, - 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, - 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, - 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, - 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, - 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, - 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, - 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, - 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, - 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, - 0x2d02ef8d}; - -#ifdef W - -#if W == 8 - -local const z_word_t FAR crc_big_table[] = { - 0x0000000000000000, 0x9630077700000000, 0x2c610eee00000000, - 0xba51099900000000, 0x19c46d0700000000, 0x8ff46a7000000000, - 0x35a563e900000000, 0xa395649e00000000, 0x3288db0e00000000, - 0xa4b8dc7900000000, 0x1ee9d5e000000000, 0x88d9d29700000000, - 0x2b4cb60900000000, 0xbd7cb17e00000000, 0x072db8e700000000, - 0x911dbf9000000000, 0x6410b71d00000000, 0xf220b06a00000000, - 0x4871b9f300000000, 0xde41be8400000000, 0x7dd4da1a00000000, - 0xebe4dd6d00000000, 0x51b5d4f400000000, 0xc785d38300000000, - 0x56986c1300000000, 0xc0a86b6400000000, 0x7af962fd00000000, - 0xecc9658a00000000, 0x4f5c011400000000, 0xd96c066300000000, - 0x633d0ffa00000000, 0xf50d088d00000000, 0xc8206e3b00000000, - 0x5e10694c00000000, 0xe44160d500000000, 0x727167a200000000, - 0xd1e4033c00000000, 0x47d4044b00000000, 0xfd850dd200000000, - 0x6bb50aa500000000, 0xfaa8b53500000000, 0x6c98b24200000000, - 0xd6c9bbdb00000000, 0x40f9bcac00000000, 0xe36cd83200000000, - 0x755cdf4500000000, 0xcf0dd6dc00000000, 0x593dd1ab00000000, - 0xac30d92600000000, 0x3a00de5100000000, 0x8051d7c800000000, - 0x1661d0bf00000000, 0xb5f4b42100000000, 0x23c4b35600000000, - 0x9995bacf00000000, 0x0fa5bdb800000000, 0x9eb8022800000000, - 0x0888055f00000000, 0xb2d90cc600000000, 0x24e90bb100000000, - 0x877c6f2f00000000, 0x114c685800000000, 0xab1d61c100000000, - 0x3d2d66b600000000, 0x9041dc7600000000, 0x0671db0100000000, - 0xbc20d29800000000, 0x2a10d5ef00000000, 0x8985b17100000000, - 0x1fb5b60600000000, 0xa5e4bf9f00000000, 0x33d4b8e800000000, - 0xa2c9077800000000, 0x34f9000f00000000, 0x8ea8099600000000, - 0x18980ee100000000, 0xbb0d6a7f00000000, 0x2d3d6d0800000000, - 0x976c649100000000, 0x015c63e600000000, 0xf4516b6b00000000, - 0x62616c1c00000000, 0xd830658500000000, 0x4e0062f200000000, - 0xed95066c00000000, 0x7ba5011b00000000, 0xc1f4088200000000, - 0x57c40ff500000000, 0xc6d9b06500000000, 0x50e9b71200000000, - 0xeab8be8b00000000, 0x7c88b9fc00000000, 0xdf1ddd6200000000, - 0x492dda1500000000, 0xf37cd38c00000000, 0x654cd4fb00000000, - 0x5861b24d00000000, 0xce51b53a00000000, 0x7400bca300000000, - 0xe230bbd400000000, 0x41a5df4a00000000, 0xd795d83d00000000, - 0x6dc4d1a400000000, 0xfbf4d6d300000000, 0x6ae9694300000000, - 0xfcd96e3400000000, 0x468867ad00000000, 0xd0b860da00000000, - 0x732d044400000000, 0xe51d033300000000, 0x5f4c0aaa00000000, - 0xc97c0ddd00000000, 0x3c71055000000000, 0xaa41022700000000, - 0x10100bbe00000000, 0x86200cc900000000, 0x25b5685700000000, - 0xb3856f2000000000, 0x09d466b900000000, 0x9fe461ce00000000, - 0x0ef9de5e00000000, 0x98c9d92900000000, 0x2298d0b000000000, - 0xb4a8d7c700000000, 0x173db35900000000, 0x810db42e00000000, - 0x3b5cbdb700000000, 0xad6cbac000000000, 0x2083b8ed00000000, - 0xb6b3bf9a00000000, 0x0ce2b60300000000, 0x9ad2b17400000000, - 0x3947d5ea00000000, 0xaf77d29d00000000, 0x1526db0400000000, - 0x8316dc7300000000, 0x120b63e300000000, 0x843b649400000000, - 0x3e6a6d0d00000000, 0xa85a6a7a00000000, 0x0bcf0ee400000000, - 0x9dff099300000000, 0x27ae000a00000000, 0xb19e077d00000000, - 0x44930ff000000000, 0xd2a3088700000000, 0x68f2011e00000000, - 0xfec2066900000000, 0x5d5762f700000000, 0xcb67658000000000, - 0x71366c1900000000, 0xe7066b6e00000000, 0x761bd4fe00000000, - 0xe02bd38900000000, 0x5a7ada1000000000, 0xcc4add6700000000, - 0x6fdfb9f900000000, 0xf9efbe8e00000000, 0x43beb71700000000, - 0xd58eb06000000000, 0xe8a3d6d600000000, 0x7e93d1a100000000, - 0xc4c2d83800000000, 0x52f2df4f00000000, 0xf167bbd100000000, - 0x6757bca600000000, 0xdd06b53f00000000, 0x4b36b24800000000, - 0xda2b0dd800000000, 0x4c1b0aaf00000000, 0xf64a033600000000, - 0x607a044100000000, 0xc3ef60df00000000, 0x55df67a800000000, - 0xef8e6e3100000000, 0x79be694600000000, 0x8cb361cb00000000, - 0x1a8366bc00000000, 0xa0d26f2500000000, 0x36e2685200000000, - 0x95770ccc00000000, 0x03470bbb00000000, 0xb916022200000000, - 0x2f26055500000000, 0xbe3bbac500000000, 0x280bbdb200000000, - 0x925ab42b00000000, 0x046ab35c00000000, 0xa7ffd7c200000000, - 0x31cfd0b500000000, 0x8b9ed92c00000000, 0x1daede5b00000000, - 0xb0c2649b00000000, 0x26f263ec00000000, 0x9ca36a7500000000, - 0x0a936d0200000000, 0xa906099c00000000, 0x3f360eeb00000000, - 0x8567077200000000, 0x1357000500000000, 0x824abf9500000000, - 0x147ab8e200000000, 0xae2bb17b00000000, 0x381bb60c00000000, - 0x9b8ed29200000000, 0x0dbed5e500000000, 0xb7efdc7c00000000, - 0x21dfdb0b00000000, 0xd4d2d38600000000, 0x42e2d4f100000000, - 0xf8b3dd6800000000, 0x6e83da1f00000000, 0xcd16be8100000000, - 0x5b26b9f600000000, 0xe177b06f00000000, 0x7747b71800000000, - 0xe65a088800000000, 0x706a0fff00000000, 0xca3b066600000000, - 0x5c0b011100000000, 0xff9e658f00000000, 0x69ae62f800000000, - 0xd3ff6b6100000000, 0x45cf6c1600000000, 0x78e20aa000000000, - 0xeed20dd700000000, 0x5483044e00000000, 0xc2b3033900000000, - 0x612667a700000000, 0xf71660d000000000, 0x4d47694900000000, - 0xdb776e3e00000000, 0x4a6ad1ae00000000, 0xdc5ad6d900000000, - 0x660bdf4000000000, 0xf03bd83700000000, 0x53aebca900000000, - 0xc59ebbde00000000, 0x7fcfb24700000000, 0xe9ffb53000000000, - 0x1cf2bdbd00000000, 0x8ac2baca00000000, 0x3093b35300000000, - 0xa6a3b42400000000, 0x0536d0ba00000000, 0x9306d7cd00000000, - 0x2957de5400000000, 0xbf67d92300000000, 0x2e7a66b300000000, - 0xb84a61c400000000, 0x021b685d00000000, 0x942b6f2a00000000, - 0x37be0bb400000000, 0xa18e0cc300000000, 0x1bdf055a00000000, - 0x8def022d00000000}; - -#else /* W == 4 */ - -local const z_word_t FAR crc_big_table[] = { - 0x00000000, 0x96300777, 0x2c610eee, 0xba510999, 0x19c46d07, - 0x8ff46a70, 0x35a563e9, 0xa395649e, 0x3288db0e, 0xa4b8dc79, - 0x1ee9d5e0, 0x88d9d297, 0x2b4cb609, 0xbd7cb17e, 0x072db8e7, - 0x911dbf90, 0x6410b71d, 0xf220b06a, 0x4871b9f3, 0xde41be84, - 0x7dd4da1a, 0xebe4dd6d, 0x51b5d4f4, 0xc785d383, 0x56986c13, - 0xc0a86b64, 0x7af962fd, 0xecc9658a, 0x4f5c0114, 0xd96c0663, - 0x633d0ffa, 0xf50d088d, 0xc8206e3b, 0x5e10694c, 0xe44160d5, - 0x727167a2, 0xd1e4033c, 0x47d4044b, 0xfd850dd2, 0x6bb50aa5, - 0xfaa8b535, 0x6c98b242, 0xd6c9bbdb, 0x40f9bcac, 0xe36cd832, - 0x755cdf45, 0xcf0dd6dc, 0x593dd1ab, 0xac30d926, 0x3a00de51, - 0x8051d7c8, 0x1661d0bf, 0xb5f4b421, 0x23c4b356, 0x9995bacf, - 0x0fa5bdb8, 0x9eb80228, 0x0888055f, 0xb2d90cc6, 0x24e90bb1, - 0x877c6f2f, 0x114c6858, 0xab1d61c1, 0x3d2d66b6, 0x9041dc76, - 0x0671db01, 0xbc20d298, 0x2a10d5ef, 0x8985b171, 0x1fb5b606, - 0xa5e4bf9f, 0x33d4b8e8, 0xa2c90778, 0x34f9000f, 0x8ea80996, - 0x18980ee1, 0xbb0d6a7f, 0x2d3d6d08, 0x976c6491, 0x015c63e6, - 0xf4516b6b, 0x62616c1c, 0xd8306585, 0x4e0062f2, 0xed95066c, - 0x7ba5011b, 0xc1f40882, 0x57c40ff5, 0xc6d9b065, 0x50e9b712, - 0xeab8be8b, 0x7c88b9fc, 0xdf1ddd62, 0x492dda15, 0xf37cd38c, - 0x654cd4fb, 0x5861b24d, 0xce51b53a, 0x7400bca3, 0xe230bbd4, - 0x41a5df4a, 0xd795d83d, 0x6dc4d1a4, 0xfbf4d6d3, 0x6ae96943, - 0xfcd96e34, 0x468867ad, 0xd0b860da, 0x732d0444, 0xe51d0333, - 0x5f4c0aaa, 0xc97c0ddd, 0x3c710550, 0xaa410227, 0x10100bbe, - 0x86200cc9, 0x25b56857, 0xb3856f20, 0x09d466b9, 0x9fe461ce, - 0x0ef9de5e, 0x98c9d929, 0x2298d0b0, 0xb4a8d7c7, 0x173db359, - 0x810db42e, 0x3b5cbdb7, 0xad6cbac0, 0x2083b8ed, 0xb6b3bf9a, - 0x0ce2b603, 0x9ad2b174, 0x3947d5ea, 0xaf77d29d, 0x1526db04, - 0x8316dc73, 0x120b63e3, 0x843b6494, 0x3e6a6d0d, 0xa85a6a7a, - 0x0bcf0ee4, 0x9dff0993, 0x27ae000a, 0xb19e077d, 0x44930ff0, - 0xd2a30887, 0x68f2011e, 0xfec20669, 0x5d5762f7, 0xcb676580, - 0x71366c19, 0xe7066b6e, 0x761bd4fe, 0xe02bd389, 0x5a7ada10, - 0xcc4add67, 0x6fdfb9f9, 0xf9efbe8e, 0x43beb717, 0xd58eb060, - 0xe8a3d6d6, 0x7e93d1a1, 0xc4c2d838, 0x52f2df4f, 0xf167bbd1, - 0x6757bca6, 0xdd06b53f, 0x4b36b248, 0xda2b0dd8, 0x4c1b0aaf, - 0xf64a0336, 0x607a0441, 0xc3ef60df, 0x55df67a8, 0xef8e6e31, - 0x79be6946, 0x8cb361cb, 0x1a8366bc, 0xa0d26f25, 0x36e26852, - 0x95770ccc, 0x03470bbb, 0xb9160222, 0x2f260555, 0xbe3bbac5, - 0x280bbdb2, 0x925ab42b, 0x046ab35c, 0xa7ffd7c2, 0x31cfd0b5, - 0x8b9ed92c, 0x1daede5b, 0xb0c2649b, 0x26f263ec, 0x9ca36a75, - 0x0a936d02, 0xa906099c, 0x3f360eeb, 0x85670772, 0x13570005, - 0x824abf95, 0x147ab8e2, 0xae2bb17b, 0x381bb60c, 0x9b8ed292, - 0x0dbed5e5, 0xb7efdc7c, 0x21dfdb0b, 0xd4d2d386, 0x42e2d4f1, - 0xf8b3dd68, 0x6e83da1f, 0xcd16be81, 0x5b26b9f6, 0xe177b06f, - 0x7747b718, 0xe65a0888, 0x706a0fff, 0xca3b0666, 0x5c0b0111, - 0xff9e658f, 0x69ae62f8, 0xd3ff6b61, 0x45cf6c16, 0x78e20aa0, - 0xeed20dd7, 0x5483044e, 0xc2b30339, 0x612667a7, 0xf71660d0, - 0x4d476949, 0xdb776e3e, 0x4a6ad1ae, 0xdc5ad6d9, 0x660bdf40, - 0xf03bd837, 0x53aebca9, 0xc59ebbde, 0x7fcfb247, 0xe9ffb530, - 0x1cf2bdbd, 0x8ac2baca, 0x3093b353, 0xa6a3b424, 0x0536d0ba, - 0x9306d7cd, 0x2957de54, 0xbf67d923, 0x2e7a66b3, 0xb84a61c4, - 0x021b685d, 0x942b6f2a, 0x37be0bb4, 0xa18e0cc3, 0x1bdf055a, - 0x8def022d}; - -#endif - -#if N == 1 - -#if W == 8 - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xccaa009e, 0x4225077d, 0x8e8f07e3, 0x844a0efa, - 0x48e00e64, 0xc66f0987, 0x0ac50919, 0xd3e51bb5, 0x1f4f1b2b, - 0x91c01cc8, 0x5d6a1c56, 0x57af154f, 0x9b0515d1, 0x158a1232, - 0xd92012ac, 0x7cbb312b, 0xb01131b5, 0x3e9e3656, 0xf23436c8, - 0xf8f13fd1, 0x345b3f4f, 0xbad438ac, 0x767e3832, 0xaf5e2a9e, - 0x63f42a00, 0xed7b2de3, 0x21d12d7d, 0x2b142464, 0xe7be24fa, - 0x69312319, 0xa59b2387, 0xf9766256, 0x35dc62c8, 0xbb53652b, - 0x77f965b5, 0x7d3c6cac, 0xb1966c32, 0x3f196bd1, 0xf3b36b4f, - 0x2a9379e3, 0xe639797d, 0x68b67e9e, 0xa41c7e00, 0xaed97719, - 0x62737787, 0xecfc7064, 0x205670fa, 0x85cd537d, 0x496753e3, - 0xc7e85400, 0x0b42549e, 0x01875d87, 0xcd2d5d19, 0x43a25afa, - 0x8f085a64, 0x562848c8, 0x9a824856, 0x140d4fb5, 0xd8a74f2b, - 0xd2624632, 0x1ec846ac, 0x9047414f, 0x5ced41d1, 0x299dc2ed, - 0xe537c273, 0x6bb8c590, 0xa712c50e, 0xadd7cc17, 0x617dcc89, - 0xeff2cb6a, 0x2358cbf4, 0xfa78d958, 0x36d2d9c6, 0xb85dde25, - 0x74f7debb, 0x7e32d7a2, 0xb298d73c, 0x3c17d0df, 0xf0bdd041, - 0x5526f3c6, 0x998cf358, 0x1703f4bb, 0xdba9f425, 0xd16cfd3c, - 0x1dc6fda2, 0x9349fa41, 0x5fe3fadf, 0x86c3e873, 0x4a69e8ed, - 0xc4e6ef0e, 0x084cef90, 0x0289e689, 0xce23e617, 0x40ace1f4, - 0x8c06e16a, 0xd0eba0bb, 0x1c41a025, 0x92cea7c6, 0x5e64a758, - 0x54a1ae41, 0x980baedf, 0x1684a93c, 0xda2ea9a2, 0x030ebb0e, - 0xcfa4bb90, 0x412bbc73, 0x8d81bced, 0x8744b5f4, 0x4beeb56a, - 0xc561b289, 0x09cbb217, 0xac509190, 0x60fa910e, 0xee7596ed, - 0x22df9673, 0x281a9f6a, 0xe4b09ff4, 0x6a3f9817, 0xa6959889, - 0x7fb58a25, 0xb31f8abb, 0x3d908d58, 0xf13a8dc6, 0xfbff84df, - 0x37558441, 0xb9da83a2, 0x7570833c, 0x533b85da, 0x9f918544, - 0x111e82a7, 0xddb48239, 0xd7718b20, 0x1bdb8bbe, 0x95548c5d, - 0x59fe8cc3, 0x80de9e6f, 0x4c749ef1, 0xc2fb9912, 0x0e51998c, - 0x04949095, 0xc83e900b, 0x46b197e8, 0x8a1b9776, 0x2f80b4f1, - 0xe32ab46f, 0x6da5b38c, 0xa10fb312, 0xabcaba0b, 0x6760ba95, - 0xe9efbd76, 0x2545bde8, 0xfc65af44, 0x30cfafda, 0xbe40a839, - 0x72eaa8a7, 0x782fa1be, 0xb485a120, 0x3a0aa6c3, 0xf6a0a65d, - 0xaa4de78c, 0x66e7e712, 0xe868e0f1, 0x24c2e06f, 0x2e07e976, - 0xe2ade9e8, 0x6c22ee0b, 0xa088ee95, 0x79a8fc39, 0xb502fca7, - 0x3b8dfb44, 0xf727fbda, 0xfde2f2c3, 0x3148f25d, 0xbfc7f5be, - 0x736df520, 0xd6f6d6a7, 0x1a5cd639, 0x94d3d1da, 0x5879d144, - 0x52bcd85d, 0x9e16d8c3, 0x1099df20, 0xdc33dfbe, 0x0513cd12, - 0xc9b9cd8c, 0x4736ca6f, 0x8b9ccaf1, 0x8159c3e8, 0x4df3c376, - 0xc37cc495, 0x0fd6c40b, 0x7aa64737, 0xb60c47a9, 0x3883404a, - 0xf42940d4, 0xfeec49cd, 0x32464953, 0xbcc94eb0, 0x70634e2e, - 0xa9435c82, 0x65e95c1c, 0xeb665bff, 0x27cc5b61, 0x2d095278, - 0xe1a352e6, 0x6f2c5505, 0xa386559b, 0x061d761c, 0xcab77682, - 0x44387161, 0x889271ff, 0x825778e6, 0x4efd7878, 0xc0727f9b, - 0x0cd87f05, 0xd5f86da9, 0x19526d37, 0x97dd6ad4, 0x5b776a4a, - 0x51b26353, 0x9d1863cd, 0x1397642e, 0xdf3d64b0, 0x83d02561, - 0x4f7a25ff, 0xc1f5221c, 0x0d5f2282, 0x079a2b9b, 0xcb302b05, - 0x45bf2ce6, 0x89152c78, 0x50353ed4, 0x9c9f3e4a, 0x121039a9, - 0xdeba3937, 0xd47f302e, 0x18d530b0, 0x965a3753, 0x5af037cd, - 0xff6b144a, 0x33c114d4, 0xbd4e1337, 0x71e413a9, 0x7b211ab0, - 0xb78b1a2e, 0x39041dcd, 0xf5ae1d53, 0x2c8e0fff, 0xe0240f61, - 0x6eab0882, 0xa201081c, 0xa8c40105, 0x646e019b, 0xeae10678, - 0x264b06e6}, - {0x00000000, 0xa6770bb4, 0x979f1129, 0x31e81a9d, 0xf44f2413, - 0x52382fa7, 0x63d0353a, 0xc5a73e8e, 0x33ef4e67, 0x959845d3, - 0xa4705f4e, 0x020754fa, 0xc7a06a74, 0x61d761c0, 0x503f7b5d, - 0xf64870e9, 0x67de9cce, 0xc1a9977a, 0xf0418de7, 0x56368653, - 0x9391b8dd, 0x35e6b369, 0x040ea9f4, 0xa279a240, 0x5431d2a9, - 0xf246d91d, 0xc3aec380, 0x65d9c834, 0xa07ef6ba, 0x0609fd0e, - 0x37e1e793, 0x9196ec27, 0xcfbd399c, 0x69ca3228, 0x582228b5, - 0xfe552301, 0x3bf21d8f, 0x9d85163b, 0xac6d0ca6, 0x0a1a0712, - 0xfc5277fb, 0x5a257c4f, 0x6bcd66d2, 0xcdba6d66, 0x081d53e8, - 0xae6a585c, 0x9f8242c1, 0x39f54975, 0xa863a552, 0x0e14aee6, - 0x3ffcb47b, 0x998bbfcf, 0x5c2c8141, 0xfa5b8af5, 0xcbb39068, - 0x6dc49bdc, 0x9b8ceb35, 0x3dfbe081, 0x0c13fa1c, 0xaa64f1a8, - 0x6fc3cf26, 0xc9b4c492, 0xf85cde0f, 0x5e2bd5bb, 0x440b7579, - 0xe27c7ecd, 0xd3946450, 0x75e36fe4, 0xb044516a, 0x16335ade, - 0x27db4043, 0x81ac4bf7, 0x77e43b1e, 0xd19330aa, 0xe07b2a37, - 0x460c2183, 0x83ab1f0d, 0x25dc14b9, 0x14340e24, 0xb2430590, - 0x23d5e9b7, 0x85a2e203, 0xb44af89e, 0x123df32a, 0xd79acda4, - 0x71edc610, 0x4005dc8d, 0xe672d739, 0x103aa7d0, 0xb64dac64, - 0x87a5b6f9, 0x21d2bd4d, 0xe47583c3, 0x42028877, 0x73ea92ea, - 0xd59d995e, 0x8bb64ce5, 0x2dc14751, 0x1c295dcc, 0xba5e5678, - 0x7ff968f6, 0xd98e6342, 0xe86679df, 0x4e11726b, 0xb8590282, - 0x1e2e0936, 0x2fc613ab, 0x89b1181f, 0x4c162691, 0xea612d25, - 0xdb8937b8, 0x7dfe3c0c, 0xec68d02b, 0x4a1fdb9f, 0x7bf7c102, - 0xdd80cab6, 0x1827f438, 0xbe50ff8c, 0x8fb8e511, 0x29cfeea5, - 0xdf879e4c, 0x79f095f8, 0x48188f65, 0xee6f84d1, 0x2bc8ba5f, - 0x8dbfb1eb, 0xbc57ab76, 0x1a20a0c2, 0x8816eaf2, 0x2e61e146, - 0x1f89fbdb, 0xb9fef06f, 0x7c59cee1, 0xda2ec555, 0xebc6dfc8, - 0x4db1d47c, 0xbbf9a495, 0x1d8eaf21, 0x2c66b5bc, 0x8a11be08, - 0x4fb68086, 0xe9c18b32, 0xd82991af, 0x7e5e9a1b, 0xefc8763c, - 0x49bf7d88, 0x78576715, 0xde206ca1, 0x1b87522f, 0xbdf0599b, - 0x8c184306, 0x2a6f48b2, 0xdc27385b, 0x7a5033ef, 0x4bb82972, - 0xedcf22c6, 0x28681c48, 0x8e1f17fc, 0xbff70d61, 0x198006d5, - 0x47abd36e, 0xe1dcd8da, 0xd034c247, 0x7643c9f3, 0xb3e4f77d, - 0x1593fcc9, 0x247be654, 0x820cede0, 0x74449d09, 0xd23396bd, - 0xe3db8c20, 0x45ac8794, 0x800bb91a, 0x267cb2ae, 0x1794a833, - 0xb1e3a387, 0x20754fa0, 0x86024414, 0xb7ea5e89, 0x119d553d, - 0xd43a6bb3, 0x724d6007, 0x43a57a9a, 0xe5d2712e, 0x139a01c7, - 0xb5ed0a73, 0x840510ee, 0x22721b5a, 0xe7d525d4, 0x41a22e60, - 0x704a34fd, 0xd63d3f49, 0xcc1d9f8b, 0x6a6a943f, 0x5b828ea2, - 0xfdf58516, 0x3852bb98, 0x9e25b02c, 0xafcdaab1, 0x09baa105, - 0xfff2d1ec, 0x5985da58, 0x686dc0c5, 0xce1acb71, 0x0bbdf5ff, - 0xadcafe4b, 0x9c22e4d6, 0x3a55ef62, 0xabc30345, 0x0db408f1, - 0x3c5c126c, 0x9a2b19d8, 0x5f8c2756, 0xf9fb2ce2, 0xc813367f, - 0x6e643dcb, 0x982c4d22, 0x3e5b4696, 0x0fb35c0b, 0xa9c457bf, - 0x6c636931, 0xca146285, 0xfbfc7818, 0x5d8b73ac, 0x03a0a617, - 0xa5d7ada3, 0x943fb73e, 0x3248bc8a, 0xf7ef8204, 0x519889b0, - 0x6070932d, 0xc6079899, 0x304fe870, 0x9638e3c4, 0xa7d0f959, - 0x01a7f2ed, 0xc400cc63, 0x6277c7d7, 0x539fdd4a, 0xf5e8d6fe, - 0x647e3ad9, 0xc209316d, 0xf3e12bf0, 0x55962044, 0x90311eca, - 0x3646157e, 0x07ae0fe3, 0xa1d90457, 0x579174be, 0xf1e67f0a, - 0xc00e6597, 0x66796e23, 0xa3de50ad, 0x05a95b19, 0x34414184, - 0x92364a30}, - {0x00000000, 0xcb5cd3a5, 0x4dc8a10b, 0x869472ae, 0x9b914216, - 0x50cd91b3, 0xd659e31d, 0x1d0530b8, 0xec53826d, 0x270f51c8, - 0xa19b2366, 0x6ac7f0c3, 0x77c2c07b, 0xbc9e13de, 0x3a0a6170, - 0xf156b2d5, 0x03d6029b, 0xc88ad13e, 0x4e1ea390, 0x85427035, - 0x9847408d, 0x531b9328, 0xd58fe186, 0x1ed33223, 0xef8580f6, - 0x24d95353, 0xa24d21fd, 0x6911f258, 0x7414c2e0, 0xbf481145, - 0x39dc63eb, 0xf280b04e, 0x07ac0536, 0xccf0d693, 0x4a64a43d, - 0x81387798, 0x9c3d4720, 0x57619485, 0xd1f5e62b, 0x1aa9358e, - 0xebff875b, 0x20a354fe, 0xa6372650, 0x6d6bf5f5, 0x706ec54d, - 0xbb3216e8, 0x3da66446, 0xf6fab7e3, 0x047a07ad, 0xcf26d408, - 0x49b2a6a6, 0x82ee7503, 0x9feb45bb, 0x54b7961e, 0xd223e4b0, - 0x197f3715, 0xe82985c0, 0x23755665, 0xa5e124cb, 0x6ebdf76e, - 0x73b8c7d6, 0xb8e41473, 0x3e7066dd, 0xf52cb578, 0x0f580a6c, - 0xc404d9c9, 0x4290ab67, 0x89cc78c2, 0x94c9487a, 0x5f959bdf, - 0xd901e971, 0x125d3ad4, 0xe30b8801, 0x28575ba4, 0xaec3290a, - 0x659ffaaf, 0x789aca17, 0xb3c619b2, 0x35526b1c, 0xfe0eb8b9, - 0x0c8e08f7, 0xc7d2db52, 0x4146a9fc, 0x8a1a7a59, 0x971f4ae1, - 0x5c439944, 0xdad7ebea, 0x118b384f, 0xe0dd8a9a, 0x2b81593f, - 0xad152b91, 0x6649f834, 0x7b4cc88c, 0xb0101b29, 0x36846987, - 0xfdd8ba22, 0x08f40f5a, 0xc3a8dcff, 0x453cae51, 0x8e607df4, - 0x93654d4c, 0x58399ee9, 0xdeadec47, 0x15f13fe2, 0xe4a78d37, - 0x2ffb5e92, 0xa96f2c3c, 0x6233ff99, 0x7f36cf21, 0xb46a1c84, - 0x32fe6e2a, 0xf9a2bd8f, 0x0b220dc1, 0xc07ede64, 0x46eaacca, - 0x8db67f6f, 0x90b34fd7, 0x5bef9c72, 0xdd7beedc, 0x16273d79, - 0xe7718fac, 0x2c2d5c09, 0xaab92ea7, 0x61e5fd02, 0x7ce0cdba, - 0xb7bc1e1f, 0x31286cb1, 0xfa74bf14, 0x1eb014d8, 0xd5ecc77d, - 0x5378b5d3, 0x98246676, 0x852156ce, 0x4e7d856b, 0xc8e9f7c5, - 0x03b52460, 0xf2e396b5, 0x39bf4510, 0xbf2b37be, 0x7477e41b, - 0x6972d4a3, 0xa22e0706, 0x24ba75a8, 0xefe6a60d, 0x1d661643, - 0xd63ac5e6, 0x50aeb748, 0x9bf264ed, 0x86f75455, 0x4dab87f0, - 0xcb3ff55e, 0x006326fb, 0xf135942e, 0x3a69478b, 0xbcfd3525, - 0x77a1e680, 0x6aa4d638, 0xa1f8059d, 0x276c7733, 0xec30a496, - 0x191c11ee, 0xd240c24b, 0x54d4b0e5, 0x9f886340, 0x828d53f8, - 0x49d1805d, 0xcf45f2f3, 0x04192156, 0xf54f9383, 0x3e134026, - 0xb8873288, 0x73dbe12d, 0x6eded195, 0xa5820230, 0x2316709e, - 0xe84aa33b, 0x1aca1375, 0xd196c0d0, 0x5702b27e, 0x9c5e61db, - 0x815b5163, 0x4a0782c6, 0xcc93f068, 0x07cf23cd, 0xf6999118, - 0x3dc542bd, 0xbb513013, 0x700de3b6, 0x6d08d30e, 0xa65400ab, - 0x20c07205, 0xeb9ca1a0, 0x11e81eb4, 0xdab4cd11, 0x5c20bfbf, - 0x977c6c1a, 0x8a795ca2, 0x41258f07, 0xc7b1fda9, 0x0ced2e0c, - 0xfdbb9cd9, 0x36e74f7c, 0xb0733dd2, 0x7b2fee77, 0x662adecf, - 0xad760d6a, 0x2be27fc4, 0xe0beac61, 0x123e1c2f, 0xd962cf8a, - 0x5ff6bd24, 0x94aa6e81, 0x89af5e39, 0x42f38d9c, 0xc467ff32, - 0x0f3b2c97, 0xfe6d9e42, 0x35314de7, 0xb3a53f49, 0x78f9ecec, - 0x65fcdc54, 0xaea00ff1, 0x28347d5f, 0xe368aefa, 0x16441b82, - 0xdd18c827, 0x5b8cba89, 0x90d0692c, 0x8dd55994, 0x46898a31, - 0xc01df89f, 0x0b412b3a, 0xfa1799ef, 0x314b4a4a, 0xb7df38e4, - 0x7c83eb41, 0x6186dbf9, 0xaada085c, 0x2c4e7af2, 0xe712a957, - 0x15921919, 0xdececabc, 0x585ab812, 0x93066bb7, 0x8e035b0f, - 0x455f88aa, 0xc3cbfa04, 0x089729a1, 0xf9c19b74, 0x329d48d1, - 0xb4093a7f, 0x7f55e9da, 0x6250d962, 0xa90c0ac7, 0x2f987869, - 0xe4c4abcc}, - {0x00000000, 0x3d6029b0, 0x7ac05360, 0x47a07ad0, 0xf580a6c0, - 0xc8e08f70, 0x8f40f5a0, 0xb220dc10, 0x30704bc1, 0x0d106271, - 0x4ab018a1, 0x77d03111, 0xc5f0ed01, 0xf890c4b1, 0xbf30be61, - 0x825097d1, 0x60e09782, 0x5d80be32, 0x1a20c4e2, 0x2740ed52, - 0x95603142, 0xa80018f2, 0xefa06222, 0xd2c04b92, 0x5090dc43, - 0x6df0f5f3, 0x2a508f23, 0x1730a693, 0xa5107a83, 0x98705333, - 0xdfd029e3, 0xe2b00053, 0xc1c12f04, 0xfca106b4, 0xbb017c64, - 0x866155d4, 0x344189c4, 0x0921a074, 0x4e81daa4, 0x73e1f314, - 0xf1b164c5, 0xccd14d75, 0x8b7137a5, 0xb6111e15, 0x0431c205, - 0x3951ebb5, 0x7ef19165, 0x4391b8d5, 0xa121b886, 0x9c419136, - 0xdbe1ebe6, 0xe681c256, 0x54a11e46, 0x69c137f6, 0x2e614d26, - 0x13016496, 0x9151f347, 0xac31daf7, 0xeb91a027, 0xd6f18997, - 0x64d15587, 0x59b17c37, 0x1e1106e7, 0x23712f57, 0x58f35849, - 0x659371f9, 0x22330b29, 0x1f532299, 0xad73fe89, 0x9013d739, - 0xd7b3ade9, 0xead38459, 0x68831388, 0x55e33a38, 0x124340e8, - 0x2f236958, 0x9d03b548, 0xa0639cf8, 0xe7c3e628, 0xdaa3cf98, - 0x3813cfcb, 0x0573e67b, 0x42d39cab, 0x7fb3b51b, 0xcd93690b, - 0xf0f340bb, 0xb7533a6b, 0x8a3313db, 0x0863840a, 0x3503adba, - 0x72a3d76a, 0x4fc3feda, 0xfde322ca, 0xc0830b7a, 0x872371aa, - 0xba43581a, 0x9932774d, 0xa4525efd, 0xe3f2242d, 0xde920d9d, - 0x6cb2d18d, 0x51d2f83d, 0x167282ed, 0x2b12ab5d, 0xa9423c8c, - 0x9422153c, 0xd3826fec, 0xeee2465c, 0x5cc29a4c, 0x61a2b3fc, - 0x2602c92c, 0x1b62e09c, 0xf9d2e0cf, 0xc4b2c97f, 0x8312b3af, - 0xbe729a1f, 0x0c52460f, 0x31326fbf, 0x7692156f, 0x4bf23cdf, - 0xc9a2ab0e, 0xf4c282be, 0xb362f86e, 0x8e02d1de, 0x3c220dce, - 0x0142247e, 0x46e25eae, 0x7b82771e, 0xb1e6b092, 0x8c869922, - 0xcb26e3f2, 0xf646ca42, 0x44661652, 0x79063fe2, 0x3ea64532, - 0x03c66c82, 0x8196fb53, 0xbcf6d2e3, 0xfb56a833, 0xc6368183, - 0x74165d93, 0x49767423, 0x0ed60ef3, 0x33b62743, 0xd1062710, - 0xec660ea0, 0xabc67470, 0x96a65dc0, 0x248681d0, 0x19e6a860, - 0x5e46d2b0, 0x6326fb00, 0xe1766cd1, 0xdc164561, 0x9bb63fb1, - 0xa6d61601, 0x14f6ca11, 0x2996e3a1, 0x6e369971, 0x5356b0c1, - 0x70279f96, 0x4d47b626, 0x0ae7ccf6, 0x3787e546, 0x85a73956, - 0xb8c710e6, 0xff676a36, 0xc2074386, 0x4057d457, 0x7d37fde7, - 0x3a978737, 0x07f7ae87, 0xb5d77297, 0x88b75b27, 0xcf1721f7, - 0xf2770847, 0x10c70814, 0x2da721a4, 0x6a075b74, 0x576772c4, - 0xe547aed4, 0xd8278764, 0x9f87fdb4, 0xa2e7d404, 0x20b743d5, - 0x1dd76a65, 0x5a7710b5, 0x67173905, 0xd537e515, 0xe857cca5, - 0xaff7b675, 0x92979fc5, 0xe915e8db, 0xd475c16b, 0x93d5bbbb, - 0xaeb5920b, 0x1c954e1b, 0x21f567ab, 0x66551d7b, 0x5b3534cb, - 0xd965a31a, 0xe4058aaa, 0xa3a5f07a, 0x9ec5d9ca, 0x2ce505da, - 0x11852c6a, 0x562556ba, 0x6b457f0a, 0x89f57f59, 0xb49556e9, - 0xf3352c39, 0xce550589, 0x7c75d999, 0x4115f029, 0x06b58af9, - 0x3bd5a349, 0xb9853498, 0x84e51d28, 0xc34567f8, 0xfe254e48, - 0x4c059258, 0x7165bbe8, 0x36c5c138, 0x0ba5e888, 0x28d4c7df, - 0x15b4ee6f, 0x521494bf, 0x6f74bd0f, 0xdd54611f, 0xe03448af, - 0xa794327f, 0x9af41bcf, 0x18a48c1e, 0x25c4a5ae, 0x6264df7e, - 0x5f04f6ce, 0xed242ade, 0xd044036e, 0x97e479be, 0xaa84500e, - 0x4834505d, 0x755479ed, 0x32f4033d, 0x0f942a8d, 0xbdb4f69d, - 0x80d4df2d, 0xc774a5fd, 0xfa148c4d, 0x78441b9c, 0x4524322c, - 0x028448fc, 0x3fe4614c, 0x8dc4bd5c, 0xb0a494ec, 0xf704ee3c, - 0xca64c78c}, - {0x00000000, 0xb8bc6765, 0xaa09c88b, 0x12b5afee, 0x8f629757, - 0x37def032, 0x256b5fdc, 0x9dd738b9, 0xc5b428ef, 0x7d084f8a, - 0x6fbde064, 0xd7018701, 0x4ad6bfb8, 0xf26ad8dd, 0xe0df7733, - 0x58631056, 0x5019579f, 0xe8a530fa, 0xfa109f14, 0x42acf871, - 0xdf7bc0c8, 0x67c7a7ad, 0x75720843, 0xcdce6f26, 0x95ad7f70, - 0x2d111815, 0x3fa4b7fb, 0x8718d09e, 0x1acfe827, 0xa2738f42, - 0xb0c620ac, 0x087a47c9, 0xa032af3e, 0x188ec85b, 0x0a3b67b5, - 0xb28700d0, 0x2f503869, 0x97ec5f0c, 0x8559f0e2, 0x3de59787, - 0x658687d1, 0xdd3ae0b4, 0xcf8f4f5a, 0x7733283f, 0xeae41086, - 0x525877e3, 0x40edd80d, 0xf851bf68, 0xf02bf8a1, 0x48979fc4, - 0x5a22302a, 0xe29e574f, 0x7f496ff6, 0xc7f50893, 0xd540a77d, - 0x6dfcc018, 0x359fd04e, 0x8d23b72b, 0x9f9618c5, 0x272a7fa0, - 0xbafd4719, 0x0241207c, 0x10f48f92, 0xa848e8f7, 0x9b14583d, - 0x23a83f58, 0x311d90b6, 0x89a1f7d3, 0x1476cf6a, 0xaccaa80f, - 0xbe7f07e1, 0x06c36084, 0x5ea070d2, 0xe61c17b7, 0xf4a9b859, - 0x4c15df3c, 0xd1c2e785, 0x697e80e0, 0x7bcb2f0e, 0xc377486b, - 0xcb0d0fa2, 0x73b168c7, 0x6104c729, 0xd9b8a04c, 0x446f98f5, - 0xfcd3ff90, 0xee66507e, 0x56da371b, 0x0eb9274d, 0xb6054028, - 0xa4b0efc6, 0x1c0c88a3, 0x81dbb01a, 0x3967d77f, 0x2bd27891, - 0x936e1ff4, 0x3b26f703, 0x839a9066, 0x912f3f88, 0x299358ed, - 0xb4446054, 0x0cf80731, 0x1e4da8df, 0xa6f1cfba, 0xfe92dfec, - 0x462eb889, 0x549b1767, 0xec277002, 0x71f048bb, 0xc94c2fde, - 0xdbf98030, 0x6345e755, 0x6b3fa09c, 0xd383c7f9, 0xc1366817, - 0x798a0f72, 0xe45d37cb, 0x5ce150ae, 0x4e54ff40, 0xf6e89825, - 0xae8b8873, 0x1637ef16, 0x048240f8, 0xbc3e279d, 0x21e91f24, - 0x99557841, 0x8be0d7af, 0x335cb0ca, 0xed59b63b, 0x55e5d15e, - 0x47507eb0, 0xffec19d5, 0x623b216c, 0xda874609, 0xc832e9e7, - 0x708e8e82, 0x28ed9ed4, 0x9051f9b1, 0x82e4565f, 0x3a58313a, - 0xa78f0983, 0x1f336ee6, 0x0d86c108, 0xb53aa66d, 0xbd40e1a4, - 0x05fc86c1, 0x1749292f, 0xaff54e4a, 0x322276f3, 0x8a9e1196, - 0x982bbe78, 0x2097d91d, 0x78f4c94b, 0xc048ae2e, 0xd2fd01c0, - 0x6a4166a5, 0xf7965e1c, 0x4f2a3979, 0x5d9f9697, 0xe523f1f2, - 0x4d6b1905, 0xf5d77e60, 0xe762d18e, 0x5fdeb6eb, 0xc2098e52, - 0x7ab5e937, 0x680046d9, 0xd0bc21bc, 0x88df31ea, 0x3063568f, - 0x22d6f961, 0x9a6a9e04, 0x07bda6bd, 0xbf01c1d8, 0xadb46e36, - 0x15080953, 0x1d724e9a, 0xa5ce29ff, 0xb77b8611, 0x0fc7e174, - 0x9210d9cd, 0x2aacbea8, 0x38191146, 0x80a57623, 0xd8c66675, - 0x607a0110, 0x72cfaefe, 0xca73c99b, 0x57a4f122, 0xef189647, - 0xfdad39a9, 0x45115ecc, 0x764dee06, 0xcef18963, 0xdc44268d, - 0x64f841e8, 0xf92f7951, 0x41931e34, 0x5326b1da, 0xeb9ad6bf, - 0xb3f9c6e9, 0x0b45a18c, 0x19f00e62, 0xa14c6907, 0x3c9b51be, - 0x842736db, 0x96929935, 0x2e2efe50, 0x2654b999, 0x9ee8defc, - 0x8c5d7112, 0x34e11677, 0xa9362ece, 0x118a49ab, 0x033fe645, - 0xbb838120, 0xe3e09176, 0x5b5cf613, 0x49e959fd, 0xf1553e98, - 0x6c820621, 0xd43e6144, 0xc68bceaa, 0x7e37a9cf, 0xd67f4138, - 0x6ec3265d, 0x7c7689b3, 0xc4caeed6, 0x591dd66f, 0xe1a1b10a, - 0xf3141ee4, 0x4ba87981, 0x13cb69d7, 0xab770eb2, 0xb9c2a15c, - 0x017ec639, 0x9ca9fe80, 0x241599e5, 0x36a0360b, 0x8e1c516e, - 0x866616a7, 0x3eda71c2, 0x2c6fde2c, 0x94d3b949, 0x090481f0, - 0xb1b8e695, 0xa30d497b, 0x1bb12e1e, 0x43d23e48, 0xfb6e592d, - 0xe9dbf6c3, 0x516791a6, 0xccb0a91f, 0x740cce7a, 0x66b96194, - 0xde0506f1}, - {0x00000000, 0x01c26a37, 0x0384d46e, 0x0246be59, 0x0709a8dc, - 0x06cbc2eb, 0x048d7cb2, 0x054f1685, 0x0e1351b8, 0x0fd13b8f, - 0x0d9785d6, 0x0c55efe1, 0x091af964, 0x08d89353, 0x0a9e2d0a, - 0x0b5c473d, 0x1c26a370, 0x1de4c947, 0x1fa2771e, 0x1e601d29, - 0x1b2f0bac, 0x1aed619b, 0x18abdfc2, 0x1969b5f5, 0x1235f2c8, - 0x13f798ff, 0x11b126a6, 0x10734c91, 0x153c5a14, 0x14fe3023, - 0x16b88e7a, 0x177ae44d, 0x384d46e0, 0x398f2cd7, 0x3bc9928e, - 0x3a0bf8b9, 0x3f44ee3c, 0x3e86840b, 0x3cc03a52, 0x3d025065, - 0x365e1758, 0x379c7d6f, 0x35dac336, 0x3418a901, 0x3157bf84, - 0x3095d5b3, 0x32d36bea, 0x331101dd, 0x246be590, 0x25a98fa7, - 0x27ef31fe, 0x262d5bc9, 0x23624d4c, 0x22a0277b, 0x20e69922, - 0x2124f315, 0x2a78b428, 0x2bbade1f, 0x29fc6046, 0x283e0a71, - 0x2d711cf4, 0x2cb376c3, 0x2ef5c89a, 0x2f37a2ad, 0x709a8dc0, - 0x7158e7f7, 0x731e59ae, 0x72dc3399, 0x7793251c, 0x76514f2b, - 0x7417f172, 0x75d59b45, 0x7e89dc78, 0x7f4bb64f, 0x7d0d0816, - 0x7ccf6221, 0x798074a4, 0x78421e93, 0x7a04a0ca, 0x7bc6cafd, - 0x6cbc2eb0, 0x6d7e4487, 0x6f38fade, 0x6efa90e9, 0x6bb5866c, - 0x6a77ec5b, 0x68315202, 0x69f33835, 0x62af7f08, 0x636d153f, - 0x612bab66, 0x60e9c151, 0x65a6d7d4, 0x6464bde3, 0x662203ba, - 0x67e0698d, 0x48d7cb20, 0x4915a117, 0x4b531f4e, 0x4a917579, - 0x4fde63fc, 0x4e1c09cb, 0x4c5ab792, 0x4d98dda5, 0x46c49a98, - 0x4706f0af, 0x45404ef6, 0x448224c1, 0x41cd3244, 0x400f5873, - 0x4249e62a, 0x438b8c1d, 0x54f16850, 0x55330267, 0x5775bc3e, - 0x56b7d609, 0x53f8c08c, 0x523aaabb, 0x507c14e2, 0x51be7ed5, - 0x5ae239e8, 0x5b2053df, 0x5966ed86, 0x58a487b1, 0x5deb9134, - 0x5c29fb03, 0x5e6f455a, 0x5fad2f6d, 0xe1351b80, 0xe0f771b7, - 0xe2b1cfee, 0xe373a5d9, 0xe63cb35c, 0xe7fed96b, 0xe5b86732, - 0xe47a0d05, 0xef264a38, 0xeee4200f, 0xeca29e56, 0xed60f461, - 0xe82fe2e4, 0xe9ed88d3, 0xebab368a, 0xea695cbd, 0xfd13b8f0, - 0xfcd1d2c7, 0xfe976c9e, 0xff5506a9, 0xfa1a102c, 0xfbd87a1b, - 0xf99ec442, 0xf85cae75, 0xf300e948, 0xf2c2837f, 0xf0843d26, - 0xf1465711, 0xf4094194, 0xf5cb2ba3, 0xf78d95fa, 0xf64fffcd, - 0xd9785d60, 0xd8ba3757, 0xdafc890e, 0xdb3ee339, 0xde71f5bc, - 0xdfb39f8b, 0xddf521d2, 0xdc374be5, 0xd76b0cd8, 0xd6a966ef, - 0xd4efd8b6, 0xd52db281, 0xd062a404, 0xd1a0ce33, 0xd3e6706a, - 0xd2241a5d, 0xc55efe10, 0xc49c9427, 0xc6da2a7e, 0xc7184049, - 0xc25756cc, 0xc3953cfb, 0xc1d382a2, 0xc011e895, 0xcb4dafa8, - 0xca8fc59f, 0xc8c97bc6, 0xc90b11f1, 0xcc440774, 0xcd866d43, - 0xcfc0d31a, 0xce02b92d, 0x91af9640, 0x906dfc77, 0x922b422e, - 0x93e92819, 0x96a63e9c, 0x976454ab, 0x9522eaf2, 0x94e080c5, - 0x9fbcc7f8, 0x9e7eadcf, 0x9c381396, 0x9dfa79a1, 0x98b56f24, - 0x99770513, 0x9b31bb4a, 0x9af3d17d, 0x8d893530, 0x8c4b5f07, - 0x8e0de15e, 0x8fcf8b69, 0x8a809dec, 0x8b42f7db, 0x89044982, - 0x88c623b5, 0x839a6488, 0x82580ebf, 0x801eb0e6, 0x81dcdad1, - 0x8493cc54, 0x8551a663, 0x8717183a, 0x86d5720d, 0xa9e2d0a0, - 0xa820ba97, 0xaa6604ce, 0xaba46ef9, 0xaeeb787c, 0xaf29124b, - 0xad6fac12, 0xacadc625, 0xa7f18118, 0xa633eb2f, 0xa4755576, - 0xa5b73f41, 0xa0f829c4, 0xa13a43f3, 0xa37cfdaa, 0xa2be979d, - 0xb5c473d0, 0xb40619e7, 0xb640a7be, 0xb782cd89, 0xb2cddb0c, - 0xb30fb13b, 0xb1490f62, 0xb08b6555, 0xbbd72268, 0xba15485f, - 0xb853f606, 0xb9919c31, 0xbcde8ab4, 0xbd1ce083, 0xbf5a5eda, - 0xbe9834ed}, - {0x00000000, 0x191b3141, 0x32366282, 0x2b2d53c3, 0x646cc504, - 0x7d77f445, 0x565aa786, 0x4f4196c7, 0xc8d98a08, 0xd1c2bb49, - 0xfaefe88a, 0xe3f4d9cb, 0xacb54f0c, 0xb5ae7e4d, 0x9e832d8e, - 0x87981ccf, 0x4ac21251, 0x53d92310, 0x78f470d3, 0x61ef4192, - 0x2eaed755, 0x37b5e614, 0x1c98b5d7, 0x05838496, 0x821b9859, - 0x9b00a918, 0xb02dfadb, 0xa936cb9a, 0xe6775d5d, 0xff6c6c1c, - 0xd4413fdf, 0xcd5a0e9e, 0x958424a2, 0x8c9f15e3, 0xa7b24620, - 0xbea97761, 0xf1e8e1a6, 0xe8f3d0e7, 0xc3de8324, 0xdac5b265, - 0x5d5daeaa, 0x44469feb, 0x6f6bcc28, 0x7670fd69, 0x39316bae, - 0x202a5aef, 0x0b07092c, 0x121c386d, 0xdf4636f3, 0xc65d07b2, - 0xed705471, 0xf46b6530, 0xbb2af3f7, 0xa231c2b6, 0x891c9175, - 0x9007a034, 0x179fbcfb, 0x0e848dba, 0x25a9de79, 0x3cb2ef38, - 0x73f379ff, 0x6ae848be, 0x41c51b7d, 0x58de2a3c, 0xf0794f05, - 0xe9627e44, 0xc24f2d87, 0xdb541cc6, 0x94158a01, 0x8d0ebb40, - 0xa623e883, 0xbf38d9c2, 0x38a0c50d, 0x21bbf44c, 0x0a96a78f, - 0x138d96ce, 0x5ccc0009, 0x45d73148, 0x6efa628b, 0x77e153ca, - 0xbabb5d54, 0xa3a06c15, 0x888d3fd6, 0x91960e97, 0xded79850, - 0xc7cca911, 0xece1fad2, 0xf5facb93, 0x7262d75c, 0x6b79e61d, - 0x4054b5de, 0x594f849f, 0x160e1258, 0x0f152319, 0x243870da, - 0x3d23419b, 0x65fd6ba7, 0x7ce65ae6, 0x57cb0925, 0x4ed03864, - 0x0191aea3, 0x188a9fe2, 0x33a7cc21, 0x2abcfd60, 0xad24e1af, - 0xb43fd0ee, 0x9f12832d, 0x8609b26c, 0xc94824ab, 0xd05315ea, - 0xfb7e4629, 0xe2657768, 0x2f3f79f6, 0x362448b7, 0x1d091b74, - 0x04122a35, 0x4b53bcf2, 0x52488db3, 0x7965de70, 0x607eef31, - 0xe7e6f3fe, 0xfefdc2bf, 0xd5d0917c, 0xcccba03d, 0x838a36fa, - 0x9a9107bb, 0xb1bc5478, 0xa8a76539, 0x3b83984b, 0x2298a90a, - 0x09b5fac9, 0x10aecb88, 0x5fef5d4f, 0x46f46c0e, 0x6dd93fcd, - 0x74c20e8c, 0xf35a1243, 0xea412302, 0xc16c70c1, 0xd8774180, - 0x9736d747, 0x8e2de606, 0xa500b5c5, 0xbc1b8484, 0x71418a1a, - 0x685abb5b, 0x4377e898, 0x5a6cd9d9, 0x152d4f1e, 0x0c367e5f, - 0x271b2d9c, 0x3e001cdd, 0xb9980012, 0xa0833153, 0x8bae6290, - 0x92b553d1, 0xddf4c516, 0xc4eff457, 0xefc2a794, 0xf6d996d5, - 0xae07bce9, 0xb71c8da8, 0x9c31de6b, 0x852aef2a, 0xca6b79ed, - 0xd37048ac, 0xf85d1b6f, 0xe1462a2e, 0x66de36e1, 0x7fc507a0, - 0x54e85463, 0x4df36522, 0x02b2f3e5, 0x1ba9c2a4, 0x30849167, - 0x299fa026, 0xe4c5aeb8, 0xfdde9ff9, 0xd6f3cc3a, 0xcfe8fd7b, - 0x80a96bbc, 0x99b25afd, 0xb29f093e, 0xab84387f, 0x2c1c24b0, - 0x350715f1, 0x1e2a4632, 0x07317773, 0x4870e1b4, 0x516bd0f5, - 0x7a468336, 0x635db277, 0xcbfad74e, 0xd2e1e60f, 0xf9ccb5cc, - 0xe0d7848d, 0xaf96124a, 0xb68d230b, 0x9da070c8, 0x84bb4189, - 0x03235d46, 0x1a386c07, 0x31153fc4, 0x280e0e85, 0x674f9842, - 0x7e54a903, 0x5579fac0, 0x4c62cb81, 0x8138c51f, 0x9823f45e, - 0xb30ea79d, 0xaa1596dc, 0xe554001b, 0xfc4f315a, 0xd7626299, - 0xce7953d8, 0x49e14f17, 0x50fa7e56, 0x7bd72d95, 0x62cc1cd4, - 0x2d8d8a13, 0x3496bb52, 0x1fbbe891, 0x06a0d9d0, 0x5e7ef3ec, - 0x4765c2ad, 0x6c48916e, 0x7553a02f, 0x3a1236e8, 0x230907a9, - 0x0824546a, 0x113f652b, 0x96a779e4, 0x8fbc48a5, 0xa4911b66, - 0xbd8a2a27, 0xf2cbbce0, 0xebd08da1, 0xc0fdde62, 0xd9e6ef23, - 0x14bce1bd, 0x0da7d0fc, 0x268a833f, 0x3f91b27e, 0x70d024b9, - 0x69cb15f8, 0x42e6463b, 0x5bfd777a, 0xdc656bb5, 0xc57e5af4, - 0xee530937, 0xf7483876, 0xb809aeb1, 0xa1129ff0, 0x8a3fcc33, - 0x9324fd72}, - {0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, - 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, - 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, - 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, - 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, - 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, - 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, - 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, - 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, - 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, - 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, - 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, - 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, - 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, - 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, - 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, - 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, - 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, - 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, - 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, - 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, - 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, - 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, - 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, - 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, - 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, - 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, - 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, - 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, - 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, - 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, - 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, - 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, - 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, - 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, - 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, - 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, - 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, - 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, - 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, - 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, - 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, - 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, - 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, - 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, - 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, - 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, - 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, - 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, - 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, - 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, - 0x2d02ef8d}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x0000000000000000, 0x9630077700000000, 0x2c610eee00000000, - 0xba51099900000000, 0x19c46d0700000000, 0x8ff46a7000000000, - 0x35a563e900000000, 0xa395649e00000000, 0x3288db0e00000000, - 0xa4b8dc7900000000, 0x1ee9d5e000000000, 0x88d9d29700000000, - 0x2b4cb60900000000, 0xbd7cb17e00000000, 0x072db8e700000000, - 0x911dbf9000000000, 0x6410b71d00000000, 0xf220b06a00000000, - 0x4871b9f300000000, 0xde41be8400000000, 0x7dd4da1a00000000, - 0xebe4dd6d00000000, 0x51b5d4f400000000, 0xc785d38300000000, - 0x56986c1300000000, 0xc0a86b6400000000, 0x7af962fd00000000, - 0xecc9658a00000000, 0x4f5c011400000000, 0xd96c066300000000, - 0x633d0ffa00000000, 0xf50d088d00000000, 0xc8206e3b00000000, - 0x5e10694c00000000, 0xe44160d500000000, 0x727167a200000000, - 0xd1e4033c00000000, 0x47d4044b00000000, 0xfd850dd200000000, - 0x6bb50aa500000000, 0xfaa8b53500000000, 0x6c98b24200000000, - 0xd6c9bbdb00000000, 0x40f9bcac00000000, 0xe36cd83200000000, - 0x755cdf4500000000, 0xcf0dd6dc00000000, 0x593dd1ab00000000, - 0xac30d92600000000, 0x3a00de5100000000, 0x8051d7c800000000, - 0x1661d0bf00000000, 0xb5f4b42100000000, 0x23c4b35600000000, - 0x9995bacf00000000, 0x0fa5bdb800000000, 0x9eb8022800000000, - 0x0888055f00000000, 0xb2d90cc600000000, 0x24e90bb100000000, - 0x877c6f2f00000000, 0x114c685800000000, 0xab1d61c100000000, - 0x3d2d66b600000000, 0x9041dc7600000000, 0x0671db0100000000, - 0xbc20d29800000000, 0x2a10d5ef00000000, 0x8985b17100000000, - 0x1fb5b60600000000, 0xa5e4bf9f00000000, 0x33d4b8e800000000, - 0xa2c9077800000000, 0x34f9000f00000000, 0x8ea8099600000000, - 0x18980ee100000000, 0xbb0d6a7f00000000, 0x2d3d6d0800000000, - 0x976c649100000000, 0x015c63e600000000, 0xf4516b6b00000000, - 0x62616c1c00000000, 0xd830658500000000, 0x4e0062f200000000, - 0xed95066c00000000, 0x7ba5011b00000000, 0xc1f4088200000000, - 0x57c40ff500000000, 0xc6d9b06500000000, 0x50e9b71200000000, - 0xeab8be8b00000000, 0x7c88b9fc00000000, 0xdf1ddd6200000000, - 0x492dda1500000000, 0xf37cd38c00000000, 0x654cd4fb00000000, - 0x5861b24d00000000, 0xce51b53a00000000, 0x7400bca300000000, - 0xe230bbd400000000, 0x41a5df4a00000000, 0xd795d83d00000000, - 0x6dc4d1a400000000, 0xfbf4d6d300000000, 0x6ae9694300000000, - 0xfcd96e3400000000, 0x468867ad00000000, 0xd0b860da00000000, - 0x732d044400000000, 0xe51d033300000000, 0x5f4c0aaa00000000, - 0xc97c0ddd00000000, 0x3c71055000000000, 0xaa41022700000000, - 0x10100bbe00000000, 0x86200cc900000000, 0x25b5685700000000, - 0xb3856f2000000000, 0x09d466b900000000, 0x9fe461ce00000000, - 0x0ef9de5e00000000, 0x98c9d92900000000, 0x2298d0b000000000, - 0xb4a8d7c700000000, 0x173db35900000000, 0x810db42e00000000, - 0x3b5cbdb700000000, 0xad6cbac000000000, 0x2083b8ed00000000, - 0xb6b3bf9a00000000, 0x0ce2b60300000000, 0x9ad2b17400000000, - 0x3947d5ea00000000, 0xaf77d29d00000000, 0x1526db0400000000, - 0x8316dc7300000000, 0x120b63e300000000, 0x843b649400000000, - 0x3e6a6d0d00000000, 0xa85a6a7a00000000, 0x0bcf0ee400000000, - 0x9dff099300000000, 0x27ae000a00000000, 0xb19e077d00000000, - 0x44930ff000000000, 0xd2a3088700000000, 0x68f2011e00000000, - 0xfec2066900000000, 0x5d5762f700000000, 0xcb67658000000000, - 0x71366c1900000000, 0xe7066b6e00000000, 0x761bd4fe00000000, - 0xe02bd38900000000, 0x5a7ada1000000000, 0xcc4add6700000000, - 0x6fdfb9f900000000, 0xf9efbe8e00000000, 0x43beb71700000000, - 0xd58eb06000000000, 0xe8a3d6d600000000, 0x7e93d1a100000000, - 0xc4c2d83800000000, 0x52f2df4f00000000, 0xf167bbd100000000, - 0x6757bca600000000, 0xdd06b53f00000000, 0x4b36b24800000000, - 0xda2b0dd800000000, 0x4c1b0aaf00000000, 0xf64a033600000000, - 0x607a044100000000, 0xc3ef60df00000000, 0x55df67a800000000, - 0xef8e6e3100000000, 0x79be694600000000, 0x8cb361cb00000000, - 0x1a8366bc00000000, 0xa0d26f2500000000, 0x36e2685200000000, - 0x95770ccc00000000, 0x03470bbb00000000, 0xb916022200000000, - 0x2f26055500000000, 0xbe3bbac500000000, 0x280bbdb200000000, - 0x925ab42b00000000, 0x046ab35c00000000, 0xa7ffd7c200000000, - 0x31cfd0b500000000, 0x8b9ed92c00000000, 0x1daede5b00000000, - 0xb0c2649b00000000, 0x26f263ec00000000, 0x9ca36a7500000000, - 0x0a936d0200000000, 0xa906099c00000000, 0x3f360eeb00000000, - 0x8567077200000000, 0x1357000500000000, 0x824abf9500000000, - 0x147ab8e200000000, 0xae2bb17b00000000, 0x381bb60c00000000, - 0x9b8ed29200000000, 0x0dbed5e500000000, 0xb7efdc7c00000000, - 0x21dfdb0b00000000, 0xd4d2d38600000000, 0x42e2d4f100000000, - 0xf8b3dd6800000000, 0x6e83da1f00000000, 0xcd16be8100000000, - 0x5b26b9f600000000, 0xe177b06f00000000, 0x7747b71800000000, - 0xe65a088800000000, 0x706a0fff00000000, 0xca3b066600000000, - 0x5c0b011100000000, 0xff9e658f00000000, 0x69ae62f800000000, - 0xd3ff6b6100000000, 0x45cf6c1600000000, 0x78e20aa000000000, - 0xeed20dd700000000, 0x5483044e00000000, 0xc2b3033900000000, - 0x612667a700000000, 0xf71660d000000000, 0x4d47694900000000, - 0xdb776e3e00000000, 0x4a6ad1ae00000000, 0xdc5ad6d900000000, - 0x660bdf4000000000, 0xf03bd83700000000, 0x53aebca900000000, - 0xc59ebbde00000000, 0x7fcfb24700000000, 0xe9ffb53000000000, - 0x1cf2bdbd00000000, 0x8ac2baca00000000, 0x3093b35300000000, - 0xa6a3b42400000000, 0x0536d0ba00000000, 0x9306d7cd00000000, - 0x2957de5400000000, 0xbf67d92300000000, 0x2e7a66b300000000, - 0xb84a61c400000000, 0x021b685d00000000, 0x942b6f2a00000000, - 0x37be0bb400000000, 0xa18e0cc300000000, 0x1bdf055a00000000, - 0x8def022d00000000}, - {0x0000000000000000, 0x41311b1900000000, 0x8262363200000000, - 0xc3532d2b00000000, 0x04c56c6400000000, 0x45f4777d00000000, - 0x86a75a5600000000, 0xc796414f00000000, 0x088ad9c800000000, - 0x49bbc2d100000000, 0x8ae8effa00000000, 0xcbd9f4e300000000, - 0x0c4fb5ac00000000, 0x4d7eaeb500000000, 0x8e2d839e00000000, - 0xcf1c988700000000, 0x5112c24a00000000, 0x1023d95300000000, - 0xd370f47800000000, 0x9241ef6100000000, 0x55d7ae2e00000000, - 0x14e6b53700000000, 0xd7b5981c00000000, 0x9684830500000000, - 0x59981b8200000000, 0x18a9009b00000000, 0xdbfa2db000000000, - 0x9acb36a900000000, 0x5d5d77e600000000, 0x1c6c6cff00000000, - 0xdf3f41d400000000, 0x9e0e5acd00000000, 0xa224849500000000, - 0xe3159f8c00000000, 0x2046b2a700000000, 0x6177a9be00000000, - 0xa6e1e8f100000000, 0xe7d0f3e800000000, 0x2483dec300000000, - 0x65b2c5da00000000, 0xaaae5d5d00000000, 0xeb9f464400000000, - 0x28cc6b6f00000000, 0x69fd707600000000, 0xae6b313900000000, - 0xef5a2a2000000000, 0x2c09070b00000000, 0x6d381c1200000000, - 0xf33646df00000000, 0xb2075dc600000000, 0x715470ed00000000, - 0x30656bf400000000, 0xf7f32abb00000000, 0xb6c231a200000000, - 0x75911c8900000000, 0x34a0079000000000, 0xfbbc9f1700000000, - 0xba8d840e00000000, 0x79dea92500000000, 0x38efb23c00000000, - 0xff79f37300000000, 0xbe48e86a00000000, 0x7d1bc54100000000, - 0x3c2ade5800000000, 0x054f79f000000000, 0x447e62e900000000, - 0x872d4fc200000000, 0xc61c54db00000000, 0x018a159400000000, - 0x40bb0e8d00000000, 0x83e823a600000000, 0xc2d938bf00000000, - 0x0dc5a03800000000, 0x4cf4bb2100000000, 0x8fa7960a00000000, - 0xce968d1300000000, 0x0900cc5c00000000, 0x4831d74500000000, - 0x8b62fa6e00000000, 0xca53e17700000000, 0x545dbbba00000000, - 0x156ca0a300000000, 0xd63f8d8800000000, 0x970e969100000000, - 0x5098d7de00000000, 0x11a9ccc700000000, 0xd2fae1ec00000000, - 0x93cbfaf500000000, 0x5cd7627200000000, 0x1de6796b00000000, - 0xdeb5544000000000, 0x9f844f5900000000, 0x58120e1600000000, - 0x1923150f00000000, 0xda70382400000000, 0x9b41233d00000000, - 0xa76bfd6500000000, 0xe65ae67c00000000, 0x2509cb5700000000, - 0x6438d04e00000000, 0xa3ae910100000000, 0xe29f8a1800000000, - 0x21cca73300000000, 0x60fdbc2a00000000, 0xafe124ad00000000, - 0xeed03fb400000000, 0x2d83129f00000000, 0x6cb2098600000000, - 0xab2448c900000000, 0xea1553d000000000, 0x29467efb00000000, - 0x687765e200000000, 0xf6793f2f00000000, 0xb748243600000000, - 0x741b091d00000000, 0x352a120400000000, 0xf2bc534b00000000, - 0xb38d485200000000, 0x70de657900000000, 0x31ef7e6000000000, - 0xfef3e6e700000000, 0xbfc2fdfe00000000, 0x7c91d0d500000000, - 0x3da0cbcc00000000, 0xfa368a8300000000, 0xbb07919a00000000, - 0x7854bcb100000000, 0x3965a7a800000000, 0x4b98833b00000000, - 0x0aa9982200000000, 0xc9fab50900000000, 0x88cbae1000000000, - 0x4f5def5f00000000, 0x0e6cf44600000000, 0xcd3fd96d00000000, - 0x8c0ec27400000000, 0x43125af300000000, 0x022341ea00000000, - 0xc1706cc100000000, 0x804177d800000000, 0x47d7369700000000, - 0x06e62d8e00000000, 0xc5b500a500000000, 0x84841bbc00000000, - 0x1a8a417100000000, 0x5bbb5a6800000000, 0x98e8774300000000, - 0xd9d96c5a00000000, 0x1e4f2d1500000000, 0x5f7e360c00000000, - 0x9c2d1b2700000000, 0xdd1c003e00000000, 0x120098b900000000, - 0x533183a000000000, 0x9062ae8b00000000, 0xd153b59200000000, - 0x16c5f4dd00000000, 0x57f4efc400000000, 0x94a7c2ef00000000, - 0xd596d9f600000000, 0xe9bc07ae00000000, 0xa88d1cb700000000, - 0x6bde319c00000000, 0x2aef2a8500000000, 0xed796bca00000000, - 0xac4870d300000000, 0x6f1b5df800000000, 0x2e2a46e100000000, - 0xe136de6600000000, 0xa007c57f00000000, 0x6354e85400000000, - 0x2265f34d00000000, 0xe5f3b20200000000, 0xa4c2a91b00000000, - 0x6791843000000000, 0x26a09f2900000000, 0xb8aec5e400000000, - 0xf99fdefd00000000, 0x3accf3d600000000, 0x7bfde8cf00000000, - 0xbc6ba98000000000, 0xfd5ab29900000000, 0x3e099fb200000000, - 0x7f3884ab00000000, 0xb0241c2c00000000, 0xf115073500000000, - 0x32462a1e00000000, 0x7377310700000000, 0xb4e1704800000000, - 0xf5d06b5100000000, 0x3683467a00000000, 0x77b25d6300000000, - 0x4ed7facb00000000, 0x0fe6e1d200000000, 0xccb5ccf900000000, - 0x8d84d7e000000000, 0x4a1296af00000000, 0x0b238db600000000, - 0xc870a09d00000000, 0x8941bb8400000000, 0x465d230300000000, - 0x076c381a00000000, 0xc43f153100000000, 0x850e0e2800000000, - 0x42984f6700000000, 0x03a9547e00000000, 0xc0fa795500000000, - 0x81cb624c00000000, 0x1fc5388100000000, 0x5ef4239800000000, - 0x9da70eb300000000, 0xdc9615aa00000000, 0x1b0054e500000000, - 0x5a314ffc00000000, 0x996262d700000000, 0xd85379ce00000000, - 0x174fe14900000000, 0x567efa5000000000, 0x952dd77b00000000, - 0xd41ccc6200000000, 0x138a8d2d00000000, 0x52bb963400000000, - 0x91e8bb1f00000000, 0xd0d9a00600000000, 0xecf37e5e00000000, - 0xadc2654700000000, 0x6e91486c00000000, 0x2fa0537500000000, - 0xe836123a00000000, 0xa907092300000000, 0x6a54240800000000, - 0x2b653f1100000000, 0xe479a79600000000, 0xa548bc8f00000000, - 0x661b91a400000000, 0x272a8abd00000000, 0xe0bccbf200000000, - 0xa18dd0eb00000000, 0x62defdc000000000, 0x23efe6d900000000, - 0xbde1bc1400000000, 0xfcd0a70d00000000, 0x3f838a2600000000, - 0x7eb2913f00000000, 0xb924d07000000000, 0xf815cb6900000000, - 0x3b46e64200000000, 0x7a77fd5b00000000, 0xb56b65dc00000000, - 0xf45a7ec500000000, 0x370953ee00000000, 0x763848f700000000, - 0xb1ae09b800000000, 0xf09f12a100000000, 0x33cc3f8a00000000, - 0x72fd249300000000}, - {0x0000000000000000, 0x376ac20100000000, 0x6ed4840300000000, - 0x59be460200000000, 0xdca8090700000000, 0xebc2cb0600000000, - 0xb27c8d0400000000, 0x85164f0500000000, 0xb851130e00000000, - 0x8f3bd10f00000000, 0xd685970d00000000, 0xe1ef550c00000000, - 0x64f91a0900000000, 0x5393d80800000000, 0x0a2d9e0a00000000, - 0x3d475c0b00000000, 0x70a3261c00000000, 0x47c9e41d00000000, - 0x1e77a21f00000000, 0x291d601e00000000, 0xac0b2f1b00000000, - 0x9b61ed1a00000000, 0xc2dfab1800000000, 0xf5b5691900000000, - 0xc8f2351200000000, 0xff98f71300000000, 0xa626b11100000000, - 0x914c731000000000, 0x145a3c1500000000, 0x2330fe1400000000, - 0x7a8eb81600000000, 0x4de47a1700000000, 0xe0464d3800000000, - 0xd72c8f3900000000, 0x8e92c93b00000000, 0xb9f80b3a00000000, - 0x3cee443f00000000, 0x0b84863e00000000, 0x523ac03c00000000, - 0x6550023d00000000, 0x58175e3600000000, 0x6f7d9c3700000000, - 0x36c3da3500000000, 0x01a9183400000000, 0x84bf573100000000, - 0xb3d5953000000000, 0xea6bd33200000000, 0xdd01113300000000, - 0x90e56b2400000000, 0xa78fa92500000000, 0xfe31ef2700000000, - 0xc95b2d2600000000, 0x4c4d622300000000, 0x7b27a02200000000, - 0x2299e62000000000, 0x15f3242100000000, 0x28b4782a00000000, - 0x1fdeba2b00000000, 0x4660fc2900000000, 0x710a3e2800000000, - 0xf41c712d00000000, 0xc376b32c00000000, 0x9ac8f52e00000000, - 0xada2372f00000000, 0xc08d9a7000000000, 0xf7e7587100000000, - 0xae591e7300000000, 0x9933dc7200000000, 0x1c25937700000000, - 0x2b4f517600000000, 0x72f1177400000000, 0x459bd57500000000, - 0x78dc897e00000000, 0x4fb64b7f00000000, 0x16080d7d00000000, - 0x2162cf7c00000000, 0xa474807900000000, 0x931e427800000000, - 0xcaa0047a00000000, 0xfdcac67b00000000, 0xb02ebc6c00000000, - 0x87447e6d00000000, 0xdefa386f00000000, 0xe990fa6e00000000, - 0x6c86b56b00000000, 0x5bec776a00000000, 0x0252316800000000, - 0x3538f36900000000, 0x087faf6200000000, 0x3f156d6300000000, - 0x66ab2b6100000000, 0x51c1e96000000000, 0xd4d7a66500000000, - 0xe3bd646400000000, 0xba03226600000000, 0x8d69e06700000000, - 0x20cbd74800000000, 0x17a1154900000000, 0x4e1f534b00000000, - 0x7975914a00000000, 0xfc63de4f00000000, 0xcb091c4e00000000, - 0x92b75a4c00000000, 0xa5dd984d00000000, 0x989ac44600000000, - 0xaff0064700000000, 0xf64e404500000000, 0xc124824400000000, - 0x4432cd4100000000, 0x73580f4000000000, 0x2ae6494200000000, - 0x1d8c8b4300000000, 0x5068f15400000000, 0x6702335500000000, - 0x3ebc755700000000, 0x09d6b75600000000, 0x8cc0f85300000000, - 0xbbaa3a5200000000, 0xe2147c5000000000, 0xd57ebe5100000000, - 0xe839e25a00000000, 0xdf53205b00000000, 0x86ed665900000000, - 0xb187a45800000000, 0x3491eb5d00000000, 0x03fb295c00000000, - 0x5a456f5e00000000, 0x6d2fad5f00000000, 0x801b35e100000000, - 0xb771f7e000000000, 0xeecfb1e200000000, 0xd9a573e300000000, - 0x5cb33ce600000000, 0x6bd9fee700000000, 0x3267b8e500000000, - 0x050d7ae400000000, 0x384a26ef00000000, 0x0f20e4ee00000000, - 0x569ea2ec00000000, 0x61f460ed00000000, 0xe4e22fe800000000, - 0xd388ede900000000, 0x8a36abeb00000000, 0xbd5c69ea00000000, - 0xf0b813fd00000000, 0xc7d2d1fc00000000, 0x9e6c97fe00000000, - 0xa90655ff00000000, 0x2c101afa00000000, 0x1b7ad8fb00000000, - 0x42c49ef900000000, 0x75ae5cf800000000, 0x48e900f300000000, - 0x7f83c2f200000000, 0x263d84f000000000, 0x115746f100000000, - 0x944109f400000000, 0xa32bcbf500000000, 0xfa958df700000000, - 0xcdff4ff600000000, 0x605d78d900000000, 0x5737bad800000000, - 0x0e89fcda00000000, 0x39e33edb00000000, 0xbcf571de00000000, - 0x8b9fb3df00000000, 0xd221f5dd00000000, 0xe54b37dc00000000, - 0xd80c6bd700000000, 0xef66a9d600000000, 0xb6d8efd400000000, - 0x81b22dd500000000, 0x04a462d000000000, 0x33cea0d100000000, - 0x6a70e6d300000000, 0x5d1a24d200000000, 0x10fe5ec500000000, - 0x27949cc400000000, 0x7e2adac600000000, 0x494018c700000000, - 0xcc5657c200000000, 0xfb3c95c300000000, 0xa282d3c100000000, - 0x95e811c000000000, 0xa8af4dcb00000000, 0x9fc58fca00000000, - 0xc67bc9c800000000, 0xf1110bc900000000, 0x740744cc00000000, - 0x436d86cd00000000, 0x1ad3c0cf00000000, 0x2db902ce00000000, - 0x4096af9100000000, 0x77fc6d9000000000, 0x2e422b9200000000, - 0x1928e99300000000, 0x9c3ea69600000000, 0xab54649700000000, - 0xf2ea229500000000, 0xc580e09400000000, 0xf8c7bc9f00000000, - 0xcfad7e9e00000000, 0x9613389c00000000, 0xa179fa9d00000000, - 0x246fb59800000000, 0x1305779900000000, 0x4abb319b00000000, - 0x7dd1f39a00000000, 0x3035898d00000000, 0x075f4b8c00000000, - 0x5ee10d8e00000000, 0x698bcf8f00000000, 0xec9d808a00000000, - 0xdbf7428b00000000, 0x8249048900000000, 0xb523c68800000000, - 0x88649a8300000000, 0xbf0e588200000000, 0xe6b01e8000000000, - 0xd1dadc8100000000, 0x54cc938400000000, 0x63a6518500000000, - 0x3a18178700000000, 0x0d72d58600000000, 0xa0d0e2a900000000, - 0x97ba20a800000000, 0xce0466aa00000000, 0xf96ea4ab00000000, - 0x7c78ebae00000000, 0x4b1229af00000000, 0x12ac6fad00000000, - 0x25c6adac00000000, 0x1881f1a700000000, 0x2feb33a600000000, - 0x765575a400000000, 0x413fb7a500000000, 0xc429f8a000000000, - 0xf3433aa100000000, 0xaafd7ca300000000, 0x9d97bea200000000, - 0xd073c4b500000000, 0xe71906b400000000, 0xbea740b600000000, - 0x89cd82b700000000, 0x0cdbcdb200000000, 0x3bb10fb300000000, - 0x620f49b100000000, 0x55658bb000000000, 0x6822d7bb00000000, - 0x5f4815ba00000000, 0x06f653b800000000, 0x319c91b900000000, - 0xb48adebc00000000, 0x83e01cbd00000000, 0xda5e5abf00000000, - 0xed3498be00000000}, - {0x0000000000000000, 0x6567bcb800000000, 0x8bc809aa00000000, - 0xeeafb51200000000, 0x5797628f00000000, 0x32f0de3700000000, - 0xdc5f6b2500000000, 0xb938d79d00000000, 0xef28b4c500000000, - 0x8a4f087d00000000, 0x64e0bd6f00000000, 0x018701d700000000, - 0xb8bfd64a00000000, 0xddd86af200000000, 0x3377dfe000000000, - 0x5610635800000000, 0x9f57195000000000, 0xfa30a5e800000000, - 0x149f10fa00000000, 0x71f8ac4200000000, 0xc8c07bdf00000000, - 0xada7c76700000000, 0x4308727500000000, 0x266fcecd00000000, - 0x707fad9500000000, 0x1518112d00000000, 0xfbb7a43f00000000, - 0x9ed0188700000000, 0x27e8cf1a00000000, 0x428f73a200000000, - 0xac20c6b000000000, 0xc9477a0800000000, 0x3eaf32a000000000, - 0x5bc88e1800000000, 0xb5673b0a00000000, 0xd00087b200000000, - 0x6938502f00000000, 0x0c5fec9700000000, 0xe2f0598500000000, - 0x8797e53d00000000, 0xd187866500000000, 0xb4e03add00000000, - 0x5a4f8fcf00000000, 0x3f28337700000000, 0x8610e4ea00000000, - 0xe377585200000000, 0x0dd8ed4000000000, 0x68bf51f800000000, - 0xa1f82bf000000000, 0xc49f974800000000, 0x2a30225a00000000, - 0x4f579ee200000000, 0xf66f497f00000000, 0x9308f5c700000000, - 0x7da740d500000000, 0x18c0fc6d00000000, 0x4ed09f3500000000, - 0x2bb7238d00000000, 0xc518969f00000000, 0xa07f2a2700000000, - 0x1947fdba00000000, 0x7c20410200000000, 0x928ff41000000000, - 0xf7e848a800000000, 0x3d58149b00000000, 0x583fa82300000000, - 0xb6901d3100000000, 0xd3f7a18900000000, 0x6acf761400000000, - 0x0fa8caac00000000, 0xe1077fbe00000000, 0x8460c30600000000, - 0xd270a05e00000000, 0xb7171ce600000000, 0x59b8a9f400000000, - 0x3cdf154c00000000, 0x85e7c2d100000000, 0xe0807e6900000000, - 0x0e2fcb7b00000000, 0x6b4877c300000000, 0xa20f0dcb00000000, - 0xc768b17300000000, 0x29c7046100000000, 0x4ca0b8d900000000, - 0xf5986f4400000000, 0x90ffd3fc00000000, 0x7e5066ee00000000, - 0x1b37da5600000000, 0x4d27b90e00000000, 0x284005b600000000, - 0xc6efb0a400000000, 0xa3880c1c00000000, 0x1ab0db8100000000, - 0x7fd7673900000000, 0x9178d22b00000000, 0xf41f6e9300000000, - 0x03f7263b00000000, 0x66909a8300000000, 0x883f2f9100000000, - 0xed58932900000000, 0x546044b400000000, 0x3107f80c00000000, - 0xdfa84d1e00000000, 0xbacff1a600000000, 0xecdf92fe00000000, - 0x89b82e4600000000, 0x67179b5400000000, 0x027027ec00000000, - 0xbb48f07100000000, 0xde2f4cc900000000, 0x3080f9db00000000, - 0x55e7456300000000, 0x9ca03f6b00000000, 0xf9c783d300000000, - 0x176836c100000000, 0x720f8a7900000000, 0xcb375de400000000, - 0xae50e15c00000000, 0x40ff544e00000000, 0x2598e8f600000000, - 0x73888bae00000000, 0x16ef371600000000, 0xf840820400000000, - 0x9d273ebc00000000, 0x241fe92100000000, 0x4178559900000000, - 0xafd7e08b00000000, 0xcab05c3300000000, 0x3bb659ed00000000, - 0x5ed1e55500000000, 0xb07e504700000000, 0xd519ecff00000000, - 0x6c213b6200000000, 0x094687da00000000, 0xe7e932c800000000, - 0x828e8e7000000000, 0xd49eed2800000000, 0xb1f9519000000000, - 0x5f56e48200000000, 0x3a31583a00000000, 0x83098fa700000000, - 0xe66e331f00000000, 0x08c1860d00000000, 0x6da63ab500000000, - 0xa4e140bd00000000, 0xc186fc0500000000, 0x2f29491700000000, - 0x4a4ef5af00000000, 0xf376223200000000, 0x96119e8a00000000, - 0x78be2b9800000000, 0x1dd9972000000000, 0x4bc9f47800000000, - 0x2eae48c000000000, 0xc001fdd200000000, 0xa566416a00000000, - 0x1c5e96f700000000, 0x79392a4f00000000, 0x97969f5d00000000, - 0xf2f123e500000000, 0x05196b4d00000000, 0x607ed7f500000000, - 0x8ed162e700000000, 0xebb6de5f00000000, 0x528e09c200000000, - 0x37e9b57a00000000, 0xd946006800000000, 0xbc21bcd000000000, - 0xea31df8800000000, 0x8f56633000000000, 0x61f9d62200000000, - 0x049e6a9a00000000, 0xbda6bd0700000000, 0xd8c101bf00000000, - 0x366eb4ad00000000, 0x5309081500000000, 0x9a4e721d00000000, - 0xff29cea500000000, 0x11867bb700000000, 0x74e1c70f00000000, - 0xcdd9109200000000, 0xa8beac2a00000000, 0x4611193800000000, - 0x2376a58000000000, 0x7566c6d800000000, 0x10017a6000000000, - 0xfeaecf7200000000, 0x9bc973ca00000000, 0x22f1a45700000000, - 0x479618ef00000000, 0xa939adfd00000000, 0xcc5e114500000000, - 0x06ee4d7600000000, 0x6389f1ce00000000, 0x8d2644dc00000000, - 0xe841f86400000000, 0x51792ff900000000, 0x341e934100000000, - 0xdab1265300000000, 0xbfd69aeb00000000, 0xe9c6f9b300000000, - 0x8ca1450b00000000, 0x620ef01900000000, 0x07694ca100000000, - 0xbe519b3c00000000, 0xdb36278400000000, 0x3599929600000000, - 0x50fe2e2e00000000, 0x99b9542600000000, 0xfcdee89e00000000, - 0x12715d8c00000000, 0x7716e13400000000, 0xce2e36a900000000, - 0xab498a1100000000, 0x45e63f0300000000, 0x208183bb00000000, - 0x7691e0e300000000, 0x13f65c5b00000000, 0xfd59e94900000000, - 0x983e55f100000000, 0x2106826c00000000, 0x44613ed400000000, - 0xaace8bc600000000, 0xcfa9377e00000000, 0x38417fd600000000, - 0x5d26c36e00000000, 0xb389767c00000000, 0xd6eecac400000000, - 0x6fd61d5900000000, 0x0ab1a1e100000000, 0xe41e14f300000000, - 0x8179a84b00000000, 0xd769cb1300000000, 0xb20e77ab00000000, - 0x5ca1c2b900000000, 0x39c67e0100000000, 0x80fea99c00000000, - 0xe599152400000000, 0x0b36a03600000000, 0x6e511c8e00000000, - 0xa716668600000000, 0xc271da3e00000000, 0x2cde6f2c00000000, - 0x49b9d39400000000, 0xf081040900000000, 0x95e6b8b100000000, - 0x7b490da300000000, 0x1e2eb11b00000000, 0x483ed24300000000, - 0x2d596efb00000000, 0xc3f6dbe900000000, 0xa691675100000000, - 0x1fa9b0cc00000000, 0x7ace0c7400000000, 0x9461b96600000000, - 0xf10605de00000000}, - {0x0000000000000000, 0xb029603d00000000, 0x6053c07a00000000, - 0xd07aa04700000000, 0xc0a680f500000000, 0x708fe0c800000000, - 0xa0f5408f00000000, 0x10dc20b200000000, 0xc14b703000000000, - 0x7162100d00000000, 0xa118b04a00000000, 0x1131d07700000000, - 0x01edf0c500000000, 0xb1c490f800000000, 0x61be30bf00000000, - 0xd197508200000000, 0x8297e06000000000, 0x32be805d00000000, - 0xe2c4201a00000000, 0x52ed402700000000, 0x4231609500000000, - 0xf21800a800000000, 0x2262a0ef00000000, 0x924bc0d200000000, - 0x43dc905000000000, 0xf3f5f06d00000000, 0x238f502a00000000, - 0x93a6301700000000, 0x837a10a500000000, 0x3353709800000000, - 0xe329d0df00000000, 0x5300b0e200000000, 0x042fc1c100000000, - 0xb406a1fc00000000, 0x647c01bb00000000, 0xd455618600000000, - 0xc489413400000000, 0x74a0210900000000, 0xa4da814e00000000, - 0x14f3e17300000000, 0xc564b1f100000000, 0x754dd1cc00000000, - 0xa537718b00000000, 0x151e11b600000000, 0x05c2310400000000, - 0xb5eb513900000000, 0x6591f17e00000000, 0xd5b8914300000000, - 0x86b821a100000000, 0x3691419c00000000, 0xe6ebe1db00000000, - 0x56c281e600000000, 0x461ea15400000000, 0xf637c16900000000, - 0x264d612e00000000, 0x9664011300000000, 0x47f3519100000000, - 0xf7da31ac00000000, 0x27a091eb00000000, 0x9789f1d600000000, - 0x8755d16400000000, 0x377cb15900000000, 0xe706111e00000000, - 0x572f712300000000, 0x4958f35800000000, 0xf971936500000000, - 0x290b332200000000, 0x9922531f00000000, 0x89fe73ad00000000, - 0x39d7139000000000, 0xe9adb3d700000000, 0x5984d3ea00000000, - 0x8813836800000000, 0x383ae35500000000, 0xe840431200000000, - 0x5869232f00000000, 0x48b5039d00000000, 0xf89c63a000000000, - 0x28e6c3e700000000, 0x98cfa3da00000000, 0xcbcf133800000000, - 0x7be6730500000000, 0xab9cd34200000000, 0x1bb5b37f00000000, - 0x0b6993cd00000000, 0xbb40f3f000000000, 0x6b3a53b700000000, - 0xdb13338a00000000, 0x0a84630800000000, 0xbaad033500000000, - 0x6ad7a37200000000, 0xdafec34f00000000, 0xca22e3fd00000000, - 0x7a0b83c000000000, 0xaa71238700000000, 0x1a5843ba00000000, - 0x4d77329900000000, 0xfd5e52a400000000, 0x2d24f2e300000000, - 0x9d0d92de00000000, 0x8dd1b26c00000000, 0x3df8d25100000000, - 0xed82721600000000, 0x5dab122b00000000, 0x8c3c42a900000000, - 0x3c15229400000000, 0xec6f82d300000000, 0x5c46e2ee00000000, - 0x4c9ac25c00000000, 0xfcb3a26100000000, 0x2cc9022600000000, - 0x9ce0621b00000000, 0xcfe0d2f900000000, 0x7fc9b2c400000000, - 0xafb3128300000000, 0x1f9a72be00000000, 0x0f46520c00000000, - 0xbf6f323100000000, 0x6f15927600000000, 0xdf3cf24b00000000, - 0x0eaba2c900000000, 0xbe82c2f400000000, 0x6ef862b300000000, - 0xded1028e00000000, 0xce0d223c00000000, 0x7e24420100000000, - 0xae5ee24600000000, 0x1e77827b00000000, 0x92b0e6b100000000, - 0x2299868c00000000, 0xf2e326cb00000000, 0x42ca46f600000000, - 0x5216664400000000, 0xe23f067900000000, 0x3245a63e00000000, - 0x826cc60300000000, 0x53fb968100000000, 0xe3d2f6bc00000000, - 0x33a856fb00000000, 0x838136c600000000, 0x935d167400000000, - 0x2374764900000000, 0xf30ed60e00000000, 0x4327b63300000000, - 0x102706d100000000, 0xa00e66ec00000000, 0x7074c6ab00000000, - 0xc05da69600000000, 0xd081862400000000, 0x60a8e61900000000, - 0xb0d2465e00000000, 0x00fb266300000000, 0xd16c76e100000000, - 0x614516dc00000000, 0xb13fb69b00000000, 0x0116d6a600000000, - 0x11caf61400000000, 0xa1e3962900000000, 0x7199366e00000000, - 0xc1b0565300000000, 0x969f277000000000, 0x26b6474d00000000, - 0xf6cce70a00000000, 0x46e5873700000000, 0x5639a78500000000, - 0xe610c7b800000000, 0x366a67ff00000000, 0x864307c200000000, - 0x57d4574000000000, 0xe7fd377d00000000, 0x3787973a00000000, - 0x87aef70700000000, 0x9772d7b500000000, 0x275bb78800000000, - 0xf72117cf00000000, 0x470877f200000000, 0x1408c71000000000, - 0xa421a72d00000000, 0x745b076a00000000, 0xc472675700000000, - 0xd4ae47e500000000, 0x648727d800000000, 0xb4fd879f00000000, - 0x04d4e7a200000000, 0xd543b72000000000, 0x656ad71d00000000, - 0xb510775a00000000, 0x0539176700000000, 0x15e537d500000000, - 0xa5cc57e800000000, 0x75b6f7af00000000, 0xc59f979200000000, - 0xdbe815e900000000, 0x6bc175d400000000, 0xbbbbd59300000000, - 0x0b92b5ae00000000, 0x1b4e951c00000000, 0xab67f52100000000, - 0x7b1d556600000000, 0xcb34355b00000000, 0x1aa365d900000000, - 0xaa8a05e400000000, 0x7af0a5a300000000, 0xcad9c59e00000000, - 0xda05e52c00000000, 0x6a2c851100000000, 0xba56255600000000, - 0x0a7f456b00000000, 0x597ff58900000000, 0xe95695b400000000, - 0x392c35f300000000, 0x890555ce00000000, 0x99d9757c00000000, - 0x29f0154100000000, 0xf98ab50600000000, 0x49a3d53b00000000, - 0x983485b900000000, 0x281de58400000000, 0xf86745c300000000, - 0x484e25fe00000000, 0x5892054c00000000, 0xe8bb657100000000, - 0x38c1c53600000000, 0x88e8a50b00000000, 0xdfc7d42800000000, - 0x6feeb41500000000, 0xbf94145200000000, 0x0fbd746f00000000, - 0x1f6154dd00000000, 0xaf4834e000000000, 0x7f3294a700000000, - 0xcf1bf49a00000000, 0x1e8ca41800000000, 0xaea5c42500000000, - 0x7edf646200000000, 0xcef6045f00000000, 0xde2a24ed00000000, - 0x6e0344d000000000, 0xbe79e49700000000, 0x0e5084aa00000000, - 0x5d50344800000000, 0xed79547500000000, 0x3d03f43200000000, - 0x8d2a940f00000000, 0x9df6b4bd00000000, 0x2ddfd48000000000, - 0xfda574c700000000, 0x4d8c14fa00000000, 0x9c1b447800000000, - 0x2c32244500000000, 0xfc48840200000000, 0x4c61e43f00000000, - 0x5cbdc48d00000000, 0xec94a4b000000000, 0x3cee04f700000000, - 0x8cc764ca00000000}, - {0x0000000000000000, 0xa5d35ccb00000000, 0x0ba1c84d00000000, - 0xae72948600000000, 0x1642919b00000000, 0xb391cd5000000000, - 0x1de359d600000000, 0xb830051d00000000, 0x6d8253ec00000000, - 0xc8510f2700000000, 0x66239ba100000000, 0xc3f0c76a00000000, - 0x7bc0c27700000000, 0xde139ebc00000000, 0x70610a3a00000000, - 0xd5b256f100000000, 0x9b02d60300000000, 0x3ed18ac800000000, - 0x90a31e4e00000000, 0x3570428500000000, 0x8d40479800000000, - 0x28931b5300000000, 0x86e18fd500000000, 0x2332d31e00000000, - 0xf68085ef00000000, 0x5353d92400000000, 0xfd214da200000000, - 0x58f2116900000000, 0xe0c2147400000000, 0x451148bf00000000, - 0xeb63dc3900000000, 0x4eb080f200000000, 0x3605ac0700000000, - 0x93d6f0cc00000000, 0x3da4644a00000000, 0x9877388100000000, - 0x20473d9c00000000, 0x8594615700000000, 0x2be6f5d100000000, - 0x8e35a91a00000000, 0x5b87ffeb00000000, 0xfe54a32000000000, - 0x502637a600000000, 0xf5f56b6d00000000, 0x4dc56e7000000000, - 0xe81632bb00000000, 0x4664a63d00000000, 0xe3b7faf600000000, - 0xad077a0400000000, 0x08d426cf00000000, 0xa6a6b24900000000, - 0x0375ee8200000000, 0xbb45eb9f00000000, 0x1e96b75400000000, - 0xb0e423d200000000, 0x15377f1900000000, 0xc08529e800000000, - 0x6556752300000000, 0xcb24e1a500000000, 0x6ef7bd6e00000000, - 0xd6c7b87300000000, 0x7314e4b800000000, 0xdd66703e00000000, - 0x78b52cf500000000, 0x6c0a580f00000000, 0xc9d904c400000000, - 0x67ab904200000000, 0xc278cc8900000000, 0x7a48c99400000000, - 0xdf9b955f00000000, 0x71e901d900000000, 0xd43a5d1200000000, - 0x01880be300000000, 0xa45b572800000000, 0x0a29c3ae00000000, - 0xaffa9f6500000000, 0x17ca9a7800000000, 0xb219c6b300000000, - 0x1c6b523500000000, 0xb9b80efe00000000, 0xf7088e0c00000000, - 0x52dbd2c700000000, 0xfca9464100000000, 0x597a1a8a00000000, - 0xe14a1f9700000000, 0x4499435c00000000, 0xeaebd7da00000000, - 0x4f388b1100000000, 0x9a8adde000000000, 0x3f59812b00000000, - 0x912b15ad00000000, 0x34f8496600000000, 0x8cc84c7b00000000, - 0x291b10b000000000, 0x8769843600000000, 0x22bad8fd00000000, - 0x5a0ff40800000000, 0xffdca8c300000000, 0x51ae3c4500000000, - 0xf47d608e00000000, 0x4c4d659300000000, 0xe99e395800000000, - 0x47ecadde00000000, 0xe23ff11500000000, 0x378da7e400000000, - 0x925efb2f00000000, 0x3c2c6fa900000000, 0x99ff336200000000, - 0x21cf367f00000000, 0x841c6ab400000000, 0x2a6efe3200000000, - 0x8fbda2f900000000, 0xc10d220b00000000, 0x64de7ec000000000, - 0xcaacea4600000000, 0x6f7fb68d00000000, 0xd74fb39000000000, - 0x729cef5b00000000, 0xdcee7bdd00000000, 0x793d271600000000, - 0xac8f71e700000000, 0x095c2d2c00000000, 0xa72eb9aa00000000, - 0x02fde56100000000, 0xbacde07c00000000, 0x1f1ebcb700000000, - 0xb16c283100000000, 0x14bf74fa00000000, 0xd814b01e00000000, - 0x7dc7ecd500000000, 0xd3b5785300000000, 0x7666249800000000, - 0xce56218500000000, 0x6b857d4e00000000, 0xc5f7e9c800000000, - 0x6024b50300000000, 0xb596e3f200000000, 0x1045bf3900000000, - 0xbe372bbf00000000, 0x1be4777400000000, 0xa3d4726900000000, - 0x06072ea200000000, 0xa875ba2400000000, 0x0da6e6ef00000000, - 0x4316661d00000000, 0xe6c53ad600000000, 0x48b7ae5000000000, - 0xed64f29b00000000, 0x5554f78600000000, 0xf087ab4d00000000, - 0x5ef53fcb00000000, 0xfb26630000000000, 0x2e9435f100000000, - 0x8b47693a00000000, 0x2535fdbc00000000, 0x80e6a17700000000, - 0x38d6a46a00000000, 0x9d05f8a100000000, 0x33776c2700000000, - 0x96a430ec00000000, 0xee111c1900000000, 0x4bc240d200000000, - 0xe5b0d45400000000, 0x4063889f00000000, 0xf8538d8200000000, - 0x5d80d14900000000, 0xf3f245cf00000000, 0x5621190400000000, - 0x83934ff500000000, 0x2640133e00000000, 0x883287b800000000, - 0x2de1db7300000000, 0x95d1de6e00000000, 0x300282a500000000, - 0x9e70162300000000, 0x3ba34ae800000000, 0x7513ca1a00000000, - 0xd0c096d100000000, 0x7eb2025700000000, 0xdb615e9c00000000, - 0x63515b8100000000, 0xc682074a00000000, 0x68f093cc00000000, - 0xcd23cf0700000000, 0x189199f600000000, 0xbd42c53d00000000, - 0x133051bb00000000, 0xb6e30d7000000000, 0x0ed3086d00000000, - 0xab0054a600000000, 0x0572c02000000000, 0xa0a19ceb00000000, - 0xb41ee81100000000, 0x11cdb4da00000000, 0xbfbf205c00000000, - 0x1a6c7c9700000000, 0xa25c798a00000000, 0x078f254100000000, - 0xa9fdb1c700000000, 0x0c2eed0c00000000, 0xd99cbbfd00000000, - 0x7c4fe73600000000, 0xd23d73b000000000, 0x77ee2f7b00000000, - 0xcfde2a6600000000, 0x6a0d76ad00000000, 0xc47fe22b00000000, - 0x61acbee000000000, 0x2f1c3e1200000000, 0x8acf62d900000000, - 0x24bdf65f00000000, 0x816eaa9400000000, 0x395eaf8900000000, - 0x9c8df34200000000, 0x32ff67c400000000, 0x972c3b0f00000000, - 0x429e6dfe00000000, 0xe74d313500000000, 0x493fa5b300000000, - 0xececf97800000000, 0x54dcfc6500000000, 0xf10fa0ae00000000, - 0x5f7d342800000000, 0xfaae68e300000000, 0x821b441600000000, - 0x27c818dd00000000, 0x89ba8c5b00000000, 0x2c69d09000000000, - 0x9459d58d00000000, 0x318a894600000000, 0x9ff81dc000000000, - 0x3a2b410b00000000, 0xef9917fa00000000, 0x4a4a4b3100000000, - 0xe438dfb700000000, 0x41eb837c00000000, 0xf9db866100000000, - 0x5c08daaa00000000, 0xf27a4e2c00000000, 0x57a912e700000000, - 0x1919921500000000, 0xbccacede00000000, 0x12b85a5800000000, - 0xb76b069300000000, 0x0f5b038e00000000, 0xaa885f4500000000, - 0x04facbc300000000, 0xa129970800000000, 0x749bc1f900000000, - 0xd1489d3200000000, 0x7f3a09b400000000, 0xdae9557f00000000, - 0x62d9506200000000, 0xc70a0ca900000000, 0x6978982f00000000, - 0xccabc4e400000000}, - {0x0000000000000000, 0xb40b77a600000000, 0x29119f9700000000, - 0x9d1ae83100000000, 0x13244ff400000000, 0xa72f385200000000, - 0x3a35d06300000000, 0x8e3ea7c500000000, 0x674eef3300000000, - 0xd345989500000000, 0x4e5f70a400000000, 0xfa54070200000000, - 0x746aa0c700000000, 0xc061d76100000000, 0x5d7b3f5000000000, - 0xe97048f600000000, 0xce9cde6700000000, 0x7a97a9c100000000, - 0xe78d41f000000000, 0x5386365600000000, 0xddb8919300000000, - 0x69b3e63500000000, 0xf4a90e0400000000, 0x40a279a200000000, - 0xa9d2315400000000, 0x1dd946f200000000, 0x80c3aec300000000, - 0x34c8d96500000000, 0xbaf67ea000000000, 0x0efd090600000000, - 0x93e7e13700000000, 0x27ec969100000000, 0x9c39bdcf00000000, - 0x2832ca6900000000, 0xb528225800000000, 0x012355fe00000000, - 0x8f1df23b00000000, 0x3b16859d00000000, 0xa60c6dac00000000, - 0x12071a0a00000000, 0xfb7752fc00000000, 0x4f7c255a00000000, - 0xd266cd6b00000000, 0x666dbacd00000000, 0xe8531d0800000000, - 0x5c586aae00000000, 0xc142829f00000000, 0x7549f53900000000, - 0x52a563a800000000, 0xe6ae140e00000000, 0x7bb4fc3f00000000, - 0xcfbf8b9900000000, 0x41812c5c00000000, 0xf58a5bfa00000000, - 0x6890b3cb00000000, 0xdc9bc46d00000000, 0x35eb8c9b00000000, - 0x81e0fb3d00000000, 0x1cfa130c00000000, 0xa8f164aa00000000, - 0x26cfc36f00000000, 0x92c4b4c900000000, 0x0fde5cf800000000, - 0xbbd52b5e00000000, 0x79750b4400000000, 0xcd7e7ce200000000, - 0x506494d300000000, 0xe46fe37500000000, 0x6a5144b000000000, - 0xde5a331600000000, 0x4340db2700000000, 0xf74bac8100000000, - 0x1e3be47700000000, 0xaa3093d100000000, 0x372a7be000000000, - 0x83210c4600000000, 0x0d1fab8300000000, 0xb914dc2500000000, - 0x240e341400000000, 0x900543b200000000, 0xb7e9d52300000000, - 0x03e2a28500000000, 0x9ef84ab400000000, 0x2af33d1200000000, - 0xa4cd9ad700000000, 0x10c6ed7100000000, 0x8ddc054000000000, - 0x39d772e600000000, 0xd0a73a1000000000, 0x64ac4db600000000, - 0xf9b6a58700000000, 0x4dbdd22100000000, 0xc38375e400000000, - 0x7788024200000000, 0xea92ea7300000000, 0x5e999dd500000000, - 0xe54cb68b00000000, 0x5147c12d00000000, 0xcc5d291c00000000, - 0x78565eba00000000, 0xf668f97f00000000, 0x42638ed900000000, - 0xdf7966e800000000, 0x6b72114e00000000, 0x820259b800000000, - 0x36092e1e00000000, 0xab13c62f00000000, 0x1f18b18900000000, - 0x9126164c00000000, 0x252d61ea00000000, 0xb83789db00000000, - 0x0c3cfe7d00000000, 0x2bd068ec00000000, 0x9fdb1f4a00000000, - 0x02c1f77b00000000, 0xb6ca80dd00000000, 0x38f4271800000000, - 0x8cff50be00000000, 0x11e5b88f00000000, 0xa5eecf2900000000, - 0x4c9e87df00000000, 0xf895f07900000000, 0x658f184800000000, - 0xd1846fee00000000, 0x5fbac82b00000000, 0xebb1bf8d00000000, - 0x76ab57bc00000000, 0xc2a0201a00000000, 0xf2ea168800000000, - 0x46e1612e00000000, 0xdbfb891f00000000, 0x6ff0feb900000000, - 0xe1ce597c00000000, 0x55c52eda00000000, 0xc8dfc6eb00000000, - 0x7cd4b14d00000000, 0x95a4f9bb00000000, 0x21af8e1d00000000, - 0xbcb5662c00000000, 0x08be118a00000000, 0x8680b64f00000000, - 0x328bc1e900000000, 0xaf9129d800000000, 0x1b9a5e7e00000000, - 0x3c76c8ef00000000, 0x887dbf4900000000, 0x1567577800000000, - 0xa16c20de00000000, 0x2f52871b00000000, 0x9b59f0bd00000000, - 0x0643188c00000000, 0xb2486f2a00000000, 0x5b3827dc00000000, - 0xef33507a00000000, 0x7229b84b00000000, 0xc622cfed00000000, - 0x481c682800000000, 0xfc171f8e00000000, 0x610df7bf00000000, - 0xd506801900000000, 0x6ed3ab4700000000, 0xdad8dce100000000, - 0x47c234d000000000, 0xf3c9437600000000, 0x7df7e4b300000000, - 0xc9fc931500000000, 0x54e67b2400000000, 0xe0ed0c8200000000, - 0x099d447400000000, 0xbd9633d200000000, 0x208cdbe300000000, - 0x9487ac4500000000, 0x1ab90b8000000000, 0xaeb27c2600000000, - 0x33a8941700000000, 0x87a3e3b100000000, 0xa04f752000000000, - 0x1444028600000000, 0x895eeab700000000, 0x3d559d1100000000, - 0xb36b3ad400000000, 0x07604d7200000000, 0x9a7aa54300000000, - 0x2e71d2e500000000, 0xc7019a1300000000, 0x730aedb500000000, - 0xee10058400000000, 0x5a1b722200000000, 0xd425d5e700000000, - 0x602ea24100000000, 0xfd344a7000000000, 0x493f3dd600000000, - 0x8b9f1dcc00000000, 0x3f946a6a00000000, 0xa28e825b00000000, - 0x1685f5fd00000000, 0x98bb523800000000, 0x2cb0259e00000000, - 0xb1aacdaf00000000, 0x05a1ba0900000000, 0xecd1f2ff00000000, - 0x58da855900000000, 0xc5c06d6800000000, 0x71cb1ace00000000, - 0xfff5bd0b00000000, 0x4bfecaad00000000, 0xd6e4229c00000000, - 0x62ef553a00000000, 0x4503c3ab00000000, 0xf108b40d00000000, - 0x6c125c3c00000000, 0xd8192b9a00000000, 0x56278c5f00000000, - 0xe22cfbf900000000, 0x7f3613c800000000, 0xcb3d646e00000000, - 0x224d2c9800000000, 0x96465b3e00000000, 0x0b5cb30f00000000, - 0xbf57c4a900000000, 0x3169636c00000000, 0x856214ca00000000, - 0x1878fcfb00000000, 0xac738b5d00000000, 0x17a6a00300000000, - 0xa3add7a500000000, 0x3eb73f9400000000, 0x8abc483200000000, - 0x0482eff700000000, 0xb089985100000000, 0x2d93706000000000, - 0x999807c600000000, 0x70e84f3000000000, 0xc4e3389600000000, - 0x59f9d0a700000000, 0xedf2a70100000000, 0x63cc00c400000000, - 0xd7c7776200000000, 0x4add9f5300000000, 0xfed6e8f500000000, - 0xd93a7e6400000000, 0x6d3109c200000000, 0xf02be1f300000000, - 0x4420965500000000, 0xca1e319000000000, 0x7e15463600000000, - 0xe30fae0700000000, 0x5704d9a100000000, 0xbe74915700000000, - 0x0a7fe6f100000000, 0x97650ec000000000, 0x236e796600000000, - 0xad50dea300000000, 0x195ba90500000000, 0x8441413400000000, - 0x304a369200000000}, - {0x0000000000000000, 0x9e00aacc00000000, 0x7d07254200000000, - 0xe3078f8e00000000, 0xfa0e4a8400000000, 0x640ee04800000000, - 0x87096fc600000000, 0x1909c50a00000000, 0xb51be5d300000000, - 0x2b1b4f1f00000000, 0xc81cc09100000000, 0x561c6a5d00000000, - 0x4f15af5700000000, 0xd115059b00000000, 0x32128a1500000000, - 0xac1220d900000000, 0x2b31bb7c00000000, 0xb53111b000000000, - 0x56369e3e00000000, 0xc83634f200000000, 0xd13ff1f800000000, - 0x4f3f5b3400000000, 0xac38d4ba00000000, 0x32387e7600000000, - 0x9e2a5eaf00000000, 0x002af46300000000, 0xe32d7bed00000000, - 0x7d2dd12100000000, 0x6424142b00000000, 0xfa24bee700000000, - 0x1923316900000000, 0x87239ba500000000, 0x566276f900000000, - 0xc862dc3500000000, 0x2b6553bb00000000, 0xb565f97700000000, - 0xac6c3c7d00000000, 0x326c96b100000000, 0xd16b193f00000000, - 0x4f6bb3f300000000, 0xe379932a00000000, 0x7d7939e600000000, - 0x9e7eb66800000000, 0x007e1ca400000000, 0x1977d9ae00000000, - 0x8777736200000000, 0x6470fcec00000000, 0xfa70562000000000, - 0x7d53cd8500000000, 0xe353674900000000, 0x0054e8c700000000, - 0x9e54420b00000000, 0x875d870100000000, 0x195d2dcd00000000, - 0xfa5aa24300000000, 0x645a088f00000000, 0xc848285600000000, - 0x5648829a00000000, 0xb54f0d1400000000, 0x2b4fa7d800000000, - 0x324662d200000000, 0xac46c81e00000000, 0x4f41479000000000, - 0xd141ed5c00000000, 0xedc29d2900000000, 0x73c237e500000000, - 0x90c5b86b00000000, 0x0ec512a700000000, 0x17ccd7ad00000000, - 0x89cc7d6100000000, 0x6acbf2ef00000000, 0xf4cb582300000000, - 0x58d978fa00000000, 0xc6d9d23600000000, 0x25de5db800000000, - 0xbbdef77400000000, 0xa2d7327e00000000, 0x3cd798b200000000, - 0xdfd0173c00000000, 0x41d0bdf000000000, 0xc6f3265500000000, - 0x58f38c9900000000, 0xbbf4031700000000, 0x25f4a9db00000000, - 0x3cfd6cd100000000, 0xa2fdc61d00000000, 0x41fa499300000000, - 0xdffae35f00000000, 0x73e8c38600000000, 0xede8694a00000000, - 0x0eefe6c400000000, 0x90ef4c0800000000, 0x89e6890200000000, - 0x17e623ce00000000, 0xf4e1ac4000000000, 0x6ae1068c00000000, - 0xbba0ebd000000000, 0x25a0411c00000000, 0xc6a7ce9200000000, - 0x58a7645e00000000, 0x41aea15400000000, 0xdfae0b9800000000, - 0x3ca9841600000000, 0xa2a92eda00000000, 0x0ebb0e0300000000, - 0x90bba4cf00000000, 0x73bc2b4100000000, 0xedbc818d00000000, - 0xf4b5448700000000, 0x6ab5ee4b00000000, 0x89b261c500000000, - 0x17b2cb0900000000, 0x909150ac00000000, 0x0e91fa6000000000, - 0xed9675ee00000000, 0x7396df2200000000, 0x6a9f1a2800000000, - 0xf49fb0e400000000, 0x17983f6a00000000, 0x899895a600000000, - 0x258ab57f00000000, 0xbb8a1fb300000000, 0x588d903d00000000, - 0xc68d3af100000000, 0xdf84fffb00000000, 0x4184553700000000, - 0xa283dab900000000, 0x3c83707500000000, 0xda853b5300000000, - 0x4485919f00000000, 0xa7821e1100000000, 0x3982b4dd00000000, - 0x208b71d700000000, 0xbe8bdb1b00000000, 0x5d8c549500000000, - 0xc38cfe5900000000, 0x6f9ede8000000000, 0xf19e744c00000000, - 0x1299fbc200000000, 0x8c99510e00000000, 0x9590940400000000, - 0x0b903ec800000000, 0xe897b14600000000, 0x76971b8a00000000, - 0xf1b4802f00000000, 0x6fb42ae300000000, 0x8cb3a56d00000000, - 0x12b30fa100000000, 0x0bbacaab00000000, 0x95ba606700000000, - 0x76bdefe900000000, 0xe8bd452500000000, 0x44af65fc00000000, - 0xdaafcf3000000000, 0x39a840be00000000, 0xa7a8ea7200000000, - 0xbea12f7800000000, 0x20a185b400000000, 0xc3a60a3a00000000, - 0x5da6a0f600000000, 0x8ce74daa00000000, 0x12e7e76600000000, - 0xf1e068e800000000, 0x6fe0c22400000000, 0x76e9072e00000000, - 0xe8e9ade200000000, 0x0bee226c00000000, 0x95ee88a000000000, - 0x39fca87900000000, 0xa7fc02b500000000, 0x44fb8d3b00000000, - 0xdafb27f700000000, 0xc3f2e2fd00000000, 0x5df2483100000000, - 0xbef5c7bf00000000, 0x20f56d7300000000, 0xa7d6f6d600000000, - 0x39d65c1a00000000, 0xdad1d39400000000, 0x44d1795800000000, - 0x5dd8bc5200000000, 0xc3d8169e00000000, 0x20df991000000000, - 0xbedf33dc00000000, 0x12cd130500000000, 0x8ccdb9c900000000, - 0x6fca364700000000, 0xf1ca9c8b00000000, 0xe8c3598100000000, - 0x76c3f34d00000000, 0x95c47cc300000000, 0x0bc4d60f00000000, - 0x3747a67a00000000, 0xa9470cb600000000, 0x4a40833800000000, - 0xd44029f400000000, 0xcd49ecfe00000000, 0x5349463200000000, - 0xb04ec9bc00000000, 0x2e4e637000000000, 0x825c43a900000000, - 0x1c5ce96500000000, 0xff5b66eb00000000, 0x615bcc2700000000, - 0x7852092d00000000, 0xe652a3e100000000, 0x05552c6f00000000, - 0x9b5586a300000000, 0x1c761d0600000000, 0x8276b7ca00000000, - 0x6171384400000000, 0xff71928800000000, 0xe678578200000000, - 0x7878fd4e00000000, 0x9b7f72c000000000, 0x057fd80c00000000, - 0xa96df8d500000000, 0x376d521900000000, 0xd46add9700000000, - 0x4a6a775b00000000, 0x5363b25100000000, 0xcd63189d00000000, - 0x2e64971300000000, 0xb0643ddf00000000, 0x6125d08300000000, - 0xff257a4f00000000, 0x1c22f5c100000000, 0x82225f0d00000000, - 0x9b2b9a0700000000, 0x052b30cb00000000, 0xe62cbf4500000000, - 0x782c158900000000, 0xd43e355000000000, 0x4a3e9f9c00000000, - 0xa939101200000000, 0x3739bade00000000, 0x2e307fd400000000, - 0xb030d51800000000, 0x53375a9600000000, 0xcd37f05a00000000, - 0x4a146bff00000000, 0xd414c13300000000, 0x37134ebd00000000, - 0xa913e47100000000, 0xb01a217b00000000, 0x2e1a8bb700000000, - 0xcd1d043900000000, 0x531daef500000000, 0xff0f8e2c00000000, - 0x610f24e000000000, 0x8208ab6e00000000, 0x1c0801a200000000, - 0x0501c4a800000000, 0x9b016e6400000000, 0x7806e1ea00000000, - 0xe6064b2600000000}}; - -#else /* W == 4 */ - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xb8bc6765, 0xaa09c88b, 0x12b5afee, 0x8f629757, - 0x37def032, 0x256b5fdc, 0x9dd738b9, 0xc5b428ef, 0x7d084f8a, - 0x6fbde064, 0xd7018701, 0x4ad6bfb8, 0xf26ad8dd, 0xe0df7733, - 0x58631056, 0x5019579f, 0xe8a530fa, 0xfa109f14, 0x42acf871, - 0xdf7bc0c8, 0x67c7a7ad, 0x75720843, 0xcdce6f26, 0x95ad7f70, - 0x2d111815, 0x3fa4b7fb, 0x8718d09e, 0x1acfe827, 0xa2738f42, - 0xb0c620ac, 0x087a47c9, 0xa032af3e, 0x188ec85b, 0x0a3b67b5, - 0xb28700d0, 0x2f503869, 0x97ec5f0c, 0x8559f0e2, 0x3de59787, - 0x658687d1, 0xdd3ae0b4, 0xcf8f4f5a, 0x7733283f, 0xeae41086, - 0x525877e3, 0x40edd80d, 0xf851bf68, 0xf02bf8a1, 0x48979fc4, - 0x5a22302a, 0xe29e574f, 0x7f496ff6, 0xc7f50893, 0xd540a77d, - 0x6dfcc018, 0x359fd04e, 0x8d23b72b, 0x9f9618c5, 0x272a7fa0, - 0xbafd4719, 0x0241207c, 0x10f48f92, 0xa848e8f7, 0x9b14583d, - 0x23a83f58, 0x311d90b6, 0x89a1f7d3, 0x1476cf6a, 0xaccaa80f, - 0xbe7f07e1, 0x06c36084, 0x5ea070d2, 0xe61c17b7, 0xf4a9b859, - 0x4c15df3c, 0xd1c2e785, 0x697e80e0, 0x7bcb2f0e, 0xc377486b, - 0xcb0d0fa2, 0x73b168c7, 0x6104c729, 0xd9b8a04c, 0x446f98f5, - 0xfcd3ff90, 0xee66507e, 0x56da371b, 0x0eb9274d, 0xb6054028, - 0xa4b0efc6, 0x1c0c88a3, 0x81dbb01a, 0x3967d77f, 0x2bd27891, - 0x936e1ff4, 0x3b26f703, 0x839a9066, 0x912f3f88, 0x299358ed, - 0xb4446054, 0x0cf80731, 0x1e4da8df, 0xa6f1cfba, 0xfe92dfec, - 0x462eb889, 0x549b1767, 0xec277002, 0x71f048bb, 0xc94c2fde, - 0xdbf98030, 0x6345e755, 0x6b3fa09c, 0xd383c7f9, 0xc1366817, - 0x798a0f72, 0xe45d37cb, 0x5ce150ae, 0x4e54ff40, 0xf6e89825, - 0xae8b8873, 0x1637ef16, 0x048240f8, 0xbc3e279d, 0x21e91f24, - 0x99557841, 0x8be0d7af, 0x335cb0ca, 0xed59b63b, 0x55e5d15e, - 0x47507eb0, 0xffec19d5, 0x623b216c, 0xda874609, 0xc832e9e7, - 0x708e8e82, 0x28ed9ed4, 0x9051f9b1, 0x82e4565f, 0x3a58313a, - 0xa78f0983, 0x1f336ee6, 0x0d86c108, 0xb53aa66d, 0xbd40e1a4, - 0x05fc86c1, 0x1749292f, 0xaff54e4a, 0x322276f3, 0x8a9e1196, - 0x982bbe78, 0x2097d91d, 0x78f4c94b, 0xc048ae2e, 0xd2fd01c0, - 0x6a4166a5, 0xf7965e1c, 0x4f2a3979, 0x5d9f9697, 0xe523f1f2, - 0x4d6b1905, 0xf5d77e60, 0xe762d18e, 0x5fdeb6eb, 0xc2098e52, - 0x7ab5e937, 0x680046d9, 0xd0bc21bc, 0x88df31ea, 0x3063568f, - 0x22d6f961, 0x9a6a9e04, 0x07bda6bd, 0xbf01c1d8, 0xadb46e36, - 0x15080953, 0x1d724e9a, 0xa5ce29ff, 0xb77b8611, 0x0fc7e174, - 0x9210d9cd, 0x2aacbea8, 0x38191146, 0x80a57623, 0xd8c66675, - 0x607a0110, 0x72cfaefe, 0xca73c99b, 0x57a4f122, 0xef189647, - 0xfdad39a9, 0x45115ecc, 0x764dee06, 0xcef18963, 0xdc44268d, - 0x64f841e8, 0xf92f7951, 0x41931e34, 0x5326b1da, 0xeb9ad6bf, - 0xb3f9c6e9, 0x0b45a18c, 0x19f00e62, 0xa14c6907, 0x3c9b51be, - 0x842736db, 0x96929935, 0x2e2efe50, 0x2654b999, 0x9ee8defc, - 0x8c5d7112, 0x34e11677, 0xa9362ece, 0x118a49ab, 0x033fe645, - 0xbb838120, 0xe3e09176, 0x5b5cf613, 0x49e959fd, 0xf1553e98, - 0x6c820621, 0xd43e6144, 0xc68bceaa, 0x7e37a9cf, 0xd67f4138, - 0x6ec3265d, 0x7c7689b3, 0xc4caeed6, 0x591dd66f, 0xe1a1b10a, - 0xf3141ee4, 0x4ba87981, 0x13cb69d7, 0xab770eb2, 0xb9c2a15c, - 0x017ec639, 0x9ca9fe80, 0x241599e5, 0x36a0360b, 0x8e1c516e, - 0x866616a7, 0x3eda71c2, 0x2c6fde2c, 0x94d3b949, 0x090481f0, - 0xb1b8e695, 0xa30d497b, 0x1bb12e1e, 0x43d23e48, 0xfb6e592d, - 0xe9dbf6c3, 0x516791a6, 0xccb0a91f, 0x740cce7a, 0x66b96194, - 0xde0506f1}, - {0x00000000, 0x01c26a37, 0x0384d46e, 0x0246be59, 0x0709a8dc, - 0x06cbc2eb, 0x048d7cb2, 0x054f1685, 0x0e1351b8, 0x0fd13b8f, - 0x0d9785d6, 0x0c55efe1, 0x091af964, 0x08d89353, 0x0a9e2d0a, - 0x0b5c473d, 0x1c26a370, 0x1de4c947, 0x1fa2771e, 0x1e601d29, - 0x1b2f0bac, 0x1aed619b, 0x18abdfc2, 0x1969b5f5, 0x1235f2c8, - 0x13f798ff, 0x11b126a6, 0x10734c91, 0x153c5a14, 0x14fe3023, - 0x16b88e7a, 0x177ae44d, 0x384d46e0, 0x398f2cd7, 0x3bc9928e, - 0x3a0bf8b9, 0x3f44ee3c, 0x3e86840b, 0x3cc03a52, 0x3d025065, - 0x365e1758, 0x379c7d6f, 0x35dac336, 0x3418a901, 0x3157bf84, - 0x3095d5b3, 0x32d36bea, 0x331101dd, 0x246be590, 0x25a98fa7, - 0x27ef31fe, 0x262d5bc9, 0x23624d4c, 0x22a0277b, 0x20e69922, - 0x2124f315, 0x2a78b428, 0x2bbade1f, 0x29fc6046, 0x283e0a71, - 0x2d711cf4, 0x2cb376c3, 0x2ef5c89a, 0x2f37a2ad, 0x709a8dc0, - 0x7158e7f7, 0x731e59ae, 0x72dc3399, 0x7793251c, 0x76514f2b, - 0x7417f172, 0x75d59b45, 0x7e89dc78, 0x7f4bb64f, 0x7d0d0816, - 0x7ccf6221, 0x798074a4, 0x78421e93, 0x7a04a0ca, 0x7bc6cafd, - 0x6cbc2eb0, 0x6d7e4487, 0x6f38fade, 0x6efa90e9, 0x6bb5866c, - 0x6a77ec5b, 0x68315202, 0x69f33835, 0x62af7f08, 0x636d153f, - 0x612bab66, 0x60e9c151, 0x65a6d7d4, 0x6464bde3, 0x662203ba, - 0x67e0698d, 0x48d7cb20, 0x4915a117, 0x4b531f4e, 0x4a917579, - 0x4fde63fc, 0x4e1c09cb, 0x4c5ab792, 0x4d98dda5, 0x46c49a98, - 0x4706f0af, 0x45404ef6, 0x448224c1, 0x41cd3244, 0x400f5873, - 0x4249e62a, 0x438b8c1d, 0x54f16850, 0x55330267, 0x5775bc3e, - 0x56b7d609, 0x53f8c08c, 0x523aaabb, 0x507c14e2, 0x51be7ed5, - 0x5ae239e8, 0x5b2053df, 0x5966ed86, 0x58a487b1, 0x5deb9134, - 0x5c29fb03, 0x5e6f455a, 0x5fad2f6d, 0xe1351b80, 0xe0f771b7, - 0xe2b1cfee, 0xe373a5d9, 0xe63cb35c, 0xe7fed96b, 0xe5b86732, - 0xe47a0d05, 0xef264a38, 0xeee4200f, 0xeca29e56, 0xed60f461, - 0xe82fe2e4, 0xe9ed88d3, 0xebab368a, 0xea695cbd, 0xfd13b8f0, - 0xfcd1d2c7, 0xfe976c9e, 0xff5506a9, 0xfa1a102c, 0xfbd87a1b, - 0xf99ec442, 0xf85cae75, 0xf300e948, 0xf2c2837f, 0xf0843d26, - 0xf1465711, 0xf4094194, 0xf5cb2ba3, 0xf78d95fa, 0xf64fffcd, - 0xd9785d60, 0xd8ba3757, 0xdafc890e, 0xdb3ee339, 0xde71f5bc, - 0xdfb39f8b, 0xddf521d2, 0xdc374be5, 0xd76b0cd8, 0xd6a966ef, - 0xd4efd8b6, 0xd52db281, 0xd062a404, 0xd1a0ce33, 0xd3e6706a, - 0xd2241a5d, 0xc55efe10, 0xc49c9427, 0xc6da2a7e, 0xc7184049, - 0xc25756cc, 0xc3953cfb, 0xc1d382a2, 0xc011e895, 0xcb4dafa8, - 0xca8fc59f, 0xc8c97bc6, 0xc90b11f1, 0xcc440774, 0xcd866d43, - 0xcfc0d31a, 0xce02b92d, 0x91af9640, 0x906dfc77, 0x922b422e, - 0x93e92819, 0x96a63e9c, 0x976454ab, 0x9522eaf2, 0x94e080c5, - 0x9fbcc7f8, 0x9e7eadcf, 0x9c381396, 0x9dfa79a1, 0x98b56f24, - 0x99770513, 0x9b31bb4a, 0x9af3d17d, 0x8d893530, 0x8c4b5f07, - 0x8e0de15e, 0x8fcf8b69, 0x8a809dec, 0x8b42f7db, 0x89044982, - 0x88c623b5, 0x839a6488, 0x82580ebf, 0x801eb0e6, 0x81dcdad1, - 0x8493cc54, 0x8551a663, 0x8717183a, 0x86d5720d, 0xa9e2d0a0, - 0xa820ba97, 0xaa6604ce, 0xaba46ef9, 0xaeeb787c, 0xaf29124b, - 0xad6fac12, 0xacadc625, 0xa7f18118, 0xa633eb2f, 0xa4755576, - 0xa5b73f41, 0xa0f829c4, 0xa13a43f3, 0xa37cfdaa, 0xa2be979d, - 0xb5c473d0, 0xb40619e7, 0xb640a7be, 0xb782cd89, 0xb2cddb0c, - 0xb30fb13b, 0xb1490f62, 0xb08b6555, 0xbbd72268, 0xba15485f, - 0xb853f606, 0xb9919c31, 0xbcde8ab4, 0xbd1ce083, 0xbf5a5eda, - 0xbe9834ed}, - {0x00000000, 0x191b3141, 0x32366282, 0x2b2d53c3, 0x646cc504, - 0x7d77f445, 0x565aa786, 0x4f4196c7, 0xc8d98a08, 0xd1c2bb49, - 0xfaefe88a, 0xe3f4d9cb, 0xacb54f0c, 0xb5ae7e4d, 0x9e832d8e, - 0x87981ccf, 0x4ac21251, 0x53d92310, 0x78f470d3, 0x61ef4192, - 0x2eaed755, 0x37b5e614, 0x1c98b5d7, 0x05838496, 0x821b9859, - 0x9b00a918, 0xb02dfadb, 0xa936cb9a, 0xe6775d5d, 0xff6c6c1c, - 0xd4413fdf, 0xcd5a0e9e, 0x958424a2, 0x8c9f15e3, 0xa7b24620, - 0xbea97761, 0xf1e8e1a6, 0xe8f3d0e7, 0xc3de8324, 0xdac5b265, - 0x5d5daeaa, 0x44469feb, 0x6f6bcc28, 0x7670fd69, 0x39316bae, - 0x202a5aef, 0x0b07092c, 0x121c386d, 0xdf4636f3, 0xc65d07b2, - 0xed705471, 0xf46b6530, 0xbb2af3f7, 0xa231c2b6, 0x891c9175, - 0x9007a034, 0x179fbcfb, 0x0e848dba, 0x25a9de79, 0x3cb2ef38, - 0x73f379ff, 0x6ae848be, 0x41c51b7d, 0x58de2a3c, 0xf0794f05, - 0xe9627e44, 0xc24f2d87, 0xdb541cc6, 0x94158a01, 0x8d0ebb40, - 0xa623e883, 0xbf38d9c2, 0x38a0c50d, 0x21bbf44c, 0x0a96a78f, - 0x138d96ce, 0x5ccc0009, 0x45d73148, 0x6efa628b, 0x77e153ca, - 0xbabb5d54, 0xa3a06c15, 0x888d3fd6, 0x91960e97, 0xded79850, - 0xc7cca911, 0xece1fad2, 0xf5facb93, 0x7262d75c, 0x6b79e61d, - 0x4054b5de, 0x594f849f, 0x160e1258, 0x0f152319, 0x243870da, - 0x3d23419b, 0x65fd6ba7, 0x7ce65ae6, 0x57cb0925, 0x4ed03864, - 0x0191aea3, 0x188a9fe2, 0x33a7cc21, 0x2abcfd60, 0xad24e1af, - 0xb43fd0ee, 0x9f12832d, 0x8609b26c, 0xc94824ab, 0xd05315ea, - 0xfb7e4629, 0xe2657768, 0x2f3f79f6, 0x362448b7, 0x1d091b74, - 0x04122a35, 0x4b53bcf2, 0x52488db3, 0x7965de70, 0x607eef31, - 0xe7e6f3fe, 0xfefdc2bf, 0xd5d0917c, 0xcccba03d, 0x838a36fa, - 0x9a9107bb, 0xb1bc5478, 0xa8a76539, 0x3b83984b, 0x2298a90a, - 0x09b5fac9, 0x10aecb88, 0x5fef5d4f, 0x46f46c0e, 0x6dd93fcd, - 0x74c20e8c, 0xf35a1243, 0xea412302, 0xc16c70c1, 0xd8774180, - 0x9736d747, 0x8e2de606, 0xa500b5c5, 0xbc1b8484, 0x71418a1a, - 0x685abb5b, 0x4377e898, 0x5a6cd9d9, 0x152d4f1e, 0x0c367e5f, - 0x271b2d9c, 0x3e001cdd, 0xb9980012, 0xa0833153, 0x8bae6290, - 0x92b553d1, 0xddf4c516, 0xc4eff457, 0xefc2a794, 0xf6d996d5, - 0xae07bce9, 0xb71c8da8, 0x9c31de6b, 0x852aef2a, 0xca6b79ed, - 0xd37048ac, 0xf85d1b6f, 0xe1462a2e, 0x66de36e1, 0x7fc507a0, - 0x54e85463, 0x4df36522, 0x02b2f3e5, 0x1ba9c2a4, 0x30849167, - 0x299fa026, 0xe4c5aeb8, 0xfdde9ff9, 0xd6f3cc3a, 0xcfe8fd7b, - 0x80a96bbc, 0x99b25afd, 0xb29f093e, 0xab84387f, 0x2c1c24b0, - 0x350715f1, 0x1e2a4632, 0x07317773, 0x4870e1b4, 0x516bd0f5, - 0x7a468336, 0x635db277, 0xcbfad74e, 0xd2e1e60f, 0xf9ccb5cc, - 0xe0d7848d, 0xaf96124a, 0xb68d230b, 0x9da070c8, 0x84bb4189, - 0x03235d46, 0x1a386c07, 0x31153fc4, 0x280e0e85, 0x674f9842, - 0x7e54a903, 0x5579fac0, 0x4c62cb81, 0x8138c51f, 0x9823f45e, - 0xb30ea79d, 0xaa1596dc, 0xe554001b, 0xfc4f315a, 0xd7626299, - 0xce7953d8, 0x49e14f17, 0x50fa7e56, 0x7bd72d95, 0x62cc1cd4, - 0x2d8d8a13, 0x3496bb52, 0x1fbbe891, 0x06a0d9d0, 0x5e7ef3ec, - 0x4765c2ad, 0x6c48916e, 0x7553a02f, 0x3a1236e8, 0x230907a9, - 0x0824546a, 0x113f652b, 0x96a779e4, 0x8fbc48a5, 0xa4911b66, - 0xbd8a2a27, 0xf2cbbce0, 0xebd08da1, 0xc0fdde62, 0xd9e6ef23, - 0x14bce1bd, 0x0da7d0fc, 0x268a833f, 0x3f91b27e, 0x70d024b9, - 0x69cb15f8, 0x42e6463b, 0x5bfd777a, 0xdc656bb5, 0xc57e5af4, - 0xee530937, 0xf7483876, 0xb809aeb1, 0xa1129ff0, 0x8a3fcc33, - 0x9324fd72}, - {0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, - 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, - 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, - 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, - 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, - 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, - 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, - 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, - 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, - 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, - 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, - 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, - 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, - 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, - 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, - 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, - 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, - 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, - 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, - 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, - 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, - 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, - 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, - 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, - 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, - 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, - 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, - 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, - 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, - 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, - 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, - 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, - 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, - 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, - 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, - 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, - 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, - 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, - 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, - 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, - 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, - 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, - 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, - 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, - 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, - 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, - 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, - 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, - 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, - 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, - 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, - 0x2d02ef8d}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x00000000, 0x96300777, 0x2c610eee, 0xba510999, 0x19c46d07, - 0x8ff46a70, 0x35a563e9, 0xa395649e, 0x3288db0e, 0xa4b8dc79, - 0x1ee9d5e0, 0x88d9d297, 0x2b4cb609, 0xbd7cb17e, 0x072db8e7, - 0x911dbf90, 0x6410b71d, 0xf220b06a, 0x4871b9f3, 0xde41be84, - 0x7dd4da1a, 0xebe4dd6d, 0x51b5d4f4, 0xc785d383, 0x56986c13, - 0xc0a86b64, 0x7af962fd, 0xecc9658a, 0x4f5c0114, 0xd96c0663, - 0x633d0ffa, 0xf50d088d, 0xc8206e3b, 0x5e10694c, 0xe44160d5, - 0x727167a2, 0xd1e4033c, 0x47d4044b, 0xfd850dd2, 0x6bb50aa5, - 0xfaa8b535, 0x6c98b242, 0xd6c9bbdb, 0x40f9bcac, 0xe36cd832, - 0x755cdf45, 0xcf0dd6dc, 0x593dd1ab, 0xac30d926, 0x3a00de51, - 0x8051d7c8, 0x1661d0bf, 0xb5f4b421, 0x23c4b356, 0x9995bacf, - 0x0fa5bdb8, 0x9eb80228, 0x0888055f, 0xb2d90cc6, 0x24e90bb1, - 0x877c6f2f, 0x114c6858, 0xab1d61c1, 0x3d2d66b6, 0x9041dc76, - 0x0671db01, 0xbc20d298, 0x2a10d5ef, 0x8985b171, 0x1fb5b606, - 0xa5e4bf9f, 0x33d4b8e8, 0xa2c90778, 0x34f9000f, 0x8ea80996, - 0x18980ee1, 0xbb0d6a7f, 0x2d3d6d08, 0x976c6491, 0x015c63e6, - 0xf4516b6b, 0x62616c1c, 0xd8306585, 0x4e0062f2, 0xed95066c, - 0x7ba5011b, 0xc1f40882, 0x57c40ff5, 0xc6d9b065, 0x50e9b712, - 0xeab8be8b, 0x7c88b9fc, 0xdf1ddd62, 0x492dda15, 0xf37cd38c, - 0x654cd4fb, 0x5861b24d, 0xce51b53a, 0x7400bca3, 0xe230bbd4, - 0x41a5df4a, 0xd795d83d, 0x6dc4d1a4, 0xfbf4d6d3, 0x6ae96943, - 0xfcd96e34, 0x468867ad, 0xd0b860da, 0x732d0444, 0xe51d0333, - 0x5f4c0aaa, 0xc97c0ddd, 0x3c710550, 0xaa410227, 0x10100bbe, - 0x86200cc9, 0x25b56857, 0xb3856f20, 0x09d466b9, 0x9fe461ce, - 0x0ef9de5e, 0x98c9d929, 0x2298d0b0, 0xb4a8d7c7, 0x173db359, - 0x810db42e, 0x3b5cbdb7, 0xad6cbac0, 0x2083b8ed, 0xb6b3bf9a, - 0x0ce2b603, 0x9ad2b174, 0x3947d5ea, 0xaf77d29d, 0x1526db04, - 0x8316dc73, 0x120b63e3, 0x843b6494, 0x3e6a6d0d, 0xa85a6a7a, - 0x0bcf0ee4, 0x9dff0993, 0x27ae000a, 0xb19e077d, 0x44930ff0, - 0xd2a30887, 0x68f2011e, 0xfec20669, 0x5d5762f7, 0xcb676580, - 0x71366c19, 0xe7066b6e, 0x761bd4fe, 0xe02bd389, 0x5a7ada10, - 0xcc4add67, 0x6fdfb9f9, 0xf9efbe8e, 0x43beb717, 0xd58eb060, - 0xe8a3d6d6, 0x7e93d1a1, 0xc4c2d838, 0x52f2df4f, 0xf167bbd1, - 0x6757bca6, 0xdd06b53f, 0x4b36b248, 0xda2b0dd8, 0x4c1b0aaf, - 0xf64a0336, 0x607a0441, 0xc3ef60df, 0x55df67a8, 0xef8e6e31, - 0x79be6946, 0x8cb361cb, 0x1a8366bc, 0xa0d26f25, 0x36e26852, - 0x95770ccc, 0x03470bbb, 0xb9160222, 0x2f260555, 0xbe3bbac5, - 0x280bbdb2, 0x925ab42b, 0x046ab35c, 0xa7ffd7c2, 0x31cfd0b5, - 0x8b9ed92c, 0x1daede5b, 0xb0c2649b, 0x26f263ec, 0x9ca36a75, - 0x0a936d02, 0xa906099c, 0x3f360eeb, 0x85670772, 0x13570005, - 0x824abf95, 0x147ab8e2, 0xae2bb17b, 0x381bb60c, 0x9b8ed292, - 0x0dbed5e5, 0xb7efdc7c, 0x21dfdb0b, 0xd4d2d386, 0x42e2d4f1, - 0xf8b3dd68, 0x6e83da1f, 0xcd16be81, 0x5b26b9f6, 0xe177b06f, - 0x7747b718, 0xe65a0888, 0x706a0fff, 0xca3b0666, 0x5c0b0111, - 0xff9e658f, 0x69ae62f8, 0xd3ff6b61, 0x45cf6c16, 0x78e20aa0, - 0xeed20dd7, 0x5483044e, 0xc2b30339, 0x612667a7, 0xf71660d0, - 0x4d476949, 0xdb776e3e, 0x4a6ad1ae, 0xdc5ad6d9, 0x660bdf40, - 0xf03bd837, 0x53aebca9, 0xc59ebbde, 0x7fcfb247, 0xe9ffb530, - 0x1cf2bdbd, 0x8ac2baca, 0x3093b353, 0xa6a3b424, 0x0536d0ba, - 0x9306d7cd, 0x2957de54, 0xbf67d923, 0x2e7a66b3, 0xb84a61c4, - 0x021b685d, 0x942b6f2a, 0x37be0bb4, 0xa18e0cc3, 0x1bdf055a, - 0x8def022d}, - {0x00000000, 0x41311b19, 0x82623632, 0xc3532d2b, 0x04c56c64, - 0x45f4777d, 0x86a75a56, 0xc796414f, 0x088ad9c8, 0x49bbc2d1, - 0x8ae8effa, 0xcbd9f4e3, 0x0c4fb5ac, 0x4d7eaeb5, 0x8e2d839e, - 0xcf1c9887, 0x5112c24a, 0x1023d953, 0xd370f478, 0x9241ef61, - 0x55d7ae2e, 0x14e6b537, 0xd7b5981c, 0x96848305, 0x59981b82, - 0x18a9009b, 0xdbfa2db0, 0x9acb36a9, 0x5d5d77e6, 0x1c6c6cff, - 0xdf3f41d4, 0x9e0e5acd, 0xa2248495, 0xe3159f8c, 0x2046b2a7, - 0x6177a9be, 0xa6e1e8f1, 0xe7d0f3e8, 0x2483dec3, 0x65b2c5da, - 0xaaae5d5d, 0xeb9f4644, 0x28cc6b6f, 0x69fd7076, 0xae6b3139, - 0xef5a2a20, 0x2c09070b, 0x6d381c12, 0xf33646df, 0xb2075dc6, - 0x715470ed, 0x30656bf4, 0xf7f32abb, 0xb6c231a2, 0x75911c89, - 0x34a00790, 0xfbbc9f17, 0xba8d840e, 0x79dea925, 0x38efb23c, - 0xff79f373, 0xbe48e86a, 0x7d1bc541, 0x3c2ade58, 0x054f79f0, - 0x447e62e9, 0x872d4fc2, 0xc61c54db, 0x018a1594, 0x40bb0e8d, - 0x83e823a6, 0xc2d938bf, 0x0dc5a038, 0x4cf4bb21, 0x8fa7960a, - 0xce968d13, 0x0900cc5c, 0x4831d745, 0x8b62fa6e, 0xca53e177, - 0x545dbbba, 0x156ca0a3, 0xd63f8d88, 0x970e9691, 0x5098d7de, - 0x11a9ccc7, 0xd2fae1ec, 0x93cbfaf5, 0x5cd76272, 0x1de6796b, - 0xdeb55440, 0x9f844f59, 0x58120e16, 0x1923150f, 0xda703824, - 0x9b41233d, 0xa76bfd65, 0xe65ae67c, 0x2509cb57, 0x6438d04e, - 0xa3ae9101, 0xe29f8a18, 0x21cca733, 0x60fdbc2a, 0xafe124ad, - 0xeed03fb4, 0x2d83129f, 0x6cb20986, 0xab2448c9, 0xea1553d0, - 0x29467efb, 0x687765e2, 0xf6793f2f, 0xb7482436, 0x741b091d, - 0x352a1204, 0xf2bc534b, 0xb38d4852, 0x70de6579, 0x31ef7e60, - 0xfef3e6e7, 0xbfc2fdfe, 0x7c91d0d5, 0x3da0cbcc, 0xfa368a83, - 0xbb07919a, 0x7854bcb1, 0x3965a7a8, 0x4b98833b, 0x0aa99822, - 0xc9fab509, 0x88cbae10, 0x4f5def5f, 0x0e6cf446, 0xcd3fd96d, - 0x8c0ec274, 0x43125af3, 0x022341ea, 0xc1706cc1, 0x804177d8, - 0x47d73697, 0x06e62d8e, 0xc5b500a5, 0x84841bbc, 0x1a8a4171, - 0x5bbb5a68, 0x98e87743, 0xd9d96c5a, 0x1e4f2d15, 0x5f7e360c, - 0x9c2d1b27, 0xdd1c003e, 0x120098b9, 0x533183a0, 0x9062ae8b, - 0xd153b592, 0x16c5f4dd, 0x57f4efc4, 0x94a7c2ef, 0xd596d9f6, - 0xe9bc07ae, 0xa88d1cb7, 0x6bde319c, 0x2aef2a85, 0xed796bca, - 0xac4870d3, 0x6f1b5df8, 0x2e2a46e1, 0xe136de66, 0xa007c57f, - 0x6354e854, 0x2265f34d, 0xe5f3b202, 0xa4c2a91b, 0x67918430, - 0x26a09f29, 0xb8aec5e4, 0xf99fdefd, 0x3accf3d6, 0x7bfde8cf, - 0xbc6ba980, 0xfd5ab299, 0x3e099fb2, 0x7f3884ab, 0xb0241c2c, - 0xf1150735, 0x32462a1e, 0x73773107, 0xb4e17048, 0xf5d06b51, - 0x3683467a, 0x77b25d63, 0x4ed7facb, 0x0fe6e1d2, 0xccb5ccf9, - 0x8d84d7e0, 0x4a1296af, 0x0b238db6, 0xc870a09d, 0x8941bb84, - 0x465d2303, 0x076c381a, 0xc43f1531, 0x850e0e28, 0x42984f67, - 0x03a9547e, 0xc0fa7955, 0x81cb624c, 0x1fc53881, 0x5ef42398, - 0x9da70eb3, 0xdc9615aa, 0x1b0054e5, 0x5a314ffc, 0x996262d7, - 0xd85379ce, 0x174fe149, 0x567efa50, 0x952dd77b, 0xd41ccc62, - 0x138a8d2d, 0x52bb9634, 0x91e8bb1f, 0xd0d9a006, 0xecf37e5e, - 0xadc26547, 0x6e91486c, 0x2fa05375, 0xe836123a, 0xa9070923, - 0x6a542408, 0x2b653f11, 0xe479a796, 0xa548bc8f, 0x661b91a4, - 0x272a8abd, 0xe0bccbf2, 0xa18dd0eb, 0x62defdc0, 0x23efe6d9, - 0xbde1bc14, 0xfcd0a70d, 0x3f838a26, 0x7eb2913f, 0xb924d070, - 0xf815cb69, 0x3b46e642, 0x7a77fd5b, 0xb56b65dc, 0xf45a7ec5, - 0x370953ee, 0x763848f7, 0xb1ae09b8, 0xf09f12a1, 0x33cc3f8a, - 0x72fd2493}, - {0x00000000, 0x376ac201, 0x6ed48403, 0x59be4602, 0xdca80907, - 0xebc2cb06, 0xb27c8d04, 0x85164f05, 0xb851130e, 0x8f3bd10f, - 0xd685970d, 0xe1ef550c, 0x64f91a09, 0x5393d808, 0x0a2d9e0a, - 0x3d475c0b, 0x70a3261c, 0x47c9e41d, 0x1e77a21f, 0x291d601e, - 0xac0b2f1b, 0x9b61ed1a, 0xc2dfab18, 0xf5b56919, 0xc8f23512, - 0xff98f713, 0xa626b111, 0x914c7310, 0x145a3c15, 0x2330fe14, - 0x7a8eb816, 0x4de47a17, 0xe0464d38, 0xd72c8f39, 0x8e92c93b, - 0xb9f80b3a, 0x3cee443f, 0x0b84863e, 0x523ac03c, 0x6550023d, - 0x58175e36, 0x6f7d9c37, 0x36c3da35, 0x01a91834, 0x84bf5731, - 0xb3d59530, 0xea6bd332, 0xdd011133, 0x90e56b24, 0xa78fa925, - 0xfe31ef27, 0xc95b2d26, 0x4c4d6223, 0x7b27a022, 0x2299e620, - 0x15f32421, 0x28b4782a, 0x1fdeba2b, 0x4660fc29, 0x710a3e28, - 0xf41c712d, 0xc376b32c, 0x9ac8f52e, 0xada2372f, 0xc08d9a70, - 0xf7e75871, 0xae591e73, 0x9933dc72, 0x1c259377, 0x2b4f5176, - 0x72f11774, 0x459bd575, 0x78dc897e, 0x4fb64b7f, 0x16080d7d, - 0x2162cf7c, 0xa4748079, 0x931e4278, 0xcaa0047a, 0xfdcac67b, - 0xb02ebc6c, 0x87447e6d, 0xdefa386f, 0xe990fa6e, 0x6c86b56b, - 0x5bec776a, 0x02523168, 0x3538f369, 0x087faf62, 0x3f156d63, - 0x66ab2b61, 0x51c1e960, 0xd4d7a665, 0xe3bd6464, 0xba032266, - 0x8d69e067, 0x20cbd748, 0x17a11549, 0x4e1f534b, 0x7975914a, - 0xfc63de4f, 0xcb091c4e, 0x92b75a4c, 0xa5dd984d, 0x989ac446, - 0xaff00647, 0xf64e4045, 0xc1248244, 0x4432cd41, 0x73580f40, - 0x2ae64942, 0x1d8c8b43, 0x5068f154, 0x67023355, 0x3ebc7557, - 0x09d6b756, 0x8cc0f853, 0xbbaa3a52, 0xe2147c50, 0xd57ebe51, - 0xe839e25a, 0xdf53205b, 0x86ed6659, 0xb187a458, 0x3491eb5d, - 0x03fb295c, 0x5a456f5e, 0x6d2fad5f, 0x801b35e1, 0xb771f7e0, - 0xeecfb1e2, 0xd9a573e3, 0x5cb33ce6, 0x6bd9fee7, 0x3267b8e5, - 0x050d7ae4, 0x384a26ef, 0x0f20e4ee, 0x569ea2ec, 0x61f460ed, - 0xe4e22fe8, 0xd388ede9, 0x8a36abeb, 0xbd5c69ea, 0xf0b813fd, - 0xc7d2d1fc, 0x9e6c97fe, 0xa90655ff, 0x2c101afa, 0x1b7ad8fb, - 0x42c49ef9, 0x75ae5cf8, 0x48e900f3, 0x7f83c2f2, 0x263d84f0, - 0x115746f1, 0x944109f4, 0xa32bcbf5, 0xfa958df7, 0xcdff4ff6, - 0x605d78d9, 0x5737bad8, 0x0e89fcda, 0x39e33edb, 0xbcf571de, - 0x8b9fb3df, 0xd221f5dd, 0xe54b37dc, 0xd80c6bd7, 0xef66a9d6, - 0xb6d8efd4, 0x81b22dd5, 0x04a462d0, 0x33cea0d1, 0x6a70e6d3, - 0x5d1a24d2, 0x10fe5ec5, 0x27949cc4, 0x7e2adac6, 0x494018c7, - 0xcc5657c2, 0xfb3c95c3, 0xa282d3c1, 0x95e811c0, 0xa8af4dcb, - 0x9fc58fca, 0xc67bc9c8, 0xf1110bc9, 0x740744cc, 0x436d86cd, - 0x1ad3c0cf, 0x2db902ce, 0x4096af91, 0x77fc6d90, 0x2e422b92, - 0x1928e993, 0x9c3ea696, 0xab546497, 0xf2ea2295, 0xc580e094, - 0xf8c7bc9f, 0xcfad7e9e, 0x9613389c, 0xa179fa9d, 0x246fb598, - 0x13057799, 0x4abb319b, 0x7dd1f39a, 0x3035898d, 0x075f4b8c, - 0x5ee10d8e, 0x698bcf8f, 0xec9d808a, 0xdbf7428b, 0x82490489, - 0xb523c688, 0x88649a83, 0xbf0e5882, 0xe6b01e80, 0xd1dadc81, - 0x54cc9384, 0x63a65185, 0x3a181787, 0x0d72d586, 0xa0d0e2a9, - 0x97ba20a8, 0xce0466aa, 0xf96ea4ab, 0x7c78ebae, 0x4b1229af, - 0x12ac6fad, 0x25c6adac, 0x1881f1a7, 0x2feb33a6, 0x765575a4, - 0x413fb7a5, 0xc429f8a0, 0xf3433aa1, 0xaafd7ca3, 0x9d97bea2, - 0xd073c4b5, 0xe71906b4, 0xbea740b6, 0x89cd82b7, 0x0cdbcdb2, - 0x3bb10fb3, 0x620f49b1, 0x55658bb0, 0x6822d7bb, 0x5f4815ba, - 0x06f653b8, 0x319c91b9, 0xb48adebc, 0x83e01cbd, 0xda5e5abf, - 0xed3498be}, - {0x00000000, 0x6567bcb8, 0x8bc809aa, 0xeeafb512, 0x5797628f, - 0x32f0de37, 0xdc5f6b25, 0xb938d79d, 0xef28b4c5, 0x8a4f087d, - 0x64e0bd6f, 0x018701d7, 0xb8bfd64a, 0xddd86af2, 0x3377dfe0, - 0x56106358, 0x9f571950, 0xfa30a5e8, 0x149f10fa, 0x71f8ac42, - 0xc8c07bdf, 0xada7c767, 0x43087275, 0x266fcecd, 0x707fad95, - 0x1518112d, 0xfbb7a43f, 0x9ed01887, 0x27e8cf1a, 0x428f73a2, - 0xac20c6b0, 0xc9477a08, 0x3eaf32a0, 0x5bc88e18, 0xb5673b0a, - 0xd00087b2, 0x6938502f, 0x0c5fec97, 0xe2f05985, 0x8797e53d, - 0xd1878665, 0xb4e03add, 0x5a4f8fcf, 0x3f283377, 0x8610e4ea, - 0xe3775852, 0x0dd8ed40, 0x68bf51f8, 0xa1f82bf0, 0xc49f9748, - 0x2a30225a, 0x4f579ee2, 0xf66f497f, 0x9308f5c7, 0x7da740d5, - 0x18c0fc6d, 0x4ed09f35, 0x2bb7238d, 0xc518969f, 0xa07f2a27, - 0x1947fdba, 0x7c204102, 0x928ff410, 0xf7e848a8, 0x3d58149b, - 0x583fa823, 0xb6901d31, 0xd3f7a189, 0x6acf7614, 0x0fa8caac, - 0xe1077fbe, 0x8460c306, 0xd270a05e, 0xb7171ce6, 0x59b8a9f4, - 0x3cdf154c, 0x85e7c2d1, 0xe0807e69, 0x0e2fcb7b, 0x6b4877c3, - 0xa20f0dcb, 0xc768b173, 0x29c70461, 0x4ca0b8d9, 0xf5986f44, - 0x90ffd3fc, 0x7e5066ee, 0x1b37da56, 0x4d27b90e, 0x284005b6, - 0xc6efb0a4, 0xa3880c1c, 0x1ab0db81, 0x7fd76739, 0x9178d22b, - 0xf41f6e93, 0x03f7263b, 0x66909a83, 0x883f2f91, 0xed589329, - 0x546044b4, 0x3107f80c, 0xdfa84d1e, 0xbacff1a6, 0xecdf92fe, - 0x89b82e46, 0x67179b54, 0x027027ec, 0xbb48f071, 0xde2f4cc9, - 0x3080f9db, 0x55e74563, 0x9ca03f6b, 0xf9c783d3, 0x176836c1, - 0x720f8a79, 0xcb375de4, 0xae50e15c, 0x40ff544e, 0x2598e8f6, - 0x73888bae, 0x16ef3716, 0xf8408204, 0x9d273ebc, 0x241fe921, - 0x41785599, 0xafd7e08b, 0xcab05c33, 0x3bb659ed, 0x5ed1e555, - 0xb07e5047, 0xd519ecff, 0x6c213b62, 0x094687da, 0xe7e932c8, - 0x828e8e70, 0xd49eed28, 0xb1f95190, 0x5f56e482, 0x3a31583a, - 0x83098fa7, 0xe66e331f, 0x08c1860d, 0x6da63ab5, 0xa4e140bd, - 0xc186fc05, 0x2f294917, 0x4a4ef5af, 0xf3762232, 0x96119e8a, - 0x78be2b98, 0x1dd99720, 0x4bc9f478, 0x2eae48c0, 0xc001fdd2, - 0xa566416a, 0x1c5e96f7, 0x79392a4f, 0x97969f5d, 0xf2f123e5, - 0x05196b4d, 0x607ed7f5, 0x8ed162e7, 0xebb6de5f, 0x528e09c2, - 0x37e9b57a, 0xd9460068, 0xbc21bcd0, 0xea31df88, 0x8f566330, - 0x61f9d622, 0x049e6a9a, 0xbda6bd07, 0xd8c101bf, 0x366eb4ad, - 0x53090815, 0x9a4e721d, 0xff29cea5, 0x11867bb7, 0x74e1c70f, - 0xcdd91092, 0xa8beac2a, 0x46111938, 0x2376a580, 0x7566c6d8, - 0x10017a60, 0xfeaecf72, 0x9bc973ca, 0x22f1a457, 0x479618ef, - 0xa939adfd, 0xcc5e1145, 0x06ee4d76, 0x6389f1ce, 0x8d2644dc, - 0xe841f864, 0x51792ff9, 0x341e9341, 0xdab12653, 0xbfd69aeb, - 0xe9c6f9b3, 0x8ca1450b, 0x620ef019, 0x07694ca1, 0xbe519b3c, - 0xdb362784, 0x35999296, 0x50fe2e2e, 0x99b95426, 0xfcdee89e, - 0x12715d8c, 0x7716e134, 0xce2e36a9, 0xab498a11, 0x45e63f03, - 0x208183bb, 0x7691e0e3, 0x13f65c5b, 0xfd59e949, 0x983e55f1, - 0x2106826c, 0x44613ed4, 0xaace8bc6, 0xcfa9377e, 0x38417fd6, - 0x5d26c36e, 0xb389767c, 0xd6eecac4, 0x6fd61d59, 0x0ab1a1e1, - 0xe41e14f3, 0x8179a84b, 0xd769cb13, 0xb20e77ab, 0x5ca1c2b9, - 0x39c67e01, 0x80fea99c, 0xe5991524, 0x0b36a036, 0x6e511c8e, - 0xa7166686, 0xc271da3e, 0x2cde6f2c, 0x49b9d394, 0xf0810409, - 0x95e6b8b1, 0x7b490da3, 0x1e2eb11b, 0x483ed243, 0x2d596efb, - 0xc3f6dbe9, 0xa6916751, 0x1fa9b0cc, 0x7ace0c74, 0x9461b966, - 0xf10605de}}; - -#endif - -#endif - -#if N == 2 - -#if W == 8 - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xae689191, 0x87a02563, 0x29c8b4f2, 0xd4314c87, - 0x7a59dd16, 0x539169e4, 0xfdf9f875, 0x73139f4f, 0xdd7b0ede, - 0xf4b3ba2c, 0x5adb2bbd, 0xa722d3c8, 0x094a4259, 0x2082f6ab, - 0x8eea673a, 0xe6273e9e, 0x484faf0f, 0x61871bfd, 0xcfef8a6c, - 0x32167219, 0x9c7ee388, 0xb5b6577a, 0x1bdec6eb, 0x9534a1d1, - 0x3b5c3040, 0x129484b2, 0xbcfc1523, 0x4105ed56, 0xef6d7cc7, - 0xc6a5c835, 0x68cd59a4, 0x173f7b7d, 0xb957eaec, 0x909f5e1e, - 0x3ef7cf8f, 0xc30e37fa, 0x6d66a66b, 0x44ae1299, 0xeac68308, - 0x642ce432, 0xca4475a3, 0xe38cc151, 0x4de450c0, 0xb01da8b5, - 0x1e753924, 0x37bd8dd6, 0x99d51c47, 0xf11845e3, 0x5f70d472, - 0x76b86080, 0xd8d0f111, 0x25290964, 0x8b4198f5, 0xa2892c07, - 0x0ce1bd96, 0x820bdaac, 0x2c634b3d, 0x05abffcf, 0xabc36e5e, - 0x563a962b, 0xf85207ba, 0xd19ab348, 0x7ff222d9, 0x2e7ef6fa, - 0x8016676b, 0xa9ded399, 0x07b64208, 0xfa4fba7d, 0x54272bec, - 0x7def9f1e, 0xd3870e8f, 0x5d6d69b5, 0xf305f824, 0xdacd4cd6, - 0x74a5dd47, 0x895c2532, 0x2734b4a3, 0x0efc0051, 0xa09491c0, - 0xc859c864, 0x663159f5, 0x4ff9ed07, 0xe1917c96, 0x1c6884e3, - 0xb2001572, 0x9bc8a180, 0x35a03011, 0xbb4a572b, 0x1522c6ba, - 0x3cea7248, 0x9282e3d9, 0x6f7b1bac, 0xc1138a3d, 0xe8db3ecf, - 0x46b3af5e, 0x39418d87, 0x97291c16, 0xbee1a8e4, 0x10893975, - 0xed70c100, 0x43185091, 0x6ad0e463, 0xc4b875f2, 0x4a5212c8, - 0xe43a8359, 0xcdf237ab, 0x639aa63a, 0x9e635e4f, 0x300bcfde, - 0x19c37b2c, 0xb7abeabd, 0xdf66b319, 0x710e2288, 0x58c6967a, - 0xf6ae07eb, 0x0b57ff9e, 0xa53f6e0f, 0x8cf7dafd, 0x229f4b6c, - 0xac752c56, 0x021dbdc7, 0x2bd50935, 0x85bd98a4, 0x784460d1, - 0xd62cf140, 0xffe445b2, 0x518cd423, 0x5cfdedf4, 0xf2957c65, - 0xdb5dc897, 0x75355906, 0x88cca173, 0x26a430e2, 0x0f6c8410, - 0xa1041581, 0x2fee72bb, 0x8186e32a, 0xa84e57d8, 0x0626c649, - 0xfbdf3e3c, 0x55b7afad, 0x7c7f1b5f, 0xd2178ace, 0xbadad36a, - 0x14b242fb, 0x3d7af609, 0x93126798, 0x6eeb9fed, 0xc0830e7c, - 0xe94bba8e, 0x47232b1f, 0xc9c94c25, 0x67a1ddb4, 0x4e696946, - 0xe001f8d7, 0x1df800a2, 0xb3909133, 0x9a5825c1, 0x3430b450, - 0x4bc29689, 0xe5aa0718, 0xcc62b3ea, 0x620a227b, 0x9ff3da0e, - 0x319b4b9f, 0x1853ff6d, 0xb63b6efc, 0x38d109c6, 0x96b99857, - 0xbf712ca5, 0x1119bd34, 0xece04541, 0x4288d4d0, 0x6b406022, - 0xc528f1b3, 0xade5a817, 0x038d3986, 0x2a458d74, 0x842d1ce5, - 0x79d4e490, 0xd7bc7501, 0xfe74c1f3, 0x501c5062, 0xdef63758, - 0x709ea6c9, 0x5956123b, 0xf73e83aa, 0x0ac77bdf, 0xa4afea4e, - 0x8d675ebc, 0x230fcf2d, 0x72831b0e, 0xdceb8a9f, 0xf5233e6d, - 0x5b4baffc, 0xa6b25789, 0x08dac618, 0x211272ea, 0x8f7ae37b, - 0x01908441, 0xaff815d0, 0x8630a122, 0x285830b3, 0xd5a1c8c6, - 0x7bc95957, 0x5201eda5, 0xfc697c34, 0x94a42590, 0x3accb401, - 0x130400f3, 0xbd6c9162, 0x40956917, 0xeefdf886, 0xc7354c74, - 0x695ddde5, 0xe7b7badf, 0x49df2b4e, 0x60179fbc, 0xce7f0e2d, - 0x3386f658, 0x9dee67c9, 0xb426d33b, 0x1a4e42aa, 0x65bc6073, - 0xcbd4f1e2, 0xe21c4510, 0x4c74d481, 0xb18d2cf4, 0x1fe5bd65, - 0x362d0997, 0x98459806, 0x16afff3c, 0xb8c76ead, 0x910fda5f, - 0x3f674bce, 0xc29eb3bb, 0x6cf6222a, 0x453e96d8, 0xeb560749, - 0x839b5eed, 0x2df3cf7c, 0x043b7b8e, 0xaa53ea1f, 0x57aa126a, - 0xf9c283fb, 0xd00a3709, 0x7e62a698, 0xf088c1a2, 0x5ee05033, - 0x7728e4c1, 0xd9407550, 0x24b98d25, 0x8ad11cb4, 0xa319a846, - 0x0d7139d7}, - {0x00000000, 0xb9fbdbe8, 0xa886b191, 0x117d6a79, 0x8a7c6563, - 0x3387be8b, 0x22fad4f2, 0x9b010f1a, 0xcf89cc87, 0x7672176f, - 0x670f7d16, 0xdef4a6fe, 0x45f5a9e4, 0xfc0e720c, 0xed731875, - 0x5488c39d, 0x44629f4f, 0xfd9944a7, 0xece42ede, 0x551ff536, - 0xce1efa2c, 0x77e521c4, 0x66984bbd, 0xdf639055, 0x8beb53c8, - 0x32108820, 0x236de259, 0x9a9639b1, 0x019736ab, 0xb86ced43, - 0xa911873a, 0x10ea5cd2, 0x88c53e9e, 0x313ee576, 0x20438f0f, - 0x99b854e7, 0x02b95bfd, 0xbb428015, 0xaa3fea6c, 0x13c43184, - 0x474cf219, 0xfeb729f1, 0xefca4388, 0x56319860, 0xcd30977a, - 0x74cb4c92, 0x65b626eb, 0xdc4dfd03, 0xcca7a1d1, 0x755c7a39, - 0x64211040, 0xdddacba8, 0x46dbc4b2, 0xff201f5a, 0xee5d7523, - 0x57a6aecb, 0x032e6d56, 0xbad5b6be, 0xaba8dcc7, 0x1253072f, - 0x89520835, 0x30a9d3dd, 0x21d4b9a4, 0x982f624c, 0xcafb7b7d, - 0x7300a095, 0x627dcaec, 0xdb861104, 0x40871e1e, 0xf97cc5f6, - 0xe801af8f, 0x51fa7467, 0x0572b7fa, 0xbc896c12, 0xadf4066b, - 0x140fdd83, 0x8f0ed299, 0x36f50971, 0x27886308, 0x9e73b8e0, - 0x8e99e432, 0x37623fda, 0x261f55a3, 0x9fe48e4b, 0x04e58151, - 0xbd1e5ab9, 0xac6330c0, 0x1598eb28, 0x411028b5, 0xf8ebf35d, - 0xe9969924, 0x506d42cc, 0xcb6c4dd6, 0x7297963e, 0x63eafc47, - 0xda1127af, 0x423e45e3, 0xfbc59e0b, 0xeab8f472, 0x53432f9a, - 0xc8422080, 0x71b9fb68, 0x60c49111, 0xd93f4af9, 0x8db78964, - 0x344c528c, 0x253138f5, 0x9ccae31d, 0x07cbec07, 0xbe3037ef, - 0xaf4d5d96, 0x16b6867e, 0x065cdaac, 0xbfa70144, 0xaeda6b3d, - 0x1721b0d5, 0x8c20bfcf, 0x35db6427, 0x24a60e5e, 0x9d5dd5b6, - 0xc9d5162b, 0x702ecdc3, 0x6153a7ba, 0xd8a87c52, 0x43a97348, - 0xfa52a8a0, 0xeb2fc2d9, 0x52d41931, 0x4e87f0bb, 0xf77c2b53, - 0xe601412a, 0x5ffa9ac2, 0xc4fb95d8, 0x7d004e30, 0x6c7d2449, - 0xd586ffa1, 0x810e3c3c, 0x38f5e7d4, 0x29888dad, 0x90735645, - 0x0b72595f, 0xb28982b7, 0xa3f4e8ce, 0x1a0f3326, 0x0ae56ff4, - 0xb31eb41c, 0xa263de65, 0x1b98058d, 0x80990a97, 0x3962d17f, - 0x281fbb06, 0x91e460ee, 0xc56ca373, 0x7c97789b, 0x6dea12e2, - 0xd411c90a, 0x4f10c610, 0xf6eb1df8, 0xe7967781, 0x5e6dac69, - 0xc642ce25, 0x7fb915cd, 0x6ec47fb4, 0xd73fa45c, 0x4c3eab46, - 0xf5c570ae, 0xe4b81ad7, 0x5d43c13f, 0x09cb02a2, 0xb030d94a, - 0xa14db333, 0x18b668db, 0x83b767c1, 0x3a4cbc29, 0x2b31d650, - 0x92ca0db8, 0x8220516a, 0x3bdb8a82, 0x2aa6e0fb, 0x935d3b13, - 0x085c3409, 0xb1a7efe1, 0xa0da8598, 0x19215e70, 0x4da99ded, - 0xf4524605, 0xe52f2c7c, 0x5cd4f794, 0xc7d5f88e, 0x7e2e2366, - 0x6f53491f, 0xd6a892f7, 0x847c8bc6, 0x3d87502e, 0x2cfa3a57, - 0x9501e1bf, 0x0e00eea5, 0xb7fb354d, 0xa6865f34, 0x1f7d84dc, - 0x4bf54741, 0xf20e9ca9, 0xe373f6d0, 0x5a882d38, 0xc1892222, - 0x7872f9ca, 0x690f93b3, 0xd0f4485b, 0xc01e1489, 0x79e5cf61, - 0x6898a518, 0xd1637ef0, 0x4a6271ea, 0xf399aa02, 0xe2e4c07b, - 0x5b1f1b93, 0x0f97d80e, 0xb66c03e6, 0xa711699f, 0x1eeab277, - 0x85ebbd6d, 0x3c106685, 0x2d6d0cfc, 0x9496d714, 0x0cb9b558, - 0xb5426eb0, 0xa43f04c9, 0x1dc4df21, 0x86c5d03b, 0x3f3e0bd3, - 0x2e4361aa, 0x97b8ba42, 0xc33079df, 0x7acba237, 0x6bb6c84e, - 0xd24d13a6, 0x494c1cbc, 0xf0b7c754, 0xe1caad2d, 0x583176c5, - 0x48db2a17, 0xf120f1ff, 0xe05d9b86, 0x59a6406e, 0xc2a74f74, - 0x7b5c949c, 0x6a21fee5, 0xd3da250d, 0x8752e690, 0x3ea93d78, - 0x2fd45701, 0x962f8ce9, 0x0d2e83f3, 0xb4d5581b, 0xa5a83262, - 0x1c53e98a}, - {0x00000000, 0x9d0fe176, 0xe16ec4ad, 0x7c6125db, 0x19ac8f1b, - 0x84a36e6d, 0xf8c24bb6, 0x65cdaac0, 0x33591e36, 0xae56ff40, - 0xd237da9b, 0x4f383bed, 0x2af5912d, 0xb7fa705b, 0xcb9b5580, - 0x5694b4f6, 0x66b23c6c, 0xfbbddd1a, 0x87dcf8c1, 0x1ad319b7, - 0x7f1eb377, 0xe2115201, 0x9e7077da, 0x037f96ac, 0x55eb225a, - 0xc8e4c32c, 0xb485e6f7, 0x298a0781, 0x4c47ad41, 0xd1484c37, - 0xad2969ec, 0x3026889a, 0xcd6478d8, 0x506b99ae, 0x2c0abc75, - 0xb1055d03, 0xd4c8f7c3, 0x49c716b5, 0x35a6336e, 0xa8a9d218, - 0xfe3d66ee, 0x63328798, 0x1f53a243, 0x825c4335, 0xe791e9f5, - 0x7a9e0883, 0x06ff2d58, 0x9bf0cc2e, 0xabd644b4, 0x36d9a5c2, - 0x4ab88019, 0xd7b7616f, 0xb27acbaf, 0x2f752ad9, 0x53140f02, - 0xce1bee74, 0x988f5a82, 0x0580bbf4, 0x79e19e2f, 0xe4ee7f59, - 0x8123d599, 0x1c2c34ef, 0x604d1134, 0xfd42f042, 0x41b9f7f1, - 0xdcb61687, 0xa0d7335c, 0x3dd8d22a, 0x581578ea, 0xc51a999c, - 0xb97bbc47, 0x24745d31, 0x72e0e9c7, 0xefef08b1, 0x938e2d6a, - 0x0e81cc1c, 0x6b4c66dc, 0xf64387aa, 0x8a22a271, 0x172d4307, - 0x270bcb9d, 0xba042aeb, 0xc6650f30, 0x5b6aee46, 0x3ea74486, - 0xa3a8a5f0, 0xdfc9802b, 0x42c6615d, 0x1452d5ab, 0x895d34dd, - 0xf53c1106, 0x6833f070, 0x0dfe5ab0, 0x90f1bbc6, 0xec909e1d, - 0x719f7f6b, 0x8cdd8f29, 0x11d26e5f, 0x6db34b84, 0xf0bcaaf2, - 0x95710032, 0x087ee144, 0x741fc49f, 0xe91025e9, 0xbf84911f, - 0x228b7069, 0x5eea55b2, 0xc3e5b4c4, 0xa6281e04, 0x3b27ff72, - 0x4746daa9, 0xda493bdf, 0xea6fb345, 0x77605233, 0x0b0177e8, - 0x960e969e, 0xf3c33c5e, 0x6eccdd28, 0x12adf8f3, 0x8fa21985, - 0xd936ad73, 0x44394c05, 0x385869de, 0xa55788a8, 0xc09a2268, - 0x5d95c31e, 0x21f4e6c5, 0xbcfb07b3, 0x8373efe2, 0x1e7c0e94, - 0x621d2b4f, 0xff12ca39, 0x9adf60f9, 0x07d0818f, 0x7bb1a454, - 0xe6be4522, 0xb02af1d4, 0x2d2510a2, 0x51443579, 0xcc4bd40f, - 0xa9867ecf, 0x34899fb9, 0x48e8ba62, 0xd5e75b14, 0xe5c1d38e, - 0x78ce32f8, 0x04af1723, 0x99a0f655, 0xfc6d5c95, 0x6162bde3, - 0x1d039838, 0x800c794e, 0xd698cdb8, 0x4b972cce, 0x37f60915, - 0xaaf9e863, 0xcf3442a3, 0x523ba3d5, 0x2e5a860e, 0xb3556778, - 0x4e17973a, 0xd318764c, 0xaf795397, 0x3276b2e1, 0x57bb1821, - 0xcab4f957, 0xb6d5dc8c, 0x2bda3dfa, 0x7d4e890c, 0xe041687a, - 0x9c204da1, 0x012facd7, 0x64e20617, 0xf9ede761, 0x858cc2ba, - 0x188323cc, 0x28a5ab56, 0xb5aa4a20, 0xc9cb6ffb, 0x54c48e8d, - 0x3109244d, 0xac06c53b, 0xd067e0e0, 0x4d680196, 0x1bfcb560, - 0x86f35416, 0xfa9271cd, 0x679d90bb, 0x02503a7b, 0x9f5fdb0d, - 0xe33efed6, 0x7e311fa0, 0xc2ca1813, 0x5fc5f965, 0x23a4dcbe, - 0xbeab3dc8, 0xdb669708, 0x4669767e, 0x3a0853a5, 0xa707b2d3, - 0xf1930625, 0x6c9ce753, 0x10fdc288, 0x8df223fe, 0xe83f893e, - 0x75306848, 0x09514d93, 0x945eace5, 0xa478247f, 0x3977c509, - 0x4516e0d2, 0xd81901a4, 0xbdd4ab64, 0x20db4a12, 0x5cba6fc9, - 0xc1b58ebf, 0x97213a49, 0x0a2edb3f, 0x764ffee4, 0xeb401f92, - 0x8e8db552, 0x13825424, 0x6fe371ff, 0xf2ec9089, 0x0fae60cb, - 0x92a181bd, 0xeec0a466, 0x73cf4510, 0x1602efd0, 0x8b0d0ea6, - 0xf76c2b7d, 0x6a63ca0b, 0x3cf77efd, 0xa1f89f8b, 0xdd99ba50, - 0x40965b26, 0x255bf1e6, 0xb8541090, 0xc435354b, 0x593ad43d, - 0x691c5ca7, 0xf413bdd1, 0x8872980a, 0x157d797c, 0x70b0d3bc, - 0xedbf32ca, 0x91de1711, 0x0cd1f667, 0x5a454291, 0xc74aa3e7, - 0xbb2b863c, 0x2624674a, 0x43e9cd8a, 0xdee62cfc, 0xa2870927, - 0x3f88e851}, - {0x00000000, 0xdd96d985, 0x605cb54b, 0xbdca6cce, 0xc0b96a96, - 0x1d2fb313, 0xa0e5dfdd, 0x7d730658, 0x5a03d36d, 0x87950ae8, - 0x3a5f6626, 0xe7c9bfa3, 0x9abab9fb, 0x472c607e, 0xfae60cb0, - 0x2770d535, 0xb407a6da, 0x69917f5f, 0xd45b1391, 0x09cdca14, - 0x74becc4c, 0xa92815c9, 0x14e27907, 0xc974a082, 0xee0475b7, - 0x3392ac32, 0x8e58c0fc, 0x53ce1979, 0x2ebd1f21, 0xf32bc6a4, - 0x4ee1aa6a, 0x937773ef, 0xb37e4bf5, 0x6ee89270, 0xd322febe, - 0x0eb4273b, 0x73c72163, 0xae51f8e6, 0x139b9428, 0xce0d4dad, - 0xe97d9898, 0x34eb411d, 0x89212dd3, 0x54b7f456, 0x29c4f20e, - 0xf4522b8b, 0x49984745, 0x940e9ec0, 0x0779ed2f, 0xdaef34aa, - 0x67255864, 0xbab381e1, 0xc7c087b9, 0x1a565e3c, 0xa79c32f2, - 0x7a0aeb77, 0x5d7a3e42, 0x80ece7c7, 0x3d268b09, 0xe0b0528c, - 0x9dc354d4, 0x40558d51, 0xfd9fe19f, 0x2009381a, 0xbd8d91ab, - 0x601b482e, 0xddd124e0, 0x0047fd65, 0x7d34fb3d, 0xa0a222b8, - 0x1d684e76, 0xc0fe97f3, 0xe78e42c6, 0x3a189b43, 0x87d2f78d, - 0x5a442e08, 0x27372850, 0xfaa1f1d5, 0x476b9d1b, 0x9afd449e, - 0x098a3771, 0xd41ceef4, 0x69d6823a, 0xb4405bbf, 0xc9335de7, - 0x14a58462, 0xa96fe8ac, 0x74f93129, 0x5389e41c, 0x8e1f3d99, - 0x33d55157, 0xee4388d2, 0x93308e8a, 0x4ea6570f, 0xf36c3bc1, - 0x2efae244, 0x0ef3da5e, 0xd36503db, 0x6eaf6f15, 0xb339b690, - 0xce4ab0c8, 0x13dc694d, 0xae160583, 0x7380dc06, 0x54f00933, - 0x8966d0b6, 0x34acbc78, 0xe93a65fd, 0x944963a5, 0x49dfba20, - 0xf415d6ee, 0x29830f6b, 0xbaf47c84, 0x6762a501, 0xdaa8c9cf, - 0x073e104a, 0x7a4d1612, 0xa7dbcf97, 0x1a11a359, 0xc7877adc, - 0xe0f7afe9, 0x3d61766c, 0x80ab1aa2, 0x5d3dc327, 0x204ec57f, - 0xfdd81cfa, 0x40127034, 0x9d84a9b1, 0xa06a2517, 0x7dfcfc92, - 0xc036905c, 0x1da049d9, 0x60d34f81, 0xbd459604, 0x008ffaca, - 0xdd19234f, 0xfa69f67a, 0x27ff2fff, 0x9a354331, 0x47a39ab4, - 0x3ad09cec, 0xe7464569, 0x5a8c29a7, 0x871af022, 0x146d83cd, - 0xc9fb5a48, 0x74313686, 0xa9a7ef03, 0xd4d4e95b, 0x094230de, - 0xb4885c10, 0x691e8595, 0x4e6e50a0, 0x93f88925, 0x2e32e5eb, - 0xf3a43c6e, 0x8ed73a36, 0x5341e3b3, 0xee8b8f7d, 0x331d56f8, - 0x13146ee2, 0xce82b767, 0x7348dba9, 0xaede022c, 0xd3ad0474, - 0x0e3bddf1, 0xb3f1b13f, 0x6e6768ba, 0x4917bd8f, 0x9481640a, - 0x294b08c4, 0xf4ddd141, 0x89aed719, 0x54380e9c, 0xe9f26252, - 0x3464bbd7, 0xa713c838, 0x7a8511bd, 0xc74f7d73, 0x1ad9a4f6, - 0x67aaa2ae, 0xba3c7b2b, 0x07f617e5, 0xda60ce60, 0xfd101b55, - 0x2086c2d0, 0x9d4cae1e, 0x40da779b, 0x3da971c3, 0xe03fa846, - 0x5df5c488, 0x80631d0d, 0x1de7b4bc, 0xc0716d39, 0x7dbb01f7, - 0xa02dd872, 0xdd5ede2a, 0x00c807af, 0xbd026b61, 0x6094b2e4, - 0x47e467d1, 0x9a72be54, 0x27b8d29a, 0xfa2e0b1f, 0x875d0d47, - 0x5acbd4c2, 0xe701b80c, 0x3a976189, 0xa9e01266, 0x7476cbe3, - 0xc9bca72d, 0x142a7ea8, 0x695978f0, 0xb4cfa175, 0x0905cdbb, - 0xd493143e, 0xf3e3c10b, 0x2e75188e, 0x93bf7440, 0x4e29adc5, - 0x335aab9d, 0xeecc7218, 0x53061ed6, 0x8e90c753, 0xae99ff49, - 0x730f26cc, 0xcec54a02, 0x13539387, 0x6e2095df, 0xb3b64c5a, - 0x0e7c2094, 0xd3eaf911, 0xf49a2c24, 0x290cf5a1, 0x94c6996f, - 0x495040ea, 0x342346b2, 0xe9b59f37, 0x547ff3f9, 0x89e92a7c, - 0x1a9e5993, 0xc7088016, 0x7ac2ecd8, 0xa754355d, 0xda273305, - 0x07b1ea80, 0xba7b864e, 0x67ed5fcb, 0x409d8afe, 0x9d0b537b, - 0x20c13fb5, 0xfd57e630, 0x8024e068, 0x5db239ed, 0xe0785523, - 0x3dee8ca6}, - {0x00000000, 0x9ba54c6f, 0xec3b9e9f, 0x779ed2f0, 0x03063b7f, - 0x98a37710, 0xef3da5e0, 0x7498e98f, 0x060c76fe, 0x9da93a91, - 0xea37e861, 0x7192a40e, 0x050a4d81, 0x9eaf01ee, 0xe931d31e, - 0x72949f71, 0x0c18edfc, 0x97bda193, 0xe0237363, 0x7b863f0c, - 0x0f1ed683, 0x94bb9aec, 0xe325481c, 0x78800473, 0x0a149b02, - 0x91b1d76d, 0xe62f059d, 0x7d8a49f2, 0x0912a07d, 0x92b7ec12, - 0xe5293ee2, 0x7e8c728d, 0x1831dbf8, 0x83949797, 0xf40a4567, - 0x6faf0908, 0x1b37e087, 0x8092ace8, 0xf70c7e18, 0x6ca93277, - 0x1e3dad06, 0x8598e169, 0xf2063399, 0x69a37ff6, 0x1d3b9679, - 0x869eda16, 0xf10008e6, 0x6aa54489, 0x14293604, 0x8f8c7a6b, - 0xf812a89b, 0x63b7e4f4, 0x172f0d7b, 0x8c8a4114, 0xfb1493e4, - 0x60b1df8b, 0x122540fa, 0x89800c95, 0xfe1ede65, 0x65bb920a, - 0x11237b85, 0x8a8637ea, 0xfd18e51a, 0x66bda975, 0x3063b7f0, - 0xabc6fb9f, 0xdc58296f, 0x47fd6500, 0x33658c8f, 0xa8c0c0e0, - 0xdf5e1210, 0x44fb5e7f, 0x366fc10e, 0xadca8d61, 0xda545f91, - 0x41f113fe, 0x3569fa71, 0xaeccb61e, 0xd95264ee, 0x42f72881, - 0x3c7b5a0c, 0xa7de1663, 0xd040c493, 0x4be588fc, 0x3f7d6173, - 0xa4d82d1c, 0xd346ffec, 0x48e3b383, 0x3a772cf2, 0xa1d2609d, - 0xd64cb26d, 0x4de9fe02, 0x3971178d, 0xa2d45be2, 0xd54a8912, - 0x4eefc57d, 0x28526c08, 0xb3f72067, 0xc469f297, 0x5fccbef8, - 0x2b545777, 0xb0f11b18, 0xc76fc9e8, 0x5cca8587, 0x2e5e1af6, - 0xb5fb5699, 0xc2658469, 0x59c0c806, 0x2d582189, 0xb6fd6de6, - 0xc163bf16, 0x5ac6f379, 0x244a81f4, 0xbfefcd9b, 0xc8711f6b, - 0x53d45304, 0x274cba8b, 0xbce9f6e4, 0xcb772414, 0x50d2687b, - 0x2246f70a, 0xb9e3bb65, 0xce7d6995, 0x55d825fa, 0x2140cc75, - 0xbae5801a, 0xcd7b52ea, 0x56de1e85, 0x60c76fe0, 0xfb62238f, - 0x8cfcf17f, 0x1759bd10, 0x63c1549f, 0xf86418f0, 0x8ffaca00, - 0x145f866f, 0x66cb191e, 0xfd6e5571, 0x8af08781, 0x1155cbee, - 0x65cd2261, 0xfe686e0e, 0x89f6bcfe, 0x1253f091, 0x6cdf821c, - 0xf77ace73, 0x80e41c83, 0x1b4150ec, 0x6fd9b963, 0xf47cf50c, - 0x83e227fc, 0x18476b93, 0x6ad3f4e2, 0xf176b88d, 0x86e86a7d, - 0x1d4d2612, 0x69d5cf9d, 0xf27083f2, 0x85ee5102, 0x1e4b1d6d, - 0x78f6b418, 0xe353f877, 0x94cd2a87, 0x0f6866e8, 0x7bf08f67, - 0xe055c308, 0x97cb11f8, 0x0c6e5d97, 0x7efac2e6, 0xe55f8e89, - 0x92c15c79, 0x09641016, 0x7dfcf999, 0xe659b5f6, 0x91c76706, - 0x0a622b69, 0x74ee59e4, 0xef4b158b, 0x98d5c77b, 0x03708b14, - 0x77e8629b, 0xec4d2ef4, 0x9bd3fc04, 0x0076b06b, 0x72e22f1a, - 0xe9476375, 0x9ed9b185, 0x057cfdea, 0x71e41465, 0xea41580a, - 0x9ddf8afa, 0x067ac695, 0x50a4d810, 0xcb01947f, 0xbc9f468f, - 0x273a0ae0, 0x53a2e36f, 0xc807af00, 0xbf997df0, 0x243c319f, - 0x56a8aeee, 0xcd0de281, 0xba933071, 0x21367c1e, 0x55ae9591, - 0xce0bd9fe, 0xb9950b0e, 0x22304761, 0x5cbc35ec, 0xc7197983, - 0xb087ab73, 0x2b22e71c, 0x5fba0e93, 0xc41f42fc, 0xb381900c, - 0x2824dc63, 0x5ab04312, 0xc1150f7d, 0xb68bdd8d, 0x2d2e91e2, - 0x59b6786d, 0xc2133402, 0xb58de6f2, 0x2e28aa9d, 0x489503e8, - 0xd3304f87, 0xa4ae9d77, 0x3f0bd118, 0x4b933897, 0xd03674f8, - 0xa7a8a608, 0x3c0dea67, 0x4e997516, 0xd53c3979, 0xa2a2eb89, - 0x3907a7e6, 0x4d9f4e69, 0xd63a0206, 0xa1a4d0f6, 0x3a019c99, - 0x448dee14, 0xdf28a27b, 0xa8b6708b, 0x33133ce4, 0x478bd56b, - 0xdc2e9904, 0xabb04bf4, 0x3015079b, 0x428198ea, 0xd924d485, - 0xaeba0675, 0x351f4a1a, 0x4187a395, 0xda22effa, 0xadbc3d0a, - 0x36197165}, - {0x00000000, 0xc18edfc0, 0x586cb9c1, 0x99e26601, 0xb0d97382, - 0x7157ac42, 0xe8b5ca43, 0x293b1583, 0xbac3e145, 0x7b4d3e85, - 0xe2af5884, 0x23218744, 0x0a1a92c7, 0xcb944d07, 0x52762b06, - 0x93f8f4c6, 0xaef6c4cb, 0x6f781b0b, 0xf69a7d0a, 0x3714a2ca, - 0x1e2fb749, 0xdfa16889, 0x46430e88, 0x87cdd148, 0x1435258e, - 0xd5bbfa4e, 0x4c599c4f, 0x8dd7438f, 0xa4ec560c, 0x656289cc, - 0xfc80efcd, 0x3d0e300d, 0x869c8fd7, 0x47125017, 0xdef03616, - 0x1f7ee9d6, 0x3645fc55, 0xf7cb2395, 0x6e294594, 0xafa79a54, - 0x3c5f6e92, 0xfdd1b152, 0x6433d753, 0xa5bd0893, 0x8c861d10, - 0x4d08c2d0, 0xd4eaa4d1, 0x15647b11, 0x286a4b1c, 0xe9e494dc, - 0x7006f2dd, 0xb1882d1d, 0x98b3389e, 0x593de75e, 0xc0df815f, - 0x01515e9f, 0x92a9aa59, 0x53277599, 0xcac51398, 0x0b4bcc58, - 0x2270d9db, 0xe3fe061b, 0x7a1c601a, 0xbb92bfda, 0xd64819ef, - 0x17c6c62f, 0x8e24a02e, 0x4faa7fee, 0x66916a6d, 0xa71fb5ad, - 0x3efdd3ac, 0xff730c6c, 0x6c8bf8aa, 0xad05276a, 0x34e7416b, - 0xf5699eab, 0xdc528b28, 0x1ddc54e8, 0x843e32e9, 0x45b0ed29, - 0x78bedd24, 0xb93002e4, 0x20d264e5, 0xe15cbb25, 0xc867aea6, - 0x09e97166, 0x900b1767, 0x5185c8a7, 0xc27d3c61, 0x03f3e3a1, - 0x9a1185a0, 0x5b9f5a60, 0x72a44fe3, 0xb32a9023, 0x2ac8f622, - 0xeb4629e2, 0x50d49638, 0x915a49f8, 0x08b82ff9, 0xc936f039, - 0xe00de5ba, 0x21833a7a, 0xb8615c7b, 0x79ef83bb, 0xea17777d, - 0x2b99a8bd, 0xb27bcebc, 0x73f5117c, 0x5ace04ff, 0x9b40db3f, - 0x02a2bd3e, 0xc32c62fe, 0xfe2252f3, 0x3fac8d33, 0xa64eeb32, - 0x67c034f2, 0x4efb2171, 0x8f75feb1, 0x169798b0, 0xd7194770, - 0x44e1b3b6, 0x856f6c76, 0x1c8d0a77, 0xdd03d5b7, 0xf438c034, - 0x35b61ff4, 0xac5479f5, 0x6ddaa635, 0x77e1359f, 0xb66fea5f, - 0x2f8d8c5e, 0xee03539e, 0xc738461d, 0x06b699dd, 0x9f54ffdc, - 0x5eda201c, 0xcd22d4da, 0x0cac0b1a, 0x954e6d1b, 0x54c0b2db, - 0x7dfba758, 0xbc757898, 0x25971e99, 0xe419c159, 0xd917f154, - 0x18992e94, 0x817b4895, 0x40f59755, 0x69ce82d6, 0xa8405d16, - 0x31a23b17, 0xf02ce4d7, 0x63d41011, 0xa25acfd1, 0x3bb8a9d0, - 0xfa367610, 0xd30d6393, 0x1283bc53, 0x8b61da52, 0x4aef0592, - 0xf17dba48, 0x30f36588, 0xa9110389, 0x689fdc49, 0x41a4c9ca, - 0x802a160a, 0x19c8700b, 0xd846afcb, 0x4bbe5b0d, 0x8a3084cd, - 0x13d2e2cc, 0xd25c3d0c, 0xfb67288f, 0x3ae9f74f, 0xa30b914e, - 0x62854e8e, 0x5f8b7e83, 0x9e05a143, 0x07e7c742, 0xc6691882, - 0xef520d01, 0x2edcd2c1, 0xb73eb4c0, 0x76b06b00, 0xe5489fc6, - 0x24c64006, 0xbd242607, 0x7caaf9c7, 0x5591ec44, 0x941f3384, - 0x0dfd5585, 0xcc738a45, 0xa1a92c70, 0x6027f3b0, 0xf9c595b1, - 0x384b4a71, 0x11705ff2, 0xd0fe8032, 0x491ce633, 0x889239f3, - 0x1b6acd35, 0xdae412f5, 0x430674f4, 0x8288ab34, 0xabb3beb7, - 0x6a3d6177, 0xf3df0776, 0x3251d8b6, 0x0f5fe8bb, 0xced1377b, - 0x5733517a, 0x96bd8eba, 0xbf869b39, 0x7e0844f9, 0xe7ea22f8, - 0x2664fd38, 0xb59c09fe, 0x7412d63e, 0xedf0b03f, 0x2c7e6fff, - 0x05457a7c, 0xc4cba5bc, 0x5d29c3bd, 0x9ca71c7d, 0x2735a3a7, - 0xe6bb7c67, 0x7f591a66, 0xbed7c5a6, 0x97ecd025, 0x56620fe5, - 0xcf8069e4, 0x0e0eb624, 0x9df642e2, 0x5c789d22, 0xc59afb23, - 0x041424e3, 0x2d2f3160, 0xeca1eea0, 0x754388a1, 0xb4cd5761, - 0x89c3676c, 0x484db8ac, 0xd1afdead, 0x1021016d, 0x391a14ee, - 0xf894cb2e, 0x6176ad2f, 0xa0f872ef, 0x33008629, 0xf28e59e9, - 0x6b6c3fe8, 0xaae2e028, 0x83d9f5ab, 0x42572a6b, 0xdbb54c6a, - 0x1a3b93aa}, - {0x00000000, 0xefc26b3e, 0x04f5d03d, 0xeb37bb03, 0x09eba07a, - 0xe629cb44, 0x0d1e7047, 0xe2dc1b79, 0x13d740f4, 0xfc152bca, - 0x172290c9, 0xf8e0fbf7, 0x1a3ce08e, 0xf5fe8bb0, 0x1ec930b3, - 0xf10b5b8d, 0x27ae81e8, 0xc86cead6, 0x235b51d5, 0xcc993aeb, - 0x2e452192, 0xc1874aac, 0x2ab0f1af, 0xc5729a91, 0x3479c11c, - 0xdbbbaa22, 0x308c1121, 0xdf4e7a1f, 0x3d926166, 0xd2500a58, - 0x3967b15b, 0xd6a5da65, 0x4f5d03d0, 0xa09f68ee, 0x4ba8d3ed, - 0xa46ab8d3, 0x46b6a3aa, 0xa974c894, 0x42437397, 0xad8118a9, - 0x5c8a4324, 0xb348281a, 0x587f9319, 0xb7bdf827, 0x5561e35e, - 0xbaa38860, 0x51943363, 0xbe56585d, 0x68f38238, 0x8731e906, - 0x6c065205, 0x83c4393b, 0x61182242, 0x8eda497c, 0x65edf27f, - 0x8a2f9941, 0x7b24c2cc, 0x94e6a9f2, 0x7fd112f1, 0x901379cf, - 0x72cf62b6, 0x9d0d0988, 0x763ab28b, 0x99f8d9b5, 0x9eba07a0, - 0x71786c9e, 0x9a4fd79d, 0x758dbca3, 0x9751a7da, 0x7893cce4, - 0x93a477e7, 0x7c661cd9, 0x8d6d4754, 0x62af2c6a, 0x89989769, - 0x665afc57, 0x8486e72e, 0x6b448c10, 0x80733713, 0x6fb15c2d, - 0xb9148648, 0x56d6ed76, 0xbde15675, 0x52233d4b, 0xb0ff2632, - 0x5f3d4d0c, 0xb40af60f, 0x5bc89d31, 0xaac3c6bc, 0x4501ad82, - 0xae361681, 0x41f47dbf, 0xa32866c6, 0x4cea0df8, 0xa7ddb6fb, - 0x481fddc5, 0xd1e70470, 0x3e256f4e, 0xd512d44d, 0x3ad0bf73, - 0xd80ca40a, 0x37cecf34, 0xdcf97437, 0x333b1f09, 0xc2304484, - 0x2df22fba, 0xc6c594b9, 0x2907ff87, 0xcbdbe4fe, 0x24198fc0, - 0xcf2e34c3, 0x20ec5ffd, 0xf6498598, 0x198beea6, 0xf2bc55a5, - 0x1d7e3e9b, 0xffa225e2, 0x10604edc, 0xfb57f5df, 0x14959ee1, - 0xe59ec56c, 0x0a5cae52, 0xe16b1551, 0x0ea97e6f, 0xec756516, - 0x03b70e28, 0xe880b52b, 0x0742de15, 0xe6050901, 0x09c7623f, - 0xe2f0d93c, 0x0d32b202, 0xefeea97b, 0x002cc245, 0xeb1b7946, - 0x04d91278, 0xf5d249f5, 0x1a1022cb, 0xf12799c8, 0x1ee5f2f6, - 0xfc39e98f, 0x13fb82b1, 0xf8cc39b2, 0x170e528c, 0xc1ab88e9, - 0x2e69e3d7, 0xc55e58d4, 0x2a9c33ea, 0xc8402893, 0x278243ad, - 0xccb5f8ae, 0x23779390, 0xd27cc81d, 0x3dbea323, 0xd6891820, - 0x394b731e, 0xdb976867, 0x34550359, 0xdf62b85a, 0x30a0d364, - 0xa9580ad1, 0x469a61ef, 0xadaddaec, 0x426fb1d2, 0xa0b3aaab, - 0x4f71c195, 0xa4467a96, 0x4b8411a8, 0xba8f4a25, 0x554d211b, - 0xbe7a9a18, 0x51b8f126, 0xb364ea5f, 0x5ca68161, 0xb7913a62, - 0x5853515c, 0x8ef68b39, 0x6134e007, 0x8a035b04, 0x65c1303a, - 0x871d2b43, 0x68df407d, 0x83e8fb7e, 0x6c2a9040, 0x9d21cbcd, - 0x72e3a0f3, 0x99d41bf0, 0x761670ce, 0x94ca6bb7, 0x7b080089, - 0x903fbb8a, 0x7ffdd0b4, 0x78bf0ea1, 0x977d659f, 0x7c4ade9c, - 0x9388b5a2, 0x7154aedb, 0x9e96c5e5, 0x75a17ee6, 0x9a6315d8, - 0x6b684e55, 0x84aa256b, 0x6f9d9e68, 0x805ff556, 0x6283ee2f, - 0x8d418511, 0x66763e12, 0x89b4552c, 0x5f118f49, 0xb0d3e477, - 0x5be45f74, 0xb426344a, 0x56fa2f33, 0xb938440d, 0x520fff0e, - 0xbdcd9430, 0x4cc6cfbd, 0xa304a483, 0x48331f80, 0xa7f174be, - 0x452d6fc7, 0xaaef04f9, 0x41d8bffa, 0xae1ad4c4, 0x37e20d71, - 0xd820664f, 0x3317dd4c, 0xdcd5b672, 0x3e09ad0b, 0xd1cbc635, - 0x3afc7d36, 0xd53e1608, 0x24354d85, 0xcbf726bb, 0x20c09db8, - 0xcf02f686, 0x2ddeedff, 0xc21c86c1, 0x292b3dc2, 0xc6e956fc, - 0x104c8c99, 0xff8ee7a7, 0x14b95ca4, 0xfb7b379a, 0x19a72ce3, - 0xf66547dd, 0x1d52fcde, 0xf29097e0, 0x039bcc6d, 0xec59a753, - 0x076e1c50, 0xe8ac776e, 0x0a706c17, 0xe5b20729, 0x0e85bc2a, - 0xe147d714}, - {0x00000000, 0x177b1443, 0x2ef62886, 0x398d3cc5, 0x5dec510c, - 0x4a97454f, 0x731a798a, 0x64616dc9, 0xbbd8a218, 0xaca3b65b, - 0x952e8a9e, 0x82559edd, 0xe634f314, 0xf14fe757, 0xc8c2db92, - 0xdfb9cfd1, 0xacc04271, 0xbbbb5632, 0x82366af7, 0x954d7eb4, - 0xf12c137d, 0xe657073e, 0xdfda3bfb, 0xc8a12fb8, 0x1718e069, - 0x0063f42a, 0x39eec8ef, 0x2e95dcac, 0x4af4b165, 0x5d8fa526, - 0x640299e3, 0x73798da0, 0x82f182a3, 0x958a96e0, 0xac07aa25, - 0xbb7cbe66, 0xdf1dd3af, 0xc866c7ec, 0xf1ebfb29, 0xe690ef6a, - 0x392920bb, 0x2e5234f8, 0x17df083d, 0x00a41c7e, 0x64c571b7, - 0x73be65f4, 0x4a335931, 0x5d484d72, 0x2e31c0d2, 0x394ad491, - 0x00c7e854, 0x17bcfc17, 0x73dd91de, 0x64a6859d, 0x5d2bb958, - 0x4a50ad1b, 0x95e962ca, 0x82927689, 0xbb1f4a4c, 0xac645e0f, - 0xc80533c6, 0xdf7e2785, 0xe6f31b40, 0xf1880f03, 0xde920307, - 0xc9e91744, 0xf0642b81, 0xe71f3fc2, 0x837e520b, 0x94054648, - 0xad887a8d, 0xbaf36ece, 0x654aa11f, 0x7231b55c, 0x4bbc8999, - 0x5cc79dda, 0x38a6f013, 0x2fdde450, 0x1650d895, 0x012bccd6, - 0x72524176, 0x65295535, 0x5ca469f0, 0x4bdf7db3, 0x2fbe107a, - 0x38c50439, 0x014838fc, 0x16332cbf, 0xc98ae36e, 0xdef1f72d, - 0xe77ccbe8, 0xf007dfab, 0x9466b262, 0x831da621, 0xba909ae4, - 0xadeb8ea7, 0x5c6381a4, 0x4b1895e7, 0x7295a922, 0x65eebd61, - 0x018fd0a8, 0x16f4c4eb, 0x2f79f82e, 0x3802ec6d, 0xe7bb23bc, - 0xf0c037ff, 0xc94d0b3a, 0xde361f79, 0xba5772b0, 0xad2c66f3, - 0x94a15a36, 0x83da4e75, 0xf0a3c3d5, 0xe7d8d796, 0xde55eb53, - 0xc92eff10, 0xad4f92d9, 0xba34869a, 0x83b9ba5f, 0x94c2ae1c, - 0x4b7b61cd, 0x5c00758e, 0x658d494b, 0x72f65d08, 0x169730c1, - 0x01ec2482, 0x38611847, 0x2f1a0c04, 0x6655004f, 0x712e140c, - 0x48a328c9, 0x5fd83c8a, 0x3bb95143, 0x2cc24500, 0x154f79c5, - 0x02346d86, 0xdd8da257, 0xcaf6b614, 0xf37b8ad1, 0xe4009e92, - 0x8061f35b, 0x971ae718, 0xae97dbdd, 0xb9eccf9e, 0xca95423e, - 0xddee567d, 0xe4636ab8, 0xf3187efb, 0x97791332, 0x80020771, - 0xb98f3bb4, 0xaef42ff7, 0x714de026, 0x6636f465, 0x5fbbc8a0, - 0x48c0dce3, 0x2ca1b12a, 0x3bdaa569, 0x025799ac, 0x152c8def, - 0xe4a482ec, 0xf3df96af, 0xca52aa6a, 0xdd29be29, 0xb948d3e0, - 0xae33c7a3, 0x97befb66, 0x80c5ef25, 0x5f7c20f4, 0x480734b7, - 0x718a0872, 0x66f11c31, 0x029071f8, 0x15eb65bb, 0x2c66597e, - 0x3b1d4d3d, 0x4864c09d, 0x5f1fd4de, 0x6692e81b, 0x71e9fc58, - 0x15889191, 0x02f385d2, 0x3b7eb917, 0x2c05ad54, 0xf3bc6285, - 0xe4c776c6, 0xdd4a4a03, 0xca315e40, 0xae503389, 0xb92b27ca, - 0x80a61b0f, 0x97dd0f4c, 0xb8c70348, 0xafbc170b, 0x96312bce, - 0x814a3f8d, 0xe52b5244, 0xf2504607, 0xcbdd7ac2, 0xdca66e81, - 0x031fa150, 0x1464b513, 0x2de989d6, 0x3a929d95, 0x5ef3f05c, - 0x4988e41f, 0x7005d8da, 0x677ecc99, 0x14074139, 0x037c557a, - 0x3af169bf, 0x2d8a7dfc, 0x49eb1035, 0x5e900476, 0x671d38b3, - 0x70662cf0, 0xafdfe321, 0xb8a4f762, 0x8129cba7, 0x9652dfe4, - 0xf233b22d, 0xe548a66e, 0xdcc59aab, 0xcbbe8ee8, 0x3a3681eb, - 0x2d4d95a8, 0x14c0a96d, 0x03bbbd2e, 0x67dad0e7, 0x70a1c4a4, - 0x492cf861, 0x5e57ec22, 0x81ee23f3, 0x969537b0, 0xaf180b75, - 0xb8631f36, 0xdc0272ff, 0xcb7966bc, 0xf2f45a79, 0xe58f4e3a, - 0x96f6c39a, 0x818dd7d9, 0xb800eb1c, 0xaf7bff5f, 0xcb1a9296, - 0xdc6186d5, 0xe5ecba10, 0xf297ae53, 0x2d2e6182, 0x3a5575c1, - 0x03d84904, 0x14a35d47, 0x70c2308e, 0x67b924cd, 0x5e341808, - 0x494f0c4b}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x0000000000000000, 0x43147b1700000000, 0x8628f62e00000000, - 0xc53c8d3900000000, 0x0c51ec5d00000000, 0x4f45974a00000000, - 0x8a791a7300000000, 0xc96d616400000000, 0x18a2d8bb00000000, - 0x5bb6a3ac00000000, 0x9e8a2e9500000000, 0xdd9e558200000000, - 0x14f334e600000000, 0x57e74ff100000000, 0x92dbc2c800000000, - 0xd1cfb9df00000000, 0x7142c0ac00000000, 0x3256bbbb00000000, - 0xf76a368200000000, 0xb47e4d9500000000, 0x7d132cf100000000, - 0x3e0757e600000000, 0xfb3bdadf00000000, 0xb82fa1c800000000, - 0x69e0181700000000, 0x2af4630000000000, 0xefc8ee3900000000, - 0xacdc952e00000000, 0x65b1f44a00000000, 0x26a58f5d00000000, - 0xe399026400000000, 0xa08d797300000000, 0xa382f18200000000, - 0xe0968a9500000000, 0x25aa07ac00000000, 0x66be7cbb00000000, - 0xafd31ddf00000000, 0xecc766c800000000, 0x29fbebf100000000, - 0x6aef90e600000000, 0xbb20293900000000, 0xf834522e00000000, - 0x3d08df1700000000, 0x7e1ca40000000000, 0xb771c56400000000, - 0xf465be7300000000, 0x3159334a00000000, 0x724d485d00000000, - 0xd2c0312e00000000, 0x91d44a3900000000, 0x54e8c70000000000, - 0x17fcbc1700000000, 0xde91dd7300000000, 0x9d85a66400000000, - 0x58b92b5d00000000, 0x1bad504a00000000, 0xca62e99500000000, - 0x8976928200000000, 0x4c4a1fbb00000000, 0x0f5e64ac00000000, - 0xc63305c800000000, 0x85277edf00000000, 0x401bf3e600000000, - 0x030f88f100000000, 0x070392de00000000, 0x4417e9c900000000, - 0x812b64f000000000, 0xc23f1fe700000000, 0x0b527e8300000000, - 0x4846059400000000, 0x8d7a88ad00000000, 0xce6ef3ba00000000, - 0x1fa14a6500000000, 0x5cb5317200000000, 0x9989bc4b00000000, - 0xda9dc75c00000000, 0x13f0a63800000000, 0x50e4dd2f00000000, - 0x95d8501600000000, 0xd6cc2b0100000000, 0x7641527200000000, - 0x3555296500000000, 0xf069a45c00000000, 0xb37ddf4b00000000, - 0x7a10be2f00000000, 0x3904c53800000000, 0xfc38480100000000, - 0xbf2c331600000000, 0x6ee38ac900000000, 0x2df7f1de00000000, - 0xe8cb7ce700000000, 0xabdf07f000000000, 0x62b2669400000000, - 0x21a61d8300000000, 0xe49a90ba00000000, 0xa78eebad00000000, - 0xa481635c00000000, 0xe795184b00000000, 0x22a9957200000000, - 0x61bdee6500000000, 0xa8d08f0100000000, 0xebc4f41600000000, - 0x2ef8792f00000000, 0x6dec023800000000, 0xbc23bbe700000000, - 0xff37c0f000000000, 0x3a0b4dc900000000, 0x791f36de00000000, - 0xb07257ba00000000, 0xf3662cad00000000, 0x365aa19400000000, - 0x754eda8300000000, 0xd5c3a3f000000000, 0x96d7d8e700000000, - 0x53eb55de00000000, 0x10ff2ec900000000, 0xd9924fad00000000, - 0x9a8634ba00000000, 0x5fbab98300000000, 0x1caec29400000000, - 0xcd617b4b00000000, 0x8e75005c00000000, 0x4b498d6500000000, - 0x085df67200000000, 0xc130971600000000, 0x8224ec0100000000, - 0x4718613800000000, 0x040c1a2f00000000, 0x4f00556600000000, - 0x0c142e7100000000, 0xc928a34800000000, 0x8a3cd85f00000000, - 0x4351b93b00000000, 0x0045c22c00000000, 0xc5794f1500000000, - 0x866d340200000000, 0x57a28ddd00000000, 0x14b6f6ca00000000, - 0xd18a7bf300000000, 0x929e00e400000000, 0x5bf3618000000000, - 0x18e71a9700000000, 0xdddb97ae00000000, 0x9ecfecb900000000, - 0x3e4295ca00000000, 0x7d56eedd00000000, 0xb86a63e400000000, - 0xfb7e18f300000000, 0x3213799700000000, 0x7107028000000000, - 0xb43b8fb900000000, 0xf72ff4ae00000000, 0x26e04d7100000000, - 0x65f4366600000000, 0xa0c8bb5f00000000, 0xe3dcc04800000000, - 0x2ab1a12c00000000, 0x69a5da3b00000000, 0xac99570200000000, - 0xef8d2c1500000000, 0xec82a4e400000000, 0xaf96dff300000000, - 0x6aaa52ca00000000, 0x29be29dd00000000, 0xe0d348b900000000, - 0xa3c733ae00000000, 0x66fbbe9700000000, 0x25efc58000000000, - 0xf4207c5f00000000, 0xb734074800000000, 0x72088a7100000000, - 0x311cf16600000000, 0xf871900200000000, 0xbb65eb1500000000, - 0x7e59662c00000000, 0x3d4d1d3b00000000, 0x9dc0644800000000, - 0xded41f5f00000000, 0x1be8926600000000, 0x58fce97100000000, - 0x9191881500000000, 0xd285f30200000000, 0x17b97e3b00000000, - 0x54ad052c00000000, 0x8562bcf300000000, 0xc676c7e400000000, - 0x034a4add00000000, 0x405e31ca00000000, 0x893350ae00000000, - 0xca272bb900000000, 0x0f1ba68000000000, 0x4c0fdd9700000000, - 0x4803c7b800000000, 0x0b17bcaf00000000, 0xce2b319600000000, - 0x8d3f4a8100000000, 0x44522be500000000, 0x074650f200000000, - 0xc27addcb00000000, 0x816ea6dc00000000, 0x50a11f0300000000, - 0x13b5641400000000, 0xd689e92d00000000, 0x959d923a00000000, - 0x5cf0f35e00000000, 0x1fe4884900000000, 0xdad8057000000000, - 0x99cc7e6700000000, 0x3941071400000000, 0x7a557c0300000000, - 0xbf69f13a00000000, 0xfc7d8a2d00000000, 0x3510eb4900000000, - 0x7604905e00000000, 0xb3381d6700000000, 0xf02c667000000000, - 0x21e3dfaf00000000, 0x62f7a4b800000000, 0xa7cb298100000000, - 0xe4df529600000000, 0x2db233f200000000, 0x6ea648e500000000, - 0xab9ac5dc00000000, 0xe88ebecb00000000, 0xeb81363a00000000, - 0xa8954d2d00000000, 0x6da9c01400000000, 0x2ebdbb0300000000, - 0xe7d0da6700000000, 0xa4c4a17000000000, 0x61f82c4900000000, - 0x22ec575e00000000, 0xf323ee8100000000, 0xb037959600000000, - 0x750b18af00000000, 0x361f63b800000000, 0xff7202dc00000000, - 0xbc6679cb00000000, 0x795af4f200000000, 0x3a4e8fe500000000, - 0x9ac3f69600000000, 0xd9d78d8100000000, 0x1ceb00b800000000, - 0x5fff7baf00000000, 0x96921acb00000000, 0xd58661dc00000000, - 0x10baece500000000, 0x53ae97f200000000, 0x82612e2d00000000, - 0xc175553a00000000, 0x0449d80300000000, 0x475da31400000000, - 0x8e30c27000000000, 0xcd24b96700000000, 0x0818345e00000000, - 0x4b0c4f4900000000}, - {0x0000000000000000, 0x3e6bc2ef00000000, 0x3dd0f50400000000, - 0x03bb37eb00000000, 0x7aa0eb0900000000, 0x44cb29e600000000, - 0x47701e0d00000000, 0x791bdce200000000, 0xf440d71300000000, - 0xca2b15fc00000000, 0xc990221700000000, 0xf7fbe0f800000000, - 0x8ee03c1a00000000, 0xb08bfef500000000, 0xb330c91e00000000, - 0x8d5b0bf100000000, 0xe881ae2700000000, 0xd6ea6cc800000000, - 0xd5515b2300000000, 0xeb3a99cc00000000, 0x9221452e00000000, - 0xac4a87c100000000, 0xaff1b02a00000000, 0x919a72c500000000, - 0x1cc1793400000000, 0x22aabbdb00000000, 0x21118c3000000000, - 0x1f7a4edf00000000, 0x6661923d00000000, 0x580a50d200000000, - 0x5bb1673900000000, 0x65daa5d600000000, 0xd0035d4f00000000, - 0xee689fa000000000, 0xedd3a84b00000000, 0xd3b86aa400000000, - 0xaaa3b64600000000, 0x94c874a900000000, 0x9773434200000000, - 0xa91881ad00000000, 0x24438a5c00000000, 0x1a2848b300000000, - 0x19937f5800000000, 0x27f8bdb700000000, 0x5ee3615500000000, - 0x6088a3ba00000000, 0x6333945100000000, 0x5d5856be00000000, - 0x3882f36800000000, 0x06e9318700000000, 0x0552066c00000000, - 0x3b39c48300000000, 0x4222186100000000, 0x7c49da8e00000000, - 0x7ff2ed6500000000, 0x41992f8a00000000, 0xccc2247b00000000, - 0xf2a9e69400000000, 0xf112d17f00000000, 0xcf79139000000000, - 0xb662cf7200000000, 0x88090d9d00000000, 0x8bb23a7600000000, - 0xb5d9f89900000000, 0xa007ba9e00000000, 0x9e6c787100000000, - 0x9dd74f9a00000000, 0xa3bc8d7500000000, 0xdaa7519700000000, - 0xe4cc937800000000, 0xe777a49300000000, 0xd91c667c00000000, - 0x54476d8d00000000, 0x6a2caf6200000000, 0x6997988900000000, - 0x57fc5a6600000000, 0x2ee7868400000000, 0x108c446b00000000, - 0x1337738000000000, 0x2d5cb16f00000000, 0x488614b900000000, - 0x76edd65600000000, 0x7556e1bd00000000, 0x4b3d235200000000, - 0x3226ffb000000000, 0x0c4d3d5f00000000, 0x0ff60ab400000000, - 0x319dc85b00000000, 0xbcc6c3aa00000000, 0x82ad014500000000, - 0x811636ae00000000, 0xbf7df44100000000, 0xc66628a300000000, - 0xf80dea4c00000000, 0xfbb6dda700000000, 0xc5dd1f4800000000, - 0x7004e7d100000000, 0x4e6f253e00000000, 0x4dd412d500000000, - 0x73bfd03a00000000, 0x0aa40cd800000000, 0x34cfce3700000000, - 0x3774f9dc00000000, 0x091f3b3300000000, 0x844430c200000000, - 0xba2ff22d00000000, 0xb994c5c600000000, 0x87ff072900000000, - 0xfee4dbcb00000000, 0xc08f192400000000, 0xc3342ecf00000000, - 0xfd5fec2000000000, 0x988549f600000000, 0xa6ee8b1900000000, - 0xa555bcf200000000, 0x9b3e7e1d00000000, 0xe225a2ff00000000, - 0xdc4e601000000000, 0xdff557fb00000000, 0xe19e951400000000, - 0x6cc59ee500000000, 0x52ae5c0a00000000, 0x51156be100000000, - 0x6f7ea90e00000000, 0x166575ec00000000, 0x280eb70300000000, - 0x2bb580e800000000, 0x15de420700000000, 0x010905e600000000, - 0x3f62c70900000000, 0x3cd9f0e200000000, 0x02b2320d00000000, - 0x7ba9eeef00000000, 0x45c22c0000000000, 0x46791beb00000000, - 0x7812d90400000000, 0xf549d2f500000000, 0xcb22101a00000000, - 0xc89927f100000000, 0xf6f2e51e00000000, 0x8fe939fc00000000, - 0xb182fb1300000000, 0xb239ccf800000000, 0x8c520e1700000000, - 0xe988abc100000000, 0xd7e3692e00000000, 0xd4585ec500000000, - 0xea339c2a00000000, 0x932840c800000000, 0xad43822700000000, - 0xaef8b5cc00000000, 0x9093772300000000, 0x1dc87cd200000000, - 0x23a3be3d00000000, 0x201889d600000000, 0x1e734b3900000000, - 0x676897db00000000, 0x5903553400000000, 0x5ab862df00000000, - 0x64d3a03000000000, 0xd10a58a900000000, 0xef619a4600000000, - 0xecdaadad00000000, 0xd2b16f4200000000, 0xabaab3a000000000, - 0x95c1714f00000000, 0x967a46a400000000, 0xa811844b00000000, - 0x254a8fba00000000, 0x1b214d5500000000, 0x189a7abe00000000, - 0x26f1b85100000000, 0x5fea64b300000000, 0x6181a65c00000000, - 0x623a91b700000000, 0x5c51535800000000, 0x398bf68e00000000, - 0x07e0346100000000, 0x045b038a00000000, 0x3a30c16500000000, - 0x432b1d8700000000, 0x7d40df6800000000, 0x7efbe88300000000, - 0x40902a6c00000000, 0xcdcb219d00000000, 0xf3a0e37200000000, - 0xf01bd49900000000, 0xce70167600000000, 0xb76bca9400000000, - 0x8900087b00000000, 0x8abb3f9000000000, 0xb4d0fd7f00000000, - 0xa10ebf7800000000, 0x9f657d9700000000, 0x9cde4a7c00000000, - 0xa2b5889300000000, 0xdbae547100000000, 0xe5c5969e00000000, - 0xe67ea17500000000, 0xd815639a00000000, 0x554e686b00000000, - 0x6b25aa8400000000, 0x689e9d6f00000000, 0x56f55f8000000000, - 0x2fee836200000000, 0x1185418d00000000, 0x123e766600000000, - 0x2c55b48900000000, 0x498f115f00000000, 0x77e4d3b000000000, - 0x745fe45b00000000, 0x4a3426b400000000, 0x332ffa5600000000, - 0x0d4438b900000000, 0x0eff0f5200000000, 0x3094cdbd00000000, - 0xbdcfc64c00000000, 0x83a404a300000000, 0x801f334800000000, - 0xbe74f1a700000000, 0xc76f2d4500000000, 0xf904efaa00000000, - 0xfabfd84100000000, 0xc4d41aae00000000, 0x710de23700000000, - 0x4f6620d800000000, 0x4cdd173300000000, 0x72b6d5dc00000000, - 0x0bad093e00000000, 0x35c6cbd100000000, 0x367dfc3a00000000, - 0x08163ed500000000, 0x854d352400000000, 0xbb26f7cb00000000, - 0xb89dc02000000000, 0x86f602cf00000000, 0xffedde2d00000000, - 0xc1861cc200000000, 0xc23d2b2900000000, 0xfc56e9c600000000, - 0x998c4c1000000000, 0xa7e78eff00000000, 0xa45cb91400000000, - 0x9a377bfb00000000, 0xe32ca71900000000, 0xdd4765f600000000, - 0xdefc521d00000000, 0xe09790f200000000, 0x6dcc9b0300000000, - 0x53a759ec00000000, 0x501c6e0700000000, 0x6e77ace800000000, - 0x176c700a00000000, 0x2907b2e500000000, 0x2abc850e00000000, - 0x14d747e100000000}, - {0x0000000000000000, 0xc0df8ec100000000, 0xc1b96c5800000000, - 0x0166e29900000000, 0x8273d9b000000000, 0x42ac577100000000, - 0x43cab5e800000000, 0x83153b2900000000, 0x45e1c3ba00000000, - 0x853e4d7b00000000, 0x8458afe200000000, 0x4487212300000000, - 0xc7921a0a00000000, 0x074d94cb00000000, 0x062b765200000000, - 0xc6f4f89300000000, 0xcbc4f6ae00000000, 0x0b1b786f00000000, - 0x0a7d9af600000000, 0xcaa2143700000000, 0x49b72f1e00000000, - 0x8968a1df00000000, 0x880e434600000000, 0x48d1cd8700000000, - 0x8e25351400000000, 0x4efabbd500000000, 0x4f9c594c00000000, - 0x8f43d78d00000000, 0x0c56eca400000000, 0xcc89626500000000, - 0xcdef80fc00000000, 0x0d300e3d00000000, 0xd78f9c8600000000, - 0x1750124700000000, 0x1636f0de00000000, 0xd6e97e1f00000000, - 0x55fc453600000000, 0x9523cbf700000000, 0x9445296e00000000, - 0x549aa7af00000000, 0x926e5f3c00000000, 0x52b1d1fd00000000, - 0x53d7336400000000, 0x9308bda500000000, 0x101d868c00000000, - 0xd0c2084d00000000, 0xd1a4ead400000000, 0x117b641500000000, - 0x1c4b6a2800000000, 0xdc94e4e900000000, 0xddf2067000000000, - 0x1d2d88b100000000, 0x9e38b39800000000, 0x5ee73d5900000000, - 0x5f81dfc000000000, 0x9f5e510100000000, 0x59aaa99200000000, - 0x9975275300000000, 0x9813c5ca00000000, 0x58cc4b0b00000000, - 0xdbd9702200000000, 0x1b06fee300000000, 0x1a601c7a00000000, - 0xdabf92bb00000000, 0xef1948d600000000, 0x2fc6c61700000000, - 0x2ea0248e00000000, 0xee7faa4f00000000, 0x6d6a916600000000, - 0xadb51fa700000000, 0xacd3fd3e00000000, 0x6c0c73ff00000000, - 0xaaf88b6c00000000, 0x6a2705ad00000000, 0x6b41e73400000000, - 0xab9e69f500000000, 0x288b52dc00000000, 0xe854dc1d00000000, - 0xe9323e8400000000, 0x29edb04500000000, 0x24ddbe7800000000, - 0xe40230b900000000, 0xe564d22000000000, 0x25bb5ce100000000, - 0xa6ae67c800000000, 0x6671e90900000000, 0x67170b9000000000, - 0xa7c8855100000000, 0x613c7dc200000000, 0xa1e3f30300000000, - 0xa085119a00000000, 0x605a9f5b00000000, 0xe34fa47200000000, - 0x23902ab300000000, 0x22f6c82a00000000, 0xe22946eb00000000, - 0x3896d45000000000, 0xf8495a9100000000, 0xf92fb80800000000, - 0x39f036c900000000, 0xbae50de000000000, 0x7a3a832100000000, - 0x7b5c61b800000000, 0xbb83ef7900000000, 0x7d7717ea00000000, - 0xbda8992b00000000, 0xbcce7bb200000000, 0x7c11f57300000000, - 0xff04ce5a00000000, 0x3fdb409b00000000, 0x3ebda20200000000, - 0xfe622cc300000000, 0xf35222fe00000000, 0x338dac3f00000000, - 0x32eb4ea600000000, 0xf234c06700000000, 0x7121fb4e00000000, - 0xb1fe758f00000000, 0xb098971600000000, 0x704719d700000000, - 0xb6b3e14400000000, 0x766c6f8500000000, 0x770a8d1c00000000, - 0xb7d503dd00000000, 0x34c038f400000000, 0xf41fb63500000000, - 0xf57954ac00000000, 0x35a6da6d00000000, 0x9f35e17700000000, - 0x5fea6fb600000000, 0x5e8c8d2f00000000, 0x9e5303ee00000000, - 0x1d4638c700000000, 0xdd99b60600000000, 0xdcff549f00000000, - 0x1c20da5e00000000, 0xdad422cd00000000, 0x1a0bac0c00000000, - 0x1b6d4e9500000000, 0xdbb2c05400000000, 0x58a7fb7d00000000, - 0x987875bc00000000, 0x991e972500000000, 0x59c119e400000000, - 0x54f117d900000000, 0x942e991800000000, 0x95487b8100000000, - 0x5597f54000000000, 0xd682ce6900000000, 0x165d40a800000000, - 0x173ba23100000000, 0xd7e42cf000000000, 0x1110d46300000000, - 0xd1cf5aa200000000, 0xd0a9b83b00000000, 0x107636fa00000000, - 0x93630dd300000000, 0x53bc831200000000, 0x52da618b00000000, - 0x9205ef4a00000000, 0x48ba7df100000000, 0x8865f33000000000, - 0x890311a900000000, 0x49dc9f6800000000, 0xcac9a44100000000, - 0x0a162a8000000000, 0x0b70c81900000000, 0xcbaf46d800000000, - 0x0d5bbe4b00000000, 0xcd84308a00000000, 0xcce2d21300000000, - 0x0c3d5cd200000000, 0x8f2867fb00000000, 0x4ff7e93a00000000, - 0x4e910ba300000000, 0x8e4e856200000000, 0x837e8b5f00000000, - 0x43a1059e00000000, 0x42c7e70700000000, 0x821869c600000000, - 0x010d52ef00000000, 0xc1d2dc2e00000000, 0xc0b43eb700000000, - 0x006bb07600000000, 0xc69f48e500000000, 0x0640c62400000000, - 0x072624bd00000000, 0xc7f9aa7c00000000, 0x44ec915500000000, - 0x84331f9400000000, 0x8555fd0d00000000, 0x458a73cc00000000, - 0x702ca9a100000000, 0xb0f3276000000000, 0xb195c5f900000000, - 0x714a4b3800000000, 0xf25f701100000000, 0x3280fed000000000, - 0x33e61c4900000000, 0xf339928800000000, 0x35cd6a1b00000000, - 0xf512e4da00000000, 0xf474064300000000, 0x34ab888200000000, - 0xb7beb3ab00000000, 0x77613d6a00000000, 0x7607dff300000000, - 0xb6d8513200000000, 0xbbe85f0f00000000, 0x7b37d1ce00000000, - 0x7a51335700000000, 0xba8ebd9600000000, 0x399b86bf00000000, - 0xf944087e00000000, 0xf822eae700000000, 0x38fd642600000000, - 0xfe099cb500000000, 0x3ed6127400000000, 0x3fb0f0ed00000000, - 0xff6f7e2c00000000, 0x7c7a450500000000, 0xbca5cbc400000000, - 0xbdc3295d00000000, 0x7d1ca79c00000000, 0xa7a3352700000000, - 0x677cbbe600000000, 0x661a597f00000000, 0xa6c5d7be00000000, - 0x25d0ec9700000000, 0xe50f625600000000, 0xe46980cf00000000, - 0x24b60e0e00000000, 0xe242f69d00000000, 0x229d785c00000000, - 0x23fb9ac500000000, 0xe324140400000000, 0x60312f2d00000000, - 0xa0eea1ec00000000, 0xa188437500000000, 0x6157cdb400000000, - 0x6c67c38900000000, 0xacb84d4800000000, 0xaddeafd100000000, - 0x6d01211000000000, 0xee141a3900000000, 0x2ecb94f800000000, - 0x2fad766100000000, 0xef72f8a000000000, 0x2986003300000000, - 0xe9598ef200000000, 0xe83f6c6b00000000, 0x28e0e2aa00000000, - 0xabf5d98300000000, 0x6b2a574200000000, 0x6a4cb5db00000000, - 0xaa933b1a00000000}, - {0x0000000000000000, 0x6f4ca59b00000000, 0x9f9e3bec00000000, - 0xf0d29e7700000000, 0x7f3b060300000000, 0x1077a39800000000, - 0xe0a53def00000000, 0x8fe9987400000000, 0xfe760c0600000000, - 0x913aa99d00000000, 0x61e837ea00000000, 0x0ea4927100000000, - 0x814d0a0500000000, 0xee01af9e00000000, 0x1ed331e900000000, - 0x719f947200000000, 0xfced180c00000000, 0x93a1bd9700000000, - 0x637323e000000000, 0x0c3f867b00000000, 0x83d61e0f00000000, - 0xec9abb9400000000, 0x1c4825e300000000, 0x7304807800000000, - 0x029b140a00000000, 0x6dd7b19100000000, 0x9d052fe600000000, - 0xf2498a7d00000000, 0x7da0120900000000, 0x12ecb79200000000, - 0xe23e29e500000000, 0x8d728c7e00000000, 0xf8db311800000000, - 0x9797948300000000, 0x67450af400000000, 0x0809af6f00000000, - 0x87e0371b00000000, 0xe8ac928000000000, 0x187e0cf700000000, - 0x7732a96c00000000, 0x06ad3d1e00000000, 0x69e1988500000000, - 0x993306f200000000, 0xf67fa36900000000, 0x79963b1d00000000, - 0x16da9e8600000000, 0xe60800f100000000, 0x8944a56a00000000, - 0x0436291400000000, 0x6b7a8c8f00000000, 0x9ba812f800000000, - 0xf4e4b76300000000, 0x7b0d2f1700000000, 0x14418a8c00000000, - 0xe49314fb00000000, 0x8bdfb16000000000, 0xfa40251200000000, - 0x950c808900000000, 0x65de1efe00000000, 0x0a92bb6500000000, - 0x857b231100000000, 0xea37868a00000000, 0x1ae518fd00000000, - 0x75a9bd6600000000, 0xf0b7633000000000, 0x9ffbc6ab00000000, - 0x6f2958dc00000000, 0x0065fd4700000000, 0x8f8c653300000000, - 0xe0c0c0a800000000, 0x10125edf00000000, 0x7f5efb4400000000, - 0x0ec16f3600000000, 0x618dcaad00000000, 0x915f54da00000000, - 0xfe13f14100000000, 0x71fa693500000000, 0x1eb6ccae00000000, - 0xee6452d900000000, 0x8128f74200000000, 0x0c5a7b3c00000000, - 0x6316dea700000000, 0x93c440d000000000, 0xfc88e54b00000000, - 0x73617d3f00000000, 0x1c2dd8a400000000, 0xecff46d300000000, - 0x83b3e34800000000, 0xf22c773a00000000, 0x9d60d2a100000000, - 0x6db24cd600000000, 0x02fee94d00000000, 0x8d17713900000000, - 0xe25bd4a200000000, 0x12894ad500000000, 0x7dc5ef4e00000000, - 0x086c522800000000, 0x6720f7b300000000, 0x97f269c400000000, - 0xf8becc5f00000000, 0x7757542b00000000, 0x181bf1b000000000, - 0xe8c96fc700000000, 0x8785ca5c00000000, 0xf61a5e2e00000000, - 0x9956fbb500000000, 0x698465c200000000, 0x06c8c05900000000, - 0x8921582d00000000, 0xe66dfdb600000000, 0x16bf63c100000000, - 0x79f3c65a00000000, 0xf4814a2400000000, 0x9bcdefbf00000000, - 0x6b1f71c800000000, 0x0453d45300000000, 0x8bba4c2700000000, - 0xe4f6e9bc00000000, 0x142477cb00000000, 0x7b68d25000000000, - 0x0af7462200000000, 0x65bbe3b900000000, 0x95697dce00000000, - 0xfa25d85500000000, 0x75cc402100000000, 0x1a80e5ba00000000, - 0xea527bcd00000000, 0x851ede5600000000, 0xe06fc76000000000, - 0x8f2362fb00000000, 0x7ff1fc8c00000000, 0x10bd591700000000, - 0x9f54c16300000000, 0xf01864f800000000, 0x00cafa8f00000000, - 0x6f865f1400000000, 0x1e19cb6600000000, 0x71556efd00000000, - 0x8187f08a00000000, 0xeecb551100000000, 0x6122cd6500000000, - 0x0e6e68fe00000000, 0xfebcf68900000000, 0x91f0531200000000, - 0x1c82df6c00000000, 0x73ce7af700000000, 0x831ce48000000000, - 0xec50411b00000000, 0x63b9d96f00000000, 0x0cf57cf400000000, - 0xfc27e28300000000, 0x936b471800000000, 0xe2f4d36a00000000, - 0x8db876f100000000, 0x7d6ae88600000000, 0x12264d1d00000000, - 0x9dcfd56900000000, 0xf28370f200000000, 0x0251ee8500000000, - 0x6d1d4b1e00000000, 0x18b4f67800000000, 0x77f853e300000000, - 0x872acd9400000000, 0xe866680f00000000, 0x678ff07b00000000, - 0x08c355e000000000, 0xf811cb9700000000, 0x975d6e0c00000000, - 0xe6c2fa7e00000000, 0x898e5fe500000000, 0x795cc19200000000, - 0x1610640900000000, 0x99f9fc7d00000000, 0xf6b559e600000000, - 0x0667c79100000000, 0x692b620a00000000, 0xe459ee7400000000, - 0x8b154bef00000000, 0x7bc7d59800000000, 0x148b700300000000, - 0x9b62e87700000000, 0xf42e4dec00000000, 0x04fcd39b00000000, - 0x6bb0760000000000, 0x1a2fe27200000000, 0x756347e900000000, - 0x85b1d99e00000000, 0xeafd7c0500000000, 0x6514e47100000000, - 0x0a5841ea00000000, 0xfa8adf9d00000000, 0x95c67a0600000000, - 0x10d8a45000000000, 0x7f9401cb00000000, 0x8f469fbc00000000, - 0xe00a3a2700000000, 0x6fe3a25300000000, 0x00af07c800000000, - 0xf07d99bf00000000, 0x9f313c2400000000, 0xeeaea85600000000, - 0x81e20dcd00000000, 0x713093ba00000000, 0x1e7c362100000000, - 0x9195ae5500000000, 0xfed90bce00000000, 0x0e0b95b900000000, - 0x6147302200000000, 0xec35bc5c00000000, 0x837919c700000000, - 0x73ab87b000000000, 0x1ce7222b00000000, 0x930eba5f00000000, - 0xfc421fc400000000, 0x0c9081b300000000, 0x63dc242800000000, - 0x1243b05a00000000, 0x7d0f15c100000000, 0x8ddd8bb600000000, - 0xe2912e2d00000000, 0x6d78b65900000000, 0x023413c200000000, - 0xf2e68db500000000, 0x9daa282e00000000, 0xe803954800000000, - 0x874f30d300000000, 0x779daea400000000, 0x18d10b3f00000000, - 0x9738934b00000000, 0xf87436d000000000, 0x08a6a8a700000000, - 0x67ea0d3c00000000, 0x1675994e00000000, 0x79393cd500000000, - 0x89eba2a200000000, 0xe6a7073900000000, 0x694e9f4d00000000, - 0x06023ad600000000, 0xf6d0a4a100000000, 0x999c013a00000000, - 0x14ee8d4400000000, 0x7ba228df00000000, 0x8b70b6a800000000, - 0xe43c133300000000, 0x6bd58b4700000000, 0x04992edc00000000, - 0xf44bb0ab00000000, 0x9b07153000000000, 0xea98814200000000, - 0x85d424d900000000, 0x7506baae00000000, 0x1a4a1f3500000000, - 0x95a3874100000000, 0xfaef22da00000000, 0x0a3dbcad00000000, - 0x6571193600000000}, - {0x0000000000000000, 0x85d996dd00000000, 0x4bb55c6000000000, - 0xce6ccabd00000000, 0x966ab9c000000000, 0x13b32f1d00000000, - 0xdddfe5a000000000, 0x5806737d00000000, 0x6dd3035a00000000, - 0xe80a958700000000, 0x26665f3a00000000, 0xa3bfc9e700000000, - 0xfbb9ba9a00000000, 0x7e602c4700000000, 0xb00ce6fa00000000, - 0x35d5702700000000, 0xdaa607b400000000, 0x5f7f916900000000, - 0x91135bd400000000, 0x14cacd0900000000, 0x4cccbe7400000000, - 0xc91528a900000000, 0x0779e21400000000, 0x82a074c900000000, - 0xb77504ee00000000, 0x32ac923300000000, 0xfcc0588e00000000, - 0x7919ce5300000000, 0x211fbd2e00000000, 0xa4c62bf300000000, - 0x6aaae14e00000000, 0xef73779300000000, 0xf54b7eb300000000, - 0x7092e86e00000000, 0xbefe22d300000000, 0x3b27b40e00000000, - 0x6321c77300000000, 0xe6f851ae00000000, 0x28949b1300000000, - 0xad4d0dce00000000, 0x98987de900000000, 0x1d41eb3400000000, - 0xd32d218900000000, 0x56f4b75400000000, 0x0ef2c42900000000, - 0x8b2b52f400000000, 0x4547984900000000, 0xc09e0e9400000000, - 0x2fed790700000000, 0xaa34efda00000000, 0x6458256700000000, - 0xe181b3ba00000000, 0xb987c0c700000000, 0x3c5e561a00000000, - 0xf2329ca700000000, 0x77eb0a7a00000000, 0x423e7a5d00000000, - 0xc7e7ec8000000000, 0x098b263d00000000, 0x8c52b0e000000000, - 0xd454c39d00000000, 0x518d554000000000, 0x9fe19ffd00000000, - 0x1a38092000000000, 0xab918dbd00000000, 0x2e481b6000000000, - 0xe024d1dd00000000, 0x65fd470000000000, 0x3dfb347d00000000, - 0xb822a2a000000000, 0x764e681d00000000, 0xf397fec000000000, - 0xc6428ee700000000, 0x439b183a00000000, 0x8df7d28700000000, - 0x082e445a00000000, 0x5028372700000000, 0xd5f1a1fa00000000, - 0x1b9d6b4700000000, 0x9e44fd9a00000000, 0x71378a0900000000, - 0xf4ee1cd400000000, 0x3a82d66900000000, 0xbf5b40b400000000, - 0xe75d33c900000000, 0x6284a51400000000, 0xace86fa900000000, - 0x2931f97400000000, 0x1ce4895300000000, 0x993d1f8e00000000, - 0x5751d53300000000, 0xd28843ee00000000, 0x8a8e309300000000, - 0x0f57a64e00000000, 0xc13b6cf300000000, 0x44e2fa2e00000000, - 0x5edaf30e00000000, 0xdb0365d300000000, 0x156faf6e00000000, - 0x90b639b300000000, 0xc8b04ace00000000, 0x4d69dc1300000000, - 0x830516ae00000000, 0x06dc807300000000, 0x3309f05400000000, - 0xb6d0668900000000, 0x78bcac3400000000, 0xfd653ae900000000, - 0xa563499400000000, 0x20badf4900000000, 0xeed615f400000000, - 0x6b0f832900000000, 0x847cf4ba00000000, 0x01a5626700000000, - 0xcfc9a8da00000000, 0x4a103e0700000000, 0x12164d7a00000000, - 0x97cfdba700000000, 0x59a3111a00000000, 0xdc7a87c700000000, - 0xe9aff7e000000000, 0x6c76613d00000000, 0xa21aab8000000000, - 0x27c33d5d00000000, 0x7fc54e2000000000, 0xfa1cd8fd00000000, - 0x3470124000000000, 0xb1a9849d00000000, 0x17256aa000000000, - 0x92fcfc7d00000000, 0x5c9036c000000000, 0xd949a01d00000000, - 0x814fd36000000000, 0x049645bd00000000, 0xcafa8f0000000000, - 0x4f2319dd00000000, 0x7af669fa00000000, 0xff2fff2700000000, - 0x3143359a00000000, 0xb49aa34700000000, 0xec9cd03a00000000, - 0x694546e700000000, 0xa7298c5a00000000, 0x22f01a8700000000, - 0xcd836d1400000000, 0x485afbc900000000, 0x8636317400000000, - 0x03efa7a900000000, 0x5be9d4d400000000, 0xde30420900000000, - 0x105c88b400000000, 0x95851e6900000000, 0xa0506e4e00000000, - 0x2589f89300000000, 0xebe5322e00000000, 0x6e3ca4f300000000, - 0x363ad78e00000000, 0xb3e3415300000000, 0x7d8f8bee00000000, - 0xf8561d3300000000, 0xe26e141300000000, 0x67b782ce00000000, - 0xa9db487300000000, 0x2c02deae00000000, 0x7404add300000000, - 0xf1dd3b0e00000000, 0x3fb1f1b300000000, 0xba68676e00000000, - 0x8fbd174900000000, 0x0a64819400000000, 0xc4084b2900000000, - 0x41d1ddf400000000, 0x19d7ae8900000000, 0x9c0e385400000000, - 0x5262f2e900000000, 0xd7bb643400000000, 0x38c813a700000000, - 0xbd11857a00000000, 0x737d4fc700000000, 0xf6a4d91a00000000, - 0xaea2aa6700000000, 0x2b7b3cba00000000, 0xe517f60700000000, - 0x60ce60da00000000, 0x551b10fd00000000, 0xd0c2862000000000, - 0x1eae4c9d00000000, 0x9b77da4000000000, 0xc371a93d00000000, - 0x46a83fe000000000, 0x88c4f55d00000000, 0x0d1d638000000000, - 0xbcb4e71d00000000, 0x396d71c000000000, 0xf701bb7d00000000, - 0x72d82da000000000, 0x2ade5edd00000000, 0xaf07c80000000000, - 0x616b02bd00000000, 0xe4b2946000000000, 0xd167e44700000000, - 0x54be729a00000000, 0x9ad2b82700000000, 0x1f0b2efa00000000, - 0x470d5d8700000000, 0xc2d4cb5a00000000, 0x0cb801e700000000, - 0x8961973a00000000, 0x6612e0a900000000, 0xe3cb767400000000, - 0x2da7bcc900000000, 0xa87e2a1400000000, 0xf078596900000000, - 0x75a1cfb400000000, 0xbbcd050900000000, 0x3e1493d400000000, - 0x0bc1e3f300000000, 0x8e18752e00000000, 0x4074bf9300000000, - 0xc5ad294e00000000, 0x9dab5a3300000000, 0x1872ccee00000000, - 0xd61e065300000000, 0x53c7908e00000000, 0x49ff99ae00000000, - 0xcc260f7300000000, 0x024ac5ce00000000, 0x8793531300000000, - 0xdf95206e00000000, 0x5a4cb6b300000000, 0x94207c0e00000000, - 0x11f9ead300000000, 0x242c9af400000000, 0xa1f50c2900000000, - 0x6f99c69400000000, 0xea40504900000000, 0xb246233400000000, - 0x379fb5e900000000, 0xf9f37f5400000000, 0x7c2ae98900000000, - 0x93599e1a00000000, 0x168008c700000000, 0xd8ecc27a00000000, - 0x5d3554a700000000, 0x053327da00000000, 0x80eab10700000000, - 0x4e867bba00000000, 0xcb5fed6700000000, 0xfe8a9d4000000000, - 0x7b530b9d00000000, 0xb53fc12000000000, 0x30e657fd00000000, - 0x68e0248000000000, 0xed39b25d00000000, 0x235578e000000000, - 0xa68cee3d00000000}, - {0x0000000000000000, 0x76e10f9d00000000, 0xadc46ee100000000, - 0xdb25617c00000000, 0x1b8fac1900000000, 0x6d6ea38400000000, - 0xb64bc2f800000000, 0xc0aacd6500000000, 0x361e593300000000, - 0x40ff56ae00000000, 0x9bda37d200000000, 0xed3b384f00000000, - 0x2d91f52a00000000, 0x5b70fab700000000, 0x80559bcb00000000, - 0xf6b4945600000000, 0x6c3cb26600000000, 0x1addbdfb00000000, - 0xc1f8dc8700000000, 0xb719d31a00000000, 0x77b31e7f00000000, - 0x015211e200000000, 0xda77709e00000000, 0xac967f0300000000, - 0x5a22eb5500000000, 0x2cc3e4c800000000, 0xf7e685b400000000, - 0x81078a2900000000, 0x41ad474c00000000, 0x374c48d100000000, - 0xec6929ad00000000, 0x9a88263000000000, 0xd87864cd00000000, - 0xae996b5000000000, 0x75bc0a2c00000000, 0x035d05b100000000, - 0xc3f7c8d400000000, 0xb516c74900000000, 0x6e33a63500000000, - 0x18d2a9a800000000, 0xee663dfe00000000, 0x9887326300000000, - 0x43a2531f00000000, 0x35435c8200000000, 0xf5e991e700000000, - 0x83089e7a00000000, 0x582dff0600000000, 0x2eccf09b00000000, - 0xb444d6ab00000000, 0xc2a5d93600000000, 0x1980b84a00000000, - 0x6f61b7d700000000, 0xafcb7ab200000000, 0xd92a752f00000000, - 0x020f145300000000, 0x74ee1bce00000000, 0x825a8f9800000000, - 0xf4bb800500000000, 0x2f9ee17900000000, 0x597feee400000000, - 0x99d5238100000000, 0xef342c1c00000000, 0x34114d6000000000, - 0x42f042fd00000000, 0xf1f7b94100000000, 0x8716b6dc00000000, - 0x5c33d7a000000000, 0x2ad2d83d00000000, 0xea78155800000000, - 0x9c991ac500000000, 0x47bc7bb900000000, 0x315d742400000000, - 0xc7e9e07200000000, 0xb108efef00000000, 0x6a2d8e9300000000, - 0x1ccc810e00000000, 0xdc664c6b00000000, 0xaa8743f600000000, - 0x71a2228a00000000, 0x07432d1700000000, 0x9dcb0b2700000000, - 0xeb2a04ba00000000, 0x300f65c600000000, 0x46ee6a5b00000000, - 0x8644a73e00000000, 0xf0a5a8a300000000, 0x2b80c9df00000000, - 0x5d61c64200000000, 0xabd5521400000000, 0xdd345d8900000000, - 0x06113cf500000000, 0x70f0336800000000, 0xb05afe0d00000000, - 0xc6bbf19000000000, 0x1d9e90ec00000000, 0x6b7f9f7100000000, - 0x298fdd8c00000000, 0x5f6ed21100000000, 0x844bb36d00000000, - 0xf2aabcf000000000, 0x3200719500000000, 0x44e17e0800000000, - 0x9fc41f7400000000, 0xe92510e900000000, 0x1f9184bf00000000, - 0x69708b2200000000, 0xb255ea5e00000000, 0xc4b4e5c300000000, - 0x041e28a600000000, 0x72ff273b00000000, 0xa9da464700000000, - 0xdf3b49da00000000, 0x45b36fea00000000, 0x3352607700000000, - 0xe877010b00000000, 0x9e960e9600000000, 0x5e3cc3f300000000, - 0x28ddcc6e00000000, 0xf3f8ad1200000000, 0x8519a28f00000000, - 0x73ad36d900000000, 0x054c394400000000, 0xde69583800000000, - 0xa88857a500000000, 0x68229ac000000000, 0x1ec3955d00000000, - 0xc5e6f42100000000, 0xb307fbbc00000000, 0xe2ef738300000000, - 0x940e7c1e00000000, 0x4f2b1d6200000000, 0x39ca12ff00000000, - 0xf960df9a00000000, 0x8f81d00700000000, 0x54a4b17b00000000, - 0x2245bee600000000, 0xd4f12ab000000000, 0xa210252d00000000, - 0x7935445100000000, 0x0fd44bcc00000000, 0xcf7e86a900000000, - 0xb99f893400000000, 0x62bae84800000000, 0x145be7d500000000, - 0x8ed3c1e500000000, 0xf832ce7800000000, 0x2317af0400000000, - 0x55f6a09900000000, 0x955c6dfc00000000, 0xe3bd626100000000, - 0x3898031d00000000, 0x4e790c8000000000, 0xb8cd98d600000000, - 0xce2c974b00000000, 0x1509f63700000000, 0x63e8f9aa00000000, - 0xa34234cf00000000, 0xd5a33b5200000000, 0x0e865a2e00000000, - 0x786755b300000000, 0x3a97174e00000000, 0x4c7618d300000000, - 0x975379af00000000, 0xe1b2763200000000, 0x2118bb5700000000, - 0x57f9b4ca00000000, 0x8cdcd5b600000000, 0xfa3dda2b00000000, - 0x0c894e7d00000000, 0x7a6841e000000000, 0xa14d209c00000000, - 0xd7ac2f0100000000, 0x1706e26400000000, 0x61e7edf900000000, - 0xbac28c8500000000, 0xcc23831800000000, 0x56aba52800000000, - 0x204aaab500000000, 0xfb6fcbc900000000, 0x8d8ec45400000000, - 0x4d24093100000000, 0x3bc506ac00000000, 0xe0e067d000000000, - 0x9601684d00000000, 0x60b5fc1b00000000, 0x1654f38600000000, - 0xcd7192fa00000000, 0xbb909d6700000000, 0x7b3a500200000000, - 0x0ddb5f9f00000000, 0xd6fe3ee300000000, 0xa01f317e00000000, - 0x1318cac200000000, 0x65f9c55f00000000, 0xbedca42300000000, - 0xc83dabbe00000000, 0x089766db00000000, 0x7e76694600000000, - 0xa553083a00000000, 0xd3b207a700000000, 0x250693f100000000, - 0x53e79c6c00000000, 0x88c2fd1000000000, 0xfe23f28d00000000, - 0x3e893fe800000000, 0x4868307500000000, 0x934d510900000000, - 0xe5ac5e9400000000, 0x7f2478a400000000, 0x09c5773900000000, - 0xd2e0164500000000, 0xa40119d800000000, 0x64abd4bd00000000, - 0x124adb2000000000, 0xc96fba5c00000000, 0xbf8eb5c100000000, - 0x493a219700000000, 0x3fdb2e0a00000000, 0xe4fe4f7600000000, - 0x921f40eb00000000, 0x52b58d8e00000000, 0x2454821300000000, - 0xff71e36f00000000, 0x8990ecf200000000, 0xcb60ae0f00000000, - 0xbd81a19200000000, 0x66a4c0ee00000000, 0x1045cf7300000000, - 0xd0ef021600000000, 0xa60e0d8b00000000, 0x7d2b6cf700000000, - 0x0bca636a00000000, 0xfd7ef73c00000000, 0x8b9ff8a100000000, - 0x50ba99dd00000000, 0x265b964000000000, 0xe6f15b2500000000, - 0x901054b800000000, 0x4b3535c400000000, 0x3dd43a5900000000, - 0xa75c1c6900000000, 0xd1bd13f400000000, 0x0a98728800000000, - 0x7c797d1500000000, 0xbcd3b07000000000, 0xca32bfed00000000, - 0x1117de9100000000, 0x67f6d10c00000000, 0x9142455a00000000, - 0xe7a34ac700000000, 0x3c862bbb00000000, 0x4a67242600000000, - 0x8acde94300000000, 0xfc2ce6de00000000, 0x270987a200000000, - 0x51e8883f00000000}, - {0x0000000000000000, 0xe8dbfbb900000000, 0x91b186a800000000, - 0x796a7d1100000000, 0x63657c8a00000000, 0x8bbe873300000000, - 0xf2d4fa2200000000, 0x1a0f019b00000000, 0x87cc89cf00000000, - 0x6f17727600000000, 0x167d0f6700000000, 0xfea6f4de00000000, - 0xe4a9f54500000000, 0x0c720efc00000000, 0x751873ed00000000, - 0x9dc3885400000000, 0x4f9f624400000000, 0xa74499fd00000000, - 0xde2ee4ec00000000, 0x36f51f5500000000, 0x2cfa1ece00000000, - 0xc421e57700000000, 0xbd4b986600000000, 0x559063df00000000, - 0xc853eb8b00000000, 0x2088103200000000, 0x59e26d2300000000, - 0xb139969a00000000, 0xab36970100000000, 0x43ed6cb800000000, - 0x3a8711a900000000, 0xd25cea1000000000, 0x9e3ec58800000000, - 0x76e53e3100000000, 0x0f8f432000000000, 0xe754b89900000000, - 0xfd5bb90200000000, 0x158042bb00000000, 0x6cea3faa00000000, - 0x8431c41300000000, 0x19f24c4700000000, 0xf129b7fe00000000, - 0x8843caef00000000, 0x6098315600000000, 0x7a9730cd00000000, - 0x924ccb7400000000, 0xeb26b66500000000, 0x03fd4ddc00000000, - 0xd1a1a7cc00000000, 0x397a5c7500000000, 0x4010216400000000, - 0xa8cbdadd00000000, 0xb2c4db4600000000, 0x5a1f20ff00000000, - 0x23755dee00000000, 0xcbaea65700000000, 0x566d2e0300000000, - 0xbeb6d5ba00000000, 0xc7dca8ab00000000, 0x2f07531200000000, - 0x3508528900000000, 0xddd3a93000000000, 0xa4b9d42100000000, - 0x4c622f9800000000, 0x7d7bfbca00000000, 0x95a0007300000000, - 0xecca7d6200000000, 0x041186db00000000, 0x1e1e874000000000, - 0xf6c57cf900000000, 0x8faf01e800000000, 0x6774fa5100000000, - 0xfab7720500000000, 0x126c89bc00000000, 0x6b06f4ad00000000, - 0x83dd0f1400000000, 0x99d20e8f00000000, 0x7109f53600000000, - 0x0863882700000000, 0xe0b8739e00000000, 0x32e4998e00000000, - 0xda3f623700000000, 0xa3551f2600000000, 0x4b8ee49f00000000, - 0x5181e50400000000, 0xb95a1ebd00000000, 0xc03063ac00000000, - 0x28eb981500000000, 0xb528104100000000, 0x5df3ebf800000000, - 0x249996e900000000, 0xcc426d5000000000, 0xd64d6ccb00000000, - 0x3e96977200000000, 0x47fcea6300000000, 0xaf2711da00000000, - 0xe3453e4200000000, 0x0b9ec5fb00000000, 0x72f4b8ea00000000, - 0x9a2f435300000000, 0x802042c800000000, 0x68fbb97100000000, - 0x1191c46000000000, 0xf94a3fd900000000, 0x6489b78d00000000, - 0x8c524c3400000000, 0xf538312500000000, 0x1de3ca9c00000000, - 0x07eccb0700000000, 0xef3730be00000000, 0x965d4daf00000000, - 0x7e86b61600000000, 0xacda5c0600000000, 0x4401a7bf00000000, - 0x3d6bdaae00000000, 0xd5b0211700000000, 0xcfbf208c00000000, - 0x2764db3500000000, 0x5e0ea62400000000, 0xb6d55d9d00000000, - 0x2b16d5c900000000, 0xc3cd2e7000000000, 0xbaa7536100000000, - 0x527ca8d800000000, 0x4873a94300000000, 0xa0a852fa00000000, - 0xd9c22feb00000000, 0x3119d45200000000, 0xbbf0874e00000000, - 0x532b7cf700000000, 0x2a4101e600000000, 0xc29afa5f00000000, - 0xd895fbc400000000, 0x304e007d00000000, 0x49247d6c00000000, - 0xa1ff86d500000000, 0x3c3c0e8100000000, 0xd4e7f53800000000, - 0xad8d882900000000, 0x4556739000000000, 0x5f59720b00000000, - 0xb78289b200000000, 0xcee8f4a300000000, 0x26330f1a00000000, - 0xf46fe50a00000000, 0x1cb41eb300000000, 0x65de63a200000000, - 0x8d05981b00000000, 0x970a998000000000, 0x7fd1623900000000, - 0x06bb1f2800000000, 0xee60e49100000000, 0x73a36cc500000000, - 0x9b78977c00000000, 0xe212ea6d00000000, 0x0ac911d400000000, - 0x10c6104f00000000, 0xf81debf600000000, 0x817796e700000000, - 0x69ac6d5e00000000, 0x25ce42c600000000, 0xcd15b97f00000000, - 0xb47fc46e00000000, 0x5ca43fd700000000, 0x46ab3e4c00000000, - 0xae70c5f500000000, 0xd71ab8e400000000, 0x3fc1435d00000000, - 0xa202cb0900000000, 0x4ad930b000000000, 0x33b34da100000000, - 0xdb68b61800000000, 0xc167b78300000000, 0x29bc4c3a00000000, - 0x50d6312b00000000, 0xb80dca9200000000, 0x6a51208200000000, - 0x828adb3b00000000, 0xfbe0a62a00000000, 0x133b5d9300000000, - 0x09345c0800000000, 0xe1efa7b100000000, 0x9885daa000000000, - 0x705e211900000000, 0xed9da94d00000000, 0x054652f400000000, - 0x7c2c2fe500000000, 0x94f7d45c00000000, 0x8ef8d5c700000000, - 0x66232e7e00000000, 0x1f49536f00000000, 0xf792a8d600000000, - 0xc68b7c8400000000, 0x2e50873d00000000, 0x573afa2c00000000, - 0xbfe1019500000000, 0xa5ee000e00000000, 0x4d35fbb700000000, - 0x345f86a600000000, 0xdc847d1f00000000, 0x4147f54b00000000, - 0xa99c0ef200000000, 0xd0f673e300000000, 0x382d885a00000000, - 0x222289c100000000, 0xcaf9727800000000, 0xb3930f6900000000, - 0x5b48f4d000000000, 0x89141ec000000000, 0x61cfe57900000000, - 0x18a5986800000000, 0xf07e63d100000000, 0xea71624a00000000, - 0x02aa99f300000000, 0x7bc0e4e200000000, 0x931b1f5b00000000, - 0x0ed8970f00000000, 0xe6036cb600000000, 0x9f6911a700000000, - 0x77b2ea1e00000000, 0x6dbdeb8500000000, 0x8566103c00000000, - 0xfc0c6d2d00000000, 0x14d7969400000000, 0x58b5b90c00000000, - 0xb06e42b500000000, 0xc9043fa400000000, 0x21dfc41d00000000, - 0x3bd0c58600000000, 0xd30b3e3f00000000, 0xaa61432e00000000, - 0x42bab89700000000, 0xdf7930c300000000, 0x37a2cb7a00000000, - 0x4ec8b66b00000000, 0xa6134dd200000000, 0xbc1c4c4900000000, - 0x54c7b7f000000000, 0x2dadcae100000000, 0xc576315800000000, - 0x172adb4800000000, 0xfff120f100000000, 0x869b5de000000000, - 0x6e40a65900000000, 0x744fa7c200000000, 0x9c945c7b00000000, - 0xe5fe216a00000000, 0x0d25dad300000000, 0x90e6528700000000, - 0x783da93e00000000, 0x0157d42f00000000, 0xe98c2f9600000000, - 0xf3832e0d00000000, 0x1b58d5b400000000, 0x6232a8a500000000, - 0x8ae9531c00000000}, - {0x0000000000000000, 0x919168ae00000000, 0x6325a08700000000, - 0xf2b4c82900000000, 0x874c31d400000000, 0x16dd597a00000000, - 0xe469915300000000, 0x75f8f9fd00000000, 0x4f9f137300000000, - 0xde0e7bdd00000000, 0x2cbab3f400000000, 0xbd2bdb5a00000000, - 0xc8d322a700000000, 0x59424a0900000000, 0xabf6822000000000, - 0x3a67ea8e00000000, 0x9e3e27e600000000, 0x0faf4f4800000000, - 0xfd1b876100000000, 0x6c8aefcf00000000, 0x1972163200000000, - 0x88e37e9c00000000, 0x7a57b6b500000000, 0xebc6de1b00000000, - 0xd1a1349500000000, 0x40305c3b00000000, 0xb284941200000000, - 0x2315fcbc00000000, 0x56ed054100000000, 0xc77c6def00000000, - 0x35c8a5c600000000, 0xa459cd6800000000, 0x7d7b3f1700000000, - 0xecea57b900000000, 0x1e5e9f9000000000, 0x8fcff73e00000000, - 0xfa370ec300000000, 0x6ba6666d00000000, 0x9912ae4400000000, - 0x0883c6ea00000000, 0x32e42c6400000000, 0xa37544ca00000000, - 0x51c18ce300000000, 0xc050e44d00000000, 0xb5a81db000000000, - 0x2439751e00000000, 0xd68dbd3700000000, 0x471cd59900000000, - 0xe34518f100000000, 0x72d4705f00000000, 0x8060b87600000000, - 0x11f1d0d800000000, 0x6409292500000000, 0xf598418b00000000, - 0x072c89a200000000, 0x96bde10c00000000, 0xacda0b8200000000, - 0x3d4b632c00000000, 0xcfffab0500000000, 0x5e6ec3ab00000000, - 0x2b963a5600000000, 0xba0752f800000000, 0x48b39ad100000000, - 0xd922f27f00000000, 0xfaf67e2e00000000, 0x6b67168000000000, - 0x99d3dea900000000, 0x0842b60700000000, 0x7dba4ffa00000000, - 0xec2b275400000000, 0x1e9fef7d00000000, 0x8f0e87d300000000, - 0xb5696d5d00000000, 0x24f805f300000000, 0xd64ccdda00000000, - 0x47dda57400000000, 0x32255c8900000000, 0xa3b4342700000000, - 0x5100fc0e00000000, 0xc09194a000000000, 0x64c859c800000000, - 0xf559316600000000, 0x07edf94f00000000, 0x967c91e100000000, - 0xe384681c00000000, 0x721500b200000000, 0x80a1c89b00000000, - 0x1130a03500000000, 0x2b574abb00000000, 0xbac6221500000000, - 0x4872ea3c00000000, 0xd9e3829200000000, 0xac1b7b6f00000000, - 0x3d8a13c100000000, 0xcf3edbe800000000, 0x5eafb34600000000, - 0x878d413900000000, 0x161c299700000000, 0xe4a8e1be00000000, - 0x7539891000000000, 0x00c170ed00000000, 0x9150184300000000, - 0x63e4d06a00000000, 0xf275b8c400000000, 0xc812524a00000000, - 0x59833ae400000000, 0xab37f2cd00000000, 0x3aa69a6300000000, - 0x4f5e639e00000000, 0xdecf0b3000000000, 0x2c7bc31900000000, - 0xbdeaabb700000000, 0x19b366df00000000, 0x88220e7100000000, - 0x7a96c65800000000, 0xeb07aef600000000, 0x9eff570b00000000, - 0x0f6e3fa500000000, 0xfddaf78c00000000, 0x6c4b9f2200000000, - 0x562c75ac00000000, 0xc7bd1d0200000000, 0x3509d52b00000000, - 0xa498bd8500000000, 0xd160447800000000, 0x40f12cd600000000, - 0xb245e4ff00000000, 0x23d48c5100000000, 0xf4edfd5c00000000, - 0x657c95f200000000, 0x97c85ddb00000000, 0x0659357500000000, - 0x73a1cc8800000000, 0xe230a42600000000, 0x10846c0f00000000, - 0x811504a100000000, 0xbb72ee2f00000000, 0x2ae3868100000000, - 0xd8574ea800000000, 0x49c6260600000000, 0x3c3edffb00000000, - 0xadafb75500000000, 0x5f1b7f7c00000000, 0xce8a17d200000000, - 0x6ad3daba00000000, 0xfb42b21400000000, 0x09f67a3d00000000, - 0x9867129300000000, 0xed9feb6e00000000, 0x7c0e83c000000000, - 0x8eba4be900000000, 0x1f2b234700000000, 0x254cc9c900000000, - 0xb4dda16700000000, 0x4669694e00000000, 0xd7f801e000000000, - 0xa200f81d00000000, 0x339190b300000000, 0xc125589a00000000, - 0x50b4303400000000, 0x8996c24b00000000, 0x1807aae500000000, - 0xeab362cc00000000, 0x7b220a6200000000, 0x0edaf39f00000000, - 0x9f4b9b3100000000, 0x6dff531800000000, 0xfc6e3bb600000000, - 0xc609d13800000000, 0x5798b99600000000, 0xa52c71bf00000000, - 0x34bd191100000000, 0x4145e0ec00000000, 0xd0d4884200000000, - 0x2260406b00000000, 0xb3f128c500000000, 0x17a8e5ad00000000, - 0x86398d0300000000, 0x748d452a00000000, 0xe51c2d8400000000, - 0x90e4d47900000000, 0x0175bcd700000000, 0xf3c174fe00000000, - 0x62501c5000000000, 0x5837f6de00000000, 0xc9a69e7000000000, - 0x3b12565900000000, 0xaa833ef700000000, 0xdf7bc70a00000000, - 0x4eeaafa400000000, 0xbc5e678d00000000, 0x2dcf0f2300000000, - 0x0e1b837200000000, 0x9f8aebdc00000000, 0x6d3e23f500000000, - 0xfcaf4b5b00000000, 0x8957b2a600000000, 0x18c6da0800000000, - 0xea72122100000000, 0x7be37a8f00000000, 0x4184900100000000, - 0xd015f8af00000000, 0x22a1308600000000, 0xb330582800000000, - 0xc6c8a1d500000000, 0x5759c97b00000000, 0xa5ed015200000000, - 0x347c69fc00000000, 0x9025a49400000000, 0x01b4cc3a00000000, - 0xf300041300000000, 0x62916cbd00000000, 0x1769954000000000, - 0x86f8fdee00000000, 0x744c35c700000000, 0xe5dd5d6900000000, - 0xdfbab7e700000000, 0x4e2bdf4900000000, 0xbc9f176000000000, - 0x2d0e7fce00000000, 0x58f6863300000000, 0xc967ee9d00000000, - 0x3bd326b400000000, 0xaa424e1a00000000, 0x7360bc6500000000, - 0xe2f1d4cb00000000, 0x10451ce200000000, 0x81d4744c00000000, - 0xf42c8db100000000, 0x65bde51f00000000, 0x97092d3600000000, - 0x0698459800000000, 0x3cffaf1600000000, 0xad6ec7b800000000, - 0x5fda0f9100000000, 0xce4b673f00000000, 0xbbb39ec200000000, - 0x2a22f66c00000000, 0xd8963e4500000000, 0x490756eb00000000, - 0xed5e9b8300000000, 0x7ccff32d00000000, 0x8e7b3b0400000000, - 0x1fea53aa00000000, 0x6a12aa5700000000, 0xfb83c2f900000000, - 0x09370ad000000000, 0x98a6627e00000000, 0xa2c188f000000000, - 0x3350e05e00000000, 0xc1e4287700000000, 0x507540d900000000, - 0x258db92400000000, 0xb41cd18a00000000, 0x46a819a300000000, - 0xd739710d00000000}}; - -#else /* W == 4 */ - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xccaa009e, 0x4225077d, 0x8e8f07e3, 0x844a0efa, - 0x48e00e64, 0xc66f0987, 0x0ac50919, 0xd3e51bb5, 0x1f4f1b2b, - 0x91c01cc8, 0x5d6a1c56, 0x57af154f, 0x9b0515d1, 0x158a1232, - 0xd92012ac, 0x7cbb312b, 0xb01131b5, 0x3e9e3656, 0xf23436c8, - 0xf8f13fd1, 0x345b3f4f, 0xbad438ac, 0x767e3832, 0xaf5e2a9e, - 0x63f42a00, 0xed7b2de3, 0x21d12d7d, 0x2b142464, 0xe7be24fa, - 0x69312319, 0xa59b2387, 0xf9766256, 0x35dc62c8, 0xbb53652b, - 0x77f965b5, 0x7d3c6cac, 0xb1966c32, 0x3f196bd1, 0xf3b36b4f, - 0x2a9379e3, 0xe639797d, 0x68b67e9e, 0xa41c7e00, 0xaed97719, - 0x62737787, 0xecfc7064, 0x205670fa, 0x85cd537d, 0x496753e3, - 0xc7e85400, 0x0b42549e, 0x01875d87, 0xcd2d5d19, 0x43a25afa, - 0x8f085a64, 0x562848c8, 0x9a824856, 0x140d4fb5, 0xd8a74f2b, - 0xd2624632, 0x1ec846ac, 0x9047414f, 0x5ced41d1, 0x299dc2ed, - 0xe537c273, 0x6bb8c590, 0xa712c50e, 0xadd7cc17, 0x617dcc89, - 0xeff2cb6a, 0x2358cbf4, 0xfa78d958, 0x36d2d9c6, 0xb85dde25, - 0x74f7debb, 0x7e32d7a2, 0xb298d73c, 0x3c17d0df, 0xf0bdd041, - 0x5526f3c6, 0x998cf358, 0x1703f4bb, 0xdba9f425, 0xd16cfd3c, - 0x1dc6fda2, 0x9349fa41, 0x5fe3fadf, 0x86c3e873, 0x4a69e8ed, - 0xc4e6ef0e, 0x084cef90, 0x0289e689, 0xce23e617, 0x40ace1f4, - 0x8c06e16a, 0xd0eba0bb, 0x1c41a025, 0x92cea7c6, 0x5e64a758, - 0x54a1ae41, 0x980baedf, 0x1684a93c, 0xda2ea9a2, 0x030ebb0e, - 0xcfa4bb90, 0x412bbc73, 0x8d81bced, 0x8744b5f4, 0x4beeb56a, - 0xc561b289, 0x09cbb217, 0xac509190, 0x60fa910e, 0xee7596ed, - 0x22df9673, 0x281a9f6a, 0xe4b09ff4, 0x6a3f9817, 0xa6959889, - 0x7fb58a25, 0xb31f8abb, 0x3d908d58, 0xf13a8dc6, 0xfbff84df, - 0x37558441, 0xb9da83a2, 0x7570833c, 0x533b85da, 0x9f918544, - 0x111e82a7, 0xddb48239, 0xd7718b20, 0x1bdb8bbe, 0x95548c5d, - 0x59fe8cc3, 0x80de9e6f, 0x4c749ef1, 0xc2fb9912, 0x0e51998c, - 0x04949095, 0xc83e900b, 0x46b197e8, 0x8a1b9776, 0x2f80b4f1, - 0xe32ab46f, 0x6da5b38c, 0xa10fb312, 0xabcaba0b, 0x6760ba95, - 0xe9efbd76, 0x2545bde8, 0xfc65af44, 0x30cfafda, 0xbe40a839, - 0x72eaa8a7, 0x782fa1be, 0xb485a120, 0x3a0aa6c3, 0xf6a0a65d, - 0xaa4de78c, 0x66e7e712, 0xe868e0f1, 0x24c2e06f, 0x2e07e976, - 0xe2ade9e8, 0x6c22ee0b, 0xa088ee95, 0x79a8fc39, 0xb502fca7, - 0x3b8dfb44, 0xf727fbda, 0xfde2f2c3, 0x3148f25d, 0xbfc7f5be, - 0x736df520, 0xd6f6d6a7, 0x1a5cd639, 0x94d3d1da, 0x5879d144, - 0x52bcd85d, 0x9e16d8c3, 0x1099df20, 0xdc33dfbe, 0x0513cd12, - 0xc9b9cd8c, 0x4736ca6f, 0x8b9ccaf1, 0x8159c3e8, 0x4df3c376, - 0xc37cc495, 0x0fd6c40b, 0x7aa64737, 0xb60c47a9, 0x3883404a, - 0xf42940d4, 0xfeec49cd, 0x32464953, 0xbcc94eb0, 0x70634e2e, - 0xa9435c82, 0x65e95c1c, 0xeb665bff, 0x27cc5b61, 0x2d095278, - 0xe1a352e6, 0x6f2c5505, 0xa386559b, 0x061d761c, 0xcab77682, - 0x44387161, 0x889271ff, 0x825778e6, 0x4efd7878, 0xc0727f9b, - 0x0cd87f05, 0xd5f86da9, 0x19526d37, 0x97dd6ad4, 0x5b776a4a, - 0x51b26353, 0x9d1863cd, 0x1397642e, 0xdf3d64b0, 0x83d02561, - 0x4f7a25ff, 0xc1f5221c, 0x0d5f2282, 0x079a2b9b, 0xcb302b05, - 0x45bf2ce6, 0x89152c78, 0x50353ed4, 0x9c9f3e4a, 0x121039a9, - 0xdeba3937, 0xd47f302e, 0x18d530b0, 0x965a3753, 0x5af037cd, - 0xff6b144a, 0x33c114d4, 0xbd4e1337, 0x71e413a9, 0x7b211ab0, - 0xb78b1a2e, 0x39041dcd, 0xf5ae1d53, 0x2c8e0fff, 0xe0240f61, - 0x6eab0882, 0xa201081c, 0xa8c40105, 0x646e019b, 0xeae10678, - 0x264b06e6}, - {0x00000000, 0xa6770bb4, 0x979f1129, 0x31e81a9d, 0xf44f2413, - 0x52382fa7, 0x63d0353a, 0xc5a73e8e, 0x33ef4e67, 0x959845d3, - 0xa4705f4e, 0x020754fa, 0xc7a06a74, 0x61d761c0, 0x503f7b5d, - 0xf64870e9, 0x67de9cce, 0xc1a9977a, 0xf0418de7, 0x56368653, - 0x9391b8dd, 0x35e6b369, 0x040ea9f4, 0xa279a240, 0x5431d2a9, - 0xf246d91d, 0xc3aec380, 0x65d9c834, 0xa07ef6ba, 0x0609fd0e, - 0x37e1e793, 0x9196ec27, 0xcfbd399c, 0x69ca3228, 0x582228b5, - 0xfe552301, 0x3bf21d8f, 0x9d85163b, 0xac6d0ca6, 0x0a1a0712, - 0xfc5277fb, 0x5a257c4f, 0x6bcd66d2, 0xcdba6d66, 0x081d53e8, - 0xae6a585c, 0x9f8242c1, 0x39f54975, 0xa863a552, 0x0e14aee6, - 0x3ffcb47b, 0x998bbfcf, 0x5c2c8141, 0xfa5b8af5, 0xcbb39068, - 0x6dc49bdc, 0x9b8ceb35, 0x3dfbe081, 0x0c13fa1c, 0xaa64f1a8, - 0x6fc3cf26, 0xc9b4c492, 0xf85cde0f, 0x5e2bd5bb, 0x440b7579, - 0xe27c7ecd, 0xd3946450, 0x75e36fe4, 0xb044516a, 0x16335ade, - 0x27db4043, 0x81ac4bf7, 0x77e43b1e, 0xd19330aa, 0xe07b2a37, - 0x460c2183, 0x83ab1f0d, 0x25dc14b9, 0x14340e24, 0xb2430590, - 0x23d5e9b7, 0x85a2e203, 0xb44af89e, 0x123df32a, 0xd79acda4, - 0x71edc610, 0x4005dc8d, 0xe672d739, 0x103aa7d0, 0xb64dac64, - 0x87a5b6f9, 0x21d2bd4d, 0xe47583c3, 0x42028877, 0x73ea92ea, - 0xd59d995e, 0x8bb64ce5, 0x2dc14751, 0x1c295dcc, 0xba5e5678, - 0x7ff968f6, 0xd98e6342, 0xe86679df, 0x4e11726b, 0xb8590282, - 0x1e2e0936, 0x2fc613ab, 0x89b1181f, 0x4c162691, 0xea612d25, - 0xdb8937b8, 0x7dfe3c0c, 0xec68d02b, 0x4a1fdb9f, 0x7bf7c102, - 0xdd80cab6, 0x1827f438, 0xbe50ff8c, 0x8fb8e511, 0x29cfeea5, - 0xdf879e4c, 0x79f095f8, 0x48188f65, 0xee6f84d1, 0x2bc8ba5f, - 0x8dbfb1eb, 0xbc57ab76, 0x1a20a0c2, 0x8816eaf2, 0x2e61e146, - 0x1f89fbdb, 0xb9fef06f, 0x7c59cee1, 0xda2ec555, 0xebc6dfc8, - 0x4db1d47c, 0xbbf9a495, 0x1d8eaf21, 0x2c66b5bc, 0x8a11be08, - 0x4fb68086, 0xe9c18b32, 0xd82991af, 0x7e5e9a1b, 0xefc8763c, - 0x49bf7d88, 0x78576715, 0xde206ca1, 0x1b87522f, 0xbdf0599b, - 0x8c184306, 0x2a6f48b2, 0xdc27385b, 0x7a5033ef, 0x4bb82972, - 0xedcf22c6, 0x28681c48, 0x8e1f17fc, 0xbff70d61, 0x198006d5, - 0x47abd36e, 0xe1dcd8da, 0xd034c247, 0x7643c9f3, 0xb3e4f77d, - 0x1593fcc9, 0x247be654, 0x820cede0, 0x74449d09, 0xd23396bd, - 0xe3db8c20, 0x45ac8794, 0x800bb91a, 0x267cb2ae, 0x1794a833, - 0xb1e3a387, 0x20754fa0, 0x86024414, 0xb7ea5e89, 0x119d553d, - 0xd43a6bb3, 0x724d6007, 0x43a57a9a, 0xe5d2712e, 0x139a01c7, - 0xb5ed0a73, 0x840510ee, 0x22721b5a, 0xe7d525d4, 0x41a22e60, - 0x704a34fd, 0xd63d3f49, 0xcc1d9f8b, 0x6a6a943f, 0x5b828ea2, - 0xfdf58516, 0x3852bb98, 0x9e25b02c, 0xafcdaab1, 0x09baa105, - 0xfff2d1ec, 0x5985da58, 0x686dc0c5, 0xce1acb71, 0x0bbdf5ff, - 0xadcafe4b, 0x9c22e4d6, 0x3a55ef62, 0xabc30345, 0x0db408f1, - 0x3c5c126c, 0x9a2b19d8, 0x5f8c2756, 0xf9fb2ce2, 0xc813367f, - 0x6e643dcb, 0x982c4d22, 0x3e5b4696, 0x0fb35c0b, 0xa9c457bf, - 0x6c636931, 0xca146285, 0xfbfc7818, 0x5d8b73ac, 0x03a0a617, - 0xa5d7ada3, 0x943fb73e, 0x3248bc8a, 0xf7ef8204, 0x519889b0, - 0x6070932d, 0xc6079899, 0x304fe870, 0x9638e3c4, 0xa7d0f959, - 0x01a7f2ed, 0xc400cc63, 0x6277c7d7, 0x539fdd4a, 0xf5e8d6fe, - 0x647e3ad9, 0xc209316d, 0xf3e12bf0, 0x55962044, 0x90311eca, - 0x3646157e, 0x07ae0fe3, 0xa1d90457, 0x579174be, 0xf1e67f0a, - 0xc00e6597, 0x66796e23, 0xa3de50ad, 0x05a95b19, 0x34414184, - 0x92364a30}, - {0x00000000, 0xcb5cd3a5, 0x4dc8a10b, 0x869472ae, 0x9b914216, - 0x50cd91b3, 0xd659e31d, 0x1d0530b8, 0xec53826d, 0x270f51c8, - 0xa19b2366, 0x6ac7f0c3, 0x77c2c07b, 0xbc9e13de, 0x3a0a6170, - 0xf156b2d5, 0x03d6029b, 0xc88ad13e, 0x4e1ea390, 0x85427035, - 0x9847408d, 0x531b9328, 0xd58fe186, 0x1ed33223, 0xef8580f6, - 0x24d95353, 0xa24d21fd, 0x6911f258, 0x7414c2e0, 0xbf481145, - 0x39dc63eb, 0xf280b04e, 0x07ac0536, 0xccf0d693, 0x4a64a43d, - 0x81387798, 0x9c3d4720, 0x57619485, 0xd1f5e62b, 0x1aa9358e, - 0xebff875b, 0x20a354fe, 0xa6372650, 0x6d6bf5f5, 0x706ec54d, - 0xbb3216e8, 0x3da66446, 0xf6fab7e3, 0x047a07ad, 0xcf26d408, - 0x49b2a6a6, 0x82ee7503, 0x9feb45bb, 0x54b7961e, 0xd223e4b0, - 0x197f3715, 0xe82985c0, 0x23755665, 0xa5e124cb, 0x6ebdf76e, - 0x73b8c7d6, 0xb8e41473, 0x3e7066dd, 0xf52cb578, 0x0f580a6c, - 0xc404d9c9, 0x4290ab67, 0x89cc78c2, 0x94c9487a, 0x5f959bdf, - 0xd901e971, 0x125d3ad4, 0xe30b8801, 0x28575ba4, 0xaec3290a, - 0x659ffaaf, 0x789aca17, 0xb3c619b2, 0x35526b1c, 0xfe0eb8b9, - 0x0c8e08f7, 0xc7d2db52, 0x4146a9fc, 0x8a1a7a59, 0x971f4ae1, - 0x5c439944, 0xdad7ebea, 0x118b384f, 0xe0dd8a9a, 0x2b81593f, - 0xad152b91, 0x6649f834, 0x7b4cc88c, 0xb0101b29, 0x36846987, - 0xfdd8ba22, 0x08f40f5a, 0xc3a8dcff, 0x453cae51, 0x8e607df4, - 0x93654d4c, 0x58399ee9, 0xdeadec47, 0x15f13fe2, 0xe4a78d37, - 0x2ffb5e92, 0xa96f2c3c, 0x6233ff99, 0x7f36cf21, 0xb46a1c84, - 0x32fe6e2a, 0xf9a2bd8f, 0x0b220dc1, 0xc07ede64, 0x46eaacca, - 0x8db67f6f, 0x90b34fd7, 0x5bef9c72, 0xdd7beedc, 0x16273d79, - 0xe7718fac, 0x2c2d5c09, 0xaab92ea7, 0x61e5fd02, 0x7ce0cdba, - 0xb7bc1e1f, 0x31286cb1, 0xfa74bf14, 0x1eb014d8, 0xd5ecc77d, - 0x5378b5d3, 0x98246676, 0x852156ce, 0x4e7d856b, 0xc8e9f7c5, - 0x03b52460, 0xf2e396b5, 0x39bf4510, 0xbf2b37be, 0x7477e41b, - 0x6972d4a3, 0xa22e0706, 0x24ba75a8, 0xefe6a60d, 0x1d661643, - 0xd63ac5e6, 0x50aeb748, 0x9bf264ed, 0x86f75455, 0x4dab87f0, - 0xcb3ff55e, 0x006326fb, 0xf135942e, 0x3a69478b, 0xbcfd3525, - 0x77a1e680, 0x6aa4d638, 0xa1f8059d, 0x276c7733, 0xec30a496, - 0x191c11ee, 0xd240c24b, 0x54d4b0e5, 0x9f886340, 0x828d53f8, - 0x49d1805d, 0xcf45f2f3, 0x04192156, 0xf54f9383, 0x3e134026, - 0xb8873288, 0x73dbe12d, 0x6eded195, 0xa5820230, 0x2316709e, - 0xe84aa33b, 0x1aca1375, 0xd196c0d0, 0x5702b27e, 0x9c5e61db, - 0x815b5163, 0x4a0782c6, 0xcc93f068, 0x07cf23cd, 0xf6999118, - 0x3dc542bd, 0xbb513013, 0x700de3b6, 0x6d08d30e, 0xa65400ab, - 0x20c07205, 0xeb9ca1a0, 0x11e81eb4, 0xdab4cd11, 0x5c20bfbf, - 0x977c6c1a, 0x8a795ca2, 0x41258f07, 0xc7b1fda9, 0x0ced2e0c, - 0xfdbb9cd9, 0x36e74f7c, 0xb0733dd2, 0x7b2fee77, 0x662adecf, - 0xad760d6a, 0x2be27fc4, 0xe0beac61, 0x123e1c2f, 0xd962cf8a, - 0x5ff6bd24, 0x94aa6e81, 0x89af5e39, 0x42f38d9c, 0xc467ff32, - 0x0f3b2c97, 0xfe6d9e42, 0x35314de7, 0xb3a53f49, 0x78f9ecec, - 0x65fcdc54, 0xaea00ff1, 0x28347d5f, 0xe368aefa, 0x16441b82, - 0xdd18c827, 0x5b8cba89, 0x90d0692c, 0x8dd55994, 0x46898a31, - 0xc01df89f, 0x0b412b3a, 0xfa1799ef, 0x314b4a4a, 0xb7df38e4, - 0x7c83eb41, 0x6186dbf9, 0xaada085c, 0x2c4e7af2, 0xe712a957, - 0x15921919, 0xdececabc, 0x585ab812, 0x93066bb7, 0x8e035b0f, - 0x455f88aa, 0xc3cbfa04, 0x089729a1, 0xf9c19b74, 0x329d48d1, - 0xb4093a7f, 0x7f55e9da, 0x6250d962, 0xa90c0ac7, 0x2f987869, - 0xe4c4abcc}, - {0x00000000, 0x3d6029b0, 0x7ac05360, 0x47a07ad0, 0xf580a6c0, - 0xc8e08f70, 0x8f40f5a0, 0xb220dc10, 0x30704bc1, 0x0d106271, - 0x4ab018a1, 0x77d03111, 0xc5f0ed01, 0xf890c4b1, 0xbf30be61, - 0x825097d1, 0x60e09782, 0x5d80be32, 0x1a20c4e2, 0x2740ed52, - 0x95603142, 0xa80018f2, 0xefa06222, 0xd2c04b92, 0x5090dc43, - 0x6df0f5f3, 0x2a508f23, 0x1730a693, 0xa5107a83, 0x98705333, - 0xdfd029e3, 0xe2b00053, 0xc1c12f04, 0xfca106b4, 0xbb017c64, - 0x866155d4, 0x344189c4, 0x0921a074, 0x4e81daa4, 0x73e1f314, - 0xf1b164c5, 0xccd14d75, 0x8b7137a5, 0xb6111e15, 0x0431c205, - 0x3951ebb5, 0x7ef19165, 0x4391b8d5, 0xa121b886, 0x9c419136, - 0xdbe1ebe6, 0xe681c256, 0x54a11e46, 0x69c137f6, 0x2e614d26, - 0x13016496, 0x9151f347, 0xac31daf7, 0xeb91a027, 0xd6f18997, - 0x64d15587, 0x59b17c37, 0x1e1106e7, 0x23712f57, 0x58f35849, - 0x659371f9, 0x22330b29, 0x1f532299, 0xad73fe89, 0x9013d739, - 0xd7b3ade9, 0xead38459, 0x68831388, 0x55e33a38, 0x124340e8, - 0x2f236958, 0x9d03b548, 0xa0639cf8, 0xe7c3e628, 0xdaa3cf98, - 0x3813cfcb, 0x0573e67b, 0x42d39cab, 0x7fb3b51b, 0xcd93690b, - 0xf0f340bb, 0xb7533a6b, 0x8a3313db, 0x0863840a, 0x3503adba, - 0x72a3d76a, 0x4fc3feda, 0xfde322ca, 0xc0830b7a, 0x872371aa, - 0xba43581a, 0x9932774d, 0xa4525efd, 0xe3f2242d, 0xde920d9d, - 0x6cb2d18d, 0x51d2f83d, 0x167282ed, 0x2b12ab5d, 0xa9423c8c, - 0x9422153c, 0xd3826fec, 0xeee2465c, 0x5cc29a4c, 0x61a2b3fc, - 0x2602c92c, 0x1b62e09c, 0xf9d2e0cf, 0xc4b2c97f, 0x8312b3af, - 0xbe729a1f, 0x0c52460f, 0x31326fbf, 0x7692156f, 0x4bf23cdf, - 0xc9a2ab0e, 0xf4c282be, 0xb362f86e, 0x8e02d1de, 0x3c220dce, - 0x0142247e, 0x46e25eae, 0x7b82771e, 0xb1e6b092, 0x8c869922, - 0xcb26e3f2, 0xf646ca42, 0x44661652, 0x79063fe2, 0x3ea64532, - 0x03c66c82, 0x8196fb53, 0xbcf6d2e3, 0xfb56a833, 0xc6368183, - 0x74165d93, 0x49767423, 0x0ed60ef3, 0x33b62743, 0xd1062710, - 0xec660ea0, 0xabc67470, 0x96a65dc0, 0x248681d0, 0x19e6a860, - 0x5e46d2b0, 0x6326fb00, 0xe1766cd1, 0xdc164561, 0x9bb63fb1, - 0xa6d61601, 0x14f6ca11, 0x2996e3a1, 0x6e369971, 0x5356b0c1, - 0x70279f96, 0x4d47b626, 0x0ae7ccf6, 0x3787e546, 0x85a73956, - 0xb8c710e6, 0xff676a36, 0xc2074386, 0x4057d457, 0x7d37fde7, - 0x3a978737, 0x07f7ae87, 0xb5d77297, 0x88b75b27, 0xcf1721f7, - 0xf2770847, 0x10c70814, 0x2da721a4, 0x6a075b74, 0x576772c4, - 0xe547aed4, 0xd8278764, 0x9f87fdb4, 0xa2e7d404, 0x20b743d5, - 0x1dd76a65, 0x5a7710b5, 0x67173905, 0xd537e515, 0xe857cca5, - 0xaff7b675, 0x92979fc5, 0xe915e8db, 0xd475c16b, 0x93d5bbbb, - 0xaeb5920b, 0x1c954e1b, 0x21f567ab, 0x66551d7b, 0x5b3534cb, - 0xd965a31a, 0xe4058aaa, 0xa3a5f07a, 0x9ec5d9ca, 0x2ce505da, - 0x11852c6a, 0x562556ba, 0x6b457f0a, 0x89f57f59, 0xb49556e9, - 0xf3352c39, 0xce550589, 0x7c75d999, 0x4115f029, 0x06b58af9, - 0x3bd5a349, 0xb9853498, 0x84e51d28, 0xc34567f8, 0xfe254e48, - 0x4c059258, 0x7165bbe8, 0x36c5c138, 0x0ba5e888, 0x28d4c7df, - 0x15b4ee6f, 0x521494bf, 0x6f74bd0f, 0xdd54611f, 0xe03448af, - 0xa794327f, 0x9af41bcf, 0x18a48c1e, 0x25c4a5ae, 0x6264df7e, - 0x5f04f6ce, 0xed242ade, 0xd044036e, 0x97e479be, 0xaa84500e, - 0x4834505d, 0x755479ed, 0x32f4033d, 0x0f942a8d, 0xbdb4f69d, - 0x80d4df2d, 0xc774a5fd, 0xfa148c4d, 0x78441b9c, 0x4524322c, - 0x028448fc, 0x3fe4614c, 0x8dc4bd5c, 0xb0a494ec, 0xf704ee3c, - 0xca64c78c}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x00000000, 0xb029603d, 0x6053c07a, 0xd07aa047, 0xc0a680f5, - 0x708fe0c8, 0xa0f5408f, 0x10dc20b2, 0xc14b7030, 0x7162100d, - 0xa118b04a, 0x1131d077, 0x01edf0c5, 0xb1c490f8, 0x61be30bf, - 0xd1975082, 0x8297e060, 0x32be805d, 0xe2c4201a, 0x52ed4027, - 0x42316095, 0xf21800a8, 0x2262a0ef, 0x924bc0d2, 0x43dc9050, - 0xf3f5f06d, 0x238f502a, 0x93a63017, 0x837a10a5, 0x33537098, - 0xe329d0df, 0x5300b0e2, 0x042fc1c1, 0xb406a1fc, 0x647c01bb, - 0xd4556186, 0xc4894134, 0x74a02109, 0xa4da814e, 0x14f3e173, - 0xc564b1f1, 0x754dd1cc, 0xa537718b, 0x151e11b6, 0x05c23104, - 0xb5eb5139, 0x6591f17e, 0xd5b89143, 0x86b821a1, 0x3691419c, - 0xe6ebe1db, 0x56c281e6, 0x461ea154, 0xf637c169, 0x264d612e, - 0x96640113, 0x47f35191, 0xf7da31ac, 0x27a091eb, 0x9789f1d6, - 0x8755d164, 0x377cb159, 0xe706111e, 0x572f7123, 0x4958f358, - 0xf9719365, 0x290b3322, 0x9922531f, 0x89fe73ad, 0x39d71390, - 0xe9adb3d7, 0x5984d3ea, 0x88138368, 0x383ae355, 0xe8404312, - 0x5869232f, 0x48b5039d, 0xf89c63a0, 0x28e6c3e7, 0x98cfa3da, - 0xcbcf1338, 0x7be67305, 0xab9cd342, 0x1bb5b37f, 0x0b6993cd, - 0xbb40f3f0, 0x6b3a53b7, 0xdb13338a, 0x0a846308, 0xbaad0335, - 0x6ad7a372, 0xdafec34f, 0xca22e3fd, 0x7a0b83c0, 0xaa712387, - 0x1a5843ba, 0x4d773299, 0xfd5e52a4, 0x2d24f2e3, 0x9d0d92de, - 0x8dd1b26c, 0x3df8d251, 0xed827216, 0x5dab122b, 0x8c3c42a9, - 0x3c152294, 0xec6f82d3, 0x5c46e2ee, 0x4c9ac25c, 0xfcb3a261, - 0x2cc90226, 0x9ce0621b, 0xcfe0d2f9, 0x7fc9b2c4, 0xafb31283, - 0x1f9a72be, 0x0f46520c, 0xbf6f3231, 0x6f159276, 0xdf3cf24b, - 0x0eaba2c9, 0xbe82c2f4, 0x6ef862b3, 0xded1028e, 0xce0d223c, - 0x7e244201, 0xae5ee246, 0x1e77827b, 0x92b0e6b1, 0x2299868c, - 0xf2e326cb, 0x42ca46f6, 0x52166644, 0xe23f0679, 0x3245a63e, - 0x826cc603, 0x53fb9681, 0xe3d2f6bc, 0x33a856fb, 0x838136c6, - 0x935d1674, 0x23747649, 0xf30ed60e, 0x4327b633, 0x102706d1, - 0xa00e66ec, 0x7074c6ab, 0xc05da696, 0xd0818624, 0x60a8e619, - 0xb0d2465e, 0x00fb2663, 0xd16c76e1, 0x614516dc, 0xb13fb69b, - 0x0116d6a6, 0x11caf614, 0xa1e39629, 0x7199366e, 0xc1b05653, - 0x969f2770, 0x26b6474d, 0xf6cce70a, 0x46e58737, 0x5639a785, - 0xe610c7b8, 0x366a67ff, 0x864307c2, 0x57d45740, 0xe7fd377d, - 0x3787973a, 0x87aef707, 0x9772d7b5, 0x275bb788, 0xf72117cf, - 0x470877f2, 0x1408c710, 0xa421a72d, 0x745b076a, 0xc4726757, - 0xd4ae47e5, 0x648727d8, 0xb4fd879f, 0x04d4e7a2, 0xd543b720, - 0x656ad71d, 0xb510775a, 0x05391767, 0x15e537d5, 0xa5cc57e8, - 0x75b6f7af, 0xc59f9792, 0xdbe815e9, 0x6bc175d4, 0xbbbbd593, - 0x0b92b5ae, 0x1b4e951c, 0xab67f521, 0x7b1d5566, 0xcb34355b, - 0x1aa365d9, 0xaa8a05e4, 0x7af0a5a3, 0xcad9c59e, 0xda05e52c, - 0x6a2c8511, 0xba562556, 0x0a7f456b, 0x597ff589, 0xe95695b4, - 0x392c35f3, 0x890555ce, 0x99d9757c, 0x29f01541, 0xf98ab506, - 0x49a3d53b, 0x983485b9, 0x281de584, 0xf86745c3, 0x484e25fe, - 0x5892054c, 0xe8bb6571, 0x38c1c536, 0x88e8a50b, 0xdfc7d428, - 0x6feeb415, 0xbf941452, 0x0fbd746f, 0x1f6154dd, 0xaf4834e0, - 0x7f3294a7, 0xcf1bf49a, 0x1e8ca418, 0xaea5c425, 0x7edf6462, - 0xcef6045f, 0xde2a24ed, 0x6e0344d0, 0xbe79e497, 0x0e5084aa, - 0x5d503448, 0xed795475, 0x3d03f432, 0x8d2a940f, 0x9df6b4bd, - 0x2ddfd480, 0xfda574c7, 0x4d8c14fa, 0x9c1b4478, 0x2c322445, - 0xfc488402, 0x4c61e43f, 0x5cbdc48d, 0xec94a4b0, 0x3cee04f7, - 0x8cc764ca}, - {0x00000000, 0xa5d35ccb, 0x0ba1c84d, 0xae729486, 0x1642919b, - 0xb391cd50, 0x1de359d6, 0xb830051d, 0x6d8253ec, 0xc8510f27, - 0x66239ba1, 0xc3f0c76a, 0x7bc0c277, 0xde139ebc, 0x70610a3a, - 0xd5b256f1, 0x9b02d603, 0x3ed18ac8, 0x90a31e4e, 0x35704285, - 0x8d404798, 0x28931b53, 0x86e18fd5, 0x2332d31e, 0xf68085ef, - 0x5353d924, 0xfd214da2, 0x58f21169, 0xe0c21474, 0x451148bf, - 0xeb63dc39, 0x4eb080f2, 0x3605ac07, 0x93d6f0cc, 0x3da4644a, - 0x98773881, 0x20473d9c, 0x85946157, 0x2be6f5d1, 0x8e35a91a, - 0x5b87ffeb, 0xfe54a320, 0x502637a6, 0xf5f56b6d, 0x4dc56e70, - 0xe81632bb, 0x4664a63d, 0xe3b7faf6, 0xad077a04, 0x08d426cf, - 0xa6a6b249, 0x0375ee82, 0xbb45eb9f, 0x1e96b754, 0xb0e423d2, - 0x15377f19, 0xc08529e8, 0x65567523, 0xcb24e1a5, 0x6ef7bd6e, - 0xd6c7b873, 0x7314e4b8, 0xdd66703e, 0x78b52cf5, 0x6c0a580f, - 0xc9d904c4, 0x67ab9042, 0xc278cc89, 0x7a48c994, 0xdf9b955f, - 0x71e901d9, 0xd43a5d12, 0x01880be3, 0xa45b5728, 0x0a29c3ae, - 0xaffa9f65, 0x17ca9a78, 0xb219c6b3, 0x1c6b5235, 0xb9b80efe, - 0xf7088e0c, 0x52dbd2c7, 0xfca94641, 0x597a1a8a, 0xe14a1f97, - 0x4499435c, 0xeaebd7da, 0x4f388b11, 0x9a8adde0, 0x3f59812b, - 0x912b15ad, 0x34f84966, 0x8cc84c7b, 0x291b10b0, 0x87698436, - 0x22bad8fd, 0x5a0ff408, 0xffdca8c3, 0x51ae3c45, 0xf47d608e, - 0x4c4d6593, 0xe99e3958, 0x47ecadde, 0xe23ff115, 0x378da7e4, - 0x925efb2f, 0x3c2c6fa9, 0x99ff3362, 0x21cf367f, 0x841c6ab4, - 0x2a6efe32, 0x8fbda2f9, 0xc10d220b, 0x64de7ec0, 0xcaacea46, - 0x6f7fb68d, 0xd74fb390, 0x729cef5b, 0xdcee7bdd, 0x793d2716, - 0xac8f71e7, 0x095c2d2c, 0xa72eb9aa, 0x02fde561, 0xbacde07c, - 0x1f1ebcb7, 0xb16c2831, 0x14bf74fa, 0xd814b01e, 0x7dc7ecd5, - 0xd3b57853, 0x76662498, 0xce562185, 0x6b857d4e, 0xc5f7e9c8, - 0x6024b503, 0xb596e3f2, 0x1045bf39, 0xbe372bbf, 0x1be47774, - 0xa3d47269, 0x06072ea2, 0xa875ba24, 0x0da6e6ef, 0x4316661d, - 0xe6c53ad6, 0x48b7ae50, 0xed64f29b, 0x5554f786, 0xf087ab4d, - 0x5ef53fcb, 0xfb266300, 0x2e9435f1, 0x8b47693a, 0x2535fdbc, - 0x80e6a177, 0x38d6a46a, 0x9d05f8a1, 0x33776c27, 0x96a430ec, - 0xee111c19, 0x4bc240d2, 0xe5b0d454, 0x4063889f, 0xf8538d82, - 0x5d80d149, 0xf3f245cf, 0x56211904, 0x83934ff5, 0x2640133e, - 0x883287b8, 0x2de1db73, 0x95d1de6e, 0x300282a5, 0x9e701623, - 0x3ba34ae8, 0x7513ca1a, 0xd0c096d1, 0x7eb20257, 0xdb615e9c, - 0x63515b81, 0xc682074a, 0x68f093cc, 0xcd23cf07, 0x189199f6, - 0xbd42c53d, 0x133051bb, 0xb6e30d70, 0x0ed3086d, 0xab0054a6, - 0x0572c020, 0xa0a19ceb, 0xb41ee811, 0x11cdb4da, 0xbfbf205c, - 0x1a6c7c97, 0xa25c798a, 0x078f2541, 0xa9fdb1c7, 0x0c2eed0c, - 0xd99cbbfd, 0x7c4fe736, 0xd23d73b0, 0x77ee2f7b, 0xcfde2a66, - 0x6a0d76ad, 0xc47fe22b, 0x61acbee0, 0x2f1c3e12, 0x8acf62d9, - 0x24bdf65f, 0x816eaa94, 0x395eaf89, 0x9c8df342, 0x32ff67c4, - 0x972c3b0f, 0x429e6dfe, 0xe74d3135, 0x493fa5b3, 0xececf978, - 0x54dcfc65, 0xf10fa0ae, 0x5f7d3428, 0xfaae68e3, 0x821b4416, - 0x27c818dd, 0x89ba8c5b, 0x2c69d090, 0x9459d58d, 0x318a8946, - 0x9ff81dc0, 0x3a2b410b, 0xef9917fa, 0x4a4a4b31, 0xe438dfb7, - 0x41eb837c, 0xf9db8661, 0x5c08daaa, 0xf27a4e2c, 0x57a912e7, - 0x19199215, 0xbccacede, 0x12b85a58, 0xb76b0693, 0x0f5b038e, - 0xaa885f45, 0x04facbc3, 0xa1299708, 0x749bc1f9, 0xd1489d32, - 0x7f3a09b4, 0xdae9557f, 0x62d95062, 0xc70a0ca9, 0x6978982f, - 0xccabc4e4}, - {0x00000000, 0xb40b77a6, 0x29119f97, 0x9d1ae831, 0x13244ff4, - 0xa72f3852, 0x3a35d063, 0x8e3ea7c5, 0x674eef33, 0xd3459895, - 0x4e5f70a4, 0xfa540702, 0x746aa0c7, 0xc061d761, 0x5d7b3f50, - 0xe97048f6, 0xce9cde67, 0x7a97a9c1, 0xe78d41f0, 0x53863656, - 0xddb89193, 0x69b3e635, 0xf4a90e04, 0x40a279a2, 0xa9d23154, - 0x1dd946f2, 0x80c3aec3, 0x34c8d965, 0xbaf67ea0, 0x0efd0906, - 0x93e7e137, 0x27ec9691, 0x9c39bdcf, 0x2832ca69, 0xb5282258, - 0x012355fe, 0x8f1df23b, 0x3b16859d, 0xa60c6dac, 0x12071a0a, - 0xfb7752fc, 0x4f7c255a, 0xd266cd6b, 0x666dbacd, 0xe8531d08, - 0x5c586aae, 0xc142829f, 0x7549f539, 0x52a563a8, 0xe6ae140e, - 0x7bb4fc3f, 0xcfbf8b99, 0x41812c5c, 0xf58a5bfa, 0x6890b3cb, - 0xdc9bc46d, 0x35eb8c9b, 0x81e0fb3d, 0x1cfa130c, 0xa8f164aa, - 0x26cfc36f, 0x92c4b4c9, 0x0fde5cf8, 0xbbd52b5e, 0x79750b44, - 0xcd7e7ce2, 0x506494d3, 0xe46fe375, 0x6a5144b0, 0xde5a3316, - 0x4340db27, 0xf74bac81, 0x1e3be477, 0xaa3093d1, 0x372a7be0, - 0x83210c46, 0x0d1fab83, 0xb914dc25, 0x240e3414, 0x900543b2, - 0xb7e9d523, 0x03e2a285, 0x9ef84ab4, 0x2af33d12, 0xa4cd9ad7, - 0x10c6ed71, 0x8ddc0540, 0x39d772e6, 0xd0a73a10, 0x64ac4db6, - 0xf9b6a587, 0x4dbdd221, 0xc38375e4, 0x77880242, 0xea92ea73, - 0x5e999dd5, 0xe54cb68b, 0x5147c12d, 0xcc5d291c, 0x78565eba, - 0xf668f97f, 0x42638ed9, 0xdf7966e8, 0x6b72114e, 0x820259b8, - 0x36092e1e, 0xab13c62f, 0x1f18b189, 0x9126164c, 0x252d61ea, - 0xb83789db, 0x0c3cfe7d, 0x2bd068ec, 0x9fdb1f4a, 0x02c1f77b, - 0xb6ca80dd, 0x38f42718, 0x8cff50be, 0x11e5b88f, 0xa5eecf29, - 0x4c9e87df, 0xf895f079, 0x658f1848, 0xd1846fee, 0x5fbac82b, - 0xebb1bf8d, 0x76ab57bc, 0xc2a0201a, 0xf2ea1688, 0x46e1612e, - 0xdbfb891f, 0x6ff0feb9, 0xe1ce597c, 0x55c52eda, 0xc8dfc6eb, - 0x7cd4b14d, 0x95a4f9bb, 0x21af8e1d, 0xbcb5662c, 0x08be118a, - 0x8680b64f, 0x328bc1e9, 0xaf9129d8, 0x1b9a5e7e, 0x3c76c8ef, - 0x887dbf49, 0x15675778, 0xa16c20de, 0x2f52871b, 0x9b59f0bd, - 0x0643188c, 0xb2486f2a, 0x5b3827dc, 0xef33507a, 0x7229b84b, - 0xc622cfed, 0x481c6828, 0xfc171f8e, 0x610df7bf, 0xd5068019, - 0x6ed3ab47, 0xdad8dce1, 0x47c234d0, 0xf3c94376, 0x7df7e4b3, - 0xc9fc9315, 0x54e67b24, 0xe0ed0c82, 0x099d4474, 0xbd9633d2, - 0x208cdbe3, 0x9487ac45, 0x1ab90b80, 0xaeb27c26, 0x33a89417, - 0x87a3e3b1, 0xa04f7520, 0x14440286, 0x895eeab7, 0x3d559d11, - 0xb36b3ad4, 0x07604d72, 0x9a7aa543, 0x2e71d2e5, 0xc7019a13, - 0x730aedb5, 0xee100584, 0x5a1b7222, 0xd425d5e7, 0x602ea241, - 0xfd344a70, 0x493f3dd6, 0x8b9f1dcc, 0x3f946a6a, 0xa28e825b, - 0x1685f5fd, 0x98bb5238, 0x2cb0259e, 0xb1aacdaf, 0x05a1ba09, - 0xecd1f2ff, 0x58da8559, 0xc5c06d68, 0x71cb1ace, 0xfff5bd0b, - 0x4bfecaad, 0xd6e4229c, 0x62ef553a, 0x4503c3ab, 0xf108b40d, - 0x6c125c3c, 0xd8192b9a, 0x56278c5f, 0xe22cfbf9, 0x7f3613c8, - 0xcb3d646e, 0x224d2c98, 0x96465b3e, 0x0b5cb30f, 0xbf57c4a9, - 0x3169636c, 0x856214ca, 0x1878fcfb, 0xac738b5d, 0x17a6a003, - 0xa3add7a5, 0x3eb73f94, 0x8abc4832, 0x0482eff7, 0xb0899851, - 0x2d937060, 0x999807c6, 0x70e84f30, 0xc4e33896, 0x59f9d0a7, - 0xedf2a701, 0x63cc00c4, 0xd7c77762, 0x4add9f53, 0xfed6e8f5, - 0xd93a7e64, 0x6d3109c2, 0xf02be1f3, 0x44209655, 0xca1e3190, - 0x7e154636, 0xe30fae07, 0x5704d9a1, 0xbe749157, 0x0a7fe6f1, - 0x97650ec0, 0x236e7966, 0xad50dea3, 0x195ba905, 0x84414134, - 0x304a3692}, - {0x00000000, 0x9e00aacc, 0x7d072542, 0xe3078f8e, 0xfa0e4a84, - 0x640ee048, 0x87096fc6, 0x1909c50a, 0xb51be5d3, 0x2b1b4f1f, - 0xc81cc091, 0x561c6a5d, 0x4f15af57, 0xd115059b, 0x32128a15, - 0xac1220d9, 0x2b31bb7c, 0xb53111b0, 0x56369e3e, 0xc83634f2, - 0xd13ff1f8, 0x4f3f5b34, 0xac38d4ba, 0x32387e76, 0x9e2a5eaf, - 0x002af463, 0xe32d7bed, 0x7d2dd121, 0x6424142b, 0xfa24bee7, - 0x19233169, 0x87239ba5, 0x566276f9, 0xc862dc35, 0x2b6553bb, - 0xb565f977, 0xac6c3c7d, 0x326c96b1, 0xd16b193f, 0x4f6bb3f3, - 0xe379932a, 0x7d7939e6, 0x9e7eb668, 0x007e1ca4, 0x1977d9ae, - 0x87777362, 0x6470fcec, 0xfa705620, 0x7d53cd85, 0xe3536749, - 0x0054e8c7, 0x9e54420b, 0x875d8701, 0x195d2dcd, 0xfa5aa243, - 0x645a088f, 0xc8482856, 0x5648829a, 0xb54f0d14, 0x2b4fa7d8, - 0x324662d2, 0xac46c81e, 0x4f414790, 0xd141ed5c, 0xedc29d29, - 0x73c237e5, 0x90c5b86b, 0x0ec512a7, 0x17ccd7ad, 0x89cc7d61, - 0x6acbf2ef, 0xf4cb5823, 0x58d978fa, 0xc6d9d236, 0x25de5db8, - 0xbbdef774, 0xa2d7327e, 0x3cd798b2, 0xdfd0173c, 0x41d0bdf0, - 0xc6f32655, 0x58f38c99, 0xbbf40317, 0x25f4a9db, 0x3cfd6cd1, - 0xa2fdc61d, 0x41fa4993, 0xdffae35f, 0x73e8c386, 0xede8694a, - 0x0eefe6c4, 0x90ef4c08, 0x89e68902, 0x17e623ce, 0xf4e1ac40, - 0x6ae1068c, 0xbba0ebd0, 0x25a0411c, 0xc6a7ce92, 0x58a7645e, - 0x41aea154, 0xdfae0b98, 0x3ca98416, 0xa2a92eda, 0x0ebb0e03, - 0x90bba4cf, 0x73bc2b41, 0xedbc818d, 0xf4b54487, 0x6ab5ee4b, - 0x89b261c5, 0x17b2cb09, 0x909150ac, 0x0e91fa60, 0xed9675ee, - 0x7396df22, 0x6a9f1a28, 0xf49fb0e4, 0x17983f6a, 0x899895a6, - 0x258ab57f, 0xbb8a1fb3, 0x588d903d, 0xc68d3af1, 0xdf84fffb, - 0x41845537, 0xa283dab9, 0x3c837075, 0xda853b53, 0x4485919f, - 0xa7821e11, 0x3982b4dd, 0x208b71d7, 0xbe8bdb1b, 0x5d8c5495, - 0xc38cfe59, 0x6f9ede80, 0xf19e744c, 0x1299fbc2, 0x8c99510e, - 0x95909404, 0x0b903ec8, 0xe897b146, 0x76971b8a, 0xf1b4802f, - 0x6fb42ae3, 0x8cb3a56d, 0x12b30fa1, 0x0bbacaab, 0x95ba6067, - 0x76bdefe9, 0xe8bd4525, 0x44af65fc, 0xdaafcf30, 0x39a840be, - 0xa7a8ea72, 0xbea12f78, 0x20a185b4, 0xc3a60a3a, 0x5da6a0f6, - 0x8ce74daa, 0x12e7e766, 0xf1e068e8, 0x6fe0c224, 0x76e9072e, - 0xe8e9ade2, 0x0bee226c, 0x95ee88a0, 0x39fca879, 0xa7fc02b5, - 0x44fb8d3b, 0xdafb27f7, 0xc3f2e2fd, 0x5df24831, 0xbef5c7bf, - 0x20f56d73, 0xa7d6f6d6, 0x39d65c1a, 0xdad1d394, 0x44d17958, - 0x5dd8bc52, 0xc3d8169e, 0x20df9910, 0xbedf33dc, 0x12cd1305, - 0x8ccdb9c9, 0x6fca3647, 0xf1ca9c8b, 0xe8c35981, 0x76c3f34d, - 0x95c47cc3, 0x0bc4d60f, 0x3747a67a, 0xa9470cb6, 0x4a408338, - 0xd44029f4, 0xcd49ecfe, 0x53494632, 0xb04ec9bc, 0x2e4e6370, - 0x825c43a9, 0x1c5ce965, 0xff5b66eb, 0x615bcc27, 0x7852092d, - 0xe652a3e1, 0x05552c6f, 0x9b5586a3, 0x1c761d06, 0x8276b7ca, - 0x61713844, 0xff719288, 0xe6785782, 0x7878fd4e, 0x9b7f72c0, - 0x057fd80c, 0xa96df8d5, 0x376d5219, 0xd46add97, 0x4a6a775b, - 0x5363b251, 0xcd63189d, 0x2e649713, 0xb0643ddf, 0x6125d083, - 0xff257a4f, 0x1c22f5c1, 0x82225f0d, 0x9b2b9a07, 0x052b30cb, - 0xe62cbf45, 0x782c1589, 0xd43e3550, 0x4a3e9f9c, 0xa9391012, - 0x3739bade, 0x2e307fd4, 0xb030d518, 0x53375a96, 0xcd37f05a, - 0x4a146bff, 0xd414c133, 0x37134ebd, 0xa913e471, 0xb01a217b, - 0x2e1a8bb7, 0xcd1d0439, 0x531daef5, 0xff0f8e2c, 0x610f24e0, - 0x8208ab6e, 0x1c0801a2, 0x0501c4a8, 0x9b016e64, 0x7806e1ea, - 0xe6064b26}}; - -#endif - -#endif - -#if N == 3 - -#if W == 8 - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0x81256527, 0xd93bcc0f, 0x581ea928, 0x69069e5f, - 0xe823fb78, 0xb03d5250, 0x31183777, 0xd20d3cbe, 0x53285999, - 0x0b36f0b1, 0x8a139596, 0xbb0ba2e1, 0x3a2ec7c6, 0x62306eee, - 0xe3150bc9, 0x7f6b7f3d, 0xfe4e1a1a, 0xa650b332, 0x2775d615, - 0x166de162, 0x97488445, 0xcf562d6d, 0x4e73484a, 0xad664383, - 0x2c4326a4, 0x745d8f8c, 0xf578eaab, 0xc460dddc, 0x4545b8fb, - 0x1d5b11d3, 0x9c7e74f4, 0xfed6fe7a, 0x7ff39b5d, 0x27ed3275, - 0xa6c85752, 0x97d06025, 0x16f50502, 0x4eebac2a, 0xcfcec90d, - 0x2cdbc2c4, 0xadfea7e3, 0xf5e00ecb, 0x74c56bec, 0x45dd5c9b, - 0xc4f839bc, 0x9ce69094, 0x1dc3f5b3, 0x81bd8147, 0x0098e460, - 0x58864d48, 0xd9a3286f, 0xe8bb1f18, 0x699e7a3f, 0x3180d317, - 0xb0a5b630, 0x53b0bdf9, 0xd295d8de, 0x8a8b71f6, 0x0bae14d1, - 0x3ab623a6, 0xbb934681, 0xe38defa9, 0x62a88a8e, 0x26dcfab5, - 0xa7f99f92, 0xffe736ba, 0x7ec2539d, 0x4fda64ea, 0xceff01cd, - 0x96e1a8e5, 0x17c4cdc2, 0xf4d1c60b, 0x75f4a32c, 0x2dea0a04, - 0xaccf6f23, 0x9dd75854, 0x1cf23d73, 0x44ec945b, 0xc5c9f17c, - 0x59b78588, 0xd892e0af, 0x808c4987, 0x01a92ca0, 0x30b11bd7, - 0xb1947ef0, 0xe98ad7d8, 0x68afb2ff, 0x8bbab936, 0x0a9fdc11, - 0x52817539, 0xd3a4101e, 0xe2bc2769, 0x6399424e, 0x3b87eb66, - 0xbaa28e41, 0xd80a04cf, 0x592f61e8, 0x0131c8c0, 0x8014ade7, - 0xb10c9a90, 0x3029ffb7, 0x6837569f, 0xe91233b8, 0x0a073871, - 0x8b225d56, 0xd33cf47e, 0x52199159, 0x6301a62e, 0xe224c309, - 0xba3a6a21, 0x3b1f0f06, 0xa7617bf2, 0x26441ed5, 0x7e5ab7fd, - 0xff7fd2da, 0xce67e5ad, 0x4f42808a, 0x175c29a2, 0x96794c85, - 0x756c474c, 0xf449226b, 0xac578b43, 0x2d72ee64, 0x1c6ad913, - 0x9d4fbc34, 0xc551151c, 0x4474703b, 0x4db9f56a, 0xcc9c904d, - 0x94823965, 0x15a75c42, 0x24bf6b35, 0xa59a0e12, 0xfd84a73a, - 0x7ca1c21d, 0x9fb4c9d4, 0x1e91acf3, 0x468f05db, 0xc7aa60fc, - 0xf6b2578b, 0x779732ac, 0x2f899b84, 0xaeacfea3, 0x32d28a57, - 0xb3f7ef70, 0xebe94658, 0x6acc237f, 0x5bd41408, 0xdaf1712f, - 0x82efd807, 0x03cabd20, 0xe0dfb6e9, 0x61fad3ce, 0x39e47ae6, - 0xb8c11fc1, 0x89d928b6, 0x08fc4d91, 0x50e2e4b9, 0xd1c7819e, - 0xb36f0b10, 0x324a6e37, 0x6a54c71f, 0xeb71a238, 0xda69954f, - 0x5b4cf068, 0x03525940, 0x82773c67, 0x616237ae, 0xe0475289, - 0xb859fba1, 0x397c9e86, 0x0864a9f1, 0x8941ccd6, 0xd15f65fe, - 0x507a00d9, 0xcc04742d, 0x4d21110a, 0x153fb822, 0x941add05, - 0xa502ea72, 0x24278f55, 0x7c39267d, 0xfd1c435a, 0x1e094893, - 0x9f2c2db4, 0xc732849c, 0x4617e1bb, 0x770fd6cc, 0xf62ab3eb, - 0xae341ac3, 0x2f117fe4, 0x6b650fdf, 0xea406af8, 0xb25ec3d0, - 0x337ba6f7, 0x02639180, 0x8346f4a7, 0xdb585d8f, 0x5a7d38a8, - 0xb9683361, 0x384d5646, 0x6053ff6e, 0xe1769a49, 0xd06ead3e, - 0x514bc819, 0x09556131, 0x88700416, 0x140e70e2, 0x952b15c5, - 0xcd35bced, 0x4c10d9ca, 0x7d08eebd, 0xfc2d8b9a, 0xa43322b2, - 0x25164795, 0xc6034c5c, 0x4726297b, 0x1f388053, 0x9e1de574, - 0xaf05d203, 0x2e20b724, 0x763e1e0c, 0xf71b7b2b, 0x95b3f1a5, - 0x14969482, 0x4c883daa, 0xcdad588d, 0xfcb56ffa, 0x7d900add, - 0x258ea3f5, 0xa4abc6d2, 0x47becd1b, 0xc69ba83c, 0x9e850114, - 0x1fa06433, 0x2eb85344, 0xaf9d3663, 0xf7839f4b, 0x76a6fa6c, - 0xead88e98, 0x6bfdebbf, 0x33e34297, 0xb2c627b0, 0x83de10c7, - 0x02fb75e0, 0x5ae5dcc8, 0xdbc0b9ef, 0x38d5b226, 0xb9f0d701, - 0xe1ee7e29, 0x60cb1b0e, 0x51d32c79, 0xd0f6495e, 0x88e8e076, - 0x09cd8551}, - {0x00000000, 0x9b73ead4, 0xed96d3e9, 0x76e5393d, 0x005ca193, - 0x9b2f4b47, 0xedca727a, 0x76b998ae, 0x00b94326, 0x9bcaa9f2, - 0xed2f90cf, 0x765c7a1b, 0x00e5e2b5, 0x9b960861, 0xed73315c, - 0x7600db88, 0x0172864c, 0x9a016c98, 0xece455a5, 0x7797bf71, - 0x012e27df, 0x9a5dcd0b, 0xecb8f436, 0x77cb1ee2, 0x01cbc56a, - 0x9ab82fbe, 0xec5d1683, 0x772efc57, 0x019764f9, 0x9ae48e2d, - 0xec01b710, 0x77725dc4, 0x02e50c98, 0x9996e64c, 0xef73df71, - 0x740035a5, 0x02b9ad0b, 0x99ca47df, 0xef2f7ee2, 0x745c9436, - 0x025c4fbe, 0x992fa56a, 0xefca9c57, 0x74b97683, 0x0200ee2d, - 0x997304f9, 0xef963dc4, 0x74e5d710, 0x03978ad4, 0x98e46000, - 0xee01593d, 0x7572b3e9, 0x03cb2b47, 0x98b8c193, 0xee5df8ae, - 0x752e127a, 0x032ec9f2, 0x985d2326, 0xeeb81a1b, 0x75cbf0cf, - 0x03726861, 0x980182b5, 0xeee4bb88, 0x7597515c, 0x05ca1930, - 0x9eb9f3e4, 0xe85ccad9, 0x732f200d, 0x0596b8a3, 0x9ee55277, - 0xe8006b4a, 0x7373819e, 0x05735a16, 0x9e00b0c2, 0xe8e589ff, - 0x7396632b, 0x052ffb85, 0x9e5c1151, 0xe8b9286c, 0x73cac2b8, - 0x04b89f7c, 0x9fcb75a8, 0xe92e4c95, 0x725da641, 0x04e43eef, - 0x9f97d43b, 0xe972ed06, 0x720107d2, 0x0401dc5a, 0x9f72368e, - 0xe9970fb3, 0x72e4e567, 0x045d7dc9, 0x9f2e971d, 0xe9cbae20, - 0x72b844f4, 0x072f15a8, 0x9c5cff7c, 0xeab9c641, 0x71ca2c95, - 0x0773b43b, 0x9c005eef, 0xeae567d2, 0x71968d06, 0x0796568e, - 0x9ce5bc5a, 0xea008567, 0x71736fb3, 0x07caf71d, 0x9cb91dc9, - 0xea5c24f4, 0x712fce20, 0x065d93e4, 0x9d2e7930, 0xebcb400d, - 0x70b8aad9, 0x06013277, 0x9d72d8a3, 0xeb97e19e, 0x70e40b4a, - 0x06e4d0c2, 0x9d973a16, 0xeb72032b, 0x7001e9ff, 0x06b87151, - 0x9dcb9b85, 0xeb2ea2b8, 0x705d486c, 0x0b943260, 0x90e7d8b4, - 0xe602e189, 0x7d710b5d, 0x0bc893f3, 0x90bb7927, 0xe65e401a, - 0x7d2daace, 0x0b2d7146, 0x905e9b92, 0xe6bba2af, 0x7dc8487b, - 0x0b71d0d5, 0x90023a01, 0xe6e7033c, 0x7d94e9e8, 0x0ae6b42c, - 0x91955ef8, 0xe77067c5, 0x7c038d11, 0x0aba15bf, 0x91c9ff6b, - 0xe72cc656, 0x7c5f2c82, 0x0a5ff70a, 0x912c1dde, 0xe7c924e3, - 0x7cbace37, 0x0a035699, 0x9170bc4d, 0xe7958570, 0x7ce66fa4, - 0x09713ef8, 0x9202d42c, 0xe4e7ed11, 0x7f9407c5, 0x092d9f6b, - 0x925e75bf, 0xe4bb4c82, 0x7fc8a656, 0x09c87dde, 0x92bb970a, - 0xe45eae37, 0x7f2d44e3, 0x0994dc4d, 0x92e73699, 0xe4020fa4, - 0x7f71e570, 0x0803b8b4, 0x93705260, 0xe5956b5d, 0x7ee68189, - 0x085f1927, 0x932cf3f3, 0xe5c9cace, 0x7eba201a, 0x08bafb92, - 0x93c91146, 0xe52c287b, 0x7e5fc2af, 0x08e65a01, 0x9395b0d5, - 0xe57089e8, 0x7e03633c, 0x0e5e2b50, 0x952dc184, 0xe3c8f8b9, - 0x78bb126d, 0x0e028ac3, 0x95716017, 0xe394592a, 0x78e7b3fe, - 0x0ee76876, 0x959482a2, 0xe371bb9f, 0x7802514b, 0x0ebbc9e5, - 0x95c82331, 0xe32d1a0c, 0x785ef0d8, 0x0f2cad1c, 0x945f47c8, - 0xe2ba7ef5, 0x79c99421, 0x0f700c8f, 0x9403e65b, 0xe2e6df66, - 0x799535b2, 0x0f95ee3a, 0x94e604ee, 0xe2033dd3, 0x7970d707, - 0x0fc94fa9, 0x94baa57d, 0xe25f9c40, 0x792c7694, 0x0cbb27c8, - 0x97c8cd1c, 0xe12df421, 0x7a5e1ef5, 0x0ce7865b, 0x97946c8f, - 0xe17155b2, 0x7a02bf66, 0x0c0264ee, 0x97718e3a, 0xe194b707, - 0x7ae75dd3, 0x0c5ec57d, 0x972d2fa9, 0xe1c81694, 0x7abbfc40, - 0x0dc9a184, 0x96ba4b50, 0xe05f726d, 0x7b2c98b9, 0x0d950017, - 0x96e6eac3, 0xe003d3fe, 0x7b70392a, 0x0d70e2a2, 0x96030876, - 0xe0e6314b, 0x7b95db9f, 0x0d2c4331, 0x965fa9e5, 0xe0ba90d8, - 0x7bc97a0c}, - {0x00000000, 0x172864c0, 0x2e50c980, 0x3978ad40, 0x5ca19300, - 0x4b89f7c0, 0x72f15a80, 0x65d93e40, 0xb9432600, 0xae6b42c0, - 0x9713ef80, 0x803b8b40, 0xe5e2b500, 0xf2cad1c0, 0xcbb27c80, - 0xdc9a1840, 0xa9f74a41, 0xbedf2e81, 0x87a783c1, 0x908fe701, - 0xf556d941, 0xe27ebd81, 0xdb0610c1, 0xcc2e7401, 0x10b46c41, - 0x079c0881, 0x3ee4a5c1, 0x29ccc101, 0x4c15ff41, 0x5b3d9b81, - 0x624536c1, 0x756d5201, 0x889f92c3, 0x9fb7f603, 0xa6cf5b43, - 0xb1e73f83, 0xd43e01c3, 0xc3166503, 0xfa6ec843, 0xed46ac83, - 0x31dcb4c3, 0x26f4d003, 0x1f8c7d43, 0x08a41983, 0x6d7d27c3, - 0x7a554303, 0x432dee43, 0x54058a83, 0x2168d882, 0x3640bc42, - 0x0f381102, 0x181075c2, 0x7dc94b82, 0x6ae12f42, 0x53998202, - 0x44b1e6c2, 0x982bfe82, 0x8f039a42, 0xb67b3702, 0xa15353c2, - 0xc48a6d82, 0xd3a20942, 0xeadaa402, 0xfdf2c0c2, 0xca4e23c7, - 0xdd664707, 0xe41eea47, 0xf3368e87, 0x96efb0c7, 0x81c7d407, - 0xb8bf7947, 0xaf971d87, 0x730d05c7, 0x64256107, 0x5d5dcc47, - 0x4a75a887, 0x2fac96c7, 0x3884f207, 0x01fc5f47, 0x16d43b87, - 0x63b96986, 0x74910d46, 0x4de9a006, 0x5ac1c4c6, 0x3f18fa86, - 0x28309e46, 0x11483306, 0x066057c6, 0xdafa4f86, 0xcdd22b46, - 0xf4aa8606, 0xe382e2c6, 0x865bdc86, 0x9173b846, 0xa80b1506, - 0xbf2371c6, 0x42d1b104, 0x55f9d5c4, 0x6c817884, 0x7ba91c44, - 0x1e702204, 0x095846c4, 0x3020eb84, 0x27088f44, 0xfb929704, - 0xecbaf3c4, 0xd5c25e84, 0xc2ea3a44, 0xa7330404, 0xb01b60c4, - 0x8963cd84, 0x9e4ba944, 0xeb26fb45, 0xfc0e9f85, 0xc57632c5, - 0xd25e5605, 0xb7876845, 0xa0af0c85, 0x99d7a1c5, 0x8effc505, - 0x5265dd45, 0x454db985, 0x7c3514c5, 0x6b1d7005, 0x0ec44e45, - 0x19ec2a85, 0x209487c5, 0x37bce305, 0x4fed41cf, 0x58c5250f, - 0x61bd884f, 0x7695ec8f, 0x134cd2cf, 0x0464b60f, 0x3d1c1b4f, - 0x2a347f8f, 0xf6ae67cf, 0xe186030f, 0xd8feae4f, 0xcfd6ca8f, - 0xaa0ff4cf, 0xbd27900f, 0x845f3d4f, 0x9377598f, 0xe61a0b8e, - 0xf1326f4e, 0xc84ac20e, 0xdf62a6ce, 0xbabb988e, 0xad93fc4e, - 0x94eb510e, 0x83c335ce, 0x5f592d8e, 0x4871494e, 0x7109e40e, - 0x662180ce, 0x03f8be8e, 0x14d0da4e, 0x2da8770e, 0x3a8013ce, - 0xc772d30c, 0xd05ab7cc, 0xe9221a8c, 0xfe0a7e4c, 0x9bd3400c, - 0x8cfb24cc, 0xb583898c, 0xa2abed4c, 0x7e31f50c, 0x691991cc, - 0x50613c8c, 0x4749584c, 0x2290660c, 0x35b802cc, 0x0cc0af8c, - 0x1be8cb4c, 0x6e85994d, 0x79adfd8d, 0x40d550cd, 0x57fd340d, - 0x32240a4d, 0x250c6e8d, 0x1c74c3cd, 0x0b5ca70d, 0xd7c6bf4d, - 0xc0eedb8d, 0xf99676cd, 0xeebe120d, 0x8b672c4d, 0x9c4f488d, - 0xa537e5cd, 0xb21f810d, 0x85a36208, 0x928b06c8, 0xabf3ab88, - 0xbcdbcf48, 0xd902f108, 0xce2a95c8, 0xf7523888, 0xe07a5c48, - 0x3ce04408, 0x2bc820c8, 0x12b08d88, 0x0598e948, 0x6041d708, - 0x7769b3c8, 0x4e111e88, 0x59397a48, 0x2c542849, 0x3b7c4c89, - 0x0204e1c9, 0x152c8509, 0x70f5bb49, 0x67dddf89, 0x5ea572c9, - 0x498d1609, 0x95170e49, 0x823f6a89, 0xbb47c7c9, 0xac6fa309, - 0xc9b69d49, 0xde9ef989, 0xe7e654c9, 0xf0ce3009, 0x0d3cf0cb, - 0x1a14940b, 0x236c394b, 0x34445d8b, 0x519d63cb, 0x46b5070b, - 0x7fcdaa4b, 0x68e5ce8b, 0xb47fd6cb, 0xa357b20b, 0x9a2f1f4b, - 0x8d077b8b, 0xe8de45cb, 0xfff6210b, 0xc68e8c4b, 0xd1a6e88b, - 0xa4cbba8a, 0xb3e3de4a, 0x8a9b730a, 0x9db317ca, 0xf86a298a, - 0xef424d4a, 0xd63ae00a, 0xc11284ca, 0x1d889c8a, 0x0aa0f84a, - 0x33d8550a, 0x24f031ca, 0x41290f8a, 0x56016b4a, 0x6f79c60a, - 0x7851a2ca}, - {0x00000000, 0x9fda839e, 0xe4c4017d, 0x7b1e82e3, 0x12f904bb, - 0x8d238725, 0xf63d05c6, 0x69e78658, 0x25f20976, 0xba288ae8, - 0xc136080b, 0x5eec8b95, 0x370b0dcd, 0xa8d18e53, 0xd3cf0cb0, - 0x4c158f2e, 0x4be412ec, 0xd43e9172, 0xaf201391, 0x30fa900f, - 0x591d1657, 0xc6c795c9, 0xbdd9172a, 0x220394b4, 0x6e161b9a, - 0xf1cc9804, 0x8ad21ae7, 0x15089979, 0x7cef1f21, 0xe3359cbf, - 0x982b1e5c, 0x07f19dc2, 0x97c825d8, 0x0812a646, 0x730c24a5, - 0xecd6a73b, 0x85312163, 0x1aeba2fd, 0x61f5201e, 0xfe2fa380, - 0xb23a2cae, 0x2de0af30, 0x56fe2dd3, 0xc924ae4d, 0xa0c32815, - 0x3f19ab8b, 0x44072968, 0xdbddaaf6, 0xdc2c3734, 0x43f6b4aa, - 0x38e83649, 0xa732b5d7, 0xced5338f, 0x510fb011, 0x2a1132f2, - 0xb5cbb16c, 0xf9de3e42, 0x6604bddc, 0x1d1a3f3f, 0x82c0bca1, - 0xeb273af9, 0x74fdb967, 0x0fe33b84, 0x9039b81a, 0xf4e14df1, - 0x6b3bce6f, 0x10254c8c, 0x8fffcf12, 0xe618494a, 0x79c2cad4, - 0x02dc4837, 0x9d06cba9, 0xd1134487, 0x4ec9c719, 0x35d745fa, - 0xaa0dc664, 0xc3ea403c, 0x5c30c3a2, 0x272e4141, 0xb8f4c2df, - 0xbf055f1d, 0x20dfdc83, 0x5bc15e60, 0xc41bddfe, 0xadfc5ba6, - 0x3226d838, 0x49385adb, 0xd6e2d945, 0x9af7566b, 0x052dd5f5, - 0x7e335716, 0xe1e9d488, 0x880e52d0, 0x17d4d14e, 0x6cca53ad, - 0xf310d033, 0x63296829, 0xfcf3ebb7, 0x87ed6954, 0x1837eaca, - 0x71d06c92, 0xee0aef0c, 0x95146def, 0x0aceee71, 0x46db615f, - 0xd901e2c1, 0xa21f6022, 0x3dc5e3bc, 0x542265e4, 0xcbf8e67a, - 0xb0e66499, 0x2f3ce707, 0x28cd7ac5, 0xb717f95b, 0xcc097bb8, - 0x53d3f826, 0x3a347e7e, 0xa5eefde0, 0xdef07f03, 0x412afc9d, - 0x0d3f73b3, 0x92e5f02d, 0xe9fb72ce, 0x7621f150, 0x1fc67708, - 0x801cf496, 0xfb027675, 0x64d8f5eb, 0x32b39da3, 0xad691e3d, - 0xd6779cde, 0x49ad1f40, 0x204a9918, 0xbf901a86, 0xc48e9865, - 0x5b541bfb, 0x174194d5, 0x889b174b, 0xf38595a8, 0x6c5f1636, - 0x05b8906e, 0x9a6213f0, 0xe17c9113, 0x7ea6128d, 0x79578f4f, - 0xe68d0cd1, 0x9d938e32, 0x02490dac, 0x6bae8bf4, 0xf474086a, - 0x8f6a8a89, 0x10b00917, 0x5ca58639, 0xc37f05a7, 0xb8618744, - 0x27bb04da, 0x4e5c8282, 0xd186011c, 0xaa9883ff, 0x35420061, - 0xa57bb87b, 0x3aa13be5, 0x41bfb906, 0xde653a98, 0xb782bcc0, - 0x28583f5e, 0x5346bdbd, 0xcc9c3e23, 0x8089b10d, 0x1f533293, - 0x644db070, 0xfb9733ee, 0x9270b5b6, 0x0daa3628, 0x76b4b4cb, - 0xe96e3755, 0xee9faa97, 0x71452909, 0x0a5babea, 0x95812874, - 0xfc66ae2c, 0x63bc2db2, 0x18a2af51, 0x87782ccf, 0xcb6da3e1, - 0x54b7207f, 0x2fa9a29c, 0xb0732102, 0xd994a75a, 0x464e24c4, - 0x3d50a627, 0xa28a25b9, 0xc652d052, 0x598853cc, 0x2296d12f, - 0xbd4c52b1, 0xd4abd4e9, 0x4b715777, 0x306fd594, 0xafb5560a, - 0xe3a0d924, 0x7c7a5aba, 0x0764d859, 0x98be5bc7, 0xf159dd9f, - 0x6e835e01, 0x159ddce2, 0x8a475f7c, 0x8db6c2be, 0x126c4120, - 0x6972c3c3, 0xf6a8405d, 0x9f4fc605, 0x0095459b, 0x7b8bc778, - 0xe45144e6, 0xa844cbc8, 0x379e4856, 0x4c80cab5, 0xd35a492b, - 0xbabdcf73, 0x25674ced, 0x5e79ce0e, 0xc1a34d90, 0x519af58a, - 0xce407614, 0xb55ef4f7, 0x2a847769, 0x4363f131, 0xdcb972af, - 0xa7a7f04c, 0x387d73d2, 0x7468fcfc, 0xebb27f62, 0x90acfd81, - 0x0f767e1f, 0x6691f847, 0xf94b7bd9, 0x8255f93a, 0x1d8f7aa4, - 0x1a7ee766, 0x85a464f8, 0xfebae61b, 0x61606585, 0x0887e3dd, - 0x975d6043, 0xec43e2a0, 0x7399613e, 0x3f8cee10, 0xa0566d8e, - 0xdb48ef6d, 0x44926cf3, 0x2d75eaab, 0xb2af6935, 0xc9b1ebd6, - 0x566b6848}, - {0x00000000, 0x65673b46, 0xcace768c, 0xafa94dca, 0x4eedeb59, - 0x2b8ad01f, 0x84239dd5, 0xe144a693, 0x9ddbd6b2, 0xf8bcedf4, - 0x5715a03e, 0x32729b78, 0xd3363deb, 0xb65106ad, 0x19f84b67, - 0x7c9f7021, 0xe0c6ab25, 0x85a19063, 0x2a08dda9, 0x4f6fe6ef, - 0xae2b407c, 0xcb4c7b3a, 0x64e536f0, 0x01820db6, 0x7d1d7d97, - 0x187a46d1, 0xb7d30b1b, 0xd2b4305d, 0x33f096ce, 0x5697ad88, - 0xf93ee042, 0x9c59db04, 0x1afc500b, 0x7f9b6b4d, 0xd0322687, - 0xb5551dc1, 0x5411bb52, 0x31768014, 0x9edfcdde, 0xfbb8f698, - 0x872786b9, 0xe240bdff, 0x4de9f035, 0x288ecb73, 0xc9ca6de0, - 0xacad56a6, 0x03041b6c, 0x6663202a, 0xfa3afb2e, 0x9f5dc068, - 0x30f48da2, 0x5593b6e4, 0xb4d71077, 0xd1b02b31, 0x7e1966fb, - 0x1b7e5dbd, 0x67e12d9c, 0x028616da, 0xad2f5b10, 0xc8486056, - 0x290cc6c5, 0x4c6bfd83, 0xe3c2b049, 0x86a58b0f, 0x35f8a016, - 0x509f9b50, 0xff36d69a, 0x9a51eddc, 0x7b154b4f, 0x1e727009, - 0xb1db3dc3, 0xd4bc0685, 0xa82376a4, 0xcd444de2, 0x62ed0028, - 0x078a3b6e, 0xe6ce9dfd, 0x83a9a6bb, 0x2c00eb71, 0x4967d037, - 0xd53e0b33, 0xb0593075, 0x1ff07dbf, 0x7a9746f9, 0x9bd3e06a, - 0xfeb4db2c, 0x511d96e6, 0x347aada0, 0x48e5dd81, 0x2d82e6c7, - 0x822bab0d, 0xe74c904b, 0x060836d8, 0x636f0d9e, 0xccc64054, - 0xa9a17b12, 0x2f04f01d, 0x4a63cb5b, 0xe5ca8691, 0x80adbdd7, - 0x61e91b44, 0x048e2002, 0xab276dc8, 0xce40568e, 0xb2df26af, - 0xd7b81de9, 0x78115023, 0x1d766b65, 0xfc32cdf6, 0x9955f6b0, - 0x36fcbb7a, 0x539b803c, 0xcfc25b38, 0xaaa5607e, 0x050c2db4, - 0x606b16f2, 0x812fb061, 0xe4488b27, 0x4be1c6ed, 0x2e86fdab, - 0x52198d8a, 0x377eb6cc, 0x98d7fb06, 0xfdb0c040, 0x1cf466d3, - 0x79935d95, 0xd63a105f, 0xb35d2b19, 0x6bf1402c, 0x0e967b6a, - 0xa13f36a0, 0xc4580de6, 0x251cab75, 0x407b9033, 0xefd2ddf9, - 0x8ab5e6bf, 0xf62a969e, 0x934dadd8, 0x3ce4e012, 0x5983db54, - 0xb8c77dc7, 0xdda04681, 0x72090b4b, 0x176e300d, 0x8b37eb09, - 0xee50d04f, 0x41f99d85, 0x249ea6c3, 0xc5da0050, 0xa0bd3b16, - 0x0f1476dc, 0x6a734d9a, 0x16ec3dbb, 0x738b06fd, 0xdc224b37, - 0xb9457071, 0x5801d6e2, 0x3d66eda4, 0x92cfa06e, 0xf7a89b28, - 0x710d1027, 0x146a2b61, 0xbbc366ab, 0xdea45ded, 0x3fe0fb7e, - 0x5a87c038, 0xf52e8df2, 0x9049b6b4, 0xecd6c695, 0x89b1fdd3, - 0x2618b019, 0x437f8b5f, 0xa23b2dcc, 0xc75c168a, 0x68f55b40, - 0x0d926006, 0x91cbbb02, 0xf4ac8044, 0x5b05cd8e, 0x3e62f6c8, - 0xdf26505b, 0xba416b1d, 0x15e826d7, 0x708f1d91, 0x0c106db0, - 0x697756f6, 0xc6de1b3c, 0xa3b9207a, 0x42fd86e9, 0x279abdaf, - 0x8833f065, 0xed54cb23, 0x5e09e03a, 0x3b6edb7c, 0x94c796b6, - 0xf1a0adf0, 0x10e40b63, 0x75833025, 0xda2a7def, 0xbf4d46a9, - 0xc3d23688, 0xa6b50dce, 0x091c4004, 0x6c7b7b42, 0x8d3fddd1, - 0xe858e697, 0x47f1ab5d, 0x2296901b, 0xbecf4b1f, 0xdba87059, - 0x74013d93, 0x116606d5, 0xf022a046, 0x95459b00, 0x3aecd6ca, - 0x5f8bed8c, 0x23149dad, 0x4673a6eb, 0xe9daeb21, 0x8cbdd067, - 0x6df976f4, 0x089e4db2, 0xa7370078, 0xc2503b3e, 0x44f5b031, - 0x21928b77, 0x8e3bc6bd, 0xeb5cfdfb, 0x0a185b68, 0x6f7f602e, - 0xc0d62de4, 0xa5b116a2, 0xd92e6683, 0xbc495dc5, 0x13e0100f, - 0x76872b49, 0x97c38dda, 0xf2a4b69c, 0x5d0dfb56, 0x386ac010, - 0xa4331b14, 0xc1542052, 0x6efd6d98, 0x0b9a56de, 0xeadef04d, - 0x8fb9cb0b, 0x201086c1, 0x4577bd87, 0x39e8cda6, 0x5c8ff6e0, - 0xf326bb2a, 0x9641806c, 0x770526ff, 0x12621db9, 0xbdcb5073, - 0xd8ac6b35}, - {0x00000000, 0xd7e28058, 0x74b406f1, 0xa35686a9, 0xe9680de2, - 0x3e8a8dba, 0x9ddc0b13, 0x4a3e8b4b, 0x09a11d85, 0xde439ddd, - 0x7d151b74, 0xaaf79b2c, 0xe0c91067, 0x372b903f, 0x947d1696, - 0x439f96ce, 0x13423b0a, 0xc4a0bb52, 0x67f63dfb, 0xb014bda3, - 0xfa2a36e8, 0x2dc8b6b0, 0x8e9e3019, 0x597cb041, 0x1ae3268f, - 0xcd01a6d7, 0x6e57207e, 0xb9b5a026, 0xf38b2b6d, 0x2469ab35, - 0x873f2d9c, 0x50ddadc4, 0x26847614, 0xf166f64c, 0x523070e5, - 0x85d2f0bd, 0xcfec7bf6, 0x180efbae, 0xbb587d07, 0x6cbafd5f, - 0x2f256b91, 0xf8c7ebc9, 0x5b916d60, 0x8c73ed38, 0xc64d6673, - 0x11afe62b, 0xb2f96082, 0x651be0da, 0x35c64d1e, 0xe224cd46, - 0x41724bef, 0x9690cbb7, 0xdcae40fc, 0x0b4cc0a4, 0xa81a460d, - 0x7ff8c655, 0x3c67509b, 0xeb85d0c3, 0x48d3566a, 0x9f31d632, - 0xd50f5d79, 0x02eddd21, 0xa1bb5b88, 0x7659dbd0, 0x4d08ec28, - 0x9aea6c70, 0x39bcead9, 0xee5e6a81, 0xa460e1ca, 0x73826192, - 0xd0d4e73b, 0x07366763, 0x44a9f1ad, 0x934b71f5, 0x301df75c, - 0xe7ff7704, 0xadc1fc4f, 0x7a237c17, 0xd975fabe, 0x0e977ae6, - 0x5e4ad722, 0x89a8577a, 0x2afed1d3, 0xfd1c518b, 0xb722dac0, - 0x60c05a98, 0xc396dc31, 0x14745c69, 0x57ebcaa7, 0x80094aff, - 0x235fcc56, 0xf4bd4c0e, 0xbe83c745, 0x6961471d, 0xca37c1b4, - 0x1dd541ec, 0x6b8c9a3c, 0xbc6e1a64, 0x1f389ccd, 0xc8da1c95, - 0x82e497de, 0x55061786, 0xf650912f, 0x21b21177, 0x622d87b9, - 0xb5cf07e1, 0x16998148, 0xc17b0110, 0x8b458a5b, 0x5ca70a03, - 0xfff18caa, 0x28130cf2, 0x78cea136, 0xaf2c216e, 0x0c7aa7c7, - 0xdb98279f, 0x91a6acd4, 0x46442c8c, 0xe512aa25, 0x32f02a7d, - 0x716fbcb3, 0xa68d3ceb, 0x05dbba42, 0xd2393a1a, 0x9807b151, - 0x4fe53109, 0xecb3b7a0, 0x3b5137f8, 0x9a11d850, 0x4df35808, - 0xeea5dea1, 0x39475ef9, 0x7379d5b2, 0xa49b55ea, 0x07cdd343, - 0xd02f531b, 0x93b0c5d5, 0x4452458d, 0xe704c324, 0x30e6437c, - 0x7ad8c837, 0xad3a486f, 0x0e6ccec6, 0xd98e4e9e, 0x8953e35a, - 0x5eb16302, 0xfde7e5ab, 0x2a0565f3, 0x603beeb8, 0xb7d96ee0, - 0x148fe849, 0xc36d6811, 0x80f2fedf, 0x57107e87, 0xf446f82e, - 0x23a47876, 0x699af33d, 0xbe787365, 0x1d2ef5cc, 0xcacc7594, - 0xbc95ae44, 0x6b772e1c, 0xc821a8b5, 0x1fc328ed, 0x55fda3a6, - 0x821f23fe, 0x2149a557, 0xf6ab250f, 0xb534b3c1, 0x62d63399, - 0xc180b530, 0x16623568, 0x5c5cbe23, 0x8bbe3e7b, 0x28e8b8d2, - 0xff0a388a, 0xafd7954e, 0x78351516, 0xdb6393bf, 0x0c8113e7, - 0x46bf98ac, 0x915d18f4, 0x320b9e5d, 0xe5e91e05, 0xa67688cb, - 0x71940893, 0xd2c28e3a, 0x05200e62, 0x4f1e8529, 0x98fc0571, - 0x3baa83d8, 0xec480380, 0xd7193478, 0x00fbb420, 0xa3ad3289, - 0x744fb2d1, 0x3e71399a, 0xe993b9c2, 0x4ac53f6b, 0x9d27bf33, - 0xdeb829fd, 0x095aa9a5, 0xaa0c2f0c, 0x7deeaf54, 0x37d0241f, - 0xe032a447, 0x436422ee, 0x9486a2b6, 0xc45b0f72, 0x13b98f2a, - 0xb0ef0983, 0x670d89db, 0x2d330290, 0xfad182c8, 0x59870461, - 0x8e658439, 0xcdfa12f7, 0x1a1892af, 0xb94e1406, 0x6eac945e, - 0x24921f15, 0xf3709f4d, 0x502619e4, 0x87c499bc, 0xf19d426c, - 0x267fc234, 0x8529449d, 0x52cbc4c5, 0x18f54f8e, 0xcf17cfd6, - 0x6c41497f, 0xbba3c927, 0xf83c5fe9, 0x2fdedfb1, 0x8c885918, - 0x5b6ad940, 0x1154520b, 0xc6b6d253, 0x65e054fa, 0xb202d4a2, - 0xe2df7966, 0x353df93e, 0x966b7f97, 0x4189ffcf, 0x0bb77484, - 0xdc55f4dc, 0x7f037275, 0xa8e1f22d, 0xeb7e64e3, 0x3c9ce4bb, - 0x9fca6212, 0x4828e24a, 0x02166901, 0xd5f4e959, 0x76a26ff0, - 0xa140efa8}, - {0x00000000, 0xef52b6e1, 0x05d46b83, 0xea86dd62, 0x0ba8d706, - 0xe4fa61e7, 0x0e7cbc85, 0xe12e0a64, 0x1751ae0c, 0xf80318ed, - 0x1285c58f, 0xfdd7736e, 0x1cf9790a, 0xf3abcfeb, 0x192d1289, - 0xf67fa468, 0x2ea35c18, 0xc1f1eaf9, 0x2b77379b, 0xc425817a, - 0x250b8b1e, 0xca593dff, 0x20dfe09d, 0xcf8d567c, 0x39f2f214, - 0xd6a044f5, 0x3c269997, 0xd3742f76, 0x325a2512, 0xdd0893f3, - 0x378e4e91, 0xd8dcf870, 0x5d46b830, 0xb2140ed1, 0x5892d3b3, - 0xb7c06552, 0x56ee6f36, 0xb9bcd9d7, 0x533a04b5, 0xbc68b254, - 0x4a17163c, 0xa545a0dd, 0x4fc37dbf, 0xa091cb5e, 0x41bfc13a, - 0xaeed77db, 0x446baab9, 0xab391c58, 0x73e5e428, 0x9cb752c9, - 0x76318fab, 0x9963394a, 0x784d332e, 0x971f85cf, 0x7d9958ad, - 0x92cbee4c, 0x64b44a24, 0x8be6fcc5, 0x616021a7, 0x8e329746, - 0x6f1c9d22, 0x804e2bc3, 0x6ac8f6a1, 0x859a4040, 0xba8d7060, - 0x55dfc681, 0xbf591be3, 0x500bad02, 0xb125a766, 0x5e771187, - 0xb4f1cce5, 0x5ba37a04, 0xaddcde6c, 0x428e688d, 0xa808b5ef, - 0x475a030e, 0xa674096a, 0x4926bf8b, 0xa3a062e9, 0x4cf2d408, - 0x942e2c78, 0x7b7c9a99, 0x91fa47fb, 0x7ea8f11a, 0x9f86fb7e, - 0x70d44d9f, 0x9a5290fd, 0x7500261c, 0x837f8274, 0x6c2d3495, - 0x86abe9f7, 0x69f95f16, 0x88d75572, 0x6785e393, 0x8d033ef1, - 0x62518810, 0xe7cbc850, 0x08997eb1, 0xe21fa3d3, 0x0d4d1532, - 0xec631f56, 0x0331a9b7, 0xe9b774d5, 0x06e5c234, 0xf09a665c, - 0x1fc8d0bd, 0xf54e0ddf, 0x1a1cbb3e, 0xfb32b15a, 0x146007bb, - 0xfee6dad9, 0x11b46c38, 0xc9689448, 0x263a22a9, 0xccbcffcb, - 0x23ee492a, 0xc2c0434e, 0x2d92f5af, 0xc71428cd, 0x28469e2c, - 0xde393a44, 0x316b8ca5, 0xdbed51c7, 0x34bfe726, 0xd591ed42, - 0x3ac35ba3, 0xd04586c1, 0x3f173020, 0xae6be681, 0x41395060, - 0xabbf8d02, 0x44ed3be3, 0xa5c33187, 0x4a918766, 0xa0175a04, - 0x4f45ece5, 0xb93a488d, 0x5668fe6c, 0xbcee230e, 0x53bc95ef, - 0xb2929f8b, 0x5dc0296a, 0xb746f408, 0x581442e9, 0x80c8ba99, - 0x6f9a0c78, 0x851cd11a, 0x6a4e67fb, 0x8b606d9f, 0x6432db7e, - 0x8eb4061c, 0x61e6b0fd, 0x97991495, 0x78cba274, 0x924d7f16, - 0x7d1fc9f7, 0x9c31c393, 0x73637572, 0x99e5a810, 0x76b71ef1, - 0xf32d5eb1, 0x1c7fe850, 0xf6f93532, 0x19ab83d3, 0xf88589b7, - 0x17d73f56, 0xfd51e234, 0x120354d5, 0xe47cf0bd, 0x0b2e465c, - 0xe1a89b3e, 0x0efa2ddf, 0xefd427bb, 0x0086915a, 0xea004c38, - 0x0552fad9, 0xdd8e02a9, 0x32dcb448, 0xd85a692a, 0x3708dfcb, - 0xd626d5af, 0x3974634e, 0xd3f2be2c, 0x3ca008cd, 0xcadfaca5, - 0x258d1a44, 0xcf0bc726, 0x205971c7, 0xc1777ba3, 0x2e25cd42, - 0xc4a31020, 0x2bf1a6c1, 0x14e696e1, 0xfbb42000, 0x1132fd62, - 0xfe604b83, 0x1f4e41e7, 0xf01cf706, 0x1a9a2a64, 0xf5c89c85, - 0x03b738ed, 0xece58e0c, 0x0663536e, 0xe931e58f, 0x081fefeb, - 0xe74d590a, 0x0dcb8468, 0xe2993289, 0x3a45caf9, 0xd5177c18, - 0x3f91a17a, 0xd0c3179b, 0x31ed1dff, 0xdebfab1e, 0x3439767c, - 0xdb6bc09d, 0x2d1464f5, 0xc246d214, 0x28c00f76, 0xc792b997, - 0x26bcb3f3, 0xc9ee0512, 0x2368d870, 0xcc3a6e91, 0x49a02ed1, - 0xa6f29830, 0x4c744552, 0xa326f3b3, 0x4208f9d7, 0xad5a4f36, - 0x47dc9254, 0xa88e24b5, 0x5ef180dd, 0xb1a3363c, 0x5b25eb5e, - 0xb4775dbf, 0x555957db, 0xba0be13a, 0x508d3c58, 0xbfdf8ab9, - 0x670372c9, 0x8851c428, 0x62d7194a, 0x8d85afab, 0x6caba5cf, - 0x83f9132e, 0x697fce4c, 0x862d78ad, 0x7052dcc5, 0x9f006a24, - 0x7586b746, 0x9ad401a7, 0x7bfa0bc3, 0x94a8bd22, 0x7e2e6040, - 0x917cd6a1}, - {0x00000000, 0x87a6cb43, 0xd43c90c7, 0x539a5b84, 0x730827cf, - 0xf4aeec8c, 0xa734b708, 0x20927c4b, 0xe6104f9e, 0x61b684dd, - 0x322cdf59, 0xb58a141a, 0x95186851, 0x12bea312, 0x4124f896, - 0xc68233d5, 0x1751997d, 0x90f7523e, 0xc36d09ba, 0x44cbc2f9, - 0x6459beb2, 0xe3ff75f1, 0xb0652e75, 0x37c3e536, 0xf141d6e3, - 0x76e71da0, 0x257d4624, 0xa2db8d67, 0x8249f12c, 0x05ef3a6f, - 0x567561eb, 0xd1d3aaa8, 0x2ea332fa, 0xa905f9b9, 0xfa9fa23d, - 0x7d39697e, 0x5dab1535, 0xda0dde76, 0x899785f2, 0x0e314eb1, - 0xc8b37d64, 0x4f15b627, 0x1c8feda3, 0x9b2926e0, 0xbbbb5aab, - 0x3c1d91e8, 0x6f87ca6c, 0xe821012f, 0x39f2ab87, 0xbe5460c4, - 0xedce3b40, 0x6a68f003, 0x4afa8c48, 0xcd5c470b, 0x9ec61c8f, - 0x1960d7cc, 0xdfe2e419, 0x58442f5a, 0x0bde74de, 0x8c78bf9d, - 0xaceac3d6, 0x2b4c0895, 0x78d65311, 0xff709852, 0x5d4665f4, - 0xdae0aeb7, 0x897af533, 0x0edc3e70, 0x2e4e423b, 0xa9e88978, - 0xfa72d2fc, 0x7dd419bf, 0xbb562a6a, 0x3cf0e129, 0x6f6abaad, - 0xe8cc71ee, 0xc85e0da5, 0x4ff8c6e6, 0x1c629d62, 0x9bc45621, - 0x4a17fc89, 0xcdb137ca, 0x9e2b6c4e, 0x198da70d, 0x391fdb46, - 0xbeb91005, 0xed234b81, 0x6a8580c2, 0xac07b317, 0x2ba17854, - 0x783b23d0, 0xff9de893, 0xdf0f94d8, 0x58a95f9b, 0x0b33041f, - 0x8c95cf5c, 0x73e5570e, 0xf4439c4d, 0xa7d9c7c9, 0x207f0c8a, - 0x00ed70c1, 0x874bbb82, 0xd4d1e006, 0x53772b45, 0x95f51890, - 0x1253d3d3, 0x41c98857, 0xc66f4314, 0xe6fd3f5f, 0x615bf41c, - 0x32c1af98, 0xb56764db, 0x64b4ce73, 0xe3120530, 0xb0885eb4, - 0x372e95f7, 0x17bce9bc, 0x901a22ff, 0xc380797b, 0x4426b238, - 0x82a481ed, 0x05024aae, 0x5698112a, 0xd13eda69, 0xf1aca622, - 0x760a6d61, 0x259036e5, 0xa236fda6, 0xba8ccbe8, 0x3d2a00ab, - 0x6eb05b2f, 0xe916906c, 0xc984ec27, 0x4e222764, 0x1db87ce0, - 0x9a1eb7a3, 0x5c9c8476, 0xdb3a4f35, 0x88a014b1, 0x0f06dff2, - 0x2f94a3b9, 0xa83268fa, 0xfba8337e, 0x7c0ef83d, 0xaddd5295, - 0x2a7b99d6, 0x79e1c252, 0xfe470911, 0xded5755a, 0x5973be19, - 0x0ae9e59d, 0x8d4f2ede, 0x4bcd1d0b, 0xcc6bd648, 0x9ff18dcc, - 0x1857468f, 0x38c53ac4, 0xbf63f187, 0xecf9aa03, 0x6b5f6140, - 0x942ff912, 0x13893251, 0x401369d5, 0xc7b5a296, 0xe727dedd, - 0x6081159e, 0x331b4e1a, 0xb4bd8559, 0x723fb68c, 0xf5997dcf, - 0xa603264b, 0x21a5ed08, 0x01379143, 0x86915a00, 0xd50b0184, - 0x52adcac7, 0x837e606f, 0x04d8ab2c, 0x5742f0a8, 0xd0e43beb, - 0xf07647a0, 0x77d08ce3, 0x244ad767, 0xa3ec1c24, 0x656e2ff1, - 0xe2c8e4b2, 0xb152bf36, 0x36f47475, 0x1666083e, 0x91c0c37d, - 0xc25a98f9, 0x45fc53ba, 0xe7caae1c, 0x606c655f, 0x33f63edb, - 0xb450f598, 0x94c289d3, 0x13644290, 0x40fe1914, 0xc758d257, - 0x01dae182, 0x867c2ac1, 0xd5e67145, 0x5240ba06, 0x72d2c64d, - 0xf5740d0e, 0xa6ee568a, 0x21489dc9, 0xf09b3761, 0x773dfc22, - 0x24a7a7a6, 0xa3016ce5, 0x839310ae, 0x0435dbed, 0x57af8069, - 0xd0094b2a, 0x168b78ff, 0x912db3bc, 0xc2b7e838, 0x4511237b, - 0x65835f30, 0xe2259473, 0xb1bfcff7, 0x361904b4, 0xc9699ce6, - 0x4ecf57a5, 0x1d550c21, 0x9af3c762, 0xba61bb29, 0x3dc7706a, - 0x6e5d2bee, 0xe9fbe0ad, 0x2f79d378, 0xa8df183b, 0xfb4543bf, - 0x7ce388fc, 0x5c71f4b7, 0xdbd73ff4, 0x884d6470, 0x0febaf33, - 0xde38059b, 0x599eced8, 0x0a04955c, 0x8da25e1f, 0xad302254, - 0x2a96e917, 0x790cb293, 0xfeaa79d0, 0x38284a05, 0xbf8e8146, - 0xec14dac2, 0x6bb21181, 0x4b206dca, 0xcc86a689, 0x9f1cfd0d, - 0x18ba364e}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x0000000000000000, 0x43cba68700000000, 0xc7903cd400000000, - 0x845b9a5300000000, 0xcf27087300000000, 0x8cecaef400000000, - 0x08b734a700000000, 0x4b7c922000000000, 0x9e4f10e600000000, - 0xdd84b66100000000, 0x59df2c3200000000, 0x1a148ab500000000, - 0x5168189500000000, 0x12a3be1200000000, 0x96f8244100000000, - 0xd53382c600000000, 0x7d99511700000000, 0x3e52f79000000000, - 0xba096dc300000000, 0xf9c2cb4400000000, 0xb2be596400000000, - 0xf175ffe300000000, 0x752e65b000000000, 0x36e5c33700000000, - 0xe3d641f100000000, 0xa01de77600000000, 0x24467d2500000000, - 0x678ddba200000000, 0x2cf1498200000000, 0x6f3aef0500000000, - 0xeb61755600000000, 0xa8aad3d100000000, 0xfa32a32e00000000, - 0xb9f905a900000000, 0x3da29ffa00000000, 0x7e69397d00000000, - 0x3515ab5d00000000, 0x76de0dda00000000, 0xf285978900000000, - 0xb14e310e00000000, 0x647db3c800000000, 0x27b6154f00000000, - 0xa3ed8f1c00000000, 0xe026299b00000000, 0xab5abbbb00000000, - 0xe8911d3c00000000, 0x6cca876f00000000, 0x2f0121e800000000, - 0x87abf23900000000, 0xc46054be00000000, 0x403bceed00000000, - 0x03f0686a00000000, 0x488cfa4a00000000, 0x0b475ccd00000000, - 0x8f1cc69e00000000, 0xccd7601900000000, 0x19e4e2df00000000, - 0x5a2f445800000000, 0xde74de0b00000000, 0x9dbf788c00000000, - 0xd6c3eaac00000000, 0x95084c2b00000000, 0x1153d67800000000, - 0x529870ff00000000, 0xf465465d00000000, 0xb7aee0da00000000, - 0x33f57a8900000000, 0x703edc0e00000000, 0x3b424e2e00000000, - 0x7889e8a900000000, 0xfcd272fa00000000, 0xbf19d47d00000000, - 0x6a2a56bb00000000, 0x29e1f03c00000000, 0xadba6a6f00000000, - 0xee71cce800000000, 0xa50d5ec800000000, 0xe6c6f84f00000000, - 0x629d621c00000000, 0x2156c49b00000000, 0x89fc174a00000000, - 0xca37b1cd00000000, 0x4e6c2b9e00000000, 0x0da78d1900000000, - 0x46db1f3900000000, 0x0510b9be00000000, 0x814b23ed00000000, - 0xc280856a00000000, 0x17b307ac00000000, 0x5478a12b00000000, - 0xd0233b7800000000, 0x93e89dff00000000, 0xd8940fdf00000000, - 0x9b5fa95800000000, 0x1f04330b00000000, 0x5ccf958c00000000, - 0x0e57e57300000000, 0x4d9c43f400000000, 0xc9c7d9a700000000, - 0x8a0c7f2000000000, 0xc170ed0000000000, 0x82bb4b8700000000, - 0x06e0d1d400000000, 0x452b775300000000, 0x9018f59500000000, - 0xd3d3531200000000, 0x5788c94100000000, 0x14436fc600000000, - 0x5f3ffde600000000, 0x1cf45b6100000000, 0x98afc13200000000, - 0xdb6467b500000000, 0x73ceb46400000000, 0x300512e300000000, - 0xb45e88b000000000, 0xf7952e3700000000, 0xbce9bc1700000000, - 0xff221a9000000000, 0x7b7980c300000000, 0x38b2264400000000, - 0xed81a48200000000, 0xae4a020500000000, 0x2a11985600000000, - 0x69da3ed100000000, 0x22a6acf100000000, 0x616d0a7600000000, - 0xe536902500000000, 0xa6fd36a200000000, 0xe8cb8cba00000000, - 0xab002a3d00000000, 0x2f5bb06e00000000, 0x6c9016e900000000, - 0x27ec84c900000000, 0x6427224e00000000, 0xe07cb81d00000000, - 0xa3b71e9a00000000, 0x76849c5c00000000, 0x354f3adb00000000, - 0xb114a08800000000, 0xf2df060f00000000, 0xb9a3942f00000000, - 0xfa6832a800000000, 0x7e33a8fb00000000, 0x3df80e7c00000000, - 0x9552ddad00000000, 0xd6997b2a00000000, 0x52c2e17900000000, - 0x110947fe00000000, 0x5a75d5de00000000, 0x19be735900000000, - 0x9de5e90a00000000, 0xde2e4f8d00000000, 0x0b1dcd4b00000000, - 0x48d66bcc00000000, 0xcc8df19f00000000, 0x8f46571800000000, - 0xc43ac53800000000, 0x87f163bf00000000, 0x03aaf9ec00000000, - 0x40615f6b00000000, 0x12f92f9400000000, 0x5132891300000000, - 0xd569134000000000, 0x96a2b5c700000000, 0xddde27e700000000, - 0x9e15816000000000, 0x1a4e1b3300000000, 0x5985bdb400000000, - 0x8cb63f7200000000, 0xcf7d99f500000000, 0x4b2603a600000000, - 0x08eda52100000000, 0x4391370100000000, 0x005a918600000000, - 0x84010bd500000000, 0xc7caad5200000000, 0x6f607e8300000000, - 0x2cabd80400000000, 0xa8f0425700000000, 0xeb3be4d000000000, - 0xa04776f000000000, 0xe38cd07700000000, 0x67d74a2400000000, - 0x241ceca300000000, 0xf12f6e6500000000, 0xb2e4c8e200000000, - 0x36bf52b100000000, 0x7574f43600000000, 0x3e08661600000000, - 0x7dc3c09100000000, 0xf9985ac200000000, 0xba53fc4500000000, - 0x1caecae700000000, 0x5f656c6000000000, 0xdb3ef63300000000, - 0x98f550b400000000, 0xd389c29400000000, 0x9042641300000000, - 0x1419fe4000000000, 0x57d258c700000000, 0x82e1da0100000000, - 0xc12a7c8600000000, 0x4571e6d500000000, 0x06ba405200000000, - 0x4dc6d27200000000, 0x0e0d74f500000000, 0x8a56eea600000000, - 0xc99d482100000000, 0x61379bf000000000, 0x22fc3d7700000000, - 0xa6a7a72400000000, 0xe56c01a300000000, 0xae10938300000000, - 0xeddb350400000000, 0x6980af5700000000, 0x2a4b09d000000000, - 0xff788b1600000000, 0xbcb32d9100000000, 0x38e8b7c200000000, - 0x7b23114500000000, 0x305f836500000000, 0x739425e200000000, - 0xf7cfbfb100000000, 0xb404193600000000, 0xe69c69c900000000, - 0xa557cf4e00000000, 0x210c551d00000000, 0x62c7f39a00000000, - 0x29bb61ba00000000, 0x6a70c73d00000000, 0xee2b5d6e00000000, - 0xade0fbe900000000, 0x78d3792f00000000, 0x3b18dfa800000000, - 0xbf4345fb00000000, 0xfc88e37c00000000, 0xb7f4715c00000000, - 0xf43fd7db00000000, 0x70644d8800000000, 0x33afeb0f00000000, - 0x9b0538de00000000, 0xd8ce9e5900000000, 0x5c95040a00000000, - 0x1f5ea28d00000000, 0x542230ad00000000, 0x17e9962a00000000, - 0x93b20c7900000000, 0xd079aafe00000000, 0x054a283800000000, - 0x46818ebf00000000, 0xc2da14ec00000000, 0x8111b26b00000000, - 0xca6d204b00000000, 0x89a686cc00000000, 0x0dfd1c9f00000000, - 0x4e36ba1800000000}, - {0x0000000000000000, 0xe1b652ef00000000, 0x836bd40500000000, - 0x62dd86ea00000000, 0x06d7a80b00000000, 0xe761fae400000000, - 0x85bc7c0e00000000, 0x640a2ee100000000, 0x0cae511700000000, - 0xed1803f800000000, 0x8fc5851200000000, 0x6e73d7fd00000000, - 0x0a79f91c00000000, 0xebcfabf300000000, 0x89122d1900000000, - 0x68a47ff600000000, 0x185ca32e00000000, 0xf9eaf1c100000000, - 0x9b37772b00000000, 0x7a8125c400000000, 0x1e8b0b2500000000, - 0xff3d59ca00000000, 0x9de0df2000000000, 0x7c568dcf00000000, - 0x14f2f23900000000, 0xf544a0d600000000, 0x9799263c00000000, - 0x762f74d300000000, 0x12255a3200000000, 0xf39308dd00000000, - 0x914e8e3700000000, 0x70f8dcd800000000, 0x30b8465d00000000, - 0xd10e14b200000000, 0xb3d3925800000000, 0x5265c0b700000000, - 0x366fee5600000000, 0xd7d9bcb900000000, 0xb5043a5300000000, - 0x54b268bc00000000, 0x3c16174a00000000, 0xdda045a500000000, - 0xbf7dc34f00000000, 0x5ecb91a000000000, 0x3ac1bf4100000000, - 0xdb77edae00000000, 0xb9aa6b4400000000, 0x581c39ab00000000, - 0x28e4e57300000000, 0xc952b79c00000000, 0xab8f317600000000, - 0x4a39639900000000, 0x2e334d7800000000, 0xcf851f9700000000, - 0xad58997d00000000, 0x4ceecb9200000000, 0x244ab46400000000, - 0xc5fce68b00000000, 0xa721606100000000, 0x4697328e00000000, - 0x229d1c6f00000000, 0xc32b4e8000000000, 0xa1f6c86a00000000, - 0x40409a8500000000, 0x60708dba00000000, 0x81c6df5500000000, - 0xe31b59bf00000000, 0x02ad0b5000000000, 0x66a725b100000000, - 0x8711775e00000000, 0xe5ccf1b400000000, 0x047aa35b00000000, - 0x6cdedcad00000000, 0x8d688e4200000000, 0xefb508a800000000, - 0x0e035a4700000000, 0x6a0974a600000000, 0x8bbf264900000000, - 0xe962a0a300000000, 0x08d4f24c00000000, 0x782c2e9400000000, - 0x999a7c7b00000000, 0xfb47fa9100000000, 0x1af1a87e00000000, - 0x7efb869f00000000, 0x9f4dd47000000000, 0xfd90529a00000000, - 0x1c26007500000000, 0x74827f8300000000, 0x95342d6c00000000, - 0xf7e9ab8600000000, 0x165ff96900000000, 0x7255d78800000000, - 0x93e3856700000000, 0xf13e038d00000000, 0x1088516200000000, - 0x50c8cbe700000000, 0xb17e990800000000, 0xd3a31fe200000000, - 0x32154d0d00000000, 0x561f63ec00000000, 0xb7a9310300000000, - 0xd574b7e900000000, 0x34c2e50600000000, 0x5c669af000000000, - 0xbdd0c81f00000000, 0xdf0d4ef500000000, 0x3ebb1c1a00000000, - 0x5ab132fb00000000, 0xbb07601400000000, 0xd9dae6fe00000000, - 0x386cb41100000000, 0x489468c900000000, 0xa9223a2600000000, - 0xcbffbccc00000000, 0x2a49ee2300000000, 0x4e43c0c200000000, - 0xaff5922d00000000, 0xcd2814c700000000, 0x2c9e462800000000, - 0x443a39de00000000, 0xa58c6b3100000000, 0xc751eddb00000000, - 0x26e7bf3400000000, 0x42ed91d500000000, 0xa35bc33a00000000, - 0xc18645d000000000, 0x2030173f00000000, 0x81e66bae00000000, - 0x6050394100000000, 0x028dbfab00000000, 0xe33bed4400000000, - 0x8731c3a500000000, 0x6687914a00000000, 0x045a17a000000000, - 0xe5ec454f00000000, 0x8d483ab900000000, 0x6cfe685600000000, - 0x0e23eebc00000000, 0xef95bc5300000000, 0x8b9f92b200000000, - 0x6a29c05d00000000, 0x08f446b700000000, 0xe942145800000000, - 0x99bac88000000000, 0x780c9a6f00000000, 0x1ad11c8500000000, - 0xfb674e6a00000000, 0x9f6d608b00000000, 0x7edb326400000000, - 0x1c06b48e00000000, 0xfdb0e66100000000, 0x9514999700000000, - 0x74a2cb7800000000, 0x167f4d9200000000, 0xf7c91f7d00000000, - 0x93c3319c00000000, 0x7275637300000000, 0x10a8e59900000000, - 0xf11eb77600000000, 0xb15e2df300000000, 0x50e87f1c00000000, - 0x3235f9f600000000, 0xd383ab1900000000, 0xb78985f800000000, - 0x563fd71700000000, 0x34e251fd00000000, 0xd554031200000000, - 0xbdf07ce400000000, 0x5c462e0b00000000, 0x3e9ba8e100000000, - 0xdf2dfa0e00000000, 0xbb27d4ef00000000, 0x5a91860000000000, - 0x384c00ea00000000, 0xd9fa520500000000, 0xa9028edd00000000, - 0x48b4dc3200000000, 0x2a695ad800000000, 0xcbdf083700000000, - 0xafd526d600000000, 0x4e63743900000000, 0x2cbef2d300000000, - 0xcd08a03c00000000, 0xa5acdfca00000000, 0x441a8d2500000000, - 0x26c70bcf00000000, 0xc771592000000000, 0xa37b77c100000000, - 0x42cd252e00000000, 0x2010a3c400000000, 0xc1a6f12b00000000, - 0xe196e61400000000, 0x0020b4fb00000000, 0x62fd321100000000, - 0x834b60fe00000000, 0xe7414e1f00000000, 0x06f71cf000000000, - 0x642a9a1a00000000, 0x859cc8f500000000, 0xed38b70300000000, - 0x0c8ee5ec00000000, 0x6e53630600000000, 0x8fe531e900000000, - 0xebef1f0800000000, 0x0a594de700000000, 0x6884cb0d00000000, - 0x893299e200000000, 0xf9ca453a00000000, 0x187c17d500000000, - 0x7aa1913f00000000, 0x9b17c3d000000000, 0xff1ded3100000000, - 0x1eabbfde00000000, 0x7c76393400000000, 0x9dc06bdb00000000, - 0xf564142d00000000, 0x14d246c200000000, 0x760fc02800000000, - 0x97b992c700000000, 0xf3b3bc2600000000, 0x1205eec900000000, - 0x70d8682300000000, 0x916e3acc00000000, 0xd12ea04900000000, - 0x3098f2a600000000, 0x5245744c00000000, 0xb3f326a300000000, - 0xd7f9084200000000, 0x364f5aad00000000, 0x5492dc4700000000, - 0xb5248ea800000000, 0xdd80f15e00000000, 0x3c36a3b100000000, - 0x5eeb255b00000000, 0xbf5d77b400000000, 0xdb57595500000000, - 0x3ae10bba00000000, 0x583c8d5000000000, 0xb98adfbf00000000, - 0xc972036700000000, 0x28c4518800000000, 0x4a19d76200000000, - 0xabaf858d00000000, 0xcfa5ab6c00000000, 0x2e13f98300000000, - 0x4cce7f6900000000, 0xad782d8600000000, 0xc5dc527000000000, - 0x246a009f00000000, 0x46b7867500000000, 0xa701d49a00000000, - 0xc30bfa7b00000000, 0x22bda89400000000, 0x40602e7e00000000, - 0xa1d67c9100000000}, - {0x0000000000000000, 0x5880e2d700000000, 0xf106b47400000000, - 0xa98656a300000000, 0xe20d68e900000000, 0xba8d8a3e00000000, - 0x130bdc9d00000000, 0x4b8b3e4a00000000, 0x851da10900000000, - 0xdd9d43de00000000, 0x741b157d00000000, 0x2c9bf7aa00000000, - 0x6710c9e000000000, 0x3f902b3700000000, 0x96167d9400000000, - 0xce969f4300000000, 0x0a3b421300000000, 0x52bba0c400000000, - 0xfb3df66700000000, 0xa3bd14b000000000, 0xe8362afa00000000, - 0xb0b6c82d00000000, 0x19309e8e00000000, 0x41b07c5900000000, - 0x8f26e31a00000000, 0xd7a601cd00000000, 0x7e20576e00000000, - 0x26a0b5b900000000, 0x6d2b8bf300000000, 0x35ab692400000000, - 0x9c2d3f8700000000, 0xc4addd5000000000, 0x1476842600000000, - 0x4cf666f100000000, 0xe570305200000000, 0xbdf0d28500000000, - 0xf67beccf00000000, 0xaefb0e1800000000, 0x077d58bb00000000, - 0x5ffdba6c00000000, 0x916b252f00000000, 0xc9ebc7f800000000, - 0x606d915b00000000, 0x38ed738c00000000, 0x73664dc600000000, - 0x2be6af1100000000, 0x8260f9b200000000, 0xdae01b6500000000, - 0x1e4dc63500000000, 0x46cd24e200000000, 0xef4b724100000000, - 0xb7cb909600000000, 0xfc40aedc00000000, 0xa4c04c0b00000000, - 0x0d461aa800000000, 0x55c6f87f00000000, 0x9b50673c00000000, - 0xc3d085eb00000000, 0x6a56d34800000000, 0x32d6319f00000000, - 0x795d0fd500000000, 0x21dded0200000000, 0x885bbba100000000, - 0xd0db597600000000, 0x28ec084d00000000, 0x706cea9a00000000, - 0xd9eabc3900000000, 0x816a5eee00000000, 0xcae160a400000000, - 0x9261827300000000, 0x3be7d4d000000000, 0x6367360700000000, - 0xadf1a94400000000, 0xf5714b9300000000, 0x5cf71d3000000000, - 0x0477ffe700000000, 0x4ffcc1ad00000000, 0x177c237a00000000, - 0xbefa75d900000000, 0xe67a970e00000000, 0x22d74a5e00000000, - 0x7a57a88900000000, 0xd3d1fe2a00000000, 0x8b511cfd00000000, - 0xc0da22b700000000, 0x985ac06000000000, 0x31dc96c300000000, - 0x695c741400000000, 0xa7caeb5700000000, 0xff4a098000000000, - 0x56cc5f2300000000, 0x0e4cbdf400000000, 0x45c783be00000000, - 0x1d47616900000000, 0xb4c137ca00000000, 0xec41d51d00000000, - 0x3c9a8c6b00000000, 0x641a6ebc00000000, 0xcd9c381f00000000, - 0x951cdac800000000, 0xde97e48200000000, 0x8617065500000000, - 0x2f9150f600000000, 0x7711b22100000000, 0xb9872d6200000000, - 0xe107cfb500000000, 0x4881991600000000, 0x10017bc100000000, - 0x5b8a458b00000000, 0x030aa75c00000000, 0xaa8cf1ff00000000, - 0xf20c132800000000, 0x36a1ce7800000000, 0x6e212caf00000000, - 0xc7a77a0c00000000, 0x9f2798db00000000, 0xd4aca69100000000, - 0x8c2c444600000000, 0x25aa12e500000000, 0x7d2af03200000000, - 0xb3bc6f7100000000, 0xeb3c8da600000000, 0x42badb0500000000, - 0x1a3a39d200000000, 0x51b1079800000000, 0x0931e54f00000000, - 0xa0b7b3ec00000000, 0xf837513b00000000, 0x50d8119a00000000, - 0x0858f34d00000000, 0xa1dea5ee00000000, 0xf95e473900000000, - 0xb2d5797300000000, 0xea559ba400000000, 0x43d3cd0700000000, - 0x1b532fd000000000, 0xd5c5b09300000000, 0x8d45524400000000, - 0x24c304e700000000, 0x7c43e63000000000, 0x37c8d87a00000000, - 0x6f483aad00000000, 0xc6ce6c0e00000000, 0x9e4e8ed900000000, - 0x5ae3538900000000, 0x0263b15e00000000, 0xabe5e7fd00000000, - 0xf365052a00000000, 0xb8ee3b6000000000, 0xe06ed9b700000000, - 0x49e88f1400000000, 0x11686dc300000000, 0xdffef28000000000, - 0x877e105700000000, 0x2ef846f400000000, 0x7678a42300000000, - 0x3df39a6900000000, 0x657378be00000000, 0xccf52e1d00000000, - 0x9475ccca00000000, 0x44ae95bc00000000, 0x1c2e776b00000000, - 0xb5a821c800000000, 0xed28c31f00000000, 0xa6a3fd5500000000, - 0xfe231f8200000000, 0x57a5492100000000, 0x0f25abf600000000, - 0xc1b334b500000000, 0x9933d66200000000, 0x30b580c100000000, - 0x6835621600000000, 0x23be5c5c00000000, 0x7b3ebe8b00000000, - 0xd2b8e82800000000, 0x8a380aff00000000, 0x4e95d7af00000000, - 0x1615357800000000, 0xbf9363db00000000, 0xe713810c00000000, - 0xac98bf4600000000, 0xf4185d9100000000, 0x5d9e0b3200000000, - 0x051ee9e500000000, 0xcb8876a600000000, 0x9308947100000000, - 0x3a8ec2d200000000, 0x620e200500000000, 0x29851e4f00000000, - 0x7105fc9800000000, 0xd883aa3b00000000, 0x800348ec00000000, - 0x783419d700000000, 0x20b4fb0000000000, 0x8932ada300000000, - 0xd1b24f7400000000, 0x9a39713e00000000, 0xc2b993e900000000, - 0x6b3fc54a00000000, 0x33bf279d00000000, 0xfd29b8de00000000, - 0xa5a95a0900000000, 0x0c2f0caa00000000, 0x54afee7d00000000, - 0x1f24d03700000000, 0x47a432e000000000, 0xee22644300000000, - 0xb6a2869400000000, 0x720f5bc400000000, 0x2a8fb91300000000, - 0x8309efb000000000, 0xdb890d6700000000, 0x9002332d00000000, - 0xc882d1fa00000000, 0x6104875900000000, 0x3984658e00000000, - 0xf712facd00000000, 0xaf92181a00000000, 0x06144eb900000000, - 0x5e94ac6e00000000, 0x151f922400000000, 0x4d9f70f300000000, - 0xe419265000000000, 0xbc99c48700000000, 0x6c429df100000000, - 0x34c27f2600000000, 0x9d44298500000000, 0xc5c4cb5200000000, - 0x8e4ff51800000000, 0xd6cf17cf00000000, 0x7f49416c00000000, - 0x27c9a3bb00000000, 0xe95f3cf800000000, 0xb1dfde2f00000000, - 0x1859888c00000000, 0x40d96a5b00000000, 0x0b52541100000000, - 0x53d2b6c600000000, 0xfa54e06500000000, 0xa2d402b200000000, - 0x6679dfe200000000, 0x3ef93d3500000000, 0x977f6b9600000000, - 0xcfff894100000000, 0x8474b70b00000000, 0xdcf455dc00000000, - 0x7572037f00000000, 0x2df2e1a800000000, 0xe3647eeb00000000, - 0xbbe49c3c00000000, 0x1262ca9f00000000, 0x4ae2284800000000, - 0x0169160200000000, 0x59e9f4d500000000, 0xf06fa27600000000, - 0xa8ef40a100000000}, - {0x0000000000000000, 0x463b676500000000, 0x8c76ceca00000000, - 0xca4da9af00000000, 0x59ebed4e00000000, 0x1fd08a2b00000000, - 0xd59d238400000000, 0x93a644e100000000, 0xb2d6db9d00000000, - 0xf4edbcf800000000, 0x3ea0155700000000, 0x789b723200000000, - 0xeb3d36d300000000, 0xad0651b600000000, 0x674bf81900000000, - 0x21709f7c00000000, 0x25abc6e000000000, 0x6390a18500000000, - 0xa9dd082a00000000, 0xefe66f4f00000000, 0x7c402bae00000000, - 0x3a7b4ccb00000000, 0xf036e56400000000, 0xb60d820100000000, - 0x977d1d7d00000000, 0xd1467a1800000000, 0x1b0bd3b700000000, - 0x5d30b4d200000000, 0xce96f03300000000, 0x88ad975600000000, - 0x42e03ef900000000, 0x04db599c00000000, 0x0b50fc1a00000000, - 0x4d6b9b7f00000000, 0x872632d000000000, 0xc11d55b500000000, - 0x52bb115400000000, 0x1480763100000000, 0xdecddf9e00000000, - 0x98f6b8fb00000000, 0xb986278700000000, 0xffbd40e200000000, - 0x35f0e94d00000000, 0x73cb8e2800000000, 0xe06dcac900000000, - 0xa656adac00000000, 0x6c1b040300000000, 0x2a20636600000000, - 0x2efb3afa00000000, 0x68c05d9f00000000, 0xa28df43000000000, - 0xe4b6935500000000, 0x7710d7b400000000, 0x312bb0d100000000, - 0xfb66197e00000000, 0xbd5d7e1b00000000, 0x9c2de16700000000, - 0xda16860200000000, 0x105b2fad00000000, 0x566048c800000000, - 0xc5c60c2900000000, 0x83fd6b4c00000000, 0x49b0c2e300000000, - 0x0f8ba58600000000, 0x16a0f83500000000, 0x509b9f5000000000, - 0x9ad636ff00000000, 0xdced519a00000000, 0x4f4b157b00000000, - 0x0970721e00000000, 0xc33ddbb100000000, 0x8506bcd400000000, - 0xa47623a800000000, 0xe24d44cd00000000, 0x2800ed6200000000, - 0x6e3b8a0700000000, 0xfd9dcee600000000, 0xbba6a98300000000, - 0x71eb002c00000000, 0x37d0674900000000, 0x330b3ed500000000, - 0x753059b000000000, 0xbf7df01f00000000, 0xf946977a00000000, - 0x6ae0d39b00000000, 0x2cdbb4fe00000000, 0xe6961d5100000000, - 0xa0ad7a3400000000, 0x81dde54800000000, 0xc7e6822d00000000, - 0x0dab2b8200000000, 0x4b904ce700000000, 0xd836080600000000, - 0x9e0d6f6300000000, 0x5440c6cc00000000, 0x127ba1a900000000, - 0x1df0042f00000000, 0x5bcb634a00000000, 0x9186cae500000000, - 0xd7bdad8000000000, 0x441be96100000000, 0x02208e0400000000, - 0xc86d27ab00000000, 0x8e5640ce00000000, 0xaf26dfb200000000, - 0xe91db8d700000000, 0x2350117800000000, 0x656b761d00000000, - 0xf6cd32fc00000000, 0xb0f6559900000000, 0x7abbfc3600000000, - 0x3c809b5300000000, 0x385bc2cf00000000, 0x7e60a5aa00000000, - 0xb42d0c0500000000, 0xf2166b6000000000, 0x61b02f8100000000, - 0x278b48e400000000, 0xedc6e14b00000000, 0xabfd862e00000000, - 0x8a8d195200000000, 0xccb67e3700000000, 0x06fbd79800000000, - 0x40c0b0fd00000000, 0xd366f41c00000000, 0x955d937900000000, - 0x5f103ad600000000, 0x192b5db300000000, 0x2c40f16b00000000, - 0x6a7b960e00000000, 0xa0363fa100000000, 0xe60d58c400000000, - 0x75ab1c2500000000, 0x33907b4000000000, 0xf9ddd2ef00000000, - 0xbfe6b58a00000000, 0x9e962af600000000, 0xd8ad4d9300000000, - 0x12e0e43c00000000, 0x54db835900000000, 0xc77dc7b800000000, - 0x8146a0dd00000000, 0x4b0b097200000000, 0x0d306e1700000000, - 0x09eb378b00000000, 0x4fd050ee00000000, 0x859df94100000000, - 0xc3a69e2400000000, 0x5000dac500000000, 0x163bbda000000000, - 0xdc76140f00000000, 0x9a4d736a00000000, 0xbb3dec1600000000, - 0xfd068b7300000000, 0x374b22dc00000000, 0x717045b900000000, - 0xe2d6015800000000, 0xa4ed663d00000000, 0x6ea0cf9200000000, - 0x289ba8f700000000, 0x27100d7100000000, 0x612b6a1400000000, - 0xab66c3bb00000000, 0xed5da4de00000000, 0x7efbe03f00000000, - 0x38c0875a00000000, 0xf28d2ef500000000, 0xb4b6499000000000, - 0x95c6d6ec00000000, 0xd3fdb18900000000, 0x19b0182600000000, - 0x5f8b7f4300000000, 0xcc2d3ba200000000, 0x8a165cc700000000, - 0x405bf56800000000, 0x0660920d00000000, 0x02bbcb9100000000, - 0x4480acf400000000, 0x8ecd055b00000000, 0xc8f6623e00000000, - 0x5b5026df00000000, 0x1d6b41ba00000000, 0xd726e81500000000, - 0x911d8f7000000000, 0xb06d100c00000000, 0xf656776900000000, - 0x3c1bdec600000000, 0x7a20b9a300000000, 0xe986fd4200000000, - 0xafbd9a2700000000, 0x65f0338800000000, 0x23cb54ed00000000, - 0x3ae0095e00000000, 0x7cdb6e3b00000000, 0xb696c79400000000, - 0xf0ada0f100000000, 0x630be41000000000, 0x2530837500000000, - 0xef7d2ada00000000, 0xa9464dbf00000000, 0x8836d2c300000000, - 0xce0db5a600000000, 0x04401c0900000000, 0x427b7b6c00000000, - 0xd1dd3f8d00000000, 0x97e658e800000000, 0x5dabf14700000000, - 0x1b90962200000000, 0x1f4bcfbe00000000, 0x5970a8db00000000, - 0x933d017400000000, 0xd506661100000000, 0x46a022f000000000, - 0x009b459500000000, 0xcad6ec3a00000000, 0x8ced8b5f00000000, - 0xad9d142300000000, 0xeba6734600000000, 0x21ebdae900000000, - 0x67d0bd8c00000000, 0xf476f96d00000000, 0xb24d9e0800000000, - 0x780037a700000000, 0x3e3b50c200000000, 0x31b0f54400000000, - 0x778b922100000000, 0xbdc63b8e00000000, 0xfbfd5ceb00000000, - 0x685b180a00000000, 0x2e607f6f00000000, 0xe42dd6c000000000, - 0xa216b1a500000000, 0x83662ed900000000, 0xc55d49bc00000000, - 0x0f10e01300000000, 0x492b877600000000, 0xda8dc39700000000, - 0x9cb6a4f200000000, 0x56fb0d5d00000000, 0x10c06a3800000000, - 0x141b33a400000000, 0x522054c100000000, 0x986dfd6e00000000, - 0xde569a0b00000000, 0x4df0deea00000000, 0x0bcbb98f00000000, - 0xc186102000000000, 0x87bd774500000000, 0xa6cde83900000000, - 0xe0f68f5c00000000, 0x2abb26f300000000, 0x6c80419600000000, - 0xff26057700000000, 0xb91d621200000000, 0x7350cbbd00000000, - 0x356bacd800000000}, - {0x0000000000000000, 0x9e83da9f00000000, 0x7d01c4e400000000, - 0xe3821e7b00000000, 0xbb04f91200000000, 0x2587238d00000000, - 0xc6053df600000000, 0x5886e76900000000, 0x7609f22500000000, - 0xe88a28ba00000000, 0x0b0836c100000000, 0x958bec5e00000000, - 0xcd0d0b3700000000, 0x538ed1a800000000, 0xb00ccfd300000000, - 0x2e8f154c00000000, 0xec12e44b00000000, 0x72913ed400000000, - 0x911320af00000000, 0x0f90fa3000000000, 0x57161d5900000000, - 0xc995c7c600000000, 0x2a17d9bd00000000, 0xb494032200000000, - 0x9a1b166e00000000, 0x0498ccf100000000, 0xe71ad28a00000000, - 0x7999081500000000, 0x211fef7c00000000, 0xbf9c35e300000000, - 0x5c1e2b9800000000, 0xc29df10700000000, 0xd825c89700000000, - 0x46a6120800000000, 0xa5240c7300000000, 0x3ba7d6ec00000000, - 0x6321318500000000, 0xfda2eb1a00000000, 0x1e20f56100000000, - 0x80a32ffe00000000, 0xae2c3ab200000000, 0x30afe02d00000000, - 0xd32dfe5600000000, 0x4dae24c900000000, 0x1528c3a000000000, - 0x8bab193f00000000, 0x6829074400000000, 0xf6aadddb00000000, - 0x34372cdc00000000, 0xaab4f64300000000, 0x4936e83800000000, - 0xd7b532a700000000, 0x8f33d5ce00000000, 0x11b00f5100000000, - 0xf232112a00000000, 0x6cb1cbb500000000, 0x423edef900000000, - 0xdcbd046600000000, 0x3f3f1a1d00000000, 0xa1bcc08200000000, - 0xf93a27eb00000000, 0x67b9fd7400000000, 0x843be30f00000000, - 0x1ab8399000000000, 0xf14de1f400000000, 0x6fce3b6b00000000, - 0x8c4c251000000000, 0x12cfff8f00000000, 0x4a4918e600000000, - 0xd4cac27900000000, 0x3748dc0200000000, 0xa9cb069d00000000, - 0x874413d100000000, 0x19c7c94e00000000, 0xfa45d73500000000, - 0x64c60daa00000000, 0x3c40eac300000000, 0xa2c3305c00000000, - 0x41412e2700000000, 0xdfc2f4b800000000, 0x1d5f05bf00000000, - 0x83dcdf2000000000, 0x605ec15b00000000, 0xfedd1bc400000000, - 0xa65bfcad00000000, 0x38d8263200000000, 0xdb5a384900000000, - 0x45d9e2d600000000, 0x6b56f79a00000000, 0xf5d52d0500000000, - 0x1657337e00000000, 0x88d4e9e100000000, 0xd0520e8800000000, - 0x4ed1d41700000000, 0xad53ca6c00000000, 0x33d010f300000000, - 0x2968296300000000, 0xb7ebf3fc00000000, 0x5469ed8700000000, - 0xcaea371800000000, 0x926cd07100000000, 0x0cef0aee00000000, - 0xef6d149500000000, 0x71eece0a00000000, 0x5f61db4600000000, - 0xc1e201d900000000, 0x22601fa200000000, 0xbce3c53d00000000, - 0xe465225400000000, 0x7ae6f8cb00000000, 0x9964e6b000000000, - 0x07e73c2f00000000, 0xc57acd2800000000, 0x5bf917b700000000, - 0xb87b09cc00000000, 0x26f8d35300000000, 0x7e7e343a00000000, - 0xe0fdeea500000000, 0x037ff0de00000000, 0x9dfc2a4100000000, - 0xb3733f0d00000000, 0x2df0e59200000000, 0xce72fbe900000000, - 0x50f1217600000000, 0x0877c61f00000000, 0x96f41c8000000000, - 0x757602fb00000000, 0xebf5d86400000000, 0xa39db33200000000, - 0x3d1e69ad00000000, 0xde9c77d600000000, 0x401fad4900000000, - 0x18994a2000000000, 0x861a90bf00000000, 0x65988ec400000000, - 0xfb1b545b00000000, 0xd594411700000000, 0x4b179b8800000000, - 0xa89585f300000000, 0x36165f6c00000000, 0x6e90b80500000000, - 0xf013629a00000000, 0x13917ce100000000, 0x8d12a67e00000000, - 0x4f8f577900000000, 0xd10c8de600000000, 0x328e939d00000000, - 0xac0d490200000000, 0xf48bae6b00000000, 0x6a0874f400000000, - 0x898a6a8f00000000, 0x1709b01000000000, 0x3986a55c00000000, - 0xa7057fc300000000, 0x448761b800000000, 0xda04bb2700000000, - 0x82825c4e00000000, 0x1c0186d100000000, 0xff8398aa00000000, - 0x6100423500000000, 0x7bb87ba500000000, 0xe53ba13a00000000, - 0x06b9bf4100000000, 0x983a65de00000000, 0xc0bc82b700000000, - 0x5e3f582800000000, 0xbdbd465300000000, 0x233e9ccc00000000, - 0x0db1898000000000, 0x9332531f00000000, 0x70b04d6400000000, - 0xee3397fb00000000, 0xb6b5709200000000, 0x2836aa0d00000000, - 0xcbb4b47600000000, 0x55376ee900000000, 0x97aa9fee00000000, - 0x0929457100000000, 0xeaab5b0a00000000, 0x7428819500000000, - 0x2cae66fc00000000, 0xb22dbc6300000000, 0x51afa21800000000, - 0xcf2c788700000000, 0xe1a36dcb00000000, 0x7f20b75400000000, - 0x9ca2a92f00000000, 0x022173b000000000, 0x5aa794d900000000, - 0xc4244e4600000000, 0x27a6503d00000000, 0xb9258aa200000000, - 0x52d052c600000000, 0xcc53885900000000, 0x2fd1962200000000, - 0xb1524cbd00000000, 0xe9d4abd400000000, 0x7757714b00000000, - 0x94d56f3000000000, 0x0a56b5af00000000, 0x24d9a0e300000000, - 0xba5a7a7c00000000, 0x59d8640700000000, 0xc75bbe9800000000, - 0x9fdd59f100000000, 0x015e836e00000000, 0xe2dc9d1500000000, - 0x7c5f478a00000000, 0xbec2b68d00000000, 0x20416c1200000000, - 0xc3c3726900000000, 0x5d40a8f600000000, 0x05c64f9f00000000, - 0x9b45950000000000, 0x78c78b7b00000000, 0xe64451e400000000, - 0xc8cb44a800000000, 0x56489e3700000000, 0xb5ca804c00000000, - 0x2b495ad300000000, 0x73cfbdba00000000, 0xed4c672500000000, - 0x0ece795e00000000, 0x904da3c100000000, 0x8af59a5100000000, - 0x147640ce00000000, 0xf7f45eb500000000, 0x6977842a00000000, - 0x31f1634300000000, 0xaf72b9dc00000000, 0x4cf0a7a700000000, - 0xd2737d3800000000, 0xfcfc687400000000, 0x627fb2eb00000000, - 0x81fdac9000000000, 0x1f7e760f00000000, 0x47f8916600000000, - 0xd97b4bf900000000, 0x3af9558200000000, 0xa47a8f1d00000000, - 0x66e77e1a00000000, 0xf864a48500000000, 0x1be6bafe00000000, - 0x8565606100000000, 0xdde3870800000000, 0x43605d9700000000, - 0xa0e243ec00000000, 0x3e61997300000000, 0x10ee8c3f00000000, - 0x8e6d56a000000000, 0x6def48db00000000, 0xf36c924400000000, - 0xabea752d00000000, 0x3569afb200000000, 0xd6ebb1c900000000, - 0x48686b5600000000}, - {0x0000000000000000, 0xc064281700000000, 0x80c9502e00000000, - 0x40ad783900000000, 0x0093a15c00000000, 0xc0f7894b00000000, - 0x805af17200000000, 0x403ed96500000000, 0x002643b900000000, - 0xc0426bae00000000, 0x80ef139700000000, 0x408b3b8000000000, - 0x00b5e2e500000000, 0xc0d1caf200000000, 0x807cb2cb00000000, - 0x40189adc00000000, 0x414af7a900000000, 0x812edfbe00000000, - 0xc183a78700000000, 0x01e78f9000000000, 0x41d956f500000000, - 0x81bd7ee200000000, 0xc11006db00000000, 0x01742ecc00000000, - 0x416cb41000000000, 0x81089c0700000000, 0xc1a5e43e00000000, - 0x01c1cc2900000000, 0x41ff154c00000000, 0x819b3d5b00000000, - 0xc136456200000000, 0x01526d7500000000, 0xc3929f8800000000, - 0x03f6b79f00000000, 0x435bcfa600000000, 0x833fe7b100000000, - 0xc3013ed400000000, 0x036516c300000000, 0x43c86efa00000000, - 0x83ac46ed00000000, 0xc3b4dc3100000000, 0x03d0f42600000000, - 0x437d8c1f00000000, 0x8319a40800000000, 0xc3277d6d00000000, - 0x0343557a00000000, 0x43ee2d4300000000, 0x838a055400000000, - 0x82d8682100000000, 0x42bc403600000000, 0x0211380f00000000, - 0xc275101800000000, 0x824bc97d00000000, 0x422fe16a00000000, - 0x0282995300000000, 0xc2e6b14400000000, 0x82fe2b9800000000, - 0x429a038f00000000, 0x02377bb600000000, 0xc25353a100000000, - 0x826d8ac400000000, 0x4209a2d300000000, 0x02a4daea00000000, - 0xc2c0f2fd00000000, 0xc7234eca00000000, 0x074766dd00000000, - 0x47ea1ee400000000, 0x878e36f300000000, 0xc7b0ef9600000000, - 0x07d4c78100000000, 0x4779bfb800000000, 0x871d97af00000000, - 0xc7050d7300000000, 0x0761256400000000, 0x47cc5d5d00000000, - 0x87a8754a00000000, 0xc796ac2f00000000, 0x07f2843800000000, - 0x475ffc0100000000, 0x873bd41600000000, 0x8669b96300000000, - 0x460d917400000000, 0x06a0e94d00000000, 0xc6c4c15a00000000, - 0x86fa183f00000000, 0x469e302800000000, 0x0633481100000000, - 0xc657600600000000, 0x864ffada00000000, 0x462bd2cd00000000, - 0x0686aaf400000000, 0xc6e282e300000000, 0x86dc5b8600000000, - 0x46b8739100000000, 0x06150ba800000000, 0xc67123bf00000000, - 0x04b1d14200000000, 0xc4d5f95500000000, 0x8478816c00000000, - 0x441ca97b00000000, 0x0422701e00000000, 0xc446580900000000, - 0x84eb203000000000, 0x448f082700000000, 0x049792fb00000000, - 0xc4f3baec00000000, 0x845ec2d500000000, 0x443aeac200000000, - 0x040433a700000000, 0xc4601bb000000000, 0x84cd638900000000, - 0x44a94b9e00000000, 0x45fb26eb00000000, 0x859f0efc00000000, - 0xc53276c500000000, 0x05565ed200000000, 0x456887b700000000, - 0x850cafa000000000, 0xc5a1d79900000000, 0x05c5ff8e00000000, - 0x45dd655200000000, 0x85b94d4500000000, 0xc514357c00000000, - 0x05701d6b00000000, 0x454ec40e00000000, 0x852aec1900000000, - 0xc587942000000000, 0x05e3bc3700000000, 0xcf41ed4f00000000, - 0x0f25c55800000000, 0x4f88bd6100000000, 0x8fec957600000000, - 0xcfd24c1300000000, 0x0fb6640400000000, 0x4f1b1c3d00000000, - 0x8f7f342a00000000, 0xcf67aef600000000, 0x0f0386e100000000, - 0x4faefed800000000, 0x8fcad6cf00000000, 0xcff40faa00000000, - 0x0f9027bd00000000, 0x4f3d5f8400000000, 0x8f59779300000000, - 0x8e0b1ae600000000, 0x4e6f32f100000000, 0x0ec24ac800000000, - 0xcea662df00000000, 0x8e98bbba00000000, 0x4efc93ad00000000, - 0x0e51eb9400000000, 0xce35c38300000000, 0x8e2d595f00000000, - 0x4e49714800000000, 0x0ee4097100000000, 0xce80216600000000, - 0x8ebef80300000000, 0x4edad01400000000, 0x0e77a82d00000000, - 0xce13803a00000000, 0x0cd372c700000000, 0xccb75ad000000000, - 0x8c1a22e900000000, 0x4c7e0afe00000000, 0x0c40d39b00000000, - 0xcc24fb8c00000000, 0x8c8983b500000000, 0x4cedaba200000000, - 0x0cf5317e00000000, 0xcc91196900000000, 0x8c3c615000000000, - 0x4c58494700000000, 0x0c66902200000000, 0xcc02b83500000000, - 0x8cafc00c00000000, 0x4ccbe81b00000000, 0x4d99856e00000000, - 0x8dfdad7900000000, 0xcd50d54000000000, 0x0d34fd5700000000, - 0x4d0a243200000000, 0x8d6e0c2500000000, 0xcdc3741c00000000, - 0x0da75c0b00000000, 0x4dbfc6d700000000, 0x8ddbeec000000000, - 0xcd7696f900000000, 0x0d12beee00000000, 0x4d2c678b00000000, - 0x8d484f9c00000000, 0xcde537a500000000, 0x0d811fb200000000, - 0x0862a38500000000, 0xc8068b9200000000, 0x88abf3ab00000000, - 0x48cfdbbc00000000, 0x08f102d900000000, 0xc8952ace00000000, - 0x883852f700000000, 0x485c7ae000000000, 0x0844e03c00000000, - 0xc820c82b00000000, 0x888db01200000000, 0x48e9980500000000, - 0x08d7416000000000, 0xc8b3697700000000, 0x881e114e00000000, - 0x487a395900000000, 0x4928542c00000000, 0x894c7c3b00000000, - 0xc9e1040200000000, 0x09852c1500000000, 0x49bbf57000000000, - 0x89dfdd6700000000, 0xc972a55e00000000, 0x09168d4900000000, - 0x490e179500000000, 0x896a3f8200000000, 0xc9c747bb00000000, - 0x09a36fac00000000, 0x499db6c900000000, 0x89f99ede00000000, - 0xc954e6e700000000, 0x0930cef000000000, 0xcbf03c0d00000000, - 0x0b94141a00000000, 0x4b396c2300000000, 0x8b5d443400000000, - 0xcb639d5100000000, 0x0b07b54600000000, 0x4baacd7f00000000, - 0x8bcee56800000000, 0xcbd67fb400000000, 0x0bb257a300000000, - 0x4b1f2f9a00000000, 0x8b7b078d00000000, 0xcb45dee800000000, - 0x0b21f6ff00000000, 0x4b8c8ec600000000, 0x8be8a6d100000000, - 0x8abacba400000000, 0x4adee3b300000000, 0x0a739b8a00000000, - 0xca17b39d00000000, 0x8a296af800000000, 0x4a4d42ef00000000, - 0x0ae03ad600000000, 0xca8412c100000000, 0x8a9c881d00000000, - 0x4af8a00a00000000, 0x0a55d83300000000, 0xca31f02400000000, - 0x8a0f294100000000, 0x4a6b015600000000, 0x0ac6796f00000000, - 0xcaa2517800000000}, - {0x0000000000000000, 0xd4ea739b00000000, 0xe9d396ed00000000, - 0x3d39e57600000000, 0x93a15c0000000000, 0x474b2f9b00000000, - 0x7a72caed00000000, 0xae98b97600000000, 0x2643b90000000000, - 0xf2a9ca9b00000000, 0xcf902fed00000000, 0x1b7a5c7600000000, - 0xb5e2e50000000000, 0x6108969b00000000, 0x5c3173ed00000000, - 0x88db007600000000, 0x4c86720100000000, 0x986c019a00000000, - 0xa555e4ec00000000, 0x71bf977700000000, 0xdf272e0100000000, - 0x0bcd5d9a00000000, 0x36f4b8ec00000000, 0xe21ecb7700000000, - 0x6ac5cb0100000000, 0xbe2fb89a00000000, 0x83165dec00000000, - 0x57fc2e7700000000, 0xf964970100000000, 0x2d8ee49a00000000, - 0x10b701ec00000000, 0xc45d727700000000, 0x980ce50200000000, - 0x4ce6969900000000, 0x71df73ef00000000, 0xa535007400000000, - 0x0badb90200000000, 0xdf47ca9900000000, 0xe27e2fef00000000, - 0x36945c7400000000, 0xbe4f5c0200000000, 0x6aa52f9900000000, - 0x579ccaef00000000, 0x8376b97400000000, 0x2dee000200000000, - 0xf904739900000000, 0xc43d96ef00000000, 0x10d7e57400000000, - 0xd48a970300000000, 0x0060e49800000000, 0x3d5901ee00000000, - 0xe9b3727500000000, 0x472bcb0300000000, 0x93c1b89800000000, - 0xaef85dee00000000, 0x7a122e7500000000, 0xf2c92e0300000000, - 0x26235d9800000000, 0x1b1ab8ee00000000, 0xcff0cb7500000000, - 0x6168720300000000, 0xb582019800000000, 0x88bbe4ee00000000, - 0x5c51977500000000, 0x3019ca0500000000, 0xe4f3b99e00000000, - 0xd9ca5ce800000000, 0x0d202f7300000000, 0xa3b8960500000000, - 0x7752e59e00000000, 0x4a6b00e800000000, 0x9e81737300000000, - 0x165a730500000000, 0xc2b0009e00000000, 0xff89e5e800000000, - 0x2b63967300000000, 0x85fb2f0500000000, 0x51115c9e00000000, - 0x6c28b9e800000000, 0xb8c2ca7300000000, 0x7c9fb80400000000, - 0xa875cb9f00000000, 0x954c2ee900000000, 0x41a65d7200000000, - 0xef3ee40400000000, 0x3bd4979f00000000, 0x06ed72e900000000, - 0xd207017200000000, 0x5adc010400000000, 0x8e36729f00000000, - 0xb30f97e900000000, 0x67e5e47200000000, 0xc97d5d0400000000, - 0x1d972e9f00000000, 0x20aecbe900000000, 0xf444b87200000000, - 0xa8152f0700000000, 0x7cff5c9c00000000, 0x41c6b9ea00000000, - 0x952cca7100000000, 0x3bb4730700000000, 0xef5e009c00000000, - 0xd267e5ea00000000, 0x068d967100000000, 0x8e56960700000000, - 0x5abce59c00000000, 0x678500ea00000000, 0xb36f737100000000, - 0x1df7ca0700000000, 0xc91db99c00000000, 0xf4245cea00000000, - 0x20ce2f7100000000, 0xe4935d0600000000, 0x30792e9d00000000, - 0x0d40cbeb00000000, 0xd9aab87000000000, 0x7732010600000000, - 0xa3d8729d00000000, 0x9ee197eb00000000, 0x4a0be47000000000, - 0xc2d0e40600000000, 0x163a979d00000000, 0x2b0372eb00000000, - 0xffe9017000000000, 0x5171b80600000000, 0x859bcb9d00000000, - 0xb8a22eeb00000000, 0x6c485d7000000000, 0x6032940b00000000, - 0xb4d8e79000000000, 0x89e102e600000000, 0x5d0b717d00000000, - 0xf393c80b00000000, 0x2779bb9000000000, 0x1a405ee600000000, - 0xceaa2d7d00000000, 0x46712d0b00000000, 0x929b5e9000000000, - 0xafa2bbe600000000, 0x7b48c87d00000000, 0xd5d0710b00000000, - 0x013a029000000000, 0x3c03e7e600000000, 0xe8e9947d00000000, - 0x2cb4e60a00000000, 0xf85e959100000000, 0xc56770e700000000, - 0x118d037c00000000, 0xbf15ba0a00000000, 0x6bffc99100000000, - 0x56c62ce700000000, 0x822c5f7c00000000, 0x0af75f0a00000000, - 0xde1d2c9100000000, 0xe324c9e700000000, 0x37ceba7c00000000, - 0x9956030a00000000, 0x4dbc709100000000, 0x708595e700000000, - 0xa46fe67c00000000, 0xf83e710900000000, 0x2cd4029200000000, - 0x11ede7e400000000, 0xc507947f00000000, 0x6b9f2d0900000000, - 0xbf755e9200000000, 0x824cbbe400000000, 0x56a6c87f00000000, - 0xde7dc80900000000, 0x0a97bb9200000000, 0x37ae5ee400000000, - 0xe3442d7f00000000, 0x4ddc940900000000, 0x9936e79200000000, - 0xa40f02e400000000, 0x70e5717f00000000, 0xb4b8030800000000, - 0x6052709300000000, 0x5d6b95e500000000, 0x8981e67e00000000, - 0x27195f0800000000, 0xf3f32c9300000000, 0xcecac9e500000000, - 0x1a20ba7e00000000, 0x92fbba0800000000, 0x4611c99300000000, - 0x7b282ce500000000, 0xafc25f7e00000000, 0x015ae60800000000, - 0xd5b0959300000000, 0xe88970e500000000, 0x3c63037e00000000, - 0x502b5e0e00000000, 0x84c12d9500000000, 0xb9f8c8e300000000, - 0x6d12bb7800000000, 0xc38a020e00000000, 0x1760719500000000, - 0x2a5994e300000000, 0xfeb3e77800000000, 0x7668e70e00000000, - 0xa282949500000000, 0x9fbb71e300000000, 0x4b51027800000000, - 0xe5c9bb0e00000000, 0x3123c89500000000, 0x0c1a2de300000000, - 0xd8f05e7800000000, 0x1cad2c0f00000000, 0xc8475f9400000000, - 0xf57ebae200000000, 0x2194c97900000000, 0x8f0c700f00000000, - 0x5be6039400000000, 0x66dfe6e200000000, 0xb235957900000000, - 0x3aee950f00000000, 0xee04e69400000000, 0xd33d03e200000000, - 0x07d7707900000000, 0xa94fc90f00000000, 0x7da5ba9400000000, - 0x409c5fe200000000, 0x94762c7900000000, 0xc827bb0c00000000, - 0x1ccdc89700000000, 0x21f42de100000000, 0xf51e5e7a00000000, - 0x5b86e70c00000000, 0x8f6c949700000000, 0xb25571e100000000, - 0x66bf027a00000000, 0xee64020c00000000, 0x3a8e719700000000, - 0x07b794e100000000, 0xd35de77a00000000, 0x7dc55e0c00000000, - 0xa92f2d9700000000, 0x9416c8e100000000, 0x40fcbb7a00000000, - 0x84a1c90d00000000, 0x504bba9600000000, 0x6d725fe000000000, - 0xb9982c7b00000000, 0x1700950d00000000, 0xc3eae69600000000, - 0xfed303e000000000, 0x2a39707b00000000, 0xa2e2700d00000000, - 0x7608039600000000, 0x4b31e6e000000000, 0x9fdb957b00000000, - 0x31432c0d00000000, 0xe5a95f9600000000, 0xd890bae000000000, - 0x0c7ac97b00000000}, - {0x0000000000000000, 0x2765258100000000, 0x0fcc3bd900000000, - 0x28a91e5800000000, 0x5f9e066900000000, 0x78fb23e800000000, - 0x50523db000000000, 0x7737183100000000, 0xbe3c0dd200000000, - 0x9959285300000000, 0xb1f0360b00000000, 0x9695138a00000000, - 0xe1a20bbb00000000, 0xc6c72e3a00000000, 0xee6e306200000000, - 0xc90b15e300000000, 0x3d7f6b7f00000000, 0x1a1a4efe00000000, - 0x32b350a600000000, 0x15d6752700000000, 0x62e16d1600000000, - 0x4584489700000000, 0x6d2d56cf00000000, 0x4a48734e00000000, - 0x834366ad00000000, 0xa426432c00000000, 0x8c8f5d7400000000, - 0xabea78f500000000, 0xdcdd60c400000000, 0xfbb8454500000000, - 0xd3115b1d00000000, 0xf4747e9c00000000, 0x7afed6fe00000000, - 0x5d9bf37f00000000, 0x7532ed2700000000, 0x5257c8a600000000, - 0x2560d09700000000, 0x0205f51600000000, 0x2aaceb4e00000000, - 0x0dc9cecf00000000, 0xc4c2db2c00000000, 0xe3a7fead00000000, - 0xcb0ee0f500000000, 0xec6bc57400000000, 0x9b5cdd4500000000, - 0xbc39f8c400000000, 0x9490e69c00000000, 0xb3f5c31d00000000, - 0x4781bd8100000000, 0x60e4980000000000, 0x484d865800000000, - 0x6f28a3d900000000, 0x181fbbe800000000, 0x3f7a9e6900000000, - 0x17d3803100000000, 0x30b6a5b000000000, 0xf9bdb05300000000, - 0xded895d200000000, 0xf6718b8a00000000, 0xd114ae0b00000000, - 0xa623b63a00000000, 0x814693bb00000000, 0xa9ef8de300000000, - 0x8e8aa86200000000, 0xb5fadc2600000000, 0x929ff9a700000000, - 0xba36e7ff00000000, 0x9d53c27e00000000, 0xea64da4f00000000, - 0xcd01ffce00000000, 0xe5a8e19600000000, 0xc2cdc41700000000, - 0x0bc6d1f400000000, 0x2ca3f47500000000, 0x040aea2d00000000, - 0x236fcfac00000000, 0x5458d79d00000000, 0x733df21c00000000, - 0x5b94ec4400000000, 0x7cf1c9c500000000, 0x8885b75900000000, - 0xafe092d800000000, 0x87498c8000000000, 0xa02ca90100000000, - 0xd71bb13000000000, 0xf07e94b100000000, 0xd8d78ae900000000, - 0xffb2af6800000000, 0x36b9ba8b00000000, 0x11dc9f0a00000000, - 0x3975815200000000, 0x1e10a4d300000000, 0x6927bce200000000, - 0x4e42996300000000, 0x66eb873b00000000, 0x418ea2ba00000000, - 0xcf040ad800000000, 0xe8612f5900000000, 0xc0c8310100000000, - 0xe7ad148000000000, 0x909a0cb100000000, 0xb7ff293000000000, - 0x9f56376800000000, 0xb83312e900000000, 0x7138070a00000000, - 0x565d228b00000000, 0x7ef43cd300000000, 0x5991195200000000, - 0x2ea6016300000000, 0x09c324e200000000, 0x216a3aba00000000, - 0x060f1f3b00000000, 0xf27b61a700000000, 0xd51e442600000000, - 0xfdb75a7e00000000, 0xdad27fff00000000, 0xade567ce00000000, - 0x8a80424f00000000, 0xa2295c1700000000, 0x854c799600000000, - 0x4c476c7500000000, 0x6b2249f400000000, 0x438b57ac00000000, - 0x64ee722d00000000, 0x13d96a1c00000000, 0x34bc4f9d00000000, - 0x1c1551c500000000, 0x3b70744400000000, 0x6af5b94d00000000, - 0x4d909ccc00000000, 0x6539829400000000, 0x425ca71500000000, - 0x356bbf2400000000, 0x120e9aa500000000, 0x3aa784fd00000000, - 0x1dc2a17c00000000, 0xd4c9b49f00000000, 0xf3ac911e00000000, - 0xdb058f4600000000, 0xfc60aac700000000, 0x8b57b2f600000000, - 0xac32977700000000, 0x849b892f00000000, 0xa3feacae00000000, - 0x578ad23200000000, 0x70eff7b300000000, 0x5846e9eb00000000, - 0x7f23cc6a00000000, 0x0814d45b00000000, 0x2f71f1da00000000, - 0x07d8ef8200000000, 0x20bdca0300000000, 0xe9b6dfe000000000, - 0xced3fa6100000000, 0xe67ae43900000000, 0xc11fc1b800000000, - 0xb628d98900000000, 0x914dfc0800000000, 0xb9e4e25000000000, - 0x9e81c7d100000000, 0x100b6fb300000000, 0x376e4a3200000000, - 0x1fc7546a00000000, 0x38a271eb00000000, 0x4f9569da00000000, - 0x68f04c5b00000000, 0x4059520300000000, 0x673c778200000000, - 0xae37626100000000, 0x895247e000000000, 0xa1fb59b800000000, - 0x869e7c3900000000, 0xf1a9640800000000, 0xd6cc418900000000, - 0xfe655fd100000000, 0xd9007a5000000000, 0x2d7404cc00000000, - 0x0a11214d00000000, 0x22b83f1500000000, 0x05dd1a9400000000, - 0x72ea02a500000000, 0x558f272400000000, 0x7d26397c00000000, - 0x5a431cfd00000000, 0x9348091e00000000, 0xb42d2c9f00000000, - 0x9c8432c700000000, 0xbbe1174600000000, 0xccd60f7700000000, - 0xebb32af600000000, 0xc31a34ae00000000, 0xe47f112f00000000, - 0xdf0f656b00000000, 0xf86a40ea00000000, 0xd0c35eb200000000, - 0xf7a67b3300000000, 0x8091630200000000, 0xa7f4468300000000, - 0x8f5d58db00000000, 0xa8387d5a00000000, 0x613368b900000000, - 0x46564d3800000000, 0x6eff536000000000, 0x499a76e100000000, - 0x3ead6ed000000000, 0x19c84b5100000000, 0x3161550900000000, - 0x1604708800000000, 0xe2700e1400000000, 0xc5152b9500000000, - 0xedbc35cd00000000, 0xcad9104c00000000, 0xbdee087d00000000, - 0x9a8b2dfc00000000, 0xb22233a400000000, 0x9547162500000000, - 0x5c4c03c600000000, 0x7b29264700000000, 0x5380381f00000000, - 0x74e51d9e00000000, 0x03d205af00000000, 0x24b7202e00000000, - 0x0c1e3e7600000000, 0x2b7b1bf700000000, 0xa5f1b39500000000, - 0x8294961400000000, 0xaa3d884c00000000, 0x8d58adcd00000000, - 0xfa6fb5fc00000000, 0xdd0a907d00000000, 0xf5a38e2500000000, - 0xd2c6aba400000000, 0x1bcdbe4700000000, 0x3ca89bc600000000, - 0x1401859e00000000, 0x3364a01f00000000, 0x4453b82e00000000, - 0x63369daf00000000, 0x4b9f83f700000000, 0x6cfaa67600000000, - 0x988ed8ea00000000, 0xbfebfd6b00000000, 0x9742e33300000000, - 0xb027c6b200000000, 0xc710de8300000000, 0xe075fb0200000000, - 0xc8dce55a00000000, 0xefb9c0db00000000, 0x26b2d53800000000, - 0x01d7f0b900000000, 0x297eeee100000000, 0x0e1bcb6000000000, - 0x792cd35100000000, 0x5e49f6d000000000, 0x76e0e88800000000, - 0x5185cd0900000000}}; - -#else /* W == 4 */ - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0x9ba54c6f, 0xec3b9e9f, 0x779ed2f0, 0x03063b7f, - 0x98a37710, 0xef3da5e0, 0x7498e98f, 0x060c76fe, 0x9da93a91, - 0xea37e861, 0x7192a40e, 0x050a4d81, 0x9eaf01ee, 0xe931d31e, - 0x72949f71, 0x0c18edfc, 0x97bda193, 0xe0237363, 0x7b863f0c, - 0x0f1ed683, 0x94bb9aec, 0xe325481c, 0x78800473, 0x0a149b02, - 0x91b1d76d, 0xe62f059d, 0x7d8a49f2, 0x0912a07d, 0x92b7ec12, - 0xe5293ee2, 0x7e8c728d, 0x1831dbf8, 0x83949797, 0xf40a4567, - 0x6faf0908, 0x1b37e087, 0x8092ace8, 0xf70c7e18, 0x6ca93277, - 0x1e3dad06, 0x8598e169, 0xf2063399, 0x69a37ff6, 0x1d3b9679, - 0x869eda16, 0xf10008e6, 0x6aa54489, 0x14293604, 0x8f8c7a6b, - 0xf812a89b, 0x63b7e4f4, 0x172f0d7b, 0x8c8a4114, 0xfb1493e4, - 0x60b1df8b, 0x122540fa, 0x89800c95, 0xfe1ede65, 0x65bb920a, - 0x11237b85, 0x8a8637ea, 0xfd18e51a, 0x66bda975, 0x3063b7f0, - 0xabc6fb9f, 0xdc58296f, 0x47fd6500, 0x33658c8f, 0xa8c0c0e0, - 0xdf5e1210, 0x44fb5e7f, 0x366fc10e, 0xadca8d61, 0xda545f91, - 0x41f113fe, 0x3569fa71, 0xaeccb61e, 0xd95264ee, 0x42f72881, - 0x3c7b5a0c, 0xa7de1663, 0xd040c493, 0x4be588fc, 0x3f7d6173, - 0xa4d82d1c, 0xd346ffec, 0x48e3b383, 0x3a772cf2, 0xa1d2609d, - 0xd64cb26d, 0x4de9fe02, 0x3971178d, 0xa2d45be2, 0xd54a8912, - 0x4eefc57d, 0x28526c08, 0xb3f72067, 0xc469f297, 0x5fccbef8, - 0x2b545777, 0xb0f11b18, 0xc76fc9e8, 0x5cca8587, 0x2e5e1af6, - 0xb5fb5699, 0xc2658469, 0x59c0c806, 0x2d582189, 0xb6fd6de6, - 0xc163bf16, 0x5ac6f379, 0x244a81f4, 0xbfefcd9b, 0xc8711f6b, - 0x53d45304, 0x274cba8b, 0xbce9f6e4, 0xcb772414, 0x50d2687b, - 0x2246f70a, 0xb9e3bb65, 0xce7d6995, 0x55d825fa, 0x2140cc75, - 0xbae5801a, 0xcd7b52ea, 0x56de1e85, 0x60c76fe0, 0xfb62238f, - 0x8cfcf17f, 0x1759bd10, 0x63c1549f, 0xf86418f0, 0x8ffaca00, - 0x145f866f, 0x66cb191e, 0xfd6e5571, 0x8af08781, 0x1155cbee, - 0x65cd2261, 0xfe686e0e, 0x89f6bcfe, 0x1253f091, 0x6cdf821c, - 0xf77ace73, 0x80e41c83, 0x1b4150ec, 0x6fd9b963, 0xf47cf50c, - 0x83e227fc, 0x18476b93, 0x6ad3f4e2, 0xf176b88d, 0x86e86a7d, - 0x1d4d2612, 0x69d5cf9d, 0xf27083f2, 0x85ee5102, 0x1e4b1d6d, - 0x78f6b418, 0xe353f877, 0x94cd2a87, 0x0f6866e8, 0x7bf08f67, - 0xe055c308, 0x97cb11f8, 0x0c6e5d97, 0x7efac2e6, 0xe55f8e89, - 0x92c15c79, 0x09641016, 0x7dfcf999, 0xe659b5f6, 0x91c76706, - 0x0a622b69, 0x74ee59e4, 0xef4b158b, 0x98d5c77b, 0x03708b14, - 0x77e8629b, 0xec4d2ef4, 0x9bd3fc04, 0x0076b06b, 0x72e22f1a, - 0xe9476375, 0x9ed9b185, 0x057cfdea, 0x71e41465, 0xea41580a, - 0x9ddf8afa, 0x067ac695, 0x50a4d810, 0xcb01947f, 0xbc9f468f, - 0x273a0ae0, 0x53a2e36f, 0xc807af00, 0xbf997df0, 0x243c319f, - 0x56a8aeee, 0xcd0de281, 0xba933071, 0x21367c1e, 0x55ae9591, - 0xce0bd9fe, 0xb9950b0e, 0x22304761, 0x5cbc35ec, 0xc7197983, - 0xb087ab73, 0x2b22e71c, 0x5fba0e93, 0xc41f42fc, 0xb381900c, - 0x2824dc63, 0x5ab04312, 0xc1150f7d, 0xb68bdd8d, 0x2d2e91e2, - 0x59b6786d, 0xc2133402, 0xb58de6f2, 0x2e28aa9d, 0x489503e8, - 0xd3304f87, 0xa4ae9d77, 0x3f0bd118, 0x4b933897, 0xd03674f8, - 0xa7a8a608, 0x3c0dea67, 0x4e997516, 0xd53c3979, 0xa2a2eb89, - 0x3907a7e6, 0x4d9f4e69, 0xd63a0206, 0xa1a4d0f6, 0x3a019c99, - 0x448dee14, 0xdf28a27b, 0xa8b6708b, 0x33133ce4, 0x478bd56b, - 0xdc2e9904, 0xabb04bf4, 0x3015079b, 0x428198ea, 0xd924d485, - 0xaeba0675, 0x351f4a1a, 0x4187a395, 0xda22effa, 0xadbc3d0a, - 0x36197165}, - {0x00000000, 0xc18edfc0, 0x586cb9c1, 0x99e26601, 0xb0d97382, - 0x7157ac42, 0xe8b5ca43, 0x293b1583, 0xbac3e145, 0x7b4d3e85, - 0xe2af5884, 0x23218744, 0x0a1a92c7, 0xcb944d07, 0x52762b06, - 0x93f8f4c6, 0xaef6c4cb, 0x6f781b0b, 0xf69a7d0a, 0x3714a2ca, - 0x1e2fb749, 0xdfa16889, 0x46430e88, 0x87cdd148, 0x1435258e, - 0xd5bbfa4e, 0x4c599c4f, 0x8dd7438f, 0xa4ec560c, 0x656289cc, - 0xfc80efcd, 0x3d0e300d, 0x869c8fd7, 0x47125017, 0xdef03616, - 0x1f7ee9d6, 0x3645fc55, 0xf7cb2395, 0x6e294594, 0xafa79a54, - 0x3c5f6e92, 0xfdd1b152, 0x6433d753, 0xa5bd0893, 0x8c861d10, - 0x4d08c2d0, 0xd4eaa4d1, 0x15647b11, 0x286a4b1c, 0xe9e494dc, - 0x7006f2dd, 0xb1882d1d, 0x98b3389e, 0x593de75e, 0xc0df815f, - 0x01515e9f, 0x92a9aa59, 0x53277599, 0xcac51398, 0x0b4bcc58, - 0x2270d9db, 0xe3fe061b, 0x7a1c601a, 0xbb92bfda, 0xd64819ef, - 0x17c6c62f, 0x8e24a02e, 0x4faa7fee, 0x66916a6d, 0xa71fb5ad, - 0x3efdd3ac, 0xff730c6c, 0x6c8bf8aa, 0xad05276a, 0x34e7416b, - 0xf5699eab, 0xdc528b28, 0x1ddc54e8, 0x843e32e9, 0x45b0ed29, - 0x78bedd24, 0xb93002e4, 0x20d264e5, 0xe15cbb25, 0xc867aea6, - 0x09e97166, 0x900b1767, 0x5185c8a7, 0xc27d3c61, 0x03f3e3a1, - 0x9a1185a0, 0x5b9f5a60, 0x72a44fe3, 0xb32a9023, 0x2ac8f622, - 0xeb4629e2, 0x50d49638, 0x915a49f8, 0x08b82ff9, 0xc936f039, - 0xe00de5ba, 0x21833a7a, 0xb8615c7b, 0x79ef83bb, 0xea17777d, - 0x2b99a8bd, 0xb27bcebc, 0x73f5117c, 0x5ace04ff, 0x9b40db3f, - 0x02a2bd3e, 0xc32c62fe, 0xfe2252f3, 0x3fac8d33, 0xa64eeb32, - 0x67c034f2, 0x4efb2171, 0x8f75feb1, 0x169798b0, 0xd7194770, - 0x44e1b3b6, 0x856f6c76, 0x1c8d0a77, 0xdd03d5b7, 0xf438c034, - 0x35b61ff4, 0xac5479f5, 0x6ddaa635, 0x77e1359f, 0xb66fea5f, - 0x2f8d8c5e, 0xee03539e, 0xc738461d, 0x06b699dd, 0x9f54ffdc, - 0x5eda201c, 0xcd22d4da, 0x0cac0b1a, 0x954e6d1b, 0x54c0b2db, - 0x7dfba758, 0xbc757898, 0x25971e99, 0xe419c159, 0xd917f154, - 0x18992e94, 0x817b4895, 0x40f59755, 0x69ce82d6, 0xa8405d16, - 0x31a23b17, 0xf02ce4d7, 0x63d41011, 0xa25acfd1, 0x3bb8a9d0, - 0xfa367610, 0xd30d6393, 0x1283bc53, 0x8b61da52, 0x4aef0592, - 0xf17dba48, 0x30f36588, 0xa9110389, 0x689fdc49, 0x41a4c9ca, - 0x802a160a, 0x19c8700b, 0xd846afcb, 0x4bbe5b0d, 0x8a3084cd, - 0x13d2e2cc, 0xd25c3d0c, 0xfb67288f, 0x3ae9f74f, 0xa30b914e, - 0x62854e8e, 0x5f8b7e83, 0x9e05a143, 0x07e7c742, 0xc6691882, - 0xef520d01, 0x2edcd2c1, 0xb73eb4c0, 0x76b06b00, 0xe5489fc6, - 0x24c64006, 0xbd242607, 0x7caaf9c7, 0x5591ec44, 0x941f3384, - 0x0dfd5585, 0xcc738a45, 0xa1a92c70, 0x6027f3b0, 0xf9c595b1, - 0x384b4a71, 0x11705ff2, 0xd0fe8032, 0x491ce633, 0x889239f3, - 0x1b6acd35, 0xdae412f5, 0x430674f4, 0x8288ab34, 0xabb3beb7, - 0x6a3d6177, 0xf3df0776, 0x3251d8b6, 0x0f5fe8bb, 0xced1377b, - 0x5733517a, 0x96bd8eba, 0xbf869b39, 0x7e0844f9, 0xe7ea22f8, - 0x2664fd38, 0xb59c09fe, 0x7412d63e, 0xedf0b03f, 0x2c7e6fff, - 0x05457a7c, 0xc4cba5bc, 0x5d29c3bd, 0x9ca71c7d, 0x2735a3a7, - 0xe6bb7c67, 0x7f591a66, 0xbed7c5a6, 0x97ecd025, 0x56620fe5, - 0xcf8069e4, 0x0e0eb624, 0x9df642e2, 0x5c789d22, 0xc59afb23, - 0x041424e3, 0x2d2f3160, 0xeca1eea0, 0x754388a1, 0xb4cd5761, - 0x89c3676c, 0x484db8ac, 0xd1afdead, 0x1021016d, 0x391a14ee, - 0xf894cb2e, 0x6176ad2f, 0xa0f872ef, 0x33008629, 0xf28e59e9, - 0x6b6c3fe8, 0xaae2e028, 0x83d9f5ab, 0x42572a6b, 0xdbb54c6a, - 0x1a3b93aa}, - {0x00000000, 0xefc26b3e, 0x04f5d03d, 0xeb37bb03, 0x09eba07a, - 0xe629cb44, 0x0d1e7047, 0xe2dc1b79, 0x13d740f4, 0xfc152bca, - 0x172290c9, 0xf8e0fbf7, 0x1a3ce08e, 0xf5fe8bb0, 0x1ec930b3, - 0xf10b5b8d, 0x27ae81e8, 0xc86cead6, 0x235b51d5, 0xcc993aeb, - 0x2e452192, 0xc1874aac, 0x2ab0f1af, 0xc5729a91, 0x3479c11c, - 0xdbbbaa22, 0x308c1121, 0xdf4e7a1f, 0x3d926166, 0xd2500a58, - 0x3967b15b, 0xd6a5da65, 0x4f5d03d0, 0xa09f68ee, 0x4ba8d3ed, - 0xa46ab8d3, 0x46b6a3aa, 0xa974c894, 0x42437397, 0xad8118a9, - 0x5c8a4324, 0xb348281a, 0x587f9319, 0xb7bdf827, 0x5561e35e, - 0xbaa38860, 0x51943363, 0xbe56585d, 0x68f38238, 0x8731e906, - 0x6c065205, 0x83c4393b, 0x61182242, 0x8eda497c, 0x65edf27f, - 0x8a2f9941, 0x7b24c2cc, 0x94e6a9f2, 0x7fd112f1, 0x901379cf, - 0x72cf62b6, 0x9d0d0988, 0x763ab28b, 0x99f8d9b5, 0x9eba07a0, - 0x71786c9e, 0x9a4fd79d, 0x758dbca3, 0x9751a7da, 0x7893cce4, - 0x93a477e7, 0x7c661cd9, 0x8d6d4754, 0x62af2c6a, 0x89989769, - 0x665afc57, 0x8486e72e, 0x6b448c10, 0x80733713, 0x6fb15c2d, - 0xb9148648, 0x56d6ed76, 0xbde15675, 0x52233d4b, 0xb0ff2632, - 0x5f3d4d0c, 0xb40af60f, 0x5bc89d31, 0xaac3c6bc, 0x4501ad82, - 0xae361681, 0x41f47dbf, 0xa32866c6, 0x4cea0df8, 0xa7ddb6fb, - 0x481fddc5, 0xd1e70470, 0x3e256f4e, 0xd512d44d, 0x3ad0bf73, - 0xd80ca40a, 0x37cecf34, 0xdcf97437, 0x333b1f09, 0xc2304484, - 0x2df22fba, 0xc6c594b9, 0x2907ff87, 0xcbdbe4fe, 0x24198fc0, - 0xcf2e34c3, 0x20ec5ffd, 0xf6498598, 0x198beea6, 0xf2bc55a5, - 0x1d7e3e9b, 0xffa225e2, 0x10604edc, 0xfb57f5df, 0x14959ee1, - 0xe59ec56c, 0x0a5cae52, 0xe16b1551, 0x0ea97e6f, 0xec756516, - 0x03b70e28, 0xe880b52b, 0x0742de15, 0xe6050901, 0x09c7623f, - 0xe2f0d93c, 0x0d32b202, 0xefeea97b, 0x002cc245, 0xeb1b7946, - 0x04d91278, 0xf5d249f5, 0x1a1022cb, 0xf12799c8, 0x1ee5f2f6, - 0xfc39e98f, 0x13fb82b1, 0xf8cc39b2, 0x170e528c, 0xc1ab88e9, - 0x2e69e3d7, 0xc55e58d4, 0x2a9c33ea, 0xc8402893, 0x278243ad, - 0xccb5f8ae, 0x23779390, 0xd27cc81d, 0x3dbea323, 0xd6891820, - 0x394b731e, 0xdb976867, 0x34550359, 0xdf62b85a, 0x30a0d364, - 0xa9580ad1, 0x469a61ef, 0xadaddaec, 0x426fb1d2, 0xa0b3aaab, - 0x4f71c195, 0xa4467a96, 0x4b8411a8, 0xba8f4a25, 0x554d211b, - 0xbe7a9a18, 0x51b8f126, 0xb364ea5f, 0x5ca68161, 0xb7913a62, - 0x5853515c, 0x8ef68b39, 0x6134e007, 0x8a035b04, 0x65c1303a, - 0x871d2b43, 0x68df407d, 0x83e8fb7e, 0x6c2a9040, 0x9d21cbcd, - 0x72e3a0f3, 0x99d41bf0, 0x761670ce, 0x94ca6bb7, 0x7b080089, - 0x903fbb8a, 0x7ffdd0b4, 0x78bf0ea1, 0x977d659f, 0x7c4ade9c, - 0x9388b5a2, 0x7154aedb, 0x9e96c5e5, 0x75a17ee6, 0x9a6315d8, - 0x6b684e55, 0x84aa256b, 0x6f9d9e68, 0x805ff556, 0x6283ee2f, - 0x8d418511, 0x66763e12, 0x89b4552c, 0x5f118f49, 0xb0d3e477, - 0x5be45f74, 0xb426344a, 0x56fa2f33, 0xb938440d, 0x520fff0e, - 0xbdcd9430, 0x4cc6cfbd, 0xa304a483, 0x48331f80, 0xa7f174be, - 0x452d6fc7, 0xaaef04f9, 0x41d8bffa, 0xae1ad4c4, 0x37e20d71, - 0xd820664f, 0x3317dd4c, 0xdcd5b672, 0x3e09ad0b, 0xd1cbc635, - 0x3afc7d36, 0xd53e1608, 0x24354d85, 0xcbf726bb, 0x20c09db8, - 0xcf02f686, 0x2ddeedff, 0xc21c86c1, 0x292b3dc2, 0xc6e956fc, - 0x104c8c99, 0xff8ee7a7, 0x14b95ca4, 0xfb7b379a, 0x19a72ce3, - 0xf66547dd, 0x1d52fcde, 0xf29097e0, 0x039bcc6d, 0xec59a753, - 0x076e1c50, 0xe8ac776e, 0x0a706c17, 0xe5b20729, 0x0e85bc2a, - 0xe147d714}, - {0x00000000, 0x177b1443, 0x2ef62886, 0x398d3cc5, 0x5dec510c, - 0x4a97454f, 0x731a798a, 0x64616dc9, 0xbbd8a218, 0xaca3b65b, - 0x952e8a9e, 0x82559edd, 0xe634f314, 0xf14fe757, 0xc8c2db92, - 0xdfb9cfd1, 0xacc04271, 0xbbbb5632, 0x82366af7, 0x954d7eb4, - 0xf12c137d, 0xe657073e, 0xdfda3bfb, 0xc8a12fb8, 0x1718e069, - 0x0063f42a, 0x39eec8ef, 0x2e95dcac, 0x4af4b165, 0x5d8fa526, - 0x640299e3, 0x73798da0, 0x82f182a3, 0x958a96e0, 0xac07aa25, - 0xbb7cbe66, 0xdf1dd3af, 0xc866c7ec, 0xf1ebfb29, 0xe690ef6a, - 0x392920bb, 0x2e5234f8, 0x17df083d, 0x00a41c7e, 0x64c571b7, - 0x73be65f4, 0x4a335931, 0x5d484d72, 0x2e31c0d2, 0x394ad491, - 0x00c7e854, 0x17bcfc17, 0x73dd91de, 0x64a6859d, 0x5d2bb958, - 0x4a50ad1b, 0x95e962ca, 0x82927689, 0xbb1f4a4c, 0xac645e0f, - 0xc80533c6, 0xdf7e2785, 0xe6f31b40, 0xf1880f03, 0xde920307, - 0xc9e91744, 0xf0642b81, 0xe71f3fc2, 0x837e520b, 0x94054648, - 0xad887a8d, 0xbaf36ece, 0x654aa11f, 0x7231b55c, 0x4bbc8999, - 0x5cc79dda, 0x38a6f013, 0x2fdde450, 0x1650d895, 0x012bccd6, - 0x72524176, 0x65295535, 0x5ca469f0, 0x4bdf7db3, 0x2fbe107a, - 0x38c50439, 0x014838fc, 0x16332cbf, 0xc98ae36e, 0xdef1f72d, - 0xe77ccbe8, 0xf007dfab, 0x9466b262, 0x831da621, 0xba909ae4, - 0xadeb8ea7, 0x5c6381a4, 0x4b1895e7, 0x7295a922, 0x65eebd61, - 0x018fd0a8, 0x16f4c4eb, 0x2f79f82e, 0x3802ec6d, 0xe7bb23bc, - 0xf0c037ff, 0xc94d0b3a, 0xde361f79, 0xba5772b0, 0xad2c66f3, - 0x94a15a36, 0x83da4e75, 0xf0a3c3d5, 0xe7d8d796, 0xde55eb53, - 0xc92eff10, 0xad4f92d9, 0xba34869a, 0x83b9ba5f, 0x94c2ae1c, - 0x4b7b61cd, 0x5c00758e, 0x658d494b, 0x72f65d08, 0x169730c1, - 0x01ec2482, 0x38611847, 0x2f1a0c04, 0x6655004f, 0x712e140c, - 0x48a328c9, 0x5fd83c8a, 0x3bb95143, 0x2cc24500, 0x154f79c5, - 0x02346d86, 0xdd8da257, 0xcaf6b614, 0xf37b8ad1, 0xe4009e92, - 0x8061f35b, 0x971ae718, 0xae97dbdd, 0xb9eccf9e, 0xca95423e, - 0xddee567d, 0xe4636ab8, 0xf3187efb, 0x97791332, 0x80020771, - 0xb98f3bb4, 0xaef42ff7, 0x714de026, 0x6636f465, 0x5fbbc8a0, - 0x48c0dce3, 0x2ca1b12a, 0x3bdaa569, 0x025799ac, 0x152c8def, - 0xe4a482ec, 0xf3df96af, 0xca52aa6a, 0xdd29be29, 0xb948d3e0, - 0xae33c7a3, 0x97befb66, 0x80c5ef25, 0x5f7c20f4, 0x480734b7, - 0x718a0872, 0x66f11c31, 0x029071f8, 0x15eb65bb, 0x2c66597e, - 0x3b1d4d3d, 0x4864c09d, 0x5f1fd4de, 0x6692e81b, 0x71e9fc58, - 0x15889191, 0x02f385d2, 0x3b7eb917, 0x2c05ad54, 0xf3bc6285, - 0xe4c776c6, 0xdd4a4a03, 0xca315e40, 0xae503389, 0xb92b27ca, - 0x80a61b0f, 0x97dd0f4c, 0xb8c70348, 0xafbc170b, 0x96312bce, - 0x814a3f8d, 0xe52b5244, 0xf2504607, 0xcbdd7ac2, 0xdca66e81, - 0x031fa150, 0x1464b513, 0x2de989d6, 0x3a929d95, 0x5ef3f05c, - 0x4988e41f, 0x7005d8da, 0x677ecc99, 0x14074139, 0x037c557a, - 0x3af169bf, 0x2d8a7dfc, 0x49eb1035, 0x5e900476, 0x671d38b3, - 0x70662cf0, 0xafdfe321, 0xb8a4f762, 0x8129cba7, 0x9652dfe4, - 0xf233b22d, 0xe548a66e, 0xdcc59aab, 0xcbbe8ee8, 0x3a3681eb, - 0x2d4d95a8, 0x14c0a96d, 0x03bbbd2e, 0x67dad0e7, 0x70a1c4a4, - 0x492cf861, 0x5e57ec22, 0x81ee23f3, 0x969537b0, 0xaf180b75, - 0xb8631f36, 0xdc0272ff, 0xcb7966bc, 0xf2f45a79, 0xe58f4e3a, - 0x96f6c39a, 0x818dd7d9, 0xb800eb1c, 0xaf7bff5f, 0xcb1a9296, - 0xdc6186d5, 0xe5ecba10, 0xf297ae53, 0x2d2e6182, 0x3a5575c1, - 0x03d84904, 0x14a35d47, 0x70c2308e, 0x67b924cd, 0x5e341808, - 0x494f0c4b}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x00000000, 0x43147b17, 0x8628f62e, 0xc53c8d39, 0x0c51ec5d, - 0x4f45974a, 0x8a791a73, 0xc96d6164, 0x18a2d8bb, 0x5bb6a3ac, - 0x9e8a2e95, 0xdd9e5582, 0x14f334e6, 0x57e74ff1, 0x92dbc2c8, - 0xd1cfb9df, 0x7142c0ac, 0x3256bbbb, 0xf76a3682, 0xb47e4d95, - 0x7d132cf1, 0x3e0757e6, 0xfb3bdadf, 0xb82fa1c8, 0x69e01817, - 0x2af46300, 0xefc8ee39, 0xacdc952e, 0x65b1f44a, 0x26a58f5d, - 0xe3990264, 0xa08d7973, 0xa382f182, 0xe0968a95, 0x25aa07ac, - 0x66be7cbb, 0xafd31ddf, 0xecc766c8, 0x29fbebf1, 0x6aef90e6, - 0xbb202939, 0xf834522e, 0x3d08df17, 0x7e1ca400, 0xb771c564, - 0xf465be73, 0x3159334a, 0x724d485d, 0xd2c0312e, 0x91d44a39, - 0x54e8c700, 0x17fcbc17, 0xde91dd73, 0x9d85a664, 0x58b92b5d, - 0x1bad504a, 0xca62e995, 0x89769282, 0x4c4a1fbb, 0x0f5e64ac, - 0xc63305c8, 0x85277edf, 0x401bf3e6, 0x030f88f1, 0x070392de, - 0x4417e9c9, 0x812b64f0, 0xc23f1fe7, 0x0b527e83, 0x48460594, - 0x8d7a88ad, 0xce6ef3ba, 0x1fa14a65, 0x5cb53172, 0x9989bc4b, - 0xda9dc75c, 0x13f0a638, 0x50e4dd2f, 0x95d85016, 0xd6cc2b01, - 0x76415272, 0x35552965, 0xf069a45c, 0xb37ddf4b, 0x7a10be2f, - 0x3904c538, 0xfc384801, 0xbf2c3316, 0x6ee38ac9, 0x2df7f1de, - 0xe8cb7ce7, 0xabdf07f0, 0x62b26694, 0x21a61d83, 0xe49a90ba, - 0xa78eebad, 0xa481635c, 0xe795184b, 0x22a99572, 0x61bdee65, - 0xa8d08f01, 0xebc4f416, 0x2ef8792f, 0x6dec0238, 0xbc23bbe7, - 0xff37c0f0, 0x3a0b4dc9, 0x791f36de, 0xb07257ba, 0xf3662cad, - 0x365aa194, 0x754eda83, 0xd5c3a3f0, 0x96d7d8e7, 0x53eb55de, - 0x10ff2ec9, 0xd9924fad, 0x9a8634ba, 0x5fbab983, 0x1caec294, - 0xcd617b4b, 0x8e75005c, 0x4b498d65, 0x085df672, 0xc1309716, - 0x8224ec01, 0x47186138, 0x040c1a2f, 0x4f005566, 0x0c142e71, - 0xc928a348, 0x8a3cd85f, 0x4351b93b, 0x0045c22c, 0xc5794f15, - 0x866d3402, 0x57a28ddd, 0x14b6f6ca, 0xd18a7bf3, 0x929e00e4, - 0x5bf36180, 0x18e71a97, 0xdddb97ae, 0x9ecfecb9, 0x3e4295ca, - 0x7d56eedd, 0xb86a63e4, 0xfb7e18f3, 0x32137997, 0x71070280, - 0xb43b8fb9, 0xf72ff4ae, 0x26e04d71, 0x65f43666, 0xa0c8bb5f, - 0xe3dcc048, 0x2ab1a12c, 0x69a5da3b, 0xac995702, 0xef8d2c15, - 0xec82a4e4, 0xaf96dff3, 0x6aaa52ca, 0x29be29dd, 0xe0d348b9, - 0xa3c733ae, 0x66fbbe97, 0x25efc580, 0xf4207c5f, 0xb7340748, - 0x72088a71, 0x311cf166, 0xf8719002, 0xbb65eb15, 0x7e59662c, - 0x3d4d1d3b, 0x9dc06448, 0xded41f5f, 0x1be89266, 0x58fce971, - 0x91918815, 0xd285f302, 0x17b97e3b, 0x54ad052c, 0x8562bcf3, - 0xc676c7e4, 0x034a4add, 0x405e31ca, 0x893350ae, 0xca272bb9, - 0x0f1ba680, 0x4c0fdd97, 0x4803c7b8, 0x0b17bcaf, 0xce2b3196, - 0x8d3f4a81, 0x44522be5, 0x074650f2, 0xc27addcb, 0x816ea6dc, - 0x50a11f03, 0x13b56414, 0xd689e92d, 0x959d923a, 0x5cf0f35e, - 0x1fe48849, 0xdad80570, 0x99cc7e67, 0x39410714, 0x7a557c03, - 0xbf69f13a, 0xfc7d8a2d, 0x3510eb49, 0x7604905e, 0xb3381d67, - 0xf02c6670, 0x21e3dfaf, 0x62f7a4b8, 0xa7cb2981, 0xe4df5296, - 0x2db233f2, 0x6ea648e5, 0xab9ac5dc, 0xe88ebecb, 0xeb81363a, - 0xa8954d2d, 0x6da9c014, 0x2ebdbb03, 0xe7d0da67, 0xa4c4a170, - 0x61f82c49, 0x22ec575e, 0xf323ee81, 0xb0379596, 0x750b18af, - 0x361f63b8, 0xff7202dc, 0xbc6679cb, 0x795af4f2, 0x3a4e8fe5, - 0x9ac3f696, 0xd9d78d81, 0x1ceb00b8, 0x5fff7baf, 0x96921acb, - 0xd58661dc, 0x10baece5, 0x53ae97f2, 0x82612e2d, 0xc175553a, - 0x0449d803, 0x475da314, 0x8e30c270, 0xcd24b967, 0x0818345e, - 0x4b0c4f49}, - {0x00000000, 0x3e6bc2ef, 0x3dd0f504, 0x03bb37eb, 0x7aa0eb09, - 0x44cb29e6, 0x47701e0d, 0x791bdce2, 0xf440d713, 0xca2b15fc, - 0xc9902217, 0xf7fbe0f8, 0x8ee03c1a, 0xb08bfef5, 0xb330c91e, - 0x8d5b0bf1, 0xe881ae27, 0xd6ea6cc8, 0xd5515b23, 0xeb3a99cc, - 0x9221452e, 0xac4a87c1, 0xaff1b02a, 0x919a72c5, 0x1cc17934, - 0x22aabbdb, 0x21118c30, 0x1f7a4edf, 0x6661923d, 0x580a50d2, - 0x5bb16739, 0x65daa5d6, 0xd0035d4f, 0xee689fa0, 0xedd3a84b, - 0xd3b86aa4, 0xaaa3b646, 0x94c874a9, 0x97734342, 0xa91881ad, - 0x24438a5c, 0x1a2848b3, 0x19937f58, 0x27f8bdb7, 0x5ee36155, - 0x6088a3ba, 0x63339451, 0x5d5856be, 0x3882f368, 0x06e93187, - 0x0552066c, 0x3b39c483, 0x42221861, 0x7c49da8e, 0x7ff2ed65, - 0x41992f8a, 0xccc2247b, 0xf2a9e694, 0xf112d17f, 0xcf791390, - 0xb662cf72, 0x88090d9d, 0x8bb23a76, 0xb5d9f899, 0xa007ba9e, - 0x9e6c7871, 0x9dd74f9a, 0xa3bc8d75, 0xdaa75197, 0xe4cc9378, - 0xe777a493, 0xd91c667c, 0x54476d8d, 0x6a2caf62, 0x69979889, - 0x57fc5a66, 0x2ee78684, 0x108c446b, 0x13377380, 0x2d5cb16f, - 0x488614b9, 0x76edd656, 0x7556e1bd, 0x4b3d2352, 0x3226ffb0, - 0x0c4d3d5f, 0x0ff60ab4, 0x319dc85b, 0xbcc6c3aa, 0x82ad0145, - 0x811636ae, 0xbf7df441, 0xc66628a3, 0xf80dea4c, 0xfbb6dda7, - 0xc5dd1f48, 0x7004e7d1, 0x4e6f253e, 0x4dd412d5, 0x73bfd03a, - 0x0aa40cd8, 0x34cfce37, 0x3774f9dc, 0x091f3b33, 0x844430c2, - 0xba2ff22d, 0xb994c5c6, 0x87ff0729, 0xfee4dbcb, 0xc08f1924, - 0xc3342ecf, 0xfd5fec20, 0x988549f6, 0xa6ee8b19, 0xa555bcf2, - 0x9b3e7e1d, 0xe225a2ff, 0xdc4e6010, 0xdff557fb, 0xe19e9514, - 0x6cc59ee5, 0x52ae5c0a, 0x51156be1, 0x6f7ea90e, 0x166575ec, - 0x280eb703, 0x2bb580e8, 0x15de4207, 0x010905e6, 0x3f62c709, - 0x3cd9f0e2, 0x02b2320d, 0x7ba9eeef, 0x45c22c00, 0x46791beb, - 0x7812d904, 0xf549d2f5, 0xcb22101a, 0xc89927f1, 0xf6f2e51e, - 0x8fe939fc, 0xb182fb13, 0xb239ccf8, 0x8c520e17, 0xe988abc1, - 0xd7e3692e, 0xd4585ec5, 0xea339c2a, 0x932840c8, 0xad438227, - 0xaef8b5cc, 0x90937723, 0x1dc87cd2, 0x23a3be3d, 0x201889d6, - 0x1e734b39, 0x676897db, 0x59035534, 0x5ab862df, 0x64d3a030, - 0xd10a58a9, 0xef619a46, 0xecdaadad, 0xd2b16f42, 0xabaab3a0, - 0x95c1714f, 0x967a46a4, 0xa811844b, 0x254a8fba, 0x1b214d55, - 0x189a7abe, 0x26f1b851, 0x5fea64b3, 0x6181a65c, 0x623a91b7, - 0x5c515358, 0x398bf68e, 0x07e03461, 0x045b038a, 0x3a30c165, - 0x432b1d87, 0x7d40df68, 0x7efbe883, 0x40902a6c, 0xcdcb219d, - 0xf3a0e372, 0xf01bd499, 0xce701676, 0xb76bca94, 0x8900087b, - 0x8abb3f90, 0xb4d0fd7f, 0xa10ebf78, 0x9f657d97, 0x9cde4a7c, - 0xa2b58893, 0xdbae5471, 0xe5c5969e, 0xe67ea175, 0xd815639a, - 0x554e686b, 0x6b25aa84, 0x689e9d6f, 0x56f55f80, 0x2fee8362, - 0x1185418d, 0x123e7666, 0x2c55b489, 0x498f115f, 0x77e4d3b0, - 0x745fe45b, 0x4a3426b4, 0x332ffa56, 0x0d4438b9, 0x0eff0f52, - 0x3094cdbd, 0xbdcfc64c, 0x83a404a3, 0x801f3348, 0xbe74f1a7, - 0xc76f2d45, 0xf904efaa, 0xfabfd841, 0xc4d41aae, 0x710de237, - 0x4f6620d8, 0x4cdd1733, 0x72b6d5dc, 0x0bad093e, 0x35c6cbd1, - 0x367dfc3a, 0x08163ed5, 0x854d3524, 0xbb26f7cb, 0xb89dc020, - 0x86f602cf, 0xffedde2d, 0xc1861cc2, 0xc23d2b29, 0xfc56e9c6, - 0x998c4c10, 0xa7e78eff, 0xa45cb914, 0x9a377bfb, 0xe32ca719, - 0xdd4765f6, 0xdefc521d, 0xe09790f2, 0x6dcc9b03, 0x53a759ec, - 0x501c6e07, 0x6e77ace8, 0x176c700a, 0x2907b2e5, 0x2abc850e, - 0x14d747e1}, - {0x00000000, 0xc0df8ec1, 0xc1b96c58, 0x0166e299, 0x8273d9b0, - 0x42ac5771, 0x43cab5e8, 0x83153b29, 0x45e1c3ba, 0x853e4d7b, - 0x8458afe2, 0x44872123, 0xc7921a0a, 0x074d94cb, 0x062b7652, - 0xc6f4f893, 0xcbc4f6ae, 0x0b1b786f, 0x0a7d9af6, 0xcaa21437, - 0x49b72f1e, 0x8968a1df, 0x880e4346, 0x48d1cd87, 0x8e253514, - 0x4efabbd5, 0x4f9c594c, 0x8f43d78d, 0x0c56eca4, 0xcc896265, - 0xcdef80fc, 0x0d300e3d, 0xd78f9c86, 0x17501247, 0x1636f0de, - 0xd6e97e1f, 0x55fc4536, 0x9523cbf7, 0x9445296e, 0x549aa7af, - 0x926e5f3c, 0x52b1d1fd, 0x53d73364, 0x9308bda5, 0x101d868c, - 0xd0c2084d, 0xd1a4ead4, 0x117b6415, 0x1c4b6a28, 0xdc94e4e9, - 0xddf20670, 0x1d2d88b1, 0x9e38b398, 0x5ee73d59, 0x5f81dfc0, - 0x9f5e5101, 0x59aaa992, 0x99752753, 0x9813c5ca, 0x58cc4b0b, - 0xdbd97022, 0x1b06fee3, 0x1a601c7a, 0xdabf92bb, 0xef1948d6, - 0x2fc6c617, 0x2ea0248e, 0xee7faa4f, 0x6d6a9166, 0xadb51fa7, - 0xacd3fd3e, 0x6c0c73ff, 0xaaf88b6c, 0x6a2705ad, 0x6b41e734, - 0xab9e69f5, 0x288b52dc, 0xe854dc1d, 0xe9323e84, 0x29edb045, - 0x24ddbe78, 0xe40230b9, 0xe564d220, 0x25bb5ce1, 0xa6ae67c8, - 0x6671e909, 0x67170b90, 0xa7c88551, 0x613c7dc2, 0xa1e3f303, - 0xa085119a, 0x605a9f5b, 0xe34fa472, 0x23902ab3, 0x22f6c82a, - 0xe22946eb, 0x3896d450, 0xf8495a91, 0xf92fb808, 0x39f036c9, - 0xbae50de0, 0x7a3a8321, 0x7b5c61b8, 0xbb83ef79, 0x7d7717ea, - 0xbda8992b, 0xbcce7bb2, 0x7c11f573, 0xff04ce5a, 0x3fdb409b, - 0x3ebda202, 0xfe622cc3, 0xf35222fe, 0x338dac3f, 0x32eb4ea6, - 0xf234c067, 0x7121fb4e, 0xb1fe758f, 0xb0989716, 0x704719d7, - 0xb6b3e144, 0x766c6f85, 0x770a8d1c, 0xb7d503dd, 0x34c038f4, - 0xf41fb635, 0xf57954ac, 0x35a6da6d, 0x9f35e177, 0x5fea6fb6, - 0x5e8c8d2f, 0x9e5303ee, 0x1d4638c7, 0xdd99b606, 0xdcff549f, - 0x1c20da5e, 0xdad422cd, 0x1a0bac0c, 0x1b6d4e95, 0xdbb2c054, - 0x58a7fb7d, 0x987875bc, 0x991e9725, 0x59c119e4, 0x54f117d9, - 0x942e9918, 0x95487b81, 0x5597f540, 0xd682ce69, 0x165d40a8, - 0x173ba231, 0xd7e42cf0, 0x1110d463, 0xd1cf5aa2, 0xd0a9b83b, - 0x107636fa, 0x93630dd3, 0x53bc8312, 0x52da618b, 0x9205ef4a, - 0x48ba7df1, 0x8865f330, 0x890311a9, 0x49dc9f68, 0xcac9a441, - 0x0a162a80, 0x0b70c819, 0xcbaf46d8, 0x0d5bbe4b, 0xcd84308a, - 0xcce2d213, 0x0c3d5cd2, 0x8f2867fb, 0x4ff7e93a, 0x4e910ba3, - 0x8e4e8562, 0x837e8b5f, 0x43a1059e, 0x42c7e707, 0x821869c6, - 0x010d52ef, 0xc1d2dc2e, 0xc0b43eb7, 0x006bb076, 0xc69f48e5, - 0x0640c624, 0x072624bd, 0xc7f9aa7c, 0x44ec9155, 0x84331f94, - 0x8555fd0d, 0x458a73cc, 0x702ca9a1, 0xb0f32760, 0xb195c5f9, - 0x714a4b38, 0xf25f7011, 0x3280fed0, 0x33e61c49, 0xf3399288, - 0x35cd6a1b, 0xf512e4da, 0xf4740643, 0x34ab8882, 0xb7beb3ab, - 0x77613d6a, 0x7607dff3, 0xb6d85132, 0xbbe85f0f, 0x7b37d1ce, - 0x7a513357, 0xba8ebd96, 0x399b86bf, 0xf944087e, 0xf822eae7, - 0x38fd6426, 0xfe099cb5, 0x3ed61274, 0x3fb0f0ed, 0xff6f7e2c, - 0x7c7a4505, 0xbca5cbc4, 0xbdc3295d, 0x7d1ca79c, 0xa7a33527, - 0x677cbbe6, 0x661a597f, 0xa6c5d7be, 0x25d0ec97, 0xe50f6256, - 0xe46980cf, 0x24b60e0e, 0xe242f69d, 0x229d785c, 0x23fb9ac5, - 0xe3241404, 0x60312f2d, 0xa0eea1ec, 0xa1884375, 0x6157cdb4, - 0x6c67c389, 0xacb84d48, 0xaddeafd1, 0x6d012110, 0xee141a39, - 0x2ecb94f8, 0x2fad7661, 0xef72f8a0, 0x29860033, 0xe9598ef2, - 0xe83f6c6b, 0x28e0e2aa, 0xabf5d983, 0x6b2a5742, 0x6a4cb5db, - 0xaa933b1a}, - {0x00000000, 0x6f4ca59b, 0x9f9e3bec, 0xf0d29e77, 0x7f3b0603, - 0x1077a398, 0xe0a53def, 0x8fe99874, 0xfe760c06, 0x913aa99d, - 0x61e837ea, 0x0ea49271, 0x814d0a05, 0xee01af9e, 0x1ed331e9, - 0x719f9472, 0xfced180c, 0x93a1bd97, 0x637323e0, 0x0c3f867b, - 0x83d61e0f, 0xec9abb94, 0x1c4825e3, 0x73048078, 0x029b140a, - 0x6dd7b191, 0x9d052fe6, 0xf2498a7d, 0x7da01209, 0x12ecb792, - 0xe23e29e5, 0x8d728c7e, 0xf8db3118, 0x97979483, 0x67450af4, - 0x0809af6f, 0x87e0371b, 0xe8ac9280, 0x187e0cf7, 0x7732a96c, - 0x06ad3d1e, 0x69e19885, 0x993306f2, 0xf67fa369, 0x79963b1d, - 0x16da9e86, 0xe60800f1, 0x8944a56a, 0x04362914, 0x6b7a8c8f, - 0x9ba812f8, 0xf4e4b763, 0x7b0d2f17, 0x14418a8c, 0xe49314fb, - 0x8bdfb160, 0xfa402512, 0x950c8089, 0x65de1efe, 0x0a92bb65, - 0x857b2311, 0xea37868a, 0x1ae518fd, 0x75a9bd66, 0xf0b76330, - 0x9ffbc6ab, 0x6f2958dc, 0x0065fd47, 0x8f8c6533, 0xe0c0c0a8, - 0x10125edf, 0x7f5efb44, 0x0ec16f36, 0x618dcaad, 0x915f54da, - 0xfe13f141, 0x71fa6935, 0x1eb6ccae, 0xee6452d9, 0x8128f742, - 0x0c5a7b3c, 0x6316dea7, 0x93c440d0, 0xfc88e54b, 0x73617d3f, - 0x1c2dd8a4, 0xecff46d3, 0x83b3e348, 0xf22c773a, 0x9d60d2a1, - 0x6db24cd6, 0x02fee94d, 0x8d177139, 0xe25bd4a2, 0x12894ad5, - 0x7dc5ef4e, 0x086c5228, 0x6720f7b3, 0x97f269c4, 0xf8becc5f, - 0x7757542b, 0x181bf1b0, 0xe8c96fc7, 0x8785ca5c, 0xf61a5e2e, - 0x9956fbb5, 0x698465c2, 0x06c8c059, 0x8921582d, 0xe66dfdb6, - 0x16bf63c1, 0x79f3c65a, 0xf4814a24, 0x9bcdefbf, 0x6b1f71c8, - 0x0453d453, 0x8bba4c27, 0xe4f6e9bc, 0x142477cb, 0x7b68d250, - 0x0af74622, 0x65bbe3b9, 0x95697dce, 0xfa25d855, 0x75cc4021, - 0x1a80e5ba, 0xea527bcd, 0x851ede56, 0xe06fc760, 0x8f2362fb, - 0x7ff1fc8c, 0x10bd5917, 0x9f54c163, 0xf01864f8, 0x00cafa8f, - 0x6f865f14, 0x1e19cb66, 0x71556efd, 0x8187f08a, 0xeecb5511, - 0x6122cd65, 0x0e6e68fe, 0xfebcf689, 0x91f05312, 0x1c82df6c, - 0x73ce7af7, 0x831ce480, 0xec50411b, 0x63b9d96f, 0x0cf57cf4, - 0xfc27e283, 0x936b4718, 0xe2f4d36a, 0x8db876f1, 0x7d6ae886, - 0x12264d1d, 0x9dcfd569, 0xf28370f2, 0x0251ee85, 0x6d1d4b1e, - 0x18b4f678, 0x77f853e3, 0x872acd94, 0xe866680f, 0x678ff07b, - 0x08c355e0, 0xf811cb97, 0x975d6e0c, 0xe6c2fa7e, 0x898e5fe5, - 0x795cc192, 0x16106409, 0x99f9fc7d, 0xf6b559e6, 0x0667c791, - 0x692b620a, 0xe459ee74, 0x8b154bef, 0x7bc7d598, 0x148b7003, - 0x9b62e877, 0xf42e4dec, 0x04fcd39b, 0x6bb07600, 0x1a2fe272, - 0x756347e9, 0x85b1d99e, 0xeafd7c05, 0x6514e471, 0x0a5841ea, - 0xfa8adf9d, 0x95c67a06, 0x10d8a450, 0x7f9401cb, 0x8f469fbc, - 0xe00a3a27, 0x6fe3a253, 0x00af07c8, 0xf07d99bf, 0x9f313c24, - 0xeeaea856, 0x81e20dcd, 0x713093ba, 0x1e7c3621, 0x9195ae55, - 0xfed90bce, 0x0e0b95b9, 0x61473022, 0xec35bc5c, 0x837919c7, - 0x73ab87b0, 0x1ce7222b, 0x930eba5f, 0xfc421fc4, 0x0c9081b3, - 0x63dc2428, 0x1243b05a, 0x7d0f15c1, 0x8ddd8bb6, 0xe2912e2d, - 0x6d78b659, 0x023413c2, 0xf2e68db5, 0x9daa282e, 0xe8039548, - 0x874f30d3, 0x779daea4, 0x18d10b3f, 0x9738934b, 0xf87436d0, - 0x08a6a8a7, 0x67ea0d3c, 0x1675994e, 0x79393cd5, 0x89eba2a2, - 0xe6a70739, 0x694e9f4d, 0x06023ad6, 0xf6d0a4a1, 0x999c013a, - 0x14ee8d44, 0x7ba228df, 0x8b70b6a8, 0xe43c1333, 0x6bd58b47, - 0x04992edc, 0xf44bb0ab, 0x9b071530, 0xea988142, 0x85d424d9, - 0x7506baae, 0x1a4a1f35, 0x95a38741, 0xfaef22da, 0x0a3dbcad, - 0x65711936}}; - -#endif - -#endif - -#if N == 4 - -#if W == 8 - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xf1da05aa, 0x38c50d15, 0xc91f08bf, 0x718a1a2a, - 0x80501f80, 0x494f173f, 0xb8951295, 0xe3143454, 0x12ce31fe, - 0xdbd13941, 0x2a0b3ceb, 0x929e2e7e, 0x63442bd4, 0xaa5b236b, - 0x5b8126c1, 0x1d596ee9, 0xec836b43, 0x259c63fc, 0xd4466656, - 0x6cd374c3, 0x9d097169, 0x541679d6, 0xa5cc7c7c, 0xfe4d5abd, - 0x0f975f17, 0xc68857a8, 0x37525202, 0x8fc74097, 0x7e1d453d, - 0xb7024d82, 0x46d84828, 0x3ab2ddd2, 0xcb68d878, 0x0277d0c7, - 0xf3add56d, 0x4b38c7f8, 0xbae2c252, 0x73fdcaed, 0x8227cf47, - 0xd9a6e986, 0x287cec2c, 0xe163e493, 0x10b9e139, 0xa82cf3ac, - 0x59f6f606, 0x90e9feb9, 0x6133fb13, 0x27ebb33b, 0xd631b691, - 0x1f2ebe2e, 0xeef4bb84, 0x5661a911, 0xa7bbacbb, 0x6ea4a404, - 0x9f7ea1ae, 0xc4ff876f, 0x352582c5, 0xfc3a8a7a, 0x0de08fd0, - 0xb5759d45, 0x44af98ef, 0x8db09050, 0x7c6a95fa, 0x7565bba4, - 0x84bfbe0e, 0x4da0b6b1, 0xbc7ab31b, 0x04efa18e, 0xf535a424, - 0x3c2aac9b, 0xcdf0a931, 0x96718ff0, 0x67ab8a5a, 0xaeb482e5, - 0x5f6e874f, 0xe7fb95da, 0x16219070, 0xdf3e98cf, 0x2ee49d65, - 0x683cd54d, 0x99e6d0e7, 0x50f9d858, 0xa123ddf2, 0x19b6cf67, - 0xe86ccacd, 0x2173c272, 0xd0a9c7d8, 0x8b28e119, 0x7af2e4b3, - 0xb3edec0c, 0x4237e9a6, 0xfaa2fb33, 0x0b78fe99, 0xc267f626, - 0x33bdf38c, 0x4fd76676, 0xbe0d63dc, 0x77126b63, 0x86c86ec9, - 0x3e5d7c5c, 0xcf8779f6, 0x06987149, 0xf74274e3, 0xacc35222, - 0x5d195788, 0x94065f37, 0x65dc5a9d, 0xdd494808, 0x2c934da2, - 0xe58c451d, 0x145640b7, 0x528e089f, 0xa3540d35, 0x6a4b058a, - 0x9b910020, 0x230412b5, 0xd2de171f, 0x1bc11fa0, 0xea1b1a0a, - 0xb19a3ccb, 0x40403961, 0x895f31de, 0x78853474, 0xc01026e1, - 0x31ca234b, 0xf8d52bf4, 0x090f2e5e, 0xeacb7748, 0x1b1172e2, - 0xd20e7a5d, 0x23d47ff7, 0x9b416d62, 0x6a9b68c8, 0xa3846077, - 0x525e65dd, 0x09df431c, 0xf80546b6, 0x311a4e09, 0xc0c04ba3, - 0x78555936, 0x898f5c9c, 0x40905423, 0xb14a5189, 0xf79219a1, - 0x06481c0b, 0xcf5714b4, 0x3e8d111e, 0x8618038b, 0x77c20621, - 0xbedd0e9e, 0x4f070b34, 0x14862df5, 0xe55c285f, 0x2c4320e0, - 0xdd99254a, 0x650c37df, 0x94d63275, 0x5dc93aca, 0xac133f60, - 0xd079aa9a, 0x21a3af30, 0xe8bca78f, 0x1966a225, 0xa1f3b0b0, - 0x5029b51a, 0x9936bda5, 0x68ecb80f, 0x336d9ece, 0xc2b79b64, - 0x0ba893db, 0xfa729671, 0x42e784e4, 0xb33d814e, 0x7a2289f1, - 0x8bf88c5b, 0xcd20c473, 0x3cfac1d9, 0xf5e5c966, 0x043fcccc, - 0xbcaade59, 0x4d70dbf3, 0x846fd34c, 0x75b5d6e6, 0x2e34f027, - 0xdfeef58d, 0x16f1fd32, 0xe72bf898, 0x5fbeea0d, 0xae64efa7, - 0x677be718, 0x96a1e2b2, 0x9faeccec, 0x6e74c946, 0xa76bc1f9, - 0x56b1c453, 0xee24d6c6, 0x1ffed36c, 0xd6e1dbd3, 0x273bde79, - 0x7cbaf8b8, 0x8d60fd12, 0x447ff5ad, 0xb5a5f007, 0x0d30e292, - 0xfceae738, 0x35f5ef87, 0xc42fea2d, 0x82f7a205, 0x732da7af, - 0xba32af10, 0x4be8aaba, 0xf37db82f, 0x02a7bd85, 0xcbb8b53a, - 0x3a62b090, 0x61e39651, 0x903993fb, 0x59269b44, 0xa8fc9eee, - 0x10698c7b, 0xe1b389d1, 0x28ac816e, 0xd97684c4, 0xa51c113e, - 0x54c61494, 0x9dd91c2b, 0x6c031981, 0xd4960b14, 0x254c0ebe, - 0xec530601, 0x1d8903ab, 0x4608256a, 0xb7d220c0, 0x7ecd287f, - 0x8f172dd5, 0x37823f40, 0xc6583aea, 0x0f473255, 0xfe9d37ff, - 0xb8457fd7, 0x499f7a7d, 0x808072c2, 0x715a7768, 0xc9cf65fd, - 0x38156057, 0xf10a68e8, 0x00d06d42, 0x5b514b83, 0xaa8b4e29, - 0x63944696, 0x924e433c, 0x2adb51a9, 0xdb015403, 0x121e5cbc, - 0xe3c45916}, - {0x00000000, 0x0ee7e8d1, 0x1dcfd1a2, 0x13283973, 0x3b9fa344, - 0x35784b95, 0x265072e6, 0x28b79a37, 0x773f4688, 0x79d8ae59, - 0x6af0972a, 0x64177ffb, 0x4ca0e5cc, 0x42470d1d, 0x516f346e, - 0x5f88dcbf, 0xee7e8d10, 0xe09965c1, 0xf3b15cb2, 0xfd56b463, - 0xd5e12e54, 0xdb06c685, 0xc82efff6, 0xc6c91727, 0x9941cb98, - 0x97a62349, 0x848e1a3a, 0x8a69f2eb, 0xa2de68dc, 0xac39800d, - 0xbf11b97e, 0xb1f651af, 0x078c1c61, 0x096bf4b0, 0x1a43cdc3, - 0x14a42512, 0x3c13bf25, 0x32f457f4, 0x21dc6e87, 0x2f3b8656, - 0x70b35ae9, 0x7e54b238, 0x6d7c8b4b, 0x639b639a, 0x4b2cf9ad, - 0x45cb117c, 0x56e3280f, 0x5804c0de, 0xe9f29171, 0xe71579a0, - 0xf43d40d3, 0xfadaa802, 0xd26d3235, 0xdc8adae4, 0xcfa2e397, - 0xc1450b46, 0x9ecdd7f9, 0x902a3f28, 0x8302065b, 0x8de5ee8a, - 0xa55274bd, 0xabb59c6c, 0xb89da51f, 0xb67a4dce, 0x0f1838c2, - 0x01ffd013, 0x12d7e960, 0x1c3001b1, 0x34879b86, 0x3a607357, - 0x29484a24, 0x27afa2f5, 0x78277e4a, 0x76c0969b, 0x65e8afe8, - 0x6b0f4739, 0x43b8dd0e, 0x4d5f35df, 0x5e770cac, 0x5090e47d, - 0xe166b5d2, 0xef815d03, 0xfca96470, 0xf24e8ca1, 0xdaf91696, - 0xd41efe47, 0xc736c734, 0xc9d12fe5, 0x9659f35a, 0x98be1b8b, - 0x8b9622f8, 0x8571ca29, 0xadc6501e, 0xa321b8cf, 0xb00981bc, - 0xbeee696d, 0x089424a3, 0x0673cc72, 0x155bf501, 0x1bbc1dd0, - 0x330b87e7, 0x3dec6f36, 0x2ec45645, 0x2023be94, 0x7fab622b, - 0x714c8afa, 0x6264b389, 0x6c835b58, 0x4434c16f, 0x4ad329be, - 0x59fb10cd, 0x571cf81c, 0xe6eaa9b3, 0xe80d4162, 0xfb257811, - 0xf5c290c0, 0xdd750af7, 0xd392e226, 0xc0badb55, 0xce5d3384, - 0x91d5ef3b, 0x9f3207ea, 0x8c1a3e99, 0x82fdd648, 0xaa4a4c7f, - 0xa4ada4ae, 0xb7859ddd, 0xb962750c, 0x1e307184, 0x10d79955, - 0x03ffa026, 0x0d1848f7, 0x25afd2c0, 0x2b483a11, 0x38600362, - 0x3687ebb3, 0x690f370c, 0x67e8dfdd, 0x74c0e6ae, 0x7a270e7f, - 0x52909448, 0x5c777c99, 0x4f5f45ea, 0x41b8ad3b, 0xf04efc94, - 0xfea91445, 0xed812d36, 0xe366c5e7, 0xcbd15fd0, 0xc536b701, - 0xd61e8e72, 0xd8f966a3, 0x8771ba1c, 0x899652cd, 0x9abe6bbe, - 0x9459836f, 0xbcee1958, 0xb209f189, 0xa121c8fa, 0xafc6202b, - 0x19bc6de5, 0x175b8534, 0x0473bc47, 0x0a945496, 0x2223cea1, - 0x2cc42670, 0x3fec1f03, 0x310bf7d2, 0x6e832b6d, 0x6064c3bc, - 0x734cfacf, 0x7dab121e, 0x551c8829, 0x5bfb60f8, 0x48d3598b, - 0x4634b15a, 0xf7c2e0f5, 0xf9250824, 0xea0d3157, 0xe4ead986, - 0xcc5d43b1, 0xc2baab60, 0xd1929213, 0xdf757ac2, 0x80fda67d, - 0x8e1a4eac, 0x9d3277df, 0x93d59f0e, 0xbb620539, 0xb585ede8, - 0xa6add49b, 0xa84a3c4a, 0x11284946, 0x1fcfa197, 0x0ce798e4, - 0x02007035, 0x2ab7ea02, 0x245002d3, 0x37783ba0, 0x399fd371, - 0x66170fce, 0x68f0e71f, 0x7bd8de6c, 0x753f36bd, 0x5d88ac8a, - 0x536f445b, 0x40477d28, 0x4ea095f9, 0xff56c456, 0xf1b12c87, - 0xe29915f4, 0xec7efd25, 0xc4c96712, 0xca2e8fc3, 0xd906b6b0, - 0xd7e15e61, 0x886982de, 0x868e6a0f, 0x95a6537c, 0x9b41bbad, - 0xb3f6219a, 0xbd11c94b, 0xae39f038, 0xa0de18e9, 0x16a45527, - 0x1843bdf6, 0x0b6b8485, 0x058c6c54, 0x2d3bf663, 0x23dc1eb2, - 0x30f427c1, 0x3e13cf10, 0x619b13af, 0x6f7cfb7e, 0x7c54c20d, - 0x72b32adc, 0x5a04b0eb, 0x54e3583a, 0x47cb6149, 0x492c8998, - 0xf8dad837, 0xf63d30e6, 0xe5150995, 0xebf2e144, 0xc3457b73, - 0xcda293a2, 0xde8aaad1, 0xd06d4200, 0x8fe59ebf, 0x8102766e, - 0x922a4f1d, 0x9ccda7cc, 0xb47a3dfb, 0xba9dd52a, 0xa9b5ec59, - 0xa7520488}, - {0x00000000, 0x3c60e308, 0x78c1c610, 0x44a12518, 0xf1838c20, - 0xcde36f28, 0x89424a30, 0xb522a938, 0x38761e01, 0x0416fd09, - 0x40b7d811, 0x7cd73b19, 0xc9f59221, 0xf5957129, 0xb1345431, - 0x8d54b739, 0x70ec3c02, 0x4c8cdf0a, 0x082dfa12, 0x344d191a, - 0x816fb022, 0xbd0f532a, 0xf9ae7632, 0xc5ce953a, 0x489a2203, - 0x74fac10b, 0x305be413, 0x0c3b071b, 0xb919ae23, 0x85794d2b, - 0xc1d86833, 0xfdb88b3b, 0xe1d87804, 0xddb89b0c, 0x9919be14, - 0xa5795d1c, 0x105bf424, 0x2c3b172c, 0x689a3234, 0x54fad13c, - 0xd9ae6605, 0xe5ce850d, 0xa16fa015, 0x9d0f431d, 0x282dea25, - 0x144d092d, 0x50ec2c35, 0x6c8ccf3d, 0x91344406, 0xad54a70e, - 0xe9f58216, 0xd595611e, 0x60b7c826, 0x5cd72b2e, 0x18760e36, - 0x2416ed3e, 0xa9425a07, 0x9522b90f, 0xd1839c17, 0xede37f1f, - 0x58c1d627, 0x64a1352f, 0x20001037, 0x1c60f33f, 0x18c1f649, - 0x24a11541, 0x60003059, 0x5c60d351, 0xe9427a69, 0xd5229961, - 0x9183bc79, 0xade35f71, 0x20b7e848, 0x1cd70b40, 0x58762e58, - 0x6416cd50, 0xd1346468, 0xed548760, 0xa9f5a278, 0x95954170, - 0x682dca4b, 0x544d2943, 0x10ec0c5b, 0x2c8cef53, 0x99ae466b, - 0xa5cea563, 0xe16f807b, 0xdd0f6373, 0x505bd44a, 0x6c3b3742, - 0x289a125a, 0x14faf152, 0xa1d8586a, 0x9db8bb62, 0xd9199e7a, - 0xe5797d72, 0xf9198e4d, 0xc5796d45, 0x81d8485d, 0xbdb8ab55, - 0x089a026d, 0x34fae165, 0x705bc47d, 0x4c3b2775, 0xc16f904c, - 0xfd0f7344, 0xb9ae565c, 0x85ceb554, 0x30ec1c6c, 0x0c8cff64, - 0x482dda7c, 0x744d3974, 0x89f5b24f, 0xb5955147, 0xf134745f, - 0xcd549757, 0x78763e6f, 0x4416dd67, 0x00b7f87f, 0x3cd71b77, - 0xb183ac4e, 0x8de34f46, 0xc9426a5e, 0xf5228956, 0x4000206e, - 0x7c60c366, 0x38c1e67e, 0x04a10576, 0x3183ec92, 0x0de30f9a, - 0x49422a82, 0x7522c98a, 0xc00060b2, 0xfc6083ba, 0xb8c1a6a2, - 0x84a145aa, 0x09f5f293, 0x3595119b, 0x71343483, 0x4d54d78b, - 0xf8767eb3, 0xc4169dbb, 0x80b7b8a3, 0xbcd75bab, 0x416fd090, - 0x7d0f3398, 0x39ae1680, 0x05cef588, 0xb0ec5cb0, 0x8c8cbfb8, - 0xc82d9aa0, 0xf44d79a8, 0x7919ce91, 0x45792d99, 0x01d80881, - 0x3db8eb89, 0x889a42b1, 0xb4faa1b9, 0xf05b84a1, 0xcc3b67a9, - 0xd05b9496, 0xec3b779e, 0xa89a5286, 0x94fab18e, 0x21d818b6, - 0x1db8fbbe, 0x5919dea6, 0x65793dae, 0xe82d8a97, 0xd44d699f, - 0x90ec4c87, 0xac8caf8f, 0x19ae06b7, 0x25cee5bf, 0x616fc0a7, - 0x5d0f23af, 0xa0b7a894, 0x9cd74b9c, 0xd8766e84, 0xe4168d8c, - 0x513424b4, 0x6d54c7bc, 0x29f5e2a4, 0x159501ac, 0x98c1b695, - 0xa4a1559d, 0xe0007085, 0xdc60938d, 0x69423ab5, 0x5522d9bd, - 0x1183fca5, 0x2de31fad, 0x29421adb, 0x1522f9d3, 0x5183dccb, - 0x6de33fc3, 0xd8c196fb, 0xe4a175f3, 0xa00050eb, 0x9c60b3e3, - 0x113404da, 0x2d54e7d2, 0x69f5c2ca, 0x559521c2, 0xe0b788fa, - 0xdcd76bf2, 0x98764eea, 0xa416ade2, 0x59ae26d9, 0x65cec5d1, - 0x216fe0c9, 0x1d0f03c1, 0xa82daaf9, 0x944d49f1, 0xd0ec6ce9, - 0xec8c8fe1, 0x61d838d8, 0x5db8dbd0, 0x1919fec8, 0x25791dc0, - 0x905bb4f8, 0xac3b57f0, 0xe89a72e8, 0xd4fa91e0, 0xc89a62df, - 0xf4fa81d7, 0xb05ba4cf, 0x8c3b47c7, 0x3919eeff, 0x05790df7, - 0x41d828ef, 0x7db8cbe7, 0xf0ec7cde, 0xcc8c9fd6, 0x882dbace, - 0xb44d59c6, 0x016ff0fe, 0x3d0f13f6, 0x79ae36ee, 0x45ced5e6, - 0xb8765edd, 0x8416bdd5, 0xc0b798cd, 0xfcd77bc5, 0x49f5d2fd, - 0x759531f5, 0x313414ed, 0x0d54f7e5, 0x800040dc, 0xbc60a3d4, - 0xf8c186cc, 0xc4a165c4, 0x7183ccfc, 0x4de32ff4, 0x09420aec, - 0x3522e9e4}, - {0x00000000, 0x6307d924, 0xc60fb248, 0xa5086b6c, 0x576e62d1, - 0x3469bbf5, 0x9161d099, 0xf26609bd, 0xaedcc5a2, 0xcddb1c86, - 0x68d377ea, 0x0bd4aece, 0xf9b2a773, 0x9ab57e57, 0x3fbd153b, - 0x5cbacc1f, 0x86c88d05, 0xe5cf5421, 0x40c73f4d, 0x23c0e669, - 0xd1a6efd4, 0xb2a136f0, 0x17a95d9c, 0x74ae84b8, 0x281448a7, - 0x4b139183, 0xee1bfaef, 0x8d1c23cb, 0x7f7a2a76, 0x1c7df352, - 0xb975983e, 0xda72411a, 0xd6e01c4b, 0xb5e7c56f, 0x10efae03, - 0x73e87727, 0x818e7e9a, 0xe289a7be, 0x4781ccd2, 0x248615f6, - 0x783cd9e9, 0x1b3b00cd, 0xbe336ba1, 0xdd34b285, 0x2f52bb38, - 0x4c55621c, 0xe95d0970, 0x8a5ad054, 0x5028914e, 0x332f486a, - 0x96272306, 0xf520fa22, 0x0746f39f, 0x64412abb, 0xc14941d7, - 0xa24e98f3, 0xfef454ec, 0x9df38dc8, 0x38fbe6a4, 0x5bfc3f80, - 0xa99a363d, 0xca9def19, 0x6f958475, 0x0c925d51, 0x76b13ed7, - 0x15b6e7f3, 0xb0be8c9f, 0xd3b955bb, 0x21df5c06, 0x42d88522, - 0xe7d0ee4e, 0x84d7376a, 0xd86dfb75, 0xbb6a2251, 0x1e62493d, - 0x7d659019, 0x8f0399a4, 0xec044080, 0x490c2bec, 0x2a0bf2c8, - 0xf079b3d2, 0x937e6af6, 0x3676019a, 0x5571d8be, 0xa717d103, - 0xc4100827, 0x6118634b, 0x021fba6f, 0x5ea57670, 0x3da2af54, - 0x98aac438, 0xfbad1d1c, 0x09cb14a1, 0x6acccd85, 0xcfc4a6e9, - 0xacc37fcd, 0xa051229c, 0xc356fbb8, 0x665e90d4, 0x055949f0, - 0xf73f404d, 0x94389969, 0x3130f205, 0x52372b21, 0x0e8de73e, - 0x6d8a3e1a, 0xc8825576, 0xab858c52, 0x59e385ef, 0x3ae45ccb, - 0x9fec37a7, 0xfcebee83, 0x2699af99, 0x459e76bd, 0xe0961dd1, - 0x8391c4f5, 0x71f7cd48, 0x12f0146c, 0xb7f87f00, 0xd4ffa624, - 0x88456a3b, 0xeb42b31f, 0x4e4ad873, 0x2d4d0157, 0xdf2b08ea, - 0xbc2cd1ce, 0x1924baa2, 0x7a236386, 0xed627dae, 0x8e65a48a, - 0x2b6dcfe6, 0x486a16c2, 0xba0c1f7f, 0xd90bc65b, 0x7c03ad37, - 0x1f047413, 0x43beb80c, 0x20b96128, 0x85b10a44, 0xe6b6d360, - 0x14d0dadd, 0x77d703f9, 0xd2df6895, 0xb1d8b1b1, 0x6baaf0ab, - 0x08ad298f, 0xada542e3, 0xcea29bc7, 0x3cc4927a, 0x5fc34b5e, - 0xfacb2032, 0x99ccf916, 0xc5763509, 0xa671ec2d, 0x03798741, - 0x607e5e65, 0x921857d8, 0xf11f8efc, 0x5417e590, 0x37103cb4, - 0x3b8261e5, 0x5885b8c1, 0xfd8dd3ad, 0x9e8a0a89, 0x6cec0334, - 0x0febda10, 0xaae3b17c, 0xc9e46858, 0x955ea447, 0xf6597d63, - 0x5351160f, 0x3056cf2b, 0xc230c696, 0xa1371fb2, 0x043f74de, - 0x6738adfa, 0xbd4aece0, 0xde4d35c4, 0x7b455ea8, 0x1842878c, - 0xea248e31, 0x89235715, 0x2c2b3c79, 0x4f2ce55d, 0x13962942, - 0x7091f066, 0xd5999b0a, 0xb69e422e, 0x44f84b93, 0x27ff92b7, - 0x82f7f9db, 0xe1f020ff, 0x9bd34379, 0xf8d49a5d, 0x5ddcf131, - 0x3edb2815, 0xccbd21a8, 0xafbaf88c, 0x0ab293e0, 0x69b54ac4, - 0x350f86db, 0x56085fff, 0xf3003493, 0x9007edb7, 0x6261e40a, - 0x01663d2e, 0xa46e5642, 0xc7698f66, 0x1d1bce7c, 0x7e1c1758, - 0xdb147c34, 0xb813a510, 0x4a75acad, 0x29727589, 0x8c7a1ee5, - 0xef7dc7c1, 0xb3c70bde, 0xd0c0d2fa, 0x75c8b996, 0x16cf60b2, - 0xe4a9690f, 0x87aeb02b, 0x22a6db47, 0x41a10263, 0x4d335f32, - 0x2e348616, 0x8b3ced7a, 0xe83b345e, 0x1a5d3de3, 0x795ae4c7, - 0xdc528fab, 0xbf55568f, 0xe3ef9a90, 0x80e843b4, 0x25e028d8, - 0x46e7f1fc, 0xb481f841, 0xd7862165, 0x728e4a09, 0x1189932d, - 0xcbfbd237, 0xa8fc0b13, 0x0df4607f, 0x6ef3b95b, 0x9c95b0e6, - 0xff9269c2, 0x5a9a02ae, 0x399ddb8a, 0x65271795, 0x0620ceb1, - 0xa328a5dd, 0xc02f7cf9, 0x32497544, 0x514eac60, 0xf446c70c, - 0x97411e28}, - {0x00000000, 0x01b5fd1d, 0x036bfa3a, 0x02de0727, 0x06d7f474, - 0x07620969, 0x05bc0e4e, 0x0409f353, 0x0dafe8e8, 0x0c1a15f5, - 0x0ec412d2, 0x0f71efcf, 0x0b781c9c, 0x0acde181, 0x0813e6a6, - 0x09a61bbb, 0x1b5fd1d0, 0x1aea2ccd, 0x18342bea, 0x1981d6f7, - 0x1d8825a4, 0x1c3dd8b9, 0x1ee3df9e, 0x1f562283, 0x16f03938, - 0x1745c425, 0x159bc302, 0x142e3e1f, 0x1027cd4c, 0x11923051, - 0x134c3776, 0x12f9ca6b, 0x36bfa3a0, 0x370a5ebd, 0x35d4599a, - 0x3461a487, 0x306857d4, 0x31ddaac9, 0x3303adee, 0x32b650f3, - 0x3b104b48, 0x3aa5b655, 0x387bb172, 0x39ce4c6f, 0x3dc7bf3c, - 0x3c724221, 0x3eac4506, 0x3f19b81b, 0x2de07270, 0x2c558f6d, - 0x2e8b884a, 0x2f3e7557, 0x2b378604, 0x2a827b19, 0x285c7c3e, - 0x29e98123, 0x204f9a98, 0x21fa6785, 0x232460a2, 0x22919dbf, - 0x26986eec, 0x272d93f1, 0x25f394d6, 0x244669cb, 0x6d7f4740, - 0x6ccaba5d, 0x6e14bd7a, 0x6fa14067, 0x6ba8b334, 0x6a1d4e29, - 0x68c3490e, 0x6976b413, 0x60d0afa8, 0x616552b5, 0x63bb5592, - 0x620ea88f, 0x66075bdc, 0x67b2a6c1, 0x656ca1e6, 0x64d95cfb, - 0x76209690, 0x77956b8d, 0x754b6caa, 0x74fe91b7, 0x70f762e4, - 0x71429ff9, 0x739c98de, 0x722965c3, 0x7b8f7e78, 0x7a3a8365, - 0x78e48442, 0x7951795f, 0x7d588a0c, 0x7ced7711, 0x7e337036, - 0x7f868d2b, 0x5bc0e4e0, 0x5a7519fd, 0x58ab1eda, 0x591ee3c7, - 0x5d171094, 0x5ca2ed89, 0x5e7ceaae, 0x5fc917b3, 0x566f0c08, - 0x57daf115, 0x5504f632, 0x54b10b2f, 0x50b8f87c, 0x510d0561, - 0x53d30246, 0x5266ff5b, 0x409f3530, 0x412ac82d, 0x43f4cf0a, - 0x42413217, 0x4648c144, 0x47fd3c59, 0x45233b7e, 0x4496c663, - 0x4d30ddd8, 0x4c8520c5, 0x4e5b27e2, 0x4feedaff, 0x4be729ac, - 0x4a52d4b1, 0x488cd396, 0x49392e8b, 0xdafe8e80, 0xdb4b739d, - 0xd99574ba, 0xd82089a7, 0xdc297af4, 0xdd9c87e9, 0xdf4280ce, - 0xdef77dd3, 0xd7516668, 0xd6e49b75, 0xd43a9c52, 0xd58f614f, - 0xd186921c, 0xd0336f01, 0xd2ed6826, 0xd358953b, 0xc1a15f50, - 0xc014a24d, 0xc2caa56a, 0xc37f5877, 0xc776ab24, 0xc6c35639, - 0xc41d511e, 0xc5a8ac03, 0xcc0eb7b8, 0xcdbb4aa5, 0xcf654d82, - 0xced0b09f, 0xcad943cc, 0xcb6cbed1, 0xc9b2b9f6, 0xc80744eb, - 0xec412d20, 0xedf4d03d, 0xef2ad71a, 0xee9f2a07, 0xea96d954, - 0xeb232449, 0xe9fd236e, 0xe848de73, 0xe1eec5c8, 0xe05b38d5, - 0xe2853ff2, 0xe330c2ef, 0xe73931bc, 0xe68ccca1, 0xe452cb86, - 0xe5e7369b, 0xf71efcf0, 0xf6ab01ed, 0xf47506ca, 0xf5c0fbd7, - 0xf1c90884, 0xf07cf599, 0xf2a2f2be, 0xf3170fa3, 0xfab11418, - 0xfb04e905, 0xf9daee22, 0xf86f133f, 0xfc66e06c, 0xfdd31d71, - 0xff0d1a56, 0xfeb8e74b, 0xb781c9c0, 0xb63434dd, 0xb4ea33fa, - 0xb55fcee7, 0xb1563db4, 0xb0e3c0a9, 0xb23dc78e, 0xb3883a93, - 0xba2e2128, 0xbb9bdc35, 0xb945db12, 0xb8f0260f, 0xbcf9d55c, - 0xbd4c2841, 0xbf922f66, 0xbe27d27b, 0xacde1810, 0xad6be50d, - 0xafb5e22a, 0xae001f37, 0xaa09ec64, 0xabbc1179, 0xa962165e, - 0xa8d7eb43, 0xa171f0f8, 0xa0c40de5, 0xa21a0ac2, 0xa3aff7df, - 0xa7a6048c, 0xa613f991, 0xa4cdfeb6, 0xa57803ab, 0x813e6a60, - 0x808b977d, 0x8255905a, 0x83e06d47, 0x87e99e14, 0x865c6309, - 0x8482642e, 0x85379933, 0x8c918288, 0x8d247f95, 0x8ffa78b2, - 0x8e4f85af, 0x8a4676fc, 0x8bf38be1, 0x892d8cc6, 0x889871db, - 0x9a61bbb0, 0x9bd446ad, 0x990a418a, 0x98bfbc97, 0x9cb64fc4, - 0x9d03b2d9, 0x9fddb5fe, 0x9e6848e3, 0x97ce5358, 0x967bae45, - 0x94a5a962, 0x9510547f, 0x9119a72c, 0x90ac5a31, 0x92725d16, - 0x93c7a00b}, - {0x00000000, 0x6e8c1b41, 0xdd183682, 0xb3942dc3, 0x61416b45, - 0x0fcd7004, 0xbc595dc7, 0xd2d54686, 0xc282d68a, 0xac0ecdcb, - 0x1f9ae008, 0x7116fb49, 0xa3c3bdcf, 0xcd4fa68e, 0x7edb8b4d, - 0x1057900c, 0x5e74ab55, 0x30f8b014, 0x836c9dd7, 0xede08696, - 0x3f35c010, 0x51b9db51, 0xe22df692, 0x8ca1edd3, 0x9cf67ddf, - 0xf27a669e, 0x41ee4b5d, 0x2f62501c, 0xfdb7169a, 0x933b0ddb, - 0x20af2018, 0x4e233b59, 0xbce956aa, 0xd2654deb, 0x61f16028, - 0x0f7d7b69, 0xdda83def, 0xb32426ae, 0x00b00b6d, 0x6e3c102c, - 0x7e6b8020, 0x10e79b61, 0xa373b6a2, 0xcdffade3, 0x1f2aeb65, - 0x71a6f024, 0xc232dde7, 0xacbec6a6, 0xe29dfdff, 0x8c11e6be, - 0x3f85cb7d, 0x5109d03c, 0x83dc96ba, 0xed508dfb, 0x5ec4a038, - 0x3048bb79, 0x201f2b75, 0x4e933034, 0xfd071df7, 0x938b06b6, - 0x415e4030, 0x2fd25b71, 0x9c4676b2, 0xf2ca6df3, 0xa2a3ab15, - 0xcc2fb054, 0x7fbb9d97, 0x113786d6, 0xc3e2c050, 0xad6edb11, - 0x1efaf6d2, 0x7076ed93, 0x60217d9f, 0x0ead66de, 0xbd394b1d, - 0xd3b5505c, 0x016016da, 0x6fec0d9b, 0xdc782058, 0xb2f43b19, - 0xfcd70040, 0x925b1b01, 0x21cf36c2, 0x4f432d83, 0x9d966b05, - 0xf31a7044, 0x408e5d87, 0x2e0246c6, 0x3e55d6ca, 0x50d9cd8b, - 0xe34de048, 0x8dc1fb09, 0x5f14bd8f, 0x3198a6ce, 0x820c8b0d, - 0xec80904c, 0x1e4afdbf, 0x70c6e6fe, 0xc352cb3d, 0xadded07c, - 0x7f0b96fa, 0x11878dbb, 0xa213a078, 0xcc9fbb39, 0xdcc82b35, - 0xb2443074, 0x01d01db7, 0x6f5c06f6, 0xbd894070, 0xd3055b31, - 0x609176f2, 0x0e1d6db3, 0x403e56ea, 0x2eb24dab, 0x9d266068, - 0xf3aa7b29, 0x217f3daf, 0x4ff326ee, 0xfc670b2d, 0x92eb106c, - 0x82bc8060, 0xec309b21, 0x5fa4b6e2, 0x3128ada3, 0xe3fdeb25, - 0x8d71f064, 0x3ee5dda7, 0x5069c6e6, 0x9e36506b, 0xf0ba4b2a, - 0x432e66e9, 0x2da27da8, 0xff773b2e, 0x91fb206f, 0x226f0dac, - 0x4ce316ed, 0x5cb486e1, 0x32389da0, 0x81acb063, 0xef20ab22, - 0x3df5eda4, 0x5379f6e5, 0xe0eddb26, 0x8e61c067, 0xc042fb3e, - 0xaecee07f, 0x1d5acdbc, 0x73d6d6fd, 0xa103907b, 0xcf8f8b3a, - 0x7c1ba6f9, 0x1297bdb8, 0x02c02db4, 0x6c4c36f5, 0xdfd81b36, - 0xb1540077, 0x638146f1, 0x0d0d5db0, 0xbe997073, 0xd0156b32, - 0x22df06c1, 0x4c531d80, 0xffc73043, 0x914b2b02, 0x439e6d84, - 0x2d1276c5, 0x9e865b06, 0xf00a4047, 0xe05dd04b, 0x8ed1cb0a, - 0x3d45e6c9, 0x53c9fd88, 0x811cbb0e, 0xef90a04f, 0x5c048d8c, - 0x328896cd, 0x7cabad94, 0x1227b6d5, 0xa1b39b16, 0xcf3f8057, - 0x1deac6d1, 0x7366dd90, 0xc0f2f053, 0xae7eeb12, 0xbe297b1e, - 0xd0a5605f, 0x63314d9c, 0x0dbd56dd, 0xdf68105b, 0xb1e40b1a, - 0x027026d9, 0x6cfc3d98, 0x3c95fb7e, 0x5219e03f, 0xe18dcdfc, - 0x8f01d6bd, 0x5dd4903b, 0x33588b7a, 0x80cca6b9, 0xee40bdf8, - 0xfe172df4, 0x909b36b5, 0x230f1b76, 0x4d830037, 0x9f5646b1, - 0xf1da5df0, 0x424e7033, 0x2cc26b72, 0x62e1502b, 0x0c6d4b6a, - 0xbff966a9, 0xd1757de8, 0x03a03b6e, 0x6d2c202f, 0xdeb80dec, - 0xb03416ad, 0xa06386a1, 0xceef9de0, 0x7d7bb023, 0x13f7ab62, - 0xc122ede4, 0xafaef6a5, 0x1c3adb66, 0x72b6c027, 0x807cadd4, - 0xeef0b695, 0x5d649b56, 0x33e88017, 0xe13dc691, 0x8fb1ddd0, - 0x3c25f013, 0x52a9eb52, 0x42fe7b5e, 0x2c72601f, 0x9fe64ddc, - 0xf16a569d, 0x23bf101b, 0x4d330b5a, 0xfea72699, 0x902b3dd8, - 0xde080681, 0xb0841dc0, 0x03103003, 0x6d9c2b42, 0xbf496dc4, - 0xd1c57685, 0x62515b46, 0x0cdd4007, 0x1c8ad00b, 0x7206cb4a, - 0xc192e689, 0xaf1efdc8, 0x7dcbbb4e, 0x1347a00f, 0xa0d38dcc, - 0xce5f968d}, - {0x00000000, 0xe71da697, 0x154a4b6f, 0xf257edf8, 0x2a9496de, - 0xcd893049, 0x3fdeddb1, 0xd8c37b26, 0x55292dbc, 0xb2348b2b, - 0x406366d3, 0xa77ec044, 0x7fbdbb62, 0x98a01df5, 0x6af7f00d, - 0x8dea569a, 0xaa525b78, 0x4d4ffdef, 0xbf181017, 0x5805b680, - 0x80c6cda6, 0x67db6b31, 0x958c86c9, 0x7291205e, 0xff7b76c4, - 0x1866d053, 0xea313dab, 0x0d2c9b3c, 0xd5efe01a, 0x32f2468d, - 0xc0a5ab75, 0x27b80de2, 0x8fd5b0b1, 0x68c81626, 0x9a9ffbde, - 0x7d825d49, 0xa541266f, 0x425c80f8, 0xb00b6d00, 0x5716cb97, - 0xdafc9d0d, 0x3de13b9a, 0xcfb6d662, 0x28ab70f5, 0xf0680bd3, - 0x1775ad44, 0xe52240bc, 0x023fe62b, 0x2587ebc9, 0xc29a4d5e, - 0x30cda0a6, 0xd7d00631, 0x0f137d17, 0xe80edb80, 0x1a593678, - 0xfd4490ef, 0x70aec675, 0x97b360e2, 0x65e48d1a, 0x82f92b8d, - 0x5a3a50ab, 0xbd27f63c, 0x4f701bc4, 0xa86dbd53, 0xc4da6723, - 0x23c7c1b4, 0xd1902c4c, 0x368d8adb, 0xee4ef1fd, 0x0953576a, - 0xfb04ba92, 0x1c191c05, 0x91f34a9f, 0x76eeec08, 0x84b901f0, - 0x63a4a767, 0xbb67dc41, 0x5c7a7ad6, 0xae2d972e, 0x493031b9, - 0x6e883c5b, 0x89959acc, 0x7bc27734, 0x9cdfd1a3, 0x441caa85, - 0xa3010c12, 0x5156e1ea, 0xb64b477d, 0x3ba111e7, 0xdcbcb770, - 0x2eeb5a88, 0xc9f6fc1f, 0x11358739, 0xf62821ae, 0x047fcc56, - 0xe3626ac1, 0x4b0fd792, 0xac127105, 0x5e459cfd, 0xb9583a6a, - 0x619b414c, 0x8686e7db, 0x74d10a23, 0x93ccacb4, 0x1e26fa2e, - 0xf93b5cb9, 0x0b6cb141, 0xec7117d6, 0x34b26cf0, 0xd3afca67, - 0x21f8279f, 0xc6e58108, 0xe15d8cea, 0x06402a7d, 0xf417c785, - 0x130a6112, 0xcbc91a34, 0x2cd4bca3, 0xde83515b, 0x399ef7cc, - 0xb474a156, 0x536907c1, 0xa13eea39, 0x46234cae, 0x9ee03788, - 0x79fd911f, 0x8baa7ce7, 0x6cb7da70, 0x52c5c807, 0xb5d86e90, - 0x478f8368, 0xa09225ff, 0x78515ed9, 0x9f4cf84e, 0x6d1b15b6, - 0x8a06b321, 0x07ece5bb, 0xe0f1432c, 0x12a6aed4, 0xf5bb0843, - 0x2d787365, 0xca65d5f2, 0x3832380a, 0xdf2f9e9d, 0xf897937f, - 0x1f8a35e8, 0xedddd810, 0x0ac07e87, 0xd20305a1, 0x351ea336, - 0xc7494ece, 0x2054e859, 0xadbebec3, 0x4aa31854, 0xb8f4f5ac, - 0x5fe9533b, 0x872a281d, 0x60378e8a, 0x92606372, 0x757dc5e5, - 0xdd1078b6, 0x3a0dde21, 0xc85a33d9, 0x2f47954e, 0xf784ee68, - 0x109948ff, 0xe2cea507, 0x05d30390, 0x8839550a, 0x6f24f39d, - 0x9d731e65, 0x7a6eb8f2, 0xa2adc3d4, 0x45b06543, 0xb7e788bb, - 0x50fa2e2c, 0x774223ce, 0x905f8559, 0x620868a1, 0x8515ce36, - 0x5dd6b510, 0xbacb1387, 0x489cfe7f, 0xaf8158e8, 0x226b0e72, - 0xc576a8e5, 0x3721451d, 0xd03ce38a, 0x08ff98ac, 0xefe23e3b, - 0x1db5d3c3, 0xfaa87554, 0x961faf24, 0x710209b3, 0x8355e44b, - 0x644842dc, 0xbc8b39fa, 0x5b969f6d, 0xa9c17295, 0x4edcd402, - 0xc3368298, 0x242b240f, 0xd67cc9f7, 0x31616f60, 0xe9a21446, - 0x0ebfb2d1, 0xfce85f29, 0x1bf5f9be, 0x3c4df45c, 0xdb5052cb, - 0x2907bf33, 0xce1a19a4, 0x16d96282, 0xf1c4c415, 0x039329ed, - 0xe48e8f7a, 0x6964d9e0, 0x8e797f77, 0x7c2e928f, 0x9b333418, - 0x43f04f3e, 0xa4ede9a9, 0x56ba0451, 0xb1a7a2c6, 0x19ca1f95, - 0xfed7b902, 0x0c8054fa, 0xeb9df26d, 0x335e894b, 0xd4432fdc, - 0x2614c224, 0xc10964b3, 0x4ce33229, 0xabfe94be, 0x59a97946, - 0xbeb4dfd1, 0x6677a4f7, 0x816a0260, 0x733def98, 0x9420490f, - 0xb39844ed, 0x5485e27a, 0xa6d20f82, 0x41cfa915, 0x990cd233, - 0x7e1174a4, 0x8c46995c, 0x6b5b3fcb, 0xe6b16951, 0x01accfc6, - 0xf3fb223e, 0x14e684a9, 0xcc25ff8f, 0x2b385918, 0xd96fb4e0, - 0x3e721277}, - {0x00000000, 0xa58b900e, 0x9066265d, 0x35edb653, 0xfbbd4afb, - 0x5e36daf5, 0x6bdb6ca6, 0xce50fca8, 0x2c0b93b7, 0x898003b9, - 0xbc6db5ea, 0x19e625e4, 0xd7b6d94c, 0x723d4942, 0x47d0ff11, - 0xe25b6f1f, 0x5817276e, 0xfd9cb760, 0xc8710133, 0x6dfa913d, - 0xa3aa6d95, 0x0621fd9b, 0x33cc4bc8, 0x9647dbc6, 0x741cb4d9, - 0xd19724d7, 0xe47a9284, 0x41f1028a, 0x8fa1fe22, 0x2a2a6e2c, - 0x1fc7d87f, 0xba4c4871, 0xb02e4edc, 0x15a5ded2, 0x20486881, - 0x85c3f88f, 0x4b930427, 0xee189429, 0xdbf5227a, 0x7e7eb274, - 0x9c25dd6b, 0x39ae4d65, 0x0c43fb36, 0xa9c86b38, 0x67989790, - 0xc213079e, 0xf7feb1cd, 0x527521c3, 0xe83969b2, 0x4db2f9bc, - 0x785f4fef, 0xddd4dfe1, 0x13842349, 0xb60fb347, 0x83e20514, - 0x2669951a, 0xc432fa05, 0x61b96a0b, 0x5454dc58, 0xf1df4c56, - 0x3f8fb0fe, 0x9a0420f0, 0xafe996a3, 0x0a6206ad, 0xbb2d9bf9, - 0x1ea60bf7, 0x2b4bbda4, 0x8ec02daa, 0x4090d102, 0xe51b410c, - 0xd0f6f75f, 0x757d6751, 0x9726084e, 0x32ad9840, 0x07402e13, - 0xa2cbbe1d, 0x6c9b42b5, 0xc910d2bb, 0xfcfd64e8, 0x5976f4e6, - 0xe33abc97, 0x46b12c99, 0x735c9aca, 0xd6d70ac4, 0x1887f66c, - 0xbd0c6662, 0x88e1d031, 0x2d6a403f, 0xcf312f20, 0x6ababf2e, - 0x5f57097d, 0xfadc9973, 0x348c65db, 0x9107f5d5, 0xa4ea4386, - 0x0161d388, 0x0b03d525, 0xae88452b, 0x9b65f378, 0x3eee6376, - 0xf0be9fde, 0x55350fd0, 0x60d8b983, 0xc553298d, 0x27084692, - 0x8283d69c, 0xb76e60cf, 0x12e5f0c1, 0xdcb50c69, 0x793e9c67, - 0x4cd32a34, 0xe958ba3a, 0x5314f24b, 0xf69f6245, 0xc372d416, - 0x66f94418, 0xa8a9b8b0, 0x0d2228be, 0x38cf9eed, 0x9d440ee3, - 0x7f1f61fc, 0xda94f1f2, 0xef7947a1, 0x4af2d7af, 0x84a22b07, - 0x2129bb09, 0x14c40d5a, 0xb14f9d54, 0xad2a31b3, 0x08a1a1bd, - 0x3d4c17ee, 0x98c787e0, 0x56977b48, 0xf31ceb46, 0xc6f15d15, - 0x637acd1b, 0x8121a204, 0x24aa320a, 0x11478459, 0xb4cc1457, - 0x7a9ce8ff, 0xdf1778f1, 0xeafacea2, 0x4f715eac, 0xf53d16dd, - 0x50b686d3, 0x655b3080, 0xc0d0a08e, 0x0e805c26, 0xab0bcc28, - 0x9ee67a7b, 0x3b6dea75, 0xd936856a, 0x7cbd1564, 0x4950a337, - 0xecdb3339, 0x228bcf91, 0x87005f9f, 0xb2ede9cc, 0x176679c2, - 0x1d047f6f, 0xb88fef61, 0x8d625932, 0x28e9c93c, 0xe6b93594, - 0x4332a59a, 0x76df13c9, 0xd35483c7, 0x310fecd8, 0x94847cd6, - 0xa169ca85, 0x04e25a8b, 0xcab2a623, 0x6f39362d, 0x5ad4807e, - 0xff5f1070, 0x45135801, 0xe098c80f, 0xd5757e5c, 0x70feee52, - 0xbeae12fa, 0x1b2582f4, 0x2ec834a7, 0x8b43a4a9, 0x6918cbb6, - 0xcc935bb8, 0xf97eedeb, 0x5cf57de5, 0x92a5814d, 0x372e1143, - 0x02c3a710, 0xa748371e, 0x1607aa4a, 0xb38c3a44, 0x86618c17, - 0x23ea1c19, 0xedbae0b1, 0x483170bf, 0x7ddcc6ec, 0xd85756e2, - 0x3a0c39fd, 0x9f87a9f3, 0xaa6a1fa0, 0x0fe18fae, 0xc1b17306, - 0x643ae308, 0x51d7555b, 0xf45cc555, 0x4e108d24, 0xeb9b1d2a, - 0xde76ab79, 0x7bfd3b77, 0xb5adc7df, 0x102657d1, 0x25cbe182, - 0x8040718c, 0x621b1e93, 0xc7908e9d, 0xf27d38ce, 0x57f6a8c0, - 0x99a65468, 0x3c2dc466, 0x09c07235, 0xac4be23b, 0xa629e496, - 0x03a27498, 0x364fc2cb, 0x93c452c5, 0x5d94ae6d, 0xf81f3e63, - 0xcdf28830, 0x6879183e, 0x8a227721, 0x2fa9e72f, 0x1a44517c, - 0xbfcfc172, 0x719f3dda, 0xd414add4, 0xe1f91b87, 0x44728b89, - 0xfe3ec3f8, 0x5bb553f6, 0x6e58e5a5, 0xcbd375ab, 0x05838903, - 0xa008190d, 0x95e5af5e, 0x306e3f50, 0xd235504f, 0x77bec041, - 0x42537612, 0xe7d8e61c, 0x29881ab4, 0x8c038aba, 0xb9ee3ce9, - 0x1c65ace7}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x0000000000000000, 0x0e908ba500000000, 0x5d26669000000000, - 0x53b6ed3500000000, 0xfb4abdfb00000000, 0xf5da365e00000000, - 0xa66cdb6b00000000, 0xa8fc50ce00000000, 0xb7930b2c00000000, - 0xb903808900000000, 0xeab56dbc00000000, 0xe425e61900000000, - 0x4cd9b6d700000000, 0x42493d7200000000, 0x11ffd04700000000, - 0x1f6f5be200000000, 0x6e27175800000000, 0x60b79cfd00000000, - 0x330171c800000000, 0x3d91fa6d00000000, 0x956daaa300000000, - 0x9bfd210600000000, 0xc84bcc3300000000, 0xc6db479600000000, - 0xd9b41c7400000000, 0xd72497d100000000, 0x84927ae400000000, - 0x8a02f14100000000, 0x22fea18f00000000, 0x2c6e2a2a00000000, - 0x7fd8c71f00000000, 0x71484cba00000000, 0xdc4e2eb000000000, - 0xd2dea51500000000, 0x8168482000000000, 0x8ff8c38500000000, - 0x2704934b00000000, 0x299418ee00000000, 0x7a22f5db00000000, - 0x74b27e7e00000000, 0x6bdd259c00000000, 0x654dae3900000000, - 0x36fb430c00000000, 0x386bc8a900000000, 0x9097986700000000, - 0x9e0713c200000000, 0xcdb1fef700000000, 0xc321755200000000, - 0xb26939e800000000, 0xbcf9b24d00000000, 0xef4f5f7800000000, - 0xe1dfd4dd00000000, 0x4923841300000000, 0x47b30fb600000000, - 0x1405e28300000000, 0x1a95692600000000, 0x05fa32c400000000, - 0x0b6ab96100000000, 0x58dc545400000000, 0x564cdff100000000, - 0xfeb08f3f00000000, 0xf020049a00000000, 0xa396e9af00000000, - 0xad06620a00000000, 0xf99b2dbb00000000, 0xf70ba61e00000000, - 0xa4bd4b2b00000000, 0xaa2dc08e00000000, 0x02d1904000000000, - 0x0c411be500000000, 0x5ff7f6d000000000, 0x51677d7500000000, - 0x4e08269700000000, 0x4098ad3200000000, 0x132e400700000000, - 0x1dbecba200000000, 0xb5429b6c00000000, 0xbbd210c900000000, - 0xe864fdfc00000000, 0xe6f4765900000000, 0x97bc3ae300000000, - 0x992cb14600000000, 0xca9a5c7300000000, 0xc40ad7d600000000, - 0x6cf6871800000000, 0x62660cbd00000000, 0x31d0e18800000000, - 0x3f406a2d00000000, 0x202f31cf00000000, 0x2ebfba6a00000000, - 0x7d09575f00000000, 0x7399dcfa00000000, 0xdb658c3400000000, - 0xd5f5079100000000, 0x8643eaa400000000, 0x88d3610100000000, - 0x25d5030b00000000, 0x2b4588ae00000000, 0x78f3659b00000000, - 0x7663ee3e00000000, 0xde9fbef000000000, 0xd00f355500000000, - 0x83b9d86000000000, 0x8d2953c500000000, 0x9246082700000000, - 0x9cd6838200000000, 0xcf606eb700000000, 0xc1f0e51200000000, - 0x690cb5dc00000000, 0x679c3e7900000000, 0x342ad34c00000000, - 0x3aba58e900000000, 0x4bf2145300000000, 0x45629ff600000000, - 0x16d472c300000000, 0x1844f96600000000, 0xb0b8a9a800000000, - 0xbe28220d00000000, 0xed9ecf3800000000, 0xe30e449d00000000, - 0xfc611f7f00000000, 0xf2f194da00000000, 0xa14779ef00000000, - 0xafd7f24a00000000, 0x072ba28400000000, 0x09bb292100000000, - 0x5a0dc41400000000, 0x549d4fb100000000, 0xb3312aad00000000, - 0xbda1a10800000000, 0xee174c3d00000000, 0xe087c79800000000, - 0x487b975600000000, 0x46eb1cf300000000, 0x155df1c600000000, - 0x1bcd7a6300000000, 0x04a2218100000000, 0x0a32aa2400000000, - 0x5984471100000000, 0x5714ccb400000000, 0xffe89c7a00000000, - 0xf17817df00000000, 0xa2cefaea00000000, 0xac5e714f00000000, - 0xdd163df500000000, 0xd386b65000000000, 0x80305b6500000000, - 0x8ea0d0c000000000, 0x265c800e00000000, 0x28cc0bab00000000, - 0x7b7ae69e00000000, 0x75ea6d3b00000000, 0x6a8536d900000000, - 0x6415bd7c00000000, 0x37a3504900000000, 0x3933dbec00000000, - 0x91cf8b2200000000, 0x9f5f008700000000, 0xcce9edb200000000, - 0xc279661700000000, 0x6f7f041d00000000, 0x61ef8fb800000000, - 0x3259628d00000000, 0x3cc9e92800000000, 0x9435b9e600000000, - 0x9aa5324300000000, 0xc913df7600000000, 0xc78354d300000000, - 0xd8ec0f3100000000, 0xd67c849400000000, 0x85ca69a100000000, - 0x8b5ae20400000000, 0x23a6b2ca00000000, 0x2d36396f00000000, - 0x7e80d45a00000000, 0x70105fff00000000, 0x0158134500000000, - 0x0fc898e000000000, 0x5c7e75d500000000, 0x52eefe7000000000, - 0xfa12aebe00000000, 0xf482251b00000000, 0xa734c82e00000000, - 0xa9a4438b00000000, 0xb6cb186900000000, 0xb85b93cc00000000, - 0xebed7ef900000000, 0xe57df55c00000000, 0x4d81a59200000000, - 0x43112e3700000000, 0x10a7c30200000000, 0x1e3748a700000000, - 0x4aaa071600000000, 0x443a8cb300000000, 0x178c618600000000, - 0x191cea2300000000, 0xb1e0baed00000000, 0xbf70314800000000, - 0xecc6dc7d00000000, 0xe25657d800000000, 0xfd390c3a00000000, - 0xf3a9879f00000000, 0xa01f6aaa00000000, 0xae8fe10f00000000, - 0x0673b1c100000000, 0x08e33a6400000000, 0x5b55d75100000000, - 0x55c55cf400000000, 0x248d104e00000000, 0x2a1d9beb00000000, - 0x79ab76de00000000, 0x773bfd7b00000000, 0xdfc7adb500000000, - 0xd157261000000000, 0x82e1cb2500000000, 0x8c71408000000000, - 0x931e1b6200000000, 0x9d8e90c700000000, 0xce387df200000000, - 0xc0a8f65700000000, 0x6854a69900000000, 0x66c42d3c00000000, - 0x3572c00900000000, 0x3be24bac00000000, 0x96e429a600000000, - 0x9874a20300000000, 0xcbc24f3600000000, 0xc552c49300000000, - 0x6dae945d00000000, 0x633e1ff800000000, 0x3088f2cd00000000, - 0x3e18796800000000, 0x2177228a00000000, 0x2fe7a92f00000000, - 0x7c51441a00000000, 0x72c1cfbf00000000, 0xda3d9f7100000000, - 0xd4ad14d400000000, 0x871bf9e100000000, 0x898b724400000000, - 0xf8c33efe00000000, 0xf653b55b00000000, 0xa5e5586e00000000, - 0xab75d3cb00000000, 0x0389830500000000, 0x0d1908a000000000, - 0x5eafe59500000000, 0x503f6e3000000000, 0x4f5035d200000000, - 0x41c0be7700000000, 0x1276534200000000, 0x1ce6d8e700000000, - 0xb41a882900000000, 0xba8a038c00000000, 0xe93ceeb900000000, - 0xe7ac651c00000000}, - {0x0000000000000000, 0x97a61de700000000, 0x6f4b4a1500000000, - 0xf8ed57f200000000, 0xde96942a00000000, 0x493089cd00000000, - 0xb1ddde3f00000000, 0x267bc3d800000000, 0xbc2d295500000000, - 0x2b8b34b200000000, 0xd366634000000000, 0x44c07ea700000000, - 0x62bbbd7f00000000, 0xf51da09800000000, 0x0df0f76a00000000, - 0x9a56ea8d00000000, 0x785b52aa00000000, 0xeffd4f4d00000000, - 0x171018bf00000000, 0x80b6055800000000, 0xa6cdc68000000000, - 0x316bdb6700000000, 0xc9868c9500000000, 0x5e20917200000000, - 0xc4767bff00000000, 0x53d0661800000000, 0xab3d31ea00000000, - 0x3c9b2c0d00000000, 0x1ae0efd500000000, 0x8d46f23200000000, - 0x75aba5c000000000, 0xe20db82700000000, 0xb1b0d58f00000000, - 0x2616c86800000000, 0xdefb9f9a00000000, 0x495d827d00000000, - 0x6f2641a500000000, 0xf8805c4200000000, 0x006d0bb000000000, - 0x97cb165700000000, 0x0d9dfcda00000000, 0x9a3be13d00000000, - 0x62d6b6cf00000000, 0xf570ab2800000000, 0xd30b68f000000000, - 0x44ad751700000000, 0xbc4022e500000000, 0x2be63f0200000000, - 0xc9eb872500000000, 0x5e4d9ac200000000, 0xa6a0cd3000000000, - 0x3106d0d700000000, 0x177d130f00000000, 0x80db0ee800000000, - 0x7836591a00000000, 0xef9044fd00000000, 0x75c6ae7000000000, - 0xe260b39700000000, 0x1a8de46500000000, 0x8d2bf98200000000, - 0xab503a5a00000000, 0x3cf627bd00000000, 0xc41b704f00000000, - 0x53bd6da800000000, 0x2367dac400000000, 0xb4c1c72300000000, - 0x4c2c90d100000000, 0xdb8a8d3600000000, 0xfdf14eee00000000, - 0x6a57530900000000, 0x92ba04fb00000000, 0x051c191c00000000, - 0x9f4af39100000000, 0x08ecee7600000000, 0xf001b98400000000, - 0x67a7a46300000000, 0x41dc67bb00000000, 0xd67a7a5c00000000, - 0x2e972dae00000000, 0xb931304900000000, 0x5b3c886e00000000, - 0xcc9a958900000000, 0x3477c27b00000000, 0xa3d1df9c00000000, - 0x85aa1c4400000000, 0x120c01a300000000, 0xeae1565100000000, - 0x7d474bb600000000, 0xe711a13b00000000, 0x70b7bcdc00000000, - 0x885aeb2e00000000, 0x1ffcf6c900000000, 0x3987351100000000, - 0xae2128f600000000, 0x56cc7f0400000000, 0xc16a62e300000000, - 0x92d70f4b00000000, 0x057112ac00000000, 0xfd9c455e00000000, - 0x6a3a58b900000000, 0x4c419b6100000000, 0xdbe7868600000000, - 0x230ad17400000000, 0xb4accc9300000000, 0x2efa261e00000000, - 0xb95c3bf900000000, 0x41b16c0b00000000, 0xd61771ec00000000, - 0xf06cb23400000000, 0x67caafd300000000, 0x9f27f82100000000, - 0x0881e5c600000000, 0xea8c5de100000000, 0x7d2a400600000000, - 0x85c717f400000000, 0x12610a1300000000, 0x341ac9cb00000000, - 0xa3bcd42c00000000, 0x5b5183de00000000, 0xccf79e3900000000, - 0x56a174b400000000, 0xc107695300000000, 0x39ea3ea100000000, - 0xae4c234600000000, 0x8837e09e00000000, 0x1f91fd7900000000, - 0xe77caa8b00000000, 0x70dab76c00000000, 0x07c8c55200000000, - 0x906ed8b500000000, 0x68838f4700000000, 0xff2592a000000000, - 0xd95e517800000000, 0x4ef84c9f00000000, 0xb6151b6d00000000, - 0x21b3068a00000000, 0xbbe5ec0700000000, 0x2c43f1e000000000, - 0xd4aea61200000000, 0x4308bbf500000000, 0x6573782d00000000, - 0xf2d565ca00000000, 0x0a38323800000000, 0x9d9e2fdf00000000, - 0x7f9397f800000000, 0xe8358a1f00000000, 0x10d8dded00000000, - 0x877ec00a00000000, 0xa10503d200000000, 0x36a31e3500000000, - 0xce4e49c700000000, 0x59e8542000000000, 0xc3bebead00000000, - 0x5418a34a00000000, 0xacf5f4b800000000, 0x3b53e95f00000000, - 0x1d282a8700000000, 0x8a8e376000000000, 0x7263609200000000, - 0xe5c57d7500000000, 0xb67810dd00000000, 0x21de0d3a00000000, - 0xd9335ac800000000, 0x4e95472f00000000, 0x68ee84f700000000, - 0xff48991000000000, 0x07a5cee200000000, 0x9003d30500000000, - 0x0a55398800000000, 0x9df3246f00000000, 0x651e739d00000000, - 0xf2b86e7a00000000, 0xd4c3ada200000000, 0x4365b04500000000, - 0xbb88e7b700000000, 0x2c2efa5000000000, 0xce23427700000000, - 0x59855f9000000000, 0xa168086200000000, 0x36ce158500000000, - 0x10b5d65d00000000, 0x8713cbba00000000, 0x7ffe9c4800000000, - 0xe85881af00000000, 0x720e6b2200000000, 0xe5a876c500000000, - 0x1d45213700000000, 0x8ae33cd000000000, 0xac98ff0800000000, - 0x3b3ee2ef00000000, 0xc3d3b51d00000000, 0x5475a8fa00000000, - 0x24af1f9600000000, 0xb309027100000000, 0x4be4558300000000, - 0xdc42486400000000, 0xfa398bbc00000000, 0x6d9f965b00000000, - 0x9572c1a900000000, 0x02d4dc4e00000000, 0x988236c300000000, - 0x0f242b2400000000, 0xf7c97cd600000000, 0x606f613100000000, - 0x4614a2e900000000, 0xd1b2bf0e00000000, 0x295fe8fc00000000, - 0xbef9f51b00000000, 0x5cf44d3c00000000, 0xcb5250db00000000, - 0x33bf072900000000, 0xa4191ace00000000, 0x8262d91600000000, - 0x15c4c4f100000000, 0xed29930300000000, 0x7a8f8ee400000000, - 0xe0d9646900000000, 0x777f798e00000000, 0x8f922e7c00000000, - 0x1834339b00000000, 0x3e4ff04300000000, 0xa9e9eda400000000, - 0x5104ba5600000000, 0xc6a2a7b100000000, 0x951fca1900000000, - 0x02b9d7fe00000000, 0xfa54800c00000000, 0x6df29deb00000000, - 0x4b895e3300000000, 0xdc2f43d400000000, 0x24c2142600000000, - 0xb36409c100000000, 0x2932e34c00000000, 0xbe94feab00000000, - 0x4679a95900000000, 0xd1dfb4be00000000, 0xf7a4776600000000, - 0x60026a8100000000, 0x98ef3d7300000000, 0x0f49209400000000, - 0xed4498b300000000, 0x7ae2855400000000, 0x820fd2a600000000, - 0x15a9cf4100000000, 0x33d20c9900000000, 0xa474117e00000000, - 0x5c99468c00000000, 0xcb3f5b6b00000000, 0x5169b1e600000000, - 0xc6cfac0100000000, 0x3e22fbf300000000, 0xa984e61400000000, - 0x8fff25cc00000000, 0x1859382b00000000, 0xe0b46fd900000000, - 0x7712723e00000000}, - {0x0000000000000000, 0x411b8c6e00000000, 0x823618dd00000000, - 0xc32d94b300000000, 0x456b416100000000, 0x0470cd0f00000000, - 0xc75d59bc00000000, 0x8646d5d200000000, 0x8ad682c200000000, - 0xcbcd0eac00000000, 0x08e09a1f00000000, 0x49fb167100000000, - 0xcfbdc3a300000000, 0x8ea64fcd00000000, 0x4d8bdb7e00000000, - 0x0c90571000000000, 0x55ab745e00000000, 0x14b0f83000000000, - 0xd79d6c8300000000, 0x9686e0ed00000000, 0x10c0353f00000000, - 0x51dbb95100000000, 0x92f62de200000000, 0xd3eda18c00000000, - 0xdf7df69c00000000, 0x9e667af200000000, 0x5d4bee4100000000, - 0x1c50622f00000000, 0x9a16b7fd00000000, 0xdb0d3b9300000000, - 0x1820af2000000000, 0x593b234e00000000, 0xaa56e9bc00000000, - 0xeb4d65d200000000, 0x2860f16100000000, 0x697b7d0f00000000, - 0xef3da8dd00000000, 0xae2624b300000000, 0x6d0bb00000000000, - 0x2c103c6e00000000, 0x20806b7e00000000, 0x619be71000000000, - 0xa2b673a300000000, 0xe3adffcd00000000, 0x65eb2a1f00000000, - 0x24f0a67100000000, 0xe7dd32c200000000, 0xa6c6beac00000000, - 0xfffd9de200000000, 0xbee6118c00000000, 0x7dcb853f00000000, - 0x3cd0095100000000, 0xba96dc8300000000, 0xfb8d50ed00000000, - 0x38a0c45e00000000, 0x79bb483000000000, 0x752b1f2000000000, - 0x3430934e00000000, 0xf71d07fd00000000, 0xb6068b9300000000, - 0x30405e4100000000, 0x715bd22f00000000, 0xb276469c00000000, - 0xf36dcaf200000000, 0x15aba3a200000000, 0x54b02fcc00000000, - 0x979dbb7f00000000, 0xd686371100000000, 0x50c0e2c300000000, - 0x11db6ead00000000, 0xd2f6fa1e00000000, 0x93ed767000000000, - 0x9f7d216000000000, 0xde66ad0e00000000, 0x1d4b39bd00000000, - 0x5c50b5d300000000, 0xda16600100000000, 0x9b0dec6f00000000, - 0x582078dc00000000, 0x193bf4b200000000, 0x4000d7fc00000000, - 0x011b5b9200000000, 0xc236cf2100000000, 0x832d434f00000000, - 0x056b969d00000000, 0x44701af300000000, 0x875d8e4000000000, - 0xc646022e00000000, 0xcad6553e00000000, 0x8bcdd95000000000, - 0x48e04de300000000, 0x09fbc18d00000000, 0x8fbd145f00000000, - 0xcea6983100000000, 0x0d8b0c8200000000, 0x4c9080ec00000000, - 0xbffd4a1e00000000, 0xfee6c67000000000, 0x3dcb52c300000000, - 0x7cd0dead00000000, 0xfa960b7f00000000, 0xbb8d871100000000, - 0x78a013a200000000, 0x39bb9fcc00000000, 0x352bc8dc00000000, - 0x743044b200000000, 0xb71dd00100000000, 0xf6065c6f00000000, - 0x704089bd00000000, 0x315b05d300000000, 0xf276916000000000, - 0xb36d1d0e00000000, 0xea563e4000000000, 0xab4db22e00000000, - 0x6860269d00000000, 0x297baaf300000000, 0xaf3d7f2100000000, - 0xee26f34f00000000, 0x2d0b67fc00000000, 0x6c10eb9200000000, - 0x6080bc8200000000, 0x219b30ec00000000, 0xe2b6a45f00000000, - 0xa3ad283100000000, 0x25ebfde300000000, 0x64f0718d00000000, - 0xa7dde53e00000000, 0xe6c6695000000000, 0x6b50369e00000000, - 0x2a4bbaf000000000, 0xe9662e4300000000, 0xa87da22d00000000, - 0x2e3b77ff00000000, 0x6f20fb9100000000, 0xac0d6f2200000000, - 0xed16e34c00000000, 0xe186b45c00000000, 0xa09d383200000000, - 0x63b0ac8100000000, 0x22ab20ef00000000, 0xa4edf53d00000000, - 0xe5f6795300000000, 0x26dbede000000000, 0x67c0618e00000000, - 0x3efb42c000000000, 0x7fe0ceae00000000, 0xbccd5a1d00000000, - 0xfdd6d67300000000, 0x7b9003a100000000, 0x3a8b8fcf00000000, - 0xf9a61b7c00000000, 0xb8bd971200000000, 0xb42dc00200000000, - 0xf5364c6c00000000, 0x361bd8df00000000, 0x770054b100000000, - 0xf146816300000000, 0xb05d0d0d00000000, 0x737099be00000000, - 0x326b15d000000000, 0xc106df2200000000, 0x801d534c00000000, - 0x4330c7ff00000000, 0x022b4b9100000000, 0x846d9e4300000000, - 0xc576122d00000000, 0x065b869e00000000, 0x47400af000000000, - 0x4bd05de000000000, 0x0acbd18e00000000, 0xc9e6453d00000000, - 0x88fdc95300000000, 0x0ebb1c8100000000, 0x4fa090ef00000000, - 0x8c8d045c00000000, 0xcd96883200000000, 0x94adab7c00000000, - 0xd5b6271200000000, 0x169bb3a100000000, 0x57803fcf00000000, - 0xd1c6ea1d00000000, 0x90dd667300000000, 0x53f0f2c000000000, - 0x12eb7eae00000000, 0x1e7b29be00000000, 0x5f60a5d000000000, - 0x9c4d316300000000, 0xdd56bd0d00000000, 0x5b1068df00000000, - 0x1a0be4b100000000, 0xd926700200000000, 0x983dfc6c00000000, - 0x7efb953c00000000, 0x3fe0195200000000, 0xfccd8de100000000, - 0xbdd6018f00000000, 0x3b90d45d00000000, 0x7a8b583300000000, - 0xb9a6cc8000000000, 0xf8bd40ee00000000, 0xf42d17fe00000000, - 0xb5369b9000000000, 0x761b0f2300000000, 0x3700834d00000000, - 0xb146569f00000000, 0xf05ddaf100000000, 0x33704e4200000000, - 0x726bc22c00000000, 0x2b50e16200000000, 0x6a4b6d0c00000000, - 0xa966f9bf00000000, 0xe87d75d100000000, 0x6e3ba00300000000, - 0x2f202c6d00000000, 0xec0db8de00000000, 0xad1634b000000000, - 0xa18663a000000000, 0xe09defce00000000, 0x23b07b7d00000000, - 0x62abf71300000000, 0xe4ed22c100000000, 0xa5f6aeaf00000000, - 0x66db3a1c00000000, 0x27c0b67200000000, 0xd4ad7c8000000000, - 0x95b6f0ee00000000, 0x569b645d00000000, 0x1780e83300000000, - 0x91c63de100000000, 0xd0ddb18f00000000, 0x13f0253c00000000, - 0x52eba95200000000, 0x5e7bfe4200000000, 0x1f60722c00000000, - 0xdc4de69f00000000, 0x9d566af100000000, 0x1b10bf2300000000, - 0x5a0b334d00000000, 0x9926a7fe00000000, 0xd83d2b9000000000, - 0x810608de00000000, 0xc01d84b000000000, 0x0330100300000000, - 0x422b9c6d00000000, 0xc46d49bf00000000, 0x8576c5d100000000, - 0x465b516200000000, 0x0740dd0c00000000, 0x0bd08a1c00000000, - 0x4acb067200000000, 0x89e692c100000000, 0xc8fd1eaf00000000, - 0x4ebbcb7d00000000, 0x0fa0471300000000, 0xcc8dd3a000000000, - 0x8d965fce00000000}, - {0x0000000000000000, 0x1dfdb50100000000, 0x3afa6b0300000000, - 0x2707de0200000000, 0x74f4d70600000000, 0x6909620700000000, - 0x4e0ebc0500000000, 0x53f3090400000000, 0xe8e8af0d00000000, - 0xf5151a0c00000000, 0xd212c40e00000000, 0xcfef710f00000000, - 0x9c1c780b00000000, 0x81e1cd0a00000000, 0xa6e6130800000000, - 0xbb1ba60900000000, 0xd0d15f1b00000000, 0xcd2cea1a00000000, - 0xea2b341800000000, 0xf7d6811900000000, 0xa425881d00000000, - 0xb9d83d1c00000000, 0x9edfe31e00000000, 0x8322561f00000000, - 0x3839f01600000000, 0x25c4451700000000, 0x02c39b1500000000, - 0x1f3e2e1400000000, 0x4ccd271000000000, 0x5130921100000000, - 0x76374c1300000000, 0x6bcaf91200000000, 0xa0a3bf3600000000, - 0xbd5e0a3700000000, 0x9a59d43500000000, 0x87a4613400000000, - 0xd457683000000000, 0xc9aadd3100000000, 0xeead033300000000, - 0xf350b63200000000, 0x484b103b00000000, 0x55b6a53a00000000, - 0x72b17b3800000000, 0x6f4cce3900000000, 0x3cbfc73d00000000, - 0x2142723c00000000, 0x0645ac3e00000000, 0x1bb8193f00000000, - 0x7072e02d00000000, 0x6d8f552c00000000, 0x4a888b2e00000000, - 0x57753e2f00000000, 0x0486372b00000000, 0x197b822a00000000, - 0x3e7c5c2800000000, 0x2381e92900000000, 0x989a4f2000000000, - 0x8567fa2100000000, 0xa260242300000000, 0xbf9d912200000000, - 0xec6e982600000000, 0xf1932d2700000000, 0xd694f32500000000, - 0xcb69462400000000, 0x40477f6d00000000, 0x5dbaca6c00000000, - 0x7abd146e00000000, 0x6740a16f00000000, 0x34b3a86b00000000, - 0x294e1d6a00000000, 0x0e49c36800000000, 0x13b4766900000000, - 0xa8afd06000000000, 0xb552656100000000, 0x9255bb6300000000, - 0x8fa80e6200000000, 0xdc5b076600000000, 0xc1a6b26700000000, - 0xe6a16c6500000000, 0xfb5cd96400000000, 0x9096207600000000, - 0x8d6b957700000000, 0xaa6c4b7500000000, 0xb791fe7400000000, - 0xe462f77000000000, 0xf99f427100000000, 0xde989c7300000000, - 0xc365297200000000, 0x787e8f7b00000000, 0x65833a7a00000000, - 0x4284e47800000000, 0x5f79517900000000, 0x0c8a587d00000000, - 0x1177ed7c00000000, 0x3670337e00000000, 0x2b8d867f00000000, - 0xe0e4c05b00000000, 0xfd19755a00000000, 0xda1eab5800000000, - 0xc7e31e5900000000, 0x9410175d00000000, 0x89eda25c00000000, - 0xaeea7c5e00000000, 0xb317c95f00000000, 0x080c6f5600000000, - 0x15f1da5700000000, 0x32f6045500000000, 0x2f0bb15400000000, - 0x7cf8b85000000000, 0x61050d5100000000, 0x4602d35300000000, - 0x5bff665200000000, 0x30359f4000000000, 0x2dc82a4100000000, - 0x0acff44300000000, 0x1732414200000000, 0x44c1484600000000, - 0x593cfd4700000000, 0x7e3b234500000000, 0x63c6964400000000, - 0xd8dd304d00000000, 0xc520854c00000000, 0xe2275b4e00000000, - 0xffdaee4f00000000, 0xac29e74b00000000, 0xb1d4524a00000000, - 0x96d38c4800000000, 0x8b2e394900000000, 0x808efeda00000000, - 0x9d734bdb00000000, 0xba7495d900000000, 0xa78920d800000000, - 0xf47a29dc00000000, 0xe9879cdd00000000, 0xce8042df00000000, - 0xd37df7de00000000, 0x686651d700000000, 0x759be4d600000000, - 0x529c3ad400000000, 0x4f618fd500000000, 0x1c9286d100000000, - 0x016f33d000000000, 0x2668edd200000000, 0x3b9558d300000000, - 0x505fa1c100000000, 0x4da214c000000000, 0x6aa5cac200000000, - 0x77587fc300000000, 0x24ab76c700000000, 0x3956c3c600000000, - 0x1e511dc400000000, 0x03aca8c500000000, 0xb8b70ecc00000000, - 0xa54abbcd00000000, 0x824d65cf00000000, 0x9fb0d0ce00000000, - 0xcc43d9ca00000000, 0xd1be6ccb00000000, 0xf6b9b2c900000000, - 0xeb4407c800000000, 0x202d41ec00000000, 0x3dd0f4ed00000000, - 0x1ad72aef00000000, 0x072a9fee00000000, 0x54d996ea00000000, - 0x492423eb00000000, 0x6e23fde900000000, 0x73de48e800000000, - 0xc8c5eee100000000, 0xd5385be000000000, 0xf23f85e200000000, - 0xefc230e300000000, 0xbc3139e700000000, 0xa1cc8ce600000000, - 0x86cb52e400000000, 0x9b36e7e500000000, 0xf0fc1ef700000000, - 0xed01abf600000000, 0xca0675f400000000, 0xd7fbc0f500000000, - 0x8408c9f100000000, 0x99f57cf000000000, 0xbef2a2f200000000, - 0xa30f17f300000000, 0x1814b1fa00000000, 0x05e904fb00000000, - 0x22eedaf900000000, 0x3f136ff800000000, 0x6ce066fc00000000, - 0x711dd3fd00000000, 0x561a0dff00000000, 0x4be7b8fe00000000, - 0xc0c981b700000000, 0xdd3434b600000000, 0xfa33eab400000000, - 0xe7ce5fb500000000, 0xb43d56b100000000, 0xa9c0e3b000000000, - 0x8ec73db200000000, 0x933a88b300000000, 0x28212eba00000000, - 0x35dc9bbb00000000, 0x12db45b900000000, 0x0f26f0b800000000, - 0x5cd5f9bc00000000, 0x41284cbd00000000, 0x662f92bf00000000, - 0x7bd227be00000000, 0x1018deac00000000, 0x0de56bad00000000, - 0x2ae2b5af00000000, 0x371f00ae00000000, 0x64ec09aa00000000, - 0x7911bcab00000000, 0x5e1662a900000000, 0x43ebd7a800000000, - 0xf8f071a100000000, 0xe50dc4a000000000, 0xc20a1aa200000000, - 0xdff7afa300000000, 0x8c04a6a700000000, 0x91f913a600000000, - 0xb6fecda400000000, 0xab0378a500000000, 0x606a3e8100000000, - 0x7d978b8000000000, 0x5a90558200000000, 0x476de08300000000, - 0x149ee98700000000, 0x09635c8600000000, 0x2e64828400000000, - 0x3399378500000000, 0x8882918c00000000, 0x957f248d00000000, - 0xb278fa8f00000000, 0xaf854f8e00000000, 0xfc76468a00000000, - 0xe18bf38b00000000, 0xc68c2d8900000000, 0xdb71988800000000, - 0xb0bb619a00000000, 0xad46d49b00000000, 0x8a410a9900000000, - 0x97bcbf9800000000, 0xc44fb69c00000000, 0xd9b2039d00000000, - 0xfeb5dd9f00000000, 0xe348689e00000000, 0x5853ce9700000000, - 0x45ae7b9600000000, 0x62a9a59400000000, 0x7f54109500000000, - 0x2ca7199100000000, 0x315aac9000000000, 0x165d729200000000, - 0x0ba0c79300000000}, - {0x0000000000000000, 0x24d9076300000000, 0x48b20fc600000000, - 0x6c6b08a500000000, 0xd1626e5700000000, 0xf5bb693400000000, - 0x99d0619100000000, 0xbd0966f200000000, 0xa2c5dcae00000000, - 0x861cdbcd00000000, 0xea77d36800000000, 0xceaed40b00000000, - 0x73a7b2f900000000, 0x577eb59a00000000, 0x3b15bd3f00000000, - 0x1fccba5c00000000, 0x058dc88600000000, 0x2154cfe500000000, - 0x4d3fc74000000000, 0x69e6c02300000000, 0xd4efa6d100000000, - 0xf036a1b200000000, 0x9c5da91700000000, 0xb884ae7400000000, - 0xa748142800000000, 0x8391134b00000000, 0xeffa1bee00000000, - 0xcb231c8d00000000, 0x762a7a7f00000000, 0x52f37d1c00000000, - 0x3e9875b900000000, 0x1a4172da00000000, 0x4b1ce0d600000000, - 0x6fc5e7b500000000, 0x03aeef1000000000, 0x2777e87300000000, - 0x9a7e8e8100000000, 0xbea789e200000000, 0xd2cc814700000000, - 0xf615862400000000, 0xe9d93c7800000000, 0xcd003b1b00000000, - 0xa16b33be00000000, 0x85b234dd00000000, 0x38bb522f00000000, - 0x1c62554c00000000, 0x70095de900000000, 0x54d05a8a00000000, - 0x4e91285000000000, 0x6a482f3300000000, 0x0623279600000000, - 0x22fa20f500000000, 0x9ff3460700000000, 0xbb2a416400000000, - 0xd74149c100000000, 0xf3984ea200000000, 0xec54f4fe00000000, - 0xc88df39d00000000, 0xa4e6fb3800000000, 0x803ffc5b00000000, - 0x3d369aa900000000, 0x19ef9dca00000000, 0x7584956f00000000, - 0x515d920c00000000, 0xd73eb17600000000, 0xf3e7b61500000000, - 0x9f8cbeb000000000, 0xbb55b9d300000000, 0x065cdf2100000000, - 0x2285d84200000000, 0x4eeed0e700000000, 0x6a37d78400000000, - 0x75fb6dd800000000, 0x51226abb00000000, 0x3d49621e00000000, - 0x1990657d00000000, 0xa499038f00000000, 0x804004ec00000000, - 0xec2b0c4900000000, 0xc8f20b2a00000000, 0xd2b379f000000000, - 0xf66a7e9300000000, 0x9a01763600000000, 0xbed8715500000000, - 0x03d117a700000000, 0x270810c400000000, 0x4b63186100000000, - 0x6fba1f0200000000, 0x7076a55e00000000, 0x54afa23d00000000, - 0x38c4aa9800000000, 0x1c1dadfb00000000, 0xa114cb0900000000, - 0x85cdcc6a00000000, 0xe9a6c4cf00000000, 0xcd7fc3ac00000000, - 0x9c2251a000000000, 0xb8fb56c300000000, 0xd4905e6600000000, - 0xf049590500000000, 0x4d403ff700000000, 0x6999389400000000, - 0x05f2303100000000, 0x212b375200000000, 0x3ee78d0e00000000, - 0x1a3e8a6d00000000, 0x765582c800000000, 0x528c85ab00000000, - 0xef85e35900000000, 0xcb5ce43a00000000, 0xa737ec9f00000000, - 0x83eeebfc00000000, 0x99af992600000000, 0xbd769e4500000000, - 0xd11d96e000000000, 0xf5c4918300000000, 0x48cdf77100000000, - 0x6c14f01200000000, 0x007ff8b700000000, 0x24a6ffd400000000, - 0x3b6a458800000000, 0x1fb342eb00000000, 0x73d84a4e00000000, - 0x57014d2d00000000, 0xea082bdf00000000, 0xced12cbc00000000, - 0xa2ba241900000000, 0x8663237a00000000, 0xae7d62ed00000000, - 0x8aa4658e00000000, 0xe6cf6d2b00000000, 0xc2166a4800000000, - 0x7f1f0cba00000000, 0x5bc60bd900000000, 0x37ad037c00000000, - 0x1374041f00000000, 0x0cb8be4300000000, 0x2861b92000000000, - 0x440ab18500000000, 0x60d3b6e600000000, 0xdddad01400000000, - 0xf903d77700000000, 0x9568dfd200000000, 0xb1b1d8b100000000, - 0xabf0aa6b00000000, 0x8f29ad0800000000, 0xe342a5ad00000000, - 0xc79ba2ce00000000, 0x7a92c43c00000000, 0x5e4bc35f00000000, - 0x3220cbfa00000000, 0x16f9cc9900000000, 0x093576c500000000, - 0x2dec71a600000000, 0x4187790300000000, 0x655e7e6000000000, - 0xd857189200000000, 0xfc8e1ff100000000, 0x90e5175400000000, - 0xb43c103700000000, 0xe561823b00000000, 0xc1b8855800000000, - 0xadd38dfd00000000, 0x890a8a9e00000000, 0x3403ec6c00000000, - 0x10daeb0f00000000, 0x7cb1e3aa00000000, 0x5868e4c900000000, - 0x47a45e9500000000, 0x637d59f600000000, 0x0f16515300000000, - 0x2bcf563000000000, 0x96c630c200000000, 0xb21f37a100000000, - 0xde743f0400000000, 0xfaad386700000000, 0xe0ec4abd00000000, - 0xc4354dde00000000, 0xa85e457b00000000, 0x8c87421800000000, - 0x318e24ea00000000, 0x1557238900000000, 0x793c2b2c00000000, - 0x5de52c4f00000000, 0x4229961300000000, 0x66f0917000000000, - 0x0a9b99d500000000, 0x2e429eb600000000, 0x934bf84400000000, - 0xb792ff2700000000, 0xdbf9f78200000000, 0xff20f0e100000000, - 0x7943d39b00000000, 0x5d9ad4f800000000, 0x31f1dc5d00000000, - 0x1528db3e00000000, 0xa821bdcc00000000, 0x8cf8baaf00000000, - 0xe093b20a00000000, 0xc44ab56900000000, 0xdb860f3500000000, - 0xff5f085600000000, 0x933400f300000000, 0xb7ed079000000000, - 0x0ae4616200000000, 0x2e3d660100000000, 0x42566ea400000000, - 0x668f69c700000000, 0x7cce1b1d00000000, 0x58171c7e00000000, - 0x347c14db00000000, 0x10a513b800000000, 0xadac754a00000000, - 0x8975722900000000, 0xe51e7a8c00000000, 0xc1c77def00000000, - 0xde0bc7b300000000, 0xfad2c0d000000000, 0x96b9c87500000000, - 0xb260cf1600000000, 0x0f69a9e400000000, 0x2bb0ae8700000000, - 0x47dba62200000000, 0x6302a14100000000, 0x325f334d00000000, - 0x1686342e00000000, 0x7aed3c8b00000000, 0x5e343be800000000, - 0xe33d5d1a00000000, 0xc7e45a7900000000, 0xab8f52dc00000000, - 0x8f5655bf00000000, 0x909aefe300000000, 0xb443e88000000000, - 0xd828e02500000000, 0xfcf1e74600000000, 0x41f881b400000000, - 0x652186d700000000, 0x094a8e7200000000, 0x2d93891100000000, - 0x37d2fbcb00000000, 0x130bfca800000000, 0x7f60f40d00000000, - 0x5bb9f36e00000000, 0xe6b0959c00000000, 0xc26992ff00000000, - 0xae029a5a00000000, 0x8adb9d3900000000, 0x9517276500000000, - 0xb1ce200600000000, 0xdda528a300000000, 0xf97c2fc000000000, - 0x4475493200000000, 0x60ac4e5100000000, 0x0cc746f400000000, - 0x281e419700000000}, - {0x0000000000000000, 0x08e3603c00000000, 0x10c6c17800000000, - 0x1825a14400000000, 0x208c83f100000000, 0x286fe3cd00000000, - 0x304a428900000000, 0x38a922b500000000, 0x011e763800000000, - 0x09fd160400000000, 0x11d8b74000000000, 0x193bd77c00000000, - 0x2192f5c900000000, 0x297195f500000000, 0x315434b100000000, - 0x39b7548d00000000, 0x023cec7000000000, 0x0adf8c4c00000000, - 0x12fa2d0800000000, 0x1a194d3400000000, 0x22b06f8100000000, - 0x2a530fbd00000000, 0x3276aef900000000, 0x3a95cec500000000, - 0x03229a4800000000, 0x0bc1fa7400000000, 0x13e45b3000000000, - 0x1b073b0c00000000, 0x23ae19b900000000, 0x2b4d798500000000, - 0x3368d8c100000000, 0x3b8bb8fd00000000, 0x0478d8e100000000, - 0x0c9bb8dd00000000, 0x14be199900000000, 0x1c5d79a500000000, - 0x24f45b1000000000, 0x2c173b2c00000000, 0x34329a6800000000, - 0x3cd1fa5400000000, 0x0566aed900000000, 0x0d85cee500000000, - 0x15a06fa100000000, 0x1d430f9d00000000, 0x25ea2d2800000000, - 0x2d094d1400000000, 0x352cec5000000000, 0x3dcf8c6c00000000, - 0x0644349100000000, 0x0ea754ad00000000, 0x1682f5e900000000, - 0x1e6195d500000000, 0x26c8b76000000000, 0x2e2bd75c00000000, - 0x360e761800000000, 0x3eed162400000000, 0x075a42a900000000, - 0x0fb9229500000000, 0x179c83d100000000, 0x1f7fe3ed00000000, - 0x27d6c15800000000, 0x2f35a16400000000, 0x3710002000000000, - 0x3ff3601c00000000, 0x49f6c11800000000, 0x4115a12400000000, - 0x5930006000000000, 0x51d3605c00000000, 0x697a42e900000000, - 0x619922d500000000, 0x79bc839100000000, 0x715fe3ad00000000, - 0x48e8b72000000000, 0x400bd71c00000000, 0x582e765800000000, - 0x50cd166400000000, 0x686434d100000000, 0x608754ed00000000, - 0x78a2f5a900000000, 0x7041959500000000, 0x4bca2d6800000000, - 0x43294d5400000000, 0x5b0cec1000000000, 0x53ef8c2c00000000, - 0x6b46ae9900000000, 0x63a5cea500000000, 0x7b806fe100000000, - 0x73630fdd00000000, 0x4ad45b5000000000, 0x42373b6c00000000, - 0x5a129a2800000000, 0x52f1fa1400000000, 0x6a58d8a100000000, - 0x62bbb89d00000000, 0x7a9e19d900000000, 0x727d79e500000000, - 0x4d8e19f900000000, 0x456d79c500000000, 0x5d48d88100000000, - 0x55abb8bd00000000, 0x6d029a0800000000, 0x65e1fa3400000000, - 0x7dc45b7000000000, 0x75273b4c00000000, 0x4c906fc100000000, - 0x44730ffd00000000, 0x5c56aeb900000000, 0x54b5ce8500000000, - 0x6c1cec3000000000, 0x64ff8c0c00000000, 0x7cda2d4800000000, - 0x74394d7400000000, 0x4fb2f58900000000, 0x475195b500000000, - 0x5f7434f100000000, 0x579754cd00000000, 0x6f3e767800000000, - 0x67dd164400000000, 0x7ff8b70000000000, 0x771bd73c00000000, - 0x4eac83b100000000, 0x464fe38d00000000, 0x5e6a42c900000000, - 0x568922f500000000, 0x6e20004000000000, 0x66c3607c00000000, - 0x7ee6c13800000000, 0x7605a10400000000, 0x92ec833100000000, - 0x9a0fe30d00000000, 0x822a424900000000, 0x8ac9227500000000, - 0xb26000c000000000, 0xba8360fc00000000, 0xa2a6c1b800000000, - 0xaa45a18400000000, 0x93f2f50900000000, 0x9b11953500000000, - 0x8334347100000000, 0x8bd7544d00000000, 0xb37e76f800000000, - 0xbb9d16c400000000, 0xa3b8b78000000000, 0xab5bd7bc00000000, - 0x90d06f4100000000, 0x98330f7d00000000, 0x8016ae3900000000, - 0x88f5ce0500000000, 0xb05cecb000000000, 0xb8bf8c8c00000000, - 0xa09a2dc800000000, 0xa8794df400000000, 0x91ce197900000000, - 0x992d794500000000, 0x8108d80100000000, 0x89ebb83d00000000, - 0xb1429a8800000000, 0xb9a1fab400000000, 0xa1845bf000000000, - 0xa9673bcc00000000, 0x96945bd000000000, 0x9e773bec00000000, - 0x86529aa800000000, 0x8eb1fa9400000000, 0xb618d82100000000, - 0xbefbb81d00000000, 0xa6de195900000000, 0xae3d796500000000, - 0x978a2de800000000, 0x9f694dd400000000, 0x874cec9000000000, - 0x8faf8cac00000000, 0xb706ae1900000000, 0xbfe5ce2500000000, - 0xa7c06f6100000000, 0xaf230f5d00000000, 0x94a8b7a000000000, - 0x9c4bd79c00000000, 0x846e76d800000000, 0x8c8d16e400000000, - 0xb424345100000000, 0xbcc7546d00000000, 0xa4e2f52900000000, - 0xac01951500000000, 0x95b6c19800000000, 0x9d55a1a400000000, - 0x857000e000000000, 0x8d9360dc00000000, 0xb53a426900000000, - 0xbdd9225500000000, 0xa5fc831100000000, 0xad1fe32d00000000, - 0xdb1a422900000000, 0xd3f9221500000000, 0xcbdc835100000000, - 0xc33fe36d00000000, 0xfb96c1d800000000, 0xf375a1e400000000, - 0xeb5000a000000000, 0xe3b3609c00000000, 0xda04341100000000, - 0xd2e7542d00000000, 0xcac2f56900000000, 0xc221955500000000, - 0xfa88b7e000000000, 0xf26bd7dc00000000, 0xea4e769800000000, - 0xe2ad16a400000000, 0xd926ae5900000000, 0xd1c5ce6500000000, - 0xc9e06f2100000000, 0xc1030f1d00000000, 0xf9aa2da800000000, - 0xf1494d9400000000, 0xe96cecd000000000, 0xe18f8cec00000000, - 0xd838d86100000000, 0xd0dbb85d00000000, 0xc8fe191900000000, - 0xc01d792500000000, 0xf8b45b9000000000, 0xf0573bac00000000, - 0xe8729ae800000000, 0xe091fad400000000, 0xdf629ac800000000, - 0xd781faf400000000, 0xcfa45bb000000000, 0xc7473b8c00000000, - 0xffee193900000000, 0xf70d790500000000, 0xef28d84100000000, - 0xe7cbb87d00000000, 0xde7cecf000000000, 0xd69f8ccc00000000, - 0xceba2d8800000000, 0xc6594db400000000, 0xfef06f0100000000, - 0xf6130f3d00000000, 0xee36ae7900000000, 0xe6d5ce4500000000, - 0xdd5e76b800000000, 0xd5bd168400000000, 0xcd98b7c000000000, - 0xc57bd7fc00000000, 0xfdd2f54900000000, 0xf531957500000000, - 0xed14343100000000, 0xe5f7540d00000000, 0xdc40008000000000, - 0xd4a360bc00000000, 0xcc86c1f800000000, 0xc465a1c400000000, - 0xfccc837100000000, 0xf42fe34d00000000, 0xec0a420900000000, - 0xe4e9223500000000}, - {0x0000000000000000, 0xd1e8e70e00000000, 0xa2d1cf1d00000000, - 0x7339281300000000, 0x44a39f3b00000000, 0x954b783500000000, - 0xe672502600000000, 0x379ab72800000000, 0x88463f7700000000, - 0x59aed87900000000, 0x2a97f06a00000000, 0xfb7f176400000000, - 0xcce5a04c00000000, 0x1d0d474200000000, 0x6e346f5100000000, - 0xbfdc885f00000000, 0x108d7eee00000000, 0xc16599e000000000, - 0xb25cb1f300000000, 0x63b456fd00000000, 0x542ee1d500000000, - 0x85c606db00000000, 0xf6ff2ec800000000, 0x2717c9c600000000, - 0x98cb419900000000, 0x4923a69700000000, 0x3a1a8e8400000000, - 0xebf2698a00000000, 0xdc68dea200000000, 0x0d8039ac00000000, - 0x7eb911bf00000000, 0xaf51f6b100000000, 0x611c8c0700000000, - 0xb0f46b0900000000, 0xc3cd431a00000000, 0x1225a41400000000, - 0x25bf133c00000000, 0xf457f43200000000, 0x876edc2100000000, - 0x56863b2f00000000, 0xe95ab37000000000, 0x38b2547e00000000, - 0x4b8b7c6d00000000, 0x9a639b6300000000, 0xadf92c4b00000000, - 0x7c11cb4500000000, 0x0f28e35600000000, 0xdec0045800000000, - 0x7191f2e900000000, 0xa07915e700000000, 0xd3403df400000000, - 0x02a8dafa00000000, 0x35326dd200000000, 0xe4da8adc00000000, - 0x97e3a2cf00000000, 0x460b45c100000000, 0xf9d7cd9e00000000, - 0x283f2a9000000000, 0x5b06028300000000, 0x8aeee58d00000000, - 0xbd7452a500000000, 0x6c9cb5ab00000000, 0x1fa59db800000000, - 0xce4d7ab600000000, 0xc238180f00000000, 0x13d0ff0100000000, - 0x60e9d71200000000, 0xb101301c00000000, 0x869b873400000000, - 0x5773603a00000000, 0x244a482900000000, 0xf5a2af2700000000, - 0x4a7e277800000000, 0x9b96c07600000000, 0xe8afe86500000000, - 0x39470f6b00000000, 0x0eddb84300000000, 0xdf355f4d00000000, - 0xac0c775e00000000, 0x7de4905000000000, 0xd2b566e100000000, - 0x035d81ef00000000, 0x7064a9fc00000000, 0xa18c4ef200000000, - 0x9616f9da00000000, 0x47fe1ed400000000, 0x34c736c700000000, - 0xe52fd1c900000000, 0x5af3599600000000, 0x8b1bbe9800000000, - 0xf822968b00000000, 0x29ca718500000000, 0x1e50c6ad00000000, - 0xcfb821a300000000, 0xbc8109b000000000, 0x6d69eebe00000000, - 0xa324940800000000, 0x72cc730600000000, 0x01f55b1500000000, - 0xd01dbc1b00000000, 0xe7870b3300000000, 0x366fec3d00000000, - 0x4556c42e00000000, 0x94be232000000000, 0x2b62ab7f00000000, - 0xfa8a4c7100000000, 0x89b3646200000000, 0x585b836c00000000, - 0x6fc1344400000000, 0xbe29d34a00000000, 0xcd10fb5900000000, - 0x1cf81c5700000000, 0xb3a9eae600000000, 0x62410de800000000, - 0x117825fb00000000, 0xc090c2f500000000, 0xf70a75dd00000000, - 0x26e292d300000000, 0x55dbbac000000000, 0x84335dce00000000, - 0x3befd59100000000, 0xea07329f00000000, 0x993e1a8c00000000, - 0x48d6fd8200000000, 0x7f4c4aaa00000000, 0xaea4ada400000000, - 0xdd9d85b700000000, 0x0c7562b900000000, 0x8471301e00000000, - 0x5599d71000000000, 0x26a0ff0300000000, 0xf748180d00000000, - 0xc0d2af2500000000, 0x113a482b00000000, 0x6203603800000000, - 0xb3eb873600000000, 0x0c370f6900000000, 0xdddfe86700000000, - 0xaee6c07400000000, 0x7f0e277a00000000, 0x4894905200000000, - 0x997c775c00000000, 0xea455f4f00000000, 0x3badb84100000000, - 0x94fc4ef000000000, 0x4514a9fe00000000, 0x362d81ed00000000, - 0xe7c566e300000000, 0xd05fd1cb00000000, 0x01b736c500000000, - 0x728e1ed600000000, 0xa366f9d800000000, 0x1cba718700000000, - 0xcd52968900000000, 0xbe6bbe9a00000000, 0x6f83599400000000, - 0x5819eebc00000000, 0x89f109b200000000, 0xfac821a100000000, - 0x2b20c6af00000000, 0xe56dbc1900000000, 0x34855b1700000000, - 0x47bc730400000000, 0x9654940a00000000, 0xa1ce232200000000, - 0x7026c42c00000000, 0x031fec3f00000000, 0xd2f70b3100000000, - 0x6d2b836e00000000, 0xbcc3646000000000, 0xcffa4c7300000000, - 0x1e12ab7d00000000, 0x29881c5500000000, 0xf860fb5b00000000, - 0x8b59d34800000000, 0x5ab1344600000000, 0xf5e0c2f700000000, - 0x240825f900000000, 0x57310dea00000000, 0x86d9eae400000000, - 0xb1435dcc00000000, 0x60abbac200000000, 0x139292d100000000, - 0xc27a75df00000000, 0x7da6fd8000000000, 0xac4e1a8e00000000, - 0xdf77329d00000000, 0x0e9fd59300000000, 0x390562bb00000000, - 0xe8ed85b500000000, 0x9bd4ada600000000, 0x4a3c4aa800000000, - 0x4649281100000000, 0x97a1cf1f00000000, 0xe498e70c00000000, - 0x3570000200000000, 0x02eab72a00000000, 0xd302502400000000, - 0xa03b783700000000, 0x71d39f3900000000, 0xce0f176600000000, - 0x1fe7f06800000000, 0x6cded87b00000000, 0xbd363f7500000000, - 0x8aac885d00000000, 0x5b446f5300000000, 0x287d474000000000, - 0xf995a04e00000000, 0x56c456ff00000000, 0x872cb1f100000000, - 0xf41599e200000000, 0x25fd7eec00000000, 0x1267c9c400000000, - 0xc38f2eca00000000, 0xb0b606d900000000, 0x615ee1d700000000, - 0xde82698800000000, 0x0f6a8e8600000000, 0x7c53a69500000000, - 0xadbb419b00000000, 0x9a21f6b300000000, 0x4bc911bd00000000, - 0x38f039ae00000000, 0xe918dea000000000, 0x2755a41600000000, - 0xf6bd431800000000, 0x85846b0b00000000, 0x546c8c0500000000, - 0x63f63b2d00000000, 0xb21edc2300000000, 0xc127f43000000000, - 0x10cf133e00000000, 0xaf139b6100000000, 0x7efb7c6f00000000, - 0x0dc2547c00000000, 0xdc2ab37200000000, 0xebb0045a00000000, - 0x3a58e35400000000, 0x4961cb4700000000, 0x98892c4900000000, - 0x37d8daf800000000, 0xe6303df600000000, 0x950915e500000000, - 0x44e1f2eb00000000, 0x737b45c300000000, 0xa293a2cd00000000, - 0xd1aa8ade00000000, 0x00426dd000000000, 0xbf9ee58f00000000, - 0x6e76028100000000, 0x1d4f2a9200000000, 0xcca7cd9c00000000, - 0xfb3d7ab400000000, 0x2ad59dba00000000, 0x59ecb5a900000000, - 0x880452a700000000}, - {0x0000000000000000, 0xaa05daf100000000, 0x150dc53800000000, - 0xbf081fc900000000, 0x2a1a8a7100000000, 0x801f508000000000, - 0x3f174f4900000000, 0x951295b800000000, 0x543414e300000000, - 0xfe31ce1200000000, 0x4139d1db00000000, 0xeb3c0b2a00000000, - 0x7e2e9e9200000000, 0xd42b446300000000, 0x6b235baa00000000, - 0xc126815b00000000, 0xe96e591d00000000, 0x436b83ec00000000, - 0xfc639c2500000000, 0x566646d400000000, 0xc374d36c00000000, - 0x6971099d00000000, 0xd679165400000000, 0x7c7ccca500000000, - 0xbd5a4dfe00000000, 0x175f970f00000000, 0xa85788c600000000, - 0x0252523700000000, 0x9740c78f00000000, 0x3d451d7e00000000, - 0x824d02b700000000, 0x2848d84600000000, 0xd2ddb23a00000000, - 0x78d868cb00000000, 0xc7d0770200000000, 0x6dd5adf300000000, - 0xf8c7384b00000000, 0x52c2e2ba00000000, 0xedcafd7300000000, - 0x47cf278200000000, 0x86e9a6d900000000, 0x2cec7c2800000000, - 0x93e463e100000000, 0x39e1b91000000000, 0xacf32ca800000000, - 0x06f6f65900000000, 0xb9fee99000000000, 0x13fb336100000000, - 0x3bb3eb2700000000, 0x91b631d600000000, 0x2ebe2e1f00000000, - 0x84bbf4ee00000000, 0x11a9615600000000, 0xbbacbba700000000, - 0x04a4a46e00000000, 0xaea17e9f00000000, 0x6f87ffc400000000, - 0xc582253500000000, 0x7a8a3afc00000000, 0xd08fe00d00000000, - 0x459d75b500000000, 0xef98af4400000000, 0x5090b08d00000000, - 0xfa956a7c00000000, 0xa4bb657500000000, 0x0ebebf8400000000, - 0xb1b6a04d00000000, 0x1bb37abc00000000, 0x8ea1ef0400000000, - 0x24a435f500000000, 0x9bac2a3c00000000, 0x31a9f0cd00000000, - 0xf08f719600000000, 0x5a8aab6700000000, 0xe582b4ae00000000, - 0x4f876e5f00000000, 0xda95fbe700000000, 0x7090211600000000, - 0xcf983edf00000000, 0x659de42e00000000, 0x4dd53c6800000000, - 0xe7d0e69900000000, 0x58d8f95000000000, 0xf2dd23a100000000, - 0x67cfb61900000000, 0xcdca6ce800000000, 0x72c2732100000000, - 0xd8c7a9d000000000, 0x19e1288b00000000, 0xb3e4f27a00000000, - 0x0cecedb300000000, 0xa6e9374200000000, 0x33fba2fa00000000, - 0x99fe780b00000000, 0x26f667c200000000, 0x8cf3bd3300000000, - 0x7666d74f00000000, 0xdc630dbe00000000, 0x636b127700000000, - 0xc96ec88600000000, 0x5c7c5d3e00000000, 0xf67987cf00000000, - 0x4971980600000000, 0xe37442f700000000, 0x2252c3ac00000000, - 0x8857195d00000000, 0x375f069400000000, 0x9d5adc6500000000, - 0x084849dd00000000, 0xa24d932c00000000, 0x1d458ce500000000, - 0xb740561400000000, 0x9f088e5200000000, 0x350d54a300000000, - 0x8a054b6a00000000, 0x2000919b00000000, 0xb512042300000000, - 0x1f17ded200000000, 0xa01fc11b00000000, 0x0a1a1bea00000000, - 0xcb3c9ab100000000, 0x6139404000000000, 0xde315f8900000000, - 0x7434857800000000, 0xe12610c000000000, 0x4b23ca3100000000, - 0xf42bd5f800000000, 0x5e2e0f0900000000, 0x4877cbea00000000, - 0xe272111b00000000, 0x5d7a0ed200000000, 0xf77fd42300000000, - 0x626d419b00000000, 0xc8689b6a00000000, 0x776084a300000000, - 0xdd655e5200000000, 0x1c43df0900000000, 0xb64605f800000000, - 0x094e1a3100000000, 0xa34bc0c000000000, 0x3659557800000000, - 0x9c5c8f8900000000, 0x2354904000000000, 0x89514ab100000000, - 0xa11992f700000000, 0x0b1c480600000000, 0xb41457cf00000000, - 0x1e118d3e00000000, 0x8b03188600000000, 0x2106c27700000000, - 0x9e0eddbe00000000, 0x340b074f00000000, 0xf52d861400000000, - 0x5f285ce500000000, 0xe020432c00000000, 0x4a2599dd00000000, - 0xdf370c6500000000, 0x7532d69400000000, 0xca3ac95d00000000, - 0x603f13ac00000000, 0x9aaa79d000000000, 0x30afa32100000000, - 0x8fa7bce800000000, 0x25a2661900000000, 0xb0b0f3a100000000, - 0x1ab5295000000000, 0xa5bd369900000000, 0x0fb8ec6800000000, - 0xce9e6d3300000000, 0x649bb7c200000000, 0xdb93a80b00000000, - 0x719672fa00000000, 0xe484e74200000000, 0x4e813db300000000, - 0xf189227a00000000, 0x5b8cf88b00000000, 0x73c420cd00000000, - 0xd9c1fa3c00000000, 0x66c9e5f500000000, 0xcccc3f0400000000, - 0x59deaabc00000000, 0xf3db704d00000000, 0x4cd36f8400000000, - 0xe6d6b57500000000, 0x27f0342e00000000, 0x8df5eedf00000000, - 0x32fdf11600000000, 0x98f82be700000000, 0x0deabe5f00000000, - 0xa7ef64ae00000000, 0x18e77b6700000000, 0xb2e2a19600000000, - 0xecccae9f00000000, 0x46c9746e00000000, 0xf9c16ba700000000, - 0x53c4b15600000000, 0xc6d624ee00000000, 0x6cd3fe1f00000000, - 0xd3dbe1d600000000, 0x79de3b2700000000, 0xb8f8ba7c00000000, - 0x12fd608d00000000, 0xadf57f4400000000, 0x07f0a5b500000000, - 0x92e2300d00000000, 0x38e7eafc00000000, 0x87eff53500000000, - 0x2dea2fc400000000, 0x05a2f78200000000, 0xafa72d7300000000, - 0x10af32ba00000000, 0xbaaae84b00000000, 0x2fb87df300000000, - 0x85bda70200000000, 0x3ab5b8cb00000000, 0x90b0623a00000000, - 0x5196e36100000000, 0xfb93399000000000, 0x449b265900000000, - 0xee9efca800000000, 0x7b8c691000000000, 0xd189b3e100000000, - 0x6e81ac2800000000, 0xc48476d900000000, 0x3e111ca500000000, - 0x9414c65400000000, 0x2b1cd99d00000000, 0x8119036c00000000, - 0x140b96d400000000, 0xbe0e4c2500000000, 0x010653ec00000000, - 0xab03891d00000000, 0x6a25084600000000, 0xc020d2b700000000, - 0x7f28cd7e00000000, 0xd52d178f00000000, 0x403f823700000000, - 0xea3a58c600000000, 0x5532470f00000000, 0xff379dfe00000000, - 0xd77f45b800000000, 0x7d7a9f4900000000, 0xc272808000000000, - 0x68775a7100000000, 0xfd65cfc900000000, 0x5760153800000000, - 0xe8680af100000000, 0x426dd00000000000, 0x834b515b00000000, - 0x294e8baa00000000, 0x9646946300000000, 0x3c434e9200000000, - 0xa951db2a00000000, 0x035401db00000000, 0xbc5c1e1200000000, - 0x1659c4e300000000}}; - -#else /* W == 4 */ - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xae689191, 0x87a02563, 0x29c8b4f2, 0xd4314c87, - 0x7a59dd16, 0x539169e4, 0xfdf9f875, 0x73139f4f, 0xdd7b0ede, - 0xf4b3ba2c, 0x5adb2bbd, 0xa722d3c8, 0x094a4259, 0x2082f6ab, - 0x8eea673a, 0xe6273e9e, 0x484faf0f, 0x61871bfd, 0xcfef8a6c, - 0x32167219, 0x9c7ee388, 0xb5b6577a, 0x1bdec6eb, 0x9534a1d1, - 0x3b5c3040, 0x129484b2, 0xbcfc1523, 0x4105ed56, 0xef6d7cc7, - 0xc6a5c835, 0x68cd59a4, 0x173f7b7d, 0xb957eaec, 0x909f5e1e, - 0x3ef7cf8f, 0xc30e37fa, 0x6d66a66b, 0x44ae1299, 0xeac68308, - 0x642ce432, 0xca4475a3, 0xe38cc151, 0x4de450c0, 0xb01da8b5, - 0x1e753924, 0x37bd8dd6, 0x99d51c47, 0xf11845e3, 0x5f70d472, - 0x76b86080, 0xd8d0f111, 0x25290964, 0x8b4198f5, 0xa2892c07, - 0x0ce1bd96, 0x820bdaac, 0x2c634b3d, 0x05abffcf, 0xabc36e5e, - 0x563a962b, 0xf85207ba, 0xd19ab348, 0x7ff222d9, 0x2e7ef6fa, - 0x8016676b, 0xa9ded399, 0x07b64208, 0xfa4fba7d, 0x54272bec, - 0x7def9f1e, 0xd3870e8f, 0x5d6d69b5, 0xf305f824, 0xdacd4cd6, - 0x74a5dd47, 0x895c2532, 0x2734b4a3, 0x0efc0051, 0xa09491c0, - 0xc859c864, 0x663159f5, 0x4ff9ed07, 0xe1917c96, 0x1c6884e3, - 0xb2001572, 0x9bc8a180, 0x35a03011, 0xbb4a572b, 0x1522c6ba, - 0x3cea7248, 0x9282e3d9, 0x6f7b1bac, 0xc1138a3d, 0xe8db3ecf, - 0x46b3af5e, 0x39418d87, 0x97291c16, 0xbee1a8e4, 0x10893975, - 0xed70c100, 0x43185091, 0x6ad0e463, 0xc4b875f2, 0x4a5212c8, - 0xe43a8359, 0xcdf237ab, 0x639aa63a, 0x9e635e4f, 0x300bcfde, - 0x19c37b2c, 0xb7abeabd, 0xdf66b319, 0x710e2288, 0x58c6967a, - 0xf6ae07eb, 0x0b57ff9e, 0xa53f6e0f, 0x8cf7dafd, 0x229f4b6c, - 0xac752c56, 0x021dbdc7, 0x2bd50935, 0x85bd98a4, 0x784460d1, - 0xd62cf140, 0xffe445b2, 0x518cd423, 0x5cfdedf4, 0xf2957c65, - 0xdb5dc897, 0x75355906, 0x88cca173, 0x26a430e2, 0x0f6c8410, - 0xa1041581, 0x2fee72bb, 0x8186e32a, 0xa84e57d8, 0x0626c649, - 0xfbdf3e3c, 0x55b7afad, 0x7c7f1b5f, 0xd2178ace, 0xbadad36a, - 0x14b242fb, 0x3d7af609, 0x93126798, 0x6eeb9fed, 0xc0830e7c, - 0xe94bba8e, 0x47232b1f, 0xc9c94c25, 0x67a1ddb4, 0x4e696946, - 0xe001f8d7, 0x1df800a2, 0xb3909133, 0x9a5825c1, 0x3430b450, - 0x4bc29689, 0xe5aa0718, 0xcc62b3ea, 0x620a227b, 0x9ff3da0e, - 0x319b4b9f, 0x1853ff6d, 0xb63b6efc, 0x38d109c6, 0x96b99857, - 0xbf712ca5, 0x1119bd34, 0xece04541, 0x4288d4d0, 0x6b406022, - 0xc528f1b3, 0xade5a817, 0x038d3986, 0x2a458d74, 0x842d1ce5, - 0x79d4e490, 0xd7bc7501, 0xfe74c1f3, 0x501c5062, 0xdef63758, - 0x709ea6c9, 0x5956123b, 0xf73e83aa, 0x0ac77bdf, 0xa4afea4e, - 0x8d675ebc, 0x230fcf2d, 0x72831b0e, 0xdceb8a9f, 0xf5233e6d, - 0x5b4baffc, 0xa6b25789, 0x08dac618, 0x211272ea, 0x8f7ae37b, - 0x01908441, 0xaff815d0, 0x8630a122, 0x285830b3, 0xd5a1c8c6, - 0x7bc95957, 0x5201eda5, 0xfc697c34, 0x94a42590, 0x3accb401, - 0x130400f3, 0xbd6c9162, 0x40956917, 0xeefdf886, 0xc7354c74, - 0x695ddde5, 0xe7b7badf, 0x49df2b4e, 0x60179fbc, 0xce7f0e2d, - 0x3386f658, 0x9dee67c9, 0xb426d33b, 0x1a4e42aa, 0x65bc6073, - 0xcbd4f1e2, 0xe21c4510, 0x4c74d481, 0xb18d2cf4, 0x1fe5bd65, - 0x362d0997, 0x98459806, 0x16afff3c, 0xb8c76ead, 0x910fda5f, - 0x3f674bce, 0xc29eb3bb, 0x6cf6222a, 0x453e96d8, 0xeb560749, - 0x839b5eed, 0x2df3cf7c, 0x043b7b8e, 0xaa53ea1f, 0x57aa126a, - 0xf9c283fb, 0xd00a3709, 0x7e62a698, 0xf088c1a2, 0x5ee05033, - 0x7728e4c1, 0xd9407550, 0x24b98d25, 0x8ad11cb4, 0xa319a846, - 0x0d7139d7}, - {0x00000000, 0xb9fbdbe8, 0xa886b191, 0x117d6a79, 0x8a7c6563, - 0x3387be8b, 0x22fad4f2, 0x9b010f1a, 0xcf89cc87, 0x7672176f, - 0x670f7d16, 0xdef4a6fe, 0x45f5a9e4, 0xfc0e720c, 0xed731875, - 0x5488c39d, 0x44629f4f, 0xfd9944a7, 0xece42ede, 0x551ff536, - 0xce1efa2c, 0x77e521c4, 0x66984bbd, 0xdf639055, 0x8beb53c8, - 0x32108820, 0x236de259, 0x9a9639b1, 0x019736ab, 0xb86ced43, - 0xa911873a, 0x10ea5cd2, 0x88c53e9e, 0x313ee576, 0x20438f0f, - 0x99b854e7, 0x02b95bfd, 0xbb428015, 0xaa3fea6c, 0x13c43184, - 0x474cf219, 0xfeb729f1, 0xefca4388, 0x56319860, 0xcd30977a, - 0x74cb4c92, 0x65b626eb, 0xdc4dfd03, 0xcca7a1d1, 0x755c7a39, - 0x64211040, 0xdddacba8, 0x46dbc4b2, 0xff201f5a, 0xee5d7523, - 0x57a6aecb, 0x032e6d56, 0xbad5b6be, 0xaba8dcc7, 0x1253072f, - 0x89520835, 0x30a9d3dd, 0x21d4b9a4, 0x982f624c, 0xcafb7b7d, - 0x7300a095, 0x627dcaec, 0xdb861104, 0x40871e1e, 0xf97cc5f6, - 0xe801af8f, 0x51fa7467, 0x0572b7fa, 0xbc896c12, 0xadf4066b, - 0x140fdd83, 0x8f0ed299, 0x36f50971, 0x27886308, 0x9e73b8e0, - 0x8e99e432, 0x37623fda, 0x261f55a3, 0x9fe48e4b, 0x04e58151, - 0xbd1e5ab9, 0xac6330c0, 0x1598eb28, 0x411028b5, 0xf8ebf35d, - 0xe9969924, 0x506d42cc, 0xcb6c4dd6, 0x7297963e, 0x63eafc47, - 0xda1127af, 0x423e45e3, 0xfbc59e0b, 0xeab8f472, 0x53432f9a, - 0xc8422080, 0x71b9fb68, 0x60c49111, 0xd93f4af9, 0x8db78964, - 0x344c528c, 0x253138f5, 0x9ccae31d, 0x07cbec07, 0xbe3037ef, - 0xaf4d5d96, 0x16b6867e, 0x065cdaac, 0xbfa70144, 0xaeda6b3d, - 0x1721b0d5, 0x8c20bfcf, 0x35db6427, 0x24a60e5e, 0x9d5dd5b6, - 0xc9d5162b, 0x702ecdc3, 0x6153a7ba, 0xd8a87c52, 0x43a97348, - 0xfa52a8a0, 0xeb2fc2d9, 0x52d41931, 0x4e87f0bb, 0xf77c2b53, - 0xe601412a, 0x5ffa9ac2, 0xc4fb95d8, 0x7d004e30, 0x6c7d2449, - 0xd586ffa1, 0x810e3c3c, 0x38f5e7d4, 0x29888dad, 0x90735645, - 0x0b72595f, 0xb28982b7, 0xa3f4e8ce, 0x1a0f3326, 0x0ae56ff4, - 0xb31eb41c, 0xa263de65, 0x1b98058d, 0x80990a97, 0x3962d17f, - 0x281fbb06, 0x91e460ee, 0xc56ca373, 0x7c97789b, 0x6dea12e2, - 0xd411c90a, 0x4f10c610, 0xf6eb1df8, 0xe7967781, 0x5e6dac69, - 0xc642ce25, 0x7fb915cd, 0x6ec47fb4, 0xd73fa45c, 0x4c3eab46, - 0xf5c570ae, 0xe4b81ad7, 0x5d43c13f, 0x09cb02a2, 0xb030d94a, - 0xa14db333, 0x18b668db, 0x83b767c1, 0x3a4cbc29, 0x2b31d650, - 0x92ca0db8, 0x8220516a, 0x3bdb8a82, 0x2aa6e0fb, 0x935d3b13, - 0x085c3409, 0xb1a7efe1, 0xa0da8598, 0x19215e70, 0x4da99ded, - 0xf4524605, 0xe52f2c7c, 0x5cd4f794, 0xc7d5f88e, 0x7e2e2366, - 0x6f53491f, 0xd6a892f7, 0x847c8bc6, 0x3d87502e, 0x2cfa3a57, - 0x9501e1bf, 0x0e00eea5, 0xb7fb354d, 0xa6865f34, 0x1f7d84dc, - 0x4bf54741, 0xf20e9ca9, 0xe373f6d0, 0x5a882d38, 0xc1892222, - 0x7872f9ca, 0x690f93b3, 0xd0f4485b, 0xc01e1489, 0x79e5cf61, - 0x6898a518, 0xd1637ef0, 0x4a6271ea, 0xf399aa02, 0xe2e4c07b, - 0x5b1f1b93, 0x0f97d80e, 0xb66c03e6, 0xa711699f, 0x1eeab277, - 0x85ebbd6d, 0x3c106685, 0x2d6d0cfc, 0x9496d714, 0x0cb9b558, - 0xb5426eb0, 0xa43f04c9, 0x1dc4df21, 0x86c5d03b, 0x3f3e0bd3, - 0x2e4361aa, 0x97b8ba42, 0xc33079df, 0x7acba237, 0x6bb6c84e, - 0xd24d13a6, 0x494c1cbc, 0xf0b7c754, 0xe1caad2d, 0x583176c5, - 0x48db2a17, 0xf120f1ff, 0xe05d9b86, 0x59a6406e, 0xc2a74f74, - 0x7b5c949c, 0x6a21fee5, 0xd3da250d, 0x8752e690, 0x3ea93d78, - 0x2fd45701, 0x962f8ce9, 0x0d2e83f3, 0xb4d5581b, 0xa5a83262, - 0x1c53e98a}, - {0x00000000, 0x9d0fe176, 0xe16ec4ad, 0x7c6125db, 0x19ac8f1b, - 0x84a36e6d, 0xf8c24bb6, 0x65cdaac0, 0x33591e36, 0xae56ff40, - 0xd237da9b, 0x4f383bed, 0x2af5912d, 0xb7fa705b, 0xcb9b5580, - 0x5694b4f6, 0x66b23c6c, 0xfbbddd1a, 0x87dcf8c1, 0x1ad319b7, - 0x7f1eb377, 0xe2115201, 0x9e7077da, 0x037f96ac, 0x55eb225a, - 0xc8e4c32c, 0xb485e6f7, 0x298a0781, 0x4c47ad41, 0xd1484c37, - 0xad2969ec, 0x3026889a, 0xcd6478d8, 0x506b99ae, 0x2c0abc75, - 0xb1055d03, 0xd4c8f7c3, 0x49c716b5, 0x35a6336e, 0xa8a9d218, - 0xfe3d66ee, 0x63328798, 0x1f53a243, 0x825c4335, 0xe791e9f5, - 0x7a9e0883, 0x06ff2d58, 0x9bf0cc2e, 0xabd644b4, 0x36d9a5c2, - 0x4ab88019, 0xd7b7616f, 0xb27acbaf, 0x2f752ad9, 0x53140f02, - 0xce1bee74, 0x988f5a82, 0x0580bbf4, 0x79e19e2f, 0xe4ee7f59, - 0x8123d599, 0x1c2c34ef, 0x604d1134, 0xfd42f042, 0x41b9f7f1, - 0xdcb61687, 0xa0d7335c, 0x3dd8d22a, 0x581578ea, 0xc51a999c, - 0xb97bbc47, 0x24745d31, 0x72e0e9c7, 0xefef08b1, 0x938e2d6a, - 0x0e81cc1c, 0x6b4c66dc, 0xf64387aa, 0x8a22a271, 0x172d4307, - 0x270bcb9d, 0xba042aeb, 0xc6650f30, 0x5b6aee46, 0x3ea74486, - 0xa3a8a5f0, 0xdfc9802b, 0x42c6615d, 0x1452d5ab, 0x895d34dd, - 0xf53c1106, 0x6833f070, 0x0dfe5ab0, 0x90f1bbc6, 0xec909e1d, - 0x719f7f6b, 0x8cdd8f29, 0x11d26e5f, 0x6db34b84, 0xf0bcaaf2, - 0x95710032, 0x087ee144, 0x741fc49f, 0xe91025e9, 0xbf84911f, - 0x228b7069, 0x5eea55b2, 0xc3e5b4c4, 0xa6281e04, 0x3b27ff72, - 0x4746daa9, 0xda493bdf, 0xea6fb345, 0x77605233, 0x0b0177e8, - 0x960e969e, 0xf3c33c5e, 0x6eccdd28, 0x12adf8f3, 0x8fa21985, - 0xd936ad73, 0x44394c05, 0x385869de, 0xa55788a8, 0xc09a2268, - 0x5d95c31e, 0x21f4e6c5, 0xbcfb07b3, 0x8373efe2, 0x1e7c0e94, - 0x621d2b4f, 0xff12ca39, 0x9adf60f9, 0x07d0818f, 0x7bb1a454, - 0xe6be4522, 0xb02af1d4, 0x2d2510a2, 0x51443579, 0xcc4bd40f, - 0xa9867ecf, 0x34899fb9, 0x48e8ba62, 0xd5e75b14, 0xe5c1d38e, - 0x78ce32f8, 0x04af1723, 0x99a0f655, 0xfc6d5c95, 0x6162bde3, - 0x1d039838, 0x800c794e, 0xd698cdb8, 0x4b972cce, 0x37f60915, - 0xaaf9e863, 0xcf3442a3, 0x523ba3d5, 0x2e5a860e, 0xb3556778, - 0x4e17973a, 0xd318764c, 0xaf795397, 0x3276b2e1, 0x57bb1821, - 0xcab4f957, 0xb6d5dc8c, 0x2bda3dfa, 0x7d4e890c, 0xe041687a, - 0x9c204da1, 0x012facd7, 0x64e20617, 0xf9ede761, 0x858cc2ba, - 0x188323cc, 0x28a5ab56, 0xb5aa4a20, 0xc9cb6ffb, 0x54c48e8d, - 0x3109244d, 0xac06c53b, 0xd067e0e0, 0x4d680196, 0x1bfcb560, - 0x86f35416, 0xfa9271cd, 0x679d90bb, 0x02503a7b, 0x9f5fdb0d, - 0xe33efed6, 0x7e311fa0, 0xc2ca1813, 0x5fc5f965, 0x23a4dcbe, - 0xbeab3dc8, 0xdb669708, 0x4669767e, 0x3a0853a5, 0xa707b2d3, - 0xf1930625, 0x6c9ce753, 0x10fdc288, 0x8df223fe, 0xe83f893e, - 0x75306848, 0x09514d93, 0x945eace5, 0xa478247f, 0x3977c509, - 0x4516e0d2, 0xd81901a4, 0xbdd4ab64, 0x20db4a12, 0x5cba6fc9, - 0xc1b58ebf, 0x97213a49, 0x0a2edb3f, 0x764ffee4, 0xeb401f92, - 0x8e8db552, 0x13825424, 0x6fe371ff, 0xf2ec9089, 0x0fae60cb, - 0x92a181bd, 0xeec0a466, 0x73cf4510, 0x1602efd0, 0x8b0d0ea6, - 0xf76c2b7d, 0x6a63ca0b, 0x3cf77efd, 0xa1f89f8b, 0xdd99ba50, - 0x40965b26, 0x255bf1e6, 0xb8541090, 0xc435354b, 0x593ad43d, - 0x691c5ca7, 0xf413bdd1, 0x8872980a, 0x157d797c, 0x70b0d3bc, - 0xedbf32ca, 0x91de1711, 0x0cd1f667, 0x5a454291, 0xc74aa3e7, - 0xbb2b863c, 0x2624674a, 0x43e9cd8a, 0xdee62cfc, 0xa2870927, - 0x3f88e851}, - {0x00000000, 0xdd96d985, 0x605cb54b, 0xbdca6cce, 0xc0b96a96, - 0x1d2fb313, 0xa0e5dfdd, 0x7d730658, 0x5a03d36d, 0x87950ae8, - 0x3a5f6626, 0xe7c9bfa3, 0x9abab9fb, 0x472c607e, 0xfae60cb0, - 0x2770d535, 0xb407a6da, 0x69917f5f, 0xd45b1391, 0x09cdca14, - 0x74becc4c, 0xa92815c9, 0x14e27907, 0xc974a082, 0xee0475b7, - 0x3392ac32, 0x8e58c0fc, 0x53ce1979, 0x2ebd1f21, 0xf32bc6a4, - 0x4ee1aa6a, 0x937773ef, 0xb37e4bf5, 0x6ee89270, 0xd322febe, - 0x0eb4273b, 0x73c72163, 0xae51f8e6, 0x139b9428, 0xce0d4dad, - 0xe97d9898, 0x34eb411d, 0x89212dd3, 0x54b7f456, 0x29c4f20e, - 0xf4522b8b, 0x49984745, 0x940e9ec0, 0x0779ed2f, 0xdaef34aa, - 0x67255864, 0xbab381e1, 0xc7c087b9, 0x1a565e3c, 0xa79c32f2, - 0x7a0aeb77, 0x5d7a3e42, 0x80ece7c7, 0x3d268b09, 0xe0b0528c, - 0x9dc354d4, 0x40558d51, 0xfd9fe19f, 0x2009381a, 0xbd8d91ab, - 0x601b482e, 0xddd124e0, 0x0047fd65, 0x7d34fb3d, 0xa0a222b8, - 0x1d684e76, 0xc0fe97f3, 0xe78e42c6, 0x3a189b43, 0x87d2f78d, - 0x5a442e08, 0x27372850, 0xfaa1f1d5, 0x476b9d1b, 0x9afd449e, - 0x098a3771, 0xd41ceef4, 0x69d6823a, 0xb4405bbf, 0xc9335de7, - 0x14a58462, 0xa96fe8ac, 0x74f93129, 0x5389e41c, 0x8e1f3d99, - 0x33d55157, 0xee4388d2, 0x93308e8a, 0x4ea6570f, 0xf36c3bc1, - 0x2efae244, 0x0ef3da5e, 0xd36503db, 0x6eaf6f15, 0xb339b690, - 0xce4ab0c8, 0x13dc694d, 0xae160583, 0x7380dc06, 0x54f00933, - 0x8966d0b6, 0x34acbc78, 0xe93a65fd, 0x944963a5, 0x49dfba20, - 0xf415d6ee, 0x29830f6b, 0xbaf47c84, 0x6762a501, 0xdaa8c9cf, - 0x073e104a, 0x7a4d1612, 0xa7dbcf97, 0x1a11a359, 0xc7877adc, - 0xe0f7afe9, 0x3d61766c, 0x80ab1aa2, 0x5d3dc327, 0x204ec57f, - 0xfdd81cfa, 0x40127034, 0x9d84a9b1, 0xa06a2517, 0x7dfcfc92, - 0xc036905c, 0x1da049d9, 0x60d34f81, 0xbd459604, 0x008ffaca, - 0xdd19234f, 0xfa69f67a, 0x27ff2fff, 0x9a354331, 0x47a39ab4, - 0x3ad09cec, 0xe7464569, 0x5a8c29a7, 0x871af022, 0x146d83cd, - 0xc9fb5a48, 0x74313686, 0xa9a7ef03, 0xd4d4e95b, 0x094230de, - 0xb4885c10, 0x691e8595, 0x4e6e50a0, 0x93f88925, 0x2e32e5eb, - 0xf3a43c6e, 0x8ed73a36, 0x5341e3b3, 0xee8b8f7d, 0x331d56f8, - 0x13146ee2, 0xce82b767, 0x7348dba9, 0xaede022c, 0xd3ad0474, - 0x0e3bddf1, 0xb3f1b13f, 0x6e6768ba, 0x4917bd8f, 0x9481640a, - 0x294b08c4, 0xf4ddd141, 0x89aed719, 0x54380e9c, 0xe9f26252, - 0x3464bbd7, 0xa713c838, 0x7a8511bd, 0xc74f7d73, 0x1ad9a4f6, - 0x67aaa2ae, 0xba3c7b2b, 0x07f617e5, 0xda60ce60, 0xfd101b55, - 0x2086c2d0, 0x9d4cae1e, 0x40da779b, 0x3da971c3, 0xe03fa846, - 0x5df5c488, 0x80631d0d, 0x1de7b4bc, 0xc0716d39, 0x7dbb01f7, - 0xa02dd872, 0xdd5ede2a, 0x00c807af, 0xbd026b61, 0x6094b2e4, - 0x47e467d1, 0x9a72be54, 0x27b8d29a, 0xfa2e0b1f, 0x875d0d47, - 0x5acbd4c2, 0xe701b80c, 0x3a976189, 0xa9e01266, 0x7476cbe3, - 0xc9bca72d, 0x142a7ea8, 0x695978f0, 0xb4cfa175, 0x0905cdbb, - 0xd493143e, 0xf3e3c10b, 0x2e75188e, 0x93bf7440, 0x4e29adc5, - 0x335aab9d, 0xeecc7218, 0x53061ed6, 0x8e90c753, 0xae99ff49, - 0x730f26cc, 0xcec54a02, 0x13539387, 0x6e2095df, 0xb3b64c5a, - 0x0e7c2094, 0xd3eaf911, 0xf49a2c24, 0x290cf5a1, 0x94c6996f, - 0x495040ea, 0x342346b2, 0xe9b59f37, 0x547ff3f9, 0x89e92a7c, - 0x1a9e5993, 0xc7088016, 0x7ac2ecd8, 0xa754355d, 0xda273305, - 0x07b1ea80, 0xba7b864e, 0x67ed5fcb, 0x409d8afe, 0x9d0b537b, - 0x20c13fb5, 0xfd57e630, 0x8024e068, 0x5db239ed, 0xe0785523, - 0x3dee8ca6}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x00000000, 0x85d996dd, 0x4bb55c60, 0xce6ccabd, 0x966ab9c0, - 0x13b32f1d, 0xdddfe5a0, 0x5806737d, 0x6dd3035a, 0xe80a9587, - 0x26665f3a, 0xa3bfc9e7, 0xfbb9ba9a, 0x7e602c47, 0xb00ce6fa, - 0x35d57027, 0xdaa607b4, 0x5f7f9169, 0x91135bd4, 0x14cacd09, - 0x4cccbe74, 0xc91528a9, 0x0779e214, 0x82a074c9, 0xb77504ee, - 0x32ac9233, 0xfcc0588e, 0x7919ce53, 0x211fbd2e, 0xa4c62bf3, - 0x6aaae14e, 0xef737793, 0xf54b7eb3, 0x7092e86e, 0xbefe22d3, - 0x3b27b40e, 0x6321c773, 0xe6f851ae, 0x28949b13, 0xad4d0dce, - 0x98987de9, 0x1d41eb34, 0xd32d2189, 0x56f4b754, 0x0ef2c429, - 0x8b2b52f4, 0x45479849, 0xc09e0e94, 0x2fed7907, 0xaa34efda, - 0x64582567, 0xe181b3ba, 0xb987c0c7, 0x3c5e561a, 0xf2329ca7, - 0x77eb0a7a, 0x423e7a5d, 0xc7e7ec80, 0x098b263d, 0x8c52b0e0, - 0xd454c39d, 0x518d5540, 0x9fe19ffd, 0x1a380920, 0xab918dbd, - 0x2e481b60, 0xe024d1dd, 0x65fd4700, 0x3dfb347d, 0xb822a2a0, - 0x764e681d, 0xf397fec0, 0xc6428ee7, 0x439b183a, 0x8df7d287, - 0x082e445a, 0x50283727, 0xd5f1a1fa, 0x1b9d6b47, 0x9e44fd9a, - 0x71378a09, 0xf4ee1cd4, 0x3a82d669, 0xbf5b40b4, 0xe75d33c9, - 0x6284a514, 0xace86fa9, 0x2931f974, 0x1ce48953, 0x993d1f8e, - 0x5751d533, 0xd28843ee, 0x8a8e3093, 0x0f57a64e, 0xc13b6cf3, - 0x44e2fa2e, 0x5edaf30e, 0xdb0365d3, 0x156faf6e, 0x90b639b3, - 0xc8b04ace, 0x4d69dc13, 0x830516ae, 0x06dc8073, 0x3309f054, - 0xb6d06689, 0x78bcac34, 0xfd653ae9, 0xa5634994, 0x20badf49, - 0xeed615f4, 0x6b0f8329, 0x847cf4ba, 0x01a56267, 0xcfc9a8da, - 0x4a103e07, 0x12164d7a, 0x97cfdba7, 0x59a3111a, 0xdc7a87c7, - 0xe9aff7e0, 0x6c76613d, 0xa21aab80, 0x27c33d5d, 0x7fc54e20, - 0xfa1cd8fd, 0x34701240, 0xb1a9849d, 0x17256aa0, 0x92fcfc7d, - 0x5c9036c0, 0xd949a01d, 0x814fd360, 0x049645bd, 0xcafa8f00, - 0x4f2319dd, 0x7af669fa, 0xff2fff27, 0x3143359a, 0xb49aa347, - 0xec9cd03a, 0x694546e7, 0xa7298c5a, 0x22f01a87, 0xcd836d14, - 0x485afbc9, 0x86363174, 0x03efa7a9, 0x5be9d4d4, 0xde304209, - 0x105c88b4, 0x95851e69, 0xa0506e4e, 0x2589f893, 0xebe5322e, - 0x6e3ca4f3, 0x363ad78e, 0xb3e34153, 0x7d8f8bee, 0xf8561d33, - 0xe26e1413, 0x67b782ce, 0xa9db4873, 0x2c02deae, 0x7404add3, - 0xf1dd3b0e, 0x3fb1f1b3, 0xba68676e, 0x8fbd1749, 0x0a648194, - 0xc4084b29, 0x41d1ddf4, 0x19d7ae89, 0x9c0e3854, 0x5262f2e9, - 0xd7bb6434, 0x38c813a7, 0xbd11857a, 0x737d4fc7, 0xf6a4d91a, - 0xaea2aa67, 0x2b7b3cba, 0xe517f607, 0x60ce60da, 0x551b10fd, - 0xd0c28620, 0x1eae4c9d, 0x9b77da40, 0xc371a93d, 0x46a83fe0, - 0x88c4f55d, 0x0d1d6380, 0xbcb4e71d, 0x396d71c0, 0xf701bb7d, - 0x72d82da0, 0x2ade5edd, 0xaf07c800, 0x616b02bd, 0xe4b29460, - 0xd167e447, 0x54be729a, 0x9ad2b827, 0x1f0b2efa, 0x470d5d87, - 0xc2d4cb5a, 0x0cb801e7, 0x8961973a, 0x6612e0a9, 0xe3cb7674, - 0x2da7bcc9, 0xa87e2a14, 0xf0785969, 0x75a1cfb4, 0xbbcd0509, - 0x3e1493d4, 0x0bc1e3f3, 0x8e18752e, 0x4074bf93, 0xc5ad294e, - 0x9dab5a33, 0x1872ccee, 0xd61e0653, 0x53c7908e, 0x49ff99ae, - 0xcc260f73, 0x024ac5ce, 0x87935313, 0xdf95206e, 0x5a4cb6b3, - 0x94207c0e, 0x11f9ead3, 0x242c9af4, 0xa1f50c29, 0x6f99c694, - 0xea405049, 0xb2462334, 0x379fb5e9, 0xf9f37f54, 0x7c2ae989, - 0x93599e1a, 0x168008c7, 0xd8ecc27a, 0x5d3554a7, 0x053327da, - 0x80eab107, 0x4e867bba, 0xcb5fed67, 0xfe8a9d40, 0x7b530b9d, - 0xb53fc120, 0x30e657fd, 0x68e02480, 0xed39b25d, 0x235578e0, - 0xa68cee3d}, - {0x00000000, 0x76e10f9d, 0xadc46ee1, 0xdb25617c, 0x1b8fac19, - 0x6d6ea384, 0xb64bc2f8, 0xc0aacd65, 0x361e5933, 0x40ff56ae, - 0x9bda37d2, 0xed3b384f, 0x2d91f52a, 0x5b70fab7, 0x80559bcb, - 0xf6b49456, 0x6c3cb266, 0x1addbdfb, 0xc1f8dc87, 0xb719d31a, - 0x77b31e7f, 0x015211e2, 0xda77709e, 0xac967f03, 0x5a22eb55, - 0x2cc3e4c8, 0xf7e685b4, 0x81078a29, 0x41ad474c, 0x374c48d1, - 0xec6929ad, 0x9a882630, 0xd87864cd, 0xae996b50, 0x75bc0a2c, - 0x035d05b1, 0xc3f7c8d4, 0xb516c749, 0x6e33a635, 0x18d2a9a8, - 0xee663dfe, 0x98873263, 0x43a2531f, 0x35435c82, 0xf5e991e7, - 0x83089e7a, 0x582dff06, 0x2eccf09b, 0xb444d6ab, 0xc2a5d936, - 0x1980b84a, 0x6f61b7d7, 0xafcb7ab2, 0xd92a752f, 0x020f1453, - 0x74ee1bce, 0x825a8f98, 0xf4bb8005, 0x2f9ee179, 0x597feee4, - 0x99d52381, 0xef342c1c, 0x34114d60, 0x42f042fd, 0xf1f7b941, - 0x8716b6dc, 0x5c33d7a0, 0x2ad2d83d, 0xea781558, 0x9c991ac5, - 0x47bc7bb9, 0x315d7424, 0xc7e9e072, 0xb108efef, 0x6a2d8e93, - 0x1ccc810e, 0xdc664c6b, 0xaa8743f6, 0x71a2228a, 0x07432d17, - 0x9dcb0b27, 0xeb2a04ba, 0x300f65c6, 0x46ee6a5b, 0x8644a73e, - 0xf0a5a8a3, 0x2b80c9df, 0x5d61c642, 0xabd55214, 0xdd345d89, - 0x06113cf5, 0x70f03368, 0xb05afe0d, 0xc6bbf190, 0x1d9e90ec, - 0x6b7f9f71, 0x298fdd8c, 0x5f6ed211, 0x844bb36d, 0xf2aabcf0, - 0x32007195, 0x44e17e08, 0x9fc41f74, 0xe92510e9, 0x1f9184bf, - 0x69708b22, 0xb255ea5e, 0xc4b4e5c3, 0x041e28a6, 0x72ff273b, - 0xa9da4647, 0xdf3b49da, 0x45b36fea, 0x33526077, 0xe877010b, - 0x9e960e96, 0x5e3cc3f3, 0x28ddcc6e, 0xf3f8ad12, 0x8519a28f, - 0x73ad36d9, 0x054c3944, 0xde695838, 0xa88857a5, 0x68229ac0, - 0x1ec3955d, 0xc5e6f421, 0xb307fbbc, 0xe2ef7383, 0x940e7c1e, - 0x4f2b1d62, 0x39ca12ff, 0xf960df9a, 0x8f81d007, 0x54a4b17b, - 0x2245bee6, 0xd4f12ab0, 0xa210252d, 0x79354451, 0x0fd44bcc, - 0xcf7e86a9, 0xb99f8934, 0x62bae848, 0x145be7d5, 0x8ed3c1e5, - 0xf832ce78, 0x2317af04, 0x55f6a099, 0x955c6dfc, 0xe3bd6261, - 0x3898031d, 0x4e790c80, 0xb8cd98d6, 0xce2c974b, 0x1509f637, - 0x63e8f9aa, 0xa34234cf, 0xd5a33b52, 0x0e865a2e, 0x786755b3, - 0x3a97174e, 0x4c7618d3, 0x975379af, 0xe1b27632, 0x2118bb57, - 0x57f9b4ca, 0x8cdcd5b6, 0xfa3dda2b, 0x0c894e7d, 0x7a6841e0, - 0xa14d209c, 0xd7ac2f01, 0x1706e264, 0x61e7edf9, 0xbac28c85, - 0xcc238318, 0x56aba528, 0x204aaab5, 0xfb6fcbc9, 0x8d8ec454, - 0x4d240931, 0x3bc506ac, 0xe0e067d0, 0x9601684d, 0x60b5fc1b, - 0x1654f386, 0xcd7192fa, 0xbb909d67, 0x7b3a5002, 0x0ddb5f9f, - 0xd6fe3ee3, 0xa01f317e, 0x1318cac2, 0x65f9c55f, 0xbedca423, - 0xc83dabbe, 0x089766db, 0x7e766946, 0xa553083a, 0xd3b207a7, - 0x250693f1, 0x53e79c6c, 0x88c2fd10, 0xfe23f28d, 0x3e893fe8, - 0x48683075, 0x934d5109, 0xe5ac5e94, 0x7f2478a4, 0x09c57739, - 0xd2e01645, 0xa40119d8, 0x64abd4bd, 0x124adb20, 0xc96fba5c, - 0xbf8eb5c1, 0x493a2197, 0x3fdb2e0a, 0xe4fe4f76, 0x921f40eb, - 0x52b58d8e, 0x24548213, 0xff71e36f, 0x8990ecf2, 0xcb60ae0f, - 0xbd81a192, 0x66a4c0ee, 0x1045cf73, 0xd0ef0216, 0xa60e0d8b, - 0x7d2b6cf7, 0x0bca636a, 0xfd7ef73c, 0x8b9ff8a1, 0x50ba99dd, - 0x265b9640, 0xe6f15b25, 0x901054b8, 0x4b3535c4, 0x3dd43a59, - 0xa75c1c69, 0xd1bd13f4, 0x0a987288, 0x7c797d15, 0xbcd3b070, - 0xca32bfed, 0x1117de91, 0x67f6d10c, 0x9142455a, 0xe7a34ac7, - 0x3c862bbb, 0x4a672426, 0x8acde943, 0xfc2ce6de, 0x270987a2, - 0x51e8883f}, - {0x00000000, 0xe8dbfbb9, 0x91b186a8, 0x796a7d11, 0x63657c8a, - 0x8bbe8733, 0xf2d4fa22, 0x1a0f019b, 0x87cc89cf, 0x6f177276, - 0x167d0f67, 0xfea6f4de, 0xe4a9f545, 0x0c720efc, 0x751873ed, - 0x9dc38854, 0x4f9f6244, 0xa74499fd, 0xde2ee4ec, 0x36f51f55, - 0x2cfa1ece, 0xc421e577, 0xbd4b9866, 0x559063df, 0xc853eb8b, - 0x20881032, 0x59e26d23, 0xb139969a, 0xab369701, 0x43ed6cb8, - 0x3a8711a9, 0xd25cea10, 0x9e3ec588, 0x76e53e31, 0x0f8f4320, - 0xe754b899, 0xfd5bb902, 0x158042bb, 0x6cea3faa, 0x8431c413, - 0x19f24c47, 0xf129b7fe, 0x8843caef, 0x60983156, 0x7a9730cd, - 0x924ccb74, 0xeb26b665, 0x03fd4ddc, 0xd1a1a7cc, 0x397a5c75, - 0x40102164, 0xa8cbdadd, 0xb2c4db46, 0x5a1f20ff, 0x23755dee, - 0xcbaea657, 0x566d2e03, 0xbeb6d5ba, 0xc7dca8ab, 0x2f075312, - 0x35085289, 0xddd3a930, 0xa4b9d421, 0x4c622f98, 0x7d7bfbca, - 0x95a00073, 0xecca7d62, 0x041186db, 0x1e1e8740, 0xf6c57cf9, - 0x8faf01e8, 0x6774fa51, 0xfab77205, 0x126c89bc, 0x6b06f4ad, - 0x83dd0f14, 0x99d20e8f, 0x7109f536, 0x08638827, 0xe0b8739e, - 0x32e4998e, 0xda3f6237, 0xa3551f26, 0x4b8ee49f, 0x5181e504, - 0xb95a1ebd, 0xc03063ac, 0x28eb9815, 0xb5281041, 0x5df3ebf8, - 0x249996e9, 0xcc426d50, 0xd64d6ccb, 0x3e969772, 0x47fcea63, - 0xaf2711da, 0xe3453e42, 0x0b9ec5fb, 0x72f4b8ea, 0x9a2f4353, - 0x802042c8, 0x68fbb971, 0x1191c460, 0xf94a3fd9, 0x6489b78d, - 0x8c524c34, 0xf5383125, 0x1de3ca9c, 0x07eccb07, 0xef3730be, - 0x965d4daf, 0x7e86b616, 0xacda5c06, 0x4401a7bf, 0x3d6bdaae, - 0xd5b02117, 0xcfbf208c, 0x2764db35, 0x5e0ea624, 0xb6d55d9d, - 0x2b16d5c9, 0xc3cd2e70, 0xbaa75361, 0x527ca8d8, 0x4873a943, - 0xa0a852fa, 0xd9c22feb, 0x3119d452, 0xbbf0874e, 0x532b7cf7, - 0x2a4101e6, 0xc29afa5f, 0xd895fbc4, 0x304e007d, 0x49247d6c, - 0xa1ff86d5, 0x3c3c0e81, 0xd4e7f538, 0xad8d8829, 0x45567390, - 0x5f59720b, 0xb78289b2, 0xcee8f4a3, 0x26330f1a, 0xf46fe50a, - 0x1cb41eb3, 0x65de63a2, 0x8d05981b, 0x970a9980, 0x7fd16239, - 0x06bb1f28, 0xee60e491, 0x73a36cc5, 0x9b78977c, 0xe212ea6d, - 0x0ac911d4, 0x10c6104f, 0xf81debf6, 0x817796e7, 0x69ac6d5e, - 0x25ce42c6, 0xcd15b97f, 0xb47fc46e, 0x5ca43fd7, 0x46ab3e4c, - 0xae70c5f5, 0xd71ab8e4, 0x3fc1435d, 0xa202cb09, 0x4ad930b0, - 0x33b34da1, 0xdb68b618, 0xc167b783, 0x29bc4c3a, 0x50d6312b, - 0xb80dca92, 0x6a512082, 0x828adb3b, 0xfbe0a62a, 0x133b5d93, - 0x09345c08, 0xe1efa7b1, 0x9885daa0, 0x705e2119, 0xed9da94d, - 0x054652f4, 0x7c2c2fe5, 0x94f7d45c, 0x8ef8d5c7, 0x66232e7e, - 0x1f49536f, 0xf792a8d6, 0xc68b7c84, 0x2e50873d, 0x573afa2c, - 0xbfe10195, 0xa5ee000e, 0x4d35fbb7, 0x345f86a6, 0xdc847d1f, - 0x4147f54b, 0xa99c0ef2, 0xd0f673e3, 0x382d885a, 0x222289c1, - 0xcaf97278, 0xb3930f69, 0x5b48f4d0, 0x89141ec0, 0x61cfe579, - 0x18a59868, 0xf07e63d1, 0xea71624a, 0x02aa99f3, 0x7bc0e4e2, - 0x931b1f5b, 0x0ed8970f, 0xe6036cb6, 0x9f6911a7, 0x77b2ea1e, - 0x6dbdeb85, 0x8566103c, 0xfc0c6d2d, 0x14d79694, 0x58b5b90c, - 0xb06e42b5, 0xc9043fa4, 0x21dfc41d, 0x3bd0c586, 0xd30b3e3f, - 0xaa61432e, 0x42bab897, 0xdf7930c3, 0x37a2cb7a, 0x4ec8b66b, - 0xa6134dd2, 0xbc1c4c49, 0x54c7b7f0, 0x2dadcae1, 0xc5763158, - 0x172adb48, 0xfff120f1, 0x869b5de0, 0x6e40a659, 0x744fa7c2, - 0x9c945c7b, 0xe5fe216a, 0x0d25dad3, 0x90e65287, 0x783da93e, - 0x0157d42f, 0xe98c2f96, 0xf3832e0d, 0x1b58d5b4, 0x6232a8a5, - 0x8ae9531c}, - {0x00000000, 0x919168ae, 0x6325a087, 0xf2b4c829, 0x874c31d4, - 0x16dd597a, 0xe4699153, 0x75f8f9fd, 0x4f9f1373, 0xde0e7bdd, - 0x2cbab3f4, 0xbd2bdb5a, 0xc8d322a7, 0x59424a09, 0xabf68220, - 0x3a67ea8e, 0x9e3e27e6, 0x0faf4f48, 0xfd1b8761, 0x6c8aefcf, - 0x19721632, 0x88e37e9c, 0x7a57b6b5, 0xebc6de1b, 0xd1a13495, - 0x40305c3b, 0xb2849412, 0x2315fcbc, 0x56ed0541, 0xc77c6def, - 0x35c8a5c6, 0xa459cd68, 0x7d7b3f17, 0xecea57b9, 0x1e5e9f90, - 0x8fcff73e, 0xfa370ec3, 0x6ba6666d, 0x9912ae44, 0x0883c6ea, - 0x32e42c64, 0xa37544ca, 0x51c18ce3, 0xc050e44d, 0xb5a81db0, - 0x2439751e, 0xd68dbd37, 0x471cd599, 0xe34518f1, 0x72d4705f, - 0x8060b876, 0x11f1d0d8, 0x64092925, 0xf598418b, 0x072c89a2, - 0x96bde10c, 0xacda0b82, 0x3d4b632c, 0xcfffab05, 0x5e6ec3ab, - 0x2b963a56, 0xba0752f8, 0x48b39ad1, 0xd922f27f, 0xfaf67e2e, - 0x6b671680, 0x99d3dea9, 0x0842b607, 0x7dba4ffa, 0xec2b2754, - 0x1e9fef7d, 0x8f0e87d3, 0xb5696d5d, 0x24f805f3, 0xd64ccdda, - 0x47dda574, 0x32255c89, 0xa3b43427, 0x5100fc0e, 0xc09194a0, - 0x64c859c8, 0xf5593166, 0x07edf94f, 0x967c91e1, 0xe384681c, - 0x721500b2, 0x80a1c89b, 0x1130a035, 0x2b574abb, 0xbac62215, - 0x4872ea3c, 0xd9e38292, 0xac1b7b6f, 0x3d8a13c1, 0xcf3edbe8, - 0x5eafb346, 0x878d4139, 0x161c2997, 0xe4a8e1be, 0x75398910, - 0x00c170ed, 0x91501843, 0x63e4d06a, 0xf275b8c4, 0xc812524a, - 0x59833ae4, 0xab37f2cd, 0x3aa69a63, 0x4f5e639e, 0xdecf0b30, - 0x2c7bc319, 0xbdeaabb7, 0x19b366df, 0x88220e71, 0x7a96c658, - 0xeb07aef6, 0x9eff570b, 0x0f6e3fa5, 0xfddaf78c, 0x6c4b9f22, - 0x562c75ac, 0xc7bd1d02, 0x3509d52b, 0xa498bd85, 0xd1604478, - 0x40f12cd6, 0xb245e4ff, 0x23d48c51, 0xf4edfd5c, 0x657c95f2, - 0x97c85ddb, 0x06593575, 0x73a1cc88, 0xe230a426, 0x10846c0f, - 0x811504a1, 0xbb72ee2f, 0x2ae38681, 0xd8574ea8, 0x49c62606, - 0x3c3edffb, 0xadafb755, 0x5f1b7f7c, 0xce8a17d2, 0x6ad3daba, - 0xfb42b214, 0x09f67a3d, 0x98671293, 0xed9feb6e, 0x7c0e83c0, - 0x8eba4be9, 0x1f2b2347, 0x254cc9c9, 0xb4dda167, 0x4669694e, - 0xd7f801e0, 0xa200f81d, 0x339190b3, 0xc125589a, 0x50b43034, - 0x8996c24b, 0x1807aae5, 0xeab362cc, 0x7b220a62, 0x0edaf39f, - 0x9f4b9b31, 0x6dff5318, 0xfc6e3bb6, 0xc609d138, 0x5798b996, - 0xa52c71bf, 0x34bd1911, 0x4145e0ec, 0xd0d48842, 0x2260406b, - 0xb3f128c5, 0x17a8e5ad, 0x86398d03, 0x748d452a, 0xe51c2d84, - 0x90e4d479, 0x0175bcd7, 0xf3c174fe, 0x62501c50, 0x5837f6de, - 0xc9a69e70, 0x3b125659, 0xaa833ef7, 0xdf7bc70a, 0x4eeaafa4, - 0xbc5e678d, 0x2dcf0f23, 0x0e1b8372, 0x9f8aebdc, 0x6d3e23f5, - 0xfcaf4b5b, 0x8957b2a6, 0x18c6da08, 0xea721221, 0x7be37a8f, - 0x41849001, 0xd015f8af, 0x22a13086, 0xb3305828, 0xc6c8a1d5, - 0x5759c97b, 0xa5ed0152, 0x347c69fc, 0x9025a494, 0x01b4cc3a, - 0xf3000413, 0x62916cbd, 0x17699540, 0x86f8fdee, 0x744c35c7, - 0xe5dd5d69, 0xdfbab7e7, 0x4e2bdf49, 0xbc9f1760, 0x2d0e7fce, - 0x58f68633, 0xc967ee9d, 0x3bd326b4, 0xaa424e1a, 0x7360bc65, - 0xe2f1d4cb, 0x10451ce2, 0x81d4744c, 0xf42c8db1, 0x65bde51f, - 0x97092d36, 0x06984598, 0x3cffaf16, 0xad6ec7b8, 0x5fda0f91, - 0xce4b673f, 0xbbb39ec2, 0x2a22f66c, 0xd8963e45, 0x490756eb, - 0xed5e9b83, 0x7ccff32d, 0x8e7b3b04, 0x1fea53aa, 0x6a12aa57, - 0xfb83c2f9, 0x09370ad0, 0x98a6627e, 0xa2c188f0, 0x3350e05e, - 0xc1e42877, 0x507540d9, 0x258db924, 0xb41cd18a, 0x46a819a3, - 0xd739710d}}; - -#endif - -#endif - -#if N == 5 - -#if W == 8 - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0xaf449247, 0x85f822cf, 0x2abcb088, 0xd08143df, - 0x7fc5d198, 0x55796110, 0xfa3df357, 0x7a7381ff, 0xd53713b8, - 0xff8ba330, 0x50cf3177, 0xaaf2c220, 0x05b65067, 0x2f0ae0ef, - 0x804e72a8, 0xf4e703fe, 0x5ba391b9, 0x711f2131, 0xde5bb376, - 0x24664021, 0x8b22d266, 0xa19e62ee, 0x0edaf0a9, 0x8e948201, - 0x21d01046, 0x0b6ca0ce, 0xa4283289, 0x5e15c1de, 0xf1515399, - 0xdbede311, 0x74a97156, 0x32bf01bd, 0x9dfb93fa, 0xb7472372, - 0x1803b135, 0xe23e4262, 0x4d7ad025, 0x67c660ad, 0xc882f2ea, - 0x48cc8042, 0xe7881205, 0xcd34a28d, 0x627030ca, 0x984dc39d, - 0x370951da, 0x1db5e152, 0xb2f17315, 0xc6580243, 0x691c9004, - 0x43a0208c, 0xece4b2cb, 0x16d9419c, 0xb99dd3db, 0x93216353, - 0x3c65f114, 0xbc2b83bc, 0x136f11fb, 0x39d3a173, 0x96973334, - 0x6caac063, 0xc3ee5224, 0xe952e2ac, 0x461670eb, 0x657e037a, - 0xca3a913d, 0xe08621b5, 0x4fc2b3f2, 0xb5ff40a5, 0x1abbd2e2, - 0x3007626a, 0x9f43f02d, 0x1f0d8285, 0xb04910c2, 0x9af5a04a, - 0x35b1320d, 0xcf8cc15a, 0x60c8531d, 0x4a74e395, 0xe53071d2, - 0x91990084, 0x3edd92c3, 0x1461224b, 0xbb25b00c, 0x4118435b, - 0xee5cd11c, 0xc4e06194, 0x6ba4f3d3, 0xebea817b, 0x44ae133c, - 0x6e12a3b4, 0xc15631f3, 0x3b6bc2a4, 0x942f50e3, 0xbe93e06b, - 0x11d7722c, 0x57c102c7, 0xf8859080, 0xd2392008, 0x7d7db24f, - 0x87404118, 0x2804d35f, 0x02b863d7, 0xadfcf190, 0x2db28338, - 0x82f6117f, 0xa84aa1f7, 0x070e33b0, 0xfd33c0e7, 0x527752a0, - 0x78cbe228, 0xd78f706f, 0xa3260139, 0x0c62937e, 0x26de23f6, - 0x899ab1b1, 0x73a742e6, 0xdce3d0a1, 0xf65f6029, 0x591bf26e, - 0xd95580c6, 0x76111281, 0x5cada209, 0xf3e9304e, 0x09d4c319, - 0xa690515e, 0x8c2ce1d6, 0x23687391, 0xcafc06f4, 0x65b894b3, - 0x4f04243b, 0xe040b67c, 0x1a7d452b, 0xb539d76c, 0x9f8567e4, - 0x30c1f5a3, 0xb08f870b, 0x1fcb154c, 0x3577a5c4, 0x9a333783, - 0x600ec4d4, 0xcf4a5693, 0xe5f6e61b, 0x4ab2745c, 0x3e1b050a, - 0x915f974d, 0xbbe327c5, 0x14a7b582, 0xee9a46d5, 0x41ded492, - 0x6b62641a, 0xc426f65d, 0x446884f5, 0xeb2c16b2, 0xc190a63a, - 0x6ed4347d, 0x94e9c72a, 0x3bad556d, 0x1111e5e5, 0xbe5577a2, - 0xf8430749, 0x5707950e, 0x7dbb2586, 0xd2ffb7c1, 0x28c24496, - 0x8786d6d1, 0xad3a6659, 0x027ef41e, 0x823086b6, 0x2d7414f1, - 0x07c8a479, 0xa88c363e, 0x52b1c569, 0xfdf5572e, 0xd749e7a6, - 0x780d75e1, 0x0ca404b7, 0xa3e096f0, 0x895c2678, 0x2618b43f, - 0xdc254768, 0x7361d52f, 0x59dd65a7, 0xf699f7e0, 0x76d78548, - 0xd993170f, 0xf32fa787, 0x5c6b35c0, 0xa656c697, 0x091254d0, - 0x23aee458, 0x8cea761f, 0xaf82058e, 0x00c697c9, 0x2a7a2741, - 0x853eb506, 0x7f034651, 0xd047d416, 0xfafb649e, 0x55bff6d9, - 0xd5f18471, 0x7ab51636, 0x5009a6be, 0xff4d34f9, 0x0570c7ae, - 0xaa3455e9, 0x8088e561, 0x2fcc7726, 0x5b650670, 0xf4219437, - 0xde9d24bf, 0x71d9b6f8, 0x8be445af, 0x24a0d7e8, 0x0e1c6760, - 0xa158f527, 0x2116878f, 0x8e5215c8, 0xa4eea540, 0x0baa3707, - 0xf197c450, 0x5ed35617, 0x746fe69f, 0xdb2b74d8, 0x9d3d0433, - 0x32799674, 0x18c526fc, 0xb781b4bb, 0x4dbc47ec, 0xe2f8d5ab, - 0xc8446523, 0x6700f764, 0xe74e85cc, 0x480a178b, 0x62b6a703, - 0xcdf23544, 0x37cfc613, 0x988b5454, 0xb237e4dc, 0x1d73769b, - 0x69da07cd, 0xc69e958a, 0xec222502, 0x4366b745, 0xb95b4412, - 0x161fd655, 0x3ca366dd, 0x93e7f49a, 0x13a98632, 0xbced1475, - 0x9651a4fd, 0x391536ba, 0xc328c5ed, 0x6c6c57aa, 0x46d0e722, - 0xe9947565}, - {0x00000000, 0x4e890ba9, 0x9d121752, 0xd39b1cfb, 0xe15528e5, - 0xafdc234c, 0x7c473fb7, 0x32ce341e, 0x19db578b, 0x57525c22, - 0x84c940d9, 0xca404b70, 0xf88e7f6e, 0xb60774c7, 0x659c683c, - 0x2b156395, 0x33b6af16, 0x7d3fa4bf, 0xaea4b844, 0xe02db3ed, - 0xd2e387f3, 0x9c6a8c5a, 0x4ff190a1, 0x01789b08, 0x2a6df89d, - 0x64e4f334, 0xb77fefcf, 0xf9f6e466, 0xcb38d078, 0x85b1dbd1, - 0x562ac72a, 0x18a3cc83, 0x676d5e2c, 0x29e45585, 0xfa7f497e, - 0xb4f642d7, 0x863876c9, 0xc8b17d60, 0x1b2a619b, 0x55a36a32, - 0x7eb609a7, 0x303f020e, 0xe3a41ef5, 0xad2d155c, 0x9fe32142, - 0xd16a2aeb, 0x02f13610, 0x4c783db9, 0x54dbf13a, 0x1a52fa93, - 0xc9c9e668, 0x8740edc1, 0xb58ed9df, 0xfb07d276, 0x289cce8d, - 0x6615c524, 0x4d00a6b1, 0x0389ad18, 0xd012b1e3, 0x9e9bba4a, - 0xac558e54, 0xe2dc85fd, 0x31479906, 0x7fce92af, 0xcedabc58, - 0x8053b7f1, 0x53c8ab0a, 0x1d41a0a3, 0x2f8f94bd, 0x61069f14, - 0xb29d83ef, 0xfc148846, 0xd701ebd3, 0x9988e07a, 0x4a13fc81, - 0x049af728, 0x3654c336, 0x78ddc89f, 0xab46d464, 0xe5cfdfcd, - 0xfd6c134e, 0xb3e518e7, 0x607e041c, 0x2ef70fb5, 0x1c393bab, - 0x52b03002, 0x812b2cf9, 0xcfa22750, 0xe4b744c5, 0xaa3e4f6c, - 0x79a55397, 0x372c583e, 0x05e26c20, 0x4b6b6789, 0x98f07b72, - 0xd67970db, 0xa9b7e274, 0xe73ee9dd, 0x34a5f526, 0x7a2cfe8f, - 0x48e2ca91, 0x066bc138, 0xd5f0ddc3, 0x9b79d66a, 0xb06cb5ff, - 0xfee5be56, 0x2d7ea2ad, 0x63f7a904, 0x51399d1a, 0x1fb096b3, - 0xcc2b8a48, 0x82a281e1, 0x9a014d62, 0xd48846cb, 0x07135a30, - 0x499a5199, 0x7b546587, 0x35dd6e2e, 0xe64672d5, 0xa8cf797c, - 0x83da1ae9, 0xcd531140, 0x1ec80dbb, 0x50410612, 0x628f320c, - 0x2c0639a5, 0xff9d255e, 0xb1142ef7, 0x46c47ef1, 0x084d7558, - 0xdbd669a3, 0x955f620a, 0xa7915614, 0xe9185dbd, 0x3a834146, - 0x740a4aef, 0x5f1f297a, 0x119622d3, 0xc20d3e28, 0x8c843581, - 0xbe4a019f, 0xf0c30a36, 0x235816cd, 0x6dd11d64, 0x7572d1e7, - 0x3bfbda4e, 0xe860c6b5, 0xa6e9cd1c, 0x9427f902, 0xdaaef2ab, - 0x0935ee50, 0x47bce5f9, 0x6ca9866c, 0x22208dc5, 0xf1bb913e, - 0xbf329a97, 0x8dfcae89, 0xc375a520, 0x10eeb9db, 0x5e67b272, - 0x21a920dd, 0x6f202b74, 0xbcbb378f, 0xf2323c26, 0xc0fc0838, - 0x8e750391, 0x5dee1f6a, 0x136714c3, 0x38727756, 0x76fb7cff, - 0xa5606004, 0xebe96bad, 0xd9275fb3, 0x97ae541a, 0x443548e1, - 0x0abc4348, 0x121f8fcb, 0x5c968462, 0x8f0d9899, 0xc1849330, - 0xf34aa72e, 0xbdc3ac87, 0x6e58b07c, 0x20d1bbd5, 0x0bc4d840, - 0x454dd3e9, 0x96d6cf12, 0xd85fc4bb, 0xea91f0a5, 0xa418fb0c, - 0x7783e7f7, 0x390aec5e, 0x881ec2a9, 0xc697c900, 0x150cd5fb, - 0x5b85de52, 0x694bea4c, 0x27c2e1e5, 0xf459fd1e, 0xbad0f6b7, - 0x91c59522, 0xdf4c9e8b, 0x0cd78270, 0x425e89d9, 0x7090bdc7, - 0x3e19b66e, 0xed82aa95, 0xa30ba13c, 0xbba86dbf, 0xf5216616, - 0x26ba7aed, 0x68337144, 0x5afd455a, 0x14744ef3, 0xc7ef5208, - 0x896659a1, 0xa2733a34, 0xecfa319d, 0x3f612d66, 0x71e826cf, - 0x432612d1, 0x0daf1978, 0xde340583, 0x90bd0e2a, 0xef739c85, - 0xa1fa972c, 0x72618bd7, 0x3ce8807e, 0x0e26b460, 0x40afbfc9, - 0x9334a332, 0xddbda89b, 0xf6a8cb0e, 0xb821c0a7, 0x6bbadc5c, - 0x2533d7f5, 0x17fde3eb, 0x5974e842, 0x8aeff4b9, 0xc466ff10, - 0xdcc53393, 0x924c383a, 0x41d724c1, 0x0f5e2f68, 0x3d901b76, - 0x731910df, 0xa0820c24, 0xee0b078d, 0xc51e6418, 0x8b976fb1, - 0x580c734a, 0x168578e3, 0x244b4cfd, 0x6ac24754, 0xb9595baf, - 0xf7d05006}, - {0x00000000, 0x8d88fde2, 0xc060fd85, 0x4de80067, 0x5bb0fd4b, - 0xd63800a9, 0x9bd000ce, 0x1658fd2c, 0xb761fa96, 0x3ae90774, - 0x77010713, 0xfa89faf1, 0xecd107dd, 0x6159fa3f, 0x2cb1fa58, - 0xa13907ba, 0xb5b2f36d, 0x383a0e8f, 0x75d20ee8, 0xf85af30a, - 0xee020e26, 0x638af3c4, 0x2e62f3a3, 0xa3ea0e41, 0x02d309fb, - 0x8f5bf419, 0xc2b3f47e, 0x4f3b099c, 0x5963f4b0, 0xd4eb0952, - 0x99030935, 0x148bf4d7, 0xb014e09b, 0x3d9c1d79, 0x70741d1e, - 0xfdfce0fc, 0xeba41dd0, 0x662ce032, 0x2bc4e055, 0xa64c1db7, - 0x07751a0d, 0x8afde7ef, 0xc715e788, 0x4a9d1a6a, 0x5cc5e746, - 0xd14d1aa4, 0x9ca51ac3, 0x112de721, 0x05a613f6, 0x882eee14, - 0xc5c6ee73, 0x484e1391, 0x5e16eebd, 0xd39e135f, 0x9e761338, - 0x13feeeda, 0xb2c7e960, 0x3f4f1482, 0x72a714e5, 0xff2fe907, - 0xe977142b, 0x64ffe9c9, 0x2917e9ae, 0xa49f144c, 0xbb58c777, - 0x36d03a95, 0x7b383af2, 0xf6b0c710, 0xe0e83a3c, 0x6d60c7de, - 0x2088c7b9, 0xad003a5b, 0x0c393de1, 0x81b1c003, 0xcc59c064, - 0x41d13d86, 0x5789c0aa, 0xda013d48, 0x97e93d2f, 0x1a61c0cd, - 0x0eea341a, 0x8362c9f8, 0xce8ac99f, 0x4302347d, 0x555ac951, - 0xd8d234b3, 0x953a34d4, 0x18b2c936, 0xb98bce8c, 0x3403336e, - 0x79eb3309, 0xf463ceeb, 0xe23b33c7, 0x6fb3ce25, 0x225bce42, - 0xafd333a0, 0x0b4c27ec, 0x86c4da0e, 0xcb2cda69, 0x46a4278b, - 0x50fcdaa7, 0xdd742745, 0x909c2722, 0x1d14dac0, 0xbc2ddd7a, - 0x31a52098, 0x7c4d20ff, 0xf1c5dd1d, 0xe79d2031, 0x6a15ddd3, - 0x27fdddb4, 0xaa752056, 0xbefed481, 0x33762963, 0x7e9e2904, - 0xf316d4e6, 0xe54e29ca, 0x68c6d428, 0x252ed44f, 0xa8a629ad, - 0x099f2e17, 0x8417d3f5, 0xc9ffd392, 0x44772e70, 0x522fd35c, - 0xdfa72ebe, 0x924f2ed9, 0x1fc7d33b, 0xadc088af, 0x2048754d, - 0x6da0752a, 0xe02888c8, 0xf67075e4, 0x7bf88806, 0x36108861, - 0xbb987583, 0x1aa17239, 0x97298fdb, 0xdac18fbc, 0x5749725e, - 0x41118f72, 0xcc997290, 0x817172f7, 0x0cf98f15, 0x18727bc2, - 0x95fa8620, 0xd8128647, 0x559a7ba5, 0x43c28689, 0xce4a7b6b, - 0x83a27b0c, 0x0e2a86ee, 0xaf138154, 0x229b7cb6, 0x6f737cd1, - 0xe2fb8133, 0xf4a37c1f, 0x792b81fd, 0x34c3819a, 0xb94b7c78, - 0x1dd46834, 0x905c95d6, 0xddb495b1, 0x503c6853, 0x4664957f, - 0xcbec689d, 0x860468fa, 0x0b8c9518, 0xaab592a2, 0x273d6f40, - 0x6ad56f27, 0xe75d92c5, 0xf1056fe9, 0x7c8d920b, 0x3165926c, - 0xbced6f8e, 0xa8669b59, 0x25ee66bb, 0x680666dc, 0xe58e9b3e, - 0xf3d66612, 0x7e5e9bf0, 0x33b69b97, 0xbe3e6675, 0x1f0761cf, - 0x928f9c2d, 0xdf679c4a, 0x52ef61a8, 0x44b79c84, 0xc93f6166, - 0x84d76101, 0x095f9ce3, 0x16984fd8, 0x9b10b23a, 0xd6f8b25d, - 0x5b704fbf, 0x4d28b293, 0xc0a04f71, 0x8d484f16, 0x00c0b2f4, - 0xa1f9b54e, 0x2c7148ac, 0x619948cb, 0xec11b529, 0xfa494805, - 0x77c1b5e7, 0x3a29b580, 0xb7a14862, 0xa32abcb5, 0x2ea24157, - 0x634a4130, 0xeec2bcd2, 0xf89a41fe, 0x7512bc1c, 0x38fabc7b, - 0xb5724199, 0x144b4623, 0x99c3bbc1, 0xd42bbba6, 0x59a34644, - 0x4ffbbb68, 0xc273468a, 0x8f9b46ed, 0x0213bb0f, 0xa68caf43, - 0x2b0452a1, 0x66ec52c6, 0xeb64af24, 0xfd3c5208, 0x70b4afea, - 0x3d5caf8d, 0xb0d4526f, 0x11ed55d5, 0x9c65a837, 0xd18da850, - 0x5c0555b2, 0x4a5da89e, 0xc7d5557c, 0x8a3d551b, 0x07b5a8f9, - 0x133e5c2e, 0x9eb6a1cc, 0xd35ea1ab, 0x5ed65c49, 0x488ea165, - 0xc5065c87, 0x88ee5ce0, 0x0566a102, 0xa45fa6b8, 0x29d75b5a, - 0x643f5b3d, 0xe9b7a6df, 0xffef5bf3, 0x7267a611, 0x3f8fa676, - 0xb2075b94}, - {0x00000000, 0x80f0171f, 0xda91287f, 0x5a613f60, 0x6e5356bf, - 0xeea341a0, 0xb4c27ec0, 0x343269df, 0xdca6ad7e, 0x5c56ba61, - 0x06378501, 0x86c7921e, 0xb2f5fbc1, 0x3205ecde, 0x6864d3be, - 0xe894c4a1, 0x623c5cbd, 0xe2cc4ba2, 0xb8ad74c2, 0x385d63dd, - 0x0c6f0a02, 0x8c9f1d1d, 0xd6fe227d, 0x560e3562, 0xbe9af1c3, - 0x3e6ae6dc, 0x640bd9bc, 0xe4fbcea3, 0xd0c9a77c, 0x5039b063, - 0x0a588f03, 0x8aa8981c, 0xc478b97a, 0x4488ae65, 0x1ee99105, - 0x9e19861a, 0xaa2befc5, 0x2adbf8da, 0x70bac7ba, 0xf04ad0a5, - 0x18de1404, 0x982e031b, 0xc24f3c7b, 0x42bf2b64, 0x768d42bb, - 0xf67d55a4, 0xac1c6ac4, 0x2cec7ddb, 0xa644e5c7, 0x26b4f2d8, - 0x7cd5cdb8, 0xfc25daa7, 0xc817b378, 0x48e7a467, 0x12869b07, - 0x92768c18, 0x7ae248b9, 0xfa125fa6, 0xa07360c6, 0x208377d9, - 0x14b11e06, 0x94410919, 0xce203679, 0x4ed02166, 0x538074b5, - 0xd37063aa, 0x89115cca, 0x09e14bd5, 0x3dd3220a, 0xbd233515, - 0xe7420a75, 0x67b21d6a, 0x8f26d9cb, 0x0fd6ced4, 0x55b7f1b4, - 0xd547e6ab, 0xe1758f74, 0x6185986b, 0x3be4a70b, 0xbb14b014, - 0x31bc2808, 0xb14c3f17, 0xeb2d0077, 0x6bdd1768, 0x5fef7eb7, - 0xdf1f69a8, 0x857e56c8, 0x058e41d7, 0xed1a8576, 0x6dea9269, - 0x378bad09, 0xb77bba16, 0x8349d3c9, 0x03b9c4d6, 0x59d8fbb6, - 0xd928eca9, 0x97f8cdcf, 0x1708dad0, 0x4d69e5b0, 0xcd99f2af, - 0xf9ab9b70, 0x795b8c6f, 0x233ab30f, 0xa3caa410, 0x4b5e60b1, - 0xcbae77ae, 0x91cf48ce, 0x113f5fd1, 0x250d360e, 0xa5fd2111, - 0xff9c1e71, 0x7f6c096e, 0xf5c49172, 0x7534866d, 0x2f55b90d, - 0xafa5ae12, 0x9b97c7cd, 0x1b67d0d2, 0x4106efb2, 0xc1f6f8ad, - 0x29623c0c, 0xa9922b13, 0xf3f31473, 0x7303036c, 0x47316ab3, - 0xc7c17dac, 0x9da042cc, 0x1d5055d3, 0xa700e96a, 0x27f0fe75, - 0x7d91c115, 0xfd61d60a, 0xc953bfd5, 0x49a3a8ca, 0x13c297aa, - 0x933280b5, 0x7ba64414, 0xfb56530b, 0xa1376c6b, 0x21c77b74, - 0x15f512ab, 0x950505b4, 0xcf643ad4, 0x4f942dcb, 0xc53cb5d7, - 0x45cca2c8, 0x1fad9da8, 0x9f5d8ab7, 0xab6fe368, 0x2b9ff477, - 0x71fecb17, 0xf10edc08, 0x199a18a9, 0x996a0fb6, 0xc30b30d6, - 0x43fb27c9, 0x77c94e16, 0xf7395909, 0xad586669, 0x2da87176, - 0x63785010, 0xe388470f, 0xb9e9786f, 0x39196f70, 0x0d2b06af, - 0x8ddb11b0, 0xd7ba2ed0, 0x574a39cf, 0xbfdefd6e, 0x3f2eea71, - 0x654fd511, 0xe5bfc20e, 0xd18dabd1, 0x517dbcce, 0x0b1c83ae, - 0x8bec94b1, 0x01440cad, 0x81b41bb2, 0xdbd524d2, 0x5b2533cd, - 0x6f175a12, 0xefe74d0d, 0xb586726d, 0x35766572, 0xdde2a1d3, - 0x5d12b6cc, 0x077389ac, 0x87839eb3, 0xb3b1f76c, 0x3341e073, - 0x6920df13, 0xe9d0c80c, 0xf4809ddf, 0x74708ac0, 0x2e11b5a0, - 0xaee1a2bf, 0x9ad3cb60, 0x1a23dc7f, 0x4042e31f, 0xc0b2f400, - 0x282630a1, 0xa8d627be, 0xf2b718de, 0x72470fc1, 0x4675661e, - 0xc6857101, 0x9ce44e61, 0x1c14597e, 0x96bcc162, 0x164cd67d, - 0x4c2de91d, 0xccddfe02, 0xf8ef97dd, 0x781f80c2, 0x227ebfa2, - 0xa28ea8bd, 0x4a1a6c1c, 0xcaea7b03, 0x908b4463, 0x107b537c, - 0x24493aa3, 0xa4b92dbc, 0xfed812dc, 0x7e2805c3, 0x30f824a5, - 0xb00833ba, 0xea690cda, 0x6a991bc5, 0x5eab721a, 0xde5b6505, - 0x843a5a65, 0x04ca4d7a, 0xec5e89db, 0x6cae9ec4, 0x36cfa1a4, - 0xb63fb6bb, 0x820ddf64, 0x02fdc87b, 0x589cf71b, 0xd86ce004, - 0x52c47818, 0xd2346f07, 0x88555067, 0x08a54778, 0x3c972ea7, - 0xbc6739b8, 0xe60606d8, 0x66f611c7, 0x8e62d566, 0x0e92c279, - 0x54f3fd19, 0xd403ea06, 0xe03183d9, 0x60c194c6, 0x3aa0aba6, - 0xba50bcb9}, - {0x00000000, 0x9570d495, 0xf190af6b, 0x64e07bfe, 0x38505897, - 0xad208c02, 0xc9c0f7fc, 0x5cb02369, 0x70a0b12e, 0xe5d065bb, - 0x81301e45, 0x1440cad0, 0x48f0e9b9, 0xdd803d2c, 0xb96046d2, - 0x2c109247, 0xe141625c, 0x7431b6c9, 0x10d1cd37, 0x85a119a2, - 0xd9113acb, 0x4c61ee5e, 0x288195a0, 0xbdf14135, 0x91e1d372, - 0x049107e7, 0x60717c19, 0xf501a88c, 0xa9b18be5, 0x3cc15f70, - 0x5821248e, 0xcd51f01b, 0x19f3c2f9, 0x8c83166c, 0xe8636d92, - 0x7d13b907, 0x21a39a6e, 0xb4d34efb, 0xd0333505, 0x4543e190, - 0x695373d7, 0xfc23a742, 0x98c3dcbc, 0x0db30829, 0x51032b40, - 0xc473ffd5, 0xa093842b, 0x35e350be, 0xf8b2a0a5, 0x6dc27430, - 0x09220fce, 0x9c52db5b, 0xc0e2f832, 0x55922ca7, 0x31725759, - 0xa40283cc, 0x8812118b, 0x1d62c51e, 0x7982bee0, 0xecf26a75, - 0xb042491c, 0x25329d89, 0x41d2e677, 0xd4a232e2, 0x33e785f2, - 0xa6975167, 0xc2772a99, 0x5707fe0c, 0x0bb7dd65, 0x9ec709f0, - 0xfa27720e, 0x6f57a69b, 0x434734dc, 0xd637e049, 0xb2d79bb7, - 0x27a74f22, 0x7b176c4b, 0xee67b8de, 0x8a87c320, 0x1ff717b5, - 0xd2a6e7ae, 0x47d6333b, 0x233648c5, 0xb6469c50, 0xeaf6bf39, - 0x7f866bac, 0x1b661052, 0x8e16c4c7, 0xa2065680, 0x37768215, - 0x5396f9eb, 0xc6e62d7e, 0x9a560e17, 0x0f26da82, 0x6bc6a17c, - 0xfeb675e9, 0x2a14470b, 0xbf64939e, 0xdb84e860, 0x4ef43cf5, - 0x12441f9c, 0x8734cb09, 0xe3d4b0f7, 0x76a46462, 0x5ab4f625, - 0xcfc422b0, 0xab24594e, 0x3e548ddb, 0x62e4aeb2, 0xf7947a27, - 0x937401d9, 0x0604d54c, 0xcb552557, 0x5e25f1c2, 0x3ac58a3c, - 0xafb55ea9, 0xf3057dc0, 0x6675a955, 0x0295d2ab, 0x97e5063e, - 0xbbf59479, 0x2e8540ec, 0x4a653b12, 0xdf15ef87, 0x83a5ccee, - 0x16d5187b, 0x72356385, 0xe745b710, 0x67cf0be4, 0xf2bfdf71, - 0x965fa48f, 0x032f701a, 0x5f9f5373, 0xcaef87e6, 0xae0ffc18, - 0x3b7f288d, 0x176fbaca, 0x821f6e5f, 0xe6ff15a1, 0x738fc134, - 0x2f3fe25d, 0xba4f36c8, 0xdeaf4d36, 0x4bdf99a3, 0x868e69b8, - 0x13febd2d, 0x771ec6d3, 0xe26e1246, 0xbede312f, 0x2baee5ba, - 0x4f4e9e44, 0xda3e4ad1, 0xf62ed896, 0x635e0c03, 0x07be77fd, - 0x92cea368, 0xce7e8001, 0x5b0e5494, 0x3fee2f6a, 0xaa9efbff, - 0x7e3cc91d, 0xeb4c1d88, 0x8fac6676, 0x1adcb2e3, 0x466c918a, - 0xd31c451f, 0xb7fc3ee1, 0x228cea74, 0x0e9c7833, 0x9becaca6, - 0xff0cd758, 0x6a7c03cd, 0x36cc20a4, 0xa3bcf431, 0xc75c8fcf, - 0x522c5b5a, 0x9f7dab41, 0x0a0d7fd4, 0x6eed042a, 0xfb9dd0bf, - 0xa72df3d6, 0x325d2743, 0x56bd5cbd, 0xc3cd8828, 0xefdd1a6f, - 0x7aadcefa, 0x1e4db504, 0x8b3d6191, 0xd78d42f8, 0x42fd966d, - 0x261ded93, 0xb36d3906, 0x54288e16, 0xc1585a83, 0xa5b8217d, - 0x30c8f5e8, 0x6c78d681, 0xf9080214, 0x9de879ea, 0x0898ad7f, - 0x24883f38, 0xb1f8ebad, 0xd5189053, 0x406844c6, 0x1cd867af, - 0x89a8b33a, 0xed48c8c4, 0x78381c51, 0xb569ec4a, 0x201938df, - 0x44f94321, 0xd18997b4, 0x8d39b4dd, 0x18496048, 0x7ca91bb6, - 0xe9d9cf23, 0xc5c95d64, 0x50b989f1, 0x3459f20f, 0xa129269a, - 0xfd9905f3, 0x68e9d166, 0x0c09aa98, 0x99797e0d, 0x4ddb4cef, - 0xd8ab987a, 0xbc4be384, 0x293b3711, 0x758b1478, 0xe0fbc0ed, - 0x841bbb13, 0x116b6f86, 0x3d7bfdc1, 0xa80b2954, 0xcceb52aa, - 0x599b863f, 0x052ba556, 0x905b71c3, 0xf4bb0a3d, 0x61cbdea8, - 0xac9a2eb3, 0x39eafa26, 0x5d0a81d8, 0xc87a554d, 0x94ca7624, - 0x01baa2b1, 0x655ad94f, 0xf02a0dda, 0xdc3a9f9d, 0x494a4b08, - 0x2daa30f6, 0xb8dae463, 0xe46ac70a, 0x711a139f, 0x15fa6861, - 0x808abcf4}, - {0x00000000, 0xcf9e17c8, 0x444d29d1, 0x8bd33e19, 0x889a53a2, - 0x4704446a, 0xccd77a73, 0x03496dbb, 0xca45a105, 0x05dbb6cd, - 0x8e0888d4, 0x41969f1c, 0x42dff2a7, 0x8d41e56f, 0x0692db76, - 0xc90cccbe, 0x4ffa444b, 0x80645383, 0x0bb76d9a, 0xc4297a52, - 0xc76017e9, 0x08fe0021, 0x832d3e38, 0x4cb329f0, 0x85bfe54e, - 0x4a21f286, 0xc1f2cc9f, 0x0e6cdb57, 0x0d25b6ec, 0xc2bba124, - 0x49689f3d, 0x86f688f5, 0x9ff48896, 0x506a9f5e, 0xdbb9a147, - 0x1427b68f, 0x176edb34, 0xd8f0ccfc, 0x5323f2e5, 0x9cbde52d, - 0x55b12993, 0x9a2f3e5b, 0x11fc0042, 0xde62178a, 0xdd2b7a31, - 0x12b56df9, 0x996653e0, 0x56f84428, 0xd00eccdd, 0x1f90db15, - 0x9443e50c, 0x5bddf2c4, 0x58949f7f, 0x970a88b7, 0x1cd9b6ae, - 0xd347a166, 0x1a4b6dd8, 0xd5d57a10, 0x5e064409, 0x919853c1, - 0x92d13e7a, 0x5d4f29b2, 0xd69c17ab, 0x19020063, 0xe498176d, - 0x2b0600a5, 0xa0d53ebc, 0x6f4b2974, 0x6c0244cf, 0xa39c5307, - 0x284f6d1e, 0xe7d17ad6, 0x2eddb668, 0xe143a1a0, 0x6a909fb9, - 0xa50e8871, 0xa647e5ca, 0x69d9f202, 0xe20acc1b, 0x2d94dbd3, - 0xab625326, 0x64fc44ee, 0xef2f7af7, 0x20b16d3f, 0x23f80084, - 0xec66174c, 0x67b52955, 0xa82b3e9d, 0x6127f223, 0xaeb9e5eb, - 0x256adbf2, 0xeaf4cc3a, 0xe9bda181, 0x2623b649, 0xadf08850, - 0x626e9f98, 0x7b6c9ffb, 0xb4f28833, 0x3f21b62a, 0xf0bfa1e2, - 0xf3f6cc59, 0x3c68db91, 0xb7bbe588, 0x7825f240, 0xb1293efe, - 0x7eb72936, 0xf564172f, 0x3afa00e7, 0x39b36d5c, 0xf62d7a94, - 0x7dfe448d, 0xb2605345, 0x3496dbb0, 0xfb08cc78, 0x70dbf261, - 0xbf45e5a9, 0xbc0c8812, 0x73929fda, 0xf841a1c3, 0x37dfb60b, - 0xfed37ab5, 0x314d6d7d, 0xba9e5364, 0x750044ac, 0x76492917, - 0xb9d73edf, 0x320400c6, 0xfd9a170e, 0x1241289b, 0xdddf3f53, - 0x560c014a, 0x99921682, 0x9adb7b39, 0x55456cf1, 0xde9652e8, - 0x11084520, 0xd804899e, 0x179a9e56, 0x9c49a04f, 0x53d7b787, - 0x509eda3c, 0x9f00cdf4, 0x14d3f3ed, 0xdb4de425, 0x5dbb6cd0, - 0x92257b18, 0x19f64501, 0xd66852c9, 0xd5213f72, 0x1abf28ba, - 0x916c16a3, 0x5ef2016b, 0x97fecdd5, 0x5860da1d, 0xd3b3e404, - 0x1c2df3cc, 0x1f649e77, 0xd0fa89bf, 0x5b29b7a6, 0x94b7a06e, - 0x8db5a00d, 0x422bb7c5, 0xc9f889dc, 0x06669e14, 0x052ff3af, - 0xcab1e467, 0x4162da7e, 0x8efccdb6, 0x47f00108, 0x886e16c0, - 0x03bd28d9, 0xcc233f11, 0xcf6a52aa, 0x00f44562, 0x8b277b7b, - 0x44b96cb3, 0xc24fe446, 0x0dd1f38e, 0x8602cd97, 0x499cda5f, - 0x4ad5b7e4, 0x854ba02c, 0x0e989e35, 0xc10689fd, 0x080a4543, - 0xc794528b, 0x4c476c92, 0x83d97b5a, 0x809016e1, 0x4f0e0129, - 0xc4dd3f30, 0x0b4328f8, 0xf6d93ff6, 0x3947283e, 0xb2941627, - 0x7d0a01ef, 0x7e436c54, 0xb1dd7b9c, 0x3a0e4585, 0xf590524d, - 0x3c9c9ef3, 0xf302893b, 0x78d1b722, 0xb74fa0ea, 0xb406cd51, - 0x7b98da99, 0xf04be480, 0x3fd5f348, 0xb9237bbd, 0x76bd6c75, - 0xfd6e526c, 0x32f045a4, 0x31b9281f, 0xfe273fd7, 0x75f401ce, - 0xba6a1606, 0x7366dab8, 0xbcf8cd70, 0x372bf369, 0xf8b5e4a1, - 0xfbfc891a, 0x34629ed2, 0xbfb1a0cb, 0x702fb703, 0x692db760, - 0xa6b3a0a8, 0x2d609eb1, 0xe2fe8979, 0xe1b7e4c2, 0x2e29f30a, - 0xa5facd13, 0x6a64dadb, 0xa3681665, 0x6cf601ad, 0xe7253fb4, - 0x28bb287c, 0x2bf245c7, 0xe46c520f, 0x6fbf6c16, 0xa0217bde, - 0x26d7f32b, 0xe949e4e3, 0x629adafa, 0xad04cd32, 0xae4da089, - 0x61d3b741, 0xea008958, 0x259e9e90, 0xec92522e, 0x230c45e6, - 0xa8df7bff, 0x67416c37, 0x6408018c, 0xab961644, 0x2045285d, - 0xefdb3f95}, - {0x00000000, 0x24825136, 0x4904a26c, 0x6d86f35a, 0x920944d8, - 0xb68b15ee, 0xdb0de6b4, 0xff8fb782, 0xff638ff1, 0xdbe1dec7, - 0xb6672d9d, 0x92e57cab, 0x6d6acb29, 0x49e89a1f, 0x246e6945, - 0x00ec3873, 0x25b619a3, 0x01344895, 0x6cb2bbcf, 0x4830eaf9, - 0xb7bf5d7b, 0x933d0c4d, 0xfebbff17, 0xda39ae21, 0xdad59652, - 0xfe57c764, 0x93d1343e, 0xb7536508, 0x48dcd28a, 0x6c5e83bc, - 0x01d870e6, 0x255a21d0, 0x4b6c3346, 0x6fee6270, 0x0268912a, - 0x26eac01c, 0xd965779e, 0xfde726a8, 0x9061d5f2, 0xb4e384c4, - 0xb40fbcb7, 0x908ded81, 0xfd0b1edb, 0xd9894fed, 0x2606f86f, - 0x0284a959, 0x6f025a03, 0x4b800b35, 0x6eda2ae5, 0x4a587bd3, - 0x27de8889, 0x035cd9bf, 0xfcd36e3d, 0xd8513f0b, 0xb5d7cc51, - 0x91559d67, 0x91b9a514, 0xb53bf422, 0xd8bd0778, 0xfc3f564e, - 0x03b0e1cc, 0x2732b0fa, 0x4ab443a0, 0x6e361296, 0x96d8668c, - 0xb25a37ba, 0xdfdcc4e0, 0xfb5e95d6, 0x04d12254, 0x20537362, - 0x4dd58038, 0x6957d10e, 0x69bbe97d, 0x4d39b84b, 0x20bf4b11, - 0x043d1a27, 0xfbb2ada5, 0xdf30fc93, 0xb2b60fc9, 0x96345eff, - 0xb36e7f2f, 0x97ec2e19, 0xfa6add43, 0xdee88c75, 0x21673bf7, - 0x05e56ac1, 0x6863999b, 0x4ce1c8ad, 0x4c0df0de, 0x688fa1e8, - 0x050952b2, 0x218b0384, 0xde04b406, 0xfa86e530, 0x9700166a, - 0xb382475c, 0xddb455ca, 0xf93604fc, 0x94b0f7a6, 0xb032a690, - 0x4fbd1112, 0x6b3f4024, 0x06b9b37e, 0x223be248, 0x22d7da3b, - 0x06558b0d, 0x6bd37857, 0x4f512961, 0xb0de9ee3, 0x945ccfd5, - 0xf9da3c8f, 0xdd586db9, 0xf8024c69, 0xdc801d5f, 0xb106ee05, - 0x9584bf33, 0x6a0b08b1, 0x4e895987, 0x230faadd, 0x078dfbeb, - 0x0761c398, 0x23e392ae, 0x4e6561f4, 0x6ae730c2, 0x95688740, - 0xb1ead676, 0xdc6c252c, 0xf8ee741a, 0xf6c1cb59, 0xd2439a6f, - 0xbfc56935, 0x9b473803, 0x64c88f81, 0x404adeb7, 0x2dcc2ded, - 0x094e7cdb, 0x09a244a8, 0x2d20159e, 0x40a6e6c4, 0x6424b7f2, - 0x9bab0070, 0xbf295146, 0xd2afa21c, 0xf62df32a, 0xd377d2fa, - 0xf7f583cc, 0x9a737096, 0xbef121a0, 0x417e9622, 0x65fcc714, - 0x087a344e, 0x2cf86578, 0x2c145d0b, 0x08960c3d, 0x6510ff67, - 0x4192ae51, 0xbe1d19d3, 0x9a9f48e5, 0xf719bbbf, 0xd39bea89, - 0xbdadf81f, 0x992fa929, 0xf4a95a73, 0xd02b0b45, 0x2fa4bcc7, - 0x0b26edf1, 0x66a01eab, 0x42224f9d, 0x42ce77ee, 0x664c26d8, - 0x0bcad582, 0x2f4884b4, 0xd0c73336, 0xf4456200, 0x99c3915a, - 0xbd41c06c, 0x981be1bc, 0xbc99b08a, 0xd11f43d0, 0xf59d12e6, - 0x0a12a564, 0x2e90f452, 0x43160708, 0x6794563e, 0x67786e4d, - 0x43fa3f7b, 0x2e7ccc21, 0x0afe9d17, 0xf5712a95, 0xd1f37ba3, - 0xbc7588f9, 0x98f7d9cf, 0x6019add5, 0x449bfce3, 0x291d0fb9, - 0x0d9f5e8f, 0xf210e90d, 0xd692b83b, 0xbb144b61, 0x9f961a57, - 0x9f7a2224, 0xbbf87312, 0xd67e8048, 0xf2fcd17e, 0x0d7366fc, - 0x29f137ca, 0x4477c490, 0x60f595a6, 0x45afb476, 0x612de540, - 0x0cab161a, 0x2829472c, 0xd7a6f0ae, 0xf324a198, 0x9ea252c2, - 0xba2003f4, 0xbacc3b87, 0x9e4e6ab1, 0xf3c899eb, 0xd74ac8dd, - 0x28c57f5f, 0x0c472e69, 0x61c1dd33, 0x45438c05, 0x2b759e93, - 0x0ff7cfa5, 0x62713cff, 0x46f36dc9, 0xb97cda4b, 0x9dfe8b7d, - 0xf0787827, 0xd4fa2911, 0xd4161162, 0xf0944054, 0x9d12b30e, - 0xb990e238, 0x461f55ba, 0x629d048c, 0x0f1bf7d6, 0x2b99a6e0, - 0x0ec38730, 0x2a41d606, 0x47c7255c, 0x6345746a, 0x9ccac3e8, - 0xb84892de, 0xd5ce6184, 0xf14c30b2, 0xf1a008c1, 0xd52259f7, - 0xb8a4aaad, 0x9c26fb9b, 0x63a94c19, 0x472b1d2f, 0x2aadee75, - 0x0e2fbf43}, - {0x00000000, 0x36f290f3, 0x6de521e6, 0x5b17b115, 0xdbca43cc, - 0xed38d33f, 0xb62f622a, 0x80ddf2d9, 0x6ce581d9, 0x5a17112a, - 0x0100a03f, 0x37f230cc, 0xb72fc215, 0x81dd52e6, 0xdacae3f3, - 0xec387300, 0xd9cb03b2, 0xef399341, 0xb42e2254, 0x82dcb2a7, - 0x0201407e, 0x34f3d08d, 0x6fe46198, 0x5916f16b, 0xb52e826b, - 0x83dc1298, 0xd8cba38d, 0xee39337e, 0x6ee4c1a7, 0x58165154, - 0x0301e041, 0x35f370b2, 0x68e70125, 0x5e1591d6, 0x050220c3, - 0x33f0b030, 0xb32d42e9, 0x85dfd21a, 0xdec8630f, 0xe83af3fc, - 0x040280fc, 0x32f0100f, 0x69e7a11a, 0x5f1531e9, 0xdfc8c330, - 0xe93a53c3, 0xb22de2d6, 0x84df7225, 0xb12c0297, 0x87de9264, - 0xdcc92371, 0xea3bb382, 0x6ae6415b, 0x5c14d1a8, 0x070360bd, - 0x31f1f04e, 0xddc9834e, 0xeb3b13bd, 0xb02ca2a8, 0x86de325b, - 0x0603c082, 0x30f15071, 0x6be6e164, 0x5d147197, 0xd1ce024a, - 0xe73c92b9, 0xbc2b23ac, 0x8ad9b35f, 0x0a044186, 0x3cf6d175, - 0x67e16060, 0x5113f093, 0xbd2b8393, 0x8bd91360, 0xd0cea275, - 0xe63c3286, 0x66e1c05f, 0x501350ac, 0x0b04e1b9, 0x3df6714a, - 0x080501f8, 0x3ef7910b, 0x65e0201e, 0x5312b0ed, 0xd3cf4234, - 0xe53dd2c7, 0xbe2a63d2, 0x88d8f321, 0x64e08021, 0x521210d2, - 0x0905a1c7, 0x3ff73134, 0xbf2ac3ed, 0x89d8531e, 0xd2cfe20b, - 0xe43d72f8, 0xb929036f, 0x8fdb939c, 0xd4cc2289, 0xe23eb27a, - 0x62e340a3, 0x5411d050, 0x0f066145, 0x39f4f1b6, 0xd5cc82b6, - 0xe33e1245, 0xb829a350, 0x8edb33a3, 0x0e06c17a, 0x38f45189, - 0x63e3e09c, 0x5511706f, 0x60e200dd, 0x5610902e, 0x0d07213b, - 0x3bf5b1c8, 0xbb284311, 0x8ddad3e2, 0xd6cd62f7, 0xe03ff204, - 0x0c078104, 0x3af511f7, 0x61e2a0e2, 0x57103011, 0xd7cdc2c8, - 0xe13f523b, 0xba28e32e, 0x8cda73dd, 0x78ed02d5, 0x4e1f9226, - 0x15082333, 0x23fab3c0, 0xa3274119, 0x95d5d1ea, 0xcec260ff, - 0xf830f00c, 0x1408830c, 0x22fa13ff, 0x79eda2ea, 0x4f1f3219, - 0xcfc2c0c0, 0xf9305033, 0xa227e126, 0x94d571d5, 0xa1260167, - 0x97d49194, 0xccc32081, 0xfa31b072, 0x7aec42ab, 0x4c1ed258, - 0x1709634d, 0x21fbf3be, 0xcdc380be, 0xfb31104d, 0xa026a158, - 0x96d431ab, 0x1609c372, 0x20fb5381, 0x7bece294, 0x4d1e7267, - 0x100a03f0, 0x26f89303, 0x7def2216, 0x4b1db2e5, 0xcbc0403c, - 0xfd32d0cf, 0xa62561da, 0x90d7f129, 0x7cef8229, 0x4a1d12da, - 0x110aa3cf, 0x27f8333c, 0xa725c1e5, 0x91d75116, 0xcac0e003, - 0xfc3270f0, 0xc9c10042, 0xff3390b1, 0xa42421a4, 0x92d6b157, - 0x120b438e, 0x24f9d37d, 0x7fee6268, 0x491cf29b, 0xa524819b, - 0x93d61168, 0xc8c1a07d, 0xfe33308e, 0x7eeec257, 0x481c52a4, - 0x130be3b1, 0x25f97342, 0xa923009f, 0x9fd1906c, 0xc4c62179, - 0xf234b18a, 0x72e94353, 0x441bd3a0, 0x1f0c62b5, 0x29fef246, - 0xc5c68146, 0xf33411b5, 0xa823a0a0, 0x9ed13053, 0x1e0cc28a, - 0x28fe5279, 0x73e9e36c, 0x451b739f, 0x70e8032d, 0x461a93de, - 0x1d0d22cb, 0x2bffb238, 0xab2240e1, 0x9dd0d012, 0xc6c76107, - 0xf035f1f4, 0x1c0d82f4, 0x2aff1207, 0x71e8a312, 0x471a33e1, - 0xc7c7c138, 0xf13551cb, 0xaa22e0de, 0x9cd0702d, 0xc1c401ba, - 0xf7369149, 0xac21205c, 0x9ad3b0af, 0x1a0e4276, 0x2cfcd285, - 0x77eb6390, 0x4119f363, 0xad218063, 0x9bd31090, 0xc0c4a185, - 0xf6363176, 0x76ebc3af, 0x4019535c, 0x1b0ee249, 0x2dfc72ba, - 0x180f0208, 0x2efd92fb, 0x75ea23ee, 0x4318b31d, 0xc3c541c4, - 0xf537d137, 0xae206022, 0x98d2f0d1, 0x74ea83d1, 0x42181322, - 0x190fa237, 0x2ffd32c4, 0xaf20c01d, 0x99d250ee, 0xc2c5e1fb, - 0xf4377108}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x0000000000000000, 0xf390f23600000000, 0xe621e56d00000000, - 0x15b1175b00000000, 0xcc43cadb00000000, 0x3fd338ed00000000, - 0x2a622fb600000000, 0xd9f2dd8000000000, 0xd981e56c00000000, - 0x2a11175a00000000, 0x3fa0000100000000, 0xcc30f23700000000, - 0x15c22fb700000000, 0xe652dd8100000000, 0xf3e3cada00000000, - 0x007338ec00000000, 0xb203cbd900000000, 0x419339ef00000000, - 0x54222eb400000000, 0xa7b2dc8200000000, 0x7e40010200000000, - 0x8dd0f33400000000, 0x9861e46f00000000, 0x6bf1165900000000, - 0x6b822eb500000000, 0x9812dc8300000000, 0x8da3cbd800000000, - 0x7e3339ee00000000, 0xa7c1e46e00000000, 0x5451165800000000, - 0x41e0010300000000, 0xb270f33500000000, 0x2501e76800000000, - 0xd691155e00000000, 0xc320020500000000, 0x30b0f03300000000, - 0xe9422db300000000, 0x1ad2df8500000000, 0x0f63c8de00000000, - 0xfcf33ae800000000, 0xfc80020400000000, 0x0f10f03200000000, - 0x1aa1e76900000000, 0xe931155f00000000, 0x30c3c8df00000000, - 0xc3533ae900000000, 0xd6e22db200000000, 0x2572df8400000000, - 0x97022cb100000000, 0x6492de8700000000, 0x7123c9dc00000000, - 0x82b33bea00000000, 0x5b41e66a00000000, 0xa8d1145c00000000, - 0xbd60030700000000, 0x4ef0f13100000000, 0x4e83c9dd00000000, - 0xbd133beb00000000, 0xa8a22cb000000000, 0x5b32de8600000000, - 0x82c0030600000000, 0x7150f13000000000, 0x64e1e66b00000000, - 0x9771145d00000000, 0x4a02ced100000000, 0xb9923ce700000000, - 0xac232bbc00000000, 0x5fb3d98a00000000, 0x8641040a00000000, - 0x75d1f63c00000000, 0x6060e16700000000, 0x93f0135100000000, - 0x93832bbd00000000, 0x6013d98b00000000, 0x75a2ced000000000, - 0x86323ce600000000, 0x5fc0e16600000000, 0xac50135000000000, - 0xb9e1040b00000000, 0x4a71f63d00000000, 0xf801050800000000, - 0x0b91f73e00000000, 0x1e20e06500000000, 0xedb0125300000000, - 0x3442cfd300000000, 0xc7d23de500000000, 0xd2632abe00000000, - 0x21f3d88800000000, 0x2180e06400000000, 0xd210125200000000, - 0xc7a1050900000000, 0x3431f73f00000000, 0xedc32abf00000000, - 0x1e53d88900000000, 0x0be2cfd200000000, 0xf8723de400000000, - 0x6f0329b900000000, 0x9c93db8f00000000, 0x8922ccd400000000, - 0x7ab23ee200000000, 0xa340e36200000000, 0x50d0115400000000, - 0x4561060f00000000, 0xb6f1f43900000000, 0xb682ccd500000000, - 0x45123ee300000000, 0x50a329b800000000, 0xa333db8e00000000, - 0x7ac1060e00000000, 0x8951f43800000000, 0x9ce0e36300000000, - 0x6f70115500000000, 0xdd00e26000000000, 0x2e90105600000000, - 0x3b21070d00000000, 0xc8b1f53b00000000, 0x114328bb00000000, - 0xe2d3da8d00000000, 0xf762cdd600000000, 0x04f23fe000000000, - 0x0481070c00000000, 0xf711f53a00000000, 0xe2a0e26100000000, - 0x1130105700000000, 0xc8c2cdd700000000, 0x3b523fe100000000, - 0x2ee328ba00000000, 0xdd73da8c00000000, 0xd502ed7800000000, - 0x26921f4e00000000, 0x3323081500000000, 0xc0b3fa2300000000, - 0x194127a300000000, 0xead1d59500000000, 0xff60c2ce00000000, - 0x0cf030f800000000, 0x0c83081400000000, 0xff13fa2200000000, - 0xeaa2ed7900000000, 0x19321f4f00000000, 0xc0c0c2cf00000000, - 0x335030f900000000, 0x26e127a200000000, 0xd571d59400000000, - 0x670126a100000000, 0x9491d49700000000, 0x8120c3cc00000000, - 0x72b031fa00000000, 0xab42ec7a00000000, 0x58d21e4c00000000, - 0x4d63091700000000, 0xbef3fb2100000000, 0xbe80c3cd00000000, - 0x4d1031fb00000000, 0x58a126a000000000, 0xab31d49600000000, - 0x72c3091600000000, 0x8153fb2000000000, 0x94e2ec7b00000000, - 0x67721e4d00000000, 0xf0030a1000000000, 0x0393f82600000000, - 0x1622ef7d00000000, 0xe5b21d4b00000000, 0x3c40c0cb00000000, - 0xcfd032fd00000000, 0xda6125a600000000, 0x29f1d79000000000, - 0x2982ef7c00000000, 0xda121d4a00000000, 0xcfa30a1100000000, - 0x3c33f82700000000, 0xe5c125a700000000, 0x1651d79100000000, - 0x03e0c0ca00000000, 0xf07032fc00000000, 0x4200c1c900000000, - 0xb19033ff00000000, 0xa42124a400000000, 0x57b1d69200000000, - 0x8e430b1200000000, 0x7dd3f92400000000, 0x6862ee7f00000000, - 0x9bf21c4900000000, 0x9b8124a500000000, 0x6811d69300000000, - 0x7da0c1c800000000, 0x8e3033fe00000000, 0x57c2ee7e00000000, - 0xa4521c4800000000, 0xb1e30b1300000000, 0x4273f92500000000, - 0x9f0023a900000000, 0x6c90d19f00000000, 0x7921c6c400000000, - 0x8ab134f200000000, 0x5343e97200000000, 0xa0d31b4400000000, - 0xb5620c1f00000000, 0x46f2fe2900000000, 0x4681c6c500000000, - 0xb51134f300000000, 0xa0a023a800000000, 0x5330d19e00000000, - 0x8ac20c1e00000000, 0x7952fe2800000000, 0x6ce3e97300000000, - 0x9f731b4500000000, 0x2d03e87000000000, 0xde931a4600000000, - 0xcb220d1d00000000, 0x38b2ff2b00000000, 0xe14022ab00000000, - 0x12d0d09d00000000, 0x0761c7c600000000, 0xf4f135f000000000, - 0xf4820d1c00000000, 0x0712ff2a00000000, 0x12a3e87100000000, - 0xe1331a4700000000, 0x38c1c7c700000000, 0xcb5135f100000000, - 0xdee022aa00000000, 0x2d70d09c00000000, 0xba01c4c100000000, - 0x499136f700000000, 0x5c2021ac00000000, 0xafb0d39a00000000, - 0x76420e1a00000000, 0x85d2fc2c00000000, 0x9063eb7700000000, - 0x63f3194100000000, 0x638021ad00000000, 0x9010d39b00000000, - 0x85a1c4c000000000, 0x763136f600000000, 0xafc3eb7600000000, - 0x5c53194000000000, 0x49e20e1b00000000, 0xba72fc2d00000000, - 0x08020f1800000000, 0xfb92fd2e00000000, 0xee23ea7500000000, - 0x1db3184300000000, 0xc441c5c300000000, 0x37d137f500000000, - 0x226020ae00000000, 0xd1f0d29800000000, 0xd183ea7400000000, - 0x2213184200000000, 0x37a20f1900000000, 0xc432fd2f00000000, - 0x1dc020af00000000, 0xee50d29900000000, 0xfbe1c5c200000000, - 0x087137f400000000}, - {0x0000000000000000, 0x3651822400000000, 0x6ca2044900000000, - 0x5af3866d00000000, 0xd844099200000000, 0xee158bb600000000, - 0xb4e60ddb00000000, 0x82b78fff00000000, 0xf18f63ff00000000, - 0xc7dee1db00000000, 0x9d2d67b600000000, 0xab7ce59200000000, - 0x29cb6a6d00000000, 0x1f9ae84900000000, 0x45696e2400000000, - 0x7338ec0000000000, 0xa319b62500000000, 0x9548340100000000, - 0xcfbbb26c00000000, 0xf9ea304800000000, 0x7b5dbfb700000000, - 0x4d0c3d9300000000, 0x17ffbbfe00000000, 0x21ae39da00000000, - 0x5296d5da00000000, 0x64c757fe00000000, 0x3e34d19300000000, - 0x086553b700000000, 0x8ad2dc4800000000, 0xbc835e6c00000000, - 0xe670d80100000000, 0xd0215a2500000000, 0x46336c4b00000000, - 0x7062ee6f00000000, 0x2a91680200000000, 0x1cc0ea2600000000, - 0x9e7765d900000000, 0xa826e7fd00000000, 0xf2d5619000000000, - 0xc484e3b400000000, 0xb7bc0fb400000000, 0x81ed8d9000000000, - 0xdb1e0bfd00000000, 0xed4f89d900000000, 0x6ff8062600000000, - 0x59a9840200000000, 0x035a026f00000000, 0x350b804b00000000, - 0xe52ada6e00000000, 0xd37b584a00000000, 0x8988de2700000000, - 0xbfd95c0300000000, 0x3d6ed3fc00000000, 0x0b3f51d800000000, - 0x51ccd7b500000000, 0x679d559100000000, 0x14a5b99100000000, - 0x22f43bb500000000, 0x7807bdd800000000, 0x4e563ffc00000000, - 0xcce1b00300000000, 0xfab0322700000000, 0xa043b44a00000000, - 0x9612366e00000000, 0x8c66d89600000000, 0xba375ab200000000, - 0xe0c4dcdf00000000, 0xd6955efb00000000, 0x5422d10400000000, - 0x6273532000000000, 0x3880d54d00000000, 0x0ed1576900000000, - 0x7de9bb6900000000, 0x4bb8394d00000000, 0x114bbf2000000000, - 0x271a3d0400000000, 0xa5adb2fb00000000, 0x93fc30df00000000, - 0xc90fb6b200000000, 0xff5e349600000000, 0x2f7f6eb300000000, - 0x192eec9700000000, 0x43dd6afa00000000, 0x758ce8de00000000, - 0xf73b672100000000, 0xc16ae50500000000, 0x9b99636800000000, - 0xadc8e14c00000000, 0xdef00d4c00000000, 0xe8a18f6800000000, - 0xb252090500000000, 0x84038b2100000000, 0x06b404de00000000, - 0x30e586fa00000000, 0x6a16009700000000, 0x5c4782b300000000, - 0xca55b4dd00000000, 0xfc0436f900000000, 0xa6f7b09400000000, - 0x90a632b000000000, 0x1211bd4f00000000, 0x24403f6b00000000, - 0x7eb3b90600000000, 0x48e23b2200000000, 0x3bdad72200000000, - 0x0d8b550600000000, 0x5778d36b00000000, 0x6129514f00000000, - 0xe39edeb000000000, 0xd5cf5c9400000000, 0x8f3cdaf900000000, - 0xb96d58dd00000000, 0x694c02f800000000, 0x5f1d80dc00000000, - 0x05ee06b100000000, 0x33bf849500000000, 0xb1080b6a00000000, - 0x8759894e00000000, 0xddaa0f2300000000, 0xebfb8d0700000000, - 0x98c3610700000000, 0xae92e32300000000, 0xf461654e00000000, - 0xc230e76a00000000, 0x4087689500000000, 0x76d6eab100000000, - 0x2c256cdc00000000, 0x1a74eef800000000, 0x59cbc1f600000000, - 0x6f9a43d200000000, 0x3569c5bf00000000, 0x0338479b00000000, - 0x818fc86400000000, 0xb7de4a4000000000, 0xed2dcc2d00000000, - 0xdb7c4e0900000000, 0xa844a20900000000, 0x9e15202d00000000, - 0xc4e6a64000000000, 0xf2b7246400000000, 0x7000ab9b00000000, - 0x465129bf00000000, 0x1ca2afd200000000, 0x2af32df600000000, - 0xfad277d300000000, 0xcc83f5f700000000, 0x9670739a00000000, - 0xa021f1be00000000, 0x22967e4100000000, 0x14c7fc6500000000, - 0x4e347a0800000000, 0x7865f82c00000000, 0x0b5d142c00000000, - 0x3d0c960800000000, 0x67ff106500000000, 0x51ae924100000000, - 0xd3191dbe00000000, 0xe5489f9a00000000, 0xbfbb19f700000000, - 0x89ea9bd300000000, 0x1ff8adbd00000000, 0x29a92f9900000000, - 0x735aa9f400000000, 0x450b2bd000000000, 0xc7bca42f00000000, - 0xf1ed260b00000000, 0xab1ea06600000000, 0x9d4f224200000000, - 0xee77ce4200000000, 0xd8264c6600000000, 0x82d5ca0b00000000, - 0xb484482f00000000, 0x3633c7d000000000, 0x006245f400000000, - 0x5a91c39900000000, 0x6cc041bd00000000, 0xbce11b9800000000, - 0x8ab099bc00000000, 0xd0431fd100000000, 0xe6129df500000000, - 0x64a5120a00000000, 0x52f4902e00000000, 0x0807164300000000, - 0x3e56946700000000, 0x4d6e786700000000, 0x7b3ffa4300000000, - 0x21cc7c2e00000000, 0x179dfe0a00000000, 0x952a71f500000000, - 0xa37bf3d100000000, 0xf98875bc00000000, 0xcfd9f79800000000, - 0xd5ad196000000000, 0xe3fc9b4400000000, 0xb90f1d2900000000, - 0x8f5e9f0d00000000, 0x0de910f200000000, 0x3bb892d600000000, - 0x614b14bb00000000, 0x571a969f00000000, 0x24227a9f00000000, - 0x1273f8bb00000000, 0x48807ed600000000, 0x7ed1fcf200000000, - 0xfc66730d00000000, 0xca37f12900000000, 0x90c4774400000000, - 0xa695f56000000000, 0x76b4af4500000000, 0x40e52d6100000000, - 0x1a16ab0c00000000, 0x2c47292800000000, 0xaef0a6d700000000, - 0x98a124f300000000, 0xc252a29e00000000, 0xf40320ba00000000, - 0x873bccba00000000, 0xb16a4e9e00000000, 0xeb99c8f300000000, - 0xddc84ad700000000, 0x5f7fc52800000000, 0x692e470c00000000, - 0x33ddc16100000000, 0x058c434500000000, 0x939e752b00000000, - 0xa5cff70f00000000, 0xff3c716200000000, 0xc96df34600000000, - 0x4bda7cb900000000, 0x7d8bfe9d00000000, 0x277878f000000000, - 0x1129fad400000000, 0x621116d400000000, 0x544094f000000000, - 0x0eb3129d00000000, 0x38e290b900000000, 0xba551f4600000000, - 0x8c049d6200000000, 0xd6f71b0f00000000, 0xe0a6992b00000000, - 0x3087c30e00000000, 0x06d6412a00000000, 0x5c25c74700000000, - 0x6a74456300000000, 0xe8c3ca9c00000000, 0xde9248b800000000, - 0x8461ced500000000, 0xb2304cf100000000, 0xc108a0f100000000, - 0xf75922d500000000, 0xadaaa4b800000000, 0x9bfb269c00000000, - 0x194ca96300000000, 0x2f1d2b4700000000, 0x75eead2a00000000, - 0x43bf2f0e00000000}, - {0x0000000000000000, 0xc8179ecf00000000, 0xd1294d4400000000, - 0x193ed38b00000000, 0xa2539a8800000000, 0x6a44044700000000, - 0x737ad7cc00000000, 0xbb6d490300000000, 0x05a145ca00000000, - 0xcdb6db0500000000, 0xd488088e00000000, 0x1c9f964100000000, - 0xa7f2df4200000000, 0x6fe5418d00000000, 0x76db920600000000, - 0xbecc0cc900000000, 0x4b44fa4f00000000, 0x8353648000000000, - 0x9a6db70b00000000, 0x527a29c400000000, 0xe91760c700000000, - 0x2100fe0800000000, 0x383e2d8300000000, 0xf029b34c00000000, - 0x4ee5bf8500000000, 0x86f2214a00000000, 0x9fccf2c100000000, - 0x57db6c0e00000000, 0xecb6250d00000000, 0x24a1bbc200000000, - 0x3d9f684900000000, 0xf588f68600000000, 0x9688f49f00000000, - 0x5e9f6a5000000000, 0x47a1b9db00000000, 0x8fb6271400000000, - 0x34db6e1700000000, 0xfcccf0d800000000, 0xe5f2235300000000, - 0x2de5bd9c00000000, 0x9329b15500000000, 0x5b3e2f9a00000000, - 0x4200fc1100000000, 0x8a1762de00000000, 0x317a2bdd00000000, - 0xf96db51200000000, 0xe053669900000000, 0x2844f85600000000, - 0xddcc0ed000000000, 0x15db901f00000000, 0x0ce5439400000000, - 0xc4f2dd5b00000000, 0x7f9f945800000000, 0xb7880a9700000000, - 0xaeb6d91c00000000, 0x66a147d300000000, 0xd86d4b1a00000000, - 0x107ad5d500000000, 0x0944065e00000000, 0xc153989100000000, - 0x7a3ed19200000000, 0xb2294f5d00000000, 0xab179cd600000000, - 0x6300021900000000, 0x6d1798e400000000, 0xa500062b00000000, - 0xbc3ed5a000000000, 0x74294b6f00000000, 0xcf44026c00000000, - 0x07539ca300000000, 0x1e6d4f2800000000, 0xd67ad1e700000000, - 0x68b6dd2e00000000, 0xa0a143e100000000, 0xb99f906a00000000, - 0x71880ea500000000, 0xcae547a600000000, 0x02f2d96900000000, - 0x1bcc0ae200000000, 0xd3db942d00000000, 0x265362ab00000000, - 0xee44fc6400000000, 0xf77a2fef00000000, 0x3f6db12000000000, - 0x8400f82300000000, 0x4c1766ec00000000, 0x5529b56700000000, - 0x9d3e2ba800000000, 0x23f2276100000000, 0xebe5b9ae00000000, - 0xf2db6a2500000000, 0x3accf4ea00000000, 0x81a1bde900000000, - 0x49b6232600000000, 0x5088f0ad00000000, 0x989f6e6200000000, - 0xfb9f6c7b00000000, 0x3388f2b400000000, 0x2ab6213f00000000, - 0xe2a1bff000000000, 0x59ccf6f300000000, 0x91db683c00000000, - 0x88e5bbb700000000, 0x40f2257800000000, 0xfe3e29b100000000, - 0x3629b77e00000000, 0x2f1764f500000000, 0xe700fa3a00000000, - 0x5c6db33900000000, 0x947a2df600000000, 0x8d44fe7d00000000, - 0x455360b200000000, 0xb0db963400000000, 0x78cc08fb00000000, - 0x61f2db7000000000, 0xa9e545bf00000000, 0x12880cbc00000000, - 0xda9f927300000000, 0xc3a141f800000000, 0x0bb6df3700000000, - 0xb57ad3fe00000000, 0x7d6d4d3100000000, 0x64539eba00000000, - 0xac44007500000000, 0x1729497600000000, 0xdf3ed7b900000000, - 0xc600043200000000, 0x0e179afd00000000, 0x9b28411200000000, - 0x533fdfdd00000000, 0x4a010c5600000000, 0x8216929900000000, - 0x397bdb9a00000000, 0xf16c455500000000, 0xe85296de00000000, - 0x2045081100000000, 0x9e8904d800000000, 0x569e9a1700000000, - 0x4fa0499c00000000, 0x87b7d75300000000, 0x3cda9e5000000000, - 0xf4cd009f00000000, 0xedf3d31400000000, 0x25e44ddb00000000, - 0xd06cbb5d00000000, 0x187b259200000000, 0x0145f61900000000, - 0xc95268d600000000, 0x723f21d500000000, 0xba28bf1a00000000, - 0xa3166c9100000000, 0x6b01f25e00000000, 0xd5cdfe9700000000, - 0x1dda605800000000, 0x04e4b3d300000000, 0xccf32d1c00000000, - 0x779e641f00000000, 0xbf89fad000000000, 0xa6b7295b00000000, - 0x6ea0b79400000000, 0x0da0b58d00000000, 0xc5b72b4200000000, - 0xdc89f8c900000000, 0x149e660600000000, 0xaff32f0500000000, - 0x67e4b1ca00000000, 0x7eda624100000000, 0xb6cdfc8e00000000, - 0x0801f04700000000, 0xc0166e8800000000, 0xd928bd0300000000, - 0x113f23cc00000000, 0xaa526acf00000000, 0x6245f40000000000, - 0x7b7b278b00000000, 0xb36cb94400000000, 0x46e44fc200000000, - 0x8ef3d10d00000000, 0x97cd028600000000, 0x5fda9c4900000000, - 0xe4b7d54a00000000, 0x2ca04b8500000000, 0x359e980e00000000, - 0xfd8906c100000000, 0x43450a0800000000, 0x8b5294c700000000, - 0x926c474c00000000, 0x5a7bd98300000000, 0xe116908000000000, - 0x29010e4f00000000, 0x303fddc400000000, 0xf828430b00000000, - 0xf63fd9f600000000, 0x3e28473900000000, 0x271694b200000000, - 0xef010a7d00000000, 0x546c437e00000000, 0x9c7bddb100000000, - 0x85450e3a00000000, 0x4d5290f500000000, 0xf39e9c3c00000000, - 0x3b8902f300000000, 0x22b7d17800000000, 0xeaa04fb700000000, - 0x51cd06b400000000, 0x99da987b00000000, 0x80e44bf000000000, - 0x48f3d53f00000000, 0xbd7b23b900000000, 0x756cbd7600000000, - 0x6c526efd00000000, 0xa445f03200000000, 0x1f28b93100000000, - 0xd73f27fe00000000, 0xce01f47500000000, 0x06166aba00000000, - 0xb8da667300000000, 0x70cdf8bc00000000, 0x69f32b3700000000, - 0xa1e4b5f800000000, 0x1a89fcfb00000000, 0xd29e623400000000, - 0xcba0b1bf00000000, 0x03b72f7000000000, 0x60b72d6900000000, - 0xa8a0b3a600000000, 0xb19e602d00000000, 0x7989fee200000000, - 0xc2e4b7e100000000, 0x0af3292e00000000, 0x13cdfaa500000000, - 0xdbda646a00000000, 0x651668a300000000, 0xad01f66c00000000, - 0xb43f25e700000000, 0x7c28bb2800000000, 0xc745f22b00000000, - 0x0f526ce400000000, 0x166cbf6f00000000, 0xde7b21a000000000, - 0x2bf3d72600000000, 0xe3e449e900000000, 0xfada9a6200000000, - 0x32cd04ad00000000, 0x89a04dae00000000, 0x41b7d36100000000, - 0x588900ea00000000, 0x909e9e2500000000, 0x2e5292ec00000000, - 0xe6450c2300000000, 0xff7bdfa800000000, 0x376c416700000000, - 0x8c01086400000000, 0x441696ab00000000, 0x5d28452000000000, - 0x953fdbef00000000}, - {0x0000000000000000, 0x95d4709500000000, 0x6baf90f100000000, - 0xfe7be06400000000, 0x9758503800000000, 0x028c20ad00000000, - 0xfcf7c0c900000000, 0x6923b05c00000000, 0x2eb1a07000000000, - 0xbb65d0e500000000, 0x451e308100000000, 0xd0ca401400000000, - 0xb9e9f04800000000, 0x2c3d80dd00000000, 0xd24660b900000000, - 0x4792102c00000000, 0x5c6241e100000000, 0xc9b6317400000000, - 0x37cdd11000000000, 0xa219a18500000000, 0xcb3a11d900000000, - 0x5eee614c00000000, 0xa095812800000000, 0x3541f1bd00000000, - 0x72d3e19100000000, 0xe707910400000000, 0x197c716000000000, - 0x8ca801f500000000, 0xe58bb1a900000000, 0x705fc13c00000000, - 0x8e24215800000000, 0x1bf051cd00000000, 0xf9c2f31900000000, - 0x6c16838c00000000, 0x926d63e800000000, 0x07b9137d00000000, - 0x6e9aa32100000000, 0xfb4ed3b400000000, 0x053533d000000000, - 0x90e1434500000000, 0xd773536900000000, 0x42a723fc00000000, - 0xbcdcc39800000000, 0x2908b30d00000000, 0x402b035100000000, - 0xd5ff73c400000000, 0x2b8493a000000000, 0xbe50e33500000000, - 0xa5a0b2f800000000, 0x3074c26d00000000, 0xce0f220900000000, - 0x5bdb529c00000000, 0x32f8e2c000000000, 0xa72c925500000000, - 0x5957723100000000, 0xcc8302a400000000, 0x8b11128800000000, - 0x1ec5621d00000000, 0xe0be827900000000, 0x756af2ec00000000, - 0x1c4942b000000000, 0x899d322500000000, 0x77e6d24100000000, - 0xe232a2d400000000, 0xf285e73300000000, 0x675197a600000000, - 0x992a77c200000000, 0x0cfe075700000000, 0x65ddb70b00000000, - 0xf009c79e00000000, 0x0e7227fa00000000, 0x9ba6576f00000000, - 0xdc34474300000000, 0x49e037d600000000, 0xb79bd7b200000000, - 0x224fa72700000000, 0x4b6c177b00000000, 0xdeb867ee00000000, - 0x20c3878a00000000, 0xb517f71f00000000, 0xaee7a6d200000000, - 0x3b33d64700000000, 0xc548362300000000, 0x509c46b600000000, - 0x39bff6ea00000000, 0xac6b867f00000000, 0x5210661b00000000, - 0xc7c4168e00000000, 0x805606a200000000, 0x1582763700000000, - 0xebf9965300000000, 0x7e2de6c600000000, 0x170e569a00000000, - 0x82da260f00000000, 0x7ca1c66b00000000, 0xe975b6fe00000000, - 0x0b47142a00000000, 0x9e9364bf00000000, 0x60e884db00000000, - 0xf53cf44e00000000, 0x9c1f441200000000, 0x09cb348700000000, - 0xf7b0d4e300000000, 0x6264a47600000000, 0x25f6b45a00000000, - 0xb022c4cf00000000, 0x4e5924ab00000000, 0xdb8d543e00000000, - 0xb2aee46200000000, 0x277a94f700000000, 0xd901749300000000, - 0x4cd5040600000000, 0x572555cb00000000, 0xc2f1255e00000000, - 0x3c8ac53a00000000, 0xa95eb5af00000000, 0xc07d05f300000000, - 0x55a9756600000000, 0xabd2950200000000, 0x3e06e59700000000, - 0x7994f5bb00000000, 0xec40852e00000000, 0x123b654a00000000, - 0x87ef15df00000000, 0xeecca58300000000, 0x7b18d51600000000, - 0x8563357200000000, 0x10b745e700000000, 0xe40bcf6700000000, - 0x71dfbff200000000, 0x8fa45f9600000000, 0x1a702f0300000000, - 0x73539f5f00000000, 0xe687efca00000000, 0x18fc0fae00000000, - 0x8d287f3b00000000, 0xcaba6f1700000000, 0x5f6e1f8200000000, - 0xa115ffe600000000, 0x34c18f7300000000, 0x5de23f2f00000000, - 0xc8364fba00000000, 0x364dafde00000000, 0xa399df4b00000000, - 0xb8698e8600000000, 0x2dbdfe1300000000, 0xd3c61e7700000000, - 0x46126ee200000000, 0x2f31debe00000000, 0xbae5ae2b00000000, - 0x449e4e4f00000000, 0xd14a3eda00000000, 0x96d82ef600000000, - 0x030c5e6300000000, 0xfd77be0700000000, 0x68a3ce9200000000, - 0x01807ece00000000, 0x94540e5b00000000, 0x6a2fee3f00000000, - 0xfffb9eaa00000000, 0x1dc93c7e00000000, 0x881d4ceb00000000, - 0x7666ac8f00000000, 0xe3b2dc1a00000000, 0x8a916c4600000000, - 0x1f451cd300000000, 0xe13efcb700000000, 0x74ea8c2200000000, - 0x33789c0e00000000, 0xa6acec9b00000000, 0x58d70cff00000000, - 0xcd037c6a00000000, 0xa420cc3600000000, 0x31f4bca300000000, - 0xcf8f5cc700000000, 0x5a5b2c5200000000, 0x41ab7d9f00000000, - 0xd47f0d0a00000000, 0x2a04ed6e00000000, 0xbfd09dfb00000000, - 0xd6f32da700000000, 0x43275d3200000000, 0xbd5cbd5600000000, - 0x2888cdc300000000, 0x6f1addef00000000, 0xfacead7a00000000, - 0x04b54d1e00000000, 0x91613d8b00000000, 0xf8428dd700000000, - 0x6d96fd4200000000, 0x93ed1d2600000000, 0x06396db300000000, - 0x168e285400000000, 0x835a58c100000000, 0x7d21b8a500000000, - 0xe8f5c83000000000, 0x81d6786c00000000, 0x140208f900000000, - 0xea79e89d00000000, 0x7fad980800000000, 0x383f882400000000, - 0xadebf8b100000000, 0x539018d500000000, 0xc644684000000000, - 0xaf67d81c00000000, 0x3ab3a88900000000, 0xc4c848ed00000000, - 0x511c387800000000, 0x4aec69b500000000, 0xdf38192000000000, - 0x2143f94400000000, 0xb49789d100000000, 0xddb4398d00000000, - 0x4860491800000000, 0xb61ba97c00000000, 0x23cfd9e900000000, - 0x645dc9c500000000, 0xf189b95000000000, 0x0ff2593400000000, - 0x9a2629a100000000, 0xf30599fd00000000, 0x66d1e96800000000, - 0x98aa090c00000000, 0x0d7e799900000000, 0xef4cdb4d00000000, - 0x7a98abd800000000, 0x84e34bbc00000000, 0x11373b2900000000, - 0x78148b7500000000, 0xedc0fbe000000000, 0x13bb1b8400000000, - 0x866f6b1100000000, 0xc1fd7b3d00000000, 0x54290ba800000000, - 0xaa52ebcc00000000, 0x3f869b5900000000, 0x56a52b0500000000, - 0xc3715b9000000000, 0x3d0abbf400000000, 0xa8decb6100000000, - 0xb32e9aac00000000, 0x26faea3900000000, 0xd8810a5d00000000, - 0x4d557ac800000000, 0x2476ca9400000000, 0xb1a2ba0100000000, - 0x4fd95a6500000000, 0xda0d2af000000000, 0x9d9f3adc00000000, - 0x084b4a4900000000, 0xf630aa2d00000000, 0x63e4dab800000000, - 0x0ac76ae400000000, 0x9f131a7100000000, 0x6168fa1500000000, - 0xf4bc8a8000000000}, - {0x0000000000000000, 0x1f17f08000000000, 0x7f2891da00000000, - 0x603f615a00000000, 0xbf56536e00000000, 0xa041a3ee00000000, - 0xc07ec2b400000000, 0xdf69323400000000, 0x7eada6dc00000000, - 0x61ba565c00000000, 0x0185370600000000, 0x1e92c78600000000, - 0xc1fbf5b200000000, 0xdeec053200000000, 0xbed3646800000000, - 0xa1c494e800000000, 0xbd5c3c6200000000, 0xa24bcce200000000, - 0xc274adb800000000, 0xdd635d3800000000, 0x020a6f0c00000000, - 0x1d1d9f8c00000000, 0x7d22fed600000000, 0x62350e5600000000, - 0xc3f19abe00000000, 0xdce66a3e00000000, 0xbcd90b6400000000, - 0xa3cefbe400000000, 0x7ca7c9d000000000, 0x63b0395000000000, - 0x038f580a00000000, 0x1c98a88a00000000, 0x7ab978c400000000, - 0x65ae884400000000, 0x0591e91e00000000, 0x1a86199e00000000, - 0xc5ef2baa00000000, 0xdaf8db2a00000000, 0xbac7ba7000000000, - 0xa5d04af000000000, 0x0414de1800000000, 0x1b032e9800000000, - 0x7b3c4fc200000000, 0x642bbf4200000000, 0xbb428d7600000000, - 0xa4557df600000000, 0xc46a1cac00000000, 0xdb7dec2c00000000, - 0xc7e544a600000000, 0xd8f2b42600000000, 0xb8cdd57c00000000, - 0xa7da25fc00000000, 0x78b317c800000000, 0x67a4e74800000000, - 0x079b861200000000, 0x188c769200000000, 0xb948e27a00000000, - 0xa65f12fa00000000, 0xc66073a000000000, 0xd977832000000000, - 0x061eb11400000000, 0x1909419400000000, 0x793620ce00000000, - 0x6621d04e00000000, 0xb574805300000000, 0xaa6370d300000000, - 0xca5c118900000000, 0xd54be10900000000, 0x0a22d33d00000000, - 0x153523bd00000000, 0x750a42e700000000, 0x6a1db26700000000, - 0xcbd9268f00000000, 0xd4ced60f00000000, 0xb4f1b75500000000, - 0xabe647d500000000, 0x748f75e100000000, 0x6b98856100000000, - 0x0ba7e43b00000000, 0x14b014bb00000000, 0x0828bc3100000000, - 0x173f4cb100000000, 0x77002deb00000000, 0x6817dd6b00000000, - 0xb77eef5f00000000, 0xa8691fdf00000000, 0xc8567e8500000000, - 0xd7418e0500000000, 0x76851aed00000000, 0x6992ea6d00000000, - 0x09ad8b3700000000, 0x16ba7bb700000000, 0xc9d3498300000000, - 0xd6c4b90300000000, 0xb6fbd85900000000, 0xa9ec28d900000000, - 0xcfcdf89700000000, 0xd0da081700000000, 0xb0e5694d00000000, - 0xaff299cd00000000, 0x709babf900000000, 0x6f8c5b7900000000, - 0x0fb33a2300000000, 0x10a4caa300000000, 0xb1605e4b00000000, - 0xae77aecb00000000, 0xce48cf9100000000, 0xd15f3f1100000000, - 0x0e360d2500000000, 0x1121fda500000000, 0x711e9cff00000000, - 0x6e096c7f00000000, 0x7291c4f500000000, 0x6d86347500000000, - 0x0db9552f00000000, 0x12aea5af00000000, 0xcdc7979b00000000, - 0xd2d0671b00000000, 0xb2ef064100000000, 0xadf8f6c100000000, - 0x0c3c622900000000, 0x132b92a900000000, 0x7314f3f300000000, - 0x6c03037300000000, 0xb36a314700000000, 0xac7dc1c700000000, - 0xcc42a09d00000000, 0xd355501d00000000, 0x6ae900a700000000, - 0x75fef02700000000, 0x15c1917d00000000, 0x0ad661fd00000000, - 0xd5bf53c900000000, 0xcaa8a34900000000, 0xaa97c21300000000, - 0xb580329300000000, 0x1444a67b00000000, 0x0b5356fb00000000, - 0x6b6c37a100000000, 0x747bc72100000000, 0xab12f51500000000, - 0xb405059500000000, 0xd43a64cf00000000, 0xcb2d944f00000000, - 0xd7b53cc500000000, 0xc8a2cc4500000000, 0xa89dad1f00000000, - 0xb78a5d9f00000000, 0x68e36fab00000000, 0x77f49f2b00000000, - 0x17cbfe7100000000, 0x08dc0ef100000000, 0xa9189a1900000000, - 0xb60f6a9900000000, 0xd6300bc300000000, 0xc927fb4300000000, - 0x164ec97700000000, 0x095939f700000000, 0x696658ad00000000, - 0x7671a82d00000000, 0x1050786300000000, 0x0f4788e300000000, - 0x6f78e9b900000000, 0x706f193900000000, 0xaf062b0d00000000, - 0xb011db8d00000000, 0xd02ebad700000000, 0xcf394a5700000000, - 0x6efddebf00000000, 0x71ea2e3f00000000, 0x11d54f6500000000, - 0x0ec2bfe500000000, 0xd1ab8dd100000000, 0xcebc7d5100000000, - 0xae831c0b00000000, 0xb194ec8b00000000, 0xad0c440100000000, - 0xb21bb48100000000, 0xd224d5db00000000, 0xcd33255b00000000, - 0x125a176f00000000, 0x0d4de7ef00000000, 0x6d7286b500000000, - 0x7265763500000000, 0xd3a1e2dd00000000, 0xccb6125d00000000, - 0xac89730700000000, 0xb39e838700000000, 0x6cf7b1b300000000, - 0x73e0413300000000, 0x13df206900000000, 0x0cc8d0e900000000, - 0xdf9d80f400000000, 0xc08a707400000000, 0xa0b5112e00000000, - 0xbfa2e1ae00000000, 0x60cbd39a00000000, 0x7fdc231a00000000, - 0x1fe3424000000000, 0x00f4b2c000000000, 0xa130262800000000, - 0xbe27d6a800000000, 0xde18b7f200000000, 0xc10f477200000000, - 0x1e66754600000000, 0x017185c600000000, 0x614ee49c00000000, - 0x7e59141c00000000, 0x62c1bc9600000000, 0x7dd64c1600000000, - 0x1de92d4c00000000, 0x02feddcc00000000, 0xdd97eff800000000, - 0xc2801f7800000000, 0xa2bf7e2200000000, 0xbda88ea200000000, - 0x1c6c1a4a00000000, 0x037beaca00000000, 0x63448b9000000000, - 0x7c537b1000000000, 0xa33a492400000000, 0xbc2db9a400000000, - 0xdc12d8fe00000000, 0xc305287e00000000, 0xa524f83000000000, - 0xba3308b000000000, 0xda0c69ea00000000, 0xc51b996a00000000, - 0x1a72ab5e00000000, 0x05655bde00000000, 0x655a3a8400000000, - 0x7a4dca0400000000, 0xdb895eec00000000, 0xc49eae6c00000000, - 0xa4a1cf3600000000, 0xbbb63fb600000000, 0x64df0d8200000000, - 0x7bc8fd0200000000, 0x1bf79c5800000000, 0x04e06cd800000000, - 0x1878c45200000000, 0x076f34d200000000, 0x6750558800000000, - 0x7847a50800000000, 0xa72e973c00000000, 0xb83967bc00000000, - 0xd80606e600000000, 0xc711f66600000000, 0x66d5628e00000000, - 0x79c2920e00000000, 0x19fdf35400000000, 0x06ea03d400000000, - 0xd98331e000000000, 0xc694c16000000000, 0xa6aba03a00000000, - 0xb9bc50ba00000000}, - {0x0000000000000000, 0xe2fd888d00000000, 0x85fd60c000000000, - 0x6700e84d00000000, 0x4bfdb05b00000000, 0xa90038d600000000, - 0xce00d09b00000000, 0x2cfd581600000000, 0x96fa61b700000000, - 0x7407e93a00000000, 0x1307017700000000, 0xf1fa89fa00000000, - 0xdd07d1ec00000000, 0x3ffa596100000000, 0x58fab12c00000000, - 0xba0739a100000000, 0x6df3b2b500000000, 0x8f0e3a3800000000, - 0xe80ed27500000000, 0x0af35af800000000, 0x260e02ee00000000, - 0xc4f38a6300000000, 0xa3f3622e00000000, 0x410eeaa300000000, - 0xfb09d30200000000, 0x19f45b8f00000000, 0x7ef4b3c200000000, - 0x9c093b4f00000000, 0xb0f4635900000000, 0x5209ebd400000000, - 0x3509039900000000, 0xd7f48b1400000000, 0x9be014b000000000, - 0x791d9c3d00000000, 0x1e1d747000000000, 0xfce0fcfd00000000, - 0xd01da4eb00000000, 0x32e02c6600000000, 0x55e0c42b00000000, - 0xb71d4ca600000000, 0x0d1a750700000000, 0xefe7fd8a00000000, - 0x88e715c700000000, 0x6a1a9d4a00000000, 0x46e7c55c00000000, - 0xa41a4dd100000000, 0xc31aa59c00000000, 0x21e72d1100000000, - 0xf613a60500000000, 0x14ee2e8800000000, 0x73eec6c500000000, - 0x91134e4800000000, 0xbdee165e00000000, 0x5f139ed300000000, - 0x3813769e00000000, 0xdaeefe1300000000, 0x60e9c7b200000000, - 0x82144f3f00000000, 0xe514a77200000000, 0x07e92fff00000000, - 0x2b1477e900000000, 0xc9e9ff6400000000, 0xaee9172900000000, - 0x4c149fa400000000, 0x77c758bb00000000, 0x953ad03600000000, - 0xf23a387b00000000, 0x10c7b0f600000000, 0x3c3ae8e000000000, - 0xdec7606d00000000, 0xb9c7882000000000, 0x5b3a00ad00000000, - 0xe13d390c00000000, 0x03c0b18100000000, 0x64c059cc00000000, - 0x863dd14100000000, 0xaac0895700000000, 0x483d01da00000000, - 0x2f3de99700000000, 0xcdc0611a00000000, 0x1a34ea0e00000000, - 0xf8c9628300000000, 0x9fc98ace00000000, 0x7d34024300000000, - 0x51c95a5500000000, 0xb334d2d800000000, 0xd4343a9500000000, - 0x36c9b21800000000, 0x8cce8bb900000000, 0x6e33033400000000, - 0x0933eb7900000000, 0xebce63f400000000, 0xc7333be200000000, - 0x25ceb36f00000000, 0x42ce5b2200000000, 0xa033d3af00000000, - 0xec274c0b00000000, 0x0edac48600000000, 0x69da2ccb00000000, - 0x8b27a44600000000, 0xa7dafc5000000000, 0x452774dd00000000, - 0x22279c9000000000, 0xc0da141d00000000, 0x7add2dbc00000000, - 0x9820a53100000000, 0xff204d7c00000000, 0x1dddc5f100000000, - 0x31209de700000000, 0xd3dd156a00000000, 0xb4ddfd2700000000, - 0x562075aa00000000, 0x81d4febe00000000, 0x6329763300000000, - 0x04299e7e00000000, 0xe6d416f300000000, 0xca294ee500000000, - 0x28d4c66800000000, 0x4fd42e2500000000, 0xad29a6a800000000, - 0x172e9f0900000000, 0xf5d3178400000000, 0x92d3ffc900000000, - 0x702e774400000000, 0x5cd32f5200000000, 0xbe2ea7df00000000, - 0xd92e4f9200000000, 0x3bd3c71f00000000, 0xaf88c0ad00000000, - 0x4d75482000000000, 0x2a75a06d00000000, 0xc88828e000000000, - 0xe47570f600000000, 0x0688f87b00000000, 0x6188103600000000, - 0x837598bb00000000, 0x3972a11a00000000, 0xdb8f299700000000, - 0xbc8fc1da00000000, 0x5e72495700000000, 0x728f114100000000, - 0x907299cc00000000, 0xf772718100000000, 0x158ff90c00000000, - 0xc27b721800000000, 0x2086fa9500000000, 0x478612d800000000, - 0xa57b9a5500000000, 0x8986c24300000000, 0x6b7b4ace00000000, - 0x0c7ba28300000000, 0xee862a0e00000000, 0x548113af00000000, - 0xb67c9b2200000000, 0xd17c736f00000000, 0x3381fbe200000000, - 0x1f7ca3f400000000, 0xfd812b7900000000, 0x9a81c33400000000, - 0x787c4bb900000000, 0x3468d41d00000000, 0xd6955c9000000000, - 0xb195b4dd00000000, 0x53683c5000000000, 0x7f95644600000000, - 0x9d68eccb00000000, 0xfa68048600000000, 0x18958c0b00000000, - 0xa292b5aa00000000, 0x406f3d2700000000, 0x276fd56a00000000, - 0xc5925de700000000, 0xe96f05f100000000, 0x0b928d7c00000000, - 0x6c92653100000000, 0x8e6fedbc00000000, 0x599b66a800000000, - 0xbb66ee2500000000, 0xdc66066800000000, 0x3e9b8ee500000000, - 0x1266d6f300000000, 0xf09b5e7e00000000, 0x979bb63300000000, - 0x75663ebe00000000, 0xcf61071f00000000, 0x2d9c8f9200000000, - 0x4a9c67df00000000, 0xa861ef5200000000, 0x849cb74400000000, - 0x66613fc900000000, 0x0161d78400000000, 0xe39c5f0900000000, - 0xd84f981600000000, 0x3ab2109b00000000, 0x5db2f8d600000000, - 0xbf4f705b00000000, 0x93b2284d00000000, 0x714fa0c000000000, - 0x164f488d00000000, 0xf4b2c00000000000, 0x4eb5f9a100000000, - 0xac48712c00000000, 0xcb48996100000000, 0x29b511ec00000000, - 0x054849fa00000000, 0xe7b5c17700000000, 0x80b5293a00000000, - 0x6248a1b700000000, 0xb5bc2aa300000000, 0x5741a22e00000000, - 0x30414a6300000000, 0xd2bcc2ee00000000, 0xfe419af800000000, - 0x1cbc127500000000, 0x7bbcfa3800000000, 0x994172b500000000, - 0x23464b1400000000, 0xc1bbc39900000000, 0xa6bb2bd400000000, - 0x4446a35900000000, 0x68bbfb4f00000000, 0x8a4673c200000000, - 0xed469b8f00000000, 0x0fbb130200000000, 0x43af8ca600000000, - 0xa152042b00000000, 0xc652ec6600000000, 0x24af64eb00000000, - 0x08523cfd00000000, 0xeaafb47000000000, 0x8daf5c3d00000000, - 0x6f52d4b000000000, 0xd555ed1100000000, 0x37a8659c00000000, - 0x50a88dd100000000, 0xb255055c00000000, 0x9ea85d4a00000000, - 0x7c55d5c700000000, 0x1b553d8a00000000, 0xf9a8b50700000000, - 0x2e5c3e1300000000, 0xcca1b69e00000000, 0xaba15ed300000000, - 0x495cd65e00000000, 0x65a18e4800000000, 0x875c06c500000000, - 0xe05cee8800000000, 0x02a1660500000000, 0xb8a65fa400000000, - 0x5a5bd72900000000, 0x3d5b3f6400000000, 0xdfa6b7e900000000, - 0xf35befff00000000, 0x11a6677200000000, 0x76a68f3f00000000, - 0x945b07b200000000}, - {0x0000000000000000, 0xa90b894e00000000, 0x5217129d00000000, - 0xfb1c9bd300000000, 0xe52855e100000000, 0x4c23dcaf00000000, - 0xb73f477c00000000, 0x1e34ce3200000000, 0x8b57db1900000000, - 0x225c525700000000, 0xd940c98400000000, 0x704b40ca00000000, - 0x6e7f8ef800000000, 0xc77407b600000000, 0x3c689c6500000000, - 0x9563152b00000000, 0x16afb63300000000, 0xbfa43f7d00000000, - 0x44b8a4ae00000000, 0xedb32de000000000, 0xf387e3d200000000, - 0x5a8c6a9c00000000, 0xa190f14f00000000, 0x089b780100000000, - 0x9df86d2a00000000, 0x34f3e46400000000, 0xcfef7fb700000000, - 0x66e4f6f900000000, 0x78d038cb00000000, 0xd1dbb18500000000, - 0x2ac72a5600000000, 0x83cca31800000000, 0x2c5e6d6700000000, - 0x8555e42900000000, 0x7e497ffa00000000, 0xd742f6b400000000, - 0xc976388600000000, 0x607db1c800000000, 0x9b612a1b00000000, - 0x326aa35500000000, 0xa709b67e00000000, 0x0e023f3000000000, - 0xf51ea4e300000000, 0x5c152dad00000000, 0x4221e39f00000000, - 0xeb2a6ad100000000, 0x1036f10200000000, 0xb93d784c00000000, - 0x3af1db5400000000, 0x93fa521a00000000, 0x68e6c9c900000000, - 0xc1ed408700000000, 0xdfd98eb500000000, 0x76d207fb00000000, - 0x8dce9c2800000000, 0x24c5156600000000, 0xb1a6004d00000000, - 0x18ad890300000000, 0xe3b112d000000000, 0x4aba9b9e00000000, - 0x548e55ac00000000, 0xfd85dce200000000, 0x0699473100000000, - 0xaf92ce7f00000000, 0x58bcdace00000000, 0xf1b7538000000000, - 0x0aabc85300000000, 0xa3a0411d00000000, 0xbd948f2f00000000, - 0x149f066100000000, 0xef839db200000000, 0x468814fc00000000, - 0xd3eb01d700000000, 0x7ae0889900000000, 0x81fc134a00000000, - 0x28f79a0400000000, 0x36c3543600000000, 0x9fc8dd7800000000, - 0x64d446ab00000000, 0xcddfcfe500000000, 0x4e136cfd00000000, - 0xe718e5b300000000, 0x1c047e6000000000, 0xb50ff72e00000000, - 0xab3b391c00000000, 0x0230b05200000000, 0xf92c2b8100000000, - 0x5027a2cf00000000, 0xc544b7e400000000, 0x6c4f3eaa00000000, - 0x9753a57900000000, 0x3e582c3700000000, 0x206ce20500000000, - 0x89676b4b00000000, 0x727bf09800000000, 0xdb7079d600000000, - 0x74e2b7a900000000, 0xdde93ee700000000, 0x26f5a53400000000, - 0x8ffe2c7a00000000, 0x91cae24800000000, 0x38c16b0600000000, - 0xc3ddf0d500000000, 0x6ad6799b00000000, 0xffb56cb000000000, - 0x56bee5fe00000000, 0xada27e2d00000000, 0x04a9f76300000000, - 0x1a9d395100000000, 0xb396b01f00000000, 0x488a2bcc00000000, - 0xe181a28200000000, 0x624d019a00000000, 0xcb4688d400000000, - 0x305a130700000000, 0x99519a4900000000, 0x8765547b00000000, - 0x2e6edd3500000000, 0xd57246e600000000, 0x7c79cfa800000000, - 0xe91ada8300000000, 0x401153cd00000000, 0xbb0dc81e00000000, - 0x1206415000000000, 0x0c328f6200000000, 0xa539062c00000000, - 0x5e259dff00000000, 0xf72e14b100000000, 0xf17ec44600000000, - 0x58754d0800000000, 0xa369d6db00000000, 0x0a625f9500000000, - 0x145691a700000000, 0xbd5d18e900000000, 0x4641833a00000000, - 0xef4a0a7400000000, 0x7a291f5f00000000, 0xd322961100000000, - 0x283e0dc200000000, 0x8135848c00000000, 0x9f014abe00000000, - 0x360ac3f000000000, 0xcd16582300000000, 0x641dd16d00000000, - 0xe7d1727500000000, 0x4edafb3b00000000, 0xb5c660e800000000, - 0x1ccde9a600000000, 0x02f9279400000000, 0xabf2aeda00000000, - 0x50ee350900000000, 0xf9e5bc4700000000, 0x6c86a96c00000000, - 0xc58d202200000000, 0x3e91bbf100000000, 0x979a32bf00000000, - 0x89aefc8d00000000, 0x20a575c300000000, 0xdbb9ee1000000000, - 0x72b2675e00000000, 0xdd20a92100000000, 0x742b206f00000000, - 0x8f37bbbc00000000, 0x263c32f200000000, 0x3808fcc000000000, - 0x9103758e00000000, 0x6a1fee5d00000000, 0xc314671300000000, - 0x5677723800000000, 0xff7cfb7600000000, 0x046060a500000000, - 0xad6be9eb00000000, 0xb35f27d900000000, 0x1a54ae9700000000, - 0xe148354400000000, 0x4843bc0a00000000, 0xcb8f1f1200000000, - 0x6284965c00000000, 0x99980d8f00000000, 0x309384c100000000, - 0x2ea74af300000000, 0x87acc3bd00000000, 0x7cb0586e00000000, - 0xd5bbd12000000000, 0x40d8c40b00000000, 0xe9d34d4500000000, - 0x12cfd69600000000, 0xbbc45fd800000000, 0xa5f091ea00000000, - 0x0cfb18a400000000, 0xf7e7837700000000, 0x5eec0a3900000000, - 0xa9c21e8800000000, 0x00c997c600000000, 0xfbd50c1500000000, - 0x52de855b00000000, 0x4cea4b6900000000, 0xe5e1c22700000000, - 0x1efd59f400000000, 0xb7f6d0ba00000000, 0x2295c59100000000, - 0x8b9e4cdf00000000, 0x7082d70c00000000, 0xd9895e4200000000, - 0xc7bd907000000000, 0x6eb6193e00000000, 0x95aa82ed00000000, - 0x3ca10ba300000000, 0xbf6da8bb00000000, 0x166621f500000000, - 0xed7aba2600000000, 0x4471336800000000, 0x5a45fd5a00000000, - 0xf34e741400000000, 0x0852efc700000000, 0xa159668900000000, - 0x343a73a200000000, 0x9d31faec00000000, 0x662d613f00000000, - 0xcf26e87100000000, 0xd112264300000000, 0x7819af0d00000000, - 0x830534de00000000, 0x2a0ebd9000000000, 0x859c73ef00000000, - 0x2c97faa100000000, 0xd78b617200000000, 0x7e80e83c00000000, - 0x60b4260e00000000, 0xc9bfaf4000000000, 0x32a3349300000000, - 0x9ba8bddd00000000, 0x0ecba8f600000000, 0xa7c021b800000000, - 0x5cdcba6b00000000, 0xf5d7332500000000, 0xebe3fd1700000000, - 0x42e8745900000000, 0xb9f4ef8a00000000, 0x10ff66c400000000, - 0x9333c5dc00000000, 0x3a384c9200000000, 0xc124d74100000000, - 0x682f5e0f00000000, 0x761b903d00000000, 0xdf10197300000000, - 0x240c82a000000000, 0x8d070bee00000000, 0x18641ec500000000, - 0xb16f978b00000000, 0x4a730c5800000000, 0xe378851600000000, - 0xfd4c4b2400000000, 0x5447c26a00000000, 0xaf5b59b900000000, - 0x0650d0f700000000}, - {0x0000000000000000, 0x479244af00000000, 0xcf22f88500000000, - 0x88b0bc2a00000000, 0xdf4381d000000000, 0x98d1c57f00000000, - 0x1061795500000000, 0x57f33dfa00000000, 0xff81737a00000000, - 0xb81337d500000000, 0x30a38bff00000000, 0x7731cf5000000000, - 0x20c2f2aa00000000, 0x6750b60500000000, 0xefe00a2f00000000, - 0xa8724e8000000000, 0xfe03e7f400000000, 0xb991a35b00000000, - 0x31211f7100000000, 0x76b35bde00000000, 0x2140662400000000, - 0x66d2228b00000000, 0xee629ea100000000, 0xa9f0da0e00000000, - 0x0182948e00000000, 0x4610d02100000000, 0xcea06c0b00000000, - 0x893228a400000000, 0xdec1155e00000000, 0x995351f100000000, - 0x11e3eddb00000000, 0x5671a97400000000, 0xbd01bf3200000000, - 0xfa93fb9d00000000, 0x722347b700000000, 0x35b1031800000000, - 0x62423ee200000000, 0x25d07a4d00000000, 0xad60c66700000000, - 0xeaf282c800000000, 0x4280cc4800000000, 0x051288e700000000, - 0x8da234cd00000000, 0xca30706200000000, 0x9dc34d9800000000, - 0xda51093700000000, 0x52e1b51d00000000, 0x1573f1b200000000, - 0x430258c600000000, 0x04901c6900000000, 0x8c20a04300000000, - 0xcbb2e4ec00000000, 0x9c41d91600000000, 0xdbd39db900000000, - 0x5363219300000000, 0x14f1653c00000000, 0xbc832bbc00000000, - 0xfb116f1300000000, 0x73a1d33900000000, 0x3433979600000000, - 0x63c0aa6c00000000, 0x2452eec300000000, 0xace252e900000000, - 0xeb70164600000000, 0x7a037e6500000000, 0x3d913aca00000000, - 0xb52186e000000000, 0xf2b3c24f00000000, 0xa540ffb500000000, - 0xe2d2bb1a00000000, 0x6a62073000000000, 0x2df0439f00000000, - 0x85820d1f00000000, 0xc21049b000000000, 0x4aa0f59a00000000, - 0x0d32b13500000000, 0x5ac18ccf00000000, 0x1d53c86000000000, - 0x95e3744a00000000, 0xd27130e500000000, 0x8400999100000000, - 0xc392dd3e00000000, 0x4b22611400000000, 0x0cb025bb00000000, - 0x5b43184100000000, 0x1cd15cee00000000, 0x9461e0c400000000, - 0xd3f3a46b00000000, 0x7b81eaeb00000000, 0x3c13ae4400000000, - 0xb4a3126e00000000, 0xf33156c100000000, 0xa4c26b3b00000000, - 0xe3502f9400000000, 0x6be093be00000000, 0x2c72d71100000000, - 0xc702c15700000000, 0x809085f800000000, 0x082039d200000000, - 0x4fb27d7d00000000, 0x1841408700000000, 0x5fd3042800000000, - 0xd763b80200000000, 0x90f1fcad00000000, 0x3883b22d00000000, - 0x7f11f68200000000, 0xf7a14aa800000000, 0xb0330e0700000000, - 0xe7c033fd00000000, 0xa052775200000000, 0x28e2cb7800000000, - 0x6f708fd700000000, 0x390126a300000000, 0x7e93620c00000000, - 0xf623de2600000000, 0xb1b19a8900000000, 0xe642a77300000000, - 0xa1d0e3dc00000000, 0x29605ff600000000, 0x6ef21b5900000000, - 0xc68055d900000000, 0x8112117600000000, 0x09a2ad5c00000000, - 0x4e30e9f300000000, 0x19c3d40900000000, 0x5e5190a600000000, - 0xd6e12c8c00000000, 0x9173682300000000, 0xf406fcca00000000, - 0xb394b86500000000, 0x3b24044f00000000, 0x7cb640e000000000, - 0x2b457d1a00000000, 0x6cd739b500000000, 0xe467859f00000000, - 0xa3f5c13000000000, 0x0b878fb000000000, 0x4c15cb1f00000000, - 0xc4a5773500000000, 0x8337339a00000000, 0xd4c40e6000000000, - 0x93564acf00000000, 0x1be6f6e500000000, 0x5c74b24a00000000, - 0x0a051b3e00000000, 0x4d975f9100000000, 0xc527e3bb00000000, - 0x82b5a71400000000, 0xd5469aee00000000, 0x92d4de4100000000, - 0x1a64626b00000000, 0x5df626c400000000, 0xf584684400000000, - 0xb2162ceb00000000, 0x3aa690c100000000, 0x7d34d46e00000000, - 0x2ac7e99400000000, 0x6d55ad3b00000000, 0xe5e5111100000000, - 0xa27755be00000000, 0x490743f800000000, 0x0e95075700000000, - 0x8625bb7d00000000, 0xc1b7ffd200000000, 0x9644c22800000000, - 0xd1d6868700000000, 0x59663aad00000000, 0x1ef47e0200000000, - 0xb686308200000000, 0xf114742d00000000, 0x79a4c80700000000, - 0x3e368ca800000000, 0x69c5b15200000000, 0x2e57f5fd00000000, - 0xa6e749d700000000, 0xe1750d7800000000, 0xb704a40c00000000, - 0xf096e0a300000000, 0x78265c8900000000, 0x3fb4182600000000, - 0x684725dc00000000, 0x2fd5617300000000, 0xa765dd5900000000, - 0xe0f799f600000000, 0x4885d77600000000, 0x0f1793d900000000, - 0x87a72ff300000000, 0xc0356b5c00000000, 0x97c656a600000000, - 0xd054120900000000, 0x58e4ae2300000000, 0x1f76ea8c00000000, - 0x8e0582af00000000, 0xc997c60000000000, 0x41277a2a00000000, - 0x06b53e8500000000, 0x5146037f00000000, 0x16d447d000000000, - 0x9e64fbfa00000000, 0xd9f6bf5500000000, 0x7184f1d500000000, - 0x3616b57a00000000, 0xbea6095000000000, 0xf9344dff00000000, - 0xaec7700500000000, 0xe95534aa00000000, 0x61e5888000000000, - 0x2677cc2f00000000, 0x7006655b00000000, 0x379421f400000000, - 0xbf249dde00000000, 0xf8b6d97100000000, 0xaf45e48b00000000, - 0xe8d7a02400000000, 0x60671c0e00000000, 0x27f558a100000000, - 0x8f87162100000000, 0xc815528e00000000, 0x40a5eea400000000, - 0x0737aa0b00000000, 0x50c497f100000000, 0x1756d35e00000000, - 0x9fe66f7400000000, 0xd8742bdb00000000, 0x33043d9d00000000, - 0x7496793200000000, 0xfc26c51800000000, 0xbbb481b700000000, - 0xec47bc4d00000000, 0xabd5f8e200000000, 0x236544c800000000, - 0x64f7006700000000, 0xcc854ee700000000, 0x8b170a4800000000, - 0x03a7b66200000000, 0x4435f2cd00000000, 0x13c6cf3700000000, - 0x54548b9800000000, 0xdce437b200000000, 0x9b76731d00000000, - 0xcd07da6900000000, 0x8a959ec600000000, 0x022522ec00000000, - 0x45b7664300000000, 0x12445bb900000000, 0x55d61f1600000000, - 0xdd66a33c00000000, 0x9af4e79300000000, 0x3286a91300000000, - 0x7514edbc00000000, 0xfda4519600000000, 0xba36153900000000, - 0xedc528c300000000, 0xaa576c6c00000000, 0x22e7d04600000000, - 0x657594e900000000}}; - -#else /* W == 4 */ - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0x65673b46, 0xcace768c, 0xafa94dca, 0x4eedeb59, - 0x2b8ad01f, 0x84239dd5, 0xe144a693, 0x9ddbd6b2, 0xf8bcedf4, - 0x5715a03e, 0x32729b78, 0xd3363deb, 0xb65106ad, 0x19f84b67, - 0x7c9f7021, 0xe0c6ab25, 0x85a19063, 0x2a08dda9, 0x4f6fe6ef, - 0xae2b407c, 0xcb4c7b3a, 0x64e536f0, 0x01820db6, 0x7d1d7d97, - 0x187a46d1, 0xb7d30b1b, 0xd2b4305d, 0x33f096ce, 0x5697ad88, - 0xf93ee042, 0x9c59db04, 0x1afc500b, 0x7f9b6b4d, 0xd0322687, - 0xb5551dc1, 0x5411bb52, 0x31768014, 0x9edfcdde, 0xfbb8f698, - 0x872786b9, 0xe240bdff, 0x4de9f035, 0x288ecb73, 0xc9ca6de0, - 0xacad56a6, 0x03041b6c, 0x6663202a, 0xfa3afb2e, 0x9f5dc068, - 0x30f48da2, 0x5593b6e4, 0xb4d71077, 0xd1b02b31, 0x7e1966fb, - 0x1b7e5dbd, 0x67e12d9c, 0x028616da, 0xad2f5b10, 0xc8486056, - 0x290cc6c5, 0x4c6bfd83, 0xe3c2b049, 0x86a58b0f, 0x35f8a016, - 0x509f9b50, 0xff36d69a, 0x9a51eddc, 0x7b154b4f, 0x1e727009, - 0xb1db3dc3, 0xd4bc0685, 0xa82376a4, 0xcd444de2, 0x62ed0028, - 0x078a3b6e, 0xe6ce9dfd, 0x83a9a6bb, 0x2c00eb71, 0x4967d037, - 0xd53e0b33, 0xb0593075, 0x1ff07dbf, 0x7a9746f9, 0x9bd3e06a, - 0xfeb4db2c, 0x511d96e6, 0x347aada0, 0x48e5dd81, 0x2d82e6c7, - 0x822bab0d, 0xe74c904b, 0x060836d8, 0x636f0d9e, 0xccc64054, - 0xa9a17b12, 0x2f04f01d, 0x4a63cb5b, 0xe5ca8691, 0x80adbdd7, - 0x61e91b44, 0x048e2002, 0xab276dc8, 0xce40568e, 0xb2df26af, - 0xd7b81de9, 0x78115023, 0x1d766b65, 0xfc32cdf6, 0x9955f6b0, - 0x36fcbb7a, 0x539b803c, 0xcfc25b38, 0xaaa5607e, 0x050c2db4, - 0x606b16f2, 0x812fb061, 0xe4488b27, 0x4be1c6ed, 0x2e86fdab, - 0x52198d8a, 0x377eb6cc, 0x98d7fb06, 0xfdb0c040, 0x1cf466d3, - 0x79935d95, 0xd63a105f, 0xb35d2b19, 0x6bf1402c, 0x0e967b6a, - 0xa13f36a0, 0xc4580de6, 0x251cab75, 0x407b9033, 0xefd2ddf9, - 0x8ab5e6bf, 0xf62a969e, 0x934dadd8, 0x3ce4e012, 0x5983db54, - 0xb8c77dc7, 0xdda04681, 0x72090b4b, 0x176e300d, 0x8b37eb09, - 0xee50d04f, 0x41f99d85, 0x249ea6c3, 0xc5da0050, 0xa0bd3b16, - 0x0f1476dc, 0x6a734d9a, 0x16ec3dbb, 0x738b06fd, 0xdc224b37, - 0xb9457071, 0x5801d6e2, 0x3d66eda4, 0x92cfa06e, 0xf7a89b28, - 0x710d1027, 0x146a2b61, 0xbbc366ab, 0xdea45ded, 0x3fe0fb7e, - 0x5a87c038, 0xf52e8df2, 0x9049b6b4, 0xecd6c695, 0x89b1fdd3, - 0x2618b019, 0x437f8b5f, 0xa23b2dcc, 0xc75c168a, 0x68f55b40, - 0x0d926006, 0x91cbbb02, 0xf4ac8044, 0x5b05cd8e, 0x3e62f6c8, - 0xdf26505b, 0xba416b1d, 0x15e826d7, 0x708f1d91, 0x0c106db0, - 0x697756f6, 0xc6de1b3c, 0xa3b9207a, 0x42fd86e9, 0x279abdaf, - 0x8833f065, 0xed54cb23, 0x5e09e03a, 0x3b6edb7c, 0x94c796b6, - 0xf1a0adf0, 0x10e40b63, 0x75833025, 0xda2a7def, 0xbf4d46a9, - 0xc3d23688, 0xa6b50dce, 0x091c4004, 0x6c7b7b42, 0x8d3fddd1, - 0xe858e697, 0x47f1ab5d, 0x2296901b, 0xbecf4b1f, 0xdba87059, - 0x74013d93, 0x116606d5, 0xf022a046, 0x95459b00, 0x3aecd6ca, - 0x5f8bed8c, 0x23149dad, 0x4673a6eb, 0xe9daeb21, 0x8cbdd067, - 0x6df976f4, 0x089e4db2, 0xa7370078, 0xc2503b3e, 0x44f5b031, - 0x21928b77, 0x8e3bc6bd, 0xeb5cfdfb, 0x0a185b68, 0x6f7f602e, - 0xc0d62de4, 0xa5b116a2, 0xd92e6683, 0xbc495dc5, 0x13e0100f, - 0x76872b49, 0x97c38dda, 0xf2a4b69c, 0x5d0dfb56, 0x386ac010, - 0xa4331b14, 0xc1542052, 0x6efd6d98, 0x0b9a56de, 0xeadef04d, - 0x8fb9cb0b, 0x201086c1, 0x4577bd87, 0x39e8cda6, 0x5c8ff6e0, - 0xf326bb2a, 0x9641806c, 0x770526ff, 0x12621db9, 0xbdcb5073, - 0xd8ac6b35}, - {0x00000000, 0xd7e28058, 0x74b406f1, 0xa35686a9, 0xe9680de2, - 0x3e8a8dba, 0x9ddc0b13, 0x4a3e8b4b, 0x09a11d85, 0xde439ddd, - 0x7d151b74, 0xaaf79b2c, 0xe0c91067, 0x372b903f, 0x947d1696, - 0x439f96ce, 0x13423b0a, 0xc4a0bb52, 0x67f63dfb, 0xb014bda3, - 0xfa2a36e8, 0x2dc8b6b0, 0x8e9e3019, 0x597cb041, 0x1ae3268f, - 0xcd01a6d7, 0x6e57207e, 0xb9b5a026, 0xf38b2b6d, 0x2469ab35, - 0x873f2d9c, 0x50ddadc4, 0x26847614, 0xf166f64c, 0x523070e5, - 0x85d2f0bd, 0xcfec7bf6, 0x180efbae, 0xbb587d07, 0x6cbafd5f, - 0x2f256b91, 0xf8c7ebc9, 0x5b916d60, 0x8c73ed38, 0xc64d6673, - 0x11afe62b, 0xb2f96082, 0x651be0da, 0x35c64d1e, 0xe224cd46, - 0x41724bef, 0x9690cbb7, 0xdcae40fc, 0x0b4cc0a4, 0xa81a460d, - 0x7ff8c655, 0x3c67509b, 0xeb85d0c3, 0x48d3566a, 0x9f31d632, - 0xd50f5d79, 0x02eddd21, 0xa1bb5b88, 0x7659dbd0, 0x4d08ec28, - 0x9aea6c70, 0x39bcead9, 0xee5e6a81, 0xa460e1ca, 0x73826192, - 0xd0d4e73b, 0x07366763, 0x44a9f1ad, 0x934b71f5, 0x301df75c, - 0xe7ff7704, 0xadc1fc4f, 0x7a237c17, 0xd975fabe, 0x0e977ae6, - 0x5e4ad722, 0x89a8577a, 0x2afed1d3, 0xfd1c518b, 0xb722dac0, - 0x60c05a98, 0xc396dc31, 0x14745c69, 0x57ebcaa7, 0x80094aff, - 0x235fcc56, 0xf4bd4c0e, 0xbe83c745, 0x6961471d, 0xca37c1b4, - 0x1dd541ec, 0x6b8c9a3c, 0xbc6e1a64, 0x1f389ccd, 0xc8da1c95, - 0x82e497de, 0x55061786, 0xf650912f, 0x21b21177, 0x622d87b9, - 0xb5cf07e1, 0x16998148, 0xc17b0110, 0x8b458a5b, 0x5ca70a03, - 0xfff18caa, 0x28130cf2, 0x78cea136, 0xaf2c216e, 0x0c7aa7c7, - 0xdb98279f, 0x91a6acd4, 0x46442c8c, 0xe512aa25, 0x32f02a7d, - 0x716fbcb3, 0xa68d3ceb, 0x05dbba42, 0xd2393a1a, 0x9807b151, - 0x4fe53109, 0xecb3b7a0, 0x3b5137f8, 0x9a11d850, 0x4df35808, - 0xeea5dea1, 0x39475ef9, 0x7379d5b2, 0xa49b55ea, 0x07cdd343, - 0xd02f531b, 0x93b0c5d5, 0x4452458d, 0xe704c324, 0x30e6437c, - 0x7ad8c837, 0xad3a486f, 0x0e6ccec6, 0xd98e4e9e, 0x8953e35a, - 0x5eb16302, 0xfde7e5ab, 0x2a0565f3, 0x603beeb8, 0xb7d96ee0, - 0x148fe849, 0xc36d6811, 0x80f2fedf, 0x57107e87, 0xf446f82e, - 0x23a47876, 0x699af33d, 0xbe787365, 0x1d2ef5cc, 0xcacc7594, - 0xbc95ae44, 0x6b772e1c, 0xc821a8b5, 0x1fc328ed, 0x55fda3a6, - 0x821f23fe, 0x2149a557, 0xf6ab250f, 0xb534b3c1, 0x62d63399, - 0xc180b530, 0x16623568, 0x5c5cbe23, 0x8bbe3e7b, 0x28e8b8d2, - 0xff0a388a, 0xafd7954e, 0x78351516, 0xdb6393bf, 0x0c8113e7, - 0x46bf98ac, 0x915d18f4, 0x320b9e5d, 0xe5e91e05, 0xa67688cb, - 0x71940893, 0xd2c28e3a, 0x05200e62, 0x4f1e8529, 0x98fc0571, - 0x3baa83d8, 0xec480380, 0xd7193478, 0x00fbb420, 0xa3ad3289, - 0x744fb2d1, 0x3e71399a, 0xe993b9c2, 0x4ac53f6b, 0x9d27bf33, - 0xdeb829fd, 0x095aa9a5, 0xaa0c2f0c, 0x7deeaf54, 0x37d0241f, - 0xe032a447, 0x436422ee, 0x9486a2b6, 0xc45b0f72, 0x13b98f2a, - 0xb0ef0983, 0x670d89db, 0x2d330290, 0xfad182c8, 0x59870461, - 0x8e658439, 0xcdfa12f7, 0x1a1892af, 0xb94e1406, 0x6eac945e, - 0x24921f15, 0xf3709f4d, 0x502619e4, 0x87c499bc, 0xf19d426c, - 0x267fc234, 0x8529449d, 0x52cbc4c5, 0x18f54f8e, 0xcf17cfd6, - 0x6c41497f, 0xbba3c927, 0xf83c5fe9, 0x2fdedfb1, 0x8c885918, - 0x5b6ad940, 0x1154520b, 0xc6b6d253, 0x65e054fa, 0xb202d4a2, - 0xe2df7966, 0x353df93e, 0x966b7f97, 0x4189ffcf, 0x0bb77484, - 0xdc55f4dc, 0x7f037275, 0xa8e1f22d, 0xeb7e64e3, 0x3c9ce4bb, - 0x9fca6212, 0x4828e24a, 0x02166901, 0xd5f4e959, 0x76a26ff0, - 0xa140efa8}, - {0x00000000, 0xef52b6e1, 0x05d46b83, 0xea86dd62, 0x0ba8d706, - 0xe4fa61e7, 0x0e7cbc85, 0xe12e0a64, 0x1751ae0c, 0xf80318ed, - 0x1285c58f, 0xfdd7736e, 0x1cf9790a, 0xf3abcfeb, 0x192d1289, - 0xf67fa468, 0x2ea35c18, 0xc1f1eaf9, 0x2b77379b, 0xc425817a, - 0x250b8b1e, 0xca593dff, 0x20dfe09d, 0xcf8d567c, 0x39f2f214, - 0xd6a044f5, 0x3c269997, 0xd3742f76, 0x325a2512, 0xdd0893f3, - 0x378e4e91, 0xd8dcf870, 0x5d46b830, 0xb2140ed1, 0x5892d3b3, - 0xb7c06552, 0x56ee6f36, 0xb9bcd9d7, 0x533a04b5, 0xbc68b254, - 0x4a17163c, 0xa545a0dd, 0x4fc37dbf, 0xa091cb5e, 0x41bfc13a, - 0xaeed77db, 0x446baab9, 0xab391c58, 0x73e5e428, 0x9cb752c9, - 0x76318fab, 0x9963394a, 0x784d332e, 0x971f85cf, 0x7d9958ad, - 0x92cbee4c, 0x64b44a24, 0x8be6fcc5, 0x616021a7, 0x8e329746, - 0x6f1c9d22, 0x804e2bc3, 0x6ac8f6a1, 0x859a4040, 0xba8d7060, - 0x55dfc681, 0xbf591be3, 0x500bad02, 0xb125a766, 0x5e771187, - 0xb4f1cce5, 0x5ba37a04, 0xaddcde6c, 0x428e688d, 0xa808b5ef, - 0x475a030e, 0xa674096a, 0x4926bf8b, 0xa3a062e9, 0x4cf2d408, - 0x942e2c78, 0x7b7c9a99, 0x91fa47fb, 0x7ea8f11a, 0x9f86fb7e, - 0x70d44d9f, 0x9a5290fd, 0x7500261c, 0x837f8274, 0x6c2d3495, - 0x86abe9f7, 0x69f95f16, 0x88d75572, 0x6785e393, 0x8d033ef1, - 0x62518810, 0xe7cbc850, 0x08997eb1, 0xe21fa3d3, 0x0d4d1532, - 0xec631f56, 0x0331a9b7, 0xe9b774d5, 0x06e5c234, 0xf09a665c, - 0x1fc8d0bd, 0xf54e0ddf, 0x1a1cbb3e, 0xfb32b15a, 0x146007bb, - 0xfee6dad9, 0x11b46c38, 0xc9689448, 0x263a22a9, 0xccbcffcb, - 0x23ee492a, 0xc2c0434e, 0x2d92f5af, 0xc71428cd, 0x28469e2c, - 0xde393a44, 0x316b8ca5, 0xdbed51c7, 0x34bfe726, 0xd591ed42, - 0x3ac35ba3, 0xd04586c1, 0x3f173020, 0xae6be681, 0x41395060, - 0xabbf8d02, 0x44ed3be3, 0xa5c33187, 0x4a918766, 0xa0175a04, - 0x4f45ece5, 0xb93a488d, 0x5668fe6c, 0xbcee230e, 0x53bc95ef, - 0xb2929f8b, 0x5dc0296a, 0xb746f408, 0x581442e9, 0x80c8ba99, - 0x6f9a0c78, 0x851cd11a, 0x6a4e67fb, 0x8b606d9f, 0x6432db7e, - 0x8eb4061c, 0x61e6b0fd, 0x97991495, 0x78cba274, 0x924d7f16, - 0x7d1fc9f7, 0x9c31c393, 0x73637572, 0x99e5a810, 0x76b71ef1, - 0xf32d5eb1, 0x1c7fe850, 0xf6f93532, 0x19ab83d3, 0xf88589b7, - 0x17d73f56, 0xfd51e234, 0x120354d5, 0xe47cf0bd, 0x0b2e465c, - 0xe1a89b3e, 0x0efa2ddf, 0xefd427bb, 0x0086915a, 0xea004c38, - 0x0552fad9, 0xdd8e02a9, 0x32dcb448, 0xd85a692a, 0x3708dfcb, - 0xd626d5af, 0x3974634e, 0xd3f2be2c, 0x3ca008cd, 0xcadfaca5, - 0x258d1a44, 0xcf0bc726, 0x205971c7, 0xc1777ba3, 0x2e25cd42, - 0xc4a31020, 0x2bf1a6c1, 0x14e696e1, 0xfbb42000, 0x1132fd62, - 0xfe604b83, 0x1f4e41e7, 0xf01cf706, 0x1a9a2a64, 0xf5c89c85, - 0x03b738ed, 0xece58e0c, 0x0663536e, 0xe931e58f, 0x081fefeb, - 0xe74d590a, 0x0dcb8468, 0xe2993289, 0x3a45caf9, 0xd5177c18, - 0x3f91a17a, 0xd0c3179b, 0x31ed1dff, 0xdebfab1e, 0x3439767c, - 0xdb6bc09d, 0x2d1464f5, 0xc246d214, 0x28c00f76, 0xc792b997, - 0x26bcb3f3, 0xc9ee0512, 0x2368d870, 0xcc3a6e91, 0x49a02ed1, - 0xa6f29830, 0x4c744552, 0xa326f3b3, 0x4208f9d7, 0xad5a4f36, - 0x47dc9254, 0xa88e24b5, 0x5ef180dd, 0xb1a3363c, 0x5b25eb5e, - 0xb4775dbf, 0x555957db, 0xba0be13a, 0x508d3c58, 0xbfdf8ab9, - 0x670372c9, 0x8851c428, 0x62d7194a, 0x8d85afab, 0x6caba5cf, - 0x83f9132e, 0x697fce4c, 0x862d78ad, 0x7052dcc5, 0x9f006a24, - 0x7586b746, 0x9ad401a7, 0x7bfa0bc3, 0x94a8bd22, 0x7e2e6040, - 0x917cd6a1}, - {0x00000000, 0x87a6cb43, 0xd43c90c7, 0x539a5b84, 0x730827cf, - 0xf4aeec8c, 0xa734b708, 0x20927c4b, 0xe6104f9e, 0x61b684dd, - 0x322cdf59, 0xb58a141a, 0x95186851, 0x12bea312, 0x4124f896, - 0xc68233d5, 0x1751997d, 0x90f7523e, 0xc36d09ba, 0x44cbc2f9, - 0x6459beb2, 0xe3ff75f1, 0xb0652e75, 0x37c3e536, 0xf141d6e3, - 0x76e71da0, 0x257d4624, 0xa2db8d67, 0x8249f12c, 0x05ef3a6f, - 0x567561eb, 0xd1d3aaa8, 0x2ea332fa, 0xa905f9b9, 0xfa9fa23d, - 0x7d39697e, 0x5dab1535, 0xda0dde76, 0x899785f2, 0x0e314eb1, - 0xc8b37d64, 0x4f15b627, 0x1c8feda3, 0x9b2926e0, 0xbbbb5aab, - 0x3c1d91e8, 0x6f87ca6c, 0xe821012f, 0x39f2ab87, 0xbe5460c4, - 0xedce3b40, 0x6a68f003, 0x4afa8c48, 0xcd5c470b, 0x9ec61c8f, - 0x1960d7cc, 0xdfe2e419, 0x58442f5a, 0x0bde74de, 0x8c78bf9d, - 0xaceac3d6, 0x2b4c0895, 0x78d65311, 0xff709852, 0x5d4665f4, - 0xdae0aeb7, 0x897af533, 0x0edc3e70, 0x2e4e423b, 0xa9e88978, - 0xfa72d2fc, 0x7dd419bf, 0xbb562a6a, 0x3cf0e129, 0x6f6abaad, - 0xe8cc71ee, 0xc85e0da5, 0x4ff8c6e6, 0x1c629d62, 0x9bc45621, - 0x4a17fc89, 0xcdb137ca, 0x9e2b6c4e, 0x198da70d, 0x391fdb46, - 0xbeb91005, 0xed234b81, 0x6a8580c2, 0xac07b317, 0x2ba17854, - 0x783b23d0, 0xff9de893, 0xdf0f94d8, 0x58a95f9b, 0x0b33041f, - 0x8c95cf5c, 0x73e5570e, 0xf4439c4d, 0xa7d9c7c9, 0x207f0c8a, - 0x00ed70c1, 0x874bbb82, 0xd4d1e006, 0x53772b45, 0x95f51890, - 0x1253d3d3, 0x41c98857, 0xc66f4314, 0xe6fd3f5f, 0x615bf41c, - 0x32c1af98, 0xb56764db, 0x64b4ce73, 0xe3120530, 0xb0885eb4, - 0x372e95f7, 0x17bce9bc, 0x901a22ff, 0xc380797b, 0x4426b238, - 0x82a481ed, 0x05024aae, 0x5698112a, 0xd13eda69, 0xf1aca622, - 0x760a6d61, 0x259036e5, 0xa236fda6, 0xba8ccbe8, 0x3d2a00ab, - 0x6eb05b2f, 0xe916906c, 0xc984ec27, 0x4e222764, 0x1db87ce0, - 0x9a1eb7a3, 0x5c9c8476, 0xdb3a4f35, 0x88a014b1, 0x0f06dff2, - 0x2f94a3b9, 0xa83268fa, 0xfba8337e, 0x7c0ef83d, 0xaddd5295, - 0x2a7b99d6, 0x79e1c252, 0xfe470911, 0xded5755a, 0x5973be19, - 0x0ae9e59d, 0x8d4f2ede, 0x4bcd1d0b, 0xcc6bd648, 0x9ff18dcc, - 0x1857468f, 0x38c53ac4, 0xbf63f187, 0xecf9aa03, 0x6b5f6140, - 0x942ff912, 0x13893251, 0x401369d5, 0xc7b5a296, 0xe727dedd, - 0x6081159e, 0x331b4e1a, 0xb4bd8559, 0x723fb68c, 0xf5997dcf, - 0xa603264b, 0x21a5ed08, 0x01379143, 0x86915a00, 0xd50b0184, - 0x52adcac7, 0x837e606f, 0x04d8ab2c, 0x5742f0a8, 0xd0e43beb, - 0xf07647a0, 0x77d08ce3, 0x244ad767, 0xa3ec1c24, 0x656e2ff1, - 0xe2c8e4b2, 0xb152bf36, 0x36f47475, 0x1666083e, 0x91c0c37d, - 0xc25a98f9, 0x45fc53ba, 0xe7caae1c, 0x606c655f, 0x33f63edb, - 0xb450f598, 0x94c289d3, 0x13644290, 0x40fe1914, 0xc758d257, - 0x01dae182, 0x867c2ac1, 0xd5e67145, 0x5240ba06, 0x72d2c64d, - 0xf5740d0e, 0xa6ee568a, 0x21489dc9, 0xf09b3761, 0x773dfc22, - 0x24a7a7a6, 0xa3016ce5, 0x839310ae, 0x0435dbed, 0x57af8069, - 0xd0094b2a, 0x168b78ff, 0x912db3bc, 0xc2b7e838, 0x4511237b, - 0x65835f30, 0xe2259473, 0xb1bfcff7, 0x361904b4, 0xc9699ce6, - 0x4ecf57a5, 0x1d550c21, 0x9af3c762, 0xba61bb29, 0x3dc7706a, - 0x6e5d2bee, 0xe9fbe0ad, 0x2f79d378, 0xa8df183b, 0xfb4543bf, - 0x7ce388fc, 0x5c71f4b7, 0xdbd73ff4, 0x884d6470, 0x0febaf33, - 0xde38059b, 0x599eced8, 0x0a04955c, 0x8da25e1f, 0xad302254, - 0x2a96e917, 0x790cb293, 0xfeaa79d0, 0x38284a05, 0xbf8e8146, - 0xec14dac2, 0x6bb21181, 0x4b206dca, 0xcc86a689, 0x9f1cfd0d, - 0x18ba364e}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x00000000, 0x43cba687, 0xc7903cd4, 0x845b9a53, 0xcf270873, - 0x8cecaef4, 0x08b734a7, 0x4b7c9220, 0x9e4f10e6, 0xdd84b661, - 0x59df2c32, 0x1a148ab5, 0x51681895, 0x12a3be12, 0x96f82441, - 0xd53382c6, 0x7d995117, 0x3e52f790, 0xba096dc3, 0xf9c2cb44, - 0xb2be5964, 0xf175ffe3, 0x752e65b0, 0x36e5c337, 0xe3d641f1, - 0xa01de776, 0x24467d25, 0x678ddba2, 0x2cf14982, 0x6f3aef05, - 0xeb617556, 0xa8aad3d1, 0xfa32a32e, 0xb9f905a9, 0x3da29ffa, - 0x7e69397d, 0x3515ab5d, 0x76de0dda, 0xf2859789, 0xb14e310e, - 0x647db3c8, 0x27b6154f, 0xa3ed8f1c, 0xe026299b, 0xab5abbbb, - 0xe8911d3c, 0x6cca876f, 0x2f0121e8, 0x87abf239, 0xc46054be, - 0x403bceed, 0x03f0686a, 0x488cfa4a, 0x0b475ccd, 0x8f1cc69e, - 0xccd76019, 0x19e4e2df, 0x5a2f4458, 0xde74de0b, 0x9dbf788c, - 0xd6c3eaac, 0x95084c2b, 0x1153d678, 0x529870ff, 0xf465465d, - 0xb7aee0da, 0x33f57a89, 0x703edc0e, 0x3b424e2e, 0x7889e8a9, - 0xfcd272fa, 0xbf19d47d, 0x6a2a56bb, 0x29e1f03c, 0xadba6a6f, - 0xee71cce8, 0xa50d5ec8, 0xe6c6f84f, 0x629d621c, 0x2156c49b, - 0x89fc174a, 0xca37b1cd, 0x4e6c2b9e, 0x0da78d19, 0x46db1f39, - 0x0510b9be, 0x814b23ed, 0xc280856a, 0x17b307ac, 0x5478a12b, - 0xd0233b78, 0x93e89dff, 0xd8940fdf, 0x9b5fa958, 0x1f04330b, - 0x5ccf958c, 0x0e57e573, 0x4d9c43f4, 0xc9c7d9a7, 0x8a0c7f20, - 0xc170ed00, 0x82bb4b87, 0x06e0d1d4, 0x452b7753, 0x9018f595, - 0xd3d35312, 0x5788c941, 0x14436fc6, 0x5f3ffde6, 0x1cf45b61, - 0x98afc132, 0xdb6467b5, 0x73ceb464, 0x300512e3, 0xb45e88b0, - 0xf7952e37, 0xbce9bc17, 0xff221a90, 0x7b7980c3, 0x38b22644, - 0xed81a482, 0xae4a0205, 0x2a119856, 0x69da3ed1, 0x22a6acf1, - 0x616d0a76, 0xe5369025, 0xa6fd36a2, 0xe8cb8cba, 0xab002a3d, - 0x2f5bb06e, 0x6c9016e9, 0x27ec84c9, 0x6427224e, 0xe07cb81d, - 0xa3b71e9a, 0x76849c5c, 0x354f3adb, 0xb114a088, 0xf2df060f, - 0xb9a3942f, 0xfa6832a8, 0x7e33a8fb, 0x3df80e7c, 0x9552ddad, - 0xd6997b2a, 0x52c2e179, 0x110947fe, 0x5a75d5de, 0x19be7359, - 0x9de5e90a, 0xde2e4f8d, 0x0b1dcd4b, 0x48d66bcc, 0xcc8df19f, - 0x8f465718, 0xc43ac538, 0x87f163bf, 0x03aaf9ec, 0x40615f6b, - 0x12f92f94, 0x51328913, 0xd5691340, 0x96a2b5c7, 0xddde27e7, - 0x9e158160, 0x1a4e1b33, 0x5985bdb4, 0x8cb63f72, 0xcf7d99f5, - 0x4b2603a6, 0x08eda521, 0x43913701, 0x005a9186, 0x84010bd5, - 0xc7caad52, 0x6f607e83, 0x2cabd804, 0xa8f04257, 0xeb3be4d0, - 0xa04776f0, 0xe38cd077, 0x67d74a24, 0x241ceca3, 0xf12f6e65, - 0xb2e4c8e2, 0x36bf52b1, 0x7574f436, 0x3e086616, 0x7dc3c091, - 0xf9985ac2, 0xba53fc45, 0x1caecae7, 0x5f656c60, 0xdb3ef633, - 0x98f550b4, 0xd389c294, 0x90426413, 0x1419fe40, 0x57d258c7, - 0x82e1da01, 0xc12a7c86, 0x4571e6d5, 0x06ba4052, 0x4dc6d272, - 0x0e0d74f5, 0x8a56eea6, 0xc99d4821, 0x61379bf0, 0x22fc3d77, - 0xa6a7a724, 0xe56c01a3, 0xae109383, 0xeddb3504, 0x6980af57, - 0x2a4b09d0, 0xff788b16, 0xbcb32d91, 0x38e8b7c2, 0x7b231145, - 0x305f8365, 0x739425e2, 0xf7cfbfb1, 0xb4041936, 0xe69c69c9, - 0xa557cf4e, 0x210c551d, 0x62c7f39a, 0x29bb61ba, 0x6a70c73d, - 0xee2b5d6e, 0xade0fbe9, 0x78d3792f, 0x3b18dfa8, 0xbf4345fb, - 0xfc88e37c, 0xb7f4715c, 0xf43fd7db, 0x70644d88, 0x33afeb0f, - 0x9b0538de, 0xd8ce9e59, 0x5c95040a, 0x1f5ea28d, 0x542230ad, - 0x17e9962a, 0x93b20c79, 0xd079aafe, 0x054a2838, 0x46818ebf, - 0xc2da14ec, 0x8111b26b, 0xca6d204b, 0x89a686cc, 0x0dfd1c9f, - 0x4e36ba18}, - {0x00000000, 0xe1b652ef, 0x836bd405, 0x62dd86ea, 0x06d7a80b, - 0xe761fae4, 0x85bc7c0e, 0x640a2ee1, 0x0cae5117, 0xed1803f8, - 0x8fc58512, 0x6e73d7fd, 0x0a79f91c, 0xebcfabf3, 0x89122d19, - 0x68a47ff6, 0x185ca32e, 0xf9eaf1c1, 0x9b37772b, 0x7a8125c4, - 0x1e8b0b25, 0xff3d59ca, 0x9de0df20, 0x7c568dcf, 0x14f2f239, - 0xf544a0d6, 0x9799263c, 0x762f74d3, 0x12255a32, 0xf39308dd, - 0x914e8e37, 0x70f8dcd8, 0x30b8465d, 0xd10e14b2, 0xb3d39258, - 0x5265c0b7, 0x366fee56, 0xd7d9bcb9, 0xb5043a53, 0x54b268bc, - 0x3c16174a, 0xdda045a5, 0xbf7dc34f, 0x5ecb91a0, 0x3ac1bf41, - 0xdb77edae, 0xb9aa6b44, 0x581c39ab, 0x28e4e573, 0xc952b79c, - 0xab8f3176, 0x4a396399, 0x2e334d78, 0xcf851f97, 0xad58997d, - 0x4ceecb92, 0x244ab464, 0xc5fce68b, 0xa7216061, 0x4697328e, - 0x229d1c6f, 0xc32b4e80, 0xa1f6c86a, 0x40409a85, 0x60708dba, - 0x81c6df55, 0xe31b59bf, 0x02ad0b50, 0x66a725b1, 0x8711775e, - 0xe5ccf1b4, 0x047aa35b, 0x6cdedcad, 0x8d688e42, 0xefb508a8, - 0x0e035a47, 0x6a0974a6, 0x8bbf2649, 0xe962a0a3, 0x08d4f24c, - 0x782c2e94, 0x999a7c7b, 0xfb47fa91, 0x1af1a87e, 0x7efb869f, - 0x9f4dd470, 0xfd90529a, 0x1c260075, 0x74827f83, 0x95342d6c, - 0xf7e9ab86, 0x165ff969, 0x7255d788, 0x93e38567, 0xf13e038d, - 0x10885162, 0x50c8cbe7, 0xb17e9908, 0xd3a31fe2, 0x32154d0d, - 0x561f63ec, 0xb7a93103, 0xd574b7e9, 0x34c2e506, 0x5c669af0, - 0xbdd0c81f, 0xdf0d4ef5, 0x3ebb1c1a, 0x5ab132fb, 0xbb076014, - 0xd9dae6fe, 0x386cb411, 0x489468c9, 0xa9223a26, 0xcbffbccc, - 0x2a49ee23, 0x4e43c0c2, 0xaff5922d, 0xcd2814c7, 0x2c9e4628, - 0x443a39de, 0xa58c6b31, 0xc751eddb, 0x26e7bf34, 0x42ed91d5, - 0xa35bc33a, 0xc18645d0, 0x2030173f, 0x81e66bae, 0x60503941, - 0x028dbfab, 0xe33bed44, 0x8731c3a5, 0x6687914a, 0x045a17a0, - 0xe5ec454f, 0x8d483ab9, 0x6cfe6856, 0x0e23eebc, 0xef95bc53, - 0x8b9f92b2, 0x6a29c05d, 0x08f446b7, 0xe9421458, 0x99bac880, - 0x780c9a6f, 0x1ad11c85, 0xfb674e6a, 0x9f6d608b, 0x7edb3264, - 0x1c06b48e, 0xfdb0e661, 0x95149997, 0x74a2cb78, 0x167f4d92, - 0xf7c91f7d, 0x93c3319c, 0x72756373, 0x10a8e599, 0xf11eb776, - 0xb15e2df3, 0x50e87f1c, 0x3235f9f6, 0xd383ab19, 0xb78985f8, - 0x563fd717, 0x34e251fd, 0xd5540312, 0xbdf07ce4, 0x5c462e0b, - 0x3e9ba8e1, 0xdf2dfa0e, 0xbb27d4ef, 0x5a918600, 0x384c00ea, - 0xd9fa5205, 0xa9028edd, 0x48b4dc32, 0x2a695ad8, 0xcbdf0837, - 0xafd526d6, 0x4e637439, 0x2cbef2d3, 0xcd08a03c, 0xa5acdfca, - 0x441a8d25, 0x26c70bcf, 0xc7715920, 0xa37b77c1, 0x42cd252e, - 0x2010a3c4, 0xc1a6f12b, 0xe196e614, 0x0020b4fb, 0x62fd3211, - 0x834b60fe, 0xe7414e1f, 0x06f71cf0, 0x642a9a1a, 0x859cc8f5, - 0xed38b703, 0x0c8ee5ec, 0x6e536306, 0x8fe531e9, 0xebef1f08, - 0x0a594de7, 0x6884cb0d, 0x893299e2, 0xf9ca453a, 0x187c17d5, - 0x7aa1913f, 0x9b17c3d0, 0xff1ded31, 0x1eabbfde, 0x7c763934, - 0x9dc06bdb, 0xf564142d, 0x14d246c2, 0x760fc028, 0x97b992c7, - 0xf3b3bc26, 0x1205eec9, 0x70d86823, 0x916e3acc, 0xd12ea049, - 0x3098f2a6, 0x5245744c, 0xb3f326a3, 0xd7f90842, 0x364f5aad, - 0x5492dc47, 0xb5248ea8, 0xdd80f15e, 0x3c36a3b1, 0x5eeb255b, - 0xbf5d77b4, 0xdb575955, 0x3ae10bba, 0x583c8d50, 0xb98adfbf, - 0xc9720367, 0x28c45188, 0x4a19d762, 0xabaf858d, 0xcfa5ab6c, - 0x2e13f983, 0x4cce7f69, 0xad782d86, 0xc5dc5270, 0x246a009f, - 0x46b78675, 0xa701d49a, 0xc30bfa7b, 0x22bda894, 0x40602e7e, - 0xa1d67c91}, - {0x00000000, 0x5880e2d7, 0xf106b474, 0xa98656a3, 0xe20d68e9, - 0xba8d8a3e, 0x130bdc9d, 0x4b8b3e4a, 0x851da109, 0xdd9d43de, - 0x741b157d, 0x2c9bf7aa, 0x6710c9e0, 0x3f902b37, 0x96167d94, - 0xce969f43, 0x0a3b4213, 0x52bba0c4, 0xfb3df667, 0xa3bd14b0, - 0xe8362afa, 0xb0b6c82d, 0x19309e8e, 0x41b07c59, 0x8f26e31a, - 0xd7a601cd, 0x7e20576e, 0x26a0b5b9, 0x6d2b8bf3, 0x35ab6924, - 0x9c2d3f87, 0xc4addd50, 0x14768426, 0x4cf666f1, 0xe5703052, - 0xbdf0d285, 0xf67beccf, 0xaefb0e18, 0x077d58bb, 0x5ffdba6c, - 0x916b252f, 0xc9ebc7f8, 0x606d915b, 0x38ed738c, 0x73664dc6, - 0x2be6af11, 0x8260f9b2, 0xdae01b65, 0x1e4dc635, 0x46cd24e2, - 0xef4b7241, 0xb7cb9096, 0xfc40aedc, 0xa4c04c0b, 0x0d461aa8, - 0x55c6f87f, 0x9b50673c, 0xc3d085eb, 0x6a56d348, 0x32d6319f, - 0x795d0fd5, 0x21dded02, 0x885bbba1, 0xd0db5976, 0x28ec084d, - 0x706cea9a, 0xd9eabc39, 0x816a5eee, 0xcae160a4, 0x92618273, - 0x3be7d4d0, 0x63673607, 0xadf1a944, 0xf5714b93, 0x5cf71d30, - 0x0477ffe7, 0x4ffcc1ad, 0x177c237a, 0xbefa75d9, 0xe67a970e, - 0x22d74a5e, 0x7a57a889, 0xd3d1fe2a, 0x8b511cfd, 0xc0da22b7, - 0x985ac060, 0x31dc96c3, 0x695c7414, 0xa7caeb57, 0xff4a0980, - 0x56cc5f23, 0x0e4cbdf4, 0x45c783be, 0x1d476169, 0xb4c137ca, - 0xec41d51d, 0x3c9a8c6b, 0x641a6ebc, 0xcd9c381f, 0x951cdac8, - 0xde97e482, 0x86170655, 0x2f9150f6, 0x7711b221, 0xb9872d62, - 0xe107cfb5, 0x48819916, 0x10017bc1, 0x5b8a458b, 0x030aa75c, - 0xaa8cf1ff, 0xf20c1328, 0x36a1ce78, 0x6e212caf, 0xc7a77a0c, - 0x9f2798db, 0xd4aca691, 0x8c2c4446, 0x25aa12e5, 0x7d2af032, - 0xb3bc6f71, 0xeb3c8da6, 0x42badb05, 0x1a3a39d2, 0x51b10798, - 0x0931e54f, 0xa0b7b3ec, 0xf837513b, 0x50d8119a, 0x0858f34d, - 0xa1dea5ee, 0xf95e4739, 0xb2d57973, 0xea559ba4, 0x43d3cd07, - 0x1b532fd0, 0xd5c5b093, 0x8d455244, 0x24c304e7, 0x7c43e630, - 0x37c8d87a, 0x6f483aad, 0xc6ce6c0e, 0x9e4e8ed9, 0x5ae35389, - 0x0263b15e, 0xabe5e7fd, 0xf365052a, 0xb8ee3b60, 0xe06ed9b7, - 0x49e88f14, 0x11686dc3, 0xdffef280, 0x877e1057, 0x2ef846f4, - 0x7678a423, 0x3df39a69, 0x657378be, 0xccf52e1d, 0x9475ccca, - 0x44ae95bc, 0x1c2e776b, 0xb5a821c8, 0xed28c31f, 0xa6a3fd55, - 0xfe231f82, 0x57a54921, 0x0f25abf6, 0xc1b334b5, 0x9933d662, - 0x30b580c1, 0x68356216, 0x23be5c5c, 0x7b3ebe8b, 0xd2b8e828, - 0x8a380aff, 0x4e95d7af, 0x16153578, 0xbf9363db, 0xe713810c, - 0xac98bf46, 0xf4185d91, 0x5d9e0b32, 0x051ee9e5, 0xcb8876a6, - 0x93089471, 0x3a8ec2d2, 0x620e2005, 0x29851e4f, 0x7105fc98, - 0xd883aa3b, 0x800348ec, 0x783419d7, 0x20b4fb00, 0x8932ada3, - 0xd1b24f74, 0x9a39713e, 0xc2b993e9, 0x6b3fc54a, 0x33bf279d, - 0xfd29b8de, 0xa5a95a09, 0x0c2f0caa, 0x54afee7d, 0x1f24d037, - 0x47a432e0, 0xee226443, 0xb6a28694, 0x720f5bc4, 0x2a8fb913, - 0x8309efb0, 0xdb890d67, 0x9002332d, 0xc882d1fa, 0x61048759, - 0x3984658e, 0xf712facd, 0xaf92181a, 0x06144eb9, 0x5e94ac6e, - 0x151f9224, 0x4d9f70f3, 0xe4192650, 0xbc99c487, 0x6c429df1, - 0x34c27f26, 0x9d442985, 0xc5c4cb52, 0x8e4ff518, 0xd6cf17cf, - 0x7f49416c, 0x27c9a3bb, 0xe95f3cf8, 0xb1dfde2f, 0x1859888c, - 0x40d96a5b, 0x0b525411, 0x53d2b6c6, 0xfa54e065, 0xa2d402b2, - 0x6679dfe2, 0x3ef93d35, 0x977f6b96, 0xcfff8941, 0x8474b70b, - 0xdcf455dc, 0x7572037f, 0x2df2e1a8, 0xe3647eeb, 0xbbe49c3c, - 0x1262ca9f, 0x4ae22848, 0x01691602, 0x59e9f4d5, 0xf06fa276, - 0xa8ef40a1}, - {0x00000000, 0x463b6765, 0x8c76ceca, 0xca4da9af, 0x59ebed4e, - 0x1fd08a2b, 0xd59d2384, 0x93a644e1, 0xb2d6db9d, 0xf4edbcf8, - 0x3ea01557, 0x789b7232, 0xeb3d36d3, 0xad0651b6, 0x674bf819, - 0x21709f7c, 0x25abc6e0, 0x6390a185, 0xa9dd082a, 0xefe66f4f, - 0x7c402bae, 0x3a7b4ccb, 0xf036e564, 0xb60d8201, 0x977d1d7d, - 0xd1467a18, 0x1b0bd3b7, 0x5d30b4d2, 0xce96f033, 0x88ad9756, - 0x42e03ef9, 0x04db599c, 0x0b50fc1a, 0x4d6b9b7f, 0x872632d0, - 0xc11d55b5, 0x52bb1154, 0x14807631, 0xdecddf9e, 0x98f6b8fb, - 0xb9862787, 0xffbd40e2, 0x35f0e94d, 0x73cb8e28, 0xe06dcac9, - 0xa656adac, 0x6c1b0403, 0x2a206366, 0x2efb3afa, 0x68c05d9f, - 0xa28df430, 0xe4b69355, 0x7710d7b4, 0x312bb0d1, 0xfb66197e, - 0xbd5d7e1b, 0x9c2de167, 0xda168602, 0x105b2fad, 0x566048c8, - 0xc5c60c29, 0x83fd6b4c, 0x49b0c2e3, 0x0f8ba586, 0x16a0f835, - 0x509b9f50, 0x9ad636ff, 0xdced519a, 0x4f4b157b, 0x0970721e, - 0xc33ddbb1, 0x8506bcd4, 0xa47623a8, 0xe24d44cd, 0x2800ed62, - 0x6e3b8a07, 0xfd9dcee6, 0xbba6a983, 0x71eb002c, 0x37d06749, - 0x330b3ed5, 0x753059b0, 0xbf7df01f, 0xf946977a, 0x6ae0d39b, - 0x2cdbb4fe, 0xe6961d51, 0xa0ad7a34, 0x81dde548, 0xc7e6822d, - 0x0dab2b82, 0x4b904ce7, 0xd8360806, 0x9e0d6f63, 0x5440c6cc, - 0x127ba1a9, 0x1df0042f, 0x5bcb634a, 0x9186cae5, 0xd7bdad80, - 0x441be961, 0x02208e04, 0xc86d27ab, 0x8e5640ce, 0xaf26dfb2, - 0xe91db8d7, 0x23501178, 0x656b761d, 0xf6cd32fc, 0xb0f65599, - 0x7abbfc36, 0x3c809b53, 0x385bc2cf, 0x7e60a5aa, 0xb42d0c05, - 0xf2166b60, 0x61b02f81, 0x278b48e4, 0xedc6e14b, 0xabfd862e, - 0x8a8d1952, 0xccb67e37, 0x06fbd798, 0x40c0b0fd, 0xd366f41c, - 0x955d9379, 0x5f103ad6, 0x192b5db3, 0x2c40f16b, 0x6a7b960e, - 0xa0363fa1, 0xe60d58c4, 0x75ab1c25, 0x33907b40, 0xf9ddd2ef, - 0xbfe6b58a, 0x9e962af6, 0xd8ad4d93, 0x12e0e43c, 0x54db8359, - 0xc77dc7b8, 0x8146a0dd, 0x4b0b0972, 0x0d306e17, 0x09eb378b, - 0x4fd050ee, 0x859df941, 0xc3a69e24, 0x5000dac5, 0x163bbda0, - 0xdc76140f, 0x9a4d736a, 0xbb3dec16, 0xfd068b73, 0x374b22dc, - 0x717045b9, 0xe2d60158, 0xa4ed663d, 0x6ea0cf92, 0x289ba8f7, - 0x27100d71, 0x612b6a14, 0xab66c3bb, 0xed5da4de, 0x7efbe03f, - 0x38c0875a, 0xf28d2ef5, 0xb4b64990, 0x95c6d6ec, 0xd3fdb189, - 0x19b01826, 0x5f8b7f43, 0xcc2d3ba2, 0x8a165cc7, 0x405bf568, - 0x0660920d, 0x02bbcb91, 0x4480acf4, 0x8ecd055b, 0xc8f6623e, - 0x5b5026df, 0x1d6b41ba, 0xd726e815, 0x911d8f70, 0xb06d100c, - 0xf6567769, 0x3c1bdec6, 0x7a20b9a3, 0xe986fd42, 0xafbd9a27, - 0x65f03388, 0x23cb54ed, 0x3ae0095e, 0x7cdb6e3b, 0xb696c794, - 0xf0ada0f1, 0x630be410, 0x25308375, 0xef7d2ada, 0xa9464dbf, - 0x8836d2c3, 0xce0db5a6, 0x04401c09, 0x427b7b6c, 0xd1dd3f8d, - 0x97e658e8, 0x5dabf147, 0x1b909622, 0x1f4bcfbe, 0x5970a8db, - 0x933d0174, 0xd5066611, 0x46a022f0, 0x009b4595, 0xcad6ec3a, - 0x8ced8b5f, 0xad9d1423, 0xeba67346, 0x21ebdae9, 0x67d0bd8c, - 0xf476f96d, 0xb24d9e08, 0x780037a7, 0x3e3b50c2, 0x31b0f544, - 0x778b9221, 0xbdc63b8e, 0xfbfd5ceb, 0x685b180a, 0x2e607f6f, - 0xe42dd6c0, 0xa216b1a5, 0x83662ed9, 0xc55d49bc, 0x0f10e013, - 0x492b8776, 0xda8dc397, 0x9cb6a4f2, 0x56fb0d5d, 0x10c06a38, - 0x141b33a4, 0x522054c1, 0x986dfd6e, 0xde569a0b, 0x4df0deea, - 0x0bcbb98f, 0xc1861020, 0x87bd7745, 0xa6cde839, 0xe0f68f5c, - 0x2abb26f3, 0x6c804196, 0xff260577, 0xb91d6212, 0x7350cbbd, - 0x356bacd8}}; - -#endif - -#endif - -#if N == 6 - -#if W == 8 - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0x3db1ecdc, 0x7b63d9b8, 0x46d23564, 0xf6c7b370, - 0xcb765fac, 0x8da46ac8, 0xb0158614, 0x36fe60a1, 0x0b4f8c7d, - 0x4d9db919, 0x702c55c5, 0xc039d3d1, 0xfd883f0d, 0xbb5a0a69, - 0x86ebe6b5, 0x6dfcc142, 0x504d2d9e, 0x169f18fa, 0x2b2ef426, - 0x9b3b7232, 0xa68a9eee, 0xe058ab8a, 0xdde94756, 0x5b02a1e3, - 0x66b34d3f, 0x2061785b, 0x1dd09487, 0xadc51293, 0x9074fe4f, - 0xd6a6cb2b, 0xeb1727f7, 0xdbf98284, 0xe6486e58, 0xa09a5b3c, - 0x9d2bb7e0, 0x2d3e31f4, 0x108fdd28, 0x565de84c, 0x6bec0490, - 0xed07e225, 0xd0b60ef9, 0x96643b9d, 0xabd5d741, 0x1bc05155, - 0x2671bd89, 0x60a388ed, 0x5d126431, 0xb60543c6, 0x8bb4af1a, - 0xcd669a7e, 0xf0d776a2, 0x40c2f0b6, 0x7d731c6a, 0x3ba1290e, - 0x0610c5d2, 0x80fb2367, 0xbd4acfbb, 0xfb98fadf, 0xc6291603, - 0x763c9017, 0x4b8d7ccb, 0x0d5f49af, 0x30eea573, 0x6c820349, - 0x5133ef95, 0x17e1daf1, 0x2a50362d, 0x9a45b039, 0xa7f45ce5, - 0xe1266981, 0xdc97855d, 0x5a7c63e8, 0x67cd8f34, 0x211fba50, - 0x1cae568c, 0xacbbd098, 0x910a3c44, 0xd7d80920, 0xea69e5fc, - 0x017ec20b, 0x3ccf2ed7, 0x7a1d1bb3, 0x47acf76f, 0xf7b9717b, - 0xca089da7, 0x8cdaa8c3, 0xb16b441f, 0x3780a2aa, 0x0a314e76, - 0x4ce37b12, 0x715297ce, 0xc14711da, 0xfcf6fd06, 0xba24c862, - 0x879524be, 0xb77b81cd, 0x8aca6d11, 0xcc185875, 0xf1a9b4a9, - 0x41bc32bd, 0x7c0dde61, 0x3adfeb05, 0x076e07d9, 0x8185e16c, - 0xbc340db0, 0xfae638d4, 0xc757d408, 0x7742521c, 0x4af3bec0, - 0x0c218ba4, 0x31906778, 0xda87408f, 0xe736ac53, 0xa1e49937, - 0x9c5575eb, 0x2c40f3ff, 0x11f11f23, 0x57232a47, 0x6a92c69b, - 0xec79202e, 0xd1c8ccf2, 0x971af996, 0xaaab154a, 0x1abe935e, - 0x270f7f82, 0x61dd4ae6, 0x5c6ca63a, 0xd9040692, 0xe4b5ea4e, - 0xa267df2a, 0x9fd633f6, 0x2fc3b5e2, 0x1272593e, 0x54a06c5a, - 0x69118086, 0xeffa6633, 0xd24b8aef, 0x9499bf8b, 0xa9285357, - 0x193dd543, 0x248c399f, 0x625e0cfb, 0x5fefe027, 0xb4f8c7d0, - 0x89492b0c, 0xcf9b1e68, 0xf22af2b4, 0x423f74a0, 0x7f8e987c, - 0x395cad18, 0x04ed41c4, 0x8206a771, 0xbfb74bad, 0xf9657ec9, - 0xc4d49215, 0x74c11401, 0x4970f8dd, 0x0fa2cdb9, 0x32132165, - 0x02fd8416, 0x3f4c68ca, 0x799e5dae, 0x442fb172, 0xf43a3766, - 0xc98bdbba, 0x8f59eede, 0xb2e80202, 0x3403e4b7, 0x09b2086b, - 0x4f603d0f, 0x72d1d1d3, 0xc2c457c7, 0xff75bb1b, 0xb9a78e7f, - 0x841662a3, 0x6f014554, 0x52b0a988, 0x14629cec, 0x29d37030, - 0x99c6f624, 0xa4771af8, 0xe2a52f9c, 0xdf14c340, 0x59ff25f5, - 0x644ec929, 0x229cfc4d, 0x1f2d1091, 0xaf389685, 0x92897a59, - 0xd45b4f3d, 0xe9eaa3e1, 0xb58605db, 0x8837e907, 0xcee5dc63, - 0xf35430bf, 0x4341b6ab, 0x7ef05a77, 0x38226f13, 0x059383cf, - 0x8378657a, 0xbec989a6, 0xf81bbcc2, 0xc5aa501e, 0x75bfd60a, - 0x480e3ad6, 0x0edc0fb2, 0x336de36e, 0xd87ac499, 0xe5cb2845, - 0xa3191d21, 0x9ea8f1fd, 0x2ebd77e9, 0x130c9b35, 0x55deae51, - 0x686f428d, 0xee84a438, 0xd33548e4, 0x95e77d80, 0xa856915c, - 0x18431748, 0x25f2fb94, 0x6320cef0, 0x5e91222c, 0x6e7f875f, - 0x53ce6b83, 0x151c5ee7, 0x28adb23b, 0x98b8342f, 0xa509d8f3, - 0xe3dbed97, 0xde6a014b, 0x5881e7fe, 0x65300b22, 0x23e23e46, - 0x1e53d29a, 0xae46548e, 0x93f7b852, 0xd5258d36, 0xe89461ea, - 0x0383461d, 0x3e32aac1, 0x78e09fa5, 0x45517379, 0xf544f56d, - 0xc8f519b1, 0x8e272cd5, 0xb396c009, 0x357d26bc, 0x08ccca60, - 0x4e1eff04, 0x73af13d8, 0xc3ba95cc, 0xfe0b7910, 0xb8d94c74, - 0x8568a0a8}, - {0x00000000, 0x69790b65, 0xd2f216ca, 0xbb8b1daf, 0x7e952bd5, - 0x17ec20b0, 0xac673d1f, 0xc51e367a, 0xfd2a57aa, 0x94535ccf, - 0x2fd84160, 0x46a14a05, 0x83bf7c7f, 0xeac6771a, 0x514d6ab5, - 0x383461d0, 0x2125a915, 0x485ca270, 0xf3d7bfdf, 0x9aaeb4ba, - 0x5fb082c0, 0x36c989a5, 0x8d42940a, 0xe43b9f6f, 0xdc0ffebf, - 0xb576f5da, 0x0efde875, 0x6784e310, 0xa29ad56a, 0xcbe3de0f, - 0x7068c3a0, 0x1911c8c5, 0x424b522a, 0x2b32594f, 0x90b944e0, - 0xf9c04f85, 0x3cde79ff, 0x55a7729a, 0xee2c6f35, 0x87556450, - 0xbf610580, 0xd6180ee5, 0x6d93134a, 0x04ea182f, 0xc1f42e55, - 0xa88d2530, 0x1306389f, 0x7a7f33fa, 0x636efb3f, 0x0a17f05a, - 0xb19cedf5, 0xd8e5e690, 0x1dfbd0ea, 0x7482db8f, 0xcf09c620, - 0xa670cd45, 0x9e44ac95, 0xf73da7f0, 0x4cb6ba5f, 0x25cfb13a, - 0xe0d18740, 0x89a88c25, 0x3223918a, 0x5b5a9aef, 0x8496a454, - 0xedefaf31, 0x5664b29e, 0x3f1db9fb, 0xfa038f81, 0x937a84e4, - 0x28f1994b, 0x4188922e, 0x79bcf3fe, 0x10c5f89b, 0xab4ee534, - 0xc237ee51, 0x0729d82b, 0x6e50d34e, 0xd5dbcee1, 0xbca2c584, - 0xa5b30d41, 0xccca0624, 0x77411b8b, 0x1e3810ee, 0xdb262694, - 0xb25f2df1, 0x09d4305e, 0x60ad3b3b, 0x58995aeb, 0x31e0518e, - 0x8a6b4c21, 0xe3124744, 0x260c713e, 0x4f757a5b, 0xf4fe67f4, - 0x9d876c91, 0xc6ddf67e, 0xafa4fd1b, 0x142fe0b4, 0x7d56ebd1, - 0xb848ddab, 0xd131d6ce, 0x6abacb61, 0x03c3c004, 0x3bf7a1d4, - 0x528eaab1, 0xe905b71e, 0x807cbc7b, 0x45628a01, 0x2c1b8164, - 0x97909ccb, 0xfee997ae, 0xe7f85f6b, 0x8e81540e, 0x350a49a1, - 0x5c7342c4, 0x996d74be, 0xf0147fdb, 0x4b9f6274, 0x22e66911, - 0x1ad208c1, 0x73ab03a4, 0xc8201e0b, 0xa159156e, 0x64472314, - 0x0d3e2871, 0xb6b535de, 0xdfcc3ebb, 0xd25c4ee9, 0xbb25458c, - 0x00ae5823, 0x69d75346, 0xacc9653c, 0xc5b06e59, 0x7e3b73f6, - 0x17427893, 0x2f761943, 0x460f1226, 0xfd840f89, 0x94fd04ec, - 0x51e33296, 0x389a39f3, 0x8311245c, 0xea682f39, 0xf379e7fc, - 0x9a00ec99, 0x218bf136, 0x48f2fa53, 0x8deccc29, 0xe495c74c, - 0x5f1edae3, 0x3667d186, 0x0e53b056, 0x672abb33, 0xdca1a69c, - 0xb5d8adf9, 0x70c69b83, 0x19bf90e6, 0xa2348d49, 0xcb4d862c, - 0x90171cc3, 0xf96e17a6, 0x42e50a09, 0x2b9c016c, 0xee823716, - 0x87fb3c73, 0x3c7021dc, 0x55092ab9, 0x6d3d4b69, 0x0444400c, - 0xbfcf5da3, 0xd6b656c6, 0x13a860bc, 0x7ad16bd9, 0xc15a7676, - 0xa8237d13, 0xb132b5d6, 0xd84bbeb3, 0x63c0a31c, 0x0ab9a879, - 0xcfa79e03, 0xa6de9566, 0x1d5588c9, 0x742c83ac, 0x4c18e27c, - 0x2561e919, 0x9eeaf4b6, 0xf793ffd3, 0x328dc9a9, 0x5bf4c2cc, - 0xe07fdf63, 0x8906d406, 0x56caeabd, 0x3fb3e1d8, 0x8438fc77, - 0xed41f712, 0x285fc168, 0x4126ca0d, 0xfaadd7a2, 0x93d4dcc7, - 0xabe0bd17, 0xc299b672, 0x7912abdd, 0x106ba0b8, 0xd57596c2, - 0xbc0c9da7, 0x07878008, 0x6efe8b6d, 0x77ef43a8, 0x1e9648cd, - 0xa51d5562, 0xcc645e07, 0x097a687d, 0x60036318, 0xdb887eb7, - 0xb2f175d2, 0x8ac51402, 0xe3bc1f67, 0x583702c8, 0x314e09ad, - 0xf4503fd7, 0x9d2934b2, 0x26a2291d, 0x4fdb2278, 0x1481b897, - 0x7df8b3f2, 0xc673ae5d, 0xaf0aa538, 0x6a149342, 0x036d9827, - 0xb8e68588, 0xd19f8eed, 0xe9abef3d, 0x80d2e458, 0x3b59f9f7, - 0x5220f292, 0x973ec4e8, 0xfe47cf8d, 0x45ccd222, 0x2cb5d947, - 0x35a41182, 0x5cdd1ae7, 0xe7560748, 0x8e2f0c2d, 0x4b313a57, - 0x22483132, 0x99c32c9d, 0xf0ba27f8, 0xc88e4628, 0xa1f74d4d, - 0x1a7c50e2, 0x73055b87, 0xb61b6dfd, 0xdf626698, 0x64e97b37, - 0x0d907052}, - {0x00000000, 0x7fc99b93, 0xff933726, 0x805aacb5, 0x2457680d, - 0x5b9ef39e, 0xdbc45f2b, 0xa40dc4b8, 0x48aed01a, 0x37674b89, - 0xb73de73c, 0xc8f47caf, 0x6cf9b817, 0x13302384, 0x936a8f31, - 0xeca314a2, 0x915da034, 0xee943ba7, 0x6ece9712, 0x11070c81, - 0xb50ac839, 0xcac353aa, 0x4a99ff1f, 0x3550648c, 0xd9f3702e, - 0xa63aebbd, 0x26604708, 0x59a9dc9b, 0xfda41823, 0x826d83b0, - 0x02372f05, 0x7dfeb496, 0xf9ca4629, 0x8603ddba, 0x0659710f, - 0x7990ea9c, 0xdd9d2e24, 0xa254b5b7, 0x220e1902, 0x5dc78291, - 0xb1649633, 0xcead0da0, 0x4ef7a115, 0x313e3a86, 0x9533fe3e, - 0xeafa65ad, 0x6aa0c918, 0x1569528b, 0x6897e61d, 0x175e7d8e, - 0x9704d13b, 0xe8cd4aa8, 0x4cc08e10, 0x33091583, 0xb353b936, - 0xcc9a22a5, 0x20393607, 0x5ff0ad94, 0xdfaa0121, 0xa0639ab2, - 0x046e5e0a, 0x7ba7c599, 0xfbfd692c, 0x8434f2bf, 0x28e58a13, - 0x572c1180, 0xd776bd35, 0xa8bf26a6, 0x0cb2e21e, 0x737b798d, - 0xf321d538, 0x8ce84eab, 0x604b5a09, 0x1f82c19a, 0x9fd86d2f, - 0xe011f6bc, 0x441c3204, 0x3bd5a997, 0xbb8f0522, 0xc4469eb1, - 0xb9b82a27, 0xc671b1b4, 0x462b1d01, 0x39e28692, 0x9def422a, - 0xe226d9b9, 0x627c750c, 0x1db5ee9f, 0xf116fa3d, 0x8edf61ae, - 0x0e85cd1b, 0x714c5688, 0xd5419230, 0xaa8809a3, 0x2ad2a516, - 0x551b3e85, 0xd12fcc3a, 0xaee657a9, 0x2ebcfb1c, 0x5175608f, - 0xf578a437, 0x8ab13fa4, 0x0aeb9311, 0x75220882, 0x99811c20, - 0xe64887b3, 0x66122b06, 0x19dbb095, 0xbdd6742d, 0xc21fefbe, - 0x4245430b, 0x3d8cd898, 0x40726c0e, 0x3fbbf79d, 0xbfe15b28, - 0xc028c0bb, 0x64250403, 0x1bec9f90, 0x9bb63325, 0xe47fa8b6, - 0x08dcbc14, 0x77152787, 0xf74f8b32, 0x888610a1, 0x2c8bd419, - 0x53424f8a, 0xd318e33f, 0xacd178ac, 0x51cb1426, 0x2e028fb5, - 0xae582300, 0xd191b893, 0x759c7c2b, 0x0a55e7b8, 0x8a0f4b0d, - 0xf5c6d09e, 0x1965c43c, 0x66ac5faf, 0xe6f6f31a, 0x993f6889, - 0x3d32ac31, 0x42fb37a2, 0xc2a19b17, 0xbd680084, 0xc096b412, - 0xbf5f2f81, 0x3f058334, 0x40cc18a7, 0xe4c1dc1f, 0x9b08478c, - 0x1b52eb39, 0x649b70aa, 0x88386408, 0xf7f1ff9b, 0x77ab532e, - 0x0862c8bd, 0xac6f0c05, 0xd3a69796, 0x53fc3b23, 0x2c35a0b0, - 0xa801520f, 0xd7c8c99c, 0x57926529, 0x285bfeba, 0x8c563a02, - 0xf39fa191, 0x73c50d24, 0x0c0c96b7, 0xe0af8215, 0x9f661986, - 0x1f3cb533, 0x60f52ea0, 0xc4f8ea18, 0xbb31718b, 0x3b6bdd3e, - 0x44a246ad, 0x395cf23b, 0x469569a8, 0xc6cfc51d, 0xb9065e8e, - 0x1d0b9a36, 0x62c201a5, 0xe298ad10, 0x9d513683, 0x71f22221, - 0x0e3bb9b2, 0x8e611507, 0xf1a88e94, 0x55a54a2c, 0x2a6cd1bf, - 0xaa367d0a, 0xd5ffe699, 0x792e9e35, 0x06e705a6, 0x86bda913, - 0xf9743280, 0x5d79f638, 0x22b06dab, 0xa2eac11e, 0xdd235a8d, - 0x31804e2f, 0x4e49d5bc, 0xce137909, 0xb1dae29a, 0x15d72622, - 0x6a1ebdb1, 0xea441104, 0x958d8a97, 0xe8733e01, 0x97baa592, - 0x17e00927, 0x682992b4, 0xcc24560c, 0xb3edcd9f, 0x33b7612a, - 0x4c7efab9, 0xa0ddee1b, 0xdf147588, 0x5f4ed93d, 0x208742ae, - 0x848a8616, 0xfb431d85, 0x7b19b130, 0x04d02aa3, 0x80e4d81c, - 0xff2d438f, 0x7f77ef3a, 0x00be74a9, 0xa4b3b011, 0xdb7a2b82, - 0x5b208737, 0x24e91ca4, 0xc84a0806, 0xb7839395, 0x37d93f20, - 0x4810a4b3, 0xec1d600b, 0x93d4fb98, 0x138e572d, 0x6c47ccbe, - 0x11b97828, 0x6e70e3bb, 0xee2a4f0e, 0x91e3d49d, 0x35ee1025, - 0x4a278bb6, 0xca7d2703, 0xb5b4bc90, 0x5917a832, 0x26de33a1, - 0xa6849f14, 0xd94d0487, 0x7d40c03f, 0x02895bac, 0x82d3f719, - 0xfd1a6c8a}, - {0x00000000, 0xa396284c, 0x9c5d56d9, 0x3fcb7e95, 0xe3cbabf3, - 0x405d83bf, 0x7f96fd2a, 0xdc00d566, 0x1ce651a7, 0xbf7079eb, - 0x80bb077e, 0x232d2f32, 0xff2dfa54, 0x5cbbd218, 0x6370ac8d, - 0xc0e684c1, 0x39cca34e, 0x9a5a8b02, 0xa591f597, 0x0607dddb, - 0xda0708bd, 0x799120f1, 0x465a5e64, 0xe5cc7628, 0x252af2e9, - 0x86bcdaa5, 0xb977a430, 0x1ae18c7c, 0xc6e1591a, 0x65777156, - 0x5abc0fc3, 0xf92a278f, 0x7399469c, 0xd00f6ed0, 0xefc41045, - 0x4c523809, 0x9052ed6f, 0x33c4c523, 0x0c0fbbb6, 0xaf9993fa, - 0x6f7f173b, 0xcce93f77, 0xf32241e2, 0x50b469ae, 0x8cb4bcc8, - 0x2f229484, 0x10e9ea11, 0xb37fc25d, 0x4a55e5d2, 0xe9c3cd9e, - 0xd608b30b, 0x759e9b47, 0xa99e4e21, 0x0a08666d, 0x35c318f8, - 0x965530b4, 0x56b3b475, 0xf5259c39, 0xcaeee2ac, 0x6978cae0, - 0xb5781f86, 0x16ee37ca, 0x2925495f, 0x8ab36113, 0xe7328d38, - 0x44a4a574, 0x7b6fdbe1, 0xd8f9f3ad, 0x04f926cb, 0xa76f0e87, - 0x98a47012, 0x3b32585e, 0xfbd4dc9f, 0x5842f4d3, 0x67898a46, - 0xc41fa20a, 0x181f776c, 0xbb895f20, 0x844221b5, 0x27d409f9, - 0xdefe2e76, 0x7d68063a, 0x42a378af, 0xe13550e3, 0x3d358585, - 0x9ea3adc9, 0xa168d35c, 0x02fefb10, 0xc2187fd1, 0x618e579d, - 0x5e452908, 0xfdd30144, 0x21d3d422, 0x8245fc6e, 0xbd8e82fb, - 0x1e18aab7, 0x94abcba4, 0x373de3e8, 0x08f69d7d, 0xab60b531, - 0x77606057, 0xd4f6481b, 0xeb3d368e, 0x48ab1ec2, 0x884d9a03, - 0x2bdbb24f, 0x1410ccda, 0xb786e496, 0x6b8631f0, 0xc81019bc, - 0xf7db6729, 0x544d4f65, 0xad6768ea, 0x0ef140a6, 0x313a3e33, - 0x92ac167f, 0x4eacc319, 0xed3aeb55, 0xd2f195c0, 0x7167bd8c, - 0xb181394d, 0x12171101, 0x2ddc6f94, 0x8e4a47d8, 0x524a92be, - 0xf1dcbaf2, 0xce17c467, 0x6d81ec2b, 0x15141c31, 0xb682347d, - 0x89494ae8, 0x2adf62a4, 0xf6dfb7c2, 0x55499f8e, 0x6a82e11b, - 0xc914c957, 0x09f24d96, 0xaa6465da, 0x95af1b4f, 0x36393303, - 0xea39e665, 0x49afce29, 0x7664b0bc, 0xd5f298f0, 0x2cd8bf7f, - 0x8f4e9733, 0xb085e9a6, 0x1313c1ea, 0xcf13148c, 0x6c853cc0, - 0x534e4255, 0xf0d86a19, 0x303eeed8, 0x93a8c694, 0xac63b801, - 0x0ff5904d, 0xd3f5452b, 0x70636d67, 0x4fa813f2, 0xec3e3bbe, - 0x668d5aad, 0xc51b72e1, 0xfad00c74, 0x59462438, 0x8546f15e, - 0x26d0d912, 0x191ba787, 0xba8d8fcb, 0x7a6b0b0a, 0xd9fd2346, - 0xe6365dd3, 0x45a0759f, 0x99a0a0f9, 0x3a3688b5, 0x05fdf620, - 0xa66bde6c, 0x5f41f9e3, 0xfcd7d1af, 0xc31caf3a, 0x608a8776, - 0xbc8a5210, 0x1f1c7a5c, 0x20d704c9, 0x83412c85, 0x43a7a844, - 0xe0318008, 0xdffafe9d, 0x7c6cd6d1, 0xa06c03b7, 0x03fa2bfb, - 0x3c31556e, 0x9fa77d22, 0xf2269109, 0x51b0b945, 0x6e7bc7d0, - 0xcdedef9c, 0x11ed3afa, 0xb27b12b6, 0x8db06c23, 0x2e26446f, - 0xeec0c0ae, 0x4d56e8e2, 0x729d9677, 0xd10bbe3b, 0x0d0b6b5d, - 0xae9d4311, 0x91563d84, 0x32c015c8, 0xcbea3247, 0x687c1a0b, - 0x57b7649e, 0xf4214cd2, 0x282199b4, 0x8bb7b1f8, 0xb47ccf6d, - 0x17eae721, 0xd70c63e0, 0x749a4bac, 0x4b513539, 0xe8c71d75, - 0x34c7c813, 0x9751e05f, 0xa89a9eca, 0x0b0cb686, 0x81bfd795, - 0x2229ffd9, 0x1de2814c, 0xbe74a900, 0x62747c66, 0xc1e2542a, - 0xfe292abf, 0x5dbf02f3, 0x9d598632, 0x3ecfae7e, 0x0104d0eb, - 0xa292f8a7, 0x7e922dc1, 0xdd04058d, 0xe2cf7b18, 0x41595354, - 0xb87374db, 0x1be55c97, 0x242e2202, 0x87b80a4e, 0x5bb8df28, - 0xf82ef764, 0xc7e589f1, 0x6473a1bd, 0xa495257c, 0x07030d30, - 0x38c873a5, 0x9b5e5be9, 0x475e8e8f, 0xe4c8a6c3, 0xdb03d856, - 0x7895f01a}, - {0x00000000, 0x2a283862, 0x545070c4, 0x7e7848a6, 0xa8a0e188, - 0x8288d9ea, 0xfcf0914c, 0xd6d8a92e, 0x8a30c551, 0xa018fd33, - 0xde60b595, 0xf4488df7, 0x229024d9, 0x08b81cbb, 0x76c0541d, - 0x5ce86c7f, 0xcf108ce3, 0xe538b481, 0x9b40fc27, 0xb168c445, - 0x67b06d6b, 0x4d985509, 0x33e01daf, 0x19c825cd, 0x452049b2, - 0x6f0871d0, 0x11703976, 0x3b580114, 0xed80a83a, 0xc7a89058, - 0xb9d0d8fe, 0x93f8e09c, 0x45501f87, 0x6f7827e5, 0x11006f43, - 0x3b285721, 0xedf0fe0f, 0xc7d8c66d, 0xb9a08ecb, 0x9388b6a9, - 0xcf60dad6, 0xe548e2b4, 0x9b30aa12, 0xb1189270, 0x67c03b5e, - 0x4de8033c, 0x33904b9a, 0x19b873f8, 0x8a409364, 0xa068ab06, - 0xde10e3a0, 0xf438dbc2, 0x22e072ec, 0x08c84a8e, 0x76b00228, - 0x5c983a4a, 0x00705635, 0x2a586e57, 0x542026f1, 0x7e081e93, - 0xa8d0b7bd, 0x82f88fdf, 0xfc80c779, 0xd6a8ff1b, 0x8aa03f0e, - 0xa088076c, 0xdef04fca, 0xf4d877a8, 0x2200de86, 0x0828e6e4, - 0x7650ae42, 0x5c789620, 0x0090fa5f, 0x2ab8c23d, 0x54c08a9b, - 0x7ee8b2f9, 0xa8301bd7, 0x821823b5, 0xfc606b13, 0xd6485371, - 0x45b0b3ed, 0x6f988b8f, 0x11e0c329, 0x3bc8fb4b, 0xed105265, - 0xc7386a07, 0xb94022a1, 0x93681ac3, 0xcf8076bc, 0xe5a84ede, - 0x9bd00678, 0xb1f83e1a, 0x67209734, 0x4d08af56, 0x3370e7f0, - 0x1958df92, 0xcff02089, 0xe5d818eb, 0x9ba0504d, 0xb188682f, - 0x6750c101, 0x4d78f963, 0x3300b1c5, 0x192889a7, 0x45c0e5d8, - 0x6fe8ddba, 0x1190951c, 0x3bb8ad7e, 0xed600450, 0xc7483c32, - 0xb9307494, 0x93184cf6, 0x00e0ac6a, 0x2ac89408, 0x54b0dcae, - 0x7e98e4cc, 0xa8404de2, 0x82687580, 0xfc103d26, 0xd6380544, - 0x8ad0693b, 0xa0f85159, 0xde8019ff, 0xf4a8219d, 0x227088b3, - 0x0858b0d1, 0x7620f877, 0x5c08c015, 0xce31785d, 0xe419403f, - 0x9a610899, 0xb04930fb, 0x669199d5, 0x4cb9a1b7, 0x32c1e911, - 0x18e9d173, 0x4401bd0c, 0x6e29856e, 0x1051cdc8, 0x3a79f5aa, - 0xeca15c84, 0xc68964e6, 0xb8f12c40, 0x92d91422, 0x0121f4be, - 0x2b09ccdc, 0x5571847a, 0x7f59bc18, 0xa9811536, 0x83a92d54, - 0xfdd165f2, 0xd7f95d90, 0x8b1131ef, 0xa139098d, 0xdf41412b, - 0xf5697949, 0x23b1d067, 0x0999e805, 0x77e1a0a3, 0x5dc998c1, - 0x8b6167da, 0xa1495fb8, 0xdf31171e, 0xf5192f7c, 0x23c18652, - 0x09e9be30, 0x7791f696, 0x5db9cef4, 0x0151a28b, 0x2b799ae9, - 0x5501d24f, 0x7f29ea2d, 0xa9f14303, 0x83d97b61, 0xfda133c7, - 0xd7890ba5, 0x4471eb39, 0x6e59d35b, 0x10219bfd, 0x3a09a39f, - 0xecd10ab1, 0xc6f932d3, 0xb8817a75, 0x92a94217, 0xce412e68, - 0xe469160a, 0x9a115eac, 0xb03966ce, 0x66e1cfe0, 0x4cc9f782, - 0x32b1bf24, 0x18998746, 0x44914753, 0x6eb97f31, 0x10c13797, - 0x3ae90ff5, 0xec31a6db, 0xc6199eb9, 0xb861d61f, 0x9249ee7d, - 0xcea18202, 0xe489ba60, 0x9af1f2c6, 0xb0d9caa4, 0x6601638a, - 0x4c295be8, 0x3251134e, 0x18792b2c, 0x8b81cbb0, 0xa1a9f3d2, - 0xdfd1bb74, 0xf5f98316, 0x23212a38, 0x0909125a, 0x77715afc, - 0x5d59629e, 0x01b10ee1, 0x2b993683, 0x55e17e25, 0x7fc94647, - 0xa911ef69, 0x8339d70b, 0xfd419fad, 0xd769a7cf, 0x01c158d4, - 0x2be960b6, 0x55912810, 0x7fb91072, 0xa961b95c, 0x8349813e, - 0xfd31c998, 0xd719f1fa, 0x8bf19d85, 0xa1d9a5e7, 0xdfa1ed41, - 0xf589d523, 0x23517c0d, 0x0979446f, 0x77010cc9, 0x5d2934ab, - 0xced1d437, 0xe4f9ec55, 0x9a81a4f3, 0xb0a99c91, 0x667135bf, - 0x4c590ddd, 0x3221457b, 0x18097d19, 0x44e11166, 0x6ec92904, - 0x10b161a2, 0x3a9959c0, 0xec41f0ee, 0xc669c88c, 0xb811802a, - 0x9239b848}, - {0x00000000, 0x4713f6fb, 0x8e27edf6, 0xc9341b0d, 0xc73eddad, - 0x802d2b56, 0x4919305b, 0x0e0ac6a0, 0x550cbd1b, 0x121f4be0, - 0xdb2b50ed, 0x9c38a616, 0x923260b6, 0xd521964d, 0x1c158d40, - 0x5b067bbb, 0xaa197a36, 0xed0a8ccd, 0x243e97c0, 0x632d613b, - 0x6d27a79b, 0x2a345160, 0xe3004a6d, 0xa413bc96, 0xff15c72d, - 0xb80631d6, 0x71322adb, 0x3621dc20, 0x382b1a80, 0x7f38ec7b, - 0xb60cf776, 0xf11f018d, 0x8f43f22d, 0xc85004d6, 0x01641fdb, - 0x4677e920, 0x487d2f80, 0x0f6ed97b, 0xc65ac276, 0x8149348d, - 0xda4f4f36, 0x9d5cb9cd, 0x5468a2c0, 0x137b543b, 0x1d71929b, - 0x5a626460, 0x93567f6d, 0xd4458996, 0x255a881b, 0x62497ee0, - 0xab7d65ed, 0xec6e9316, 0xe26455b6, 0xa577a34d, 0x6c43b840, - 0x2b504ebb, 0x70563500, 0x3745c3fb, 0xfe71d8f6, 0xb9622e0d, - 0xb768e8ad, 0xf07b1e56, 0x394f055b, 0x7e5cf3a0, 0xc5f6e21b, - 0x82e514e0, 0x4bd10fed, 0x0cc2f916, 0x02c83fb6, 0x45dbc94d, - 0x8cefd240, 0xcbfc24bb, 0x90fa5f00, 0xd7e9a9fb, 0x1eddb2f6, - 0x59ce440d, 0x57c482ad, 0x10d77456, 0xd9e36f5b, 0x9ef099a0, - 0x6fef982d, 0x28fc6ed6, 0xe1c875db, 0xa6db8320, 0xa8d14580, - 0xefc2b37b, 0x26f6a876, 0x61e55e8d, 0x3ae32536, 0x7df0d3cd, - 0xb4c4c8c0, 0xf3d73e3b, 0xfdddf89b, 0xbace0e60, 0x73fa156d, - 0x34e9e396, 0x4ab51036, 0x0da6e6cd, 0xc492fdc0, 0x83810b3b, - 0x8d8bcd9b, 0xca983b60, 0x03ac206d, 0x44bfd696, 0x1fb9ad2d, - 0x58aa5bd6, 0x919e40db, 0xd68db620, 0xd8877080, 0x9f94867b, - 0x56a09d76, 0x11b36b8d, 0xe0ac6a00, 0xa7bf9cfb, 0x6e8b87f6, - 0x2998710d, 0x2792b7ad, 0x60814156, 0xa9b55a5b, 0xeea6aca0, - 0xb5a0d71b, 0xf2b321e0, 0x3b873aed, 0x7c94cc16, 0x729e0ab6, - 0x358dfc4d, 0xfcb9e740, 0xbbaa11bb, 0x509cc277, 0x178f348c, - 0xdebb2f81, 0x99a8d97a, 0x97a21fda, 0xd0b1e921, 0x1985f22c, - 0x5e9604d7, 0x05907f6c, 0x42838997, 0x8bb7929a, 0xcca46461, - 0xc2aea2c1, 0x85bd543a, 0x4c894f37, 0x0b9ab9cc, 0xfa85b841, - 0xbd964eba, 0x74a255b7, 0x33b1a34c, 0x3dbb65ec, 0x7aa89317, - 0xb39c881a, 0xf48f7ee1, 0xaf89055a, 0xe89af3a1, 0x21aee8ac, - 0x66bd1e57, 0x68b7d8f7, 0x2fa42e0c, 0xe6903501, 0xa183c3fa, - 0xdfdf305a, 0x98ccc6a1, 0x51f8ddac, 0x16eb2b57, 0x18e1edf7, - 0x5ff21b0c, 0x96c60001, 0xd1d5f6fa, 0x8ad38d41, 0xcdc07bba, - 0x04f460b7, 0x43e7964c, 0x4ded50ec, 0x0afea617, 0xc3cabd1a, - 0x84d94be1, 0x75c64a6c, 0x32d5bc97, 0xfbe1a79a, 0xbcf25161, - 0xb2f897c1, 0xf5eb613a, 0x3cdf7a37, 0x7bcc8ccc, 0x20caf777, - 0x67d9018c, 0xaeed1a81, 0xe9feec7a, 0xe7f42ada, 0xa0e7dc21, - 0x69d3c72c, 0x2ec031d7, 0x956a206c, 0xd279d697, 0x1b4dcd9a, - 0x5c5e3b61, 0x5254fdc1, 0x15470b3a, 0xdc731037, 0x9b60e6cc, - 0xc0669d77, 0x87756b8c, 0x4e417081, 0x0952867a, 0x075840da, - 0x404bb621, 0x897fad2c, 0xce6c5bd7, 0x3f735a5a, 0x7860aca1, - 0xb154b7ac, 0xf6474157, 0xf84d87f7, 0xbf5e710c, 0x766a6a01, - 0x31799cfa, 0x6a7fe741, 0x2d6c11ba, 0xe4580ab7, 0xa34bfc4c, - 0xad413aec, 0xea52cc17, 0x2366d71a, 0x647521e1, 0x1a29d241, - 0x5d3a24ba, 0x940e3fb7, 0xd31dc94c, 0xdd170fec, 0x9a04f917, - 0x5330e21a, 0x142314e1, 0x4f256f5a, 0x083699a1, 0xc10282ac, - 0x86117457, 0x881bb2f7, 0xcf08440c, 0x063c5f01, 0x412fa9fa, - 0xb030a877, 0xf7235e8c, 0x3e174581, 0x7904b37a, 0x770e75da, - 0x301d8321, 0xf929982c, 0xbe3a6ed7, 0xe53c156c, 0xa22fe397, - 0x6b1bf89a, 0x2c080e61, 0x2202c8c1, 0x65113e3a, 0xac252537, - 0xeb36d3cc}, - {0x00000000, 0xa13984ee, 0x99020f9d, 0x383b8b73, 0xe975197b, - 0x484c9d95, 0x707716e6, 0xd14e9208, 0x099b34b7, 0xa8a2b059, - 0x90993b2a, 0x31a0bfc4, 0xe0ee2dcc, 0x41d7a922, 0x79ec2251, - 0xd8d5a6bf, 0x1336696e, 0xb20fed80, 0x8a3466f3, 0x2b0de21d, - 0xfa437015, 0x5b7af4fb, 0x63417f88, 0xc278fb66, 0x1aad5dd9, - 0xbb94d937, 0x83af5244, 0x2296d6aa, 0xf3d844a2, 0x52e1c04c, - 0x6ada4b3f, 0xcbe3cfd1, 0x266cd2dc, 0x87555632, 0xbf6edd41, - 0x1e5759af, 0xcf19cba7, 0x6e204f49, 0x561bc43a, 0xf72240d4, - 0x2ff7e66b, 0x8ece6285, 0xb6f5e9f6, 0x17cc6d18, 0xc682ff10, - 0x67bb7bfe, 0x5f80f08d, 0xfeb97463, 0x355abbb2, 0x94633f5c, - 0xac58b42f, 0x0d6130c1, 0xdc2fa2c9, 0x7d162627, 0x452dad54, - 0xe41429ba, 0x3cc18f05, 0x9df80beb, 0xa5c38098, 0x04fa0476, - 0xd5b4967e, 0x748d1290, 0x4cb699e3, 0xed8f1d0d, 0x4cd9a5b8, - 0xede02156, 0xd5dbaa25, 0x74e22ecb, 0xa5acbcc3, 0x0495382d, - 0x3caeb35e, 0x9d9737b0, 0x4542910f, 0xe47b15e1, 0xdc409e92, - 0x7d791a7c, 0xac378874, 0x0d0e0c9a, 0x353587e9, 0x940c0307, - 0x5fefccd6, 0xfed64838, 0xc6edc34b, 0x67d447a5, 0xb69ad5ad, - 0x17a35143, 0x2f98da30, 0x8ea15ede, 0x5674f861, 0xf74d7c8f, - 0xcf76f7fc, 0x6e4f7312, 0xbf01e11a, 0x1e3865f4, 0x2603ee87, - 0x873a6a69, 0x6ab57764, 0xcb8cf38a, 0xf3b778f9, 0x528efc17, - 0x83c06e1f, 0x22f9eaf1, 0x1ac26182, 0xbbfbe56c, 0x632e43d3, - 0xc217c73d, 0xfa2c4c4e, 0x5b15c8a0, 0x8a5b5aa8, 0x2b62de46, - 0x13595535, 0xb260d1db, 0x79831e0a, 0xd8ba9ae4, 0xe0811197, - 0x41b89579, 0x90f60771, 0x31cf839f, 0x09f408ec, 0xa8cd8c02, - 0x70182abd, 0xd121ae53, 0xe91a2520, 0x4823a1ce, 0x996d33c6, - 0x3854b728, 0x006f3c5b, 0xa156b8b5, 0x99b34b70, 0x388acf9e, - 0x00b144ed, 0xa188c003, 0x70c6520b, 0xd1ffd6e5, 0xe9c45d96, - 0x48fdd978, 0x90287fc7, 0x3111fb29, 0x092a705a, 0xa813f4b4, - 0x795d66bc, 0xd864e252, 0xe05f6921, 0x4166edcf, 0x8a85221e, - 0x2bbca6f0, 0x13872d83, 0xb2bea96d, 0x63f03b65, 0xc2c9bf8b, - 0xfaf234f8, 0x5bcbb016, 0x831e16a9, 0x22279247, 0x1a1c1934, - 0xbb259dda, 0x6a6b0fd2, 0xcb528b3c, 0xf369004f, 0x525084a1, - 0xbfdf99ac, 0x1ee61d42, 0x26dd9631, 0x87e412df, 0x56aa80d7, - 0xf7930439, 0xcfa88f4a, 0x6e910ba4, 0xb644ad1b, 0x177d29f5, - 0x2f46a286, 0x8e7f2668, 0x5f31b460, 0xfe08308e, 0xc633bbfd, - 0x670a3f13, 0xace9f0c2, 0x0dd0742c, 0x35ebff5f, 0x94d27bb1, - 0x459ce9b9, 0xe4a56d57, 0xdc9ee624, 0x7da762ca, 0xa572c475, - 0x044b409b, 0x3c70cbe8, 0x9d494f06, 0x4c07dd0e, 0xed3e59e0, - 0xd505d293, 0x743c567d, 0xd56aeec8, 0x74536a26, 0x4c68e155, - 0xed5165bb, 0x3c1ff7b3, 0x9d26735d, 0xa51df82e, 0x04247cc0, - 0xdcf1da7f, 0x7dc85e91, 0x45f3d5e2, 0xe4ca510c, 0x3584c304, - 0x94bd47ea, 0xac86cc99, 0x0dbf4877, 0xc65c87a6, 0x67650348, - 0x5f5e883b, 0xfe670cd5, 0x2f299edd, 0x8e101a33, 0xb62b9140, - 0x171215ae, 0xcfc7b311, 0x6efe37ff, 0x56c5bc8c, 0xf7fc3862, - 0x26b2aa6a, 0x878b2e84, 0xbfb0a5f7, 0x1e892119, 0xf3063c14, - 0x523fb8fa, 0x6a043389, 0xcb3db767, 0x1a73256f, 0xbb4aa181, - 0x83712af2, 0x2248ae1c, 0xfa9d08a3, 0x5ba48c4d, 0x639f073e, - 0xc2a683d0, 0x13e811d8, 0xb2d19536, 0x8aea1e45, 0x2bd39aab, - 0xe030557a, 0x4109d194, 0x79325ae7, 0xd80bde09, 0x09454c01, - 0xa87cc8ef, 0x9047439c, 0x317ec772, 0xe9ab61cd, 0x4892e523, - 0x70a96e50, 0xd190eabe, 0x00de78b6, 0xa1e7fc58, 0x99dc772b, - 0x38e5f3c5}, - {0x00000000, 0xe81790a1, 0x0b5e2703, 0xe349b7a2, 0x16bc4e06, - 0xfeabdea7, 0x1de26905, 0xf5f5f9a4, 0x2d789c0c, 0xc56f0cad, - 0x2626bb0f, 0xce312bae, 0x3bc4d20a, 0xd3d342ab, 0x309af509, - 0xd88d65a8, 0x5af13818, 0xb2e6a8b9, 0x51af1f1b, 0xb9b88fba, - 0x4c4d761e, 0xa45ae6bf, 0x4713511d, 0xaf04c1bc, 0x7789a414, - 0x9f9e34b5, 0x7cd78317, 0x94c013b6, 0x6135ea12, 0x89227ab3, - 0x6a6bcd11, 0x827c5db0, 0xb5e27030, 0x5df5e091, 0xbebc5733, - 0x56abc792, 0xa35e3e36, 0x4b49ae97, 0xa8001935, 0x40178994, - 0x989aec3c, 0x708d7c9d, 0x93c4cb3f, 0x7bd35b9e, 0x8e26a23a, - 0x6631329b, 0x85788539, 0x6d6f1598, 0xef134828, 0x0704d889, - 0xe44d6f2b, 0x0c5aff8a, 0xf9af062e, 0x11b8968f, 0xf2f1212d, - 0x1ae6b18c, 0xc26bd424, 0x2a7c4485, 0xc935f327, 0x21226386, - 0xd4d79a22, 0x3cc00a83, 0xdf89bd21, 0x379e2d80, 0xb0b5e621, - 0x58a27680, 0xbbebc122, 0x53fc5183, 0xa609a827, 0x4e1e3886, - 0xad578f24, 0x45401f85, 0x9dcd7a2d, 0x75daea8c, 0x96935d2e, - 0x7e84cd8f, 0x8b71342b, 0x6366a48a, 0x802f1328, 0x68388389, - 0xea44de39, 0x02534e98, 0xe11af93a, 0x090d699b, 0xfcf8903f, - 0x14ef009e, 0xf7a6b73c, 0x1fb1279d, 0xc73c4235, 0x2f2bd294, - 0xcc626536, 0x2475f597, 0xd1800c33, 0x39979c92, 0xdade2b30, - 0x32c9bb91, 0x05579611, 0xed4006b0, 0x0e09b112, 0xe61e21b3, - 0x13ebd817, 0xfbfc48b6, 0x18b5ff14, 0xf0a26fb5, 0x282f0a1d, - 0xc0389abc, 0x23712d1e, 0xcb66bdbf, 0x3e93441b, 0xd684d4ba, - 0x35cd6318, 0xdddaf3b9, 0x5fa6ae09, 0xb7b13ea8, 0x54f8890a, - 0xbcef19ab, 0x491ae00f, 0xa10d70ae, 0x4244c70c, 0xaa5357ad, - 0x72de3205, 0x9ac9a2a4, 0x79801506, 0x919785a7, 0x64627c03, - 0x8c75eca2, 0x6f3c5b00, 0x872bcba1, 0xba1aca03, 0x520d5aa2, - 0xb144ed00, 0x59537da1, 0xaca68405, 0x44b114a4, 0xa7f8a306, - 0x4fef33a7, 0x9762560f, 0x7f75c6ae, 0x9c3c710c, 0x742be1ad, - 0x81de1809, 0x69c988a8, 0x8a803f0a, 0x6297afab, 0xe0ebf21b, - 0x08fc62ba, 0xebb5d518, 0x03a245b9, 0xf657bc1d, 0x1e402cbc, - 0xfd099b1e, 0x151e0bbf, 0xcd936e17, 0x2584feb6, 0xc6cd4914, - 0x2edad9b5, 0xdb2f2011, 0x3338b0b0, 0xd0710712, 0x386697b3, - 0x0ff8ba33, 0xe7ef2a92, 0x04a69d30, 0xecb10d91, 0x1944f435, - 0xf1536494, 0x121ad336, 0xfa0d4397, 0x2280263f, 0xca97b69e, - 0x29de013c, 0xc1c9919d, 0x343c6839, 0xdc2bf898, 0x3f624f3a, - 0xd775df9b, 0x5509822b, 0xbd1e128a, 0x5e57a528, 0xb6403589, - 0x43b5cc2d, 0xaba25c8c, 0x48ebeb2e, 0xa0fc7b8f, 0x78711e27, - 0x90668e86, 0x732f3924, 0x9b38a985, 0x6ecd5021, 0x86dac080, - 0x65937722, 0x8d84e783, 0x0aaf2c22, 0xe2b8bc83, 0x01f10b21, - 0xe9e69b80, 0x1c136224, 0xf404f285, 0x174d4527, 0xff5ad586, - 0x27d7b02e, 0xcfc0208f, 0x2c89972d, 0xc49e078c, 0x316bfe28, - 0xd97c6e89, 0x3a35d92b, 0xd222498a, 0x505e143a, 0xb849849b, - 0x5b003339, 0xb317a398, 0x46e25a3c, 0xaef5ca9d, 0x4dbc7d3f, - 0xa5abed9e, 0x7d268836, 0x95311897, 0x7678af35, 0x9e6f3f94, - 0x6b9ac630, 0x838d5691, 0x60c4e133, 0x88d37192, 0xbf4d5c12, - 0x575accb3, 0xb4137b11, 0x5c04ebb0, 0xa9f11214, 0x41e682b5, - 0xa2af3517, 0x4ab8a5b6, 0x9235c01e, 0x7a2250bf, 0x996be71d, - 0x717c77bc, 0x84898e18, 0x6c9e1eb9, 0x8fd7a91b, 0x67c039ba, - 0xe5bc640a, 0x0dabf4ab, 0xeee24309, 0x06f5d3a8, 0xf3002a0c, - 0x1b17baad, 0xf85e0d0f, 0x10499dae, 0xc8c4f806, 0x20d368a7, - 0xc39adf05, 0x2b8d4fa4, 0xde78b600, 0x366f26a1, 0xd5269103, - 0x3d3101a2}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x0000000000000000, 0xa19017e800000000, 0x03275e0b00000000, - 0xa2b749e300000000, 0x064ebc1600000000, 0xa7deabfe00000000, - 0x0569e21d00000000, 0xa4f9f5f500000000, 0x0c9c782d00000000, - 0xad0c6fc500000000, 0x0fbb262600000000, 0xae2b31ce00000000, - 0x0ad2c43b00000000, 0xab42d3d300000000, 0x09f59a3000000000, - 0xa8658dd800000000, 0x1838f15a00000000, 0xb9a8e6b200000000, - 0x1b1faf5100000000, 0xba8fb8b900000000, 0x1e764d4c00000000, - 0xbfe65aa400000000, 0x1d51134700000000, 0xbcc104af00000000, - 0x14a4897700000000, 0xb5349e9f00000000, 0x1783d77c00000000, - 0xb613c09400000000, 0x12ea356100000000, 0xb37a228900000000, - 0x11cd6b6a00000000, 0xb05d7c8200000000, 0x3070e2b500000000, - 0x91e0f55d00000000, 0x3357bcbe00000000, 0x92c7ab5600000000, - 0x363e5ea300000000, 0x97ae494b00000000, 0x351900a800000000, - 0x9489174000000000, 0x3cec9a9800000000, 0x9d7c8d7000000000, - 0x3fcbc49300000000, 0x9e5bd37b00000000, 0x3aa2268e00000000, - 0x9b32316600000000, 0x3985788500000000, 0x98156f6d00000000, - 0x284813ef00000000, 0x89d8040700000000, 0x2b6f4de400000000, - 0x8aff5a0c00000000, 0x2e06aff900000000, 0x8f96b81100000000, - 0x2d21f1f200000000, 0x8cb1e61a00000000, 0x24d46bc200000000, - 0x85447c2a00000000, 0x27f335c900000000, 0x8663222100000000, - 0x229ad7d400000000, 0x830ac03c00000000, 0x21bd89df00000000, - 0x802d9e3700000000, 0x21e6b5b000000000, 0x8076a25800000000, - 0x22c1ebbb00000000, 0x8351fc5300000000, 0x27a809a600000000, - 0x86381e4e00000000, 0x248f57ad00000000, 0x851f404500000000, - 0x2d7acd9d00000000, 0x8ceada7500000000, 0x2e5d939600000000, - 0x8fcd847e00000000, 0x2b34718b00000000, 0x8aa4666300000000, - 0x28132f8000000000, 0x8983386800000000, 0x39de44ea00000000, - 0x984e530200000000, 0x3af91ae100000000, 0x9b690d0900000000, - 0x3f90f8fc00000000, 0x9e00ef1400000000, 0x3cb7a6f700000000, - 0x9d27b11f00000000, 0x35423cc700000000, 0x94d22b2f00000000, - 0x366562cc00000000, 0x97f5752400000000, 0x330c80d100000000, - 0x929c973900000000, 0x302bdeda00000000, 0x91bbc93200000000, - 0x1196570500000000, 0xb00640ed00000000, 0x12b1090e00000000, - 0xb3211ee600000000, 0x17d8eb1300000000, 0xb648fcfb00000000, - 0x14ffb51800000000, 0xb56fa2f000000000, 0x1d0a2f2800000000, - 0xbc9a38c000000000, 0x1e2d712300000000, 0xbfbd66cb00000000, - 0x1b44933e00000000, 0xbad484d600000000, 0x1863cd3500000000, - 0xb9f3dadd00000000, 0x09aea65f00000000, 0xa83eb1b700000000, - 0x0a89f85400000000, 0xab19efbc00000000, 0x0fe01a4900000000, - 0xae700da100000000, 0x0cc7444200000000, 0xad5753aa00000000, - 0x0532de7200000000, 0xa4a2c99a00000000, 0x0615807900000000, - 0xa785979100000000, 0x037c626400000000, 0xa2ec758c00000000, - 0x005b3c6f00000000, 0xa1cb2b8700000000, 0x03ca1aba00000000, - 0xa25a0d5200000000, 0x00ed44b100000000, 0xa17d535900000000, - 0x0584a6ac00000000, 0xa414b14400000000, 0x06a3f8a700000000, - 0xa733ef4f00000000, 0x0f56629700000000, 0xaec6757f00000000, - 0x0c713c9c00000000, 0xade12b7400000000, 0x0918de8100000000, - 0xa888c96900000000, 0x0a3f808a00000000, 0xabaf976200000000, - 0x1bf2ebe000000000, 0xba62fc0800000000, 0x18d5b5eb00000000, - 0xb945a20300000000, 0x1dbc57f600000000, 0xbc2c401e00000000, - 0x1e9b09fd00000000, 0xbf0b1e1500000000, 0x176e93cd00000000, - 0xb6fe842500000000, 0x1449cdc600000000, 0xb5d9da2e00000000, - 0x11202fdb00000000, 0xb0b0383300000000, 0x120771d000000000, - 0xb397663800000000, 0x33baf80f00000000, 0x922aefe700000000, - 0x309da60400000000, 0x910db1ec00000000, 0x35f4441900000000, - 0x946453f100000000, 0x36d31a1200000000, 0x97430dfa00000000, - 0x3f26802200000000, 0x9eb697ca00000000, 0x3c01de2900000000, - 0x9d91c9c100000000, 0x39683c3400000000, 0x98f82bdc00000000, - 0x3a4f623f00000000, 0x9bdf75d700000000, 0x2b82095500000000, - 0x8a121ebd00000000, 0x28a5575e00000000, 0x893540b600000000, - 0x2dccb54300000000, 0x8c5ca2ab00000000, 0x2eebeb4800000000, - 0x8f7bfca000000000, 0x271e717800000000, 0x868e669000000000, - 0x24392f7300000000, 0x85a9389b00000000, 0x2150cd6e00000000, - 0x80c0da8600000000, 0x2277936500000000, 0x83e7848d00000000, - 0x222caf0a00000000, 0x83bcb8e200000000, 0x210bf10100000000, - 0x809be6e900000000, 0x2462131c00000000, 0x85f204f400000000, - 0x27454d1700000000, 0x86d55aff00000000, 0x2eb0d72700000000, - 0x8f20c0cf00000000, 0x2d97892c00000000, 0x8c079ec400000000, - 0x28fe6b3100000000, 0x896e7cd900000000, 0x2bd9353a00000000, - 0x8a4922d200000000, 0x3a145e5000000000, 0x9b8449b800000000, - 0x3933005b00000000, 0x98a317b300000000, 0x3c5ae24600000000, - 0x9dcaf5ae00000000, 0x3f7dbc4d00000000, 0x9eedaba500000000, - 0x3688267d00000000, 0x9718319500000000, 0x35af787600000000, - 0x943f6f9e00000000, 0x30c69a6b00000000, 0x91568d8300000000, - 0x33e1c46000000000, 0x9271d38800000000, 0x125c4dbf00000000, - 0xb3cc5a5700000000, 0x117b13b400000000, 0xb0eb045c00000000, - 0x1412f1a900000000, 0xb582e64100000000, 0x1735afa200000000, - 0xb6a5b84a00000000, 0x1ec0359200000000, 0xbf50227a00000000, - 0x1de76b9900000000, 0xbc777c7100000000, 0x188e898400000000, - 0xb91e9e6c00000000, 0x1ba9d78f00000000, 0xba39c06700000000, - 0x0a64bce500000000, 0xabf4ab0d00000000, 0x0943e2ee00000000, - 0xa8d3f50600000000, 0x0c2a00f300000000, 0xadba171b00000000, - 0x0f0d5ef800000000, 0xae9d491000000000, 0x06f8c4c800000000, - 0xa768d32000000000, 0x05df9ac300000000, 0xa44f8d2b00000000, - 0x00b678de00000000, 0xa1266f3600000000, 0x039126d500000000, - 0xa201313d00000000}, - {0x0000000000000000, 0xee8439a100000000, 0x9d0f029900000000, - 0x738b3b3800000000, 0x7b1975e900000000, 0x959d4c4800000000, - 0xe616777000000000, 0x08924ed100000000, 0xb7349b0900000000, - 0x59b0a2a800000000, 0x2a3b999000000000, 0xc4bfa03100000000, - 0xcc2deee000000000, 0x22a9d74100000000, 0x5122ec7900000000, - 0xbfa6d5d800000000, 0x6e69361300000000, 0x80ed0fb200000000, - 0xf366348a00000000, 0x1de20d2b00000000, 0x157043fa00000000, - 0xfbf47a5b00000000, 0x887f416300000000, 0x66fb78c200000000, - 0xd95dad1a00000000, 0x37d994bb00000000, 0x4452af8300000000, - 0xaad6962200000000, 0xa244d8f300000000, 0x4cc0e15200000000, - 0x3f4bda6a00000000, 0xd1cfe3cb00000000, 0xdcd26c2600000000, - 0x3256558700000000, 0x41dd6ebf00000000, 0xaf59571e00000000, - 0xa7cb19cf00000000, 0x494f206e00000000, 0x3ac41b5600000000, - 0xd44022f700000000, 0x6be6f72f00000000, 0x8562ce8e00000000, - 0xf6e9f5b600000000, 0x186dcc1700000000, 0x10ff82c600000000, - 0xfe7bbb6700000000, 0x8df0805f00000000, 0x6374b9fe00000000, - 0xb2bb5a3500000000, 0x5c3f639400000000, 0x2fb458ac00000000, - 0xc130610d00000000, 0xc9a22fdc00000000, 0x2726167d00000000, - 0x54ad2d4500000000, 0xba2914e400000000, 0x058fc13c00000000, - 0xeb0bf89d00000000, 0x9880c3a500000000, 0x7604fa0400000000, - 0x7e96b4d500000000, 0x90128d7400000000, 0xe399b64c00000000, - 0x0d1d8fed00000000, 0xb8a5d94c00000000, 0x5621e0ed00000000, - 0x25aadbd500000000, 0xcb2ee27400000000, 0xc3bcaca500000000, - 0x2d38950400000000, 0x5eb3ae3c00000000, 0xb037979d00000000, - 0x0f91424500000000, 0xe1157be400000000, 0x929e40dc00000000, - 0x7c1a797d00000000, 0x748837ac00000000, 0x9a0c0e0d00000000, - 0xe987353500000000, 0x07030c9400000000, 0xd6ccef5f00000000, - 0x3848d6fe00000000, 0x4bc3edc600000000, 0xa547d46700000000, - 0xadd59ab600000000, 0x4351a31700000000, 0x30da982f00000000, - 0xde5ea18e00000000, 0x61f8745600000000, 0x8f7c4df700000000, - 0xfcf776cf00000000, 0x12734f6e00000000, 0x1ae101bf00000000, - 0xf465381e00000000, 0x87ee032600000000, 0x696a3a8700000000, - 0x6477b56a00000000, 0x8af38ccb00000000, 0xf978b7f300000000, - 0x17fc8e5200000000, 0x1f6ec08300000000, 0xf1eaf92200000000, - 0x8261c21a00000000, 0x6ce5fbbb00000000, 0xd3432e6300000000, - 0x3dc717c200000000, 0x4e4c2cfa00000000, 0xa0c8155b00000000, - 0xa85a5b8a00000000, 0x46de622b00000000, 0x3555591300000000, - 0xdbd160b200000000, 0x0a1e837900000000, 0xe49abad800000000, - 0x971181e000000000, 0x7995b84100000000, 0x7107f69000000000, - 0x9f83cf3100000000, 0xec08f40900000000, 0x028ccda800000000, - 0xbd2a187000000000, 0x53ae21d100000000, 0x20251ae900000000, - 0xcea1234800000000, 0xc6336d9900000000, 0x28b7543800000000, - 0x5b3c6f0000000000, 0xb5b856a100000000, 0x704bb39900000000, - 0x9ecf8a3800000000, 0xed44b10000000000, 0x03c088a100000000, - 0x0b52c67000000000, 0xe5d6ffd100000000, 0x965dc4e900000000, - 0x78d9fd4800000000, 0xc77f289000000000, 0x29fb113100000000, - 0x5a702a0900000000, 0xb4f413a800000000, 0xbc665d7900000000, - 0x52e264d800000000, 0x21695fe000000000, 0xcfed664100000000, - 0x1e22858a00000000, 0xf0a6bc2b00000000, 0x832d871300000000, - 0x6da9beb200000000, 0x653bf06300000000, 0x8bbfc9c200000000, - 0xf834f2fa00000000, 0x16b0cb5b00000000, 0xa9161e8300000000, - 0x4792272200000000, 0x34191c1a00000000, 0xda9d25bb00000000, - 0xd20f6b6a00000000, 0x3c8b52cb00000000, 0x4f0069f300000000, - 0xa184505200000000, 0xac99dfbf00000000, 0x421de61e00000000, - 0x3196dd2600000000, 0xdf12e48700000000, 0xd780aa5600000000, - 0x390493f700000000, 0x4a8fa8cf00000000, 0xa40b916e00000000, - 0x1bad44b600000000, 0xf5297d1700000000, 0x86a2462f00000000, - 0x68267f8e00000000, 0x60b4315f00000000, 0x8e3008fe00000000, - 0xfdbb33c600000000, 0x133f0a6700000000, 0xc2f0e9ac00000000, - 0x2c74d00d00000000, 0x5fffeb3500000000, 0xb17bd29400000000, - 0xb9e99c4500000000, 0x576da5e400000000, 0x24e69edc00000000, - 0xca62a77d00000000, 0x75c472a500000000, 0x9b404b0400000000, - 0xe8cb703c00000000, 0x064f499d00000000, 0x0edd074c00000000, - 0xe0593eed00000000, 0x93d205d500000000, 0x7d563c7400000000, - 0xc8ee6ad500000000, 0x266a537400000000, 0x55e1684c00000000, - 0xbb6551ed00000000, 0xb3f71f3c00000000, 0x5d73269d00000000, - 0x2ef81da500000000, 0xc07c240400000000, 0x7fdaf1dc00000000, - 0x915ec87d00000000, 0xe2d5f34500000000, 0x0c51cae400000000, - 0x04c3843500000000, 0xea47bd9400000000, 0x99cc86ac00000000, - 0x7748bf0d00000000, 0xa6875cc600000000, 0x4803656700000000, - 0x3b885e5f00000000, 0xd50c67fe00000000, 0xdd9e292f00000000, - 0x331a108e00000000, 0x40912bb600000000, 0xae15121700000000, - 0x11b3c7cf00000000, 0xff37fe6e00000000, 0x8cbcc55600000000, - 0x6238fcf700000000, 0x6aaab22600000000, 0x842e8b8700000000, - 0xf7a5b0bf00000000, 0x1921891e00000000, 0x143c06f300000000, - 0xfab83f5200000000, 0x8933046a00000000, 0x67b73dcb00000000, - 0x6f25731a00000000, 0x81a14abb00000000, 0xf22a718300000000, - 0x1cae482200000000, 0xa3089dfa00000000, 0x4d8ca45b00000000, - 0x3e079f6300000000, 0xd083a6c200000000, 0xd811e81300000000, - 0x3695d1b200000000, 0x451eea8a00000000, 0xab9ad32b00000000, - 0x7a5530e000000000, 0x94d1094100000000, 0xe75a327900000000, - 0x09de0bd800000000, 0x014c450900000000, 0xefc87ca800000000, - 0x9c43479000000000, 0x72c77e3100000000, 0xcd61abe900000000, - 0x23e5924800000000, 0x506ea97000000000, 0xbeea90d100000000, - 0xb678de0000000000, 0x58fce7a100000000, 0x2b77dc9900000000, - 0xc5f3e53800000000}, - {0x0000000000000000, 0xfbf6134700000000, 0xf6ed278e00000000, - 0x0d1b34c900000000, 0xaddd3ec700000000, 0x562b2d8000000000, - 0x5b30194900000000, 0xa0c60a0e00000000, 0x1bbd0c5500000000, - 0xe04b1f1200000000, 0xed502bdb00000000, 0x16a6389c00000000, - 0xb660329200000000, 0x4d9621d500000000, 0x408d151c00000000, - 0xbb7b065b00000000, 0x367a19aa00000000, 0xcd8c0aed00000000, - 0xc0973e2400000000, 0x3b612d6300000000, 0x9ba7276d00000000, - 0x6051342a00000000, 0x6d4a00e300000000, 0x96bc13a400000000, - 0x2dc715ff00000000, 0xd63106b800000000, 0xdb2a327100000000, - 0x20dc213600000000, 0x801a2b3800000000, 0x7bec387f00000000, - 0x76f70cb600000000, 0x8d011ff100000000, 0x2df2438f00000000, - 0xd60450c800000000, 0xdb1f640100000000, 0x20e9774600000000, - 0x802f7d4800000000, 0x7bd96e0f00000000, 0x76c25ac600000000, - 0x8d34498100000000, 0x364f4fda00000000, 0xcdb95c9d00000000, - 0xc0a2685400000000, 0x3b547b1300000000, 0x9b92711d00000000, - 0x6064625a00000000, 0x6d7f569300000000, 0x968945d400000000, - 0x1b885a2500000000, 0xe07e496200000000, 0xed657dab00000000, - 0x16936eec00000000, 0xb65564e200000000, 0x4da377a500000000, - 0x40b8436c00000000, 0xbb4e502b00000000, 0x0035567000000000, - 0xfbc3453700000000, 0xf6d871fe00000000, 0x0d2e62b900000000, - 0xade868b700000000, 0x561e7bf000000000, 0x5b054f3900000000, - 0xa0f35c7e00000000, 0x1be2f6c500000000, 0xe014e58200000000, - 0xed0fd14b00000000, 0x16f9c20c00000000, 0xb63fc80200000000, - 0x4dc9db4500000000, 0x40d2ef8c00000000, 0xbb24fccb00000000, - 0x005ffa9000000000, 0xfba9e9d700000000, 0xf6b2dd1e00000000, - 0x0d44ce5900000000, 0xad82c45700000000, 0x5674d71000000000, - 0x5b6fe3d900000000, 0xa099f09e00000000, 0x2d98ef6f00000000, - 0xd66efc2800000000, 0xdb75c8e100000000, 0x2083dba600000000, - 0x8045d1a800000000, 0x7bb3c2ef00000000, 0x76a8f62600000000, - 0x8d5ee56100000000, 0x3625e33a00000000, 0xcdd3f07d00000000, - 0xc0c8c4b400000000, 0x3b3ed7f300000000, 0x9bf8ddfd00000000, - 0x600eceba00000000, 0x6d15fa7300000000, 0x96e3e93400000000, - 0x3610b54a00000000, 0xcde6a60d00000000, 0xc0fd92c400000000, - 0x3b0b818300000000, 0x9bcd8b8d00000000, 0x603b98ca00000000, - 0x6d20ac0300000000, 0x96d6bf4400000000, 0x2dadb91f00000000, - 0xd65baa5800000000, 0xdb409e9100000000, 0x20b68dd600000000, - 0x807087d800000000, 0x7b86949f00000000, 0x769da05600000000, - 0x8d6bb31100000000, 0x006aace000000000, 0xfb9cbfa700000000, - 0xf6878b6e00000000, 0x0d71982900000000, 0xadb7922700000000, - 0x5641816000000000, 0x5b5ab5a900000000, 0xa0aca6ee00000000, - 0x1bd7a0b500000000, 0xe021b3f200000000, 0xed3a873b00000000, - 0x16cc947c00000000, 0xb60a9e7200000000, 0x4dfc8d3500000000, - 0x40e7b9fc00000000, 0xbb11aabb00000000, 0x77c29c5000000000, - 0x8c348f1700000000, 0x812fbbde00000000, 0x7ad9a89900000000, - 0xda1fa29700000000, 0x21e9b1d000000000, 0x2cf2851900000000, - 0xd704965e00000000, 0x6c7f900500000000, 0x9789834200000000, - 0x9a92b78b00000000, 0x6164a4cc00000000, 0xc1a2aec200000000, - 0x3a54bd8500000000, 0x374f894c00000000, 0xccb99a0b00000000, - 0x41b885fa00000000, 0xba4e96bd00000000, 0xb755a27400000000, - 0x4ca3b13300000000, 0xec65bb3d00000000, 0x1793a87a00000000, - 0x1a889cb300000000, 0xe17e8ff400000000, 0x5a0589af00000000, - 0xa1f39ae800000000, 0xace8ae2100000000, 0x571ebd6600000000, - 0xf7d8b76800000000, 0x0c2ea42f00000000, 0x013590e600000000, - 0xfac383a100000000, 0x5a30dfdf00000000, 0xa1c6cc9800000000, - 0xacddf85100000000, 0x572beb1600000000, 0xf7ede11800000000, - 0x0c1bf25f00000000, 0x0100c69600000000, 0xfaf6d5d100000000, - 0x418dd38a00000000, 0xba7bc0cd00000000, 0xb760f40400000000, - 0x4c96e74300000000, 0xec50ed4d00000000, 0x17a6fe0a00000000, - 0x1abdcac300000000, 0xe14bd98400000000, 0x6c4ac67500000000, - 0x97bcd53200000000, 0x9aa7e1fb00000000, 0x6151f2bc00000000, - 0xc197f8b200000000, 0x3a61ebf500000000, 0x377adf3c00000000, - 0xcc8ccc7b00000000, 0x77f7ca2000000000, 0x8c01d96700000000, - 0x811aedae00000000, 0x7aecfee900000000, 0xda2af4e700000000, - 0x21dce7a000000000, 0x2cc7d36900000000, 0xd731c02e00000000, - 0x6c206a9500000000, 0x97d679d200000000, 0x9acd4d1b00000000, - 0x613b5e5c00000000, 0xc1fd545200000000, 0x3a0b471500000000, - 0x371073dc00000000, 0xcce6609b00000000, 0x779d66c000000000, - 0x8c6b758700000000, 0x8170414e00000000, 0x7a86520900000000, - 0xda40580700000000, 0x21b64b4000000000, 0x2cad7f8900000000, - 0xd75b6cce00000000, 0x5a5a733f00000000, 0xa1ac607800000000, - 0xacb754b100000000, 0x574147f600000000, 0xf7874df800000000, - 0x0c715ebf00000000, 0x016a6a7600000000, 0xfa9c793100000000, - 0x41e77f6a00000000, 0xba116c2d00000000, 0xb70a58e400000000, - 0x4cfc4ba300000000, 0xec3a41ad00000000, 0x17cc52ea00000000, - 0x1ad7662300000000, 0xe121756400000000, 0x41d2291a00000000, - 0xba243a5d00000000, 0xb73f0e9400000000, 0x4cc91dd300000000, - 0xec0f17dd00000000, 0x17f9049a00000000, 0x1ae2305300000000, - 0xe114231400000000, 0x5a6f254f00000000, 0xa199360800000000, - 0xac8202c100000000, 0x5774118600000000, 0xf7b21b8800000000, - 0x0c4408cf00000000, 0x015f3c0600000000, 0xfaa92f4100000000, - 0x77a830b000000000, 0x8c5e23f700000000, 0x8145173e00000000, - 0x7ab3047900000000, 0xda750e7700000000, 0x21831d3000000000, - 0x2c9829f900000000, 0xd76e3abe00000000, 0x6c153ce500000000, - 0x97e32fa200000000, 0x9af81b6b00000000, 0x610e082c00000000, - 0xc1c8022200000000, 0x3a3e116500000000, 0x372525ac00000000, - 0xccd336eb00000000}, - {0x0000000000000000, 0x6238282a00000000, 0xc470505400000000, - 0xa648787e00000000, 0x88e1a0a800000000, 0xead9888200000000, - 0x4c91f0fc00000000, 0x2ea9d8d600000000, 0x51c5308a00000000, - 0x33fd18a000000000, 0x95b560de00000000, 0xf78d48f400000000, - 0xd924902200000000, 0xbb1cb80800000000, 0x1d54c07600000000, - 0x7f6ce85c00000000, 0xe38c10cf00000000, 0x81b438e500000000, - 0x27fc409b00000000, 0x45c468b100000000, 0x6b6db06700000000, - 0x0955984d00000000, 0xaf1de03300000000, 0xcd25c81900000000, - 0xb249204500000000, 0xd071086f00000000, 0x7639701100000000, - 0x1401583b00000000, 0x3aa880ed00000000, 0x5890a8c700000000, - 0xfed8d0b900000000, 0x9ce0f89300000000, 0x871f504500000000, - 0xe527786f00000000, 0x436f001100000000, 0x2157283b00000000, - 0x0ffef0ed00000000, 0x6dc6d8c700000000, 0xcb8ea0b900000000, - 0xa9b6889300000000, 0xd6da60cf00000000, 0xb4e248e500000000, - 0x12aa309b00000000, 0x709218b100000000, 0x5e3bc06700000000, - 0x3c03e84d00000000, 0x9a4b903300000000, 0xf873b81900000000, - 0x6493408a00000000, 0x06ab68a000000000, 0xa0e310de00000000, - 0xc2db38f400000000, 0xec72e02200000000, 0x8e4ac80800000000, - 0x2802b07600000000, 0x4a3a985c00000000, 0x3556700000000000, - 0x576e582a00000000, 0xf126205400000000, 0x931e087e00000000, - 0xbdb7d0a800000000, 0xdf8ff88200000000, 0x79c780fc00000000, - 0x1bffa8d600000000, 0x0e3fa08a00000000, 0x6c0788a000000000, - 0xca4ff0de00000000, 0xa877d8f400000000, 0x86de002200000000, - 0xe4e6280800000000, 0x42ae507600000000, 0x2096785c00000000, - 0x5ffa900000000000, 0x3dc2b82a00000000, 0x9b8ac05400000000, - 0xf9b2e87e00000000, 0xd71b30a800000000, 0xb523188200000000, - 0x136b60fc00000000, 0x715348d600000000, 0xedb3b04500000000, - 0x8f8b986f00000000, 0x29c3e01100000000, 0x4bfbc83b00000000, - 0x655210ed00000000, 0x076a38c700000000, 0xa12240b900000000, - 0xc31a689300000000, 0xbc7680cf00000000, 0xde4ea8e500000000, - 0x7806d09b00000000, 0x1a3ef8b100000000, 0x3497206700000000, - 0x56af084d00000000, 0xf0e7703300000000, 0x92df581900000000, - 0x8920f0cf00000000, 0xeb18d8e500000000, 0x4d50a09b00000000, - 0x2f6888b100000000, 0x01c1506700000000, 0x63f9784d00000000, - 0xc5b1003300000000, 0xa789281900000000, 0xd8e5c04500000000, - 0xbadde86f00000000, 0x1c95901100000000, 0x7eadb83b00000000, - 0x500460ed00000000, 0x323c48c700000000, 0x947430b900000000, - 0xf64c189300000000, 0x6aace00000000000, 0x0894c82a00000000, - 0xaedcb05400000000, 0xcce4987e00000000, 0xe24d40a800000000, - 0x8075688200000000, 0x263d10fc00000000, 0x440538d600000000, - 0x3b69d08a00000000, 0x5951f8a000000000, 0xff1980de00000000, - 0x9d21a8f400000000, 0xb388702200000000, 0xd1b0580800000000, - 0x77f8207600000000, 0x15c0085c00000000, 0x5d7831ce00000000, - 0x3f4019e400000000, 0x9908619a00000000, 0xfb3049b000000000, - 0xd599916600000000, 0xb7a1b94c00000000, 0x11e9c13200000000, - 0x73d1e91800000000, 0x0cbd014400000000, 0x6e85296e00000000, - 0xc8cd511000000000, 0xaaf5793a00000000, 0x845ca1ec00000000, - 0xe66489c600000000, 0x402cf1b800000000, 0x2214d99200000000, - 0xbef4210100000000, 0xdccc092b00000000, 0x7a84715500000000, - 0x18bc597f00000000, 0x361581a900000000, 0x542da98300000000, - 0xf265d1fd00000000, 0x905df9d700000000, 0xef31118b00000000, - 0x8d0939a100000000, 0x2b4141df00000000, 0x497969f500000000, - 0x67d0b12300000000, 0x05e8990900000000, 0xa3a0e17700000000, - 0xc198c95d00000000, 0xda67618b00000000, 0xb85f49a100000000, - 0x1e1731df00000000, 0x7c2f19f500000000, 0x5286c12300000000, - 0x30bee90900000000, 0x96f6917700000000, 0xf4ceb95d00000000, - 0x8ba2510100000000, 0xe99a792b00000000, 0x4fd2015500000000, - 0x2dea297f00000000, 0x0343f1a900000000, 0x617bd98300000000, - 0xc733a1fd00000000, 0xa50b89d700000000, 0x39eb714400000000, - 0x5bd3596e00000000, 0xfd9b211000000000, 0x9fa3093a00000000, - 0xb10ad1ec00000000, 0xd332f9c600000000, 0x757a81b800000000, - 0x1742a99200000000, 0x682e41ce00000000, 0x0a1669e400000000, - 0xac5e119a00000000, 0xce6639b000000000, 0xe0cfe16600000000, - 0x82f7c94c00000000, 0x24bfb13200000000, 0x4687991800000000, - 0x5347914400000000, 0x317fb96e00000000, 0x9737c11000000000, - 0xf50fe93a00000000, 0xdba631ec00000000, 0xb99e19c600000000, - 0x1fd661b800000000, 0x7dee499200000000, 0x0282a1ce00000000, - 0x60ba89e400000000, 0xc6f2f19a00000000, 0xa4cad9b000000000, - 0x8a63016600000000, 0xe85b294c00000000, 0x4e13513200000000, - 0x2c2b791800000000, 0xb0cb818b00000000, 0xd2f3a9a100000000, - 0x74bbd1df00000000, 0x1683f9f500000000, 0x382a212300000000, - 0x5a12090900000000, 0xfc5a717700000000, 0x9e62595d00000000, - 0xe10eb10100000000, 0x8336992b00000000, 0x257ee15500000000, - 0x4746c97f00000000, 0x69ef11a900000000, 0x0bd7398300000000, - 0xad9f41fd00000000, 0xcfa769d700000000, 0xd458c10100000000, - 0xb660e92b00000000, 0x1028915500000000, 0x7210b97f00000000, - 0x5cb961a900000000, 0x3e81498300000000, 0x98c931fd00000000, - 0xfaf119d700000000, 0x859df18b00000000, 0xe7a5d9a100000000, - 0x41eda1df00000000, 0x23d589f500000000, 0x0d7c512300000000, - 0x6f44790900000000, 0xc90c017700000000, 0xab34295d00000000, - 0x37d4d1ce00000000, 0x55ecf9e400000000, 0xf3a4819a00000000, - 0x919ca9b000000000, 0xbf35716600000000, 0xdd0d594c00000000, - 0x7b45213200000000, 0x197d091800000000, 0x6611e14400000000, - 0x0429c96e00000000, 0xa261b11000000000, 0xc059993a00000000, - 0xeef041ec00000000, 0x8cc869c600000000, 0x2a8011b800000000, - 0x48b8399200000000}, - {0x0000000000000000, 0x4c2896a300000000, 0xd9565d9c00000000, - 0x957ecb3f00000000, 0xf3abcbe300000000, 0xbf835d4000000000, - 0x2afd967f00000000, 0x66d500dc00000000, 0xa751e61c00000000, - 0xeb7970bf00000000, 0x7e07bb8000000000, 0x322f2d2300000000, - 0x54fa2dff00000000, 0x18d2bb5c00000000, 0x8dac706300000000, - 0xc184e6c000000000, 0x4ea3cc3900000000, 0x028b5a9a00000000, - 0x97f591a500000000, 0xdbdd070600000000, 0xbd0807da00000000, - 0xf120917900000000, 0x645e5a4600000000, 0x2876cce500000000, - 0xe9f22a2500000000, 0xa5dabc8600000000, 0x30a477b900000000, - 0x7c8ce11a00000000, 0x1a59e1c600000000, 0x5671776500000000, - 0xc30fbc5a00000000, 0x8f272af900000000, 0x9c46997300000000, - 0xd06e0fd000000000, 0x4510c4ef00000000, 0x0938524c00000000, - 0x6fed529000000000, 0x23c5c43300000000, 0xb6bb0f0c00000000, - 0xfa9399af00000000, 0x3b177f6f00000000, 0x773fe9cc00000000, - 0xe24122f300000000, 0xae69b45000000000, 0xc8bcb48c00000000, - 0x8494222f00000000, 0x11eae91000000000, 0x5dc27fb300000000, - 0xd2e5554a00000000, 0x9ecdc3e900000000, 0x0bb308d600000000, - 0x479b9e7500000000, 0x214e9ea900000000, 0x6d66080a00000000, - 0xf818c33500000000, 0xb430559600000000, 0x75b4b35600000000, - 0x399c25f500000000, 0xace2eeca00000000, 0xe0ca786900000000, - 0x861f78b500000000, 0xca37ee1600000000, 0x5f49252900000000, - 0x1361b38a00000000, 0x388d32e700000000, 0x74a5a44400000000, - 0xe1db6f7b00000000, 0xadf3f9d800000000, 0xcb26f90400000000, - 0x870e6fa700000000, 0x1270a49800000000, 0x5e58323b00000000, - 0x9fdcd4fb00000000, 0xd3f4425800000000, 0x468a896700000000, - 0x0aa21fc400000000, 0x6c771f1800000000, 0x205f89bb00000000, - 0xb521428400000000, 0xf909d42700000000, 0x762efede00000000, - 0x3a06687d00000000, 0xaf78a34200000000, 0xe35035e100000000, - 0x8585353d00000000, 0xc9ada39e00000000, 0x5cd368a100000000, - 0x10fbfe0200000000, 0xd17f18c200000000, 0x9d578e6100000000, - 0x0829455e00000000, 0x4401d3fd00000000, 0x22d4d32100000000, - 0x6efc458200000000, 0xfb828ebd00000000, 0xb7aa181e00000000, - 0xa4cbab9400000000, 0xe8e33d3700000000, 0x7d9df60800000000, - 0x31b560ab00000000, 0x5760607700000000, 0x1b48f6d400000000, - 0x8e363deb00000000, 0xc21eab4800000000, 0x039a4d8800000000, - 0x4fb2db2b00000000, 0xdacc101400000000, 0x96e486b700000000, - 0xf031866b00000000, 0xbc1910c800000000, 0x2967dbf700000000, - 0x654f4d5400000000, 0xea6867ad00000000, 0xa640f10e00000000, - 0x333e3a3100000000, 0x7f16ac9200000000, 0x19c3ac4e00000000, - 0x55eb3aed00000000, 0xc095f1d200000000, 0x8cbd677100000000, - 0x4d3981b100000000, 0x0111171200000000, 0x946fdc2d00000000, - 0xd8474a8e00000000, 0xbe924a5200000000, 0xf2badcf100000000, - 0x67c417ce00000000, 0x2bec816d00000000, 0x311c141500000000, - 0x7d3482b600000000, 0xe84a498900000000, 0xa462df2a00000000, - 0xc2b7dff600000000, 0x8e9f495500000000, 0x1be1826a00000000, - 0x57c914c900000000, 0x964df20900000000, 0xda6564aa00000000, - 0x4f1baf9500000000, 0x0333393600000000, 0x65e639ea00000000, - 0x29ceaf4900000000, 0xbcb0647600000000, 0xf098f2d500000000, - 0x7fbfd82c00000000, 0x33974e8f00000000, 0xa6e985b000000000, - 0xeac1131300000000, 0x8c1413cf00000000, 0xc03c856c00000000, - 0x55424e5300000000, 0x196ad8f000000000, 0xd8ee3e3000000000, - 0x94c6a89300000000, 0x01b863ac00000000, 0x4d90f50f00000000, - 0x2b45f5d300000000, 0x676d637000000000, 0xf213a84f00000000, - 0xbe3b3eec00000000, 0xad5a8d6600000000, 0xe1721bc500000000, - 0x740cd0fa00000000, 0x3824465900000000, 0x5ef1468500000000, - 0x12d9d02600000000, 0x87a71b1900000000, 0xcb8f8dba00000000, - 0x0a0b6b7a00000000, 0x4623fdd900000000, 0xd35d36e600000000, - 0x9f75a04500000000, 0xf9a0a09900000000, 0xb588363a00000000, - 0x20f6fd0500000000, 0x6cde6ba600000000, 0xe3f9415f00000000, - 0xafd1d7fc00000000, 0x3aaf1cc300000000, 0x76878a6000000000, - 0x10528abc00000000, 0x5c7a1c1f00000000, 0xc904d72000000000, - 0x852c418300000000, 0x44a8a74300000000, 0x088031e000000000, - 0x9dfefadf00000000, 0xd1d66c7c00000000, 0xb7036ca000000000, - 0xfb2bfa0300000000, 0x6e55313c00000000, 0x227da79f00000000, - 0x099126f200000000, 0x45b9b05100000000, 0xd0c77b6e00000000, - 0x9cefedcd00000000, 0xfa3aed1100000000, 0xb6127bb200000000, - 0x236cb08d00000000, 0x6f44262e00000000, 0xaec0c0ee00000000, - 0xe2e8564d00000000, 0x77969d7200000000, 0x3bbe0bd100000000, - 0x5d6b0b0d00000000, 0x11439dae00000000, 0x843d569100000000, - 0xc815c03200000000, 0x4732eacb00000000, 0x0b1a7c6800000000, - 0x9e64b75700000000, 0xd24c21f400000000, 0xb499212800000000, - 0xf8b1b78b00000000, 0x6dcf7cb400000000, 0x21e7ea1700000000, - 0xe0630cd700000000, 0xac4b9a7400000000, 0x3935514b00000000, - 0x751dc7e800000000, 0x13c8c73400000000, 0x5fe0519700000000, - 0xca9e9aa800000000, 0x86b60c0b00000000, 0x95d7bf8100000000, - 0xd9ff292200000000, 0x4c81e21d00000000, 0x00a974be00000000, - 0x667c746200000000, 0x2a54e2c100000000, 0xbf2a29fe00000000, - 0xf302bf5d00000000, 0x3286599d00000000, 0x7eaecf3e00000000, - 0xebd0040100000000, 0xa7f892a200000000, 0xc12d927e00000000, - 0x8d0504dd00000000, 0x187bcfe200000000, 0x5453594100000000, - 0xdb7473b800000000, 0x975ce51b00000000, 0x02222e2400000000, - 0x4e0ab88700000000, 0x28dfb85b00000000, 0x64f72ef800000000, - 0xf189e5c700000000, 0xbda1736400000000, 0x7c2595a400000000, - 0x300d030700000000, 0xa573c83800000000, 0xe95b5e9b00000000, - 0x8f8e5e4700000000, 0xc3a6c8e400000000, 0x56d803db00000000, - 0x1af0957800000000}, - {0x0000000000000000, 0x939bc97f00000000, 0x263793ff00000000, - 0xb5ac5a8000000000, 0x0d68572400000000, 0x9ef39e5b00000000, - 0x2b5fc4db00000000, 0xb8c40da400000000, 0x1ad0ae4800000000, - 0x894b673700000000, 0x3ce73db700000000, 0xaf7cf4c800000000, - 0x17b8f96c00000000, 0x8423301300000000, 0x318f6a9300000000, - 0xa214a3ec00000000, 0x34a05d9100000000, 0xa73b94ee00000000, - 0x1297ce6e00000000, 0x810c071100000000, 0x39c80ab500000000, - 0xaa53c3ca00000000, 0x1fff994a00000000, 0x8c64503500000000, - 0x2e70f3d900000000, 0xbdeb3aa600000000, 0x0847602600000000, - 0x9bdca95900000000, 0x2318a4fd00000000, 0xb0836d8200000000, - 0x052f370200000000, 0x96b4fe7d00000000, 0x2946caf900000000, - 0xbadd038600000000, 0x0f71590600000000, 0x9cea907900000000, - 0x242e9ddd00000000, 0xb7b554a200000000, 0x02190e2200000000, - 0x9182c75d00000000, 0x339664b100000000, 0xa00dadce00000000, - 0x15a1f74e00000000, 0x863a3e3100000000, 0x3efe339500000000, - 0xad65faea00000000, 0x18c9a06a00000000, 0x8b52691500000000, - 0x1de6976800000000, 0x8e7d5e1700000000, 0x3bd1049700000000, - 0xa84acde800000000, 0x108ec04c00000000, 0x8315093300000000, - 0x36b953b300000000, 0xa5229acc00000000, 0x0736392000000000, - 0x94adf05f00000000, 0x2101aadf00000000, 0xb29a63a000000000, - 0x0a5e6e0400000000, 0x99c5a77b00000000, 0x2c69fdfb00000000, - 0xbff2348400000000, 0x138ae52800000000, 0x80112c5700000000, - 0x35bd76d700000000, 0xa626bfa800000000, 0x1ee2b20c00000000, - 0x8d797b7300000000, 0x38d521f300000000, 0xab4ee88c00000000, - 0x095a4b6000000000, 0x9ac1821f00000000, 0x2f6dd89f00000000, - 0xbcf611e000000000, 0x04321c4400000000, 0x97a9d53b00000000, - 0x22058fbb00000000, 0xb19e46c400000000, 0x272ab8b900000000, - 0xb4b171c600000000, 0x011d2b4600000000, 0x9286e23900000000, - 0x2a42ef9d00000000, 0xb9d926e200000000, 0x0c757c6200000000, - 0x9feeb51d00000000, 0x3dfa16f100000000, 0xae61df8e00000000, - 0x1bcd850e00000000, 0x88564c7100000000, 0x309241d500000000, - 0xa30988aa00000000, 0x16a5d22a00000000, 0x853e1b5500000000, - 0x3acc2fd100000000, 0xa957e6ae00000000, 0x1cfbbc2e00000000, - 0x8f60755100000000, 0x37a478f500000000, 0xa43fb18a00000000, - 0x1193eb0a00000000, 0x8208227500000000, 0x201c819900000000, - 0xb38748e600000000, 0x062b126600000000, 0x95b0db1900000000, - 0x2d74d6bd00000000, 0xbeef1fc200000000, 0x0b43454200000000, - 0x98d88c3d00000000, 0x0e6c724000000000, 0x9df7bb3f00000000, - 0x285be1bf00000000, 0xbbc028c000000000, 0x0304256400000000, - 0x909fec1b00000000, 0x2533b69b00000000, 0xb6a87fe400000000, - 0x14bcdc0800000000, 0x8727157700000000, 0x328b4ff700000000, - 0xa110868800000000, 0x19d48b2c00000000, 0x8a4f425300000000, - 0x3fe318d300000000, 0xac78d1ac00000000, 0x2614cb5100000000, - 0xb58f022e00000000, 0x002358ae00000000, 0x93b891d100000000, - 0x2b7c9c7500000000, 0xb8e7550a00000000, 0x0d4b0f8a00000000, - 0x9ed0c6f500000000, 0x3cc4651900000000, 0xaf5fac6600000000, - 0x1af3f6e600000000, 0x89683f9900000000, 0x31ac323d00000000, - 0xa237fb4200000000, 0x179ba1c200000000, 0x840068bd00000000, - 0x12b496c000000000, 0x812f5fbf00000000, 0x3483053f00000000, - 0xa718cc4000000000, 0x1fdcc1e400000000, 0x8c47089b00000000, - 0x39eb521b00000000, 0xaa709b6400000000, 0x0864388800000000, - 0x9bfff1f700000000, 0x2e53ab7700000000, 0xbdc8620800000000, - 0x050c6fac00000000, 0x9697a6d300000000, 0x233bfc5300000000, - 0xb0a0352c00000000, 0x0f5201a800000000, 0x9cc9c8d700000000, - 0x2965925700000000, 0xbafe5b2800000000, 0x023a568c00000000, - 0x91a19ff300000000, 0x240dc57300000000, 0xb7960c0c00000000, - 0x1582afe000000000, 0x8619669f00000000, 0x33b53c1f00000000, - 0xa02ef56000000000, 0x18eaf8c400000000, 0x8b7131bb00000000, - 0x3edd6b3b00000000, 0xad46a24400000000, 0x3bf25c3900000000, - 0xa869954600000000, 0x1dc5cfc600000000, 0x8e5e06b900000000, - 0x369a0b1d00000000, 0xa501c26200000000, 0x10ad98e200000000, - 0x8336519d00000000, 0x2122f27100000000, 0xb2b93b0e00000000, - 0x0715618e00000000, 0x948ea8f100000000, 0x2c4aa55500000000, - 0xbfd16c2a00000000, 0x0a7d36aa00000000, 0x99e6ffd500000000, - 0x359e2e7900000000, 0xa605e70600000000, 0x13a9bd8600000000, - 0x803274f900000000, 0x38f6795d00000000, 0xab6db02200000000, - 0x1ec1eaa200000000, 0x8d5a23dd00000000, 0x2f4e803100000000, - 0xbcd5494e00000000, 0x097913ce00000000, 0x9ae2dab100000000, - 0x2226d71500000000, 0xb1bd1e6a00000000, 0x041144ea00000000, - 0x978a8d9500000000, 0x013e73e800000000, 0x92a5ba9700000000, - 0x2709e01700000000, 0xb492296800000000, 0x0c5624cc00000000, - 0x9fcdedb300000000, 0x2a61b73300000000, 0xb9fa7e4c00000000, - 0x1beedda000000000, 0x887514df00000000, 0x3dd94e5f00000000, - 0xae42872000000000, 0x16868a8400000000, 0x851d43fb00000000, - 0x30b1197b00000000, 0xa32ad00400000000, 0x1cd8e48000000000, - 0x8f432dff00000000, 0x3aef777f00000000, 0xa974be0000000000, - 0x11b0b3a400000000, 0x822b7adb00000000, 0x3787205b00000000, - 0xa41ce92400000000, 0x06084ac800000000, 0x959383b700000000, - 0x203fd93700000000, 0xb3a4104800000000, 0x0b601dec00000000, - 0x98fbd49300000000, 0x2d578e1300000000, 0xbecc476c00000000, - 0x2878b91100000000, 0xbbe3706e00000000, 0x0e4f2aee00000000, - 0x9dd4e39100000000, 0x2510ee3500000000, 0xb68b274a00000000, - 0x03277dca00000000, 0x90bcb4b500000000, 0x32a8175900000000, - 0xa133de2600000000, 0x149f84a600000000, 0x87044dd900000000, - 0x3fc0407d00000000, 0xac5b890200000000, 0x19f7d38200000000, - 0x8a6c1afd00000000}, - {0x0000000000000000, 0x650b796900000000, 0xca16f2d200000000, - 0xaf1d8bbb00000000, 0xd52b957e00000000, 0xb020ec1700000000, - 0x1f3d67ac00000000, 0x7a361ec500000000, 0xaa572afd00000000, - 0xcf5c539400000000, 0x6041d82f00000000, 0x054aa14600000000, - 0x7f7cbf8300000000, 0x1a77c6ea00000000, 0xb56a4d5100000000, - 0xd061343800000000, 0x15a9252100000000, 0x70a25c4800000000, - 0xdfbfd7f300000000, 0xbab4ae9a00000000, 0xc082b05f00000000, - 0xa589c93600000000, 0x0a94428d00000000, 0x6f9f3be400000000, - 0xbffe0fdc00000000, 0xdaf576b500000000, 0x75e8fd0e00000000, - 0x10e3846700000000, 0x6ad59aa200000000, 0x0fdee3cb00000000, - 0xa0c3687000000000, 0xc5c8111900000000, 0x2a524b4200000000, - 0x4f59322b00000000, 0xe044b99000000000, 0x854fc0f900000000, - 0xff79de3c00000000, 0x9a72a75500000000, 0x356f2cee00000000, - 0x5064558700000000, 0x800561bf00000000, 0xe50e18d600000000, - 0x4a13936d00000000, 0x2f18ea0400000000, 0x552ef4c100000000, - 0x30258da800000000, 0x9f38061300000000, 0xfa337f7a00000000, - 0x3ffb6e6300000000, 0x5af0170a00000000, 0xf5ed9cb100000000, - 0x90e6e5d800000000, 0xead0fb1d00000000, 0x8fdb827400000000, - 0x20c609cf00000000, 0x45cd70a600000000, 0x95ac449e00000000, - 0xf0a73df700000000, 0x5fbab64c00000000, 0x3ab1cf2500000000, - 0x4087d1e000000000, 0x258ca88900000000, 0x8a91233200000000, - 0xef9a5a5b00000000, 0x54a4968400000000, 0x31afefed00000000, - 0x9eb2645600000000, 0xfbb91d3f00000000, 0x818f03fa00000000, - 0xe4847a9300000000, 0x4b99f12800000000, 0x2e92884100000000, - 0xfef3bc7900000000, 0x9bf8c51000000000, 0x34e54eab00000000, - 0x51ee37c200000000, 0x2bd8290700000000, 0x4ed3506e00000000, - 0xe1cedbd500000000, 0x84c5a2bc00000000, 0x410db3a500000000, - 0x2406cacc00000000, 0x8b1b417700000000, 0xee10381e00000000, - 0x942626db00000000, 0xf12d5fb200000000, 0x5e30d40900000000, - 0x3b3bad6000000000, 0xeb5a995800000000, 0x8e51e03100000000, - 0x214c6b8a00000000, 0x444712e300000000, 0x3e710c2600000000, - 0x5b7a754f00000000, 0xf467fef400000000, 0x916c879d00000000, - 0x7ef6ddc600000000, 0x1bfda4af00000000, 0xb4e02f1400000000, - 0xd1eb567d00000000, 0xabdd48b800000000, 0xced631d100000000, - 0x61cbba6a00000000, 0x04c0c30300000000, 0xd4a1f73b00000000, - 0xb1aa8e5200000000, 0x1eb705e900000000, 0x7bbc7c8000000000, - 0x018a624500000000, 0x64811b2c00000000, 0xcb9c909700000000, - 0xae97e9fe00000000, 0x6b5ff8e700000000, 0x0e54818e00000000, - 0xa1490a3500000000, 0xc442735c00000000, 0xbe746d9900000000, - 0xdb7f14f000000000, 0x74629f4b00000000, 0x1169e62200000000, - 0xc108d21a00000000, 0xa403ab7300000000, 0x0b1e20c800000000, - 0x6e1559a100000000, 0x1423476400000000, 0x71283e0d00000000, - 0xde35b5b600000000, 0xbb3eccdf00000000, 0xe94e5cd200000000, - 0x8c4525bb00000000, 0x2358ae0000000000, 0x4653d76900000000, - 0x3c65c9ac00000000, 0x596eb0c500000000, 0xf6733b7e00000000, - 0x9378421700000000, 0x4319762f00000000, 0x26120f4600000000, - 0x890f84fd00000000, 0xec04fd9400000000, 0x9632e35100000000, - 0xf3399a3800000000, 0x5c24118300000000, 0x392f68ea00000000, - 0xfce779f300000000, 0x99ec009a00000000, 0x36f18b2100000000, - 0x53faf24800000000, 0x29ccec8d00000000, 0x4cc795e400000000, - 0xe3da1e5f00000000, 0x86d1673600000000, 0x56b0530e00000000, - 0x33bb2a6700000000, 0x9ca6a1dc00000000, 0xf9add8b500000000, - 0x839bc67000000000, 0xe690bf1900000000, 0x498d34a200000000, - 0x2c864dcb00000000, 0xc31c179000000000, 0xa6176ef900000000, - 0x090ae54200000000, 0x6c019c2b00000000, 0x163782ee00000000, - 0x733cfb8700000000, 0xdc21703c00000000, 0xb92a095500000000, - 0x694b3d6d00000000, 0x0c40440400000000, 0xa35dcfbf00000000, - 0xc656b6d600000000, 0xbc60a81300000000, 0xd96bd17a00000000, - 0x76765ac100000000, 0x137d23a800000000, 0xd6b532b100000000, - 0xb3be4bd800000000, 0x1ca3c06300000000, 0x79a8b90a00000000, - 0x039ea7cf00000000, 0x6695dea600000000, 0xc988551d00000000, - 0xac832c7400000000, 0x7ce2184c00000000, 0x19e9612500000000, - 0xb6f4ea9e00000000, 0xd3ff93f700000000, 0xa9c98d3200000000, - 0xccc2f45b00000000, 0x63df7fe000000000, 0x06d4068900000000, - 0xbdeaca5600000000, 0xd8e1b33f00000000, 0x77fc388400000000, - 0x12f741ed00000000, 0x68c15f2800000000, 0x0dca264100000000, - 0xa2d7adfa00000000, 0xc7dcd49300000000, 0x17bde0ab00000000, - 0x72b699c200000000, 0xddab127900000000, 0xb8a06b1000000000, - 0xc29675d500000000, 0xa79d0cbc00000000, 0x0880870700000000, - 0x6d8bfe6e00000000, 0xa843ef7700000000, 0xcd48961e00000000, - 0x62551da500000000, 0x075e64cc00000000, 0x7d687a0900000000, - 0x1863036000000000, 0xb77e88db00000000, 0xd275f1b200000000, - 0x0214c58a00000000, 0x671fbce300000000, 0xc802375800000000, - 0xad094e3100000000, 0xd73f50f400000000, 0xb234299d00000000, - 0x1d29a22600000000, 0x7822db4f00000000, 0x97b8811400000000, - 0xf2b3f87d00000000, 0x5dae73c600000000, 0x38a50aaf00000000, - 0x4293146a00000000, 0x27986d0300000000, 0x8885e6b800000000, - 0xed8e9fd100000000, 0x3defabe900000000, 0x58e4d28000000000, - 0xf7f9593b00000000, 0x92f2205200000000, 0xe8c43e9700000000, - 0x8dcf47fe00000000, 0x22d2cc4500000000, 0x47d9b52c00000000, - 0x8211a43500000000, 0xe71add5c00000000, 0x480756e700000000, - 0x2d0c2f8e00000000, 0x573a314b00000000, 0x3231482200000000, - 0x9d2cc39900000000, 0xf827baf000000000, 0x28468ec800000000, - 0x4d4df7a100000000, 0xe2507c1a00000000, 0x875b057300000000, - 0xfd6d1bb600000000, 0x986662df00000000, 0x377be96400000000, - 0x5270900d00000000}, - {0x0000000000000000, 0xdcecb13d00000000, 0xb8d9637b00000000, - 0x6435d24600000000, 0x70b3c7f600000000, 0xac5f76cb00000000, - 0xc86aa48d00000000, 0x148615b000000000, 0xa160fe3600000000, - 0x7d8c4f0b00000000, 0x19b99d4d00000000, 0xc5552c7000000000, - 0xd1d339c000000000, 0x0d3f88fd00000000, 0x690a5abb00000000, - 0xb5e6eb8600000000, 0x42c1fc6d00000000, 0x9e2d4d5000000000, - 0xfa189f1600000000, 0x26f42e2b00000000, 0x32723b9b00000000, - 0xee9e8aa600000000, 0x8aab58e000000000, 0x5647e9dd00000000, - 0xe3a1025b00000000, 0x3f4db36600000000, 0x5b78612000000000, - 0x8794d01d00000000, 0x9312c5ad00000000, 0x4ffe749000000000, - 0x2bcba6d600000000, 0xf72717eb00000000, 0x8482f9db00000000, - 0x586e48e600000000, 0x3c5b9aa000000000, 0xe0b72b9d00000000, - 0xf4313e2d00000000, 0x28dd8f1000000000, 0x4ce85d5600000000, - 0x9004ec6b00000000, 0x25e207ed00000000, 0xf90eb6d000000000, - 0x9d3b649600000000, 0x41d7d5ab00000000, 0x5551c01b00000000, - 0x89bd712600000000, 0xed88a36000000000, 0x3164125d00000000, - 0xc64305b600000000, 0x1aafb48b00000000, 0x7e9a66cd00000000, - 0xa276d7f000000000, 0xb6f0c24000000000, 0x6a1c737d00000000, - 0x0e29a13b00000000, 0xd2c5100600000000, 0x6723fb8000000000, - 0xbbcf4abd00000000, 0xdffa98fb00000000, 0x031629c600000000, - 0x17903c7600000000, 0xcb7c8d4b00000000, 0xaf495f0d00000000, - 0x73a5ee3000000000, 0x4903826c00000000, 0x95ef335100000000, - 0xf1dae11700000000, 0x2d36502a00000000, 0x39b0459a00000000, - 0xe55cf4a700000000, 0x816926e100000000, 0x5d8597dc00000000, - 0xe8637c5a00000000, 0x348fcd6700000000, 0x50ba1f2100000000, - 0x8c56ae1c00000000, 0x98d0bbac00000000, 0x443c0a9100000000, - 0x2009d8d700000000, 0xfce569ea00000000, 0x0bc27e0100000000, - 0xd72ecf3c00000000, 0xb31b1d7a00000000, 0x6ff7ac4700000000, - 0x7b71b9f700000000, 0xa79d08ca00000000, 0xc3a8da8c00000000, - 0x1f446bb100000000, 0xaaa2803700000000, 0x764e310a00000000, - 0x127be34c00000000, 0xce97527100000000, 0xda1147c100000000, - 0x06fdf6fc00000000, 0x62c824ba00000000, 0xbe24958700000000, - 0xcd817bb700000000, 0x116dca8a00000000, 0x755818cc00000000, - 0xa9b4a9f100000000, 0xbd32bc4100000000, 0x61de0d7c00000000, - 0x05ebdf3a00000000, 0xd9076e0700000000, 0x6ce1858100000000, - 0xb00d34bc00000000, 0xd438e6fa00000000, 0x08d457c700000000, - 0x1c52427700000000, 0xc0bef34a00000000, 0xa48b210c00000000, - 0x7867903100000000, 0x8f4087da00000000, 0x53ac36e700000000, - 0x3799e4a100000000, 0xeb75559c00000000, 0xfff3402c00000000, - 0x231ff11100000000, 0x472a235700000000, 0x9bc6926a00000000, - 0x2e2079ec00000000, 0xf2ccc8d100000000, 0x96f91a9700000000, - 0x4a15abaa00000000, 0x5e93be1a00000000, 0x827f0f2700000000, - 0xe64add6100000000, 0x3aa66c5c00000000, 0x920604d900000000, - 0x4eeab5e400000000, 0x2adf67a200000000, 0xf633d69f00000000, - 0xe2b5c32f00000000, 0x3e59721200000000, 0x5a6ca05400000000, - 0x8680116900000000, 0x3366faef00000000, 0xef8a4bd200000000, - 0x8bbf999400000000, 0x575328a900000000, 0x43d53d1900000000, - 0x9f398c2400000000, 0xfb0c5e6200000000, 0x27e0ef5f00000000, - 0xd0c7f8b400000000, 0x0c2b498900000000, 0x681e9bcf00000000, - 0xb4f22af200000000, 0xa0743f4200000000, 0x7c988e7f00000000, - 0x18ad5c3900000000, 0xc441ed0400000000, 0x71a7068200000000, - 0xad4bb7bf00000000, 0xc97e65f900000000, 0x1592d4c400000000, - 0x0114c17400000000, 0xddf8704900000000, 0xb9cda20f00000000, - 0x6521133200000000, 0x1684fd0200000000, 0xca684c3f00000000, - 0xae5d9e7900000000, 0x72b12f4400000000, 0x66373af400000000, - 0xbadb8bc900000000, 0xdeee598f00000000, 0x0202e8b200000000, - 0xb7e4033400000000, 0x6b08b20900000000, 0x0f3d604f00000000, - 0xd3d1d17200000000, 0xc757c4c200000000, 0x1bbb75ff00000000, - 0x7f8ea7b900000000, 0xa362168400000000, 0x5445016f00000000, - 0x88a9b05200000000, 0xec9c621400000000, 0x3070d32900000000, - 0x24f6c69900000000, 0xf81a77a400000000, 0x9c2fa5e200000000, - 0x40c314df00000000, 0xf525ff5900000000, 0x29c94e6400000000, - 0x4dfc9c2200000000, 0x91102d1f00000000, 0x859638af00000000, - 0x597a899200000000, 0x3d4f5bd400000000, 0xe1a3eae900000000, - 0xdb0586b500000000, 0x07e9378800000000, 0x63dce5ce00000000, - 0xbf3054f300000000, 0xabb6414300000000, 0x775af07e00000000, - 0x136f223800000000, 0xcf83930500000000, 0x7a65788300000000, - 0xa689c9be00000000, 0xc2bc1bf800000000, 0x1e50aac500000000, - 0x0ad6bf7500000000, 0xd63a0e4800000000, 0xb20fdc0e00000000, - 0x6ee36d3300000000, 0x99c47ad800000000, 0x4528cbe500000000, - 0x211d19a300000000, 0xfdf1a89e00000000, 0xe977bd2e00000000, - 0x359b0c1300000000, 0x51aede5500000000, 0x8d426f6800000000, - 0x38a484ee00000000, 0xe44835d300000000, 0x807de79500000000, - 0x5c9156a800000000, 0x4817431800000000, 0x94fbf22500000000, - 0xf0ce206300000000, 0x2c22915e00000000, 0x5f877f6e00000000, - 0x836bce5300000000, 0xe75e1c1500000000, 0x3bb2ad2800000000, - 0x2f34b89800000000, 0xf3d809a500000000, 0x97eddbe300000000, - 0x4b016ade00000000, 0xfee7815800000000, 0x220b306500000000, - 0x463ee22300000000, 0x9ad2531e00000000, 0x8e5446ae00000000, - 0x52b8f79300000000, 0x368d25d500000000, 0xea6194e800000000, - 0x1d46830300000000, 0xc1aa323e00000000, 0xa59fe07800000000, - 0x7973514500000000, 0x6df544f500000000, 0xb119f5c800000000, - 0xd52c278e00000000, 0x09c096b300000000, 0xbc267d3500000000, - 0x60cacc0800000000, 0x04ff1e4e00000000, 0xd813af7300000000, - 0xcc95bac300000000, 0x10790bfe00000000, 0x744cd9b800000000, - 0xa8a0688500000000}}; - -#else /* W == 4 */ - -local const z_crc_t FAR crc_braid_table[][256] = { - {0x00000000, 0x81256527, 0xd93bcc0f, 0x581ea928, 0x69069e5f, - 0xe823fb78, 0xb03d5250, 0x31183777, 0xd20d3cbe, 0x53285999, - 0x0b36f0b1, 0x8a139596, 0xbb0ba2e1, 0x3a2ec7c6, 0x62306eee, - 0xe3150bc9, 0x7f6b7f3d, 0xfe4e1a1a, 0xa650b332, 0x2775d615, - 0x166de162, 0x97488445, 0xcf562d6d, 0x4e73484a, 0xad664383, - 0x2c4326a4, 0x745d8f8c, 0xf578eaab, 0xc460dddc, 0x4545b8fb, - 0x1d5b11d3, 0x9c7e74f4, 0xfed6fe7a, 0x7ff39b5d, 0x27ed3275, - 0xa6c85752, 0x97d06025, 0x16f50502, 0x4eebac2a, 0xcfcec90d, - 0x2cdbc2c4, 0xadfea7e3, 0xf5e00ecb, 0x74c56bec, 0x45dd5c9b, - 0xc4f839bc, 0x9ce69094, 0x1dc3f5b3, 0x81bd8147, 0x0098e460, - 0x58864d48, 0xd9a3286f, 0xe8bb1f18, 0x699e7a3f, 0x3180d317, - 0xb0a5b630, 0x53b0bdf9, 0xd295d8de, 0x8a8b71f6, 0x0bae14d1, - 0x3ab623a6, 0xbb934681, 0xe38defa9, 0x62a88a8e, 0x26dcfab5, - 0xa7f99f92, 0xffe736ba, 0x7ec2539d, 0x4fda64ea, 0xceff01cd, - 0x96e1a8e5, 0x17c4cdc2, 0xf4d1c60b, 0x75f4a32c, 0x2dea0a04, - 0xaccf6f23, 0x9dd75854, 0x1cf23d73, 0x44ec945b, 0xc5c9f17c, - 0x59b78588, 0xd892e0af, 0x808c4987, 0x01a92ca0, 0x30b11bd7, - 0xb1947ef0, 0xe98ad7d8, 0x68afb2ff, 0x8bbab936, 0x0a9fdc11, - 0x52817539, 0xd3a4101e, 0xe2bc2769, 0x6399424e, 0x3b87eb66, - 0xbaa28e41, 0xd80a04cf, 0x592f61e8, 0x0131c8c0, 0x8014ade7, - 0xb10c9a90, 0x3029ffb7, 0x6837569f, 0xe91233b8, 0x0a073871, - 0x8b225d56, 0xd33cf47e, 0x52199159, 0x6301a62e, 0xe224c309, - 0xba3a6a21, 0x3b1f0f06, 0xa7617bf2, 0x26441ed5, 0x7e5ab7fd, - 0xff7fd2da, 0xce67e5ad, 0x4f42808a, 0x175c29a2, 0x96794c85, - 0x756c474c, 0xf449226b, 0xac578b43, 0x2d72ee64, 0x1c6ad913, - 0x9d4fbc34, 0xc551151c, 0x4474703b, 0x4db9f56a, 0xcc9c904d, - 0x94823965, 0x15a75c42, 0x24bf6b35, 0xa59a0e12, 0xfd84a73a, - 0x7ca1c21d, 0x9fb4c9d4, 0x1e91acf3, 0x468f05db, 0xc7aa60fc, - 0xf6b2578b, 0x779732ac, 0x2f899b84, 0xaeacfea3, 0x32d28a57, - 0xb3f7ef70, 0xebe94658, 0x6acc237f, 0x5bd41408, 0xdaf1712f, - 0x82efd807, 0x03cabd20, 0xe0dfb6e9, 0x61fad3ce, 0x39e47ae6, - 0xb8c11fc1, 0x89d928b6, 0x08fc4d91, 0x50e2e4b9, 0xd1c7819e, - 0xb36f0b10, 0x324a6e37, 0x6a54c71f, 0xeb71a238, 0xda69954f, - 0x5b4cf068, 0x03525940, 0x82773c67, 0x616237ae, 0xe0475289, - 0xb859fba1, 0x397c9e86, 0x0864a9f1, 0x8941ccd6, 0xd15f65fe, - 0x507a00d9, 0xcc04742d, 0x4d21110a, 0x153fb822, 0x941add05, - 0xa502ea72, 0x24278f55, 0x7c39267d, 0xfd1c435a, 0x1e094893, - 0x9f2c2db4, 0xc732849c, 0x4617e1bb, 0x770fd6cc, 0xf62ab3eb, - 0xae341ac3, 0x2f117fe4, 0x6b650fdf, 0xea406af8, 0xb25ec3d0, - 0x337ba6f7, 0x02639180, 0x8346f4a7, 0xdb585d8f, 0x5a7d38a8, - 0xb9683361, 0x384d5646, 0x6053ff6e, 0xe1769a49, 0xd06ead3e, - 0x514bc819, 0x09556131, 0x88700416, 0x140e70e2, 0x952b15c5, - 0xcd35bced, 0x4c10d9ca, 0x7d08eebd, 0xfc2d8b9a, 0xa43322b2, - 0x25164795, 0xc6034c5c, 0x4726297b, 0x1f388053, 0x9e1de574, - 0xaf05d203, 0x2e20b724, 0x763e1e0c, 0xf71b7b2b, 0x95b3f1a5, - 0x14969482, 0x4c883daa, 0xcdad588d, 0xfcb56ffa, 0x7d900add, - 0x258ea3f5, 0xa4abc6d2, 0x47becd1b, 0xc69ba83c, 0x9e850114, - 0x1fa06433, 0x2eb85344, 0xaf9d3663, 0xf7839f4b, 0x76a6fa6c, - 0xead88e98, 0x6bfdebbf, 0x33e34297, 0xb2c627b0, 0x83de10c7, - 0x02fb75e0, 0x5ae5dcc8, 0xdbc0b9ef, 0x38d5b226, 0xb9f0d701, - 0xe1ee7e29, 0x60cb1b0e, 0x51d32c79, 0xd0f6495e, 0x88e8e076, - 0x09cd8551}, - {0x00000000, 0x9b73ead4, 0xed96d3e9, 0x76e5393d, 0x005ca193, - 0x9b2f4b47, 0xedca727a, 0x76b998ae, 0x00b94326, 0x9bcaa9f2, - 0xed2f90cf, 0x765c7a1b, 0x00e5e2b5, 0x9b960861, 0xed73315c, - 0x7600db88, 0x0172864c, 0x9a016c98, 0xece455a5, 0x7797bf71, - 0x012e27df, 0x9a5dcd0b, 0xecb8f436, 0x77cb1ee2, 0x01cbc56a, - 0x9ab82fbe, 0xec5d1683, 0x772efc57, 0x019764f9, 0x9ae48e2d, - 0xec01b710, 0x77725dc4, 0x02e50c98, 0x9996e64c, 0xef73df71, - 0x740035a5, 0x02b9ad0b, 0x99ca47df, 0xef2f7ee2, 0x745c9436, - 0x025c4fbe, 0x992fa56a, 0xefca9c57, 0x74b97683, 0x0200ee2d, - 0x997304f9, 0xef963dc4, 0x74e5d710, 0x03978ad4, 0x98e46000, - 0xee01593d, 0x7572b3e9, 0x03cb2b47, 0x98b8c193, 0xee5df8ae, - 0x752e127a, 0x032ec9f2, 0x985d2326, 0xeeb81a1b, 0x75cbf0cf, - 0x03726861, 0x980182b5, 0xeee4bb88, 0x7597515c, 0x05ca1930, - 0x9eb9f3e4, 0xe85ccad9, 0x732f200d, 0x0596b8a3, 0x9ee55277, - 0xe8006b4a, 0x7373819e, 0x05735a16, 0x9e00b0c2, 0xe8e589ff, - 0x7396632b, 0x052ffb85, 0x9e5c1151, 0xe8b9286c, 0x73cac2b8, - 0x04b89f7c, 0x9fcb75a8, 0xe92e4c95, 0x725da641, 0x04e43eef, - 0x9f97d43b, 0xe972ed06, 0x720107d2, 0x0401dc5a, 0x9f72368e, - 0xe9970fb3, 0x72e4e567, 0x045d7dc9, 0x9f2e971d, 0xe9cbae20, - 0x72b844f4, 0x072f15a8, 0x9c5cff7c, 0xeab9c641, 0x71ca2c95, - 0x0773b43b, 0x9c005eef, 0xeae567d2, 0x71968d06, 0x0796568e, - 0x9ce5bc5a, 0xea008567, 0x71736fb3, 0x07caf71d, 0x9cb91dc9, - 0xea5c24f4, 0x712fce20, 0x065d93e4, 0x9d2e7930, 0xebcb400d, - 0x70b8aad9, 0x06013277, 0x9d72d8a3, 0xeb97e19e, 0x70e40b4a, - 0x06e4d0c2, 0x9d973a16, 0xeb72032b, 0x7001e9ff, 0x06b87151, - 0x9dcb9b85, 0xeb2ea2b8, 0x705d486c, 0x0b943260, 0x90e7d8b4, - 0xe602e189, 0x7d710b5d, 0x0bc893f3, 0x90bb7927, 0xe65e401a, - 0x7d2daace, 0x0b2d7146, 0x905e9b92, 0xe6bba2af, 0x7dc8487b, - 0x0b71d0d5, 0x90023a01, 0xe6e7033c, 0x7d94e9e8, 0x0ae6b42c, - 0x91955ef8, 0xe77067c5, 0x7c038d11, 0x0aba15bf, 0x91c9ff6b, - 0xe72cc656, 0x7c5f2c82, 0x0a5ff70a, 0x912c1dde, 0xe7c924e3, - 0x7cbace37, 0x0a035699, 0x9170bc4d, 0xe7958570, 0x7ce66fa4, - 0x09713ef8, 0x9202d42c, 0xe4e7ed11, 0x7f9407c5, 0x092d9f6b, - 0x925e75bf, 0xe4bb4c82, 0x7fc8a656, 0x09c87dde, 0x92bb970a, - 0xe45eae37, 0x7f2d44e3, 0x0994dc4d, 0x92e73699, 0xe4020fa4, - 0x7f71e570, 0x0803b8b4, 0x93705260, 0xe5956b5d, 0x7ee68189, - 0x085f1927, 0x932cf3f3, 0xe5c9cace, 0x7eba201a, 0x08bafb92, - 0x93c91146, 0xe52c287b, 0x7e5fc2af, 0x08e65a01, 0x9395b0d5, - 0xe57089e8, 0x7e03633c, 0x0e5e2b50, 0x952dc184, 0xe3c8f8b9, - 0x78bb126d, 0x0e028ac3, 0x95716017, 0xe394592a, 0x78e7b3fe, - 0x0ee76876, 0x959482a2, 0xe371bb9f, 0x7802514b, 0x0ebbc9e5, - 0x95c82331, 0xe32d1a0c, 0x785ef0d8, 0x0f2cad1c, 0x945f47c8, - 0xe2ba7ef5, 0x79c99421, 0x0f700c8f, 0x9403e65b, 0xe2e6df66, - 0x799535b2, 0x0f95ee3a, 0x94e604ee, 0xe2033dd3, 0x7970d707, - 0x0fc94fa9, 0x94baa57d, 0xe25f9c40, 0x792c7694, 0x0cbb27c8, - 0x97c8cd1c, 0xe12df421, 0x7a5e1ef5, 0x0ce7865b, 0x97946c8f, - 0xe17155b2, 0x7a02bf66, 0x0c0264ee, 0x97718e3a, 0xe194b707, - 0x7ae75dd3, 0x0c5ec57d, 0x972d2fa9, 0xe1c81694, 0x7abbfc40, - 0x0dc9a184, 0x96ba4b50, 0xe05f726d, 0x7b2c98b9, 0x0d950017, - 0x96e6eac3, 0xe003d3fe, 0x7b70392a, 0x0d70e2a2, 0x96030876, - 0xe0e6314b, 0x7b95db9f, 0x0d2c4331, 0x965fa9e5, 0xe0ba90d8, - 0x7bc97a0c}, - {0x00000000, 0x172864c0, 0x2e50c980, 0x3978ad40, 0x5ca19300, - 0x4b89f7c0, 0x72f15a80, 0x65d93e40, 0xb9432600, 0xae6b42c0, - 0x9713ef80, 0x803b8b40, 0xe5e2b500, 0xf2cad1c0, 0xcbb27c80, - 0xdc9a1840, 0xa9f74a41, 0xbedf2e81, 0x87a783c1, 0x908fe701, - 0xf556d941, 0xe27ebd81, 0xdb0610c1, 0xcc2e7401, 0x10b46c41, - 0x079c0881, 0x3ee4a5c1, 0x29ccc101, 0x4c15ff41, 0x5b3d9b81, - 0x624536c1, 0x756d5201, 0x889f92c3, 0x9fb7f603, 0xa6cf5b43, - 0xb1e73f83, 0xd43e01c3, 0xc3166503, 0xfa6ec843, 0xed46ac83, - 0x31dcb4c3, 0x26f4d003, 0x1f8c7d43, 0x08a41983, 0x6d7d27c3, - 0x7a554303, 0x432dee43, 0x54058a83, 0x2168d882, 0x3640bc42, - 0x0f381102, 0x181075c2, 0x7dc94b82, 0x6ae12f42, 0x53998202, - 0x44b1e6c2, 0x982bfe82, 0x8f039a42, 0xb67b3702, 0xa15353c2, - 0xc48a6d82, 0xd3a20942, 0xeadaa402, 0xfdf2c0c2, 0xca4e23c7, - 0xdd664707, 0xe41eea47, 0xf3368e87, 0x96efb0c7, 0x81c7d407, - 0xb8bf7947, 0xaf971d87, 0x730d05c7, 0x64256107, 0x5d5dcc47, - 0x4a75a887, 0x2fac96c7, 0x3884f207, 0x01fc5f47, 0x16d43b87, - 0x63b96986, 0x74910d46, 0x4de9a006, 0x5ac1c4c6, 0x3f18fa86, - 0x28309e46, 0x11483306, 0x066057c6, 0xdafa4f86, 0xcdd22b46, - 0xf4aa8606, 0xe382e2c6, 0x865bdc86, 0x9173b846, 0xa80b1506, - 0xbf2371c6, 0x42d1b104, 0x55f9d5c4, 0x6c817884, 0x7ba91c44, - 0x1e702204, 0x095846c4, 0x3020eb84, 0x27088f44, 0xfb929704, - 0xecbaf3c4, 0xd5c25e84, 0xc2ea3a44, 0xa7330404, 0xb01b60c4, - 0x8963cd84, 0x9e4ba944, 0xeb26fb45, 0xfc0e9f85, 0xc57632c5, - 0xd25e5605, 0xb7876845, 0xa0af0c85, 0x99d7a1c5, 0x8effc505, - 0x5265dd45, 0x454db985, 0x7c3514c5, 0x6b1d7005, 0x0ec44e45, - 0x19ec2a85, 0x209487c5, 0x37bce305, 0x4fed41cf, 0x58c5250f, - 0x61bd884f, 0x7695ec8f, 0x134cd2cf, 0x0464b60f, 0x3d1c1b4f, - 0x2a347f8f, 0xf6ae67cf, 0xe186030f, 0xd8feae4f, 0xcfd6ca8f, - 0xaa0ff4cf, 0xbd27900f, 0x845f3d4f, 0x9377598f, 0xe61a0b8e, - 0xf1326f4e, 0xc84ac20e, 0xdf62a6ce, 0xbabb988e, 0xad93fc4e, - 0x94eb510e, 0x83c335ce, 0x5f592d8e, 0x4871494e, 0x7109e40e, - 0x662180ce, 0x03f8be8e, 0x14d0da4e, 0x2da8770e, 0x3a8013ce, - 0xc772d30c, 0xd05ab7cc, 0xe9221a8c, 0xfe0a7e4c, 0x9bd3400c, - 0x8cfb24cc, 0xb583898c, 0xa2abed4c, 0x7e31f50c, 0x691991cc, - 0x50613c8c, 0x4749584c, 0x2290660c, 0x35b802cc, 0x0cc0af8c, - 0x1be8cb4c, 0x6e85994d, 0x79adfd8d, 0x40d550cd, 0x57fd340d, - 0x32240a4d, 0x250c6e8d, 0x1c74c3cd, 0x0b5ca70d, 0xd7c6bf4d, - 0xc0eedb8d, 0xf99676cd, 0xeebe120d, 0x8b672c4d, 0x9c4f488d, - 0xa537e5cd, 0xb21f810d, 0x85a36208, 0x928b06c8, 0xabf3ab88, - 0xbcdbcf48, 0xd902f108, 0xce2a95c8, 0xf7523888, 0xe07a5c48, - 0x3ce04408, 0x2bc820c8, 0x12b08d88, 0x0598e948, 0x6041d708, - 0x7769b3c8, 0x4e111e88, 0x59397a48, 0x2c542849, 0x3b7c4c89, - 0x0204e1c9, 0x152c8509, 0x70f5bb49, 0x67dddf89, 0x5ea572c9, - 0x498d1609, 0x95170e49, 0x823f6a89, 0xbb47c7c9, 0xac6fa309, - 0xc9b69d49, 0xde9ef989, 0xe7e654c9, 0xf0ce3009, 0x0d3cf0cb, - 0x1a14940b, 0x236c394b, 0x34445d8b, 0x519d63cb, 0x46b5070b, - 0x7fcdaa4b, 0x68e5ce8b, 0xb47fd6cb, 0xa357b20b, 0x9a2f1f4b, - 0x8d077b8b, 0xe8de45cb, 0xfff6210b, 0xc68e8c4b, 0xd1a6e88b, - 0xa4cbba8a, 0xb3e3de4a, 0x8a9b730a, 0x9db317ca, 0xf86a298a, - 0xef424d4a, 0xd63ae00a, 0xc11284ca, 0x1d889c8a, 0x0aa0f84a, - 0x33d8550a, 0x24f031ca, 0x41290f8a, 0x56016b4a, 0x6f79c60a, - 0x7851a2ca}, - {0x00000000, 0x9fda839e, 0xe4c4017d, 0x7b1e82e3, 0x12f904bb, - 0x8d238725, 0xf63d05c6, 0x69e78658, 0x25f20976, 0xba288ae8, - 0xc136080b, 0x5eec8b95, 0x370b0dcd, 0xa8d18e53, 0xd3cf0cb0, - 0x4c158f2e, 0x4be412ec, 0xd43e9172, 0xaf201391, 0x30fa900f, - 0x591d1657, 0xc6c795c9, 0xbdd9172a, 0x220394b4, 0x6e161b9a, - 0xf1cc9804, 0x8ad21ae7, 0x15089979, 0x7cef1f21, 0xe3359cbf, - 0x982b1e5c, 0x07f19dc2, 0x97c825d8, 0x0812a646, 0x730c24a5, - 0xecd6a73b, 0x85312163, 0x1aeba2fd, 0x61f5201e, 0xfe2fa380, - 0xb23a2cae, 0x2de0af30, 0x56fe2dd3, 0xc924ae4d, 0xa0c32815, - 0x3f19ab8b, 0x44072968, 0xdbddaaf6, 0xdc2c3734, 0x43f6b4aa, - 0x38e83649, 0xa732b5d7, 0xced5338f, 0x510fb011, 0x2a1132f2, - 0xb5cbb16c, 0xf9de3e42, 0x6604bddc, 0x1d1a3f3f, 0x82c0bca1, - 0xeb273af9, 0x74fdb967, 0x0fe33b84, 0x9039b81a, 0xf4e14df1, - 0x6b3bce6f, 0x10254c8c, 0x8fffcf12, 0xe618494a, 0x79c2cad4, - 0x02dc4837, 0x9d06cba9, 0xd1134487, 0x4ec9c719, 0x35d745fa, - 0xaa0dc664, 0xc3ea403c, 0x5c30c3a2, 0x272e4141, 0xb8f4c2df, - 0xbf055f1d, 0x20dfdc83, 0x5bc15e60, 0xc41bddfe, 0xadfc5ba6, - 0x3226d838, 0x49385adb, 0xd6e2d945, 0x9af7566b, 0x052dd5f5, - 0x7e335716, 0xe1e9d488, 0x880e52d0, 0x17d4d14e, 0x6cca53ad, - 0xf310d033, 0x63296829, 0xfcf3ebb7, 0x87ed6954, 0x1837eaca, - 0x71d06c92, 0xee0aef0c, 0x95146def, 0x0aceee71, 0x46db615f, - 0xd901e2c1, 0xa21f6022, 0x3dc5e3bc, 0x542265e4, 0xcbf8e67a, - 0xb0e66499, 0x2f3ce707, 0x28cd7ac5, 0xb717f95b, 0xcc097bb8, - 0x53d3f826, 0x3a347e7e, 0xa5eefde0, 0xdef07f03, 0x412afc9d, - 0x0d3f73b3, 0x92e5f02d, 0xe9fb72ce, 0x7621f150, 0x1fc67708, - 0x801cf496, 0xfb027675, 0x64d8f5eb, 0x32b39da3, 0xad691e3d, - 0xd6779cde, 0x49ad1f40, 0x204a9918, 0xbf901a86, 0xc48e9865, - 0x5b541bfb, 0x174194d5, 0x889b174b, 0xf38595a8, 0x6c5f1636, - 0x05b8906e, 0x9a6213f0, 0xe17c9113, 0x7ea6128d, 0x79578f4f, - 0xe68d0cd1, 0x9d938e32, 0x02490dac, 0x6bae8bf4, 0xf474086a, - 0x8f6a8a89, 0x10b00917, 0x5ca58639, 0xc37f05a7, 0xb8618744, - 0x27bb04da, 0x4e5c8282, 0xd186011c, 0xaa9883ff, 0x35420061, - 0xa57bb87b, 0x3aa13be5, 0x41bfb906, 0xde653a98, 0xb782bcc0, - 0x28583f5e, 0x5346bdbd, 0xcc9c3e23, 0x8089b10d, 0x1f533293, - 0x644db070, 0xfb9733ee, 0x9270b5b6, 0x0daa3628, 0x76b4b4cb, - 0xe96e3755, 0xee9faa97, 0x71452909, 0x0a5babea, 0x95812874, - 0xfc66ae2c, 0x63bc2db2, 0x18a2af51, 0x87782ccf, 0xcb6da3e1, - 0x54b7207f, 0x2fa9a29c, 0xb0732102, 0xd994a75a, 0x464e24c4, - 0x3d50a627, 0xa28a25b9, 0xc652d052, 0x598853cc, 0x2296d12f, - 0xbd4c52b1, 0xd4abd4e9, 0x4b715777, 0x306fd594, 0xafb5560a, - 0xe3a0d924, 0x7c7a5aba, 0x0764d859, 0x98be5bc7, 0xf159dd9f, - 0x6e835e01, 0x159ddce2, 0x8a475f7c, 0x8db6c2be, 0x126c4120, - 0x6972c3c3, 0xf6a8405d, 0x9f4fc605, 0x0095459b, 0x7b8bc778, - 0xe45144e6, 0xa844cbc8, 0x379e4856, 0x4c80cab5, 0xd35a492b, - 0xbabdcf73, 0x25674ced, 0x5e79ce0e, 0xc1a34d90, 0x519af58a, - 0xce407614, 0xb55ef4f7, 0x2a847769, 0x4363f131, 0xdcb972af, - 0xa7a7f04c, 0x387d73d2, 0x7468fcfc, 0xebb27f62, 0x90acfd81, - 0x0f767e1f, 0x6691f847, 0xf94b7bd9, 0x8255f93a, 0x1d8f7aa4, - 0x1a7ee766, 0x85a464f8, 0xfebae61b, 0x61606585, 0x0887e3dd, - 0x975d6043, 0xec43e2a0, 0x7399613e, 0x3f8cee10, 0xa0566d8e, - 0xdb48ef6d, 0x44926cf3, 0x2d75eaab, 0xb2af6935, 0xc9b1ebd6, - 0x566b6848}}; - -local const z_word_t FAR crc_braid_big_table[][256] = { - {0x00000000, 0x9e83da9f, 0x7d01c4e4, 0xe3821e7b, 0xbb04f912, - 0x2587238d, 0xc6053df6, 0x5886e769, 0x7609f225, 0xe88a28ba, - 0x0b0836c1, 0x958bec5e, 0xcd0d0b37, 0x538ed1a8, 0xb00ccfd3, - 0x2e8f154c, 0xec12e44b, 0x72913ed4, 0x911320af, 0x0f90fa30, - 0x57161d59, 0xc995c7c6, 0x2a17d9bd, 0xb4940322, 0x9a1b166e, - 0x0498ccf1, 0xe71ad28a, 0x79990815, 0x211fef7c, 0xbf9c35e3, - 0x5c1e2b98, 0xc29df107, 0xd825c897, 0x46a61208, 0xa5240c73, - 0x3ba7d6ec, 0x63213185, 0xfda2eb1a, 0x1e20f561, 0x80a32ffe, - 0xae2c3ab2, 0x30afe02d, 0xd32dfe56, 0x4dae24c9, 0x1528c3a0, - 0x8bab193f, 0x68290744, 0xf6aadddb, 0x34372cdc, 0xaab4f643, - 0x4936e838, 0xd7b532a7, 0x8f33d5ce, 0x11b00f51, 0xf232112a, - 0x6cb1cbb5, 0x423edef9, 0xdcbd0466, 0x3f3f1a1d, 0xa1bcc082, - 0xf93a27eb, 0x67b9fd74, 0x843be30f, 0x1ab83990, 0xf14de1f4, - 0x6fce3b6b, 0x8c4c2510, 0x12cfff8f, 0x4a4918e6, 0xd4cac279, - 0x3748dc02, 0xa9cb069d, 0x874413d1, 0x19c7c94e, 0xfa45d735, - 0x64c60daa, 0x3c40eac3, 0xa2c3305c, 0x41412e27, 0xdfc2f4b8, - 0x1d5f05bf, 0x83dcdf20, 0x605ec15b, 0xfedd1bc4, 0xa65bfcad, - 0x38d82632, 0xdb5a3849, 0x45d9e2d6, 0x6b56f79a, 0xf5d52d05, - 0x1657337e, 0x88d4e9e1, 0xd0520e88, 0x4ed1d417, 0xad53ca6c, - 0x33d010f3, 0x29682963, 0xb7ebf3fc, 0x5469ed87, 0xcaea3718, - 0x926cd071, 0x0cef0aee, 0xef6d1495, 0x71eece0a, 0x5f61db46, - 0xc1e201d9, 0x22601fa2, 0xbce3c53d, 0xe4652254, 0x7ae6f8cb, - 0x9964e6b0, 0x07e73c2f, 0xc57acd28, 0x5bf917b7, 0xb87b09cc, - 0x26f8d353, 0x7e7e343a, 0xe0fdeea5, 0x037ff0de, 0x9dfc2a41, - 0xb3733f0d, 0x2df0e592, 0xce72fbe9, 0x50f12176, 0x0877c61f, - 0x96f41c80, 0x757602fb, 0xebf5d864, 0xa39db332, 0x3d1e69ad, - 0xde9c77d6, 0x401fad49, 0x18994a20, 0x861a90bf, 0x65988ec4, - 0xfb1b545b, 0xd5944117, 0x4b179b88, 0xa89585f3, 0x36165f6c, - 0x6e90b805, 0xf013629a, 0x13917ce1, 0x8d12a67e, 0x4f8f5779, - 0xd10c8de6, 0x328e939d, 0xac0d4902, 0xf48bae6b, 0x6a0874f4, - 0x898a6a8f, 0x1709b010, 0x3986a55c, 0xa7057fc3, 0x448761b8, - 0xda04bb27, 0x82825c4e, 0x1c0186d1, 0xff8398aa, 0x61004235, - 0x7bb87ba5, 0xe53ba13a, 0x06b9bf41, 0x983a65de, 0xc0bc82b7, - 0x5e3f5828, 0xbdbd4653, 0x233e9ccc, 0x0db18980, 0x9332531f, - 0x70b04d64, 0xee3397fb, 0xb6b57092, 0x2836aa0d, 0xcbb4b476, - 0x55376ee9, 0x97aa9fee, 0x09294571, 0xeaab5b0a, 0x74288195, - 0x2cae66fc, 0xb22dbc63, 0x51afa218, 0xcf2c7887, 0xe1a36dcb, - 0x7f20b754, 0x9ca2a92f, 0x022173b0, 0x5aa794d9, 0xc4244e46, - 0x27a6503d, 0xb9258aa2, 0x52d052c6, 0xcc538859, 0x2fd19622, - 0xb1524cbd, 0xe9d4abd4, 0x7757714b, 0x94d56f30, 0x0a56b5af, - 0x24d9a0e3, 0xba5a7a7c, 0x59d86407, 0xc75bbe98, 0x9fdd59f1, - 0x015e836e, 0xe2dc9d15, 0x7c5f478a, 0xbec2b68d, 0x20416c12, - 0xc3c37269, 0x5d40a8f6, 0x05c64f9f, 0x9b459500, 0x78c78b7b, - 0xe64451e4, 0xc8cb44a8, 0x56489e37, 0xb5ca804c, 0x2b495ad3, - 0x73cfbdba, 0xed4c6725, 0x0ece795e, 0x904da3c1, 0x8af59a51, - 0x147640ce, 0xf7f45eb5, 0x6977842a, 0x31f16343, 0xaf72b9dc, - 0x4cf0a7a7, 0xd2737d38, 0xfcfc6874, 0x627fb2eb, 0x81fdac90, - 0x1f7e760f, 0x47f89166, 0xd97b4bf9, 0x3af95582, 0xa47a8f1d, - 0x66e77e1a, 0xf864a485, 0x1be6bafe, 0x85656061, 0xdde38708, - 0x43605d97, 0xa0e243ec, 0x3e619973, 0x10ee8c3f, 0x8e6d56a0, - 0x6def48db, 0xf36c9244, 0xabea752d, 0x3569afb2, 0xd6ebb1c9, - 0x48686b56}, - {0x00000000, 0xc0642817, 0x80c9502e, 0x40ad7839, 0x0093a15c, - 0xc0f7894b, 0x805af172, 0x403ed965, 0x002643b9, 0xc0426bae, - 0x80ef1397, 0x408b3b80, 0x00b5e2e5, 0xc0d1caf2, 0x807cb2cb, - 0x40189adc, 0x414af7a9, 0x812edfbe, 0xc183a787, 0x01e78f90, - 0x41d956f5, 0x81bd7ee2, 0xc11006db, 0x01742ecc, 0x416cb410, - 0x81089c07, 0xc1a5e43e, 0x01c1cc29, 0x41ff154c, 0x819b3d5b, - 0xc1364562, 0x01526d75, 0xc3929f88, 0x03f6b79f, 0x435bcfa6, - 0x833fe7b1, 0xc3013ed4, 0x036516c3, 0x43c86efa, 0x83ac46ed, - 0xc3b4dc31, 0x03d0f426, 0x437d8c1f, 0x8319a408, 0xc3277d6d, - 0x0343557a, 0x43ee2d43, 0x838a0554, 0x82d86821, 0x42bc4036, - 0x0211380f, 0xc2751018, 0x824bc97d, 0x422fe16a, 0x02829953, - 0xc2e6b144, 0x82fe2b98, 0x429a038f, 0x02377bb6, 0xc25353a1, - 0x826d8ac4, 0x4209a2d3, 0x02a4daea, 0xc2c0f2fd, 0xc7234eca, - 0x074766dd, 0x47ea1ee4, 0x878e36f3, 0xc7b0ef96, 0x07d4c781, - 0x4779bfb8, 0x871d97af, 0xc7050d73, 0x07612564, 0x47cc5d5d, - 0x87a8754a, 0xc796ac2f, 0x07f28438, 0x475ffc01, 0x873bd416, - 0x8669b963, 0x460d9174, 0x06a0e94d, 0xc6c4c15a, 0x86fa183f, - 0x469e3028, 0x06334811, 0xc6576006, 0x864ffada, 0x462bd2cd, - 0x0686aaf4, 0xc6e282e3, 0x86dc5b86, 0x46b87391, 0x06150ba8, - 0xc67123bf, 0x04b1d142, 0xc4d5f955, 0x8478816c, 0x441ca97b, - 0x0422701e, 0xc4465809, 0x84eb2030, 0x448f0827, 0x049792fb, - 0xc4f3baec, 0x845ec2d5, 0x443aeac2, 0x040433a7, 0xc4601bb0, - 0x84cd6389, 0x44a94b9e, 0x45fb26eb, 0x859f0efc, 0xc53276c5, - 0x05565ed2, 0x456887b7, 0x850cafa0, 0xc5a1d799, 0x05c5ff8e, - 0x45dd6552, 0x85b94d45, 0xc514357c, 0x05701d6b, 0x454ec40e, - 0x852aec19, 0xc5879420, 0x05e3bc37, 0xcf41ed4f, 0x0f25c558, - 0x4f88bd61, 0x8fec9576, 0xcfd24c13, 0x0fb66404, 0x4f1b1c3d, - 0x8f7f342a, 0xcf67aef6, 0x0f0386e1, 0x4faefed8, 0x8fcad6cf, - 0xcff40faa, 0x0f9027bd, 0x4f3d5f84, 0x8f597793, 0x8e0b1ae6, - 0x4e6f32f1, 0x0ec24ac8, 0xcea662df, 0x8e98bbba, 0x4efc93ad, - 0x0e51eb94, 0xce35c383, 0x8e2d595f, 0x4e497148, 0x0ee40971, - 0xce802166, 0x8ebef803, 0x4edad014, 0x0e77a82d, 0xce13803a, - 0x0cd372c7, 0xccb75ad0, 0x8c1a22e9, 0x4c7e0afe, 0x0c40d39b, - 0xcc24fb8c, 0x8c8983b5, 0x4cedaba2, 0x0cf5317e, 0xcc911969, - 0x8c3c6150, 0x4c584947, 0x0c669022, 0xcc02b835, 0x8cafc00c, - 0x4ccbe81b, 0x4d99856e, 0x8dfdad79, 0xcd50d540, 0x0d34fd57, - 0x4d0a2432, 0x8d6e0c25, 0xcdc3741c, 0x0da75c0b, 0x4dbfc6d7, - 0x8ddbeec0, 0xcd7696f9, 0x0d12beee, 0x4d2c678b, 0x8d484f9c, - 0xcde537a5, 0x0d811fb2, 0x0862a385, 0xc8068b92, 0x88abf3ab, - 0x48cfdbbc, 0x08f102d9, 0xc8952ace, 0x883852f7, 0x485c7ae0, - 0x0844e03c, 0xc820c82b, 0x888db012, 0x48e99805, 0x08d74160, - 0xc8b36977, 0x881e114e, 0x487a3959, 0x4928542c, 0x894c7c3b, - 0xc9e10402, 0x09852c15, 0x49bbf570, 0x89dfdd67, 0xc972a55e, - 0x09168d49, 0x490e1795, 0x896a3f82, 0xc9c747bb, 0x09a36fac, - 0x499db6c9, 0x89f99ede, 0xc954e6e7, 0x0930cef0, 0xcbf03c0d, - 0x0b94141a, 0x4b396c23, 0x8b5d4434, 0xcb639d51, 0x0b07b546, - 0x4baacd7f, 0x8bcee568, 0xcbd67fb4, 0x0bb257a3, 0x4b1f2f9a, - 0x8b7b078d, 0xcb45dee8, 0x0b21f6ff, 0x4b8c8ec6, 0x8be8a6d1, - 0x8abacba4, 0x4adee3b3, 0x0a739b8a, 0xca17b39d, 0x8a296af8, - 0x4a4d42ef, 0x0ae03ad6, 0xca8412c1, 0x8a9c881d, 0x4af8a00a, - 0x0a55d833, 0xca31f024, 0x8a0f2941, 0x4a6b0156, 0x0ac6796f, - 0xcaa25178}, - {0x00000000, 0xd4ea739b, 0xe9d396ed, 0x3d39e576, 0x93a15c00, - 0x474b2f9b, 0x7a72caed, 0xae98b976, 0x2643b900, 0xf2a9ca9b, - 0xcf902fed, 0x1b7a5c76, 0xb5e2e500, 0x6108969b, 0x5c3173ed, - 0x88db0076, 0x4c867201, 0x986c019a, 0xa555e4ec, 0x71bf9777, - 0xdf272e01, 0x0bcd5d9a, 0x36f4b8ec, 0xe21ecb77, 0x6ac5cb01, - 0xbe2fb89a, 0x83165dec, 0x57fc2e77, 0xf9649701, 0x2d8ee49a, - 0x10b701ec, 0xc45d7277, 0x980ce502, 0x4ce69699, 0x71df73ef, - 0xa5350074, 0x0badb902, 0xdf47ca99, 0xe27e2fef, 0x36945c74, - 0xbe4f5c02, 0x6aa52f99, 0x579ccaef, 0x8376b974, 0x2dee0002, - 0xf9047399, 0xc43d96ef, 0x10d7e574, 0xd48a9703, 0x0060e498, - 0x3d5901ee, 0xe9b37275, 0x472bcb03, 0x93c1b898, 0xaef85dee, - 0x7a122e75, 0xf2c92e03, 0x26235d98, 0x1b1ab8ee, 0xcff0cb75, - 0x61687203, 0xb5820198, 0x88bbe4ee, 0x5c519775, 0x3019ca05, - 0xe4f3b99e, 0xd9ca5ce8, 0x0d202f73, 0xa3b89605, 0x7752e59e, - 0x4a6b00e8, 0x9e817373, 0x165a7305, 0xc2b0009e, 0xff89e5e8, - 0x2b639673, 0x85fb2f05, 0x51115c9e, 0x6c28b9e8, 0xb8c2ca73, - 0x7c9fb804, 0xa875cb9f, 0x954c2ee9, 0x41a65d72, 0xef3ee404, - 0x3bd4979f, 0x06ed72e9, 0xd2070172, 0x5adc0104, 0x8e36729f, - 0xb30f97e9, 0x67e5e472, 0xc97d5d04, 0x1d972e9f, 0x20aecbe9, - 0xf444b872, 0xa8152f07, 0x7cff5c9c, 0x41c6b9ea, 0x952cca71, - 0x3bb47307, 0xef5e009c, 0xd267e5ea, 0x068d9671, 0x8e569607, - 0x5abce59c, 0x678500ea, 0xb36f7371, 0x1df7ca07, 0xc91db99c, - 0xf4245cea, 0x20ce2f71, 0xe4935d06, 0x30792e9d, 0x0d40cbeb, - 0xd9aab870, 0x77320106, 0xa3d8729d, 0x9ee197eb, 0x4a0be470, - 0xc2d0e406, 0x163a979d, 0x2b0372eb, 0xffe90170, 0x5171b806, - 0x859bcb9d, 0xb8a22eeb, 0x6c485d70, 0x6032940b, 0xb4d8e790, - 0x89e102e6, 0x5d0b717d, 0xf393c80b, 0x2779bb90, 0x1a405ee6, - 0xceaa2d7d, 0x46712d0b, 0x929b5e90, 0xafa2bbe6, 0x7b48c87d, - 0xd5d0710b, 0x013a0290, 0x3c03e7e6, 0xe8e9947d, 0x2cb4e60a, - 0xf85e9591, 0xc56770e7, 0x118d037c, 0xbf15ba0a, 0x6bffc991, - 0x56c62ce7, 0x822c5f7c, 0x0af75f0a, 0xde1d2c91, 0xe324c9e7, - 0x37ceba7c, 0x9956030a, 0x4dbc7091, 0x708595e7, 0xa46fe67c, - 0xf83e7109, 0x2cd40292, 0x11ede7e4, 0xc507947f, 0x6b9f2d09, - 0xbf755e92, 0x824cbbe4, 0x56a6c87f, 0xde7dc809, 0x0a97bb92, - 0x37ae5ee4, 0xe3442d7f, 0x4ddc9409, 0x9936e792, 0xa40f02e4, - 0x70e5717f, 0xb4b80308, 0x60527093, 0x5d6b95e5, 0x8981e67e, - 0x27195f08, 0xf3f32c93, 0xcecac9e5, 0x1a20ba7e, 0x92fbba08, - 0x4611c993, 0x7b282ce5, 0xafc25f7e, 0x015ae608, 0xd5b09593, - 0xe88970e5, 0x3c63037e, 0x502b5e0e, 0x84c12d95, 0xb9f8c8e3, - 0x6d12bb78, 0xc38a020e, 0x17607195, 0x2a5994e3, 0xfeb3e778, - 0x7668e70e, 0xa2829495, 0x9fbb71e3, 0x4b510278, 0xe5c9bb0e, - 0x3123c895, 0x0c1a2de3, 0xd8f05e78, 0x1cad2c0f, 0xc8475f94, - 0xf57ebae2, 0x2194c979, 0x8f0c700f, 0x5be60394, 0x66dfe6e2, - 0xb2359579, 0x3aee950f, 0xee04e694, 0xd33d03e2, 0x07d77079, - 0xa94fc90f, 0x7da5ba94, 0x409c5fe2, 0x94762c79, 0xc827bb0c, - 0x1ccdc897, 0x21f42de1, 0xf51e5e7a, 0x5b86e70c, 0x8f6c9497, - 0xb25571e1, 0x66bf027a, 0xee64020c, 0x3a8e7197, 0x07b794e1, - 0xd35de77a, 0x7dc55e0c, 0xa92f2d97, 0x9416c8e1, 0x40fcbb7a, - 0x84a1c90d, 0x504bba96, 0x6d725fe0, 0xb9982c7b, 0x1700950d, - 0xc3eae696, 0xfed303e0, 0x2a39707b, 0xa2e2700d, 0x76080396, - 0x4b31e6e0, 0x9fdb957b, 0x31432c0d, 0xe5a95f96, 0xd890bae0, - 0x0c7ac97b}, - {0x00000000, 0x27652581, 0x0fcc3bd9, 0x28a91e58, 0x5f9e0669, - 0x78fb23e8, 0x50523db0, 0x77371831, 0xbe3c0dd2, 0x99592853, - 0xb1f0360b, 0x9695138a, 0xe1a20bbb, 0xc6c72e3a, 0xee6e3062, - 0xc90b15e3, 0x3d7f6b7f, 0x1a1a4efe, 0x32b350a6, 0x15d67527, - 0x62e16d16, 0x45844897, 0x6d2d56cf, 0x4a48734e, 0x834366ad, - 0xa426432c, 0x8c8f5d74, 0xabea78f5, 0xdcdd60c4, 0xfbb84545, - 0xd3115b1d, 0xf4747e9c, 0x7afed6fe, 0x5d9bf37f, 0x7532ed27, - 0x5257c8a6, 0x2560d097, 0x0205f516, 0x2aaceb4e, 0x0dc9cecf, - 0xc4c2db2c, 0xe3a7fead, 0xcb0ee0f5, 0xec6bc574, 0x9b5cdd45, - 0xbc39f8c4, 0x9490e69c, 0xb3f5c31d, 0x4781bd81, 0x60e49800, - 0x484d8658, 0x6f28a3d9, 0x181fbbe8, 0x3f7a9e69, 0x17d38031, - 0x30b6a5b0, 0xf9bdb053, 0xded895d2, 0xf6718b8a, 0xd114ae0b, - 0xa623b63a, 0x814693bb, 0xa9ef8de3, 0x8e8aa862, 0xb5fadc26, - 0x929ff9a7, 0xba36e7ff, 0x9d53c27e, 0xea64da4f, 0xcd01ffce, - 0xe5a8e196, 0xc2cdc417, 0x0bc6d1f4, 0x2ca3f475, 0x040aea2d, - 0x236fcfac, 0x5458d79d, 0x733df21c, 0x5b94ec44, 0x7cf1c9c5, - 0x8885b759, 0xafe092d8, 0x87498c80, 0xa02ca901, 0xd71bb130, - 0xf07e94b1, 0xd8d78ae9, 0xffb2af68, 0x36b9ba8b, 0x11dc9f0a, - 0x39758152, 0x1e10a4d3, 0x6927bce2, 0x4e429963, 0x66eb873b, - 0x418ea2ba, 0xcf040ad8, 0xe8612f59, 0xc0c83101, 0xe7ad1480, - 0x909a0cb1, 0xb7ff2930, 0x9f563768, 0xb83312e9, 0x7138070a, - 0x565d228b, 0x7ef43cd3, 0x59911952, 0x2ea60163, 0x09c324e2, - 0x216a3aba, 0x060f1f3b, 0xf27b61a7, 0xd51e4426, 0xfdb75a7e, - 0xdad27fff, 0xade567ce, 0x8a80424f, 0xa2295c17, 0x854c7996, - 0x4c476c75, 0x6b2249f4, 0x438b57ac, 0x64ee722d, 0x13d96a1c, - 0x34bc4f9d, 0x1c1551c5, 0x3b707444, 0x6af5b94d, 0x4d909ccc, - 0x65398294, 0x425ca715, 0x356bbf24, 0x120e9aa5, 0x3aa784fd, - 0x1dc2a17c, 0xd4c9b49f, 0xf3ac911e, 0xdb058f46, 0xfc60aac7, - 0x8b57b2f6, 0xac329777, 0x849b892f, 0xa3feacae, 0x578ad232, - 0x70eff7b3, 0x5846e9eb, 0x7f23cc6a, 0x0814d45b, 0x2f71f1da, - 0x07d8ef82, 0x20bdca03, 0xe9b6dfe0, 0xced3fa61, 0xe67ae439, - 0xc11fc1b8, 0xb628d989, 0x914dfc08, 0xb9e4e250, 0x9e81c7d1, - 0x100b6fb3, 0x376e4a32, 0x1fc7546a, 0x38a271eb, 0x4f9569da, - 0x68f04c5b, 0x40595203, 0x673c7782, 0xae376261, 0x895247e0, - 0xa1fb59b8, 0x869e7c39, 0xf1a96408, 0xd6cc4189, 0xfe655fd1, - 0xd9007a50, 0x2d7404cc, 0x0a11214d, 0x22b83f15, 0x05dd1a94, - 0x72ea02a5, 0x558f2724, 0x7d26397c, 0x5a431cfd, 0x9348091e, - 0xb42d2c9f, 0x9c8432c7, 0xbbe11746, 0xccd60f77, 0xebb32af6, - 0xc31a34ae, 0xe47f112f, 0xdf0f656b, 0xf86a40ea, 0xd0c35eb2, - 0xf7a67b33, 0x80916302, 0xa7f44683, 0x8f5d58db, 0xa8387d5a, - 0x613368b9, 0x46564d38, 0x6eff5360, 0x499a76e1, 0x3ead6ed0, - 0x19c84b51, 0x31615509, 0x16047088, 0xe2700e14, 0xc5152b95, - 0xedbc35cd, 0xcad9104c, 0xbdee087d, 0x9a8b2dfc, 0xb22233a4, - 0x95471625, 0x5c4c03c6, 0x7b292647, 0x5380381f, 0x74e51d9e, - 0x03d205af, 0x24b7202e, 0x0c1e3e76, 0x2b7b1bf7, 0xa5f1b395, - 0x82949614, 0xaa3d884c, 0x8d58adcd, 0xfa6fb5fc, 0xdd0a907d, - 0xf5a38e25, 0xd2c6aba4, 0x1bcdbe47, 0x3ca89bc6, 0x1401859e, - 0x3364a01f, 0x4453b82e, 0x63369daf, 0x4b9f83f7, 0x6cfaa676, - 0x988ed8ea, 0xbfebfd6b, 0x9742e333, 0xb027c6b2, 0xc710de83, - 0xe075fb02, 0xc8dce55a, 0xefb9c0db, 0x26b2d538, 0x01d7f0b9, - 0x297eeee1, 0x0e1bcb60, 0x792cd351, 0x5e49f6d0, 0x76e0e888, - 0x5185cd09}}; - -#endif - -#endif - -#endif - -local const z_crc_t FAR x2n_table[] = { - 0x40000000, 0x20000000, 0x08000000, 0x00800000, 0x00008000, - 0xedb88320, 0xb1e6b092, 0xa06a2517, 0xed627dae, 0x88d14467, - 0xd7bbfe6a, 0xec447f11, 0x8e7ea170, 0x6427800e, 0x4d47bae0, - 0x09fe548f, 0x83852d0f, 0x30362f1a, 0x7b5a9cc3, 0x31fec169, - 0x9fec022a, 0x6c8dedc4, 0x15d6874d, 0x5fde7a4e, 0xbad90e37, - 0x2e4e5eef, 0x4eaba214, 0xa8a472c0, 0x429a969e, 0x148d302a, - 0xc40ba6d0, 0xc4e22c3c}; diff --git a/proj-web/thirdparty/zlib-1.3.1/deflate.c b/proj-web/thirdparty/zlib-1.3.1/deflate.c deleted file mode 100644 index 012ea81..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/deflate.c +++ /dev/null @@ -1,2139 +0,0 @@ -/* deflate.c -- compress data using the deflation algorithm - * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* - * ALGORITHM - * - * The "deflation" process depends on being able to identify portions - * of the input text which are identical to earlier input (within a - * sliding window trailing behind the input currently being processed). - * - * The most straightforward technique turns out to be the fastest for - * most input files: try all possible matches and select the longest. - * The key feature of this algorithm is that insertions into the string - * dictionary are very simple and thus fast, and deletions are avoided - * completely. Insertions are performed at each input character, whereas - * string matches are performed only when the previous match ends. So it - * is preferable to spend more time in matches to allow very fast string - * insertions and avoid deletions. The matching algorithm for small - * strings is inspired from that of Rabin & Karp. A brute force approach - * is used to find longer strings when a small match has been found. - * A similar algorithm is used in comic (by Jan-Mark Wams) and freeze - * (by Leonid Broukhis). - * A previous version of this file used a more sophisticated algorithm - * (by Fiala and Greene) which is guaranteed to run in linear amortized - * time, but has a larger average cost, uses more memory and is patented. - * However the F&G algorithm may be faster for some highly redundant - * files if the parameter max_chain_length (described below) is too large. - * - * ACKNOWLEDGEMENTS - * - * The idea of lazy evaluation of matches is due to Jan-Mark Wams, and - * I found it in 'freeze' written by Leonid Broukhis. - * Thanks to many people for bug reports and testing. - * - * REFERENCES - * - * Deutsch, L.P.,"DEFLATE Compressed Data Format Specification". - * Available in http://tools.ietf.org/html/rfc1951 - * - * A description of the Rabin and Karp algorithm is given in the book - * "Algorithms" by R. Sedgewick, Addison-Wesley, p252. - * - * Fiala,E.R., and Greene,D.H. - * Data Compression with Finite Windows, Comm.ACM, 32,4 (1989) 490-595 - * - */ - -/* @(#) $Id$ */ - -#include "deflate.h" - -const char deflate_copyright[] = - " deflate 1.3.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler "; -/* - If you use the zlib library in a product, an acknowledgment is welcome - in the documentation of your product. If for some reason you cannot - include such an acknowledgment, I would appreciate that you keep this - copyright string in the executable of your product. - */ - -typedef enum { - need_more, /* block not completed, need more input or more output */ - block_done, /* block flush performed */ - finish_started, /* finish started, need only more output at next deflate */ - finish_done /* finish done, accept no more input or output */ -} block_state; - -typedef block_state (*compress_func)(deflate_state *s, int flush); -/* Compression function. Returns the block state after the call. */ - -local block_state deflate_stored(deflate_state *s, int flush); -local block_state deflate_fast(deflate_state *s, int flush); -#ifndef FASTEST -local block_state deflate_slow(deflate_state *s, int flush); -#endif -local block_state deflate_rle(deflate_state *s, int flush); -local block_state deflate_huff(deflate_state *s, int flush); - -/* =========================================================================== - * Local data - */ - -#define NIL 0 -/* Tail of hash chains */ - -#ifndef TOO_FAR -# define TOO_FAR 4096 -#endif -/* Matches of length 3 are discarded if their distance exceeds TOO_FAR */ - -/* Values for max_lazy_match, good_match and max_chain_length, depending on - * the desired pack level (0..9). The values given below have been tuned to - * exclude worst case performance for pathological files. Better values may be - * found for specific files. - */ -typedef struct config_s { - ush good_length; /* reduce lazy search above this match length */ - ush max_lazy; /* do not perform lazy search above this match length */ - ush nice_length; /* quit search above this match length */ - ush max_chain; - compress_func func; -} config; - -#ifdef FASTEST -local const config configuration_table[2] = { -/* good lazy nice chain */ -/* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ -/* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */ -#else -local const config configuration_table[10] = { -/* good lazy nice chain */ -/* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */ -/* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */ -/* 2 */ {4, 5, 16, 8, deflate_fast}, -/* 3 */ {4, 6, 32, 32, deflate_fast}, - -/* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ -/* 5 */ {8, 16, 32, 32, deflate_slow}, -/* 6 */ {8, 16, 128, 128, deflate_slow}, -/* 7 */ {8, 32, 128, 256, deflate_slow}, -/* 8 */ {32, 128, 258, 1024, deflate_slow}, -/* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */ -#endif - -/* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 - * For deflate_fast() (levels <= 3) good is ignored and lazy has a different - * meaning. - */ - -/* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ -#define RANK(f) (((f) * 2) - ((f) > 4 ? 9 : 0)) - -/* =========================================================================== - * Update a hash value with the given input byte - * IN assertion: all calls to UPDATE_HASH are made with consecutive input - * characters, so that a running hash key can be computed from the previous - * key instead of complete recalculation each time. - */ -#define UPDATE_HASH(s,h,c) (h = (((h) << s->hash_shift) ^ (c)) & s->hash_mask) - - -/* =========================================================================== - * Insert string str in the dictionary and set match_head to the previous head - * of the hash chain (the most recent string with same hash key). Return - * the previous length of the hash chain. - * If this file is compiled with -DFASTEST, the compression level is forced - * to 1, and no hash chains are maintained. - * IN assertion: all calls to INSERT_STRING are made with consecutive input - * characters and the first MIN_MATCH bytes of str are valid (except for - * the last MIN_MATCH-1 bytes of the input file). - */ -#ifdef FASTEST -#define INSERT_STRING(s, str, match_head) \ - (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ - match_head = s->head[s->ins_h], \ - s->head[s->ins_h] = (Pos)(str)) -#else -#define INSERT_STRING(s, str, match_head) \ - (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \ - match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \ - s->head[s->ins_h] = (Pos)(str)) -#endif - -/* =========================================================================== - * Initialize the hash table (avoiding 64K overflow for 16 bit systems). - * prev[] will be initialized on the fly. - */ -#define CLEAR_HASH(s) \ - do { \ - s->head[s->hash_size - 1] = NIL; \ - zmemzero((Bytef *)s->head, \ - (unsigned)(s->hash_size - 1)*sizeof(*s->head)); \ - } while (0) - -/* =========================================================================== - * Slide the hash table when sliding the window down (could be avoided with 32 - * bit values at the expense of memory usage). We slide even when level == 0 to - * keep the hash table consistent if we switch back to level > 0 later. - */ -#if defined(__has_feature) -# if __has_feature(memory_sanitizer) - __attribute__((no_sanitize("memory"))) -# endif -#endif -local void slide_hash(deflate_state *s) { - unsigned n, m; - Posf *p; - uInt wsize = s->w_size; - - n = s->hash_size; - p = &s->head[n]; - do { - m = *--p; - *p = (Pos)(m >= wsize ? m - wsize : NIL); - } while (--n); - n = wsize; -#ifndef FASTEST - p = &s->prev[n]; - do { - m = *--p; - *p = (Pos)(m >= wsize ? m - wsize : NIL); - /* If n is not on any hash chain, prev[n] is garbage but - * its value will never be used. - */ - } while (--n); -#endif -} - -/* =========================================================================== - * Read a new buffer from the current input stream, update the adler32 - * and total number of bytes read. All deflate() input goes through - * this function so some applications may wish to modify it to avoid - * allocating a large strm->next_in buffer and copying from it. - * (See also flush_pending()). - */ -local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) { - unsigned len = strm->avail_in; - - if (len > size) len = size; - if (len == 0) return 0; - - strm->avail_in -= len; - - zmemcpy(buf, strm->next_in, len); - if (strm->state->wrap == 1) { - strm->adler = adler32(strm->adler, buf, len); - } -#ifdef GZIP - else if (strm->state->wrap == 2) { - strm->adler = crc32(strm->adler, buf, len); - } -#endif - strm->next_in += len; - strm->total_in += len; - - return len; -} - -/* =========================================================================== - * Fill the window when the lookahead becomes insufficient. - * Updates strstart and lookahead. - * - * IN assertion: lookahead < MIN_LOOKAHEAD - * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD - * At least one byte has been read, or avail_in == 0; reads are - * performed for at least two bytes (required for the zip translate_eol - * option -- not supported here). - */ -local void fill_window(deflate_state *s) { - unsigned n; - unsigned more; /* Amount of free space at the end of the window. */ - uInt wsize = s->w_size; - - Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead"); - - do { - more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); - - /* Deal with !@#$% 64K limit: */ - if (sizeof(int) <= 2) { - if (more == 0 && s->strstart == 0 && s->lookahead == 0) { - more = wsize; - - } else if (more == (unsigned)(-1)) { - /* Very unlikely, but possible on 16 bit machine if - * strstart == 0 && lookahead == 1 (input done a byte at time) - */ - more--; - } - } - - /* If the window is almost full and there is insufficient lookahead, - * move the upper half to the lower one to make room in the upper half. - */ - if (s->strstart >= wsize + MAX_DIST(s)) { - - zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more); - s->match_start -= wsize; - s->strstart -= wsize; /* we now have strstart >= MAX_DIST */ - s->block_start -= (long) wsize; - if (s->insert > s->strstart) - s->insert = s->strstart; - slide_hash(s); - more += wsize; - } - if (s->strm->avail_in == 0) break; - - /* If there was no sliding: - * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && - * more == window_size - lookahead - strstart - * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1) - * => more >= window_size - 2*WSIZE + 2 - * In the BIG_MEM or MMAP case (not yet supported), - * window_size == input_size + MIN_LOOKAHEAD && - * strstart + s->lookahead <= input_size => more >= MIN_LOOKAHEAD. - * Otherwise, window_size == 2*WSIZE so more >= 2. - * If there was sliding, more >= WSIZE. So in all cases, more >= 2. - */ - Assert(more >= 2, "more < 2"); - - n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); - s->lookahead += n; - - /* Initialize the hash value now that we have some input: */ - if (s->lookahead + s->insert >= MIN_MATCH) { - uInt str = s->strstart - s->insert; - s->ins_h = s->window[str]; - UPDATE_HASH(s, s->ins_h, s->window[str + 1]); -#if MIN_MATCH != 3 - Call UPDATE_HASH() MIN_MATCH-3 more times -#endif - while (s->insert) { - UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); -#ifndef FASTEST - s->prev[str & s->w_mask] = s->head[s->ins_h]; -#endif - s->head[s->ins_h] = (Pos)str; - str++; - s->insert--; - if (s->lookahead + s->insert < MIN_MATCH) - break; - } - } - /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage, - * but this is not important since only literal bytes will be emitted. - */ - - } while (s->lookahead < MIN_LOOKAHEAD && s->strm->avail_in != 0); - - /* If the WIN_INIT bytes after the end of the current data have never been - * written, then zero those bytes in order to avoid memory check reports of - * the use of uninitialized (or uninitialised as Julian writes) bytes by - * the longest match routines. Update the high water mark for the next - * time through here. WIN_INIT is set to MAX_MATCH since the longest match - * routines allow scanning to strstart + MAX_MATCH, ignoring lookahead. - */ - if (s->high_water < s->window_size) { - ulg curr = s->strstart + (ulg)(s->lookahead); - ulg init; - - if (s->high_water < curr) { - /* Previous high water mark below current data -- zero WIN_INIT - * bytes or up to end of window, whichever is less. - */ - init = s->window_size - curr; - if (init > WIN_INIT) - init = WIN_INIT; - zmemzero(s->window + curr, (unsigned)init); - s->high_water = curr + init; - } - else if (s->high_water < (ulg)curr + WIN_INIT) { - /* High water mark at or above current data, but below current data - * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up - * to end of window, whichever is less. - */ - init = (ulg)curr + WIN_INIT - s->high_water; - if (init > s->window_size - s->high_water) - init = s->window_size - s->high_water; - zmemzero(s->window + s->high_water, (unsigned)init); - s->high_water += init; - } - } - - Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, - "not enough room for search"); -} - -/* ========================================================================= */ -int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version, - int stream_size) { - return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, - Z_DEFAULT_STRATEGY, version, stream_size); - /* To do: ignore strm->next_in if we use it as window */ -} - -/* ========================================================================= */ -int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, - int windowBits, int memLevel, int strategy, - const char *version, int stream_size) { - deflate_state *s; - int wrap = 1; - static const char my_version[] = ZLIB_VERSION; - - if (version == Z_NULL || version[0] != my_version[0] || - stream_size != sizeof(z_stream)) { - return Z_VERSION_ERROR; - } - if (strm == Z_NULL) return Z_STREAM_ERROR; - - strm->msg = Z_NULL; - if (strm->zalloc == (alloc_func)0) { -#ifdef Z_SOLO - return Z_STREAM_ERROR; -#else - strm->zalloc = zcalloc; - strm->opaque = (voidpf)0; -#endif - } - if (strm->zfree == (free_func)0) -#ifdef Z_SOLO - return Z_STREAM_ERROR; -#else - strm->zfree = zcfree; -#endif - -#ifdef FASTEST - if (level != 0) level = 1; -#else - if (level == Z_DEFAULT_COMPRESSION) level = 6; -#endif - - if (windowBits < 0) { /* suppress zlib wrapper */ - wrap = 0; - if (windowBits < -15) - return Z_STREAM_ERROR; - windowBits = -windowBits; - } -#ifdef GZIP - else if (windowBits > 15) { - wrap = 2; /* write gzip wrapper instead */ - windowBits -= 16; - } -#endif - if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || - windowBits < 8 || windowBits > 15 || level < 0 || level > 9 || - strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { - return Z_STREAM_ERROR; - } - if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */ - s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state)); - if (s == Z_NULL) return Z_MEM_ERROR; - strm->state = (struct internal_state FAR *)s; - s->strm = strm; - s->status = INIT_STATE; /* to pass state test in deflateReset() */ - - s->wrap = wrap; - s->gzhead = Z_NULL; - s->w_bits = (uInt)windowBits; - s->w_size = 1 << s->w_bits; - s->w_mask = s->w_size - 1; - - s->hash_bits = (uInt)memLevel + 7; - s->hash_size = 1 << s->hash_bits; - s->hash_mask = s->hash_size - 1; - s->hash_shift = ((s->hash_bits + MIN_MATCH-1) / MIN_MATCH); - - s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); - s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); - s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); - - s->high_water = 0; /* nothing written to s->window yet */ - - s->lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */ - - /* We overlay pending_buf and sym_buf. This works since the average size - * for length/distance pairs over any compressed block is assured to be 31 - * bits or less. - * - * Analysis: The longest fixed codes are a length code of 8 bits plus 5 - * extra bits, for lengths 131 to 257. The longest fixed distance codes are - * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest - * possible fixed-codes length/distance pair is then 31 bits total. - * - * sym_buf starts one-fourth of the way into pending_buf. So there are - * three bytes in sym_buf for every four bytes in pending_buf. Each symbol - * in sym_buf is three bytes -- two for the distance and one for the - * literal/length. As each symbol is consumed, the pointer to the next - * sym_buf value to read moves forward three bytes. From that symbol, up to - * 31 bits are written to pending_buf. The closest the written pending_buf - * bits gets to the next sym_buf symbol to read is just before the last - * code is written. At that time, 31*(n - 2) bits have been written, just - * after 24*(n - 2) bits have been consumed from sym_buf. sym_buf starts at - * 8*n bits into pending_buf. (Note that the symbol buffer fills when n - 1 - * symbols are written.) The closest the writing gets to what is unread is - * then n + 14 bits. Here n is lit_bufsize, which is 16384 by default, and - * can range from 128 to 32768. - * - * Therefore, at a minimum, there are 142 bits of space between what is - * written and what is read in the overlain buffers, so the symbols cannot - * be overwritten by the compressed data. That space is actually 139 bits, - * due to the three-bit fixed-code block header. - * - * That covers the case where either Z_FIXED is specified, forcing fixed - * codes, or when the use of fixed codes is chosen, because that choice - * results in a smaller compressed block than dynamic codes. That latter - * condition then assures that the above analysis also covers all dynamic - * blocks. A dynamic-code block will only be chosen to be emitted if it has - * fewer bits than a fixed-code block would for the same set of symbols. - * Therefore its average symbol length is assured to be less than 31. So - * the compressed data for a dynamic block also cannot overwrite the - * symbols from which it is being constructed. - */ - - s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, LIT_BUFS); - s->pending_buf_size = (ulg)s->lit_bufsize * 4; - - if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL || - s->pending_buf == Z_NULL) { - s->status = FINISH_STATE; - strm->msg = ERR_MSG(Z_MEM_ERROR); - deflateEnd (strm); - return Z_MEM_ERROR; - } -#ifdef LIT_MEM - s->d_buf = (ushf *)(s->pending_buf + (s->lit_bufsize << 1)); - s->l_buf = s->pending_buf + (s->lit_bufsize << 2); - s->sym_end = s->lit_bufsize - 1; -#else - s->sym_buf = s->pending_buf + s->lit_bufsize; - s->sym_end = (s->lit_bufsize - 1) * 3; -#endif - /* We avoid equality with lit_bufsize*3 because of wraparound at 64K - * on 16 bit machines and because stored blocks are restricted to - * 64K-1 bytes. - */ - - s->level = level; - s->strategy = strategy; - s->method = (Byte)method; - - return deflateReset(strm); -} - -/* ========================================================================= - * Check for a valid deflate stream state. Return 0 if ok, 1 if not. - */ -local int deflateStateCheck(z_streamp strm) { - deflate_state *s; - if (strm == Z_NULL || - strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) - return 1; - s = strm->state; - if (s == Z_NULL || s->strm != strm || (s->status != INIT_STATE && -#ifdef GZIP - s->status != GZIP_STATE && -#endif - s->status != EXTRA_STATE && - s->status != NAME_STATE && - s->status != COMMENT_STATE && - s->status != HCRC_STATE && - s->status != BUSY_STATE && - s->status != FINISH_STATE)) - return 1; - return 0; -} - -/* ========================================================================= */ -int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, - uInt dictLength) { - deflate_state *s; - uInt str, n; - int wrap; - unsigned avail; - z_const unsigned char *next; - - if (deflateStateCheck(strm) || dictionary == Z_NULL) - return Z_STREAM_ERROR; - s = strm->state; - wrap = s->wrap; - if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead) - return Z_STREAM_ERROR; - - /* when using zlib wrappers, compute Adler-32 for provided dictionary */ - if (wrap == 1) - strm->adler = adler32(strm->adler, dictionary, dictLength); - s->wrap = 0; /* avoid computing Adler-32 in read_buf */ - - /* if dictionary would fill window, just replace the history */ - if (dictLength >= s->w_size) { - if (wrap == 0) { /* already empty otherwise */ - CLEAR_HASH(s); - s->strstart = 0; - s->block_start = 0L; - s->insert = 0; - } - dictionary += dictLength - s->w_size; /* use the tail */ - dictLength = s->w_size; - } - - /* insert dictionary into window and hash */ - avail = strm->avail_in; - next = strm->next_in; - strm->avail_in = dictLength; - strm->next_in = (z_const Bytef *)dictionary; - fill_window(s); - while (s->lookahead >= MIN_MATCH) { - str = s->strstart; - n = s->lookahead - (MIN_MATCH-1); - do { - UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); -#ifndef FASTEST - s->prev[str & s->w_mask] = s->head[s->ins_h]; -#endif - s->head[s->ins_h] = (Pos)str; - str++; - } while (--n); - s->strstart = str; - s->lookahead = MIN_MATCH-1; - fill_window(s); - } - s->strstart += s->lookahead; - s->block_start = (long)s->strstart; - s->insert = s->lookahead; - s->lookahead = 0; - s->match_length = s->prev_length = MIN_MATCH-1; - s->match_available = 0; - strm->next_in = next; - strm->avail_in = avail; - s->wrap = wrap; - return Z_OK; -} - -/* ========================================================================= */ -int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary, - uInt *dictLength) { - deflate_state *s; - uInt len; - - if (deflateStateCheck(strm)) - return Z_STREAM_ERROR; - s = strm->state; - len = s->strstart + s->lookahead; - if (len > s->w_size) - len = s->w_size; - if (dictionary != Z_NULL && len) - zmemcpy(dictionary, s->window + s->strstart + s->lookahead - len, len); - if (dictLength != Z_NULL) - *dictLength = len; - return Z_OK; -} - -/* ========================================================================= */ -int ZEXPORT deflateResetKeep(z_streamp strm) { - deflate_state *s; - - if (deflateStateCheck(strm)) { - return Z_STREAM_ERROR; - } - - strm->total_in = strm->total_out = 0; - strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */ - strm->data_type = Z_UNKNOWN; - - s = (deflate_state *)strm->state; - s->pending = 0; - s->pending_out = s->pending_buf; - - if (s->wrap < 0) { - s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */ - } - s->status = -#ifdef GZIP - s->wrap == 2 ? GZIP_STATE : -#endif - INIT_STATE; - strm->adler = -#ifdef GZIP - s->wrap == 2 ? crc32(0L, Z_NULL, 0) : -#endif - adler32(0L, Z_NULL, 0); - s->last_flush = -2; - - _tr_init(s); - - return Z_OK; -} - -/* =========================================================================== - * Initialize the "longest match" routines for a new zlib stream - */ -local void lm_init(deflate_state *s) { - s->window_size = (ulg)2L*s->w_size; - - CLEAR_HASH(s); - - /* Set the default configuration parameters: - */ - s->max_lazy_match = configuration_table[s->level].max_lazy; - s->good_match = configuration_table[s->level].good_length; - s->nice_match = configuration_table[s->level].nice_length; - s->max_chain_length = configuration_table[s->level].max_chain; - - s->strstart = 0; - s->block_start = 0L; - s->lookahead = 0; - s->insert = 0; - s->match_length = s->prev_length = MIN_MATCH-1; - s->match_available = 0; - s->ins_h = 0; -} - -/* ========================================================================= */ -int ZEXPORT deflateReset(z_streamp strm) { - int ret; - - ret = deflateResetKeep(strm); - if (ret == Z_OK) - lm_init(strm->state); - return ret; -} - -/* ========================================================================= */ -int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) { - if (deflateStateCheck(strm) || strm->state->wrap != 2) - return Z_STREAM_ERROR; - strm->state->gzhead = head; - return Z_OK; -} - -/* ========================================================================= */ -int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { - if (deflateStateCheck(strm)) return Z_STREAM_ERROR; - if (pending != Z_NULL) - *pending = strm->state->pending; - if (bits != Z_NULL) - *bits = strm->state->bi_valid; - return Z_OK; -} - -/* ========================================================================= */ -int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { - deflate_state *s; - int put; - - if (deflateStateCheck(strm)) return Z_STREAM_ERROR; - s = strm->state; -#ifdef LIT_MEM - if (bits < 0 || bits > 16 || - (uchf *)s->d_buf < s->pending_out + ((Buf_size + 7) >> 3)) - return Z_BUF_ERROR; -#else - if (bits < 0 || bits > 16 || - s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3)) - return Z_BUF_ERROR; -#endif - do { - put = Buf_size - s->bi_valid; - if (put > bits) - put = bits; - s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid); - s->bi_valid += put; - _tr_flush_bits(s); - value >>= put; - bits -= put; - } while (bits); - return Z_OK; -} - -/* ========================================================================= */ -int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) { - deflate_state *s; - compress_func func; - - if (deflateStateCheck(strm)) return Z_STREAM_ERROR; - s = strm->state; - -#ifdef FASTEST - if (level != 0) level = 1; -#else - if (level == Z_DEFAULT_COMPRESSION) level = 6; -#endif - if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { - return Z_STREAM_ERROR; - } - func = configuration_table[s->level].func; - - if ((strategy != s->strategy || func != configuration_table[level].func) && - s->last_flush != -2) { - /* Flush the last buffer: */ - int err = deflate(strm, Z_BLOCK); - if (err == Z_STREAM_ERROR) - return err; - if (strm->avail_in || (s->strstart - s->block_start) + s->lookahead) - return Z_BUF_ERROR; - } - if (s->level != level) { - if (s->level == 0 && s->matches != 0) { - if (s->matches == 1) - slide_hash(s); - else - CLEAR_HASH(s); - s->matches = 0; - } - s->level = level; - s->max_lazy_match = configuration_table[level].max_lazy; - s->good_match = configuration_table[level].good_length; - s->nice_match = configuration_table[level].nice_length; - s->max_chain_length = configuration_table[level].max_chain; - } - s->strategy = strategy; - return Z_OK; -} - -/* ========================================================================= */ -int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, - int nice_length, int max_chain) { - deflate_state *s; - - if (deflateStateCheck(strm)) return Z_STREAM_ERROR; - s = strm->state; - s->good_match = (uInt)good_length; - s->max_lazy_match = (uInt)max_lazy; - s->nice_match = nice_length; - s->max_chain_length = (uInt)max_chain; - return Z_OK; -} - -/* ========================================================================= - * For the default windowBits of 15 and memLevel of 8, this function returns a - * close to exact, as well as small, upper bound on the compressed size. This - * is an expansion of ~0.03%, plus a small constant. - * - * For any setting other than those defaults for windowBits and memLevel, one - * of two worst case bounds is returned. This is at most an expansion of ~4% or - * ~13%, plus a small constant. - * - * Both the 0.03% and 4% derive from the overhead of stored blocks. The first - * one is for stored blocks of 16383 bytes (memLevel == 8), whereas the second - * is for stored blocks of 127 bytes (the worst case memLevel == 1). The - * expansion results from five bytes of header for each stored block. - * - * The larger expansion of 13% results from a window size less than or equal to - * the symbols buffer size (windowBits <= memLevel + 7). In that case some of - * the data being compressed may have slid out of the sliding window, impeding - * a stored block from being emitted. Then the only choice is a fixed or - * dynamic block, where a fixed block limits the maximum expansion to 9 bits - * per 8-bit byte, plus 10 bits for every block. The smallest block size for - * which this can occur is 255 (memLevel == 2). - * - * Shifts are used to approximate divisions, for speed. - */ -uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { - deflate_state *s; - uLong fixedlen, storelen, wraplen; - - /* upper bound for fixed blocks with 9-bit literals and length 255 - (memLevel == 2, which is the lowest that may not use stored blocks) -- - ~13% overhead plus a small constant */ - fixedlen = sourceLen + (sourceLen >> 3) + (sourceLen >> 8) + - (sourceLen >> 9) + 4; - - /* upper bound for stored blocks with length 127 (memLevel == 1) -- - ~4% overhead plus a small constant */ - storelen = sourceLen + (sourceLen >> 5) + (sourceLen >> 7) + - (sourceLen >> 11) + 7; - - /* if can't get parameters, return larger bound plus a zlib wrapper */ - if (deflateStateCheck(strm)) - return (fixedlen > storelen ? fixedlen : storelen) + 6; - - /* compute wrapper length */ - s = strm->state; - switch (s->wrap) { - case 0: /* raw deflate */ - wraplen = 0; - break; - case 1: /* zlib wrapper */ - wraplen = 6 + (s->strstart ? 4 : 0); - break; -#ifdef GZIP - case 2: /* gzip wrapper */ - wraplen = 18; - if (s->gzhead != Z_NULL) { /* user-supplied gzip header */ - Bytef *str; - if (s->gzhead->extra != Z_NULL) - wraplen += 2 + s->gzhead->extra_len; - str = s->gzhead->name; - if (str != Z_NULL) - do { - wraplen++; - } while (*str++); - str = s->gzhead->comment; - if (str != Z_NULL) - do { - wraplen++; - } while (*str++); - if (s->gzhead->hcrc) - wraplen += 2; - } - break; -#endif - default: /* for compiler happiness */ - wraplen = 6; - } - - /* if not default parameters, return one of the conservative bounds */ - if (s->w_bits != 15 || s->hash_bits != 8 + 7) - return (s->w_bits <= s->hash_bits && s->level ? fixedlen : storelen) + - wraplen; - - /* default settings: return tight bound for that case -- ~0.03% overhead - plus a small constant */ - return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + - (sourceLen >> 25) + 13 - 6 + wraplen; -} - -/* ========================================================================= - * Put a short in the pending buffer. The 16-bit value is put in MSB order. - * IN assertion: the stream state is correct and there is enough room in - * pending_buf. - */ -local void putShortMSB(deflate_state *s, uInt b) { - put_byte(s, (Byte)(b >> 8)); - put_byte(s, (Byte)(b & 0xff)); -} - -/* ========================================================================= - * Flush as much pending output as possible. All deflate() output, except for - * some deflate_stored() output, goes through this function so some - * applications may wish to modify it to avoid allocating a large - * strm->next_out buffer and copying into it. (See also read_buf()). - */ -local void flush_pending(z_streamp strm) { - unsigned len; - deflate_state *s = strm->state; - - _tr_flush_bits(s); - len = s->pending; - if (len > strm->avail_out) len = strm->avail_out; - if (len == 0) return; - - zmemcpy(strm->next_out, s->pending_out, len); - strm->next_out += len; - s->pending_out += len; - strm->total_out += len; - strm->avail_out -= len; - s->pending -= len; - if (s->pending == 0) { - s->pending_out = s->pending_buf; - } -} - -/* =========================================================================== - * Update the header CRC with the bytes s->pending_buf[beg..s->pending - 1]. - */ -#define HCRC_UPDATE(beg) \ - do { \ - if (s->gzhead->hcrc && s->pending > (beg)) \ - strm->adler = crc32(strm->adler, s->pending_buf + (beg), \ - s->pending - (beg)); \ - } while (0) - -/* ========================================================================= */ -int ZEXPORT deflate(z_streamp strm, int flush) { - int old_flush; /* value of flush param for previous deflate call */ - deflate_state *s; - - if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { - return Z_STREAM_ERROR; - } - s = strm->state; - - if (strm->next_out == Z_NULL || - (strm->avail_in != 0 && strm->next_in == Z_NULL) || - (s->status == FINISH_STATE && flush != Z_FINISH)) { - ERR_RETURN(strm, Z_STREAM_ERROR); - } - if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); - - old_flush = s->last_flush; - s->last_flush = flush; - - /* Flush as much pending output as possible */ - if (s->pending != 0) { - flush_pending(strm); - if (strm->avail_out == 0) { - /* Since avail_out is 0, deflate will be called again with - * more output space, but possibly with both pending and - * avail_in equal to zero. There won't be anything to do, - * but this is not an error situation so make sure we - * return OK instead of BUF_ERROR at next call of deflate: - */ - s->last_flush = -1; - return Z_OK; - } - - /* Make sure there is something to do and avoid duplicate consecutive - * flushes. For repeated and useless calls with Z_FINISH, we keep - * returning Z_STREAM_END instead of Z_BUF_ERROR. - */ - } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && - flush != Z_FINISH) { - ERR_RETURN(strm, Z_BUF_ERROR); - } - - /* User must not provide more input after the first FINISH: */ - if (s->status == FINISH_STATE && strm->avail_in != 0) { - ERR_RETURN(strm, Z_BUF_ERROR); - } - - /* Write the header */ - if (s->status == INIT_STATE && s->wrap == 0) - s->status = BUSY_STATE; - if (s->status == INIT_STATE) { - /* zlib header */ - uInt header = (Z_DEFLATED + ((s->w_bits - 8) << 4)) << 8; - uInt level_flags; - - if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2) - level_flags = 0; - else if (s->level < 6) - level_flags = 1; - else if (s->level == 6) - level_flags = 2; - else - level_flags = 3; - header |= (level_flags << 6); - if (s->strstart != 0) header |= PRESET_DICT; - header += 31 - (header % 31); - - putShortMSB(s, header); - - /* Save the adler32 of the preset dictionary: */ - if (s->strstart != 0) { - putShortMSB(s, (uInt)(strm->adler >> 16)); - putShortMSB(s, (uInt)(strm->adler & 0xffff)); - } - strm->adler = adler32(0L, Z_NULL, 0); - s->status = BUSY_STATE; - - /* Compression must start with an empty pending buffer */ - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - } -#ifdef GZIP - if (s->status == GZIP_STATE) { - /* gzip header */ - strm->adler = crc32(0L, Z_NULL, 0); - put_byte(s, 31); - put_byte(s, 139); - put_byte(s, 8); - if (s->gzhead == Z_NULL) { - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, 0); - put_byte(s, s->level == 9 ? 2 : - (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? - 4 : 0)); - put_byte(s, OS_CODE); - s->status = BUSY_STATE; - - /* Compression must start with an empty pending buffer */ - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - } - else { - put_byte(s, (s->gzhead->text ? 1 : 0) + - (s->gzhead->hcrc ? 2 : 0) + - (s->gzhead->extra == Z_NULL ? 0 : 4) + - (s->gzhead->name == Z_NULL ? 0 : 8) + - (s->gzhead->comment == Z_NULL ? 0 : 16) - ); - put_byte(s, (Byte)(s->gzhead->time & 0xff)); - put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); - put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); - put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); - put_byte(s, s->level == 9 ? 2 : - (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ? - 4 : 0)); - put_byte(s, s->gzhead->os & 0xff); - if (s->gzhead->extra != Z_NULL) { - put_byte(s, s->gzhead->extra_len & 0xff); - put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); - } - if (s->gzhead->hcrc) - strm->adler = crc32(strm->adler, s->pending_buf, - s->pending); - s->gzindex = 0; - s->status = EXTRA_STATE; - } - } - if (s->status == EXTRA_STATE) { - if (s->gzhead->extra != Z_NULL) { - ulg beg = s->pending; /* start of bytes to update crc */ - uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex; - while (s->pending + left > s->pending_buf_size) { - uInt copy = s->pending_buf_size - s->pending; - zmemcpy(s->pending_buf + s->pending, - s->gzhead->extra + s->gzindex, copy); - s->pending = s->pending_buf_size; - HCRC_UPDATE(beg); - s->gzindex += copy; - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - beg = 0; - left -= copy; - } - zmemcpy(s->pending_buf + s->pending, - s->gzhead->extra + s->gzindex, left); - s->pending += left; - HCRC_UPDATE(beg); - s->gzindex = 0; - } - s->status = NAME_STATE; - } - if (s->status == NAME_STATE) { - if (s->gzhead->name != Z_NULL) { - ulg beg = s->pending; /* start of bytes to update crc */ - int val; - do { - if (s->pending == s->pending_buf_size) { - HCRC_UPDATE(beg); - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - beg = 0; - } - val = s->gzhead->name[s->gzindex++]; - put_byte(s, val); - } while (val != 0); - HCRC_UPDATE(beg); - s->gzindex = 0; - } - s->status = COMMENT_STATE; - } - if (s->status == COMMENT_STATE) { - if (s->gzhead->comment != Z_NULL) { - ulg beg = s->pending; /* start of bytes to update crc */ - int val; - do { - if (s->pending == s->pending_buf_size) { - HCRC_UPDATE(beg); - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - beg = 0; - } - val = s->gzhead->comment[s->gzindex++]; - put_byte(s, val); - } while (val != 0); - HCRC_UPDATE(beg); - } - s->status = HCRC_STATE; - } - if (s->status == HCRC_STATE) { - if (s->gzhead->hcrc) { - if (s->pending + 2 > s->pending_buf_size) { - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - } - put_byte(s, (Byte)(strm->adler & 0xff)); - put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); - strm->adler = crc32(0L, Z_NULL, 0); - } - s->status = BUSY_STATE; - - /* Compression must start with an empty pending buffer */ - flush_pending(strm); - if (s->pending != 0) { - s->last_flush = -1; - return Z_OK; - } - } -#endif - - /* Start a new block or continue the current one. - */ - if (strm->avail_in != 0 || s->lookahead != 0 || - (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { - block_state bstate; - - bstate = s->level == 0 ? deflate_stored(s, flush) : - s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : - s->strategy == Z_RLE ? deflate_rle(s, flush) : - (*(configuration_table[s->level].func))(s, flush); - - if (bstate == finish_started || bstate == finish_done) { - s->status = FINISH_STATE; - } - if (bstate == need_more || bstate == finish_started) { - if (strm->avail_out == 0) { - s->last_flush = -1; /* avoid BUF_ERROR next call, see above */ - } - return Z_OK; - /* If flush != Z_NO_FLUSH && avail_out == 0, the next call - * of deflate should use the same flush parameter to make sure - * that the flush is complete. So we don't have to output an - * empty block here, this will be done at next call. This also - * ensures that for a very small output buffer, we emit at most - * one empty block. - */ - } - if (bstate == block_done) { - if (flush == Z_PARTIAL_FLUSH) { - _tr_align(s); - } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ - _tr_stored_block(s, (char*)0, 0L, 0); - /* For a full flush, this empty block will be recognized - * as a special marker by inflate_sync(). - */ - if (flush == Z_FULL_FLUSH) { - CLEAR_HASH(s); /* forget history */ - if (s->lookahead == 0) { - s->strstart = 0; - s->block_start = 0L; - s->insert = 0; - } - } - } - flush_pending(strm); - if (strm->avail_out == 0) { - s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */ - return Z_OK; - } - } - } - - if (flush != Z_FINISH) return Z_OK; - if (s->wrap <= 0) return Z_STREAM_END; - - /* Write the trailer */ -#ifdef GZIP - if (s->wrap == 2) { - put_byte(s, (Byte)(strm->adler & 0xff)); - put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); - put_byte(s, (Byte)((strm->adler >> 16) & 0xff)); - put_byte(s, (Byte)((strm->adler >> 24) & 0xff)); - put_byte(s, (Byte)(strm->total_in & 0xff)); - put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); - put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); - put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); - } - else -#endif - { - putShortMSB(s, (uInt)(strm->adler >> 16)); - putShortMSB(s, (uInt)(strm->adler & 0xffff)); - } - flush_pending(strm); - /* If avail_out is zero, the application will call deflate again - * to flush the rest. - */ - if (s->wrap > 0) s->wrap = -s->wrap; /* write the trailer only once! */ - return s->pending != 0 ? Z_OK : Z_STREAM_END; -} - -/* ========================================================================= */ -int ZEXPORT deflateEnd(z_streamp strm) { - int status; - - if (deflateStateCheck(strm)) return Z_STREAM_ERROR; - - status = strm->state->status; - - /* Deallocate in reverse order of allocations: */ - TRY_FREE(strm, strm->state->pending_buf); - TRY_FREE(strm, strm->state->head); - TRY_FREE(strm, strm->state->prev); - TRY_FREE(strm, strm->state->window); - - ZFREE(strm, strm->state); - strm->state = Z_NULL; - - return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK; -} - -/* ========================================================================= - * Copy the source state to the destination state. - * To simplify the source, this is not supported for 16-bit MSDOS (which - * doesn't have enough memory anyway to duplicate compression states). - */ -int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) { -#ifdef MAXSEG_64K - (void)dest; - (void)source; - return Z_STREAM_ERROR; -#else - deflate_state *ds; - deflate_state *ss; - - - if (deflateStateCheck(source) || dest == Z_NULL) { - return Z_STREAM_ERROR; - } - - ss = source->state; - - zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); - - ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state)); - if (ds == Z_NULL) return Z_MEM_ERROR; - dest->state = (struct internal_state FAR *) ds; - zmemcpy((voidpf)ds, (voidpf)ss, sizeof(deflate_state)); - ds->strm = dest; - - ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); - ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); - ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); - ds->pending_buf = (uchf *) ZALLOC(dest, ds->lit_bufsize, LIT_BUFS); - - if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL || - ds->pending_buf == Z_NULL) { - deflateEnd (dest); - return Z_MEM_ERROR; - } - /* following zmemcpy do not work for 16-bit MSDOS */ - zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); - zmemcpy((voidpf)ds->prev, (voidpf)ss->prev, ds->w_size * sizeof(Pos)); - zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos)); - zmemcpy(ds->pending_buf, ss->pending_buf, ds->lit_bufsize * LIT_BUFS); - - ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); -#ifdef LIT_MEM - ds->d_buf = (ushf *)(ds->pending_buf + (ds->lit_bufsize << 1)); - ds->l_buf = ds->pending_buf + (ds->lit_bufsize << 2); -#else - ds->sym_buf = ds->pending_buf + ds->lit_bufsize; -#endif - - ds->l_desc.dyn_tree = ds->dyn_ltree; - ds->d_desc.dyn_tree = ds->dyn_dtree; - ds->bl_desc.dyn_tree = ds->bl_tree; - - return Z_OK; -#endif /* MAXSEG_64K */ -} - -#ifndef FASTEST -/* =========================================================================== - * Set match_start to the longest match starting at the given string and - * return its length. Matches shorter or equal to prev_length are discarded, - * in which case the result is equal to prev_length and match_start is - * garbage. - * IN assertions: cur_match is the head of the hash chain for the current - * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1 - * OUT assertion: the match length is not greater than s->lookahead. - */ -local uInt longest_match(deflate_state *s, IPos cur_match) { - unsigned chain_length = s->max_chain_length;/* max hash chain length */ - register Bytef *scan = s->window + s->strstart; /* current string */ - register Bytef *match; /* matched string */ - register int len; /* length of current match */ - int best_len = (int)s->prev_length; /* best match length so far */ - int nice_match = s->nice_match; /* stop if match long enough */ - IPos limit = s->strstart > (IPos)MAX_DIST(s) ? - s->strstart - (IPos)MAX_DIST(s) : NIL; - /* Stop when cur_match becomes <= limit. To simplify the code, - * we prevent matches with the string of window index 0. - */ - Posf *prev = s->prev; - uInt wmask = s->w_mask; - -#ifdef UNALIGNED_OK - /* Compare two bytes at a time. Note: this is not always beneficial. - * Try with and without -DUNALIGNED_OK to check. - */ - register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; - register ush scan_start = *(ushf*)scan; - register ush scan_end = *(ushf*)(scan + best_len - 1); -#else - register Bytef *strend = s->window + s->strstart + MAX_MATCH; - register Byte scan_end1 = scan[best_len - 1]; - register Byte scan_end = scan[best_len]; -#endif - - /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16. - * It is easy to get rid of this optimization if necessary. - */ - Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); - - /* Do not waste too much time if we already have a good match: */ - if (s->prev_length >= s->good_match) { - chain_length >>= 2; - } - /* Do not look for matches beyond the end of the input. This is necessary - * to make deflate deterministic. - */ - if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead; - - Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, - "need lookahead"); - - do { - Assert(cur_match < s->strstart, "no future"); - match = s->window + cur_match; - - /* Skip to next match if the match length cannot increase - * or if the match length is less than 2. Note that the checks below - * for insufficient lookahead only occur occasionally for performance - * reasons. Therefore uninitialized memory will be accessed, and - * conditional jumps will be made that depend on those values. - * However the length of the match is limited to the lookahead, so - * the output of deflate is not affected by the uninitialized values. - */ -#if (defined(UNALIGNED_OK) && MAX_MATCH == 258) - /* This code assumes sizeof(unsigned short) == 2. Do not use - * UNALIGNED_OK if your compiler uses a different size. - */ - if (*(ushf*)(match + best_len - 1) != scan_end || - *(ushf*)match != scan_start) continue; - - /* It is not necessary to compare scan[2] and match[2] since they are - * always equal when the other bytes match, given that the hash keys - * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at - * strstart + 3, + 5, up to strstart + 257. We check for insufficient - * lookahead only every 4th comparison; the 128th check will be made - * at strstart + 257. If MAX_MATCH-2 is not a multiple of 8, it is - * necessary to put more guard bytes at the end of the window, or - * to check more often for insufficient lookahead. - */ - Assert(scan[2] == match[2], "scan[2]?"); - scan++, match++; - do { - } while (*(ushf*)(scan += 2) == *(ushf*)(match += 2) && - *(ushf*)(scan += 2) == *(ushf*)(match += 2) && - *(ushf*)(scan += 2) == *(ushf*)(match += 2) && - *(ushf*)(scan += 2) == *(ushf*)(match += 2) && - scan < strend); - /* The funny "do {}" generates better code on most compilers */ - - /* Here, scan <= window + strstart + 257 */ - Assert(scan <= s->window + (unsigned)(s->window_size - 1), - "wild scan"); - if (*scan == *match) scan++; - - len = (MAX_MATCH - 1) - (int)(strend - scan); - scan = strend - (MAX_MATCH-1); - -#else /* UNALIGNED_OK */ - - if (match[best_len] != scan_end || - match[best_len - 1] != scan_end1 || - *match != *scan || - *++match != scan[1]) continue; - - /* The check at best_len - 1 can be removed because it will be made - * again later. (This heuristic is not always a win.) - * It is not necessary to compare scan[2] and match[2] since they - * are always equal when the other bytes match, given that - * the hash keys are equal and that HASH_BITS >= 8. - */ - scan += 2, match++; - Assert(*scan == *match, "match[2]?"); - - /* We check for insufficient lookahead only every 8th comparison; - * the 256th check will be made at strstart + 258. - */ - do { - } while (*++scan == *++match && *++scan == *++match && - *++scan == *++match && *++scan == *++match && - *++scan == *++match && *++scan == *++match && - *++scan == *++match && *++scan == *++match && - scan < strend); - - Assert(scan <= s->window + (unsigned)(s->window_size - 1), - "wild scan"); - - len = MAX_MATCH - (int)(strend - scan); - scan = strend - MAX_MATCH; - -#endif /* UNALIGNED_OK */ - - if (len > best_len) { - s->match_start = cur_match; - best_len = len; - if (len >= nice_match) break; -#ifdef UNALIGNED_OK - scan_end = *(ushf*)(scan + best_len - 1); -#else - scan_end1 = scan[best_len - 1]; - scan_end = scan[best_len]; -#endif - } - } while ((cur_match = prev[cur_match & wmask]) > limit - && --chain_length != 0); - - if ((uInt)best_len <= s->lookahead) return (uInt)best_len; - return s->lookahead; -} - -#else /* FASTEST */ - -/* --------------------------------------------------------------------------- - * Optimized version for FASTEST only - */ -local uInt longest_match(deflate_state *s, IPos cur_match) { - register Bytef *scan = s->window + s->strstart; /* current string */ - register Bytef *match; /* matched string */ - register int len; /* length of current match */ - register Bytef *strend = s->window + s->strstart + MAX_MATCH; - - /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16. - * It is easy to get rid of this optimization if necessary. - */ - Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); - - Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD, - "need lookahead"); - - Assert(cur_match < s->strstart, "no future"); - - match = s->window + cur_match; - - /* Return failure if the match length is less than 2: - */ - if (match[0] != scan[0] || match[1] != scan[1]) return MIN_MATCH-1; - - /* The check at best_len - 1 can be removed because it will be made - * again later. (This heuristic is not always a win.) - * It is not necessary to compare scan[2] and match[2] since they - * are always equal when the other bytes match, given that - * the hash keys are equal and that HASH_BITS >= 8. - */ - scan += 2, match += 2; - Assert(*scan == *match, "match[2]?"); - - /* We check for insufficient lookahead only every 8th comparison; - * the 256th check will be made at strstart + 258. - */ - do { - } while (*++scan == *++match && *++scan == *++match && - *++scan == *++match && *++scan == *++match && - *++scan == *++match && *++scan == *++match && - *++scan == *++match && *++scan == *++match && - scan < strend); - - Assert(scan <= s->window + (unsigned)(s->window_size - 1), "wild scan"); - - len = MAX_MATCH - (int)(strend - scan); - - if (len < MIN_MATCH) return MIN_MATCH - 1; - - s->match_start = cur_match; - return (uInt)len <= s->lookahead ? (uInt)len : s->lookahead; -} - -#endif /* FASTEST */ - -#ifdef ZLIB_DEBUG - -#define EQUAL 0 -/* result of memcmp for equal strings */ - -/* =========================================================================== - * Check that the match at match_start is indeed a match. - */ -local void check_match(deflate_state *s, IPos start, IPos match, int length) { - /* check that the match is indeed a match */ - Bytef *back = s->window + (int)match, *here = s->window + start; - IPos len = length; - if (match == (IPos)-1) { - /* match starts one byte before the current window -- just compare the - subsequent length-1 bytes */ - back++; - here++; - len--; - } - if (zmemcmp(back, here, len) != EQUAL) { - fprintf(stderr, " start %u, match %d, length %d\n", - start, (int)match, length); - do { - fprintf(stderr, "(%02x %02x)", *back++, *here++); - } while (--len != 0); - z_error("invalid match"); - } - if (z_verbose > 1) { - fprintf(stderr,"\\[%d,%d]", start - match, length); - do { putc(s->window[start++], stderr); } while (--length != 0); - } -} -#else -# define check_match(s, start, match, length) -#endif /* ZLIB_DEBUG */ - -/* =========================================================================== - * Flush the current block, with given end-of-file flag. - * IN assertion: strstart is set to the end of the current match. - */ -#define FLUSH_BLOCK_ONLY(s, last) { \ - _tr_flush_block(s, (s->block_start >= 0L ? \ - (charf *)&s->window[(unsigned)s->block_start] : \ - (charf *)Z_NULL), \ - (ulg)((long)s->strstart - s->block_start), \ - (last)); \ - s->block_start = s->strstart; \ - flush_pending(s->strm); \ - Tracev((stderr,"[FLUSH]")); \ -} - -/* Same but force premature exit if necessary. */ -#define FLUSH_BLOCK(s, last) { \ - FLUSH_BLOCK_ONLY(s, last); \ - if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \ -} - -/* Maximum stored block length in deflate format (not including header). */ -#define MAX_STORED 65535 - -/* Minimum of a and b. */ -#define MIN(a, b) ((a) > (b) ? (b) : (a)) - -/* =========================================================================== - * Copy without compression as much as possible from the input stream, return - * the current block state. - * - * In case deflateParams() is used to later switch to a non-zero compression - * level, s->matches (otherwise unused when storing) keeps track of the number - * of hash table slides to perform. If s->matches is 1, then one hash table - * slide will be done when switching. If s->matches is 2, the maximum value - * allowed here, then the hash table will be cleared, since two or more slides - * is the same as a clear. - * - * deflate_stored() is written to minimize the number of times an input byte is - * copied. It is most efficient with large input and output buffers, which - * maximizes the opportunities to have a single copy from next_in to next_out. - */ -local block_state deflate_stored(deflate_state *s, int flush) { - /* Smallest worthy block size when not flushing or finishing. By default - * this is 32K. This can be as small as 507 bytes for memLevel == 1. For - * large input and output buffers, the stored block size will be larger. - */ - unsigned min_block = MIN(s->pending_buf_size - 5, s->w_size); - - /* Copy as many min_block or larger stored blocks directly to next_out as - * possible. If flushing, copy the remaining available input to next_out as - * stored blocks, if there is enough space. - */ - unsigned len, left, have, last = 0; - unsigned used = s->strm->avail_in; - do { - /* Set len to the maximum size block that we can copy directly with the - * available input data and output space. Set left to how much of that - * would be copied from what's left in the window. - */ - len = MAX_STORED; /* maximum deflate stored block length */ - have = (s->bi_valid + 42) >> 3; /* number of header bytes */ - if (s->strm->avail_out < have) /* need room for header */ - break; - /* maximum stored block length that will fit in avail_out: */ - have = s->strm->avail_out - have; - left = s->strstart - s->block_start; /* bytes left in window */ - if (len > (ulg)left + s->strm->avail_in) - len = left + s->strm->avail_in; /* limit len to the input */ - if (len > have) - len = have; /* limit len to the output */ - - /* If the stored block would be less than min_block in length, or if - * unable to copy all of the available input when flushing, then try - * copying to the window and the pending buffer instead. Also don't - * write an empty block when flushing -- deflate() does that. - */ - if (len < min_block && ((len == 0 && flush != Z_FINISH) || - flush == Z_NO_FLUSH || - len != left + s->strm->avail_in)) - break; - - /* Make a dummy stored block in pending to get the header bytes, - * including any pending bits. This also updates the debugging counts. - */ - last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0; - _tr_stored_block(s, (char *)0, 0L, last); - - /* Replace the lengths in the dummy stored block with len. */ - s->pending_buf[s->pending - 4] = len; - s->pending_buf[s->pending - 3] = len >> 8; - s->pending_buf[s->pending - 2] = ~len; - s->pending_buf[s->pending - 1] = ~len >> 8; - - /* Write the stored block header bytes. */ - flush_pending(s->strm); - -#ifdef ZLIB_DEBUG - /* Update debugging counts for the data about to be copied. */ - s->compressed_len += len << 3; - s->bits_sent += len << 3; -#endif - - /* Copy uncompressed bytes from the window to next_out. */ - if (left) { - if (left > len) - left = len; - zmemcpy(s->strm->next_out, s->window + s->block_start, left); - s->strm->next_out += left; - s->strm->avail_out -= left; - s->strm->total_out += left; - s->block_start += left; - len -= left; - } - - /* Copy uncompressed bytes directly from next_in to next_out, updating - * the check value. - */ - if (len) { - read_buf(s->strm, s->strm->next_out, len); - s->strm->next_out += len; - s->strm->avail_out -= len; - s->strm->total_out += len; - } - } while (last == 0); - - /* Update the sliding window with the last s->w_size bytes of the copied - * data, or append all of the copied data to the existing window if less - * than s->w_size bytes were copied. Also update the number of bytes to - * insert in the hash tables, in the event that deflateParams() switches to - * a non-zero compression level. - */ - used -= s->strm->avail_in; /* number of input bytes directly copied */ - if (used) { - /* If any input was used, then no unused input remains in the window, - * therefore s->block_start == s->strstart. - */ - if (used >= s->w_size) { /* supplant the previous history */ - s->matches = 2; /* clear hash */ - zmemcpy(s->window, s->strm->next_in - s->w_size, s->w_size); - s->strstart = s->w_size; - s->insert = s->strstart; - } - else { - if (s->window_size - s->strstart <= used) { - /* Slide the window down. */ - s->strstart -= s->w_size; - zmemcpy(s->window, s->window + s->w_size, s->strstart); - if (s->matches < 2) - s->matches++; /* add a pending slide_hash() */ - if (s->insert > s->strstart) - s->insert = s->strstart; - } - zmemcpy(s->window + s->strstart, s->strm->next_in - used, used); - s->strstart += used; - s->insert += MIN(used, s->w_size - s->insert); - } - s->block_start = s->strstart; - } - if (s->high_water < s->strstart) - s->high_water = s->strstart; - - /* If the last block was written to next_out, then done. */ - if (last) - return finish_done; - - /* If flushing and all input has been consumed, then done. */ - if (flush != Z_NO_FLUSH && flush != Z_FINISH && - s->strm->avail_in == 0 && (long)s->strstart == s->block_start) - return block_done; - - /* Fill the window with any remaining input. */ - have = s->window_size - s->strstart; - if (s->strm->avail_in > have && s->block_start >= (long)s->w_size) { - /* Slide the window down. */ - s->block_start -= s->w_size; - s->strstart -= s->w_size; - zmemcpy(s->window, s->window + s->w_size, s->strstart); - if (s->matches < 2) - s->matches++; /* add a pending slide_hash() */ - have += s->w_size; /* more space now */ - if (s->insert > s->strstart) - s->insert = s->strstart; - } - if (have > s->strm->avail_in) - have = s->strm->avail_in; - if (have) { - read_buf(s->strm, s->window + s->strstart, have); - s->strstart += have; - s->insert += MIN(have, s->w_size - s->insert); - } - if (s->high_water < s->strstart) - s->high_water = s->strstart; - - /* There was not enough avail_out to write a complete worthy or flushed - * stored block to next_out. Write a stored block to pending instead, if we - * have enough input for a worthy block, or if flushing and there is enough - * room for the remaining input as a stored block in the pending buffer. - */ - have = (s->bi_valid + 42) >> 3; /* number of header bytes */ - /* maximum stored block length that will fit in pending: */ - have = MIN(s->pending_buf_size - have, MAX_STORED); - min_block = MIN(have, s->w_size); - left = s->strstart - s->block_start; - if (left >= min_block || - ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH && - s->strm->avail_in == 0 && left <= have)) { - len = MIN(left, have); - last = flush == Z_FINISH && s->strm->avail_in == 0 && - len == left ? 1 : 0; - _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); - s->block_start += len; - flush_pending(s->strm); - } - - /* We've done all we can with the available input and output. */ - return last ? finish_started : need_more; -} - -/* =========================================================================== - * Compress as much as possible from the input stream, return the current - * block state. - * This function does not perform lazy evaluation of matches and inserts - * new strings in the dictionary only for unmatched strings or for short - * matches. It is used only for the fast compression options. - */ -local block_state deflate_fast(deflate_state *s, int flush) { - IPos hash_head; /* head of the hash chain */ - int bflush; /* set if current block must be flushed */ - - for (;;) { - /* Make sure that we always have enough lookahead, except - * at the end of the input file. We need MAX_MATCH bytes - * for the next match, plus MIN_MATCH bytes to insert the - * string following the next match. - */ - if (s->lookahead < MIN_LOOKAHEAD) { - fill_window(s); - if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { - return need_more; - } - if (s->lookahead == 0) break; /* flush the current block */ - } - - /* Insert the string window[strstart .. strstart + 2] in the - * dictionary, and set hash_head to the head of the hash chain: - */ - hash_head = NIL; - if (s->lookahead >= MIN_MATCH) { - INSERT_STRING(s, s->strstart, hash_head); - } - - /* Find the longest match, discarding those <= prev_length. - * At this point we have always match_length < MIN_MATCH - */ - if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { - /* To simplify the code, we prevent matches with the string - * of window index 0 (in particular we have to avoid a match - * of the string with itself at the start of the input file). - */ - s->match_length = longest_match (s, hash_head); - /* longest_match() sets match_start */ - } - if (s->match_length >= MIN_MATCH) { - check_match(s, s->strstart, s->match_start, s->match_length); - - _tr_tally_dist(s, s->strstart - s->match_start, - s->match_length - MIN_MATCH, bflush); - - s->lookahead -= s->match_length; - - /* Insert new strings in the hash table only if the match length - * is not too large. This saves time but degrades compression. - */ -#ifndef FASTEST - if (s->match_length <= s->max_insert_length && - s->lookahead >= MIN_MATCH) { - s->match_length--; /* string at strstart already in table */ - do { - s->strstart++; - INSERT_STRING(s, s->strstart, hash_head); - /* strstart never exceeds WSIZE-MAX_MATCH, so there are - * always MIN_MATCH bytes ahead. - */ - } while (--s->match_length != 0); - s->strstart++; - } else -#endif - { - s->strstart += s->match_length; - s->match_length = 0; - s->ins_h = s->window[s->strstart]; - UPDATE_HASH(s, s->ins_h, s->window[s->strstart + 1]); -#if MIN_MATCH != 3 - Call UPDATE_HASH() MIN_MATCH-3 more times -#endif - /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not - * matter since it will be recomputed at next deflate call. - */ - } - } else { - /* No match, output a literal byte */ - Tracevv((stderr,"%c", s->window[s->strstart])); - _tr_tally_lit(s, s->window[s->strstart], bflush); - s->lookahead--; - s->strstart++; - } - if (bflush) FLUSH_BLOCK(s, 0); - } - s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1; - if (flush == Z_FINISH) { - FLUSH_BLOCK(s, 1); - return finish_done; - } - if (s->sym_next) - FLUSH_BLOCK(s, 0); - return block_done; -} - -#ifndef FASTEST -/* =========================================================================== - * Same as above, but achieves better compression. We use a lazy - * evaluation for matches: a match is finally adopted only if there is - * no better match at the next window position. - */ -local block_state deflate_slow(deflate_state *s, int flush) { - IPos hash_head; /* head of hash chain */ - int bflush; /* set if current block must be flushed */ - - /* Process the input block. */ - for (;;) { - /* Make sure that we always have enough lookahead, except - * at the end of the input file. We need MAX_MATCH bytes - * for the next match, plus MIN_MATCH bytes to insert the - * string following the next match. - */ - if (s->lookahead < MIN_LOOKAHEAD) { - fill_window(s); - if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { - return need_more; - } - if (s->lookahead == 0) break; /* flush the current block */ - } - - /* Insert the string window[strstart .. strstart + 2] in the - * dictionary, and set hash_head to the head of the hash chain: - */ - hash_head = NIL; - if (s->lookahead >= MIN_MATCH) { - INSERT_STRING(s, s->strstart, hash_head); - } - - /* Find the longest match, discarding those <= prev_length. - */ - s->prev_length = s->match_length, s->prev_match = s->match_start; - s->match_length = MIN_MATCH-1; - - if (hash_head != NIL && s->prev_length < s->max_lazy_match && - s->strstart - hash_head <= MAX_DIST(s)) { - /* To simplify the code, we prevent matches with the string - * of window index 0 (in particular we have to avoid a match - * of the string with itself at the start of the input file). - */ - s->match_length = longest_match (s, hash_head); - /* longest_match() sets match_start */ - - if (s->match_length <= 5 && (s->strategy == Z_FILTERED -#if TOO_FAR <= 32767 - || (s->match_length == MIN_MATCH && - s->strstart - s->match_start > TOO_FAR) -#endif - )) { - - /* If prev_match is also MIN_MATCH, match_start is garbage - * but we will ignore the current match anyway. - */ - s->match_length = MIN_MATCH-1; - } - } - /* If there was a match at the previous step and the current - * match is not better, output the previous match: - */ - if (s->prev_length >= MIN_MATCH && s->match_length <= s->prev_length) { - uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; - /* Do not insert strings in hash table beyond this. */ - - check_match(s, s->strstart - 1, s->prev_match, s->prev_length); - - _tr_tally_dist(s, s->strstart - 1 - s->prev_match, - s->prev_length - MIN_MATCH, bflush); - - /* Insert in hash table all strings up to the end of the match. - * strstart - 1 and strstart are already inserted. If there is not - * enough lookahead, the last two strings are not inserted in - * the hash table. - */ - s->lookahead -= s->prev_length - 1; - s->prev_length -= 2; - do { - if (++s->strstart <= max_insert) { - INSERT_STRING(s, s->strstart, hash_head); - } - } while (--s->prev_length != 0); - s->match_available = 0; - s->match_length = MIN_MATCH-1; - s->strstart++; - - if (bflush) FLUSH_BLOCK(s, 0); - - } else if (s->match_available) { - /* If there was no match at the previous position, output a - * single literal. If there was a match but the current match - * is longer, truncate the previous match to a single literal. - */ - Tracevv((stderr,"%c", s->window[s->strstart - 1])); - _tr_tally_lit(s, s->window[s->strstart - 1], bflush); - if (bflush) { - FLUSH_BLOCK_ONLY(s, 0); - } - s->strstart++; - s->lookahead--; - if (s->strm->avail_out == 0) return need_more; - } else { - /* There is no previous match to compare with, wait for - * the next step to decide. - */ - s->match_available = 1; - s->strstart++; - s->lookahead--; - } - } - Assert (flush != Z_NO_FLUSH, "no flush?"); - if (s->match_available) { - Tracevv((stderr,"%c", s->window[s->strstart - 1])); - _tr_tally_lit(s, s->window[s->strstart - 1], bflush); - s->match_available = 0; - } - s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1; - if (flush == Z_FINISH) { - FLUSH_BLOCK(s, 1); - return finish_done; - } - if (s->sym_next) - FLUSH_BLOCK(s, 0); - return block_done; -} -#endif /* FASTEST */ - -/* =========================================================================== - * For Z_RLE, simply look for runs of bytes, generate matches only of distance - * one. Do not maintain a hash table. (It will be regenerated if this run of - * deflate switches away from Z_RLE.) - */ -local block_state deflate_rle(deflate_state *s, int flush) { - int bflush; /* set if current block must be flushed */ - uInt prev; /* byte at distance one to match */ - Bytef *scan, *strend; /* scan goes up to strend for length of run */ - - for (;;) { - /* Make sure that we always have enough lookahead, except - * at the end of the input file. We need MAX_MATCH bytes - * for the longest run, plus one for the unrolled loop. - */ - if (s->lookahead <= MAX_MATCH) { - fill_window(s); - if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { - return need_more; - } - if (s->lookahead == 0) break; /* flush the current block */ - } - - /* See how many times the previous byte repeats */ - s->match_length = 0; - if (s->lookahead >= MIN_MATCH && s->strstart > 0) { - scan = s->window + s->strstart - 1; - prev = *scan; - if (prev == *++scan && prev == *++scan && prev == *++scan) { - strend = s->window + s->strstart + MAX_MATCH; - do { - } while (prev == *++scan && prev == *++scan && - prev == *++scan && prev == *++scan && - prev == *++scan && prev == *++scan && - prev == *++scan && prev == *++scan && - scan < strend); - s->match_length = MAX_MATCH - (uInt)(strend - scan); - if (s->match_length > s->lookahead) - s->match_length = s->lookahead; - } - Assert(scan <= s->window + (uInt)(s->window_size - 1), - "wild scan"); - } - - /* Emit match if have run of MIN_MATCH or longer, else emit literal */ - if (s->match_length >= MIN_MATCH) { - check_match(s, s->strstart, s->strstart - 1, s->match_length); - - _tr_tally_dist(s, 1, s->match_length - MIN_MATCH, bflush); - - s->lookahead -= s->match_length; - s->strstart += s->match_length; - s->match_length = 0; - } else { - /* No match, output a literal byte */ - Tracevv((stderr,"%c", s->window[s->strstart])); - _tr_tally_lit(s, s->window[s->strstart], bflush); - s->lookahead--; - s->strstart++; - } - if (bflush) FLUSH_BLOCK(s, 0); - } - s->insert = 0; - if (flush == Z_FINISH) { - FLUSH_BLOCK(s, 1); - return finish_done; - } - if (s->sym_next) - FLUSH_BLOCK(s, 0); - return block_done; -} - -/* =========================================================================== - * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table. - * (It will be regenerated if this run of deflate switches away from Huffman.) - */ -local block_state deflate_huff(deflate_state *s, int flush) { - int bflush; /* set if current block must be flushed */ - - for (;;) { - /* Make sure that we have a literal to write. */ - if (s->lookahead == 0) { - fill_window(s); - if (s->lookahead == 0) { - if (flush == Z_NO_FLUSH) - return need_more; - break; /* flush the current block */ - } - } - - /* Output a literal byte */ - s->match_length = 0; - Tracevv((stderr,"%c", s->window[s->strstart])); - _tr_tally_lit(s, s->window[s->strstart], bflush); - s->lookahead--; - s->strstart++; - if (bflush) FLUSH_BLOCK(s, 0); - } - s->insert = 0; - if (flush == Z_FINISH) { - FLUSH_BLOCK(s, 1); - return finish_done; - } - if (s->sym_next) - FLUSH_BLOCK(s, 0); - return block_done; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/deflate.h b/proj-web/thirdparty/zlib-1.3.1/deflate.h deleted file mode 100644 index 300c6ad..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/deflate.h +++ /dev/null @@ -1,377 +0,0 @@ -/* deflate.h -- internal compression state - * Copyright (C) 1995-2024 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -/* @(#) $Id$ */ - -#ifndef DEFLATE_H -#define DEFLATE_H - -#include "zutil.h" - -/* define NO_GZIP when compiling if you want to disable gzip header and - trailer creation by deflate(). NO_GZIP would be used to avoid linking in - the crc code when it is not needed. For shared libraries, gzip encoding - should be left enabled. */ -#ifndef NO_GZIP -# define GZIP -#endif - -/* define LIT_MEM to slightly increase the speed of deflate (order 1% to 2%) at - the cost of a larger memory footprint */ -/* #define LIT_MEM */ - -/* =========================================================================== - * Internal compression state. - */ - -#define LENGTH_CODES 29 -/* number of length codes, not counting the special END_BLOCK code */ - -#define LITERALS 256 -/* number of literal bytes 0..255 */ - -#define L_CODES (LITERALS+1+LENGTH_CODES) -/* number of Literal or Length codes, including the END_BLOCK code */ - -#define D_CODES 30 -/* number of distance codes */ - -#define BL_CODES 19 -/* number of codes used to transfer the bit lengths */ - -#define HEAP_SIZE (2*L_CODES+1) -/* maximum heap size */ - -#define MAX_BITS 15 -/* All codes must not exceed MAX_BITS bits */ - -#define Buf_size 16 -/* size of bit buffer in bi_buf */ - -#define INIT_STATE 42 /* zlib header -> BUSY_STATE */ -#ifdef GZIP -# define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */ -#endif -#define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */ -#define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */ -#define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */ -#define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */ -#define BUSY_STATE 113 /* deflate -> FINISH_STATE */ -#define FINISH_STATE 666 /* stream complete */ -/* Stream status */ - - -/* Data structure describing a single value and its code string. */ -typedef struct ct_data_s { - union { - ush freq; /* frequency count */ - ush code; /* bit string */ - } fc; - union { - ush dad; /* father node in Huffman tree */ - ush len; /* length of bit string */ - } dl; -} FAR ct_data; - -#define Freq fc.freq -#define Code fc.code -#define Dad dl.dad -#define Len dl.len - -typedef struct static_tree_desc_s static_tree_desc; - -typedef struct tree_desc_s { - ct_data *dyn_tree; /* the dynamic tree */ - int max_code; /* largest code with non zero frequency */ - const static_tree_desc *stat_desc; /* the corresponding static tree */ -} FAR tree_desc; - -typedef ush Pos; -typedef Pos FAR Posf; -typedef unsigned IPos; - -/* A Pos is an index in the character window. We use short instead of int to - * save space in the various tables. IPos is used only for parameter passing. - */ - -typedef struct internal_state { - z_streamp strm; /* pointer back to this zlib stream */ - int status; /* as the name implies */ - Bytef *pending_buf; /* output still pending */ - ulg pending_buf_size; /* size of pending_buf */ - Bytef *pending_out; /* next pending byte to output to the stream */ - ulg pending; /* nb of bytes in the pending buffer */ - int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ - gz_headerp gzhead; /* gzip header information to write */ - ulg gzindex; /* where in extra, name, or comment */ - Byte method; /* can only be DEFLATED */ - int last_flush; /* value of flush param for previous deflate call */ - - /* used by deflate.c: */ - - uInt w_size; /* LZ77 window size (32K by default) */ - uInt w_bits; /* log2(w_size) (8..16) */ - uInt w_mask; /* w_size - 1 */ - - Bytef *window; - /* Sliding window. Input bytes are read into the second half of the window, - * and move to the first half later to keep a dictionary of at least wSize - * bytes. With this organization, matches are limited to a distance of - * wSize-MAX_MATCH bytes, but this ensures that IO is always - * performed with a length multiple of the block size. Also, it limits - * the window size to 64K, which is quite useful on MSDOS. - * To do: use the user input buffer as sliding window. - */ - - ulg window_size; - /* Actual size of window: 2*wSize, except when the user input buffer - * is directly used as sliding window. - */ - - Posf *prev; - /* Link to older string with same hash index. To limit the size of this - * array to 64K, this link is maintained only for the last 32K strings. - * An index in this array is thus a window index modulo 32K. - */ - - Posf *head; /* Heads of the hash chains or NIL. */ - - uInt ins_h; /* hash index of string to be inserted */ - uInt hash_size; /* number of elements in hash table */ - uInt hash_bits; /* log2(hash_size) */ - uInt hash_mask; /* hash_size-1 */ - - uInt hash_shift; - /* Number of bits by which ins_h must be shifted at each input - * step. It must be such that after MIN_MATCH steps, the oldest - * byte no longer takes part in the hash key, that is: - * hash_shift * MIN_MATCH >= hash_bits - */ - - long block_start; - /* Window position at the beginning of the current output block. Gets - * negative when the window is moved backwards. - */ - - uInt match_length; /* length of best match */ - IPos prev_match; /* previous match */ - int match_available; /* set if previous match exists */ - uInt strstart; /* start of string to insert */ - uInt match_start; /* start of matching string */ - uInt lookahead; /* number of valid bytes ahead in window */ - - uInt prev_length; - /* Length of the best match at previous step. Matches not greater than this - * are discarded. This is used in the lazy match evaluation. - */ - - uInt max_chain_length; - /* To speed up deflation, hash chains are never searched beyond this - * length. A higher limit improves compression ratio but degrades the - * speed. - */ - - uInt max_lazy_match; - /* Attempt to find a better match only when the current match is strictly - * smaller than this value. This mechanism is used only for compression - * levels >= 4. - */ -# define max_insert_length max_lazy_match - /* Insert new strings in the hash table only if the match length is not - * greater than this length. This saves time but degrades compression. - * max_insert_length is used only for compression levels <= 3. - */ - - int level; /* compression level (1..9) */ - int strategy; /* favor or force Huffman coding*/ - - uInt good_match; - /* Use a faster search when the previous match is longer than this */ - - int nice_match; /* Stop searching when current match exceeds this */ - - /* used by trees.c: */ - /* Didn't use ct_data typedef below to suppress compiler warning */ - struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */ - struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */ - struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */ - - struct tree_desc_s l_desc; /* desc. for literal tree */ - struct tree_desc_s d_desc; /* desc. for distance tree */ - struct tree_desc_s bl_desc; /* desc. for bit length tree */ - - ush bl_count[MAX_BITS+1]; - /* number of codes at each bit length for an optimal tree */ - - int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ - int heap_len; /* number of elements in the heap */ - int heap_max; /* element of largest frequency */ - /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used. - * The same heap array is used to build all trees. - */ - - uch depth[2*L_CODES+1]; - /* Depth of each subtree used as tie breaker for trees of equal frequency - */ - -#ifdef LIT_MEM -# define LIT_BUFS 5 - ushf *d_buf; /* buffer for distances */ - uchf *l_buf; /* buffer for literals/lengths */ -#else -# define LIT_BUFS 4 - uchf *sym_buf; /* buffer for distances and literals/lengths */ -#endif - - uInt lit_bufsize; - /* Size of match buffer for literals/lengths. There are 4 reasons for - * limiting lit_bufsize to 64K: - * - frequencies can be kept in 16 bit counters - * - if compression is not successful for the first block, all input - * data is still in the window so we can still emit a stored block even - * when input comes from standard input. (This can also be done for - * all blocks if lit_bufsize is not greater than 32K.) - * - if compression is not successful for a file smaller than 64K, we can - * even emit a stored file instead of a stored block (saving 5 bytes). - * This is applicable only for zip (not gzip or zlib). - * - creating new Huffman trees less frequently may not provide fast - * adaptation to changes in the input data statistics. (Take for - * example a binary file with poorly compressible code followed by - * a highly compressible string table.) Smaller buffer sizes give - * fast adaptation but have of course the overhead of transmitting - * trees more frequently. - * - I can't count above 4 - */ - - uInt sym_next; /* running index in symbol buffer */ - uInt sym_end; /* symbol table full when sym_next reaches this */ - - ulg opt_len; /* bit length of current block with optimal trees */ - ulg static_len; /* bit length of current block with static trees */ - uInt matches; /* number of string matches in current block */ - uInt insert; /* bytes at end of window left to insert */ - -#ifdef ZLIB_DEBUG - ulg compressed_len; /* total bit length of compressed file mod 2^32 */ - ulg bits_sent; /* bit length of compressed data sent mod 2^32 */ -#endif - - ush bi_buf; - /* Output buffer. bits are inserted starting at the bottom (least - * significant bits). - */ - int bi_valid; - /* Number of valid bits in bi_buf. All bits above the last valid bit - * are always zero. - */ - - ulg high_water; - /* High water mark offset in window for initialized bytes -- bytes above - * this are set to zero in order to avoid memory check warnings when - * longest match routines access bytes past the input. This is then - * updated to the new high water mark. - */ - -} FAR deflate_state; - -/* Output a byte on the stream. - * IN assertion: there is enough room in pending_buf. - */ -#define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} - - -#define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) -/* Minimum amount of lookahead, except at the end of the input file. - * See deflate.c for comments about the MIN_MATCH+1. - */ - -#define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) -/* In order to simplify the code, particularly on 16 bit machines, match - * distances are limited to MAX_DIST instead of WSIZE. - */ - -#define WIN_INIT MAX_MATCH -/* Number of bytes after end of data in window to initialize in order to avoid - memory checker errors from longest match routines */ - - /* in trees.c */ -void ZLIB_INTERNAL _tr_init(deflate_state *s); -int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc); -void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, - ulg stored_len, int last); -void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s); -void ZLIB_INTERNAL _tr_align(deflate_state *s); -void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, - ulg stored_len, int last); - -#define d_code(dist) \ - ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) -/* Mapping from a distance to a distance code. dist is the distance - 1 and - * must not have side effects. _dist_code[256] and _dist_code[257] are never - * used. - */ - -#ifndef ZLIB_DEBUG -/* Inline versions of _tr_tally for speed: */ - -#if defined(GEN_TREES_H) || !defined(STDC) - extern uch ZLIB_INTERNAL _length_code[]; - extern uch ZLIB_INTERNAL _dist_code[]; -#else - extern const uch ZLIB_INTERNAL _length_code[]; - extern const uch ZLIB_INTERNAL _dist_code[]; -#endif - -#ifdef LIT_MEM -# define _tr_tally_lit(s, c, flush) \ - { uch cc = (c); \ - s->d_buf[s->sym_next] = 0; \ - s->l_buf[s->sym_next++] = cc; \ - s->dyn_ltree[cc].Freq++; \ - flush = (s->sym_next == s->sym_end); \ - } -# define _tr_tally_dist(s, distance, length, flush) \ - { uch len = (uch)(length); \ - ush dist = (ush)(distance); \ - s->d_buf[s->sym_next] = dist; \ - s->l_buf[s->sym_next++] = len; \ - dist--; \ - s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \ - s->dyn_dtree[d_code(dist)].Freq++; \ - flush = (s->sym_next == s->sym_end); \ - } -#else -# define _tr_tally_lit(s, c, flush) \ - { uch cc = (c); \ - s->sym_buf[s->sym_next++] = 0; \ - s->sym_buf[s->sym_next++] = 0; \ - s->sym_buf[s->sym_next++] = cc; \ - s->dyn_ltree[cc].Freq++; \ - flush = (s->sym_next == s->sym_end); \ - } -# define _tr_tally_dist(s, distance, length, flush) \ - { uch len = (uch)(length); \ - ush dist = (ush)(distance); \ - s->sym_buf[s->sym_next++] = (uch)dist; \ - s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \ - s->sym_buf[s->sym_next++] = len; \ - dist--; \ - s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \ - s->dyn_dtree[d_code(dist)].Freq++; \ - flush = (s->sym_next == s->sym_end); \ - } -#endif -#else -# define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) -# define _tr_tally_dist(s, distance, length, flush) \ - flush = _tr_tally(s, distance, length) -#endif - -#endif /* DEFLATE_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/doc/algorithm.txt b/proj-web/thirdparty/zlib-1.3.1/doc/algorithm.txt deleted file mode 100644 index 029e5a3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/doc/algorithm.txt +++ /dev/null @@ -1,209 +0,0 @@ -1. Compression algorithm (deflate) - -The deflation algorithm used by gzip (also zip and zlib) is a variation of -LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in -the input data. The second occurrence of a string is replaced by a -pointer to the previous string, in the form of a pair (distance, -length). Distances are limited to 32K bytes, and lengths are limited -to 258 bytes. When a string does not occur anywhere in the previous -32K bytes, it is emitted as a sequence of literal bytes. (In this -description, `string' must be taken as an arbitrary sequence of bytes, -and is not restricted to printable characters.) - -Literals or match lengths are compressed with one Huffman tree, and -match distances are compressed with another tree. The trees are stored -in a compact form at the start of each block. The blocks can have any -size (except that the compressed data for one block must fit in -available memory). A block is terminated when deflate() determines that -it would be useful to start another block with fresh trees. (This is -somewhat similar to the behavior of LZW-based _compress_.) - -Duplicated strings are found using a hash table. All input strings of -length 3 are inserted in the hash table. A hash index is computed for -the next 3 bytes. If the hash chain for this index is not empty, all -strings in the chain are compared with the current input string, and -the longest match is selected. - -The hash chains are searched starting with the most recent strings, to -favor small distances and thus take advantage of the Huffman encoding. -The hash chains are singly linked. There are no deletions from the -hash chains, the algorithm simply discards matches that are too old. - -To avoid a worst-case situation, very long hash chains are arbitrarily -truncated at a certain length, determined by a runtime option (level -parameter of deflateInit). So deflate() does not always find the longest -possible match but generally finds a match which is long enough. - -deflate() also defers the selection of matches with a lazy evaluation -mechanism. After a match of length N has been found, deflate() searches for -a longer match at the next input byte. If a longer match is found, the -previous match is truncated to a length of one (thus producing a single -literal byte) and the process of lazy evaluation begins again. Otherwise, -the original match is kept, and the next match search is attempted only N -steps later. - -The lazy match evaluation is also subject to a runtime parameter. If -the current match is long enough, deflate() reduces the search for a longer -match, thus speeding up the whole process. If compression ratio is more -important than speed, deflate() attempts a complete second search even if -the first match is already long enough. - -The lazy match evaluation is not performed for the fastest compression -modes (level parameter 1 to 3). For these fast modes, new strings -are inserted in the hash table only when no match was found, or -when the match is not too long. This degrades the compression ratio -but saves time since there are both fewer insertions and fewer searches. - - -2. Decompression algorithm (inflate) - -2.1 Introduction - -The key question is how to represent a Huffman code (or any prefix code) so -that you can decode fast. The most important characteristic is that shorter -codes are much more common than longer codes, so pay attention to decoding the -short codes fast, and let the long codes take longer to decode. - -inflate() sets up a first level table that covers some number of bits of -input less than the length of longest code. It gets that many bits from the -stream, and looks it up in the table. The table will tell if the next -code is that many bits or less and how many, and if it is, it will tell -the value, else it will point to the next level table for which inflate() -grabs more bits and tries to decode a longer code. - -How many bits to make the first lookup is a tradeoff between the time it -takes to decode and the time it takes to build the table. If building the -table took no time (and if you had infinite memory), then there would only -be a first level table to cover all the way to the longest code. However, -building the table ends up taking a lot longer for more bits since short -codes are replicated many times in such a table. What inflate() does is -simply to make the number of bits in the first table a variable, and then -to set that variable for the maximum speed. - -For inflate, which has 286 possible codes for the literal/length tree, the size -of the first table is nine bits. Also the distance trees have 30 possible -values, and the size of the first table is six bits. Note that for each of -those cases, the table ended up one bit longer than the ``average'' code -length, i.e. the code length of an approximately flat code which would be a -little more than eight bits for 286 symbols and a little less than five bits -for 30 symbols. - - -2.2 More details on the inflate table lookup - -Ok, you want to know what this cleverly obfuscated inflate tree actually -looks like. You are correct that it's not a Huffman tree. It is simply a -lookup table for the first, let's say, nine bits of a Huffman symbol. The -symbol could be as short as one bit or as long as 15 bits. If a particular -symbol is shorter than nine bits, then that symbol's translation is duplicated -in all those entries that start with that symbol's bits. For example, if the -symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a -symbol is nine bits long, it appears in the table once. - -If the symbol is longer than nine bits, then that entry in the table points -to another similar table for the remaining bits. Again, there are duplicated -entries as needed. The idea is that most of the time the symbol will be short -and there will only be one table look up. (That's whole idea behind data -compression in the first place.) For the less frequent long symbols, there -will be two lookups. If you had a compression method with really long -symbols, you could have as many levels of lookups as is efficient. For -inflate, two is enough. - -So a table entry either points to another table (in which case nine bits in -the above example are gobbled), or it contains the translation for the symbol -and the number of bits to gobble. Then you start again with the next -ungobbled bit. - -You may wonder: why not just have one lookup table for how ever many bits the -longest symbol is? The reason is that if you do that, you end up spending -more time filling in duplicate symbol entries than you do actually decoding. -At least for deflate's output that generates new trees every several 10's of -kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code -would take too long if you're only decoding several thousand symbols. At the -other extreme, you could make a new table for every bit in the code. In fact, -that's essentially a Huffman tree. But then you spend too much time -traversing the tree while decoding, even for short symbols. - -So the number of bits for the first lookup table is a trade of the time to -fill out the table vs. the time spent looking at the second level and above of -the table. - -Here is an example, scaled down: - -The code being decoded, with 10 symbols, from 1 to 6 bits long: - -A: 0 -B: 10 -C: 1100 -D: 11010 -E: 11011 -F: 11100 -G: 11101 -H: 11110 -I: 111110 -J: 111111 - -Let's make the first table three bits long (eight entries): - -000: A,1 -001: A,1 -010: A,1 -011: A,1 -100: B,2 -101: B,2 -110: -> table X (gobble 3 bits) -111: -> table Y (gobble 3 bits) - -Each entry is what the bits decode as and how many bits that is, i.e. how -many bits to gobble. Or the entry points to another table, with the number of -bits to gobble implicit in the size of the table. - -Table X is two bits long since the longest code starting with 110 is five bits -long: - -00: C,1 -01: C,1 -10: D,2 -11: E,2 - -Table Y is three bits long since the longest code starting with 111 is six -bits long: - -000: F,2 -001: F,2 -010: G,2 -011: G,2 -100: H,2 -101: H,2 -110: I,3 -111: J,3 - -So what we have here are three tables with a total of 20 entries that had to -be constructed. That's compared to 64 entries for a single table. Or -compared to 16 entries for a Huffman tree (six two entry tables and one four -entry table). Assuming that the code ideally represents the probability of -the symbols, it takes on the average 1.25 lookups per symbol. That's compared -to one lookup for the single table, or 1.66 lookups per symbol for the -Huffman tree. - -There, I think that gives you a picture of what's going on. For inflate, the -meaning of a particular symbol is often more than just a letter. It can be a -byte (a "literal"), or it can be either a length or a distance which -indicates a base value and a number of bits to fetch after the code that is -added to the base value. Or it might be the special end-of-block code. The -data structures created in inftrees.c try to encode all that information -compactly in the tables. - - -Jean-loup Gailly Mark Adler -jloup@gzip.org madler@alumni.caltech.edu - - -References: - -[LZ77] Ziv J., Lempel A., ``A Universal Algorithm for Sequential Data -Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3, -pp. 337-343. - -``DEFLATE Compressed Data Format Specification'' available in -http://tools.ietf.org/html/rfc1951 diff --git a/proj-web/thirdparty/zlib-1.3.1/doc/crc-doc.1.0.pdf b/proj-web/thirdparty/zlib-1.3.1/doc/crc-doc.1.0.pdf deleted file mode 100644 index d6942ecc09a3f8b2d7e4b6fbecc5955121e8e7cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 776142 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 z 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%0A!*@!_1l*%gn{T*uEUOk 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

    TW z_IDONo{|>HAW1G>TyRtpbmwk{?E;Qe^keeoFsDM3S=2db6)SXNcKE5%&&Ar#_N zpb@o8hS`1wgDDbLa&s+bs8dLKx3^4*zmN|i^7+?GCYx*0-1L2GVTM3%-hPWrrhz0e zbXNHB3HfPmGwCS)c;aGu`*;sb-s8nk=U{GPS59ihrvy=D!4Vx`q}533<6z$ck`Pyq z#Wp|O#O4)elSw*QD!!Er{iJ0~8m2>w=uzx@uM&gU0r$C!=YYmjU1aUBHf`trIflpm zFq{>9Y%Ab4N$mgk2oo{wij86SPzFIw|MoSMh>+=?vK%06Ri5?N6y32 zPWFhl#BhsY+gB&zX;_uy28Xzn@#4NH&UCg_=suUja2QPKb-V!m%U6KxcfYDXI(>KVeZLk1dpU8 zJ(yC4l)g7U9lQo+6a{OuE#k*r-jT#E>0I?o6F>I7yPufUqKPKv}ds~3-?2-x{@=kJ>}nO93O zI3+2XM938mPr#0cVU!2=Wwm_oC}TP=y|_@ywlY%`>@9xa$lSI=tkviJnbecM0g6D; z#gnR7xopbk>jjl(OpGP8cT&dDJ^}*|cYn&W;+mV3&0>yf)w#>nwHu1yokd8ym zQAEeQj_R{r_lrFHT8M}S83BAw2~OKeB5i}Q1uX)2R?d&}r0rzF4H>KEf;v|b}({Pj53@@LXZ!rbM&_B91^_?a$7^_jgH z_D&VwOkJ-?ckMq0-)0KKW|}6YyN3ro2heX%gbj1Kpnk|b734y1tAZb=i8QY5bMHOC zbUYV^l|Rp`f6{L!GWTHZr zoJeOTZ>=xYHk|0I*rr{Y?@X3*1y^kuJ3YGuir-S?3uMz24JJ&d@LXC^AIqx2430Mw zxhP8Ewks}5ddx7a%H&Pkvbe{q+$Hm?zRF9aZnQP@uchGsl#Cc}$!-uw4xA^8 zJTo>TdPw1Sw;2$~;fGv{;q(+?rngoV%qxM9sMp!{!D53t zHYX@;Z65KdeOE|7NY41K;ryCh*ITJZc-|E5k=47tbg`vkV>v}>cYd6|SMWCm>(jj> z(Y-IP3MMF`@7?wsDi;HW<_vO~T(l=k={JY>LsPax4pbFHZ{$NzksGQkw&_C{BRM

    ?-Y#xg4rj7}S3taUTj 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. - -Abstract - - This specification defines a lossless compressed data format. The - data can be produced or consumed, even for an arbitrarily long - sequentially presented input data stream, using only an a priori - bounded amount of intermediate storage. The format presently uses - the DEFLATE compression method but can be easily extended to use - other compression methods. It can be implemented readily in a manner - not covered by patents. This specification also defines the ADLER-32 - checksum (an extension and improvement of the Fletcher checksum), - used for detection of data corruption, and provides an algorithm for - computing it. - - - - -Deutsch & Gailly Informational [Page 1] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - -Table of Contents - - 1. Introduction ................................................... 2 - 1.1. Purpose ................................................... 2 - 1.2. Intended audience ......................................... 3 - 1.3. Scope ..................................................... 3 - 1.4. Compliance ................................................ 3 - 1.5. Definitions of terms and conventions used ................ 3 - 1.6. Changes from previous versions ............................ 3 - 2. Detailed specification ......................................... 3 - 2.1. Overall conventions ....................................... 3 - 2.2. Data format ............................................... 4 - 2.3. Compliance ................................................ 7 - 3. References ..................................................... 7 - 4. Source code .................................................... 8 - 5. Security Considerations ........................................ 8 - 6. Acknowledgements ............................................... 8 - 7. Authors' Addresses ............................................. 8 - 8. Appendix: Rationale ............................................ 9 - 9. Appendix: Sample code ..........................................10 - -1. Introduction - - 1.1. Purpose - - The purpose of this specification is to define a lossless - compressed data format that: - - * Is independent of CPU type, operating system, file system, - and character set, and hence can be used for interchange; - - * Can be produced or consumed, even for an arbitrarily long - sequentially presented input data stream, using only an a - priori bounded amount of intermediate storage, and hence can - be used in data communications or similar structures such as - Unix filters; - - * Can use a number of different compression methods; - - * Can be implemented readily in a manner not covered by - patents, and hence can be practiced freely. - - The data format defined by this specification does not attempt to - allow random access to compressed data. - - - - - - - -Deutsch & Gailly Informational [Page 2] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - - 1.2. Intended audience - - This specification is intended for use by implementors of software - to compress data into zlib format and/or decompress data from zlib - format. - - The text of the specification assumes a basic background in - programming at the level of bits and other primitive data - representations. - - 1.3. Scope - - The specification specifies a compressed data format that can be - used for in-memory compression of a sequence of arbitrary bytes. - - 1.4. Compliance - - Unless otherwise indicated below, a compliant decompressor must be - able to accept and decompress any data set that conforms to all - the specifications presented here; a compliant compressor must - produce data sets that conform to all the specifications presented - here. - - 1.5. Definitions of terms and conventions used - - byte: 8 bits stored or transmitted as a unit (same as an octet). - (For this specification, a byte is exactly 8 bits, even on - machines which store a character on a number of bits different - from 8.) See below, for the numbering of bits within a byte. - - 1.6. Changes from previous versions - - Version 3.1 was the first public release of this specification. - In version 3.2, some terminology was changed and the Adler-32 - sample code was rewritten for clarity. In version 3.3, the - support for a preset dictionary was introduced, and the - specification was converted to RFC style. - -2. Detailed specification - - 2.1. Overall conventions - - In the diagrams below, a box like this: - - +---+ - | | <-- the vertical bars might be missing - +---+ - - - - -Deutsch & Gailly Informational [Page 3] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - - represents one byte; a box like this: - - +==============+ - | | - +==============+ - - represents a variable number of bytes. - - Bytes stored within a computer do not have a "bit order", since - they are always treated as a unit. However, a byte considered as - an integer between 0 and 255 does have a most- and least- - significant bit, and since we write numbers with the most- - significant digit on the left, we also write bytes with the most- - significant bit on the left. In the diagrams below, we number the - bits of a byte so that bit 0 is the least-significant bit, i.e., - the bits are numbered: - - +--------+ - |76543210| - +--------+ - - Within a computer, a number may occupy multiple bytes. All - multi-byte numbers in the format described here are stored with - the MOST-significant byte first (at the lower memory address). - For example, the decimal number 520 is stored as: - - 0 1 - +--------+--------+ - |00000010|00001000| - +--------+--------+ - ^ ^ - | | - | + less significant byte = 8 - + more significant byte = 2 x 256 - - 2.2. Data format - - A zlib stream has the following structure: - - 0 1 - +---+---+ - |CMF|FLG| (more-->) - +---+---+ - - - - - - - - -Deutsch & Gailly Informational [Page 4] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - - (if FLG.FDICT set) - - 0 1 2 3 - +---+---+---+---+ - | DICTID | (more-->) - +---+---+---+---+ - - +=====================+---+---+---+---+ - |...compressed data...| ADLER32 | - +=====================+---+---+---+---+ - - Any data which may appear after ADLER32 are not part of the zlib - stream. - - CMF (Compression Method and flags) - This byte is divided into a 4-bit compression method and a 4- - bit information field depending on the compression method. - - bits 0 to 3 CM Compression method - bits 4 to 7 CINFO Compression info - - CM (Compression method) - This identifies the compression method used in the file. CM = 8 - denotes the "deflate" compression method with a window size up - to 32K. This is the method used by gzip and PNG (see - references [1] and [2] in Chapter 3, below, for the reference - documents). CM = 15 is reserved. It might be used in a future - version of this specification to indicate the presence of an - extra field before the compressed data. - - CINFO (Compression info) - For CM = 8, CINFO is the base-2 logarithm of the LZ77 window - size, minus eight (CINFO=7 indicates a 32K window size). Values - of CINFO above 7 are not allowed in this version of the - specification. CINFO is not defined in this specification for - CM not equal to 8. - - FLG (FLaGs) - This flag byte is divided as follows: - - bits 0 to 4 FCHECK (check bits for CMF and FLG) - bit 5 FDICT (preset dictionary) - bits 6 to 7 FLEVEL (compression level) - - The FCHECK value must be such that CMF and FLG, when viewed as - a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG), - is a multiple of 31. - - - - -Deutsch & Gailly Informational [Page 5] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - - FDICT (Preset dictionary) - If FDICT is set, a DICT dictionary identifier is present - immediately after the FLG byte. The dictionary is a sequence of - bytes which are initially fed to the compressor without - producing any compressed output. DICT is the Adler-32 checksum - of this sequence of bytes (see the definition of ADLER32 - below). The decompressor can use this identifier to determine - which dictionary has been used by the compressor. - - FLEVEL (Compression level) - These flags are available for use by specific compression - methods. The "deflate" method (CM = 8) sets these flags as - follows: - - 0 - compressor used fastest algorithm - 1 - compressor used fast algorithm - 2 - compressor used default algorithm - 3 - compressor used maximum compression, slowest algorithm - - The information in FLEVEL is not needed for decompression; it - is there to indicate if recompression might be worthwhile. - - compressed data - For compression method 8, the compressed data is stored in the - deflate compressed data format as described in the document - "DEFLATE Compressed Data Format Specification" by L. Peter - Deutsch. (See reference [3] in Chapter 3, below) - - Other compressed data formats are not specified in this version - of the zlib specification. - - ADLER32 (Adler-32 checksum) - This contains a checksum value of the uncompressed data - (excluding any dictionary data) computed according to Adler-32 - algorithm. This algorithm is a 32-bit extension and improvement - of the Fletcher algorithm, used in the ITU-T X.224 / ISO 8073 - standard. See references [4] and [5] in Chapter 3, below) - - Adler-32 is composed of two sums accumulated per byte: s1 is - the sum of all bytes, s2 is the sum of all s1 values. Both sums - are done modulo 65521. s1 is initialized to 1, s2 to zero. The - Adler-32 checksum is stored as s2*65536 + s1 in most- - significant-byte first (network) order. - - - - - - - - -Deutsch & Gailly Informational [Page 6] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - - 2.3. Compliance - - A compliant compressor must produce streams with correct CMF, FLG - and ADLER32, but need not support preset dictionaries. When the - zlib data format is used as part of another standard data format, - the compressor may use only preset dictionaries that are specified - by this other data format. If this other format does not use the - preset dictionary feature, the compressor must not set the FDICT - flag. - - A compliant decompressor must check CMF, FLG, and ADLER32, and - provide an error indication if any of these have incorrect values. - A compliant decompressor must give an error indication if CM is - not one of the values defined in this specification (only the - value 8 is permitted in this version), since another value could - indicate the presence of new features that would cause subsequent - data to be interpreted incorrectly. A compliant decompressor must - give an error indication if FDICT is set and DICTID is not the - identifier of a known preset dictionary. A decompressor may - ignore FLEVEL and still be compliant. When the zlib data format - is being used as a part of another standard format, a compliant - decompressor must support all the preset dictionaries specified by - the other format. When the other format does not use the preset - dictionary feature, a compliant decompressor must reject any - stream in which the FDICT flag is set. - -3. References - - [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification", - available in ftp://ftp.uu.net/pub/archiving/zip/doc/ - - [2] Thomas Boutell, "PNG (Portable Network Graphics) specification", - available in ftp://ftp.uu.net/graphics/png/documents/ - - [3] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification", - available in ftp://ftp.uu.net/pub/archiving/zip/doc/ - - [4] Fletcher, J. G., "An Arithmetic Checksum for Serial - Transmissions," IEEE Transactions on Communications, Vol. COM-30, - No. 1, January 1982, pp. 247-252. - - [5] ITU-T Recommendation X.224, Annex D, "Checksum Algorithms," - November, 1993, pp. 144, 145. (Available from - gopher://info.itu.ch). ITU-T X.244 is also the same as ISO 8073. - - - - - - - -Deutsch & Gailly Informational [Page 7] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - -4. Source code - - Source code for a C language implementation of a "zlib" compliant - library is available at ftp://ftp.uu.net/pub/archiving/zip/zlib/. - -5. Security Considerations - - A decoder that fails to check the ADLER32 checksum value may be - subject to undetected data corruption. - -6. Acknowledgements - - Trademarks cited in this document are the property of their - respective owners. - - Jean-Loup Gailly and Mark Adler designed the zlib format and wrote - the related software described in this specification. Glenn - Randers-Pehrson converted this document to RFC and HTML format. - -7. Authors' Addresses - - L. Peter Deutsch - Aladdin Enterprises - 203 Santa Margarita Ave. - Menlo Park, CA 94025 - - Phone: (415) 322-0103 (AM only) - FAX: (415) 322-1734 - EMail: - - - Jean-Loup Gailly - - EMail: - - Questions about the technical content of this specification can be - sent by email to - - Jean-Loup Gailly and - Mark Adler - - Editorial comments on this specification can be sent by email to - - L. Peter Deutsch and - Glenn Randers-Pehrson - - - - - - -Deutsch & Gailly Informational [Page 8] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - -8. Appendix: Rationale - - 8.1. Preset dictionaries - - A preset dictionary is specially useful to compress short input - sequences. The compressor can take advantage of the dictionary - context to encode the input in a more compact manner. The - decompressor can be initialized with the appropriate context by - virtually decompressing a compressed version of the dictionary - without producing any output. However for certain compression - algorithms such as the deflate algorithm this operation can be - achieved without actually performing any decompression. - - The compressor and the decompressor must use exactly the same - dictionary. The dictionary may be fixed or may be chosen among a - certain number of predefined dictionaries, according to the kind - of input data. The decompressor can determine which dictionary has - been chosen by the compressor by checking the dictionary - identifier. This document does not specify the contents of - predefined dictionaries, since the optimal dictionaries are - application specific. Standard data formats using this feature of - the zlib specification must precisely define the allowed - dictionaries. - - 8.2. The Adler-32 algorithm - - The Adler-32 algorithm is much faster than the CRC32 algorithm yet - still provides an extremely low probability of undetected errors. - - The modulo on unsigned long accumulators can be delayed for 5552 - bytes, so the modulo operation time is negligible. If the bytes - are a, b, c, the second sum is 3a + 2b + c + 3, and so is position - and order sensitive, unlike the first sum, which is just a - checksum. That 65521 is prime is important to avoid a possible - large class of two-byte errors that leave the check unchanged. - (The Fletcher checksum uses 255, which is not prime and which also - makes the Fletcher check insensitive to single byte changes 0 <-> - 255.) - - The sum s1 is initialized to 1 instead of zero to make the length - of the sequence part of s2, so that the length does not have to be - checked separately. (Any sequence of zeroes has a Fletcher - checksum of zero.) - - - - - - - - -Deutsch & Gailly Informational [Page 9] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - -9. Appendix: Sample code - - The following C code computes the Adler-32 checksum of a data buffer. - It is written for clarity, not for speed. The sample code is in the - ANSI C programming language. Non C users may find it easier to read - with these hints: - - & Bitwise AND operator. - >> Bitwise right shift operator. When applied to an - unsigned quantity, as here, right shift inserts zero bit(s) - at the left. - << Bitwise left shift operator. Left shift inserts zero - bit(s) at the right. - ++ "n++" increments the variable n. - % modulo operator: a % b is the remainder of a divided by b. - - #define BASE 65521 /* largest prime smaller than 65536 */ - - /* - Update a running Adler-32 checksum with the bytes buf[0..len-1] - and return the updated checksum. The Adler-32 checksum should be - initialized to 1. - - Usage example: - - unsigned long adler = 1L; - - while (read_buffer(buffer, length) != EOF) { - adler = update_adler32(adler, buffer, length); - } - if (adler != original_adler) error(); - */ - unsigned long update_adler32(unsigned long adler, - unsigned char *buf, int len) - { - unsigned long s1 = adler & 0xffff; - unsigned long s2 = (adler >> 16) & 0xffff; - int n; - - for (n = 0; n < len; n++) { - s1 = (s1 + buf[n]) % BASE; - s2 = (s2 + s1) % BASE; - } - return (s2 << 16) + s1; - } - - /* Return the adler32 of the bytes buf[0..len-1] */ - - - - -Deutsch & Gailly Informational [Page 10] - -RFC 1950 ZLIB Compressed Data Format Specification May 1996 - - - unsigned long adler32(unsigned char *buf, int len) - { - return update_adler32(1L, buf, len); - } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Deutsch & Gailly Informational [Page 11] - diff --git a/proj-web/thirdparty/zlib-1.3.1/doc/rfc1951.txt b/proj-web/thirdparty/zlib-1.3.1/doc/rfc1951.txt deleted file mode 100644 index 403c8c7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/doc/rfc1951.txt +++ /dev/null @@ -1,955 +0,0 @@ - - - - - - -Network Working Group P. Deutsch -Request for Comments: 1951 Aladdin Enterprises -Category: Informational May 1996 - - - DEFLATE Compressed Data Format Specification version 1.3 - -Status of This Memo - - This memo provides information for the Internet community. This memo - does not specify an Internet standard of any kind. Distribution of - this memo is unlimited. - -IESG Note: - - The IESG takes no position on the validity of any Intellectual - Property Rights statements contained in this document. - -Notices - - Copyright (c) 1996 L. Peter Deutsch - - Permission is granted to copy and distribute this document for any - purpose and without charge, including translations into other - languages and incorporation into compilations, provided that the - copyright notice and this notice are preserved, and that any - substantive changes or deletions from the original are clearly - marked. - - A pointer to the latest version of this and related documentation in - HTML format can be found at the URL - . - -Abstract - - This specification defines a lossless compressed data format that - compresses data using a combination of the LZ77 algorithm and Huffman - coding, with efficiency comparable to the best currently available - general-purpose compression methods. The data can be produced or - consumed, even for an arbitrarily long sequentially presented input - data stream, using only an a priori bounded amount of intermediate - storage. The format can be implemented readily in a manner not - covered by patents. - - - - - - - - -Deutsch Informational [Page 1] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - -Table of Contents - - 1. Introduction ................................................... 2 - 1.1. Purpose ................................................... 2 - 1.2. Intended audience ......................................... 3 - 1.3. Scope ..................................................... 3 - 1.4. Compliance ................................................ 3 - 1.5. Definitions of terms and conventions used ................ 3 - 1.6. Changes from previous versions ............................ 4 - 2. Compressed representation overview ............................. 4 - 3. Detailed specification ......................................... 5 - 3.1. Overall conventions ....................................... 5 - 3.1.1. Packing into bytes .................................. 5 - 3.2. Compressed block format ................................... 6 - 3.2.1. Synopsis of prefix and Huffman coding ............... 6 - 3.2.2. Use of Huffman coding in the "deflate" format ....... 7 - 3.2.3. Details of block format ............................. 9 - 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11 - 3.2.5. Compressed blocks (length and distance codes) ...... 11 - 3.2.6. Compression with fixed Huffman codes (BTYPE=01) .... 12 - 3.2.7. Compression with dynamic Huffman codes (BTYPE=10) .. 13 - 3.3. Compliance ............................................... 14 - 4. Compression algorithm details ................................. 14 - 5. References .................................................... 16 - 6. Security Considerations ....................................... 16 - 7. Source code ................................................... 16 - 8. Acknowledgements .............................................. 16 - 9. Author's Address .............................................. 17 - -1. Introduction - - 1.1. Purpose - - The purpose of this specification is to define a lossless - compressed data format that: - * Is independent of CPU type, operating system, file system, - and character set, and hence can be used for interchange; - * Can be produced or consumed, even for an arbitrarily long - sequentially presented input data stream, using only an a - priori bounded amount of intermediate storage, and hence - can be used in data communications or similar structures - such as Unix filters; - * Compresses data with efficiency comparable to the best - currently available general-purpose compression methods, - and in particular considerably better than the "compress" - program; - * Can be implemented readily in a manner not covered by - patents, and hence can be practiced freely; - - - -Deutsch Informational [Page 2] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - * Is compatible with the file format produced by the current - widely used gzip utility, in that conforming decompressors - will be able to read data produced by the existing gzip - compressor. - - The data format defined by this specification does not attempt to: - - * Allow random access to compressed data; - * Compress specialized data (e.g., raster graphics) as well - as the best currently available specialized algorithms. - - A simple counting argument shows that no lossless compression - algorithm can compress every possible input data set. For the - format defined here, the worst case expansion is 5 bytes per 32K- - byte block, i.e., a size increase of 0.015% for large data sets. - English text usually compresses by a factor of 2.5 to 3; - executable files usually compress somewhat less; graphical data - such as raster images may compress much more. - - 1.2. Intended audience - - This specification is intended for use by implementors of software - to compress data into "deflate" format and/or decompress data from - "deflate" format. - - The text of the specification assumes a basic background in - programming at the level of bits and other primitive data - representations. Familiarity with the technique of Huffman coding - is helpful but not required. - - 1.3. Scope - - The specification specifies a method for representing a sequence - of bytes as a (usually shorter) sequence of bits, and a method for - packing the latter bit sequence into bytes. - - 1.4. Compliance - - Unless otherwise indicated below, a compliant decompressor must be - able to accept and decompress any data set that conforms to all - the specifications presented here; a compliant compressor must - produce data sets that conform to all the specifications presented - here. - - 1.5. Definitions of terms and conventions used - - Byte: 8 bits stored or transmitted as a unit (same as an octet). - For this specification, a byte is exactly 8 bits, even on machines - - - -Deutsch Informational [Page 3] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - which store a character on a number of bits different from eight. - See below, for the numbering of bits within a byte. - - String: a sequence of arbitrary bytes. - - 1.6. Changes from previous versions - - There have been no technical changes to the deflate format since - version 1.1 of this specification. In version 1.2, some - terminology was changed. Version 1.3 is a conversion of the - specification to RFC style. - -2. Compressed representation overview - - A compressed data set consists of a series of blocks, corresponding - to successive blocks of input data. The block sizes are arbitrary, - except that non-compressible blocks are limited to 65,535 bytes. - - Each block is compressed using a combination of the LZ77 algorithm - and Huffman coding. The Huffman trees for each block are independent - of those for previous or subsequent blocks; the LZ77 algorithm may - use a reference to a duplicated string occurring in a previous block, - up to 32K input bytes before. - - Each block consists of two parts: a pair of Huffman code trees that - describe the representation of the compressed data part, and a - compressed data part. (The Huffman trees themselves are compressed - using Huffman encoding.) The compressed data consists of a series of - elements of two types: literal bytes (of strings that have not been - detected as duplicated within the previous 32K input bytes), and - pointers to duplicated strings, where a pointer is represented as a - pair . The representation used in the - "deflate" format limits distances to 32K bytes and lengths to 258 - bytes, but does not limit the size of a block, except for - uncompressible blocks, which are limited as noted above. - - Each type of value (literals, distances, and lengths) in the - compressed data is represented using a Huffman code, using one code - tree for literals and lengths and a separate code tree for distances. - The code trees for each block appear in a compact form just before - the compressed data for that block. - - - - - - - - - - -Deutsch Informational [Page 4] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - -3. Detailed specification - - 3.1. Overall conventions In the diagrams below, a box like this: - - +---+ - | | <-- the vertical bars might be missing - +---+ - - represents one byte; a box like this: - - +==============+ - | | - +==============+ - - represents a variable number of bytes. - - Bytes stored within a computer do not have a "bit order", since - they are always treated as a unit. However, a byte considered as - an integer between 0 and 255 does have a most- and least- - significant bit, and since we write numbers with the most- - significant digit on the left, we also write bytes with the most- - significant bit on the left. In the diagrams below, we number the - bits of a byte so that bit 0 is the least-significant bit, i.e., - the bits are numbered: - - +--------+ - |76543210| - +--------+ - - Within a computer, a number may occupy multiple bytes. All - multi-byte numbers in the format described here are stored with - the least-significant byte first (at the lower memory address). - For example, the decimal number 520 is stored as: - - 0 1 - +--------+--------+ - |00001000|00000010| - +--------+--------+ - ^ ^ - | | - | + more significant byte = 2 x 256 - + less significant byte = 8 - - 3.1.1. Packing into bytes - - This document does not address the issue of the order in which - bits of a byte are transmitted on a bit-sequential medium, - since the final data format described here is byte- rather than - - - -Deutsch Informational [Page 5] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - bit-oriented. However, we describe the compressed block format - in below, as a sequence of data elements of various bit - lengths, not a sequence of bytes. We must therefore specify - how to pack these data elements into bytes to form the final - compressed byte sequence: - - * Data elements are packed into bytes in order of - increasing bit number within the byte, i.e., starting - with the least-significant bit of the byte. - * Data elements other than Huffman codes are packed - starting with the least-significant bit of the data - element. - * Huffman codes are packed starting with the most- - significant bit of the code. - - In other words, if one were to print out the compressed data as - a sequence of bytes, starting with the first byte at the - *right* margin and proceeding to the *left*, with the most- - significant bit of each byte on the left as usual, one would be - able to parse the result from right to left, with fixed-width - elements in the correct MSB-to-LSB order and Huffman codes in - bit-reversed order (i.e., with the first bit of the code in the - relative LSB position). - - 3.2. Compressed block format - - 3.2.1. Synopsis of prefix and Huffman coding - - Prefix coding represents symbols from an a priori known - alphabet by bit sequences (codes), one code for each symbol, in - a manner such that different symbols may be represented by bit - sequences of different lengths, but a parser can always parse - an encoded string unambiguously symbol-by-symbol. - - We define a prefix code in terms of a binary tree in which the - two edges descending from each non-leaf node are labeled 0 and - 1 and in which the leaf nodes correspond one-for-one with (are - labeled with) the symbols of the alphabet; then the code for a - symbol is the sequence of 0's and 1's on the edges leading from - the root to the leaf labeled with that symbol. For example: - - - - - - - - - - - -Deutsch Informational [Page 6] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - /\ Symbol Code - 0 1 ------ ---- - / \ A 00 - /\ B B 1 - 0 1 C 011 - / \ D 010 - A /\ - 0 1 - / \ - D C - - A parser can decode the next symbol from an encoded input - stream by walking down the tree from the root, at each step - choosing the edge corresponding to the next input bit. - - Given an alphabet with known symbol frequencies, the Huffman - algorithm allows the construction of an optimal prefix code - (one which represents strings with those symbol frequencies - using the fewest bits of any possible prefix codes for that - alphabet). Such a code is called a Huffman code. (See - reference [1] in Chapter 5, references for additional - information on Huffman codes.) - - Note that in the "deflate" format, the Huffman codes for the - various alphabets must not exceed certain maximum code lengths. - This constraint complicates the algorithm for computing code - lengths from symbol frequencies. Again, see Chapter 5, - references for details. - - 3.2.2. Use of Huffman coding in the "deflate" format - - The Huffman codes used for each alphabet in the "deflate" - format have two additional rules: - - * All codes of a given bit length have lexicographically - consecutive values, in the same order as the symbols - they represent; - - * Shorter codes lexicographically precede longer codes. - - - - - - - - - - - - -Deutsch Informational [Page 7] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - We could recode the example above to follow this rule as - follows, assuming that the order of the alphabet is ABCD: - - Symbol Code - ------ ---- - A 10 - B 0 - C 110 - D 111 - - I.e., 0 precedes 10 which precedes 11x, and 110 and 111 are - lexicographically consecutive. - - Given this rule, we can define the Huffman code for an alphabet - just by giving the bit lengths of the codes for each symbol of - the alphabet in order; this is sufficient to determine the - actual codes. In our example, the code is completely defined - by the sequence of bit lengths (2, 1, 3, 3). The following - algorithm generates the codes as integers, intended to be read - from most- to least-significant bit. The code lengths are - initially in tree[I].Len; the codes are produced in - tree[I].Code. - - 1) Count the number of codes for each code length. Let - bl_count[N] be the number of codes of length N, N >= 1. - - 2) Find the numerical value of the smallest code for each - code length: - - code = 0; - bl_count[0] = 0; - for (bits = 1; bits <= MAX_BITS; bits++) { - code = (code + bl_count[bits-1]) << 1; - next_code[bits] = code; - } - - 3) Assign numerical values to all codes, using consecutive - values for all codes of the same length with the base - values determined at step 2. Codes that are never used - (which have a bit length of zero) must not be assigned a - value. - - for (n = 0; n <= max_code; n++) { - len = tree[n].Len; - if (len != 0) { - tree[n].Code = next_code[len]; - next_code[len]++; - } - - - -Deutsch Informational [Page 8] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - } - - Example: - - Consider the alphabet ABCDEFGH, with bit lengths (3, 3, 3, 3, - 3, 2, 4, 4). After step 1, we have: - - N bl_count[N] - - ----------- - 2 1 - 3 5 - 4 2 - - Step 2 computes the following next_code values: - - N next_code[N] - - ------------ - 1 0 - 2 0 - 3 2 - 4 14 - - Step 3 produces the following code values: - - Symbol Length Code - ------ ------ ---- - A 3 010 - B 3 011 - C 3 100 - D 3 101 - E 3 110 - F 2 00 - G 4 1110 - H 4 1111 - - 3.2.3. Details of block format - - Each block of compressed data begins with 3 header bits - containing the following data: - - first bit BFINAL - next 2 bits BTYPE - - Note that the header bits do not necessarily begin on a byte - boundary, since a block does not necessarily occupy an integral - number of bytes. - - - - - -Deutsch Informational [Page 9] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - BFINAL is set if and only if this is the last block of the data - set. - - BTYPE specifies how the data are compressed, as follows: - - 00 - no compression - 01 - compressed with fixed Huffman codes - 10 - compressed with dynamic Huffman codes - 11 - reserved (error) - - The only difference between the two compressed cases is how the - Huffman codes for the literal/length and distance alphabets are - defined. - - In all cases, the decoding algorithm for the actual data is as - follows: - - do - read block header from input stream. - if stored with no compression - skip any remaining bits in current partially - processed byte - read LEN and NLEN (see next section) - copy LEN bytes of data to output - otherwise - if compressed with dynamic Huffman codes - read representation of code trees (see - subsection below) - loop (until end of block code recognized) - decode literal/length value from input stream - if value < 256 - copy value (literal byte) to output stream - otherwise - if value = end of block (256) - break from loop - otherwise (value = 257..285) - decode distance from input stream - - move backwards distance bytes in the output - stream, and copy length bytes from this - position to the output stream. - end loop - while not last block - - Note that a duplicated string reference may refer to a string - in a previous block; i.e., the backward distance may cross one - or more block boundaries. However a distance cannot refer past - the beginning of the output stream. (An application using a - - - -Deutsch Informational [Page 10] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - preset dictionary might discard part of the output stream; a - distance can refer to that part of the output stream anyway) - Note also that the referenced string may overlap the current - position; for example, if the last 2 bytes decoded have values - X and Y, a string reference with - adds X,Y,X,Y,X to the output stream. - - We now specify each compression method in turn. - - 3.2.4. Non-compressed blocks (BTYPE=00) - - Any bits of input up to the next byte boundary are ignored. - The rest of the block consists of the following information: - - 0 1 2 3 4... - +---+---+---+---+================================+ - | LEN | NLEN |... LEN bytes of literal data...| - +---+---+---+---+================================+ - - LEN is the number of data bytes in the block. NLEN is the - one's complement of LEN. - - 3.2.5. Compressed blocks (length and distance codes) - - As noted above, encoded data blocks in the "deflate" format - consist of sequences of symbols drawn from three conceptually - distinct alphabets: either literal bytes, from the alphabet of - byte values (0..255), or pairs, - where the length is drawn from (3..258) and the distance is - drawn from (1..32,768). In fact, the literal and length - alphabets are merged into a single alphabet (0..285), where - values 0..255 represent literal bytes, the value 256 indicates - end-of-block, and values 257..285 represent length codes - (possibly in conjunction with extra bits following the symbol - code) as follows: - - - - - - - - - - - - - - - - -Deutsch Informational [Page 11] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - Extra Extra Extra - Code Bits Length(s) Code Bits Lengths Code Bits Length(s) - ---- ---- ------ ---- ---- ------- ---- ---- ------- - 257 0 3 267 1 15,16 277 4 67-82 - 258 0 4 268 1 17,18 278 4 83-98 - 259 0 5 269 2 19-22 279 4 99-114 - 260 0 6 270 2 23-26 280 4 115-130 - 261 0 7 271 2 27-30 281 5 131-162 - 262 0 8 272 2 31-34 282 5 163-194 - 263 0 9 273 3 35-42 283 5 195-226 - 264 0 10 274 3 43-50 284 5 227-257 - 265 1 11,12 275 3 51-58 285 0 258 - 266 1 13,14 276 3 59-66 - - The extra bits should be interpreted as a machine integer - stored with the most-significant bit first, e.g., bits 1110 - represent the value 14. - - Extra Extra Extra - Code Bits Dist Code Bits Dist Code Bits Distance - ---- ---- ---- ---- ---- ------ ---- ---- -------- - 0 0 1 10 4 33-48 20 9 1025-1536 - 1 0 2 11 4 49-64 21 9 1537-2048 - 2 0 3 12 5 65-96 22 10 2049-3072 - 3 0 4 13 5 97-128 23 10 3073-4096 - 4 1 5,6 14 6 129-192 24 11 4097-6144 - 5 1 7,8 15 6 193-256 25 11 6145-8192 - 6 2 9-12 16 7 257-384 26 12 8193-12288 - 7 2 13-16 17 7 385-512 27 12 12289-16384 - 8 3 17-24 18 8 513-768 28 13 16385-24576 - 9 3 25-32 19 8 769-1024 29 13 24577-32768 - - 3.2.6. Compression with fixed Huffman codes (BTYPE=01) - - The Huffman codes for the two alphabets are fixed, and are not - represented explicitly in the data. The Huffman code lengths - for the literal/length alphabet are: - - Lit Value Bits Codes - --------- ---- ----- - 0 - 143 8 00110000 through - 10111111 - 144 - 255 9 110010000 through - 111111111 - 256 - 279 7 0000000 through - 0010111 - 280 - 287 8 11000000 through - 11000111 - - - -Deutsch Informational [Page 12] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - The code lengths are sufficient to generate the actual codes, - as described above; we show the codes in the table for added - clarity. Literal/length values 286-287 will never actually - occur in the compressed data, but participate in the code - construction. - - Distance codes 0-31 are represented by (fixed-length) 5-bit - codes, with possible additional bits as shown in the table - shown in Paragraph 3.2.5, above. Note that distance codes 30- - 31 will never actually occur in the compressed data. - - 3.2.7. Compression with dynamic Huffman codes (BTYPE=10) - - The Huffman codes for the two alphabets appear in the block - immediately after the header bits and before the actual - compressed data, first the literal/length code and then the - distance code. Each code is defined by a sequence of code - lengths, as discussed in Paragraph 3.2.2, above. For even - greater compactness, the code length sequences themselves are - compressed using a Huffman code. The alphabet for code lengths - is as follows: - - 0 - 15: Represent code lengths of 0 - 15 - 16: Copy the previous code length 3 - 6 times. - The next 2 bits indicate repeat length - (0 = 3, ... , 3 = 6) - Example: Codes 8, 16 (+2 bits 11), - 16 (+2 bits 10) will expand to - 12 code lengths of 8 (1 + 6 + 5) - 17: Repeat a code length of 0 for 3 - 10 times. - (3 bits of length) - 18: Repeat a code length of 0 for 11 - 138 times - (7 bits of length) - - A code length of 0 indicates that the corresponding symbol in - the literal/length or distance alphabet will not occur in the - block, and should not participate in the Huffman code - construction algorithm given earlier. If only one distance - code is used, it is encoded using one bit, not zero bits; in - this case there is a single code length of one, with one unused - code. One distance code of zero bits means that there are no - distance codes used at all (the data is all literals). - - We can now define the format of the block: - - 5 Bits: HLIT, # of Literal/Length codes - 257 (257 - 286) - 5 Bits: HDIST, # of Distance codes - 1 (1 - 32) - 4 Bits: HCLEN, # of Code Length codes - 4 (4 - 19) - - - -Deutsch Informational [Page 13] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - (HCLEN + 4) x 3 bits: code lengths for the code length - alphabet given just above, in the order: 16, 17, 18, - 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 - - These code lengths are interpreted as 3-bit integers - (0-7); as above, a code length of 0 means the - corresponding symbol (literal/length or distance code - length) is not used. - - HLIT + 257 code lengths for the literal/length alphabet, - encoded using the code length Huffman code - - HDIST + 1 code lengths for the distance alphabet, - encoded using the code length Huffman code - - The actual compressed data of the block, - encoded using the literal/length and distance Huffman - codes - - The literal/length symbol 256 (end of data), - encoded using the literal/length Huffman code - - The code length repeat codes can cross from HLIT + 257 to the - HDIST + 1 code lengths. In other words, all code lengths form - a single sequence of HLIT + HDIST + 258 values. - - 3.3. Compliance - - A compressor may limit further the ranges of values specified in - the previous section and still be compliant; for example, it may - limit the range of backward pointers to some value smaller than - 32K. Similarly, a compressor may limit the size of blocks so that - a compressible block fits in memory. - - A compliant decompressor must accept the full range of possible - values defined in the previous section, and must accept blocks of - arbitrary size. - -4. Compression algorithm details - - While it is the intent of this document to define the "deflate" - compressed data format without reference to any particular - compression algorithm, the format is related to the compressed - formats produced by LZ77 (Lempel-Ziv 1977, see reference [2] below); - since many variations of LZ77 are patented, it is strongly - recommended that the implementor of a compressor follow the general - algorithm presented here, which is known not to be patented per se. - The material in this section is not part of the definition of the - - - -Deutsch Informational [Page 14] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - - specification per se, and a compressor need not follow it in order to - be compliant. - - The compressor terminates a block when it determines that starting a - new block with fresh trees would be useful, or when the block size - fills up the compressor's block buffer. - - The compressor uses a chained hash table to find duplicated strings, - using a hash function that operates on 3-byte sequences. At any - given point during compression, let XYZ be the next 3 input bytes to - be examined (not necessarily all different, of course). First, the - compressor examines the hash chain for XYZ. If the chain is empty, - the compressor simply writes out X as a literal byte and advances one - byte in the input. If the hash chain is not empty, indicating that - the sequence XYZ (or, if we are unlucky, some other 3 bytes with the - same hash function value) has occurred recently, the compressor - compares all strings on the XYZ hash chain with the actual input data - sequence starting at the current point, and selects the longest - match. - - The compressor searches the hash chains starting with the most recent - strings, to favor small distances and thus take advantage of the - Huffman encoding. The hash chains are singly linked. There are no - deletions from the hash chains; the algorithm simply discards matches - that are too old. To avoid a worst-case situation, very long hash - chains are arbitrarily truncated at a certain length, determined by a - run-time parameter. - - To improve overall compression, the compressor optionally defers the - selection of matches ("lazy matching"): after a match of length N has - been found, the compressor searches for a longer match starting at - the next input byte. If it finds a longer match, it truncates the - previous match to a length of one (thus producing a single literal - byte) and then emits the longer match. Otherwise, it emits the - original match, and, as described above, advances N bytes before - continuing. - - Run-time parameters also control this "lazy match" procedure. If - compression ratio is most important, the compressor attempts a - complete second search regardless of the length of the first match. - In the normal case, if the current match is "long enough", the - compressor reduces the search for a longer match, thus speeding up - the process. If speed is most important, the compressor inserts new - strings in the hash table only when no match was found, or when the - match is not "too long". This degrades the compression ratio but - saves time since there are both fewer insertions and fewer searches. - - - - - -Deutsch Informational [Page 15] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - -5. References - - [1] Huffman, D. A., "A Method for the Construction of Minimum - Redundancy Codes", Proceedings of the Institute of Radio - Engineers, September 1952, Volume 40, Number 9, pp. 1098-1101. - - [2] Ziv J., Lempel A., "A Universal Algorithm for Sequential Data - Compression", IEEE Transactions on Information Theory, Vol. 23, - No. 3, pp. 337-343. - - [3] Gailly, J.-L., and Adler, M., ZLIB documentation and sources, - available in ftp://ftp.uu.net/pub/archiving/zip/doc/ - - [4] Gailly, J.-L., and Adler, M., GZIP documentation and sources, - available as gzip-*.tar in ftp://prep.ai.mit.edu/pub/gnu/ - - [5] Schwartz, E. S., and Kallick, B. "Generating a canonical prefix - encoding." Comm. ACM, 7,3 (Mar. 1964), pp. 166-169. - - [6] Hirschberg and Lelewer, "Efficient decoding of prefix codes," - Comm. ACM, 33,4, April 1990, pp. 449-459. - -6. Security Considerations - - Any data compression method involves the reduction of redundancy in - the data. Consequently, any corruption of the data is likely to have - severe effects and be difficult to correct. Uncompressed text, on - the other hand, will probably still be readable despite the presence - of some corrupted bytes. - - It is recommended that systems using this data format provide some - means of validating the integrity of the compressed data. See - reference [3], for example. - -7. Source code - - Source code for a C language implementation of a "deflate" compliant - compressor and decompressor is available within the zlib package at - ftp://ftp.uu.net/pub/archiving/zip/zlib/. - -8. Acknowledgements - - Trademarks cited in this document are the property of their - respective owners. - - Phil Katz designed the deflate format. Jean-Loup Gailly and Mark - Adler wrote the related software described in this specification. - Glenn Randers-Pehrson converted this document to RFC and HTML format. - - - -Deutsch Informational [Page 16] - -RFC 1951 DEFLATE Compressed Data Format Specification May 1996 - - -9. Author's Address - - L. Peter Deutsch - Aladdin Enterprises - 203 Santa Margarita Ave. - Menlo Park, CA 94025 - - Phone: (415) 322-0103 (AM only) - FAX: (415) 322-1734 - EMail: - - Questions about the technical content of this specification can be - sent by email to: - - Jean-Loup Gailly and - Mark Adler - - Editorial comments on this specification can be sent by email to: - - L. Peter Deutsch and - Glenn Randers-Pehrson - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Deutsch Informational [Page 17] - diff --git a/proj-web/thirdparty/zlib-1.3.1/doc/rfc1952.txt b/proj-web/thirdparty/zlib-1.3.1/doc/rfc1952.txt deleted file mode 100644 index a8e51b4..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/doc/rfc1952.txt +++ /dev/null @@ -1,675 +0,0 @@ - - - - - - -Network Working Group P. Deutsch -Request for Comments: 1952 Aladdin Enterprises -Category: Informational May 1996 - - - GZIP file format specification version 4.3 - -Status of This Memo - - This memo provides information for the Internet community. This memo - does not specify an Internet standard of any kind. Distribution of - this memo is unlimited. - -IESG Note: - - The IESG takes no position on the validity of any Intellectual - Property Rights statements contained in this document. - -Notices - - Copyright (c) 1996 L. Peter Deutsch - - Permission is granted to copy and distribute this document for any - purpose and without charge, including translations into other - languages and incorporation into compilations, provided that the - copyright notice and this notice are preserved, and that any - substantive changes or deletions from the original are clearly - marked. - - A pointer to the latest version of this and related documentation in - HTML format can be found at the URL - . - -Abstract - - This specification defines a lossless compressed data format that is - compatible with the widely used GZIP utility. The format includes a - cyclic redundancy check value for detecting data corruption. The - format presently uses the DEFLATE method of compression but can be - easily extended to use other compression methods. The format can be - implemented readily in a manner not covered by patents. - - - - - - - - - - -Deutsch Informational [Page 1] - -RFC 1952 GZIP File Format Specification May 1996 - - -Table of Contents - - 1. Introduction ................................................... 2 - 1.1. Purpose ................................................... 2 - 1.2. Intended audience ......................................... 3 - 1.3. Scope ..................................................... 3 - 1.4. Compliance ................................................ 3 - 1.5. Definitions of terms and conventions used ................. 3 - 1.6. Changes from previous versions ............................ 3 - 2. Detailed specification ......................................... 4 - 2.1. Overall conventions ....................................... 4 - 2.2. File format ............................................... 5 - 2.3. Member format ............................................. 5 - 2.3.1. Member header and trailer ........................... 6 - 2.3.1.1. Extra field ................................... 8 - 2.3.1.2. Compliance .................................... 9 - 3. References .................................................. 9 - 4. Security Considerations .................................... 10 - 5. Acknowledgements ........................................... 10 - 6. Author's Address ........................................... 10 - 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11 - 8. Appendix: Sample CRC Code .................................. 11 - -1. Introduction - - 1.1. Purpose - - The purpose of this specification is to define a lossless - compressed data format that: - - * Is independent of CPU type, operating system, file system, - and character set, and hence can be used for interchange; - * Can compress or decompress a data stream (as opposed to a - randomly accessible file) to produce another data stream, - using only an a priori bounded amount of intermediate - storage, and hence can be used in data communications or - similar structures such as Unix filters; - * Compresses data with efficiency comparable to the best - currently available general-purpose compression methods, - and in particular considerably better than the "compress" - program; - * Can be implemented readily in a manner not covered by - patents, and hence can be practiced freely; - * Is compatible with the file format produced by the current - widely used gzip utility, in that conforming decompressors - will be able to read data produced by the existing gzip - compressor. - - - - -Deutsch Informational [Page 2] - -RFC 1952 GZIP File Format Specification May 1996 - - - The data format defined by this specification does not attempt to: - - * Provide random access to compressed data; - * Compress specialized data (e.g., raster graphics) as well as - the best currently available specialized algorithms. - - 1.2. Intended audience - - This specification is intended for use by implementors of software - to compress data into gzip format and/or decompress data from gzip - format. - - The text of the specification assumes a basic background in - programming at the level of bits and other primitive data - representations. - - 1.3. Scope - - The specification specifies a compression method and a file format - (the latter assuming only that a file can store a sequence of - arbitrary bytes). It does not specify any particular interface to - a file system or anything about character sets or encodings - (except for file names and comments, which are optional). - - 1.4. Compliance - - Unless otherwise indicated below, a compliant decompressor must be - able to accept and decompress any file that conforms to all the - specifications presented here; a compliant compressor must produce - files that conform to all the specifications presented here. The - material in the appendices is not part of the specification per se - and is not relevant to compliance. - - 1.5. Definitions of terms and conventions used - - byte: 8 bits stored or transmitted as a unit (same as an octet). - (For this specification, a byte is exactly 8 bits, even on - machines which store a character on a number of bits different - from 8.) See below for the numbering of bits within a byte. - - 1.6. Changes from previous versions - - There have been no technical changes to the gzip format since - version 4.1 of this specification. In version 4.2, some - terminology was changed, and the sample CRC code was rewritten for - clarity and to eliminate the requirement for the caller to do pre- - and post-conditioning. Version 4.3 is a conversion of the - specification to RFC style. - - - -Deutsch Informational [Page 3] - -RFC 1952 GZIP File Format Specification May 1996 - - -2. Detailed specification - - 2.1. Overall conventions - - In the diagrams below, a box like this: - - +---+ - | | <-- the vertical bars might be missing - +---+ - - represents one byte; a box like this: - - +==============+ - | | - +==============+ - - represents a variable number of bytes. - - Bytes stored within a computer do not have a "bit order", since - they are always treated as a unit. However, a byte considered as - an integer between 0 and 255 does have a most- and least- - significant bit, and since we write numbers with the most- - significant digit on the left, we also write bytes with the most- - significant bit on the left. In the diagrams below, we number the - bits of a byte so that bit 0 is the least-significant bit, i.e., - the bits are numbered: - - +--------+ - |76543210| - +--------+ - - This document does not address the issue of the order in which - bits of a byte are transmitted on a bit-sequential medium, since - the data format described here is byte- rather than bit-oriented. - - Within a computer, a number may occupy multiple bytes. All - multi-byte numbers in the format described here are stored with - the least-significant byte first (at the lower memory address). - For example, the decimal number 520 is stored as: - - 0 1 - +--------+--------+ - |00001000|00000010| - +--------+--------+ - ^ ^ - | | - | + more significant byte = 2 x 256 - + less significant byte = 8 - - - -Deutsch Informational [Page 4] - -RFC 1952 GZIP File Format Specification May 1996 - - - 2.2. File format - - A gzip file consists of a series of "members" (compressed data - sets). The format of each member is specified in the following - section. The members simply appear one after another in the file, - with no additional information before, between, or after them. - - 2.3. Member format - - Each member has the following structure: - - +---+---+---+---+---+---+---+---+---+---+ - |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->) - +---+---+---+---+---+---+---+---+---+---+ - - (if FLG.FEXTRA set) - - +---+---+=================================+ - | XLEN |...XLEN bytes of "extra field"...| (more-->) - +---+---+=================================+ - - (if FLG.FNAME set) - - +=========================================+ - |...original file name, zero-terminated...| (more-->) - +=========================================+ - - (if FLG.FCOMMENT set) - - +===================================+ - |...file comment, zero-terminated...| (more-->) - +===================================+ - - (if FLG.FHCRC set) - - +---+---+ - | CRC16 | - +---+---+ - - +=======================+ - |...compressed blocks...| (more-->) - +=======================+ - - 0 1 2 3 4 5 6 7 - +---+---+---+---+---+---+---+---+ - | CRC32 | ISIZE | - +---+---+---+---+---+---+---+---+ - - - - -Deutsch Informational [Page 5] - -RFC 1952 GZIP File Format Specification May 1996 - - - 2.3.1. Member header and trailer - - ID1 (IDentification 1) - ID2 (IDentification 2) - These have the fixed values ID1 = 31 (0x1f, \037), ID2 = 139 - (0x8b, \213), to identify the file as being in gzip format. - - CM (Compression Method) - This identifies the compression method used in the file. CM - = 0-7 are reserved. CM = 8 denotes the "deflate" - compression method, which is the one customarily used by - gzip and which is documented elsewhere. - - FLG (FLaGs) - This flag byte is divided into individual bits as follows: - - bit 0 FTEXT - bit 1 FHCRC - bit 2 FEXTRA - bit 3 FNAME - bit 4 FCOMMENT - bit 5 reserved - bit 6 reserved - bit 7 reserved - - If FTEXT is set, the file is probably ASCII text. This is - an optional indication, which the compressor may set by - checking a small amount of the input data to see whether any - non-ASCII characters are present. In case of doubt, FTEXT - is cleared, indicating binary data. For systems which have - different file formats for ascii text and binary data, the - decompressor can use FTEXT to choose the appropriate format. - We deliberately do not specify the algorithm used to set - this bit, since a compressor always has the option of - leaving it cleared and a decompressor always has the option - of ignoring it and letting some other program handle issues - of data conversion. - - If FHCRC is set, a CRC16 for the gzip header is present, - immediately before the compressed data. The CRC16 consists - of the two least significant bytes of the CRC32 for all - bytes of the gzip header up to and not including the CRC16. - [The FHCRC bit was never set by versions of gzip up to - 1.2.4, even though it was documented with a different - meaning in gzip 1.2.4.] - - If FEXTRA is set, optional extra fields are present, as - described in a following section. - - - -Deutsch Informational [Page 6] - -RFC 1952 GZIP File Format Specification May 1996 - - - If FNAME is set, an original file name is present, - terminated by a zero byte. The name must consist of ISO - 8859-1 (LATIN-1) characters; on operating systems using - EBCDIC or any other character set for file names, the name - must be translated to the ISO LATIN-1 character set. This - is the original name of the file being compressed, with any - directory components removed, and, if the file being - compressed is on a file system with case insensitive names, - forced to lower case. There is no original file name if the - data was compressed from a source other than a named file; - for example, if the source was stdin on a Unix system, there - is no file name. - - If FCOMMENT is set, a zero-terminated file comment is - present. This comment is not interpreted; it is only - intended for human consumption. The comment must consist of - ISO 8859-1 (LATIN-1) characters. Line breaks should be - denoted by a single line feed character (10 decimal). - - Reserved FLG bits must be zero. - - MTIME (Modification TIME) - This gives the most recent modification time of the original - file being compressed. The time is in Unix format, i.e., - seconds since 00:00:00 GMT, Jan. 1, 1970. (Note that this - may cause problems for MS-DOS and other systems that use - local rather than Universal time.) If the compressed data - did not come from a file, MTIME is set to the time at which - compression started. MTIME = 0 means no time stamp is - available. - - XFL (eXtra FLags) - These flags are available for use by specific compression - methods. The "deflate" method (CM = 8) sets these flags as - follows: - - XFL = 2 - compressor used maximum compression, - slowest algorithm - XFL = 4 - compressor used fastest algorithm - - OS (Operating System) - This identifies the type of file system on which compression - took place. This may be useful in determining end-of-line - convention for text files. The currently defined values are - as follows: - - - - - - -Deutsch Informational [Page 7] - -RFC 1952 GZIP File Format Specification May 1996 - - - 0 - FAT filesystem (MS-DOS, OS/2, NT/Win32) - 1 - Amiga - 2 - VMS (or OpenVMS) - 3 - Unix - 4 - VM/CMS - 5 - Atari TOS - 6 - HPFS filesystem (OS/2, NT) - 7 - Macintosh - 8 - Z-System - 9 - CP/M - 10 - TOPS-20 - 11 - NTFS filesystem (NT) - 12 - QDOS - 13 - Acorn RISCOS - 255 - unknown - - XLEN (eXtra LENgth) - If FLG.FEXTRA is set, this gives the length of the optional - extra field. See below for details. - - CRC32 (CRC-32) - This contains a Cyclic Redundancy Check value of the - uncompressed data computed according to CRC-32 algorithm - used in the ISO 3309 standard and in section 8.1.1.6.2 of - ITU-T recommendation V.42. (See http://www.iso.ch for - ordering ISO documents. See gopher://info.itu.ch for an - online version of ITU-T V.42.) - - ISIZE (Input SIZE) - This contains the size of the original (uncompressed) input - data modulo 2^32. - - 2.3.1.1. Extra field - - If the FLG.FEXTRA bit is set, an "extra field" is present in - the header, with total length XLEN bytes. It consists of a - series of subfields, each of the form: - - +---+---+---+---+==================================+ - |SI1|SI2| LEN |... LEN bytes of subfield data ...| - +---+---+---+---+==================================+ - - SI1 and SI2 provide a subfield ID, typically two ASCII letters - with some mnemonic value. Jean-Loup Gailly - is maintaining a registry of subfield - IDs; please send him any subfield ID you wish to use. Subfield - IDs with SI2 = 0 are reserved for future use. The following - IDs are currently defined: - - - -Deutsch Informational [Page 8] - -RFC 1952 GZIP File Format Specification May 1996 - - - SI1 SI2 Data - ---------- ---------- ---- - 0x41 ('A') 0x70 ('P') Apollo file type information - - LEN gives the length of the subfield data, excluding the 4 - initial bytes. - - 2.3.1.2. Compliance - - A compliant compressor must produce files with correct ID1, - ID2, CM, CRC32, and ISIZE, but may set all the other fields in - the fixed-length part of the header to default values (255 for - OS, 0 for all others). The compressor must set all reserved - bits to zero. - - A compliant decompressor must check ID1, ID2, and CM, and - provide an error indication if any of these have incorrect - values. It must examine FEXTRA/XLEN, FNAME, FCOMMENT and FHCRC - at least so it can skip over the optional fields if they are - present. It need not examine any other part of the header or - trailer; in particular, a decompressor may ignore FTEXT and OS - and always produce binary output, and still be compliant. A - compliant decompressor must give an error indication if any - reserved bit is non-zero, since such a bit could indicate the - presence of a new field that would cause subsequent data to be - interpreted incorrectly. - -3. References - - [1] "Information Processing - 8-bit single-byte coded graphic - character sets - Part 1: Latin alphabet No.1" (ISO 8859-1:1987). - The ISO 8859-1 (Latin-1) character set is a superset of 7-bit - ASCII. Files defining this character set are available as - iso_8859-1.* in ftp://ftp.uu.net/graphics/png/documents/ - - [2] ISO 3309 - - [3] ITU-T recommendation V.42 - - [4] Deutsch, L.P.,"DEFLATE Compressed Data Format Specification", - available in ftp://ftp.uu.net/pub/archiving/zip/doc/ - - [5] Gailly, J.-L., GZIP documentation, available as gzip-*.tar in - ftp://prep.ai.mit.edu/pub/gnu/ - - [6] Sarwate, D.V., "Computation of Cyclic Redundancy Checks via Table - Look-Up", Communications of the ACM, 31(8), pp.1008-1013. - - - - -Deutsch Informational [Page 9] - -RFC 1952 GZIP File Format Specification May 1996 - - - [7] Schwaderer, W.D., "CRC Calculation", April 85 PC Tech Journal, - pp.118-133. - - [8] ftp://ftp.adelaide.edu.au/pub/rocksoft/papers/crc_v3.txt, - describing the CRC concept. - -4. Security Considerations - - Any data compression method involves the reduction of redundancy in - the data. Consequently, any corruption of the data is likely to have - severe effects and be difficult to correct. Uncompressed text, on - the other hand, will probably still be readable despite the presence - of some corrupted bytes. - - It is recommended that systems using this data format provide some - means of validating the integrity of the compressed data, such as by - setting and checking the CRC-32 check value. - -5. Acknowledgements - - Trademarks cited in this document are the property of their - respective owners. - - Jean-Loup Gailly designed the gzip format and wrote, with Mark Adler, - the related software described in this specification. Glenn - Randers-Pehrson converted this document to RFC and HTML format. - -6. Author's Address - - L. Peter Deutsch - Aladdin Enterprises - 203 Santa Margarita Ave. - Menlo Park, CA 94025 - - Phone: (415) 322-0103 (AM only) - FAX: (415) 322-1734 - EMail: - - Questions about the technical content of this specification can be - sent by email to: - - Jean-Loup Gailly and - Mark Adler - - Editorial comments on this specification can be sent by email to: - - L. Peter Deutsch and - Glenn Randers-Pehrson - - - -Deutsch Informational [Page 10] - -RFC 1952 GZIP File Format Specification May 1996 - - -7. Appendix: Jean-Loup Gailly's gzip utility - - The most widely used implementation of gzip compression, and the - original documentation on which this specification is based, were - created by Jean-Loup Gailly . Since this - implementation is a de facto standard, we mention some more of its - features here. Again, the material in this section is not part of - the specification per se, and implementations need not follow it to - be compliant. - - When compressing or decompressing a file, gzip preserves the - protection, ownership, and modification time attributes on the local - file system, since there is no provision for representing protection - attributes in the gzip file format itself. Since the file format - includes a modification time, the gzip decompressor provides a - command line switch that assigns the modification time from the file, - rather than the local modification time of the compressed input, to - the decompressed output. - -8. Appendix: Sample CRC Code - - The following sample code represents a practical implementation of - the CRC (Cyclic Redundancy Check). (See also ISO 3309 and ITU-T V.42 - for a formal specification.) - - The sample code is in the ANSI C programming language. Non C users - may find it easier to read with these hints: - - & Bitwise AND operator. - ^ Bitwise exclusive-OR operator. - >> Bitwise right shift operator. When applied to an - unsigned quantity, as here, right shift inserts zero - bit(s) at the left. - ! Logical NOT operator. - ++ "n++" increments the variable n. - 0xNNN 0x introduces a hexadecimal (base 16) constant. - Suffix L indicates a long value (at least 32 bits). - - /* Table of CRCs of all 8-bit messages. */ - unsigned long crc_table[256]; - - /* Flag: has the table been computed? Initially false. */ - int crc_table_computed = 0; - - /* Make the table for a fast CRC. */ - void make_crc_table(void) - { - unsigned long c; - - - -Deutsch Informational [Page 11] - -RFC 1952 GZIP File Format Specification May 1996 - - - int n, k; - for (n = 0; n < 256; n++) { - c = (unsigned long) n; - for (k = 0; k < 8; k++) { - if (c & 1) { - c = 0xedb88320L ^ (c >> 1); - } else { - c = c >> 1; - } - } - crc_table[n] = c; - } - crc_table_computed = 1; - } - - /* - Update a running crc with the bytes buf[0..len-1] and return - the updated crc. The crc should be initialized to zero. Pre- and - post-conditioning (one's complement) is performed within this - function so it shouldn't be done by the caller. Usage example: - - unsigned long crc = 0L; - - while (read_buffer(buffer, length) != EOF) { - crc = update_crc(crc, buffer, length); - } - if (crc != original_crc) error(); - */ - unsigned long update_crc(unsigned long crc, - unsigned char *buf, int len) - { - unsigned long c = crc ^ 0xffffffffL; - int n; - - if (!crc_table_computed) - make_crc_table(); - for (n = 0; n < len; n++) { - c = crc_table[(c ^ buf[n]) & 0xff] ^ (c >> 8); - } - return c ^ 0xffffffffL; - } - - /* Return the CRC of the bytes buf[0..len-1]. */ - unsigned long crc(unsigned char *buf, int len) - { - return update_crc(0L, buf, len); - } - - - - -Deutsch Informational [Page 12] - diff --git a/proj-web/thirdparty/zlib-1.3.1/doc/txtvsbin.txt b/proj-web/thirdparty/zlib-1.3.1/doc/txtvsbin.txt deleted file mode 100644 index 2a901ea..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/doc/txtvsbin.txt +++ /dev/null @@ -1,107 +0,0 @@ -A Fast Method for Identifying Plain Text Files -============================================== - - -Introduction ------------- - -Given a file coming from an unknown source, it is sometimes desirable -to find out whether the format of that file is plain text. Although -this may appear like a simple task, a fully accurate detection of the -file type requires heavy-duty semantic analysis on the file contents. -It is, however, possible to obtain satisfactory results by employing -various heuristics. - -Previous versions of PKZip and other zip-compatible compression tools -were using a crude detection scheme: if more than 80% (4/5) of the bytes -found in a certain buffer are within the range [7..127], the file is -labeled as plain text, otherwise it is labeled as binary. A prominent -limitation of this scheme is the restriction to Latin-based alphabets. -Other alphabets, like Greek, Cyrillic or Asian, make extensive use of -the bytes within the range [128..255], and texts using these alphabets -are most often misidentified by this scheme; in other words, the rate -of false negatives is sometimes too high, which means that the recall -is low. Another weakness of this scheme is a reduced precision, due to -the false positives that may occur when binary files containing large -amounts of textual characters are misidentified as plain text. - -In this article we propose a new, simple detection scheme that features -a much increased precision and a near-100% recall. This scheme is -designed to work on ASCII, Unicode and other ASCII-derived alphabets, -and it handles single-byte encodings (ISO-8859, MacRoman, KOI8, etc.) -and variable-sized encodings (ISO-2022, UTF-8, etc.). Wider encodings -(UCS-2/UTF-16 and UCS-4/UTF-32) are not handled, however. - - -The Algorithm -------------- - -The algorithm works by dividing the set of bytecodes [0..255] into three -categories: -- The allow list of textual bytecodes: - 9 (TAB), 10 (LF), 13 (CR), 32 (SPACE) to 255. -- The gray list of tolerated bytecodes: - 7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB), 27 (ESC). -- The block list of undesired, non-textual bytecodes: - 0 (NUL) to 6, 14 to 31. - -If a file contains at least one byte that belongs to the allow list and -no byte that belongs to the block list, then the file is categorized as -plain text; otherwise, it is categorized as binary. (The boundary case, -when the file is empty, automatically falls into the latter category.) - - -Rationale ---------- - -The idea behind this algorithm relies on two observations. - -The first observation is that, although the full range of 7-bit codes -[0..127] is properly specified by the ASCII standard, most control -characters in the range [0..31] are not used in practice. The only -widely-used, almost universally-portable control codes are 9 (TAB), -10 (LF) and 13 (CR). There are a few more control codes that are -recognized on a reduced range of platforms and text viewers/editors: -7 (BEL), 8 (BS), 11 (VT), 12 (FF), 26 (SUB) and 27 (ESC); but these -codes are rarely (if ever) used alone, without being accompanied by -some printable text. Even the newer, portable text formats such as -XML avoid using control characters outside the list mentioned here. - -The second observation is that most of the binary files tend to contain -control characters, especially 0 (NUL). Even though the older text -detection schemes observe the presence of non-ASCII codes from the range -[128..255], the precision rarely has to suffer if this upper range is -labeled as textual, because the files that are genuinely binary tend to -contain both control characters and codes from the upper range. On the -other hand, the upper range needs to be labeled as textual, because it -is used by virtually all ASCII extensions. In particular, this range is -used for encoding non-Latin scripts. - -Since there is no counting involved, other than simply observing the -presence or the absence of some byte values, the algorithm produces -consistent results, regardless what alphabet encoding is being used. -(If counting were involved, it could be possible to obtain different -results on a text encoded, say, using ISO-8859-16 versus UTF-8.) - -There is an extra category of plain text files that are "polluted" with -one or more block-listed codes, either by mistake or by peculiar design -considerations. In such cases, a scheme that tolerates a small fraction -of block-listed codes would provide an increased recall (i.e. more true -positives). This, however, incurs a reduced precision overall, since -false positives are more likely to appear in binary files that contain -large chunks of textual data. Furthermore, "polluted" plain text should -be regarded as binary by general-purpose text detection schemes, because -general-purpose text processing algorithms might not be applicable. -Under this premise, it is safe to say that our detection method provides -a near-100% recall. - -Experiments have been run on many files coming from various platforms -and applications. We tried plain text files, system logs, source code, -formatted office documents, compiled object code, etc. The results -confirm the optimistic assumptions about the capabilities of this -algorithm. - - --- -Cosmin Truta -Last updated: 2006-May-28 diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/README.examples b/proj-web/thirdparty/zlib-1.3.1/examples/README.examples deleted file mode 100644 index e3a4b88..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/README.examples +++ /dev/null @@ -1,54 +0,0 @@ -This directory contains examples of the use of zlib and other relevant -programs and documentation. - -enough.c - calculation and justification of ENOUGH parameter in inftrees.h - - calculates the maximum table space used in inflate tree - construction over all possible Huffman codes - -fitblk.c - compress just enough input to nearly fill a requested output size - - zlib isn't designed to do this, but fitblk does it anyway - -gun.c - uncompress a gzip file - - illustrates the use of inflateBack() for high speed file-to-file - decompression using call-back functions - - is approximately twice as fast as gzip -d - - also provides Unix uncompress functionality, again twice as fast - -gzappend.c - append to a gzip file - - illustrates the use of the Z_BLOCK flush parameter for inflate() - - illustrates the use of deflatePrime() to start at any bit - -gzjoin.c - join gzip files without recalculating the crc or recompressing - - illustrates the use of the Z_BLOCK flush parameter for inflate() - - illustrates the use of crc32_combine() - -gzlog.c -gzlog.h - efficiently and robustly maintain a message log file in gzip format - - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(), - and deflateSetDictionary() - - illustrates use of a gzip header extra field - -gznorm.c - normalize a gzip file by combining members into a single member - - demonstrates how to concatenate deflate streams using Z_BLOCK - -zlib_how.html - painfully comprehensive description of zpipe.c (see below) - - describes in excruciating detail the use of deflate() and inflate() - -zpipe.c - reads and writes zlib streams from stdin to stdout - - illustrates the proper use of deflate() and inflate() - - deeply commented in zlib_how.html (see above) - -zran.c -zran.h - index a zlib or gzip stream and randomly access it - - illustrates the use of Z_BLOCK, inflatePrime(), and - inflateSetDictionary() to provide random access diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/enough.c b/proj-web/thirdparty/zlib-1.3.1/examples/enough.c deleted file mode 100644 index 8a3cade..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/enough.c +++ /dev/null @@ -1,597 +0,0 @@ -/* enough.c -- determine the maximum size of inflate's Huffman code tables over - * all possible valid and complete prefix codes, subject to a length limit. - * Copyright (C) 2007, 2008, 2012, 2018 Mark Adler - * Version 1.5 5 August 2018 Mark Adler - */ - -/* Version history: - 1.0 3 Jan 2007 First version (derived from codecount.c version 1.4) - 1.1 4 Jan 2007 Use faster incremental table usage computation - Prune examine() search on previously visited states - 1.2 5 Jan 2007 Comments clean up - As inflate does, decrease root for short codes - Refuse cases where inflate would increase root - 1.3 17 Feb 2008 Add argument for initial root table size - Fix bug for initial root table size == max - 1 - Use a macro to compute the history index - 1.4 18 Aug 2012 Avoid shifts more than bits in type (caused endless loop!) - Clean up comparisons of different types - Clean up code indentation - 1.5 5 Aug 2018 Clean up code style, formatting, and comments - Show all the codes for the maximum, and only the maximum - */ - -/* - Examine all possible prefix codes for a given number of symbols and a - maximum code length in bits to determine the maximum table size for zlib's - inflate. Only complete prefix codes are counted. - - Two codes are considered distinct if the vectors of the number of codes per - length are not identical. So permutations of the symbol assignments result - in the same code for the counting, as do permutations of the assignments of - the bit values to the codes (i.e. only canonical codes are counted). - - We build a code from shorter to longer lengths, determining how many symbols - are coded at each length. At each step, we have how many symbols remain to - be coded, what the last code length used was, and how many bit patterns of - that length remain unused. Then we add one to the code length and double the - number of unused patterns to graduate to the next code length. We then - assign all portions of the remaining symbols to that code length that - preserve the properties of a correct and eventually complete code. Those - properties are: we cannot use more bit patterns than are available; and when - all the symbols are used, there are exactly zero possible bit patterns left - unused. - - The inflate Huffman decoding algorithm uses two-level lookup tables for - speed. There is a single first-level table to decode codes up to root bits - in length (root == 9 for literal/length codes and root == 6 for distance - codes, in the current inflate implementation). The base table has 1 << root - entries and is indexed by the next root bits of input. Codes shorter than - root bits have replicated table entries, so that the correct entry is - pointed to regardless of the bits that follow the short code. If the code is - longer than root bits, then the table entry points to a second-level table. - The size of that table is determined by the longest code with that root-bit - prefix. If that longest code has length len, then the table has size 1 << - (len - root), to index the remaining bits in that set of codes. Each - subsequent root-bit prefix then has its own sub-table. The total number of - table entries required by the code is calculated incrementally as the number - of codes at each bit length is populated. When all of the codes are shorter - than root bits, then root is reduced to the longest code length, resulting - in a single, smaller, one-level table. - - The inflate algorithm also provides for small values of root (relative to - the log2 of the number of symbols), where the shortest code has more bits - than root. In that case, root is increased to the length of the shortest - code. This program, by design, does not handle that case, so it is verified - that the number of symbols is less than 1 << (root + 1). - - In order to speed up the examination (by about ten orders of magnitude for - the default arguments), the intermediate states in the build-up of a code - are remembered and previously visited branches are pruned. The memory - required for this will increase rapidly with the total number of symbols and - the maximum code length in bits. However this is a very small price to pay - for the vast speedup. - - First, all of the possible prefix codes are counted, and reachable - intermediate states are noted by a non-zero count in a saved-results array. - Second, the intermediate states that lead to (root + 1) bit or longer codes - are used to look at all sub-codes from those junctures for their inflate - memory usage. (The amount of memory used is not affected by the number of - codes of root bits or less in length.) Third, the visited states in the - construction of those sub-codes and the associated calculation of the table - size is recalled in order to avoid recalculating from the same juncture. - Beginning the code examination at (root + 1) bit codes, which is enabled by - identifying the reachable nodes, accounts for about six of the orders of - magnitude of improvement for the default arguments. About another four - orders of magnitude come from not revisiting previous states. Out of - approximately 2x10^16 possible prefix codes, only about 2x10^6 sub-codes - need to be examined to cover all of the possible table memory usage cases - for the default arguments of 286 symbols limited to 15-bit codes. - - Note that the uintmax_t type is used for counting. It is quite easy to - exceed the capacity of an eight-byte integer with a large number of symbols - and a large maximum code length, so multiple-precision arithmetic would need - to replace the integer arithmetic in that case. This program will abort if - an overflow occurs. The big_t type identifies where the counting takes - place. - - The uintmax_t type is also used for calculating the number of possible codes - remaining at the maximum length. This limits the maximum code length to the - number of bits in a long long minus the number of bits needed to represent - the symbols in a flat code. The code_t type identifies where the bit-pattern - counting takes place. - */ - -#include -#include -#include -#include -#include -#include - -#define local static - -// Special data types. -typedef uintmax_t big_t; // type for code counting -#define PRIbig "ju" // printf format for big_t -typedef uintmax_t code_t; // type for bit pattern counting -struct tab { // type for been-here check - size_t len; // allocated length of bit vector in octets - char *vec; // allocated bit vector -}; - -/* The array for saving results, num[], is indexed with this triplet: - - syms: number of symbols remaining to code - left: number of available bit patterns at length len - len: number of bits in the codes currently being assigned - - Those indices are constrained thusly when saving results: - - syms: 3..totsym (totsym == total symbols to code) - left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6) - len: 1..max - 1 (max == maximum code length in bits) - - syms == 2 is not saved since that immediately leads to a single code. left - must be even, since it represents the number of available bit patterns at - the current length, which is double the number at the previous length. left - ends at syms-1 since left == syms immediately results in a single code. - (left > sym is not allowed since that would result in an incomplete code.) - len is less than max, since the code completes immediately when len == max. - - The offset into the array is calculated for the three indices with the first - one (syms) being outermost, and the last one (len) being innermost. We build - the array with length max-1 lists for the len index, with syms-3 of those - for each symbol. There are totsym-2 of those, with each one varying in - length as a function of sym. See the calculation of index in map() for the - index, and the calculation of size in main() for the size of the array. - - For the deflate example of 286 symbols limited to 15-bit codes, the array - has 284,284 entries, taking up 2.17 MB for an 8-byte big_t. More than half - of the space allocated for saved results is actually used -- not all - possible triplets are reached in the generation of valid prefix codes. - */ - -/* The array for tracking visited states, done[], is itself indexed identically - to the num[] array as described above for the (syms, left, len) triplet. - Each element in the array is further indexed by the (mem, rem) doublet, - where mem is the amount of inflate table space used so far, and rem is the - remaining unused entries in the current inflate sub-table. Each indexed - element is simply one bit indicating whether the state has been visited or - not. Since the ranges for mem and rem are not known a priori, each bit - vector is of a variable size, and grows as needed to accommodate the visited - states. mem and rem are used to calculate a single index in a triangular - array. Since the range of mem is expected in the default case to be about - ten times larger than the range of rem, the array is skewed to reduce the - memory usage, with eight times the range for mem than for rem. See the - calculations for offset and bit in been_here() for the details. - - For the deflate example of 286 symbols limited to 15-bit codes, the bit - vectors grow to total 5.5 MB, in addition to the 4.3 MB done array itself. - */ - -// Type for a variable-length, allocated string. -typedef struct { - char *str; // pointer to allocated string - size_t size; // size of allocation - size_t len; // length of string, not including terminating zero -} string_t; - -// Clear a string_t. -local void string_clear(string_t *s) { - s->str[0] = 0; - s->len = 0; -} - -// Initialize a string_t. -local void string_init(string_t *s) { - s->size = 16; - s->str = malloc(s->size); - assert(s->str != NULL && "out of memory"); - string_clear(s); -} - -// Release the allocation of a string_t. -local void string_free(string_t *s) { - free(s->str); - s->str = NULL; - s->size = 0; - s->len = 0; -} - -// Save the results of printf with fmt and the subsequent argument list to s. -// Each call appends to s. The allocated space for s is increased as needed. -local void string_printf(string_t *s, char *fmt, ...) { - va_list ap; - va_start(ap, fmt); - size_t len = s->len; - int ret = vsnprintf(s->str + len, s->size - len, fmt, ap); - assert(ret >= 0 && "out of memory"); - s->len += ret; - if (s->size < s->len + 1) { - do { - s->size <<= 1; - assert(s->size != 0 && "overflow"); - } while (s->size < s->len + 1); - s->str = realloc(s->str, s->size); - assert(s->str != NULL && "out of memory"); - vsnprintf(s->str + len, s->size - len, fmt, ap); - } - va_end(ap); -} - -// Globals to avoid propagating constants or constant pointers recursively. -struct { - int max; // maximum allowed bit length for the codes - int root; // size of base code table in bits - int large; // largest code table so far - size_t size; // number of elements in num and done - big_t tot; // total number of codes with maximum tables size - string_t out; // display of subcodes for maximum tables size - int *code; // number of symbols assigned to each bit length - big_t *num; // saved results array for code counting - struct tab *done; // states already evaluated array -} g; - -// Index function for num[] and done[]. -local inline size_t map(int syms, int left, int len) { - return ((size_t)((syms - 1) >> 1) * ((syms - 2) >> 1) + - (left >> 1) - 1) * (g.max - 1) + - len - 1; -} - -// Free allocated space in globals. -local void cleanup(void) { - if (g.done != NULL) { - for (size_t n = 0; n < g.size; n++) - if (g.done[n].len) - free(g.done[n].vec); - g.size = 0; - free(g.done); g.done = NULL; - } - free(g.num); g.num = NULL; - free(g.code); g.code = NULL; - string_free(&g.out); -} - -// Return the number of possible prefix codes using bit patterns of lengths len -// through max inclusive, coding syms symbols, with left bit patterns of length -// len unused -- return -1 if there is an overflow in the counting. Keep a -// record of previous results in num to prevent repeating the same calculation. -local big_t count(int syms, int left, int len) { - // see if only one possible code - if (syms == left) - return 1; - - // note and verify the expected state - assert(syms > left && left > 0 && len < g.max); - - // see if we've done this one already - size_t index = map(syms, left, len); - big_t got = g.num[index]; - if (got) - return got; // we have -- return the saved result - - // we need to use at least this many bit patterns so that the code won't be - // incomplete at the next length (more bit patterns than symbols) - int least = (left << 1) - syms; - if (least < 0) - least = 0; - - // we can use at most this many bit patterns, lest there not be enough - // available for the remaining symbols at the maximum length (if there were - // no limit to the code length, this would become: most = left - 1) - int most = (((code_t)left << (g.max - len)) - syms) / - (((code_t)1 << (g.max - len)) - 1); - - // count all possible codes from this juncture and add them up - big_t sum = 0; - for (int use = least; use <= most; use++) { - got = count(syms - use, (left - use) << 1, len + 1); - sum += got; - if (got == (big_t)-1 || sum < got) // overflow - return (big_t)-1; - } - - // verify that all recursive calls are productive - assert(sum != 0); - - // save the result and return it - g.num[index] = sum; - return sum; -} - -// Return true if we've been here before, set to true if not. Set a bit in a -// bit vector to indicate visiting this state. Each (syms,len,left) state has a -// variable size bit vector indexed by (mem,rem). The bit vector is lengthened -// as needed to allow setting the (mem,rem) bit. -local int been_here(int syms, int left, int len, int mem, int rem) { - // point to vector for (syms,left,len), bit in vector for (mem,rem) - size_t index = map(syms, left, len); - mem -= 1 << g.root; // mem always includes the root table - mem >>= 1; // mem and rem are always even - rem >>= 1; - size_t offset = (mem >> 3) + rem; - offset = ((offset * (offset + 1)) >> 1) + rem; - int bit = 1 << (mem & 7); - - // see if we've been here - size_t length = g.done[index].len; - if (offset < length && (g.done[index].vec[offset] & bit) != 0) - return 1; // done this! - - // we haven't been here before -- set the bit to show we have now - - // see if we need to lengthen the vector in order to set the bit - if (length <= offset) { - // if we have one already, enlarge it, zero out the appended space - char *vector; - if (length) { - do { - length <<= 1; - } while (length <= offset); - vector = realloc(g.done[index].vec, length); - assert(vector != NULL && "out of memory"); - memset(vector + g.done[index].len, 0, length - g.done[index].len); - } - - // otherwise we need to make a new vector and zero it out - else { - length = 16; - while (length <= offset) - length <<= 1; - vector = calloc(length, 1); - assert(vector != NULL && "out of memory"); - } - - // install the new vector - g.done[index].len = length; - g.done[index].vec = vector; - } - - // set the bit - g.done[index].vec[offset] |= bit; - return 0; -} - -// Examine all possible codes from the given node (syms, len, left). Compute -// the amount of memory required to build inflate's decoding tables, where the -// number of code structures used so far is mem, and the number remaining in -// the current sub-table is rem. -local void examine(int syms, int left, int len, int mem, int rem) { - // see if we have a complete code - if (syms == left) { - // set the last code entry - g.code[len] = left; - - // complete computation of memory used by this code - while (rem < left) { - left -= rem; - rem = 1 << (len - g.root); - mem += rem; - } - assert(rem == left); - - // if this is at the maximum, show the sub-code - if (mem >= g.large) { - // if this is a new maximum, update the maximum and clear out the - // printed sub-codes from the previous maximum - if (mem > g.large) { - g.large = mem; - string_clear(&g.out); - } - - // compute the starting state for this sub-code - syms = 0; - left = 1 << g.max; - for (int bits = g.max; bits > g.root; bits--) { - syms += g.code[bits]; - left -= g.code[bits]; - assert((left & 1) == 0); - left >>= 1; - } - - // print the starting state and the resulting sub-code to g.out - string_printf(&g.out, "<%u, %u, %u>:", - syms, g.root + 1, ((1 << g.root) - left) << 1); - for (int bits = g.root + 1; bits <= g.max; bits++) - if (g.code[bits]) - string_printf(&g.out, " %d[%d]", g.code[bits], bits); - string_printf(&g.out, "\n"); - } - - // remove entries as we drop back down in the recursion - g.code[len] = 0; - return; - } - - // prune the tree if we can - if (been_here(syms, left, len, mem, rem)) - return; - - // we need to use at least this many bit patterns so that the code won't be - // incomplete at the next length (more bit patterns than symbols) - int least = (left << 1) - syms; - if (least < 0) - least = 0; - - // we can use at most this many bit patterns, lest there not be enough - // available for the remaining symbols at the maximum length (if there were - // no limit to the code length, this would become: most = left - 1) - int most = (((code_t)left << (g.max - len)) - syms) / - (((code_t)1 << (g.max - len)) - 1); - - // occupy least table spaces, creating new sub-tables as needed - int use = least; - while (rem < use) { - use -= rem; - rem = 1 << (len - g.root); - mem += rem; - } - rem -= use; - - // examine codes from here, updating table space as we go - for (use = least; use <= most; use++) { - g.code[len] = use; - examine(syms - use, (left - use) << 1, len + 1, - mem + (rem ? 1 << (len - g.root) : 0), rem << 1); - if (rem == 0) { - rem = 1 << (len - g.root); - mem += rem; - } - rem--; - } - - // remove entries as we drop back down in the recursion - g.code[len] = 0; -} - -// Look at all sub-codes starting with root + 1 bits. Look at only the valid -// intermediate code states (syms, left, len). For each completed code, -// calculate the amount of memory required by inflate to build the decoding -// tables. Find the maximum amount of memory required and show the codes that -// require that maximum. -local void enough(int syms) { - // clear code - for (int n = 0; n <= g.max; n++) - g.code[n] = 0; - - // look at all (root + 1) bit and longer codes - string_clear(&g.out); // empty saved results - g.large = 1 << g.root; // base table - if (g.root < g.max) // otherwise, there's only a base table - for (int n = 3; n <= syms; n++) - for (int left = 2; left < n; left += 2) { - // look at all reachable (root + 1) bit nodes, and the - // resulting codes (complete at root + 2 or more) - size_t index = map(n, left, g.root + 1); - if (g.root + 1 < g.max && g.num[index]) // reachable node - examine(n, left, g.root + 1, 1 << g.root, 0); - - // also look at root bit codes with completions at root + 1 - // bits (not saved in num, since complete), just in case - if (g.num[index - 1] && n <= left << 1) - examine((n - left) << 1, (n - left) << 1, g.root + 1, - 1 << g.root, 0); - } - - // done - printf("maximum of %d table entries for root = %d\n", g.large, g.root); - fputs(g.out.str, stdout); -} - -// Examine and show the total number of possible prefix codes for a given -// maximum number of symbols, initial root table size, and maximum code length -// in bits -- those are the command arguments in that order. The default values -// are 286, 9, and 15 respectively, for the deflate literal/length code. The -// possible codes are counted for each number of coded symbols from two to the -// maximum. The counts for each of those and the total number of codes are -// shown. The maximum number of inflate table entries is then calculated across -// all possible codes. Each new maximum number of table entries and the -// associated sub-code (starting at root + 1 == 10 bits) is shown. -// -// To count and examine prefix codes that are not length-limited, provide a -// maximum length equal to the number of symbols minus one. -// -// For the deflate literal/length code, use "enough". For the deflate distance -// code, use "enough 30 6". -int main(int argc, char **argv) { - // set up globals for cleanup() - g.code = NULL; - g.num = NULL; - g.done = NULL; - string_init(&g.out); - - // get arguments -- default to the deflate literal/length code - int syms = 286; - g.root = 9; - g.max = 15; - if (argc > 1) { - syms = atoi(argv[1]); - if (argc > 2) { - g.root = atoi(argv[2]); - if (argc > 3) - g.max = atoi(argv[3]); - } - } - if (argc > 4 || syms < 2 || g.root < 1 || g.max < 1) { - fputs("invalid arguments, need: [sym >= 2 [root >= 1 [max >= 1]]]\n", - stderr); - return 1; - } - - // if not restricting the code length, the longest is syms - 1 - if (g.max > syms - 1) - g.max = syms - 1; - - // determine the number of bits in a code_t - int bits = 0; - for (code_t word = 1; word; word <<= 1) - bits++; - - // make sure that the calculation of most will not overflow - if (g.max > bits || (code_t)(syms - 2) >= ((code_t)-1 >> (g.max - 1))) { - fputs("abort: code length too long for internal types\n", stderr); - return 1; - } - - // reject impossible code requests - if ((code_t)(syms - 1) > ((code_t)1 << g.max) - 1) { - fprintf(stderr, "%d symbols cannot be coded in %d bits\n", - syms, g.max); - return 1; - } - - // allocate code vector - g.code = calloc(g.max + 1, sizeof(int)); - assert(g.code != NULL && "out of memory"); - - // determine size of saved results array, checking for overflows, - // allocate and clear the array (set all to zero with calloc()) - if (syms == 2) // iff max == 1 - g.num = NULL; // won't be saving any results - else { - g.size = syms >> 1; - int n = (syms - 1) >> 1; - assert(g.size <= (size_t)-1 / n && "overflow"); - g.size *= n; - n = g.max - 1; - assert(g.size <= (size_t)-1 / n && "overflow"); - g.size *= n; - g.num = calloc(g.size, sizeof(big_t)); - assert(g.num != NULL && "out of memory"); - } - - // count possible codes for all numbers of symbols, add up counts - big_t sum = 0; - for (int n = 2; n <= syms; n++) { - big_t got = count(n, 2, 1); - sum += got; - assert(got != (big_t)-1 && sum >= got && "overflow"); - } - printf("%"PRIbig" total codes for 2 to %d symbols", sum, syms); - if (g.max < syms - 1) - printf(" (%d-bit length limit)\n", g.max); - else - puts(" (no length limit)"); - - // allocate and clear done array for been_here() - if (syms == 2) - g.done = NULL; - else { - g.done = calloc(g.size, sizeof(struct tab)); - assert(g.done != NULL && "out of memory"); - } - - // find and show maximum inflate table usage - if (g.root > g.max) // reduce root to max length - g.root = g.max; - if ((code_t)syms < ((code_t)1 << (g.root + 1))) - enough(syms); - else - fputs("cannot handle minimum code lengths > root", stderr); - - // done - cleanup(); - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/fitblk.c b/proj-web/thirdparty/zlib-1.3.1/examples/fitblk.c deleted file mode 100644 index 723dc00..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/fitblk.c +++ /dev/null @@ -1,233 +0,0 @@ -/* fitblk.c: example of fitting compressed output to a specified size - Not copyrighted -- provided to the public domain - Version 1.1 25 November 2004 Mark Adler */ - -/* Version history: - 1.0 24 Nov 2004 First version - 1.1 25 Nov 2004 Change deflateInit2() to deflateInit() - Use fixed-size, stack-allocated raw buffers - Simplify code moving compression to subroutines - Use assert() for internal errors - Add detailed description of approach - */ - -/* Approach to just fitting a requested compressed size: - - fitblk performs three compression passes on a portion of the input - data in order to determine how much of that input will compress to - nearly the requested output block size. The first pass generates - enough deflate blocks to produce output to fill the requested - output size plus a specified excess amount (see the EXCESS define - below). The last deflate block may go quite a bit past that, but - is discarded. The second pass decompresses and recompresses just - the compressed data that fit in the requested plus excess sized - buffer. The deflate process is terminated after that amount of - input, which is less than the amount consumed on the first pass. - The last deflate block of the result will be of a comparable size - to the final product, so that the header for that deflate block and - the compression ratio for that block will be about the same as in - the final product. The third compression pass decompresses the - result of the second step, but only the compressed data up to the - requested size minus an amount to allow the compressed stream to - complete (see the MARGIN define below). That will result in a - final compressed stream whose length is less than or equal to the - requested size. Assuming sufficient input and a requested size - greater than a few hundred bytes, the shortfall will typically be - less than ten bytes. - - If the input is short enough that the first compression completes - before filling the requested output size, then that compressed - stream is return with no recompression. - - EXCESS is chosen to be just greater than the shortfall seen in a - two pass approach similar to the above. That shortfall is due to - the last deflate block compressing more efficiently with a smaller - header on the second pass. EXCESS is set to be large enough so - that there is enough uncompressed data for the second pass to fill - out the requested size, and small enough so that the final deflate - block of the second pass will be close in size to the final deflate - block of the third and final pass. MARGIN is chosen to be just - large enough to assure that the final compression has enough room - to complete in all cases. - */ - -#include -#include -#include -#include "zlib.h" - -#define local static - -/* print nastygram and leave */ -local void quit(char *why) -{ - fprintf(stderr, "fitblk abort: %s\n", why); - exit(1); -} - -#define RAWLEN 4096 /* intermediate uncompressed buffer size */ - -/* compress from file to def until provided buffer is full or end of - input reached; return last deflate() return value, or Z_ERRNO if - there was read error on the file */ -local int partcompress(FILE *in, z_streamp def) -{ - int ret, flush; - unsigned char raw[RAWLEN]; - - flush = Z_NO_FLUSH; - do { - def->avail_in = fread(raw, 1, RAWLEN, in); - if (ferror(in)) - return Z_ERRNO; - def->next_in = raw; - if (feof(in)) - flush = Z_FINISH; - ret = deflate(def, flush); - assert(ret != Z_STREAM_ERROR); - } while (def->avail_out != 0 && flush == Z_NO_FLUSH); - return ret; -} - -/* recompress from inf's input to def's output; the input for inf and - the output for def are set in those structures before calling; - return last deflate() return value, or Z_MEM_ERROR if inflate() - was not able to allocate enough memory when it needed to */ -local int recompress(z_streamp inf, z_streamp def) -{ - int ret, flush; - unsigned char raw[RAWLEN]; - - flush = Z_NO_FLUSH; - do { - /* decompress */ - inf->avail_out = RAWLEN; - inf->next_out = raw; - ret = inflate(inf, Z_NO_FLUSH); - assert(ret != Z_STREAM_ERROR && ret != Z_DATA_ERROR && - ret != Z_NEED_DICT); - if (ret == Z_MEM_ERROR) - return ret; - - /* compress what was decompressed until done or no room */ - def->avail_in = RAWLEN - inf->avail_out; - def->next_in = raw; - if (inf->avail_out != 0) - flush = Z_FINISH; - ret = deflate(def, flush); - assert(ret != Z_STREAM_ERROR); - } while (ret != Z_STREAM_END && def->avail_out != 0); - return ret; -} - -#define EXCESS 256 /* empirically determined stream overage */ -#define MARGIN 8 /* amount to back off for completion */ - -/* compress from stdin to fixed-size block on stdout */ -int main(int argc, char **argv) -{ - int ret; /* return code */ - unsigned size; /* requested fixed output block size */ - unsigned have; /* bytes written by deflate() call */ - unsigned char *blk; /* intermediate and final stream */ - unsigned char *tmp; /* close to desired size stream */ - z_stream def, inf; /* zlib deflate and inflate states */ - - /* get requested output size */ - if (argc != 2) - quit("need one argument: size of output block"); - ret = strtol(argv[1], argv + 1, 10); - if (argv[1][0] != 0) - quit("argument must be a number"); - if (ret < 8) /* 8 is minimum zlib stream size */ - quit("need positive size of 8 or greater"); - size = (unsigned)ret; - - /* allocate memory for buffers and compression engine */ - blk = malloc(size + EXCESS); - def.zalloc = Z_NULL; - def.zfree = Z_NULL; - def.opaque = Z_NULL; - ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); - if (ret != Z_OK || blk == NULL) - quit("out of memory"); - - /* compress from stdin until output full, or no more input */ - def.avail_out = size + EXCESS; - def.next_out = blk; - ret = partcompress(stdin, &def); - if (ret == Z_ERRNO) - quit("error reading input"); - - /* if it all fit, then size was undersubscribed -- done! */ - if (ret == Z_STREAM_END && def.avail_out >= EXCESS) { - /* write block to stdout */ - have = size + EXCESS - def.avail_out; - if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) - quit("error writing output"); - - /* clean up and print results to stderr */ - ret = deflateEnd(&def); - assert(ret != Z_STREAM_ERROR); - free(blk); - fprintf(stderr, - "%u bytes unused out of %u requested (all input)\n", - size - have, size); - return 0; - } - - /* it didn't all fit -- set up for recompression */ - inf.zalloc = Z_NULL; - inf.zfree = Z_NULL; - inf.opaque = Z_NULL; - inf.avail_in = 0; - inf.next_in = Z_NULL; - ret = inflateInit(&inf); - tmp = malloc(size + EXCESS); - if (ret != Z_OK || tmp == NULL) - quit("out of memory"); - ret = deflateReset(&def); - assert(ret != Z_STREAM_ERROR); - - /* do first recompression close to the right amount */ - inf.avail_in = size + EXCESS; - inf.next_in = blk; - def.avail_out = size + EXCESS; - def.next_out = tmp; - ret = recompress(&inf, &def); - if (ret == Z_MEM_ERROR) - quit("out of memory"); - - /* set up for next recompression */ - ret = inflateReset(&inf); - assert(ret != Z_STREAM_ERROR); - ret = deflateReset(&def); - assert(ret != Z_STREAM_ERROR); - - /* do second and final recompression (third compression) */ - inf.avail_in = size - MARGIN; /* assure stream will complete */ - inf.next_in = tmp; - def.avail_out = size; - def.next_out = blk; - ret = recompress(&inf, &def); - if (ret == Z_MEM_ERROR) - quit("out of memory"); - assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */ - - /* done -- write block to stdout */ - have = size - def.avail_out; - if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) - quit("error writing output"); - - /* clean up and print results to stderr */ - free(tmp); - ret = inflateEnd(&inf); - assert(ret != Z_STREAM_ERROR); - ret = deflateEnd(&def); - assert(ret != Z_STREAM_ERROR); - free(blk); - fprintf(stderr, - "%u bytes unused out of %u requested (%lu input)\n", - size - have, size, def.total_in); - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/gun.c b/proj-web/thirdparty/zlib-1.3.1/examples/gun.c deleted file mode 100644 index bea5497..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/gun.c +++ /dev/null @@ -1,702 +0,0 @@ -/* gun.c -- simple gunzip to give an example of the use of inflateBack() - * Copyright (C) 2003, 2005, 2008, 2010, 2012 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - Version 1.7 12 August 2012 Mark Adler */ - -/* Version history: - 1.0 16 Feb 2003 First version for testing of inflateBack() - 1.1 21 Feb 2005 Decompress concatenated gzip streams - Remove use of "this" variable (C++ keyword) - Fix return value for in() - Improve allocation failure checking - Add typecasting for void * structures - Add -h option for command version and usage - Add a bunch of comments - 1.2 20 Mar 2005 Add Unix compress (LZW) decompression - Copy file attributes from input file to output file - 1.3 12 Jun 2005 Add casts for error messages [Oberhumer] - 1.4 8 Dec 2006 LZW decompression speed improvements - 1.5 9 Feb 2008 Avoid warning in latest version of gcc - 1.6 17 Jan 2010 Avoid signed/unsigned comparison warnings - 1.7 12 Aug 2012 Update for z_const usage in zlib 1.2.8 - */ - -/* - gun [ -t ] [ name ... ] - - decompresses the data in the named gzip files. If no arguments are given, - gun will decompress from stdin to stdout. The names must end in .gz, -gz, - .z, -z, _z, or .Z. The uncompressed data will be written to a file name - with the suffix stripped. On success, the original file is deleted. On - failure, the output file is deleted. For most failures, the command will - continue to process the remaining names on the command line. A memory - allocation failure will abort the command. If -t is specified, then the - listed files or stdin will be tested as gzip files for integrity (without - checking for a proper suffix), no output will be written, and no files - will be deleted. - - Like gzip, gun allows concatenated gzip streams and will decompress them, - writing all of the uncompressed data to the output. Unlike gzip, gun allows - an empty file on input, and will produce no error writing an empty output - file. - - gun will also decompress files made by Unix compress, which uses LZW - compression. These files are automatically detected by virtue of their - magic header bytes. Since the end of Unix compress stream is marked by the - end-of-file, they cannot be concatenated. If a Unix compress stream is - encountered in an input file, it is the last stream in that file. - - Like gunzip and uncompress, the file attributes of the original compressed - file are maintained in the final uncompressed file, to the extent that the - user permissions allow it. - - On my Mac OS X PowerPC G4, gun is almost twice as fast as gunzip (version - 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the - LZW decompression provided by gun is about twice as fast as the standard - Unix uncompress command. - */ - -/* external functions and related types and constants */ -#include /* fprintf() */ -#include /* malloc(), free() */ -#include /* strerror(), strcmp(), strlen(), memcpy() */ -#include /* errno */ -#include /* open() */ -#include /* read(), write(), close(), chown(), unlink() */ -#include -#include /* stat(), chmod() */ -#include /* utime() */ -#include "zlib.h" /* inflateBackInit(), inflateBack(), */ - /* inflateBackEnd(), crc32() */ - -/* function declaration */ -#define local static - -/* buffer constants */ -#define SIZE 32768U /* input and output buffer sizes */ -#define PIECE 16384 /* limits i/o chunks for 16-bit int case */ - -/* structure for infback() to pass to input function in() -- it maintains the - input file and a buffer of size SIZE */ -struct ind { - int infile; - unsigned char *inbuf; -}; - -/* Load input buffer, assumed to be empty, and return bytes loaded and a - pointer to them. read() is called until the buffer is full, or until it - returns end-of-file or error. Return 0 on error. */ -local unsigned in(void *in_desc, z_const unsigned char **buf) -{ - int ret; - unsigned len; - unsigned char *next; - struct ind *me = (struct ind *)in_desc; - - next = me->inbuf; - *buf = next; - len = 0; - do { - ret = PIECE; - if ((unsigned)ret > SIZE - len) - ret = (int)(SIZE - len); - ret = (int)read(me->infile, next, ret); - if (ret == -1) { - len = 0; - break; - } - next += ret; - len += ret; - } while (ret != 0 && len < SIZE); - return len; -} - -/* structure for infback() to pass to output function out() -- it maintains the - output file, a running CRC-32 check on the output and the total number of - bytes output, both for checking against the gzip trailer. (The length in - the gzip trailer is stored modulo 2^32, so it's ok if a long is 32 bits and - the output is greater than 4 GB.) */ -struct outd { - int outfile; - int check; /* true if checking crc and total */ - unsigned long crc; - unsigned long total; -}; - -/* Write output buffer and update the CRC-32 and total bytes written. write() - is called until all of the output is written or an error is encountered. - On success out() returns 0. For a write failure, out() returns 1. If the - output file descriptor is -1, then nothing is written. - */ -local int out(void *out_desc, unsigned char *buf, unsigned len) -{ - int ret; - struct outd *me = (struct outd *)out_desc; - - if (me->check) { - me->crc = crc32(me->crc, buf, len); - me->total += len; - } - if (me->outfile != -1) - do { - ret = PIECE; - if ((unsigned)ret > len) - ret = (int)len; - ret = (int)write(me->outfile, buf, ret); - if (ret == -1) - return 1; - buf += ret; - len -= ret; - } while (len != 0); - return 0; -} - -/* next input byte macro for use inside lunpipe() and gunpipe() */ -#define NEXT() (have ? 0 : (have = in(indp, &next)), \ - last = have ? (have--, (int)(*next++)) : -1) - -/* memory for gunpipe() and lunpipe() -- - the first 256 entries of prefix[] and suffix[] are never used, could - have offset the index, but it's faster to waste the memory */ -unsigned char inbuf[SIZE]; /* input buffer */ -unsigned char outbuf[SIZE]; /* output buffer */ -unsigned short prefix[65536]; /* index to LZW prefix string */ -unsigned char suffix[65536]; /* one-character LZW suffix */ -unsigned char match[65280 + 2]; /* buffer for reversed match or gzip - 32K sliding window */ - -/* throw out what's left in the current bits byte buffer (this is a vestigial - aspect of the compressed data format derived from an implementation that - made use of a special VAX machine instruction!) */ -#define FLUSHCODE() \ - do { \ - left = 0; \ - rem = 0; \ - if (chunk > have) { \ - chunk -= have; \ - have = 0; \ - if (NEXT() == -1) \ - break; \ - chunk--; \ - if (chunk > have) { \ - chunk = have = 0; \ - break; \ - } \ - } \ - have -= chunk; \ - next += chunk; \ - chunk = 0; \ - } while (0) - -/* Decompress a compress (LZW) file from indp to outfile. The compress magic - header (two bytes) has already been read and verified. There are have bytes - of buffered input at next. strm is used for passing error information back - to gunpipe(). - - lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of - file, read error, or write error (a write error indicated by strm->next_in - not equal to Z_NULL), or Z_DATA_ERROR for invalid input. - */ -local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, - int outfile, z_stream *strm) -{ - int last; /* last byte read by NEXT(), or -1 if EOF */ - unsigned chunk; /* bytes left in current chunk */ - int left; /* bits left in rem */ - unsigned rem; /* unused bits from input */ - int bits; /* current bits per code */ - unsigned code; /* code, table traversal index */ - unsigned mask; /* mask for current bits codes */ - int max; /* maximum bits per code for this stream */ - unsigned flags; /* compress flags, then block compress flag */ - unsigned end; /* last valid entry in prefix/suffix tables */ - unsigned temp; /* current code */ - unsigned prev; /* previous code */ - unsigned final; /* last character written for previous code */ - unsigned stack; /* next position for reversed string */ - unsigned outcnt; /* bytes in output buffer */ - struct outd outd; /* output structure */ - unsigned char *p; - - /* set up output */ - outd.outfile = outfile; - outd.check = 0; - - /* process remainder of compress header -- a flags byte */ - flags = NEXT(); - if (last == -1) - return Z_BUF_ERROR; - if (flags & 0x60) { - strm->msg = (char *)"unknown lzw flags set"; - return Z_DATA_ERROR; - } - max = flags & 0x1f; - if (max < 9 || max > 16) { - strm->msg = (char *)"lzw bits out of range"; - return Z_DATA_ERROR; - } - if (max == 9) /* 9 doesn't really mean 9 */ - max = 10; - flags &= 0x80; /* true if block compress */ - - /* clear table */ - bits = 9; - mask = 0x1ff; - end = flags ? 256 : 255; - - /* set up: get first 9-bit code, which is the first decompressed byte, but - don't create a table entry until the next code */ - if (NEXT() == -1) /* no compressed data is ok */ - return Z_OK; - final = prev = (unsigned)last; /* low 8 bits of code */ - if (NEXT() == -1) /* missing a bit */ - return Z_BUF_ERROR; - if (last & 1) { /* code must be < 256 */ - strm->msg = (char *)"invalid lzw code"; - return Z_DATA_ERROR; - } - rem = (unsigned)last >> 1; /* remaining 7 bits */ - left = 7; - chunk = bits - 2; /* 7 bytes left in this chunk */ - outbuf[0] = (unsigned char)final; /* write first decompressed byte */ - outcnt = 1; - - /* decode codes */ - stack = 0; - for (;;) { - /* if the table will be full after this, increment the code size */ - if (end >= mask && bits < max) { - FLUSHCODE(); - bits++; - mask <<= 1; - mask++; - } - - /* get a code of length bits */ - if (chunk == 0) /* decrement chunk modulo bits */ - chunk = bits; - code = rem; /* low bits of code */ - if (NEXT() == -1) { /* EOF is end of compressed data */ - /* write remaining buffered output */ - if (outcnt && out(&outd, outbuf, outcnt)) { - strm->next_in = outbuf; /* signal write error */ - return Z_BUF_ERROR; - } - return Z_OK; - } - code += (unsigned)last << left; /* middle (or high) bits of code */ - left += 8; - chunk--; - if (bits > left) { /* need more bits */ - if (NEXT() == -1) /* can't end in middle of code */ - return Z_BUF_ERROR; - code += (unsigned)last << left; /* high bits of code */ - left += 8; - chunk--; - } - code &= mask; /* mask to current code length */ - left -= bits; /* number of unused bits */ - rem = (unsigned)last >> (8 - left); /* unused bits from last byte */ - - /* process clear code (256) */ - if (code == 256 && flags) { - FLUSHCODE(); - bits = 9; /* initialize bits and mask */ - mask = 0x1ff; - end = 255; /* empty table */ - continue; /* get next code */ - } - - /* special code to reuse last match */ - temp = code; /* save the current code */ - if (code > end) { - /* Be picky on the allowed code here, and make sure that the code - we drop through (prev) will be a valid index so that random - input does not cause an exception. The code != end + 1 check is - empirically derived, and not checked in the original uncompress - code. If this ever causes a problem, that check could be safely - removed. Leaving this check in greatly improves gun's ability - to detect random or corrupted input after a compress header. - In any case, the prev > end check must be retained. */ - if (code != end + 1 || prev > end) { - strm->msg = (char *)"invalid lzw code"; - return Z_DATA_ERROR; - } - match[stack++] = (unsigned char)final; - code = prev; - } - - /* walk through linked list to generate output in reverse order */ - p = match + stack; - while (code >= 256) { - *p++ = suffix[code]; - code = prefix[code]; - } - stack = p - match; - match[stack++] = (unsigned char)code; - final = code; - - /* link new table entry */ - if (end < mask) { - end++; - prefix[end] = (unsigned short)prev; - suffix[end] = (unsigned char)final; - } - - /* set previous code for next iteration */ - prev = temp; - - /* write output in forward order */ - while (stack > SIZE - outcnt) { - while (outcnt < SIZE) - outbuf[outcnt++] = match[--stack]; - if (out(&outd, outbuf, outcnt)) { - strm->next_in = outbuf; /* signal write error */ - return Z_BUF_ERROR; - } - outcnt = 0; - } - p = match + stack; - do { - outbuf[outcnt++] = *--p; - } while (p > match); - stack = 0; - - /* loop for next code with final and prev as the last match, rem and - left provide the first 0..7 bits of the next code, end is the last - valid table entry */ - } -} - -/* Decompress a gzip file from infile to outfile. strm is assumed to have been - successfully initialized with inflateBackInit(). The input file may consist - of a series of gzip streams, in which case all of them will be decompressed - to the output file. If outfile is -1, then the gzip stream(s) integrity is - checked and nothing is written. - - The return value is a zlib error code: Z_MEM_ERROR if out of memory, - Z_DATA_ERROR if the header or the compressed data is invalid, or if the - trailer CRC-32 check or length doesn't match, Z_BUF_ERROR if the input ends - prematurely or a write error occurs, or Z_ERRNO if junk (not a another gzip - stream) follows a valid gzip stream. - */ -local int gunpipe(z_stream *strm, int infile, int outfile) -{ - int ret, first, last; - unsigned have, flags, len; - z_const unsigned char *next = NULL; - struct ind ind, *indp; - struct outd outd; - - /* setup input buffer */ - ind.infile = infile; - ind.inbuf = inbuf; - indp = &ind; - - /* decompress concatenated gzip streams */ - have = 0; /* no input data read in yet */ - first = 1; /* looking for first gzip header */ - strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */ - for (;;) { - /* look for the two magic header bytes for a gzip stream */ - if (NEXT() == -1) { - ret = Z_OK; - break; /* empty gzip stream is ok */ - } - if (last != 31 || (NEXT() != 139 && last != 157)) { - strm->msg = (char *)"incorrect header check"; - ret = first ? Z_DATA_ERROR : Z_ERRNO; - break; /* not a gzip or compress header */ - } - first = 0; /* next non-header is junk */ - - /* process a compress (LZW) file -- can't be concatenated after this */ - if (last == 157) { - ret = lunpipe(have, next, indp, outfile, strm); - break; - } - - /* process remainder of gzip header */ - ret = Z_BUF_ERROR; - if (NEXT() != 8) { /* only deflate method allowed */ - if (last == -1) break; - strm->msg = (char *)"unknown compression method"; - ret = Z_DATA_ERROR; - break; - } - flags = NEXT(); /* header flags */ - NEXT(); /* discard mod time, xflgs, os */ - NEXT(); - NEXT(); - NEXT(); - NEXT(); - NEXT(); - if (last == -1) break; - if (flags & 0xe0) { - strm->msg = (char *)"unknown header flags set"; - ret = Z_DATA_ERROR; - break; - } - if (flags & 4) { /* extra field */ - len = NEXT(); - len += (unsigned)(NEXT()) << 8; - if (last == -1) break; - while (len > have) { - len -= have; - have = 0; - if (NEXT() == -1) break; - len--; - } - if (last == -1) break; - have -= len; - next += len; - } - if (flags & 8) /* file name */ - while (NEXT() != 0 && last != -1) - ; - if (flags & 16) /* comment */ - while (NEXT() != 0 && last != -1) - ; - if (flags & 2) { /* header crc */ - NEXT(); - NEXT(); - } - if (last == -1) break; - - /* set up output */ - outd.outfile = outfile; - outd.check = 1; - outd.crc = crc32(0L, Z_NULL, 0); - outd.total = 0; - - /* decompress data to output */ - strm->next_in = next; - strm->avail_in = have; - ret = inflateBack(strm, in, indp, out, &outd); - if (ret != Z_STREAM_END) break; - next = strm->next_in; - have = strm->avail_in; - strm->next_in = Z_NULL; /* so Z_BUF_ERROR means EOF */ - - /* check trailer */ - ret = Z_BUF_ERROR; - if (NEXT() != (int)(outd.crc & 0xff) || - NEXT() != (int)((outd.crc >> 8) & 0xff) || - NEXT() != (int)((outd.crc >> 16) & 0xff) || - NEXT() != (int)((outd.crc >> 24) & 0xff)) { - /* crc error */ - if (last != -1) { - strm->msg = (char *)"incorrect data check"; - ret = Z_DATA_ERROR; - } - break; - } - if (NEXT() != (int)(outd.total & 0xff) || - NEXT() != (int)((outd.total >> 8) & 0xff) || - NEXT() != (int)((outd.total >> 16) & 0xff) || - NEXT() != (int)((outd.total >> 24) & 0xff)) { - /* length error */ - if (last != -1) { - strm->msg = (char *)"incorrect length check"; - ret = Z_DATA_ERROR; - } - break; - } - - /* go back and look for another gzip stream */ - } - - /* clean up and return */ - return ret; -} - -/* Copy file attributes, from -> to, as best we can. This is best effort, so - no errors are reported. The mode bits, including suid, sgid, and the sticky - bit are copied (if allowed), the owner's user id and group id are copied - (again if allowed), and the access and modify times are copied. */ -local void copymeta(char *from, char *to) -{ - struct stat was; - struct utimbuf when; - - /* get all of from's Unix meta data, return if not a regular file */ - if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG) - return; - - /* set to's mode bits, ignore errors */ - (void)chmod(to, was.st_mode & 07777); - - /* copy owner's user and group, ignore errors */ - (void)chown(to, was.st_uid, was.st_gid); - - /* copy access and modify times, ignore errors */ - when.actime = was.st_atime; - when.modtime = was.st_mtime; - (void)utime(to, &when); -} - -/* Decompress the file inname to the file outnname, of if test is true, just - decompress without writing and check the gzip trailer for integrity. If - inname is NULL or an empty string, read from stdin. If outname is NULL or - an empty string, write to stdout. strm is a pre-initialized inflateBack - structure. When appropriate, copy the file attributes from inname to - outname. - - gunzip() returns 1 if there is an out-of-memory error or an unexpected - return code from gunpipe(). Otherwise it returns 0. - */ -local int gunzip(z_stream *strm, char *inname, char *outname, int test) -{ - int ret; - int infile, outfile; - - /* open files */ - if (inname == NULL || *inname == 0) { - inname = "-"; - infile = 0; /* stdin */ - } - else { - infile = open(inname, O_RDONLY, 0); - if (infile == -1) { - fprintf(stderr, "gun cannot open %s\n", inname); - return 0; - } - } - if (test) - outfile = -1; - else if (outname == NULL || *outname == 0) { - outname = "-"; - outfile = 1; /* stdout */ - } - else { - outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); - if (outfile == -1) { - close(infile); - fprintf(stderr, "gun cannot create %s\n", outname); - return 0; - } - } - errno = 0; - - /* decompress */ - ret = gunpipe(strm, infile, outfile); - if (outfile > 2) close(outfile); - if (infile > 2) close(infile); - - /* interpret result */ - switch (ret) { - case Z_OK: - case Z_ERRNO: - if (infile > 2 && outfile > 2) { - copymeta(inname, outname); /* copy attributes */ - unlink(inname); - } - if (ret == Z_ERRNO) - fprintf(stderr, "gun warning: trailing garbage ignored in %s\n", - inname); - break; - case Z_DATA_ERROR: - if (outfile > 2) unlink(outname); - fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg); - break; - case Z_MEM_ERROR: - if (outfile > 2) unlink(outname); - fprintf(stderr, "gun out of memory error--aborting\n"); - return 1; - case Z_BUF_ERROR: - if (outfile > 2) unlink(outname); - if (strm->next_in != Z_NULL) { - fprintf(stderr, "gun write error on %s: %s\n", - outname, strerror(errno)); - } - else if (errno) { - fprintf(stderr, "gun read error on %s: %s\n", - inname, strerror(errno)); - } - else { - fprintf(stderr, "gun unexpected end of file on %s\n", - inname); - } - break; - default: - if (outfile > 2) unlink(outname); - fprintf(stderr, "gun internal error--aborting\n"); - return 1; - } - return 0; -} - -/* Process the gun command line arguments. See the command syntax near the - beginning of this source file. */ -int main(int argc, char **argv) -{ - int ret, len, test; - char *outname; - unsigned char *window; - z_stream strm; - - /* initialize inflateBack state for repeated use */ - window = match; /* reuse LZW match buffer */ - strm.zalloc = Z_NULL; - strm.zfree = Z_NULL; - strm.opaque = Z_NULL; - ret = inflateBackInit(&strm, 15, window); - if (ret != Z_OK) { - fprintf(stderr, "gun out of memory error--aborting\n"); - return 1; - } - - /* decompress each file to the same name with the suffix removed */ - argc--; - argv++; - test = 0; - if (argc && strcmp(*argv, "-h") == 0) { - fprintf(stderr, "gun 1.6 (17 Jan 2010)\n"); - fprintf(stderr, "Copyright (C) 2003-2010 Mark Adler\n"); - fprintf(stderr, "usage: gun [-t] [file1.gz [file2.Z ...]]\n"); - return 0; - } - if (argc && strcmp(*argv, "-t") == 0) { - test = 1; - argc--; - argv++; - } - if (argc) - do { - if (test) - outname = NULL; - else { - len = (int)strlen(*argv); - if (strcmp(*argv + len - 3, ".gz") == 0 || - strcmp(*argv + len - 3, "-gz") == 0) - len -= 3; - else if (strcmp(*argv + len - 2, ".z") == 0 || - strcmp(*argv + len - 2, "-z") == 0 || - strcmp(*argv + len - 2, "_z") == 0 || - strcmp(*argv + len - 2, ".Z") == 0) - len -= 2; - else { - fprintf(stderr, "gun error: no gz type on %s--skipping\n", - *argv); - continue; - } - outname = malloc(len + 1); - if (outname == NULL) { - fprintf(stderr, "gun out of memory error--aborting\n"); - ret = 1; - break; - } - memcpy(outname, *argv, len); - outname[len] = 0; - } - ret = gunzip(&strm, *argv, outname, test); - if (outname != NULL) free(outname); - if (ret) break; - } while (argv++, --argc); - else - ret = gunzip(&strm, NULL, NULL, test); - - /* clean up */ - inflateBackEnd(&strm); - return ret; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/gzappend.c b/proj-web/thirdparty/zlib-1.3.1/examples/gzappend.c deleted file mode 100644 index 23e93cf..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/gzappend.c +++ /dev/null @@ -1,504 +0,0 @@ -/* gzappend -- command to append to a gzip file - - Copyright (C) 2003, 2012 Mark Adler, all rights reserved - version 1.2, 11 Oct 2012 - - This software is provided 'as-is', without any express or implied - warranty. In no event will the author be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Mark Adler madler@alumni.caltech.edu - */ - -/* - * Change history: - * - * 1.0 19 Oct 2003 - First version - * 1.1 4 Nov 2003 - Expand and clarify some comments and notes - * - Add version and copyright to help - * - Send help to stdout instead of stderr - * - Add some preemptive typecasts - * - Add L to constants in lseek() calls - * - Remove some debugging information in error messages - * - Use new data_type definition for zlib 1.2.1 - * - Simplify and unify file operations - * - Finish off gzip file in gztack() - * - Use deflatePrime() instead of adding empty blocks - * - Keep gzip file clean on appended file read errors - * - Use in-place rotate instead of auxiliary buffer - * (Why you ask? Because it was fun to write!) - * 1.2 11 Oct 2012 - Fix for proper z_const usage - * - Check for input buffer malloc failure - */ - -/* - gzappend takes a gzip file and appends to it, compressing files from the - command line or data from stdin. The gzip file is written to directly, to - avoid copying that file, in case it's large. Note that this results in the - unfriendly behavior that if gzappend fails, the gzip file is corrupted. - - This program was written to illustrate the use of the new Z_BLOCK option of - zlib 1.2.x's inflate() function. This option returns from inflate() at each - block boundary to facilitate locating and modifying the last block bit at - the start of the final deflate block. Also whether using Z_BLOCK or not, - another required feature of zlib 1.2.x is that inflate() now provides the - number of unused bits in the last input byte used. gzappend will not work - with versions of zlib earlier than 1.2.1. - - gzappend first decompresses the gzip file internally, discarding all but - the last 32K of uncompressed data, and noting the location of the last block - bit and the number of unused bits in the last byte of the compressed data. - The gzip trailer containing the CRC-32 and length of the uncompressed data - is verified. This trailer will be later overwritten. - - Then the last block bit is cleared by seeking back in the file and rewriting - the byte that contains it. Seeking forward, the last byte of the compressed - data is saved along with the number of unused bits to initialize deflate. - - A deflate process is initialized, using the last 32K of the uncompressed - data from the gzip file to initialize the dictionary. If the total - uncompressed data was less than 32K, then all of it is used to initialize - the dictionary. The deflate output bit buffer is also initialized with the - last bits from the original deflate stream. From here on, the data to - append is simply compressed using deflate, and written to the gzip file. - When that is complete, the new CRC-32 and uncompressed length are written - as the trailer of the gzip file. - */ - -#include -#include -#include -#include -#include -#include "zlib.h" - -#define local static -#define LGCHUNK 14 -#define CHUNK (1U << LGCHUNK) -#define DSIZE 32768U - -/* print an error message and terminate with extreme prejudice */ -local void bye(char *msg1, char *msg2) -{ - fprintf(stderr, "gzappend error: %s%s\n", msg1, msg2); - exit(1); -} - -/* return the greatest common divisor of a and b using Euclid's algorithm, - modified to be fast when one argument much greater than the other, and - coded to avoid unnecessary swapping */ -local unsigned gcd(unsigned a, unsigned b) -{ - unsigned c; - - while (a && b) - if (a > b) { - c = b; - while (a - c >= c) - c <<= 1; - a -= c; - } - else { - c = a; - while (b - c >= c) - c <<= 1; - b -= c; - } - return a + b; -} - -/* rotate list[0..len-1] left by rot positions, in place */ -local void rotate(unsigned char *list, unsigned len, unsigned rot) -{ - unsigned char tmp; - unsigned cycles; - unsigned char *start, *last, *to, *from; - - /* normalize rot and handle degenerate cases */ - if (len < 2) return; - if (rot >= len) rot %= len; - if (rot == 0) return; - - /* pointer to last entry in list */ - last = list + (len - 1); - - /* do simple left shift by one */ - if (rot == 1) { - tmp = *list; - memmove(list, list + 1, len - 1); - *last = tmp; - return; - } - - /* do simple right shift by one */ - if (rot == len - 1) { - tmp = *last; - memmove(list + 1, list, len - 1); - *list = tmp; - return; - } - - /* otherwise do rotate as a set of cycles in place */ - cycles = gcd(len, rot); /* number of cycles */ - do { - start = from = list + cycles; /* start index is arbitrary */ - tmp = *from; /* save entry to be overwritten */ - for (;;) { - to = from; /* next step in cycle */ - from += rot; /* go right rot positions */ - if (from > last) from -= len; /* (pointer better not wrap) */ - if (from == start) break; /* all but one shifted */ - *to = *from; /* shift left */ - } - *to = tmp; /* complete the circle */ - } while (--cycles); -} - -/* structure for gzip file read operations */ -typedef struct { - int fd; /* file descriptor */ - int size; /* 1 << size is bytes in buf */ - unsigned left; /* bytes available at next */ - unsigned char *buf; /* buffer */ - z_const unsigned char *next; /* next byte in buffer */ - char *name; /* file name for error messages */ -} file; - -/* reload buffer */ -local int readin(file *in) -{ - int len; - - len = read(in->fd, in->buf, 1 << in->size); - if (len == -1) bye("error reading ", in->name); - in->left = (unsigned)len; - in->next = in->buf; - return len; -} - -/* read from file in, exit if end-of-file */ -local int readmore(file *in) -{ - if (readin(in) == 0) bye("unexpected end of ", in->name); - return 0; -} - -#define read1(in) (in->left == 0 ? readmore(in) : 0, \ - in->left--, *(in->next)++) - -/* skip over n bytes of in */ -local void skip(file *in, unsigned n) -{ - unsigned bypass; - - if (n > in->left) { - n -= in->left; - bypass = n & ~((1U << in->size) - 1); - if (bypass) { - if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) - bye("seeking ", in->name); - n -= bypass; - } - readmore(in); - if (n > in->left) - bye("unexpected end of ", in->name); - } - in->left -= n; - in->next += n; -} - -/* read a four-byte unsigned integer, little-endian, from in */ -unsigned long read4(file *in) -{ - unsigned long val; - - val = read1(in); - val += (unsigned)read1(in) << 8; - val += (unsigned long)read1(in) << 16; - val += (unsigned long)read1(in) << 24; - return val; -} - -/* skip over gzip header */ -local void gzheader(file *in) -{ - int flags; - unsigned n; - - if (read1(in) != 31 || read1(in) != 139) bye(in->name, " not a gzip file"); - if (read1(in) != 8) bye("unknown compression method in", in->name); - flags = read1(in); - if (flags & 0xe0) bye("unknown header flags set in", in->name); - skip(in, 6); - if (flags & 4) { - n = read1(in); - n += (unsigned)(read1(in)) << 8; - skip(in, n); - } - if (flags & 8) while (read1(in) != 0) ; - if (flags & 16) while (read1(in) != 0) ; - if (flags & 2) skip(in, 2); -} - -/* decompress gzip file "name", return strm with a deflate stream ready to - continue compression of the data in the gzip file, and return a file - descriptor pointing to where to write the compressed data -- the deflate - stream is initialized to compress using level "level" */ -local int gzscan(char *name, z_stream *strm, int level) -{ - int ret, lastbit, left, full; - unsigned have; - unsigned long crc, tot; - unsigned char *window; - off_t lastoff, end; - file gz; - - /* open gzip file */ - gz.name = name; - gz.fd = open(name, O_RDWR, 0); - if (gz.fd == -1) bye("cannot open ", name); - gz.buf = malloc(CHUNK); - if (gz.buf == NULL) bye("out of memory", ""); - gz.size = LGCHUNK; - gz.left = 0; - - /* skip gzip header */ - gzheader(&gz); - - /* prepare to decompress */ - window = malloc(DSIZE); - if (window == NULL) bye("out of memory", ""); - strm->zalloc = Z_NULL; - strm->zfree = Z_NULL; - strm->opaque = Z_NULL; - ret = inflateInit2(strm, -15); - if (ret != Z_OK) bye("out of memory", " or library mismatch"); - - /* decompress the deflate stream, saving append information */ - lastbit = 0; - lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left; - left = 0; - strm->avail_in = gz.left; - strm->next_in = gz.next; - crc = crc32(0L, Z_NULL, 0); - have = full = 0; - do { - /* if needed, get more input */ - if (strm->avail_in == 0) { - readmore(&gz); - strm->avail_in = gz.left; - strm->next_in = gz.next; - } - - /* set up output to next available section of sliding window */ - strm->avail_out = DSIZE - have; - strm->next_out = window + have; - - /* inflate and check for errors */ - ret = inflate(strm, Z_BLOCK); - if (ret == Z_STREAM_ERROR) bye("internal stream error!", ""); - if (ret == Z_MEM_ERROR) bye("out of memory", ""); - if (ret == Z_DATA_ERROR) - bye("invalid compressed data--format violated in", name); - - /* update crc and sliding window pointer */ - crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); - if (strm->avail_out) - have = DSIZE - strm->avail_out; - else { - have = 0; - full = 1; - } - - /* process end of block */ - if (strm->data_type & 128) { - if (strm->data_type & 64) - left = strm->data_type & 0x1f; - else { - lastbit = strm->data_type & 0x1f; - lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in; - } - } - } while (ret != Z_STREAM_END); - inflateEnd(strm); - gz.left = strm->avail_in; - gz.next = strm->next_in; - - /* save the location of the end of the compressed data */ - end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left; - - /* check gzip trailer and save total for deflate */ - if (crc != read4(&gz)) - bye("invalid compressed data--crc mismatch in ", name); - tot = strm->total_out; - if ((tot & 0xffffffffUL) != read4(&gz)) - bye("invalid compressed data--length mismatch in", name); - - /* if not at end of file, warn */ - if (gz.left || readin(&gz)) - fprintf(stderr, - "gzappend warning: junk at end of gzip file overwritten\n"); - - /* clear last block bit */ - lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); - if (read(gz.fd, gz.buf, 1) != 1) bye("reading after seek on ", name); - *gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 - lastbit) & 7))); - lseek(gz.fd, -1L, SEEK_CUR); - if (write(gz.fd, gz.buf, 1) != 1) bye("writing after seek to ", name); - - /* if window wrapped, build dictionary from window by rotating */ - if (full) { - rotate(window, DSIZE, have); - have = DSIZE; - } - - /* set up deflate stream with window, crc, total_in, and leftover bits */ - ret = deflateInit2(strm, level, Z_DEFLATED, -15, 8, Z_DEFAULT_STRATEGY); - if (ret != Z_OK) bye("out of memory", ""); - deflateSetDictionary(strm, window, have); - strm->adler = crc; - strm->total_in = tot; - if (left) { - lseek(gz.fd, --end, SEEK_SET); - if (read(gz.fd, gz.buf, 1) != 1) bye("reading after seek on ", name); - deflatePrime(strm, 8 - left, *gz.buf); - } - lseek(gz.fd, end, SEEK_SET); - - /* clean up and return */ - free(window); - free(gz.buf); - return gz.fd; -} - -/* append file "name" to gzip file gd using deflate stream strm -- if last - is true, then finish off the deflate stream at the end */ -local void gztack(char *name, int gd, z_stream *strm, int last) -{ - int fd, len, ret; - unsigned left; - unsigned char *in, *out; - - /* open file to compress and append */ - fd = 0; - if (name != NULL) { - fd = open(name, O_RDONLY, 0); - if (fd == -1) - fprintf(stderr, "gzappend warning: %s not found, skipping ...\n", - name); - } - - /* allocate buffers */ - in = malloc(CHUNK); - out = malloc(CHUNK); - if (in == NULL || out == NULL) bye("out of memory", ""); - - /* compress input file and append to gzip file */ - do { - /* get more input */ - len = read(fd, in, CHUNK); - if (len == -1) { - fprintf(stderr, - "gzappend warning: error reading %s, skipping rest ...\n", - name); - len = 0; - } - strm->avail_in = (unsigned)len; - strm->next_in = in; - if (len) strm->adler = crc32(strm->adler, in, (unsigned)len); - - /* compress and write all available output */ - do { - strm->avail_out = CHUNK; - strm->next_out = out; - ret = deflate(strm, last && len == 0 ? Z_FINISH : Z_NO_FLUSH); - left = CHUNK - strm->avail_out; - while (left) { - len = write(gd, out + CHUNK - strm->avail_out - left, left); - if (len == -1) bye("writing gzip file", ""); - left -= (unsigned)len; - } - } while (strm->avail_out == 0 && ret != Z_STREAM_END); - } while (len != 0); - - /* write trailer after last entry */ - if (last) { - deflateEnd(strm); - out[0] = (unsigned char)(strm->adler); - out[1] = (unsigned char)(strm->adler >> 8); - out[2] = (unsigned char)(strm->adler >> 16); - out[3] = (unsigned char)(strm->adler >> 24); - out[4] = (unsigned char)(strm->total_in); - out[5] = (unsigned char)(strm->total_in >> 8); - out[6] = (unsigned char)(strm->total_in >> 16); - out[7] = (unsigned char)(strm->total_in >> 24); - len = 8; - do { - ret = write(gd, out + 8 - len, len); - if (ret == -1) bye("writing gzip file", ""); - len -= ret; - } while (len); - close(gd); - } - - /* clean up and return */ - free(out); - free(in); - if (fd > 0) close(fd); -} - -/* process the compression level option if present, scan the gzip file, and - append the specified files, or append the data from stdin if no other file - names are provided on the command line -- the gzip file must be writable - and seekable */ -int main(int argc, char **argv) -{ - int gd, level; - z_stream strm; - - /* ignore command name */ - argc--; argv++; - - /* provide usage if no arguments */ - if (*argv == NULL) { - printf( - "gzappend 1.2 (11 Oct 2012) Copyright (C) 2003, 2012 Mark Adler\n" - ); - printf( - "usage: gzappend [-level] file.gz [ addthis [ andthis ... ]]\n"); - return 0; - } - - /* set compression level */ - level = Z_DEFAULT_COMPRESSION; - if (argv[0][0] == '-') { - if (argv[0][1] < '0' || argv[0][1] > '9' || argv[0][2] != 0) - bye("invalid compression level", ""); - level = argv[0][1] - '0'; - if (*++argv == NULL) bye("no gzip file name after options", ""); - } - - /* prepare to append to gzip file */ - gd = gzscan(*argv++, &strm, level); - - /* append files on command line, or from stdin if none */ - if (*argv == NULL) - gztack(NULL, gd, &strm, 1); - else - do { - gztack(*argv, gd, &strm, argv[1] == NULL); - } while (*++argv != NULL); - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/gzjoin.c b/proj-web/thirdparty/zlib-1.3.1/examples/gzjoin.c deleted file mode 100644 index 89e8098..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/gzjoin.c +++ /dev/null @@ -1,449 +0,0 @@ -/* gzjoin -- command to join gzip files into one gzip file - - Copyright (C) 2004, 2005, 2012 Mark Adler, all rights reserved - version 1.2, 14 Aug 2012 - - This software is provided 'as-is', without any express or implied - warranty. In no event will the author be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Mark Adler madler@alumni.caltech.edu - */ - -/* - * Change history: - * - * 1.0 11 Dec 2004 - First version - * 1.1 12 Jun 2005 - Changed ssize_t to long for portability - * 1.2 14 Aug 2012 - Clean up for z_const usage - */ - -/* - gzjoin takes one or more gzip files on the command line and writes out a - single gzip file that will uncompress to the concatenation of the - uncompressed data from the individual gzip files. gzjoin does this without - having to recompress any of the data and without having to calculate a new - crc32 for the concatenated uncompressed data. gzjoin does however have to - decompress all of the input data in order to find the bits in the compressed - data that need to be modified to concatenate the streams. - - gzjoin does not do an integrity check on the input gzip files other than - checking the gzip header and decompressing the compressed data. They are - otherwise assumed to be complete and correct. - - Each joint between gzip files removes at least 18 bytes of previous trailer - and subsequent header, and inserts an average of about three bytes to the - compressed data in order to connect the streams. The output gzip file - has a minimal ten-byte gzip header with no file name or modification time. - - This program was written to illustrate the use of the Z_BLOCK option of - inflate() and the crc32_combine() function. gzjoin will not compile with - versions of zlib earlier than 1.2.3. - */ - -#include /* fputs(), fprintf(), fwrite(), putc() */ -#include /* exit(), malloc(), free() */ -#include /* open() */ -#include /* close(), read(), lseek() */ -#include "zlib.h" - /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */ - -#define local static - -/* exit with an error (return a value to allow use in an expression) */ -local int bail(char *why1, char *why2) -{ - fprintf(stderr, "gzjoin error: %s%s, output incomplete\n", why1, why2); - exit(1); - return 0; -} - -/* -- simple buffered file input with access to the buffer -- */ - -#define CHUNK 32768 /* must be a power of two and fit in unsigned */ - -/* bin buffered input file type */ -typedef struct { - char *name; /* name of file for error messages */ - int fd; /* file descriptor */ - unsigned left; /* bytes remaining at next */ - unsigned char *next; /* next byte to read */ - unsigned char *buf; /* allocated buffer of length CHUNK */ -} bin; - -/* close a buffered file and free allocated memory */ -local void bclose(bin *in) -{ - if (in != NULL) { - if (in->fd != -1) - close(in->fd); - if (in->buf != NULL) - free(in->buf); - free(in); - } -} - -/* open a buffered file for input, return a pointer to type bin, or NULL on - failure */ -local bin *bopen(char *name) -{ - bin *in; - - in = malloc(sizeof(bin)); - if (in == NULL) - return NULL; - in->buf = malloc(CHUNK); - in->fd = open(name, O_RDONLY, 0); - if (in->buf == NULL || in->fd == -1) { - bclose(in); - return NULL; - } - in->left = 0; - in->next = in->buf; - in->name = name; - return in; -} - -/* load buffer from file, return -1 on read error, 0 or 1 on success, with - 1 indicating that end-of-file was reached */ -local int bload(bin *in) -{ - long len; - - if (in == NULL) - return -1; - if (in->left != 0) - return 0; - in->next = in->buf; - do { - len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left); - if (len < 0) - return -1; - in->left += (unsigned)len; - } while (len != 0 && in->left < CHUNK); - return len == 0 ? 1 : 0; -} - -/* get a byte from the file, bail if end of file */ -#define bget(in) (in->left ? 0 : bload(in), \ - in->left ? (in->left--, *(in->next)++) : \ - bail("unexpected end of file on ", in->name)) - -/* get a four-byte little-endian unsigned integer from file */ -local unsigned long bget4(bin *in) -{ - unsigned long val; - - val = bget(in); - val += (unsigned long)(bget(in)) << 8; - val += (unsigned long)(bget(in)) << 16; - val += (unsigned long)(bget(in)) << 24; - return val; -} - -/* skip bytes in file */ -local void bskip(bin *in, unsigned skip) -{ - /* check pointer */ - if (in == NULL) - return; - - /* easy case -- skip bytes in buffer */ - if (skip <= in->left) { - in->left -= skip; - in->next += skip; - return; - } - - /* skip what's in buffer, discard buffer contents */ - skip -= in->left; - in->left = 0; - - /* seek past multiples of CHUNK bytes */ - if (skip > CHUNK) { - unsigned left; - - left = skip & (CHUNK - 1); - if (left == 0) { - /* exact number of chunks: seek all the way minus one byte to check - for end-of-file with a read */ - lseek(in->fd, skip - 1, SEEK_CUR); - if (read(in->fd, in->buf, 1) != 1) - bail("unexpected end of file on ", in->name); - return; - } - - /* skip the integral chunks, update skip with remainder */ - lseek(in->fd, skip - left, SEEK_CUR); - skip = left; - } - - /* read more input and skip remainder */ - bload(in); - if (skip > in->left) - bail("unexpected end of file on ", in->name); - in->left -= skip; - in->next += skip; -} - -/* -- end of buffered input functions -- */ - -/* skip the gzip header from file in */ -local void gzhead(bin *in) -{ - int flags; - - /* verify gzip magic header and compression method */ - if (bget(in) != 0x1f || bget(in) != 0x8b || bget(in) != 8) - bail(in->name, " is not a valid gzip file"); - - /* get and verify flags */ - flags = bget(in); - if ((flags & 0xe0) != 0) - bail("unknown reserved bits set in ", in->name); - - /* skip modification time, extra flags, and os */ - bskip(in, 6); - - /* skip extra field if present */ - if (flags & 4) { - unsigned len; - - len = bget(in); - len += (unsigned)(bget(in)) << 8; - bskip(in, len); - } - - /* skip file name if present */ - if (flags & 8) - while (bget(in) != 0) - ; - - /* skip comment if present */ - if (flags & 16) - while (bget(in) != 0) - ; - - /* skip header crc if present */ - if (flags & 2) - bskip(in, 2); -} - -/* write a four-byte little-endian unsigned integer to out */ -local void put4(unsigned long val, FILE *out) -{ - putc(val & 0xff, out); - putc((val >> 8) & 0xff, out); - putc((val >> 16) & 0xff, out); - putc((val >> 24) & 0xff, out); -} - -/* Load up zlib stream from buffered input, bail if end of file */ -local void zpull(z_streamp strm, bin *in) -{ - if (in->left == 0) - bload(in); - if (in->left == 0) - bail("unexpected end of file on ", in->name); - strm->avail_in = in->left; - strm->next_in = in->next; -} - -/* Write header for gzip file to out and initialize trailer. */ -local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) -{ - fwrite("\x1f\x8b\x08\0\0\0\0\0\0\xff", 1, 10, out); - *crc = crc32(0L, Z_NULL, 0); - *tot = 0; -} - -/* Copy the compressed data from name, zeroing the last block bit of the last - block if clr is true, and adding empty blocks as needed to get to a byte - boundary. If clr is false, then the last block becomes the last block of - the output, and the gzip trailer is written. crc and tot maintains the - crc and length (modulo 2^32) of the output for the trailer. The resulting - gzip file is written to out. gzinit() must be called before the first call - of gzcopy() to write the gzip header and to initialize crc and tot. */ -local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, - FILE *out) -{ - int ret; /* return value from zlib functions */ - int pos; /* where the "last block" bit is in byte */ - int last; /* true if processing the last block */ - bin *in; /* buffered input file */ - unsigned char *start; /* start of compressed data in buffer */ - unsigned char *junk; /* buffer for uncompressed data -- discarded */ - z_off_t len; /* length of uncompressed data (support > 4 GB) */ - z_stream strm; /* zlib inflate stream */ - - /* open gzip file and skip header */ - in = bopen(name); - if (in == NULL) - bail("could not open ", name); - gzhead(in); - - /* allocate buffer for uncompressed data and initialize raw inflate - stream */ - junk = malloc(CHUNK); - strm.zalloc = Z_NULL; - strm.zfree = Z_NULL; - strm.opaque = Z_NULL; - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit2(&strm, -15); - if (junk == NULL || ret != Z_OK) - bail("out of memory", ""); - - /* inflate and copy compressed data, clear last-block bit if requested */ - len = 0; - zpull(&strm, in); - start = in->next; - last = start[0] & 1; - if (last && clr) - start[0] &= ~1; - strm.avail_out = 0; - for (;;) { - /* if input used and output done, write used input and get more */ - if (strm.avail_in == 0 && strm.avail_out != 0) { - fwrite(start, 1, strm.next_in - start, out); - start = in->buf; - in->left = 0; - zpull(&strm, in); - } - - /* decompress -- return early when end-of-block reached */ - strm.avail_out = CHUNK; - strm.next_out = junk; - ret = inflate(&strm, Z_BLOCK); - switch (ret) { - case Z_MEM_ERROR: - bail("out of memory", ""); - case Z_DATA_ERROR: - bail("invalid compressed data in ", in->name); - } - - /* update length of uncompressed data */ - len += CHUNK - strm.avail_out; - - /* check for block boundary (only get this when block copied out) */ - if (strm.data_type & 128) { - /* if that was the last block, then done */ - if (last) - break; - - /* number of unused bits in last byte */ - pos = strm.data_type & 7; - - /* find the next last-block bit */ - if (pos != 0) { - /* next last-block bit is in last used byte */ - pos = 0x100 >> pos; - last = strm.next_in[-1] & pos; - if (last && clr) - in->buf[strm.next_in - in->buf - 1] &= ~pos; - } - else { - /* next last-block bit is in next unused byte */ - if (strm.avail_in == 0) { - /* don't have that byte yet -- get it */ - fwrite(start, 1, strm.next_in - start, out); - start = in->buf; - in->left = 0; - zpull(&strm, in); - } - last = strm.next_in[0] & 1; - if (last && clr) - in->buf[strm.next_in - in->buf] &= ~1; - } - } - } - - /* update buffer with unused input */ - in->left = strm.avail_in; - in->next = in->buf + (strm.next_in - in->buf); - - /* copy used input, write empty blocks to get to byte boundary */ - pos = strm.data_type & 7; - fwrite(start, 1, in->next - start - 1, out); - last = in->next[-1]; - if (pos == 0 || !clr) - /* already at byte boundary, or last file: write last byte */ - putc(last, out); - else { - /* append empty blocks to last byte */ - last &= ((0x100 >> pos) - 1); /* assure unused bits are zero */ - if (pos & 1) { - /* odd -- append an empty stored block */ - putc(last, out); - if (pos == 1) - putc(0, out); /* two more bits in block header */ - fwrite("\0\0\xff\xff", 1, 4, out); - } - else { - /* even -- append 1, 2, or 3 empty fixed blocks */ - switch (pos) { - case 6: - putc(last | 8, out); - last = 0; - case 4: - putc(last | 0x20, out); - last = 0; - case 2: - putc(last | 0x80, out); - putc(0, out); - } - } - } - - /* update crc and tot */ - *crc = crc32_combine(*crc, bget4(in), len); - *tot += (unsigned long)len; - - /* clean up */ - inflateEnd(&strm); - free(junk); - bclose(in); - - /* write trailer if this is the last gzip file */ - if (!clr) { - put4(*crc, out); - put4(*tot, out); - } -} - -/* join the gzip files on the command line, write result to stdout */ -int main(int argc, char **argv) -{ - unsigned long crc, tot; /* running crc and total uncompressed length */ - - /* skip command name */ - argc--; - argv++; - - /* show usage if no arguments */ - if (argc == 0) { - fputs("gzjoin usage: gzjoin f1.gz [f2.gz [f3.gz ...]] > fjoin.gz\n", - stderr); - return 0; - } - - /* join gzip files on command line and write to stdout */ - gzinit(&crc, &tot, stdout); - while (argc--) - gzcopy(*argv++, argc, &crc, &tot, stdout); - - /* done */ - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/gzlog.c b/proj-web/thirdparty/zlib-1.3.1/examples/gzlog.c deleted file mode 100644 index da1b02e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/gzlog.c +++ /dev/null @@ -1,1061 +0,0 @@ -/* - * gzlog.c - * Copyright (C) 2004, 2008, 2012, 2016, 2019 Mark Adler, all rights reserved - * For conditions of distribution and use, see copyright notice in gzlog.h - * version 2.3, 25 May 2019 - */ - -/* - gzlog provides a mechanism for frequently appending short strings to a gzip - file that is efficient both in execution time and compression ratio. The - strategy is to write the short strings in an uncompressed form to the end of - the gzip file, only compressing when the amount of uncompressed data has - reached a given threshold. - - gzlog also provides protection against interruptions in the process due to - system crashes. The status of the operation is recorded in an extra field - in the gzip file, and is only updated once the gzip file is brought to a - valid state. The last data to be appended or compressed is saved in an - auxiliary file, so that if the operation is interrupted, it can be completed - the next time an append operation is attempted. - - gzlog maintains another auxiliary file with the last 32K of data from the - compressed portion, which is preloaded for the compression of the subsequent - data. This minimizes the impact to the compression ratio of appending. - */ - -/* - Operations Concept: - - Files (log name "foo"): - foo.gz -- gzip file with the complete log - foo.add -- last message to append or last data to compress - foo.dict -- dictionary of the last 32K of data for next compression - foo.temp -- temporary dictionary file for compression after this one - foo.lock -- lock file for reading and writing the other files - foo.repairs -- log file for log file recovery operations (not compressed) - - gzip file structure: - - fixed-length (no file name) header with extra field (see below) - - compressed data ending initially with empty stored block - - uncompressed data filling out originally empty stored block and - subsequent stored blocks as needed (16K max each) - - gzip trailer - - no junk at end (no other gzip streams) - - When appending data, the information in the first three items above plus the - foo.add file are sufficient to recover an interrupted append operation. The - extra field has the necessary information to restore the start of the last - stored block and determine where to append the data in the foo.add file, as - well as the crc and length of the gzip data before the append operation. - - The foo.add file is created before the gzip file is marked for append, and - deleted after the gzip file is marked as complete. So if the append - operation is interrupted, the data to add will still be there. If due to - some external force, the foo.add file gets deleted between when the append - operation was interrupted and when recovery is attempted, the gzip file will - still be restored, but without the appended data. - - When compressing data, the information in the first two items above plus the - foo.add file are sufficient to recover an interrupted compress operation. - The extra field has the necessary information to find the end of the - compressed data, and contains both the crc and length of just the compressed - data and of the complete set of data including the contents of the foo.add - file. - - Again, the foo.add file is maintained during the compress operation in case - of an interruption. If in the unlikely event the foo.add file with the data - to be compressed is missing due to some external force, a gzip file with - just the previous compressed data will be reconstructed. In this case, all - of the data that was to be compressed is lost (approximately one megabyte). - This will not occur if all that happened was an interruption of the compress - operation. - - The third state that is marked is the replacement of the old dictionary with - the new dictionary after a compress operation. Once compression is - complete, the gzip file is marked as being in the replace state. This - completes the gzip file, so an interrupt after being so marked does not - result in recompression. Then the dictionary file is replaced, and the gzip - file is marked as completed. This state prevents the possibility of - restarting compression with the wrong dictionary file. - - All three operations are wrapped by a lock/unlock procedure. In order to - gain exclusive access to the log files, first a foo.lock file must be - exclusively created. When all operations are complete, the lock is - released by deleting the foo.lock file. If when attempting to create the - lock file, it already exists and the modify time of the lock file is more - than five minutes old (set by the PATIENCE define below), then the old - lock file is considered stale and deleted, and the exclusive creation of - the lock file is retried. To assure that there are no false assessments - of the staleness of the lock file, the operations periodically touch the - lock file to update the modified date. - - Following is the definition of the extra field with all of the information - required to enable the above append and compress operations and their - recovery if interrupted. Multi-byte values are stored little endian - (consistent with the gzip format). File pointers are eight bytes long. - The crc's and lengths for the gzip trailer are four bytes long. (Note that - the length at the end of a gzip file is used for error checking only, and - for large files is actually the length modulo 2^32.) The stored block - length is two bytes long. The gzip extra field two-byte identification is - "ap" for append. It is assumed that writing the extra field to the file is - an "atomic" operation. That is, either all of the extra field is written - to the file, or none of it is, if the operation is interrupted right at the - point of updating the extra field. This is a reasonable assumption, since - the extra field is within the first 52 bytes of the file, which is smaller - than any expected block size for a mass storage device (usually 512 bytes or - larger). - - Extra field (35 bytes): - - Pointer to first stored block length -- this points to the two-byte length - of the first stored block, which is followed by the two-byte, one's - complement of that length. The stored block length is preceded by the - three-bit header of the stored block, which is the actual start of the - stored block in the deflate format. See the bit offset field below. - - Pointer to the last stored block length. This is the same as above, but - for the last stored block of the uncompressed data in the gzip file. - Initially this is the same as the first stored block length pointer. - When the stored block gets to 16K (see the MAX_STORE define), then a new - stored block as added, at which point the last stored block length pointer - is different from the first stored block length pointer. When they are - different, the first bit of the last stored block header is eight bits, or - one byte back from the block length. - - Compressed data crc and length. This is the crc and length of the data - that is in the compressed portion of the deflate stream. These are used - only in the event that the foo.add file containing the data to compress is - lost after a compress operation is interrupted. - - Total data crc and length. This is the crc and length of all of the data - stored in the gzip file, compressed and uncompressed. It is used to - reconstruct the gzip trailer when compressing, as well as when recovering - interrupted operations. - - Final stored block length. This is used to quickly find where to append, - and allows the restoration of the original final stored block state when - an append operation is interrupted. - - First stored block start as the number of bits back from the final stored - block first length byte. This value is in the range of 3..10, and is - stored as the low three bits of the final byte of the extra field after - subtracting three (0..7). This allows the last-block bit of the stored - block header to be updated when a new stored block is added, for the case - when the first stored block and the last stored block are the same. (When - they are different, the numbers of bits back is known to be eight.) This - also allows for new compressed data to be appended to the old compressed - data in the compress operation, overwriting the previous first stored - block, or for the compressed data to be terminated and a valid gzip file - reconstructed on the off chance that a compression operation was - interrupted and the data to compress in the foo.add file was deleted. - - The operation in process. This is the next two bits in the last byte (the - bits under the mask 0x18). The are interpreted as 0: nothing in process, - 1: append in process, 2: compress in process, 3: replace in process. - - The top three bits of the last byte in the extra field are reserved and - are currently set to zero. - - Main procedure: - - Exclusively create the foo.lock file using the O_CREAT and O_EXCL modes of - the system open() call. If the modify time of an existing lock file is - more than PATIENCE seconds old, then the lock file is deleted and the - exclusive create is retried. - - Load the extra field from the foo.gz file, and see if an operation was in - progress but not completed. If so, apply the recovery procedure below. - - Perform the append procedure with the provided data. - - If the uncompressed data in the foo.gz file is 1MB or more, apply the - compress procedure. - - Delete the foo.lock file. - - Append procedure: - - Put what to append in the foo.add file so that the operation can be - restarted if this procedure is interrupted. - - Mark the foo.gz extra field with the append operation in progress. - + Restore the original last-block bit and stored block length of the last - stored block from the information in the extra field, in case a previous - append operation was interrupted. - - Append the provided data to the last stored block, creating new stored - blocks as needed and updating the stored blocks last-block bits and - lengths. - - Update the crc and length with the new data, and write the gzip trailer. - - Write over the extra field (with a single write operation) with the new - pointers, lengths, and crc's, and mark the gzip file as not in process. - Though there is still a foo.add file, it will be ignored since nothing - is in process. If a foo.add file is leftover from a previously - completed operation, it is truncated when writing new data to it. - - Delete the foo.add file. - - Compress and replace procedures: - - Read all of the uncompressed data in the stored blocks in foo.gz and write - it to foo.add. Also write foo.temp with the last 32K of that data to - provide a dictionary for the next invocation of this procedure. - - Rewrite the extra field marking foo.gz with a compression in process. - * If there is no data provided to compress (due to a missing foo.add file - when recovering), reconstruct and truncate the foo.gz file to contain - only the previous compressed data and proceed to the step after the next - one. Otherwise ... - - Compress the data with the dictionary in foo.dict, and write to the - foo.gz file starting at the bit immediately following the last previously - compressed block. If there is no foo.dict, proceed anyway with the - compression at slightly reduced efficiency. (For the foo.dict file to be - missing requires some external failure beyond simply the interruption of - a compress operation.) During this process, the foo.lock file is - periodically touched to assure that that file is not considered stale by - another process before we're done. The deflation is terminated with a - non-last empty static block (10 bits long), that is then located and - written over by a last-bit-set empty stored block. - - Append the crc and length of the data in the gzip file (previously - calculated during the append operations). - - Write over the extra field with the updated stored block offsets, bits - back, crc's, and lengths, and mark foo.gz as in process for a replacement - of the dictionary. - @ Delete the foo.add file. - - Replace foo.dict with foo.temp. - - Write over the extra field, marking foo.gz as complete. - - Recovery procedure: - - If not a replace recovery, read in the foo.add file, and provide that data - to the appropriate recovery below. If there is no foo.add file, provide - a zero data length to the recovery. In that case, the append recovery - restores the foo.gz to the previous compressed + uncompressed data state. - For the compress recovery, a missing foo.add file results in foo.gz being - restored to the previous compressed-only data state. - - Append recovery: - - Pick up append at + step above - - Compress recovery: - - Pick up compress at * step above - - Replace recovery: - - Pick up compress at @ step above - - Log the repair with a date stamp in foo.repairs - */ - -#include -#include /* rename, fopen, fprintf, fclose */ -#include /* malloc, free */ -#include /* strlen, strrchr, strcpy, strncpy, strcmp */ -#include /* open */ -#include /* lseek, read, write, close, unlink, sleep, */ - /* ftruncate, fsync */ -#include /* errno */ -#include /* time, ctime */ -#include /* stat */ -#include /* utimes */ -#include "zlib.h" /* crc32 */ - -#include "gzlog.h" /* header for external access */ - -#define local static -typedef unsigned int uint; -typedef unsigned long ulong; - -/* Macro for debugging to deterministically force recovery operations */ -#ifdef GZLOG_DEBUG - #include /* longjmp */ - jmp_buf gzlog_jump; /* where to go back to */ - int gzlog_bail = 0; /* which point to bail at (1..8) */ - int gzlog_count = -1; /* number of times through to wait */ -# define BAIL(n) do { if (n == gzlog_bail && gzlog_count-- == 0) \ - longjmp(gzlog_jump, gzlog_bail); } while (0) -#else -# define BAIL(n) -#endif - -/* how old the lock file can be in seconds before considering it stale */ -#define PATIENCE 300 - -/* maximum stored block size in Kbytes -- must be in 1..63 */ -#define MAX_STORE 16 - -/* number of stored Kbytes to trigger compression (must be >= 32 to allow - dictionary construction, and <= 204 * MAX_STORE, in order for >> 10 to - discard the stored block headers contribution of five bytes each) */ -#define TRIGGER 1024 - -/* size of a deflate dictionary (this cannot be changed) */ -#define DICT 32768U - -/* values for the operation (2 bits) */ -#define NO_OP 0 -#define APPEND_OP 1 -#define COMPRESS_OP 2 -#define REPLACE_OP 3 - -/* macros to extract little-endian integers from an unsigned byte buffer */ -#define PULL2(p) ((p)[0]+((uint)((p)[1])<<8)) -#define PULL4(p) (PULL2(p)+((ulong)PULL2(p+2)<<16)) -#define PULL8(p) (PULL4(p)+((off_t)PULL4(p+4)<<32)) - -/* macros to store integers into a byte buffer in little-endian order */ -#define PUT2(p,a) do {(p)[0]=a;(p)[1]=(a)>>8;} while(0) -#define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) -#define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0) - -/* internal structure for log information */ -#define LOGID "\106\035\172" /* should be three non-zero characters */ -struct log { - char id[4]; /* contains LOGID to detect inadvertent overwrites */ - int fd; /* file descriptor for .gz file, opened read/write */ - char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ - char *end; /* end of path, for appending suffices such as ".gz" */ - off_t first; /* offset of first stored block first length byte */ - int back; /* location of first block id in bits back from first */ - uint stored; /* bytes currently in last stored block */ - off_t last; /* offset of last stored block first length byte */ - ulong ccrc; /* crc of compressed data */ - ulong clen; /* length (modulo 2^32) of compressed data */ - ulong tcrc; /* crc of total data */ - ulong tlen; /* length (modulo 2^32) of total data */ - time_t lock; /* last modify time of our lock file */ -}; - -/* gzip header for gzlog */ -local unsigned char log_gzhead[] = { - 0x1f, 0x8b, /* magic gzip id */ - 8, /* compression method is deflate */ - 4, /* there is an extra field (no file name) */ - 0, 0, 0, 0, /* no modification time provided */ - 0, 0xff, /* no extra flags, no OS specified */ - 39, 0, 'a', 'p', 35, 0 /* extra field with "ap" subfield */ - /* 35 is EXTRA, 39 is EXTRA + 4 */ -}; - -#define HEAD sizeof(log_gzhead) /* should be 16 */ - -/* initial gzip extra field content (52 == HEAD + EXTRA + 1) */ -local unsigned char log_gzext[] = { - 52, 0, 0, 0, 0, 0, 0, 0, /* offset of first stored block length */ - 52, 0, 0, 0, 0, 0, 0, 0, /* offset of last stored block length */ - 0, 0, 0, 0, 0, 0, 0, 0, /* compressed data crc and length */ - 0, 0, 0, 0, 0, 0, 0, 0, /* total data crc and length */ - 0, 0, /* final stored block data length */ - 5 /* op is NO_OP, last bit 8 bits back */ -}; - -#define EXTRA sizeof(log_gzext) /* should be 35 */ - -/* initial gzip data and trailer */ -local unsigned char log_gzbody[] = { - 1, 0, 0, 0xff, 0xff, /* empty stored block (last) */ - 0, 0, 0, 0, /* crc */ - 0, 0, 0, 0 /* uncompressed length */ -}; - -#define BODY sizeof(log_gzbody) - -/* Exclusively create foo.lock in order to negotiate exclusive access to the - foo.* files. If the modify time of an existing lock file is greater than - PATIENCE seconds in the past, then consider the lock file to have been - abandoned, delete it, and try the exclusive create again. Save the lock - file modify time for verification of ownership. Return 0 on success, or -1 - on failure, usually due to an access restriction or invalid path. Note that - if stat() or unlink() fails, it may be due to another process noticing the - abandoned lock file a smidge sooner and deleting it, so those are not - flagged as an error. */ -local int log_lock(struct log *log) -{ - int fd; - struct stat st; - - strcpy(log->end, ".lock"); - while ((fd = open(log->path, O_CREAT | O_EXCL, 0644)) < 0) { - if (errno != EEXIST) - return -1; - if (stat(log->path, &st) == 0 && time(NULL) - st.st_mtime > PATIENCE) { - unlink(log->path); - continue; - } - sleep(2); /* relinquish the CPU for two seconds while waiting */ - } - close(fd); - if (stat(log->path, &st) == 0) - log->lock = st.st_mtime; - return 0; -} - -/* Update the modify time of the lock file to now, in order to prevent another - task from thinking that the lock is stale. Save the lock file modify time - for verification of ownership. */ -local void log_touch(struct log *log) -{ - struct stat st; - - strcpy(log->end, ".lock"); - utimes(log->path, NULL); - if (stat(log->path, &st) == 0) - log->lock = st.st_mtime; -} - -/* Check the log file modify time against what is expected. Return true if - this is not our lock. If it is our lock, touch it to keep it. */ -local int log_check(struct log *log) -{ - struct stat st; - - strcpy(log->end, ".lock"); - if (stat(log->path, &st) || st.st_mtime != log->lock) - return 1; - log_touch(log); - return 0; -} - -/* Unlock a previously acquired lock, but only if it's ours. */ -local void log_unlock(struct log *log) -{ - if (log_check(log)) - return; - strcpy(log->end, ".lock"); - unlink(log->path); - log->lock = 0; -} - -/* Check the gzip header and read in the extra field, filling in the values in - the log structure. Return op on success or -1 if the gzip header was not as - expected. op is the current operation in progress last written to the extra - field. This assumes that the gzip file has already been opened, with the - file descriptor log->fd. */ -local int log_head(struct log *log) -{ - int op; - unsigned char buf[HEAD + EXTRA]; - - if (lseek(log->fd, 0, SEEK_SET) < 0 || - read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || - memcmp(buf, log_gzhead, HEAD)) { - return -1; - } - log->first = PULL8(buf + HEAD); - log->last = PULL8(buf + HEAD + 8); - log->ccrc = PULL4(buf + HEAD + 16); - log->clen = PULL4(buf + HEAD + 20); - log->tcrc = PULL4(buf + HEAD + 24); - log->tlen = PULL4(buf + HEAD + 28); - log->stored = PULL2(buf + HEAD + 32); - log->back = 3 + (buf[HEAD + 34] & 7); - op = (buf[HEAD + 34] >> 3) & 3; - return op; -} - -/* Write over the extra field contents, marking the operation as op. Use fsync - to assure that the device is written to, and in the requested order. This - operation, and only this operation, is assumed to be atomic in order to - assure that the log is recoverable in the event of an interruption at any - point in the process. Return -1 if the write to foo.gz failed. */ -local int log_mark(struct log *log, int op) -{ - int ret; - unsigned char ext[EXTRA]; - - PUT8(ext, log->first); - PUT8(ext + 8, log->last); - PUT4(ext + 16, log->ccrc); - PUT4(ext + 20, log->clen); - PUT4(ext + 24, log->tcrc); - PUT4(ext + 28, log->tlen); - PUT2(ext + 32, log->stored); - ext[34] = log->back - 3 + (op << 3); - fsync(log->fd); - ret = lseek(log->fd, HEAD, SEEK_SET) < 0 || - write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0; - fsync(log->fd); - return ret; -} - -/* Rewrite the last block header bits and subsequent zero bits to get to a byte - boundary, setting the last block bit if last is true, and then write the - remainder of the stored block header (length and one's complement). Leave - the file pointer after the end of the last stored block data. Return -1 if - there is a read or write failure on the foo.gz file */ -local int log_last(struct log *log, int last) -{ - int back, len, mask; - unsigned char buf[6]; - - /* determine the locations of the bytes and bits to modify */ - back = log->last == log->first ? log->back : 8; - len = back > 8 ? 2 : 1; /* bytes back from log->last */ - mask = 0x80 >> ((back - 1) & 7); /* mask for block last-bit */ - - /* get the byte to modify (one or two back) into buf[0] -- don't need to - read the byte if the last-bit is eight bits back, since in that case - the entire byte will be modified */ - buf[0] = 0; - if (back != 8 && (lseek(log->fd, log->last - len, SEEK_SET) < 0 || - read(log->fd, buf, 1) != 1)) - return -1; - - /* change the last-bit of the last stored block as requested -- note - that all bits above the last-bit are set to zero, per the type bits - of a stored block being 00 and per the convention that the bits to - bring the stream to a byte boundary are also zeros */ - buf[1] = 0; - buf[2 - len] = (*buf & (mask - 1)) + (last ? mask : 0); - - /* write the modified stored block header and lengths, move the file - pointer to after the last stored block data */ - PUT2(buf + 2, log->stored); - PUT2(buf + 4, log->stored ^ 0xffff); - return lseek(log->fd, log->last - len, SEEK_SET) < 0 || - write(log->fd, buf + 2 - len, len + 4) != len + 4 || - lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; -} - -/* Append len bytes from data to the locked and open log file. len may be zero - if recovering and no .add file was found. In that case, the previous state - of the foo.gz file is restored. The data is appended uncompressed in - deflate stored blocks. Return -1 if there was an error reading or writing - the foo.gz file. */ -local int log_append(struct log *log, unsigned char *data, size_t len) -{ - uint put; - off_t end; - unsigned char buf[8]; - - /* set the last block last-bit and length, in case recovering an - interrupted append, then position the file pointer to append to the - block */ - if (log_last(log, 1)) - return -1; - - /* append, adding stored blocks and updating the offset of the last stored - block as needed, and update the total crc and length */ - while (len) { - /* append as much as we can to the last block */ - put = (MAX_STORE << 10) - log->stored; - if (put > len) - put = (uint)len; - if (put) { - if (write(log->fd, data, put) != put) - return -1; - BAIL(1); - log->tcrc = crc32(log->tcrc, data, put); - log->tlen += put; - log->stored += put; - data += put; - len -= put; - } - - /* if we need to, add a new empty stored block */ - if (len) { - /* mark current block as not last */ - if (log_last(log, 0)) - return -1; - - /* point to new, empty stored block */ - log->last += 4 + log->stored + 1; - log->stored = 0; - } - - /* mark last block as last, update its length */ - if (log_last(log, 1)) - return -1; - BAIL(2); - } - - /* write the new crc and length trailer, and truncate just in case (could - be recovering from partial append with a missing foo.add file) */ - PUT4(buf, log->tcrc); - PUT4(buf + 4, log->tlen); - if (write(log->fd, buf, 8) != 8 || - (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end)) - return -1; - - /* write the extra field, marking the log file as done, delete .add file */ - if (log_mark(log, NO_OP)) - return -1; - strcpy(log->end, ".add"); - unlink(log->path); /* ignore error, since may not exist */ - return 0; -} - -/* Replace the foo.dict file with the foo.temp file. Also delete the foo.add - file, since the compress operation may have been interrupted before that was - done. Returns 1 if memory could not be allocated, or -1 if reading or - writing foo.gz fails, or if the rename fails for some reason other than - foo.temp not existing. foo.temp not existing is a permitted error, since - the replace operation may have been interrupted after the rename is done, - but before foo.gz is marked as complete. */ -local int log_replace(struct log *log) -{ - int ret; - char *dest; - - /* delete foo.add file */ - strcpy(log->end, ".add"); - unlink(log->path); /* ignore error, since may not exist */ - BAIL(3); - - /* rename foo.name to foo.dict, replacing foo.dict if it exists */ - strcpy(log->end, ".dict"); - dest = malloc(strlen(log->path) + 1); - if (dest == NULL) - return -2; - strcpy(dest, log->path); - strcpy(log->end, ".temp"); - ret = rename(log->path, dest); - free(dest); - if (ret && errno != ENOENT) - return -1; - BAIL(4); - - /* mark the foo.gz file as done */ - return log_mark(log, NO_OP); -} - -/* Compress the len bytes at data and append the compressed data to the - foo.gz deflate data immediately after the previous compressed data. This - overwrites the previous uncompressed data, which was stored in foo.add - and is the data provided in data[0..len-1]. If this operation is - interrupted, it picks up at the start of this routine, with the foo.add - file read in again. If there is no data to compress (len == 0), then we - simply terminate the foo.gz file after the previously compressed data, - appending a final empty stored block and the gzip trailer. Return -1 if - reading or writing the log.gz file failed, or -2 if there was a memory - allocation failure. */ -local int log_compress(struct log *log, unsigned char *data, size_t len) -{ - int fd; - uint got, max; - ssize_t dict; - off_t end; - z_stream strm; - unsigned char buf[DICT]; - - /* compress and append compressed data */ - if (len) { - /* set up for deflate, allocating memory */ - strm.zalloc = Z_NULL; - strm.zfree = Z_NULL; - strm.opaque = Z_NULL; - if (deflateInit2(&strm, Z_DEFAULT_COMPRESSION, Z_DEFLATED, -15, 8, - Z_DEFAULT_STRATEGY) != Z_OK) - return -2; - - /* read in dictionary (last 32K of data that was compressed) */ - strcpy(log->end, ".dict"); - fd = open(log->path, O_RDONLY, 0); - if (fd >= 0) { - dict = read(fd, buf, DICT); - close(fd); - if (dict < 0) { - deflateEnd(&strm); - return -1; - } - if (dict) - deflateSetDictionary(&strm, buf, (uint)dict); - } - log_touch(log); - - /* prime deflate with last bits of previous block, position write - pointer to write those bits and overwrite what follows */ - if (lseek(log->fd, log->first - (log->back > 8 ? 2 : 1), - SEEK_SET) < 0 || - read(log->fd, buf, 1) != 1 || lseek(log->fd, -1, SEEK_CUR) < 0) { - deflateEnd(&strm); - return -1; - } - deflatePrime(&strm, (8 - log->back) & 7, *buf); - - /* compress, finishing with a partial non-last empty static block */ - strm.next_in = data; - max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */ - do { - strm.avail_in = len > max ? max : (uint)len; - len -= strm.avail_in; - do { - strm.avail_out = DICT; - strm.next_out = buf; - deflate(&strm, len ? Z_NO_FLUSH : Z_PARTIAL_FLUSH); - got = DICT - strm.avail_out; - if (got && write(log->fd, buf, got) != got) { - deflateEnd(&strm); - return -1; - } - log_touch(log); - } while (strm.avail_out == 0); - } while (len); - deflateEnd(&strm); - BAIL(5); - - /* find start of empty static block -- scanning backwards the first one - bit is the second bit of the block, if the last byte is zero, then - we know the byte before that has a one in the top bit, since an - empty static block is ten bits long */ - if ((log->first = lseek(log->fd, -1, SEEK_CUR)) < 0 || - read(log->fd, buf, 1) != 1) - return -1; - log->first++; - if (*buf) { - log->back = 1; - while ((*buf & ((uint)1 << (8 - log->back++))) == 0) - ; /* guaranteed to terminate, since *buf != 0 */ - } - else - log->back = 10; - - /* update compressed crc and length */ - log->ccrc = log->tcrc; - log->clen = log->tlen; - } - else { - /* no data to compress -- fix up existing gzip stream */ - log->tcrc = log->ccrc; - log->tlen = log->clen; - } - - /* complete and truncate gzip stream */ - log->last = log->first; - log->stored = 0; - PUT4(buf, log->tcrc); - PUT4(buf + 4, log->tlen); - if (log_last(log, 1) || write(log->fd, buf, 8) != 8 || - (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end)) - return -1; - BAIL(6); - - /* mark as being in the replace operation */ - if (log_mark(log, REPLACE_OP)) - return -1; - - /* execute the replace operation and mark the file as done */ - return log_replace(log); -} - -/* log a repair record to the .repairs file */ -local void log_log(struct log *log, int op, char *record) -{ - time_t now; - FILE *rec; - - now = time(NULL); - strcpy(log->end, ".repairs"); - rec = fopen(log->path, "a"); - if (rec == NULL) - return; - fprintf(rec, "%.24s %s recovery: %s\n", ctime(&now), op == APPEND_OP ? - "append" : (op == COMPRESS_OP ? "compress" : "replace"), record); - fclose(rec); - return; -} - -/* Recover the interrupted operation op. First read foo.add for recovering an - append or compress operation. Return -1 if there was an error reading or - writing foo.gz or reading an existing foo.add, or -2 if there was a memory - allocation failure. */ -local int log_recover(struct log *log, int op) -{ - int fd, ret = 0; - unsigned char *data = NULL; - size_t len = 0; - struct stat st; - - /* log recovery */ - log_log(log, op, "start"); - - /* load foo.add file if expected and present */ - if (op == APPEND_OP || op == COMPRESS_OP) { - strcpy(log->end, ".add"); - if (stat(log->path, &st) == 0 && st.st_size) { - len = (size_t)(st.st_size); - if ((off_t)len != st.st_size || - (data = malloc(st.st_size)) == NULL) { - log_log(log, op, "allocation failure"); - return -2; - } - if ((fd = open(log->path, O_RDONLY, 0)) < 0) { - free(data); - log_log(log, op, ".add file read failure"); - return -1; - } - ret = (size_t)read(fd, data, len) != len; - close(fd); - if (ret) { - free(data); - log_log(log, op, ".add file read failure"); - return -1; - } - log_log(log, op, "loaded .add file"); - } - else - log_log(log, op, "missing .add file!"); - } - - /* recover the interrupted operation */ - switch (op) { - case APPEND_OP: - ret = log_append(log, data, len); - break; - case COMPRESS_OP: - ret = log_compress(log, data, len); - break; - case REPLACE_OP: - ret = log_replace(log); - } - - /* log status */ - log_log(log, op, ret ? "failure" : "complete"); - - /* clean up */ - if (data != NULL) - free(data); - return ret; -} - -/* Close the foo.gz file (if open) and release the lock. */ -local void log_close(struct log *log) -{ - if (log->fd >= 0) - close(log->fd); - log->fd = -1; - log_unlock(log); -} - -/* Open foo.gz, verify the header, and load the extra field contents, after - first creating the foo.lock file to gain exclusive access to the foo.* - files. If foo.gz does not exist or is empty, then write the initial header, - extra, and body content of an empty foo.gz log file. If there is an error - creating the lock file due to access restrictions, or an error reading or - writing the foo.gz file, or if the foo.gz file is not a proper log file for - this object (e.g. not a gzip file or does not contain the expected extra - field), then return true. If there is an error, the lock is released. - Otherwise, the lock is left in place. */ -local int log_open(struct log *log) -{ - int op; - - /* release open file resource if left over -- can occur if lock lost - between gzlog_open() and gzlog_write() */ - if (log->fd >= 0) - close(log->fd); - log->fd = -1; - - /* negotiate exclusive access */ - if (log_lock(log) < 0) - return -1; - - /* open the log file, foo.gz */ - strcpy(log->end, ".gz"); - log->fd = open(log->path, O_RDWR | O_CREAT, 0644); - if (log->fd < 0) { - log_close(log); - return -1; - } - - /* if new, initialize foo.gz with an empty log, delete old dictionary */ - if (lseek(log->fd, 0, SEEK_END) == 0) { - if (write(log->fd, log_gzhead, HEAD) != HEAD || - write(log->fd, log_gzext, EXTRA) != EXTRA || - write(log->fd, log_gzbody, BODY) != BODY) { - log_close(log); - return -1; - } - strcpy(log->end, ".dict"); - unlink(log->path); - } - - /* verify log file and load extra field information */ - if ((op = log_head(log)) < 0) { - log_close(log); - return -1; - } - - /* check for interrupted process and if so, recover */ - if (op != NO_OP && log_recover(log, op)) { - log_close(log); - return -1; - } - - /* touch the lock file to prevent another process from grabbing it */ - log_touch(log); - return 0; -} - -/* See gzlog.h for the description of the external methods below */ -gzlog *gzlog_open(char *path) -{ - size_t n; - struct log *log; - - /* check arguments */ - if (path == NULL || *path == 0) - return NULL; - - /* allocate and initialize log structure */ - log = malloc(sizeof(struct log)); - if (log == NULL) - return NULL; - strcpy(log->id, LOGID); - log->fd = -1; - - /* save path and end of path for name construction */ - n = strlen(path); - log->path = malloc(n + 9); /* allow for ".repairs" */ - if (log->path == NULL) { - free(log); - return NULL; - } - strcpy(log->path, path); - log->end = log->path + n; - - /* gain exclusive access and verify log file -- may perform a - recovery operation if needed */ - if (log_open(log)) { - free(log->path); - free(log); - return NULL; - } - - /* return pointer to log structure */ - return log; -} - -/* gzlog_compress() return values: - 0: all good - -1: file i/o error (usually access issue) - -2: memory allocation failure - -3: invalid log pointer argument */ -int gzlog_compress(gzlog *logd) -{ - int fd, ret; - uint block; - size_t len, next; - unsigned char *data, buf[5]; - struct log *log = logd; - - /* check arguments */ - if (log == NULL || strcmp(log->id, LOGID)) - return -3; - - /* see if we lost the lock -- if so get it again and reload the extra - field information (it probably changed), recover last operation if - necessary */ - if (log_check(log) && log_open(log)) - return -1; - - /* create space for uncompressed data */ - len = ((size_t)(log->last - log->first) & ~(((size_t)1 << 10) - 1)) + - log->stored; - if ((data = malloc(len)) == NULL) - return -2; - - /* do statement here is just a cheap trick for error handling */ - do { - /* read in the uncompressed data */ - if (lseek(log->fd, log->first - 1, SEEK_SET) < 0) - break; - next = 0; - while (next < len) { - if (read(log->fd, buf, 5) != 5) - break; - block = PULL2(buf + 1); - if (next + block > len || - read(log->fd, (char *)data + next, block) != block) - break; - next += block; - } - if (lseek(log->fd, 0, SEEK_CUR) != log->last + 4 + log->stored) - break; - log_touch(log); - - /* write the uncompressed data to the .add file */ - strcpy(log->end, ".add"); - fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644); - if (fd < 0) - break; - ret = (size_t)write(fd, data, len) != len; - if (ret | close(fd)) - break; - log_touch(log); - - /* write the dictionary for the next compress to the .temp file */ - strcpy(log->end, ".temp"); - fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644); - if (fd < 0) - break; - next = DICT > len ? len : DICT; - ret = (size_t)write(fd, (char *)data + len - next, next) != next; - if (ret | close(fd)) - break; - log_touch(log); - - /* roll back to compressed data, mark the compress in progress */ - log->last = log->first; - log->stored = 0; - if (log_mark(log, COMPRESS_OP)) - break; - BAIL(7); - - /* compress and append the data (clears mark) */ - ret = log_compress(log, data, len); - free(data); - return ret; - } while (0); - - /* broke out of do above on i/o error */ - free(data); - return -1; -} - -/* gzlog_write() return values: - 0: all good - -1: file i/o error (usually access issue) - -2: memory allocation failure - -3: invalid log pointer argument */ -int gzlog_write(gzlog *logd, void *data, size_t len) -{ - int fd, ret; - struct log *log = logd; - - /* check arguments */ - if (log == NULL || strcmp(log->id, LOGID)) - return -3; - if (data == NULL || len <= 0) - return 0; - - /* see if we lost the lock -- if so get it again and reload the extra - field information (it probably changed), recover last operation if - necessary */ - if (log_check(log) && log_open(log)) - return -1; - - /* create and write .add file */ - strcpy(log->end, ".add"); - fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644); - if (fd < 0) - return -1; - ret = (size_t)write(fd, data, len) != len; - if (ret | close(fd)) - return -1; - log_touch(log); - - /* mark log file with append in progress */ - if (log_mark(log, APPEND_OP)) - return -1; - BAIL(8); - - /* append data (clears mark) */ - if (log_append(log, data, len)) - return -1; - - /* check to see if it's time to compress -- if not, then done */ - if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER) - return 0; - - /* time to compress */ - return gzlog_compress(log); -} - -/* gzlog_close() return values: - 0: ok - -3: invalid log pointer argument */ -int gzlog_close(gzlog *logd) -{ - struct log *log = logd; - - /* check arguments */ - if (log == NULL || strcmp(log->id, LOGID)) - return -3; - - /* close the log file and release the lock */ - log_close(log); - - /* free structure and return */ - if (log->path != NULL) - free(log->path); - strcpy(log->id, "bad"); - free(log); - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/gzlog.h b/proj-web/thirdparty/zlib-1.3.1/examples/gzlog.h deleted file mode 100644 index 4f05109..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/gzlog.h +++ /dev/null @@ -1,91 +0,0 @@ -/* gzlog.h - Copyright (C) 2004, 2008, 2012 Mark Adler, all rights reserved - version 2.2, 14 Aug 2012 - - This software is provided 'as-is', without any express or implied - warranty. In no event will the author be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Mark Adler madler@alumni.caltech.edu - */ - -/* Version History: - 1.0 26 Nov 2004 First version - 2.0 25 Apr 2008 Complete redesign for recovery of interrupted operations - Interface changed slightly in that now path is a prefix - Compression now occurs as needed during gzlog_write() - gzlog_write() now always leaves the log file as valid gzip - 2.1 8 Jul 2012 Fix argument checks in gzlog_compress() and gzlog_write() - 2.2 14 Aug 2012 Clean up signed comparisons - */ - -/* - The gzlog object allows writing short messages to a gzipped log file, - opening the log file locked for small bursts, and then closing it. The log - object works by appending stored (uncompressed) data to the gzip file until - 1 MB has been accumulated. At that time, the stored data is compressed, and - replaces the uncompressed data in the file. The log file is truncated to - its new size at that time. After each write operation, the log file is a - valid gzip file that can decompressed to recover what was written. - - The gzlog operations can be interrupted at any point due to an application or - system crash, and the log file will be recovered the next time the log is - opened with gzlog_open(). - */ - -#ifndef GZLOG_H -#define GZLOG_H - -/* gzlog object type */ -typedef void gzlog; - -/* Open a gzlog object, creating the log file if it does not exist. Return - NULL on error. Note that gzlog_open() could take a while to complete if it - has to wait to verify that a lock is stale (possibly for five minutes), or - if there is significant contention with other instantiations of this object - when locking the resource. path is the prefix of the file names created by - this object. If path is "foo", then the log file will be "foo.gz", and - other auxiliary files will be created and destroyed during the process: - "foo.dict" for a compression dictionary, "foo.temp" for a temporary (next) - dictionary, "foo.add" for data being added or compressed, "foo.lock" for the - lock file, and "foo.repairs" to log recovery operations performed due to - interrupted gzlog operations. A gzlog_open() followed by a gzlog_close() - will recover a previously interrupted operation, if any. */ -gzlog *gzlog_open(char *path); - -/* Write to a gzlog object. Return zero on success, -1 if there is a file i/o - error on any of the gzlog files (this should not happen if gzlog_open() - succeeded, unless the device has run out of space or leftover auxiliary - files have permissions or ownership that prevent their use), -2 if there is - a memory allocation failure, or -3 if the log argument is invalid (e.g. if - it was not created by gzlog_open()). This function will write data to the - file uncompressed, until 1 MB has been accumulated, at which time that data - will be compressed. The log file will be a valid gzip file upon successful - return. */ -int gzlog_write(gzlog *log, void *data, size_t len); - -/* Force compression of any uncompressed data in the log. This should be used - sparingly, if at all. The main application would be when a log file will - not be appended to again. If this is used to compress frequently while - appending, it will both significantly increase the execution time and - reduce the compression ratio. The return codes are the same as for - gzlog_write(). */ -int gzlog_compress(gzlog *log); - -/* Close a gzlog object. Return zero on success, -3 if the log argument is - invalid. The log object is freed, and so cannot be referenced again. */ -int gzlog_close(gzlog *log); - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/gznorm.c b/proj-web/thirdparty/zlib-1.3.1/examples/gznorm.c deleted file mode 100644 index 68e0a0f..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/gznorm.c +++ /dev/null @@ -1,470 +0,0 @@ -/* gznorm.c -- normalize a gzip stream - * Copyright (C) 2018 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - * Version 1.0 7 Oct 2018 Mark Adler */ - -// gznorm takes a gzip stream, potentially containing multiple members, and -// converts it to a gzip stream with a single member. In addition the gzip -// header is normalized, removing the file name and time stamp, and setting the -// other header contents (XFL, OS) to fixed values. gznorm does not recompress -// the data, so it is fast, but no advantage is gained from the history that -// could be available across member boundaries. - -#include // fread, fwrite, putc, fflush, ferror, fprintf, - // vsnprintf, stdout, stderr, NULL, FILE -#include // malloc, free -#include // strerror -#include // errno -#include // va_list, va_start, va_end -#include "zlib.h" // inflateInit2, inflate, inflateReset, inflateEnd, - // z_stream, z_off_t, crc32_combine, Z_NULL, Z_BLOCK, - // Z_OK, Z_STREAM_END, Z_BUF_ERROR, Z_DATA_ERROR, - // Z_MEM_ERROR - -#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) -# include -# include -# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) -#else -# define SET_BINARY_MODE(file) -#endif - -#define local static - -// printf to an allocated string. Return the string, or NULL if the printf or -// allocation fails. -local char *aprintf(char *fmt, ...) { - // Get the length of the result of the printf. - va_list args; - va_start(args, fmt); - int len = vsnprintf(NULL, 0, fmt, args); - va_end(args); - if (len < 0) - return NULL; - - // Allocate the required space and printf to it. - char *str = malloc(len + 1); - if (str == NULL) - return NULL; - va_start(args, fmt); - vsnprintf(str, len + 1, fmt, args); - va_end(args); - return str; -} - -// Return with an error, putting an allocated error message in *err. Doing an -// inflateEnd() on an already ended state, or one with state set to Z_NULL, is -// permitted. -#define BYE(...) \ - do { \ - inflateEnd(&strm); \ - *err = aprintf(__VA_ARGS__); \ - return 1; \ - } while (0) - -// Chunk size for buffered reads and for decompression. Twice this many bytes -// will be allocated on the stack by gzip_normalize(). Must fit in an unsigned. -#define CHUNK 16384 - -// Read a gzip stream from in and write an equivalent normalized gzip stream to -// out. If given no input, an empty gzip stream will be written. If successful, -// 0 is returned, and *err is set to NULL. On error, 1 is returned, where the -// details of the error are returned in *err, a pointer to an allocated string. -// -// The input may be a stream with multiple gzip members, which is converted to -// a single gzip member on the output. Each gzip member is decompressed at the -// level of deflate blocks. This enables clearing the last-block bit, shifting -// the compressed data to concatenate to the previous member's compressed data, -// which can end at an arbitrary bit boundary, and identifying stored blocks in -// order to resynchronize those to byte boundaries. The deflate compressed data -// is terminated with a 10-bit empty fixed block. If any members on the input -// end with a 10-bit empty fixed block, then that block is excised from the -// stream. This avoids appending empty fixed blocks for every normalization, -// and assures that gzip_normalize applied a second time will not change the -// input. The pad bits after stored block headers and after the final deflate -// block are all forced to zeros. -local int gzip_normalize(FILE *in, FILE *out, char **err) { - // initialize the inflate engine to process a gzip member - z_stream strm; - strm.zalloc = Z_NULL; - strm.zfree = Z_NULL; - strm.opaque = Z_NULL; - strm.avail_in = 0; - strm.next_in = Z_NULL; - if (inflateInit2(&strm, 15 + 16) != Z_OK) - BYE("out of memory"); - - // State while processing the input gzip stream. - enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... - BETWEEN, // between gzip members (must end in this state) - HEAD, // reading a gzip header - BLOCK, // reading deflate blocks - TAIL // reading a gzip trailer - } state = BETWEEN; // current component being processed - unsigned long crc = 0; // accumulated CRC of uncompressed data - unsigned long len = 0; // accumulated length of uncompressed data - unsigned long buf = 0; // deflate stream bit buffer of num bits - int num = 0; // number of bits in buf (at bottom) - - // Write a canonical gzip header (no mod time, file name, comment, extra - // block, or extra flags, and OS is marked as unknown). - fwrite("\x1f\x8b\x08\0\0\0\0\0\0\xff", 1, 10, out); - - // Process the gzip stream from in until reaching the end of the input, - // encountering invalid input, or experiencing an i/o error. - int more; // true if not at the end of the input - do { - // State inside this loop. - unsigned char *put; // next input buffer location to process - int prev; // number of bits from previous block in - // the bit buffer, or -1 if not at the - // start of a block - unsigned long long memb; // uncompressed length of member - size_t tail; // number of trailer bytes read (0..8) - unsigned long part; // accumulated trailer component - - // Get the next chunk of input from in. - unsigned char dat[CHUNK]; - strm.avail_in = fread(dat, 1, CHUNK, in); - if (strm.avail_in == 0) - break; - more = strm.avail_in == CHUNK; - strm.next_in = put = dat; - - // Run that chunk of input through the inflate engine to exhaustion. - do { - // At this point it is assured that strm.avail_in > 0. - - // Inflate until the end of a gzip component (header, deflate - // block, trailer) is reached, or until all of the chunk is - // consumed. The resulting decompressed data is discarded, though - // the total size of the decompressed data in each member is - // tracked, for the calculation of the total CRC. - do { - // inflate and handle any errors - unsigned char scrap[CHUNK]; - strm.avail_out = CHUNK; - strm.next_out = scrap; - int ret = inflate(&strm, Z_BLOCK); - if (ret == Z_MEM_ERROR) - BYE("out of memory"); - if (ret == Z_DATA_ERROR) - BYE("input invalid: %s", strm.msg); - if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_STREAM_END) - BYE("internal error"); - - // Update the number of uncompressed bytes generated in this - // member. The actual count (not modulo 2^32) is required to - // correctly compute the total CRC. - unsigned got = CHUNK - strm.avail_out; - memb += got; - if (memb < got) - BYE("overflow error"); - - // Continue to process this chunk until it is consumed, or - // until the end of a component (header, deflate block, or - // trailer) is reached. - } while (strm.avail_out == 0 && (strm.data_type & 0x80) == 0); - - // Since strm.avail_in was > 0 for the inflate call, some input was - // just consumed. It is therefore assured that put < strm.next_in. - - // Disposition the consumed component or part of a component. - switch (state) { - case BETWEEN: - state = HEAD; - // Fall through to HEAD when some or all of the header is - // processed. - - case HEAD: - // Discard the header. - if (strm.data_type & 0x80) { - // End of header reached -- deflate blocks follow. - put = strm.next_in; - prev = num; - memb = 0; - state = BLOCK; - } - break; - - case BLOCK: - // Copy the deflate stream to the output, but with the - // last-block-bit cleared. Re-synchronize stored block - // headers to the output byte boundaries. The bytes at - // put..strm.next_in-1 is the compressed data that has been - // processed and is ready to be copied to the output. - - // At this point, it is assured that new compressed data is - // available, i.e., put < strm.next_in. If prev is -1, then - // that compressed data starts in the middle of a deflate - // block. If prev is not -1, then the bits in the bit - // buffer, possibly combined with the bits in *put, contain - // the three-bit header of the new deflate block. In that - // case, prev is the number of bits from the previous block - // that remain in the bit buffer. Since num is the number - // of bits in the bit buffer, we have that num - prev is - // the number of bits from the new block currently in the - // bit buffer. - - // If strm.data_type & 0xc0 is 0x80, then the last byte of - // the available compressed data includes the last bits of - // the end of a deflate block. In that case, that last byte - // also has strm.data_type & 0x1f bits of the next deflate - // block, in the range 0..7. If strm.data_type & 0xc0 is - // 0xc0, then the last byte of the compressed data is the - // end of the deflate stream, followed by strm.data_type & - // 0x1f pad bits, also in the range 0..7. - - // Set bits to the number of bits not yet consumed from the - // last byte. If we are at the end of the block, bits is - // either the number of bits in the last byte belonging to - // the next block, or the number of pad bits after the - // final block. In either of those cases, bits is in the - // range 0..7. - ; // (required due to C syntax oddity) - int bits = strm.data_type & 0x1f; - - if (prev != -1) { - // We are at the start of a new block. Clear the last - // block bit, and check for special cases. If it is a - // stored block, then emit the header and pad to the - // next byte boundary. If it is a final, empty fixed - // block, then excise it. - - // Some or all of the three header bits for this block - // may already be in the bit buffer. Load any remaining - // header bits into the bit buffer. - if (num - prev < 3) { - buf += (unsigned long)*put++ << num; - num += 8; - } - - // Set last to have a 1 in the position of the last - // block bit in the bit buffer. - unsigned long last = (unsigned long)1 << prev; - - if (((buf >> prev) & 7) == 3) { - // This is a final fixed block. Load at least ten - // bits from this block, including the header, into - // the bit buffer. We already have at least three, - // so at most one more byte needs to be loaded. - if (num - prev < 10) { - if (put == strm.next_in) - // Need to go get and process more input. - // We'll end up back here to finish this. - break; - buf += (unsigned long)*put++ << num; - num += 8; - } - if (((buf >> prev) & 0x3ff) == 3) { - // That final fixed block is empty. Delete it - // to avoid adding an empty block every time a - // gzip stream is normalized. - num = prev; - buf &= last - 1; // zero the pad bits - } - } - else if (((buf >> prev) & 6) == 0) { - // This is a stored block. Flush to the next - // byte boundary after the three-bit header. - num = (prev + 10) & ~7; - buf &= last - 1; // zero the pad bits - } - - // Clear the last block bit. - buf &= ~last; - - // Write out complete bytes in the bit buffer. - while (num >= 8) { - putc(buf, out); - buf >>= 8; - num -= 8; - } - - // If no more bytes left to process, then we have - // consumed the byte that had bits from the next block. - if (put == strm.next_in) - bits = 0; - } - - // We are done handling the deflate block header. Now copy - // all or almost all of the remaining compressed data that - // has been processed so far. Don't copy one byte at the - // end if it contains bits from the next deflate block or - // pad bits at the end of a deflate block. - - // mix is 1 if we are at the end of a deflate block, and if - // some of the bits in the last byte follow this block. mix - // is 0 if we are in the middle of a deflate block, if the - // deflate block ended on a byte boundary, or if all of the - // compressed data processed so far has been consumed. - int mix = (strm.data_type & 0x80) && bits; - - // Copy all of the processed compressed data to the output, - // except for the last byte if it contains bits from the - // next deflate block or pad bits at the end of the deflate - // stream. Copy the data after shifting in num bits from - // buf in front of it, leaving num bits from the end of the - // compressed data in buf when done. - unsigned char *end = strm.next_in - mix; - if (put < end) { - if (num) - // Insert num bits from buf before the data being - // copied. - do { - buf += (unsigned)(*put++) << num; - putc(buf, out); - buf >>= 8; - } while (put < end); - else { - // No shifting needed -- write directly. - fwrite(put, 1, end - put, out); - put = end; - } - } - - // Process the last processed byte if it wasn't written. - if (mix) { - // Load the last byte into the bit buffer. - buf += (unsigned)(*put++) << num; - num += 8; - - if (strm.data_type & 0x40) { - // We are at the end of the deflate stream and - // there are bits pad bits. Discard the pad bits - // and write a byte to the output, if available. - // Leave the num bits left over in buf to prepend - // to the next deflate stream. - num -= bits; - if (num >= 8) { - putc(buf, out); - num -= 8; - buf >>= 8; - } - - // Force the pad bits in the bit buffer to zeros. - buf &= ((unsigned long)1 << num) - 1; - - // Don't need to set prev here since going to TAIL. - } - else - // At the end of an internal deflate block. Leave - // the last byte in the bit buffer to examine on - // the next entry to BLOCK, when more bits from the - // next block will be available. - prev = num - bits; // number of bits in buffer - // from current block - } - - // Don't have a byte left over, so we are in the middle of - // a deflate block, or the deflate block ended on a byte - // boundary. Set prev appropriately for the next entry into - // BLOCK. - else if (strm.data_type & 0x80) - // The block ended on a byte boundary, so no header - // bits are in the bit buffer. - prev = num; - else - // In the middle of a deflate block, so no header here. - prev = -1; - - // Check for the end of the deflate stream. - if ((strm.data_type & 0xc0) == 0xc0) { - // That ends the deflate stream on the input side, the - // pad bits were discarded, and any remaining bits from - // the last block in the stream are saved in the bit - // buffer to prepend to the next stream. Process the - // gzip trailer next. - tail = 0; - part = 0; - state = TAIL; - } - break; - - case TAIL: - // Accumulate available trailer bytes to update the total - // CRC and the total uncompressed length. - do { - part = (part >> 8) + ((unsigned long)(*put++) << 24); - tail++; - if (tail == 4) { - // Update the total CRC. - z_off_t len2 = memb; - if (len2 < 0 || (unsigned long long)len2 != memb) - BYE("overflow error"); - crc = crc ? crc32_combine(crc, part, len2) : part; - part = 0; - } - else if (tail == 8) { - // Update the total uncompressed length. (It's ok - // if this sum is done modulo 2^32.) - len += part; - - // At the end of a member. Set up to inflate an - // immediately following gzip member. (If we made - // it this far, then the trailer was valid.) - if (inflateReset(&strm) != Z_OK) - BYE("internal error"); - state = BETWEEN; - break; - } - } while (put < strm.next_in); - break; - } - - // Process the input buffer until completely consumed. - } while (strm.avail_in > 0); - - // Process input until end of file, invalid input, or i/o error. - } while (more); - - // Done with the inflate engine. - inflateEnd(&strm); - - // Verify the validity of the input. - if (state != BETWEEN) - BYE("input invalid: incomplete gzip stream"); - - // Write the remaining deflate stream bits, followed by a terminating - // deflate fixed block. - buf += (unsigned long)3 << num; - putc(buf, out); - putc(buf >> 8, out); - if (num > 6) - putc(0, out); - - // Write the gzip trailer, which is the CRC and the uncompressed length - // modulo 2^32, both in little-endian order. - putc(crc, out); - putc(crc >> 8, out); - putc(crc >> 16, out); - putc(crc >> 24, out); - putc(len, out); - putc(len >> 8, out); - putc(len >> 16, out); - putc(len >> 24, out); - fflush(out); - - // Check for any i/o errors. - if (ferror(in) || ferror(out)) - BYE("i/o error: %s", strerror(errno)); - - // All good! - *err = NULL; - return 0; -} - -// Normalize the gzip stream on stdin, writing the result to stdout. -int main(void) { - // Avoid end-of-line conversions on evil operating systems. - SET_BINARY_MODE(stdin); - SET_BINARY_MODE(stdout); - - // Normalize from stdin to stdout, returning 1 on error, 0 if ok. - char *err; - int ret = gzip_normalize(stdin, stdout, &err); - if (ret) - fprintf(stderr, "gznorm error: %s\n", err); - free(err); - return ret; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/zlib_how.html b/proj-web/thirdparty/zlib-1.3.1/examples/zlib_how.html deleted file mode 100644 index 43271b9..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/zlib_how.html +++ /dev/null @@ -1,549 +0,0 @@ - - - - -zlib Usage Example - - - -

    zlib Usage Example

    -We often get questions about how the deflate() and inflate() functions should be used. -Users wonder when they should provide more input, when they should use more output, -what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and -so on. So for those who have read zlib.h (a few times), and -would like further edification, below is an annotated example in C of simple routines to compress and decompress -from an input file to an output file using deflate() and inflate() respectively. The -annotations are interspersed between lines of the code. So please read between the lines. -We hope this helps explain some of the intricacies of zlib. -

    -Without further ado, here is the program zpipe.c: -

    
    -/* zpipe.c: example of proper use of zlib's inflate() and deflate()
    -   Not copyrighted -- provided to the public domain
    -   Version 1.4  11 December 2005  Mark Adler */
    -
    -/* Version history:
    -   1.0  30 Oct 2004  First version
    -   1.1   8 Nov 2004  Add void casting for unused return values
    -                     Use switch statement for inflate() return values
    -   1.2   9 Nov 2004  Add assertions to document zlib guarantees
    -   1.3   6 Apr 2005  Remove incorrect assertion in inf()
    -   1.4  11 Dec 2005  Add hack to avoid MSDOS end-of-line conversions
    -                     Avoid some compiler warnings for input and output buffers
    - */
    -
    -We now include the header files for the required definitions. From -stdio.h we use fopen(), fread(), fwrite(), -feof(), ferror(), and fclose() for file i/o, and -fputs() for error messages. From string.h we use -strcmp() for command line argument processing. -From assert.h we use the assert() macro. -From zlib.h -we use the basic compression functions deflateInit(), -deflate(), and deflateEnd(), and the basic decompression -functions inflateInit(), inflate(), and -inflateEnd(). -
    
    -#include <stdio.h>
    -#include <string.h>
    -#include <assert.h>
    -#include "zlib.h"
    -
    -This is an ugly hack required to avoid corruption of the input and output data on -Windows/MS-DOS systems. Without this, those systems would assume that the input and output -files are text, and try to convert the end-of-line characters from one standard to -another. That would corrupt binary data, and in particular would render the compressed data unusable. -This sets the input and output to binary which suppresses the end-of-line conversions. -SET_BINARY_MODE() will be used later on stdin and stdout, at the beginning of main(). -
    
    -#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__)
    -#  include <fcntl.h>
    -#  include <io.h>
    -#  define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
    -#else
    -#  define SET_BINARY_MODE(file)
    -#endif
    -
    -CHUNK is simply the buffer size for feeding data to and pulling data -from the zlib routines. Larger buffer sizes would be more efficient, -especially for inflate(). If the memory is available, buffers sizes -on the order of 128K or 256K bytes should be used. -
    
    -#define CHUNK 16384
    -
    -The def() routine compresses data from an input file to an output file. The output data -will be in the zlib format, which is different from the gzip or zip -formats. The zlib format has a very small header of only two bytes to identify it as -a zlib stream and to provide decoding information, and a four-byte trailer with a fast -check value to verify the integrity of the uncompressed data after decoding. -
    
    -/* Compress from file source to file dest until EOF on source.
    -   def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
    -   allocated for processing, Z_STREAM_ERROR if an invalid compression
    -   level is supplied, Z_VERSION_ERROR if the version of zlib.h and the
    -   version of the library linked do not match, or Z_ERRNO if there is
    -   an error reading or writing the files. */
    -int def(FILE *source, FILE *dest, int level)
    -{
    -
    -Here are the local variables for def(). ret will be used for zlib -return codes. flush will keep track of the current flushing state for deflate(), -which is either no flushing, or flush to completion after the end of the input file is reached. -have is the amount of data returned from deflate(). The strm structure -is used to pass information to and from the zlib routines, and to maintain the -deflate() state. in and out are the input and output buffers for -deflate(). -
    
    -    int ret, flush;
    -    unsigned have;
    -    z_stream strm;
    -    unsigned char in[CHUNK];
    -    unsigned char out[CHUNK];
    -
    -The first thing we do is to initialize the zlib state for compression using -deflateInit(). This must be done before the first use of deflate(). -The zalloc, zfree, and opaque fields in the strm -structure must be initialized before calling deflateInit(). Here they are -set to the zlib constant Z_NULL to request that zlib use -the default memory allocation routines. An application may also choose to provide -custom memory allocation routines here. deflateInit() will allocate on the -order of 256K bytes for the internal state. -(See zlib Technical Details.) -

    -deflateInit() is called with a pointer to the structure to be initialized and -the compression level, which is an integer in the range of -1 to 9. Lower compression -levels result in faster execution, but less compression. Higher levels result in -greater compression, but slower execution. The zlib constant Z_DEFAULT_COMPRESSION, -equal to -1, -provides a good compromise between compression and speed and is equivalent to level 6. -Level 0 actually does no compression at all, and in fact expands the data slightly to produce -the zlib format (it is not a byte-for-byte copy of the input). -More advanced applications of zlib -may use deflateInit2() here instead. Such an application may want to reduce how -much memory will be used, at some price in compression. Or it may need to request a -gzip header and trailer instead of a zlib header and trailer, or raw -encoding with no header or trailer at all. -

    -We must check the return value of deflateInit() against the zlib constant -Z_OK to make sure that it was able to -allocate memory for the internal state, and that the provided arguments were valid. -deflateInit() will also check that the version of zlib that the zlib.h -file came from matches the version of zlib actually linked with the program. This -is especially important for environments in which zlib is a shared library. -

    -Note that an application can initialize multiple, independent zlib streams, which can -operate in parallel. The state information maintained in the structure allows the zlib -routines to be reentrant. -

    
    -    /* allocate deflate state */
    -    strm.zalloc = Z_NULL;
    -    strm.zfree = Z_NULL;
    -    strm.opaque = Z_NULL;
    -    ret = deflateInit(&strm, level);
    -    if (ret != Z_OK)
    -        return ret;
    -
    -With the pleasantries out of the way, now we can get down to business. The outer do-loop -reads all of the input file and exits at the bottom of the loop once end-of-file is reached. -This loop contains the only call of deflate(). So we must make sure that all of the -input data has been processed and that all of the output data has been generated and consumed -before we fall out of the loop at the bottom. -
    
    -    /* compress until end of file */
    -    do {
    -
    -We start off by reading data from the input file. The number of bytes read is put directly -into avail_in, and a pointer to those bytes is put into next_in. We also -check to see if end-of-file on the input has been reached using feof(). -If we are at the end of file, then flush is set to the -zlib constant Z_FINISH, which is later passed to deflate() to -indicate that this is the last chunk of input data to compress. -If we are not yet at the end of the input, then the zlib -constant Z_NO_FLUSH will be passed to deflate to indicate that we are still -in the middle of the uncompressed data. -

    -If there is an error in reading from the input file, the process is aborted with -deflateEnd() being called to free the allocated zlib state before returning -the error. We wouldn't want a memory leak, now would we? deflateEnd() can be called -at any time after the state has been initialized. Once that's done, deflateInit() (or -deflateInit2()) would have to be called to start a new compression process. There is -no point here in checking the deflateEnd() return code. The deallocation can't fail. -

    
    -        strm.avail_in = fread(in, 1, CHUNK, source);
    -        if (ferror(source)) {
    -            (void)deflateEnd(&strm);
    -            return Z_ERRNO;
    -        }
    -        flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
    -        strm.next_in = in;
    -
    -The inner do-loop passes our chunk of input data to deflate(), and then -keeps calling deflate() until it is done producing output. Once there is no more -new output, deflate() is guaranteed to have consumed all of the input, i.e., -avail_in will be zero. -
    
    -        /* run deflate() on input until output buffer not full, finish
    -           compression if all of source has been read in */
    -        do {
    -
    -Output space is provided to deflate() by setting avail_out to the number -of available output bytes and next_out to a pointer to that space. -
    
    -            strm.avail_out = CHUNK;
    -            strm.next_out = out;
    -
    -Now we call the compression engine itself, deflate(). It takes as many of the -avail_in bytes at next_in as it can process, and writes as many as -avail_out bytes to next_out. Those counters and pointers are then -updated past the input data consumed and the output data written. It is the amount of -output space available that may limit how much input is consumed. -Hence the inner loop to make sure that -all of the input is consumed by providing more output space each time. Since avail_in -and next_in are updated by deflate(), we don't have to mess with those -between deflate() calls until it's all used up. -

    -The parameters to deflate() are a pointer to the strm structure containing -the input and output information and the internal compression engine state, and a parameter -indicating whether and how to flush data to the output. Normally deflate will consume -several K bytes of input data before producing any output (except for the header), in order -to accumulate statistics on the data for optimum compression. It will then put out a burst of -compressed data, and proceed to consume more input before the next burst. Eventually, -deflate() -must be told to terminate the stream, complete the compression with provided input data, and -write out the trailer check value. deflate() will continue to compress normally as long -as the flush parameter is Z_NO_FLUSH. Once the Z_FINISH parameter is provided, -deflate() will begin to complete the compressed output stream. However depending on how -much output space is provided, deflate() may have to be called several times until it -has provided the complete compressed stream, even after it has consumed all of the input. The flush -parameter must continue to be Z_FINISH for those subsequent calls. -

    -There are other values of the flush parameter that are used in more advanced applications. You can -force deflate() to produce a burst of output that encodes all of the input data provided -so far, even if it wouldn't have otherwise, for example to control data latency on a link with -compressed data. You can also ask that deflate() do that as well as erase any history up to -that point so that what follows can be decompressed independently, for example for random access -applications. Both requests will degrade compression by an amount depending on how often such -requests are made. -

    -deflate() has a return value that can indicate errors, yet we do not check it here. Why -not? Well, it turns out that deflate() can do no wrong here. Let's go through -deflate()'s return values and dispense with them one by one. The possible values are -Z_OK, Z_STREAM_END, Z_STREAM_ERROR, or Z_BUF_ERROR. Z_OK -is, well, ok. Z_STREAM_END is also ok and will be returned for the last call of -deflate(). This is already guaranteed by calling deflate() with Z_FINISH -until it has no more output. Z_STREAM_ERROR is only possible if the stream is not -initialized properly, but we did initialize it properly. There is no harm in checking for -Z_STREAM_ERROR here, for example to check for the possibility that some -other part of the application inadvertently clobbered the memory containing the zlib state. -Z_BUF_ERROR will be explained further below, but -suffice it to say that this is simply an indication that deflate() could not consume -more input or produce more output. deflate() can be called again with more output space -or more available input, which it will be in this code. -

    
    -            ret = deflate(&strm, flush);    /* no bad return value */
    -            assert(ret != Z_STREAM_ERROR);  /* state not clobbered */
    -
    -Now we compute how much output deflate() provided on the last call, which is the -difference between how much space was provided before the call, and how much output space -is still available after the call. Then that data, if any, is written to the output file. -We can then reuse the output buffer for the next call of deflate(). Again if there -is a file i/o error, we call deflateEnd() before returning to avoid a memory leak. -
    
    -            have = CHUNK - strm.avail_out;
    -            if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
    -                (void)deflateEnd(&strm);
    -                return Z_ERRNO;
    -            }
    -
    -The inner do-loop is repeated until the last deflate() call fails to fill the -provided output buffer. Then we know that deflate() has done as much as it can with -the provided input, and that all of that input has been consumed. We can then fall out of this -loop and reuse the input buffer. -

    -The way we tell that deflate() has no more output is by seeing that it did not fill -the output buffer, leaving avail_out greater than zero. However suppose that -deflate() has no more output, but just so happened to exactly fill the output buffer! -avail_out is zero, and we can't tell that deflate() has done all it can. -As far as we know, deflate() -has more output for us. So we call it again. But now deflate() produces no output -at all, and avail_out remains unchanged as CHUNK. That deflate() call -wasn't able to do anything, either consume input or produce output, and so it returns -Z_BUF_ERROR. (See, I told you I'd cover this later.) However this is not a problem at -all. Now we finally have the desired indication that deflate() is really done, -and so we drop out of the inner loop to provide more input to deflate(). -

    -With flush set to Z_FINISH, this final set of deflate() calls will -complete the output stream. Once that is done, subsequent calls of deflate() would return -Z_STREAM_ERROR if the flush parameter is not Z_FINISH, and do no more processing -until the state is reinitialized. -

    -Some applications of zlib have two loops that call deflate() -instead of the single inner loop we have here. The first loop would call -without flushing and feed all of the data to deflate(). The second loop would call -deflate() with no more -data and the Z_FINISH parameter to complete the process. As you can see from this -example, that can be avoided by simply keeping track of the current flush state. -

    
    -        } while (strm.avail_out == 0);
    -        assert(strm.avail_in == 0);     /* all input will be used */
    -
    -Now we check to see if we have already processed all of the input file. That information was -saved in the flush variable, so we see if that was set to Z_FINISH. If so, -then we're done and we fall out of the outer loop. We're guaranteed to get Z_STREAM_END -from the last deflate() call, since we ran it until the last chunk of input was -consumed and all of the output was generated. -
    
    -        /* done when last data in file processed */
    -    } while (flush != Z_FINISH);
    -    assert(ret == Z_STREAM_END);        /* stream will be complete */
    -
    -The process is complete, but we still need to deallocate the state to avoid a memory leak -(or rather more like a memory hemorrhage if you didn't do this). Then -finally we can return with a happy return value. -
    
    -    /* clean up and return */
    -    (void)deflateEnd(&strm);
    -    return Z_OK;
    -}
    -
    -Now we do the same thing for decompression in the inf() routine. inf() -decompresses what is hopefully a valid zlib stream from the input file and writes the -uncompressed data to the output file. Much of the discussion above for def() -applies to inf() as well, so the discussion here will focus on the differences between -the two. -
    
    -/* Decompress from file source to file dest until stream ends or EOF.
    -   inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
    -   allocated for processing, Z_DATA_ERROR if the deflate data is
    -   invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and
    -   the version of the library linked do not match, or Z_ERRNO if there
    -   is an error reading or writing the files. */
    -int inf(FILE *source, FILE *dest)
    -{
    -
    -The local variables have the same functionality as they do for def(). The -only difference is that there is no flush variable, since inflate() -can tell from the zlib stream itself when the stream is complete. -
    
    -    int ret;
    -    unsigned have;
    -    z_stream strm;
    -    unsigned char in[CHUNK];
    -    unsigned char out[CHUNK];
    -
    -The initialization of the state is the same, except that there is no compression level, -of course, and two more elements of the structure are initialized. avail_in -and next_in must be initialized before calling inflateInit(). This -is because the application has the option to provide the start of the zlib stream in -order for inflateInit() to have access to information about the compression -method to aid in memory allocation. In the current implementation of zlib -(up through versions 1.2.x), the method-dependent memory allocations are deferred to the first call of -inflate() anyway. However those fields must be initialized since later versions -of zlib that provide more compression methods may take advantage of this interface. -In any case, no decompression is performed by inflateInit(), so the -avail_out and next_out fields do not need to be initialized before calling. -

    -Here avail_in is set to zero and next_in is set to Z_NULL to -indicate that no input data is being provided. -

    
    -    /* allocate inflate state */
    -    strm.zalloc = Z_NULL;
    -    strm.zfree = Z_NULL;
    -    strm.opaque = Z_NULL;
    -    strm.avail_in = 0;
    -    strm.next_in = Z_NULL;
    -    ret = inflateInit(&strm);
    -    if (ret != Z_OK)
    -        return ret;
    -
    -The outer do-loop decompresses input until inflate() indicates -that it has reached the end of the compressed data and has produced all of the uncompressed -output. This is in contrast to def() which processes all of the input file. -If end-of-file is reached before the compressed data self-terminates, then the compressed -data is incomplete and an error is returned. -
    
    -    /* decompress until deflate stream ends or end of file */
    -    do {
    -
    -We read input data and set the strm structure accordingly. If we've reached the -end of the input file, then we leave the outer loop and report an error, since the -compressed data is incomplete. Note that we may read more data than is eventually consumed -by inflate(), if the input file continues past the zlib stream. -For applications where zlib streams are embedded in other data, this routine would -need to be modified to return the unused data, or at least indicate how much of the input -data was not used, so the application would know where to pick up after the zlib stream. -
    
    -        strm.avail_in = fread(in, 1, CHUNK, source);
    -        if (ferror(source)) {
    -            (void)inflateEnd(&strm);
    -            return Z_ERRNO;
    -        }
    -        if (strm.avail_in == 0)
    -            break;
    -        strm.next_in = in;
    -
    -The inner do-loop has the same function it did in def(), which is to -keep calling inflate() until has generated all of the output it can with the -provided input. -
    
    -        /* run inflate() on input until output buffer not full */
    -        do {
    -
    -Just like in def(), the same output space is provided for each call of inflate(). -
    
    -            strm.avail_out = CHUNK;
    -            strm.next_out = out;
    -
    -Now we run the decompression engine itself. There is no need to adjust the flush parameter, since -the zlib format is self-terminating. The main difference here is that there are -return values that we need to pay attention to. Z_DATA_ERROR -indicates that inflate() detected an error in the zlib compressed data format, -which means that either the data is not a zlib stream to begin with, or that the data was -corrupted somewhere along the way since it was compressed. The other error to be processed is -Z_MEM_ERROR, which can occur since memory allocation is deferred until inflate() -needs it, unlike deflate(), whose memory is allocated at the start by deflateInit(). -

    -Advanced applications may use -deflateSetDictionary() to prime deflate() with a set of likely data to improve the -first 32K or so of compression. This is noted in the zlib header, so inflate() -requests that that dictionary be provided before it can start to decompress. Without the dictionary, -correct decompression is not possible. For this routine, we have no idea what the dictionary is, -so the Z_NEED_DICT indication is converted to a Z_DATA_ERROR. -

    -inflate() can also return Z_STREAM_ERROR, which should not be possible here, -but could be checked for as noted above for def(). Z_BUF_ERROR does not need to be -checked for here, for the same reasons noted for def(). Z_STREAM_END will be -checked for later. -

    
    -            ret = inflate(&strm, Z_NO_FLUSH);
    -            assert(ret != Z_STREAM_ERROR);  /* state not clobbered */
    -            switch (ret) {
    -            case Z_NEED_DICT:
    -                ret = Z_DATA_ERROR;     /* and fall through */
    -            case Z_DATA_ERROR:
    -            case Z_MEM_ERROR:
    -                (void)inflateEnd(&strm);
    -                return ret;
    -            }
    -
    -The output of inflate() is handled identically to that of deflate(). -
    
    -            have = CHUNK - strm.avail_out;
    -            if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
    -                (void)inflateEnd(&strm);
    -                return Z_ERRNO;
    -            }
    -
    -The inner do-loop ends when inflate() has no more output as indicated -by not filling the output buffer, just as for deflate(). In this case, we cannot -assert that strm.avail_in will be zero, since the deflate stream may end before the file -does. -
    
    -        } while (strm.avail_out == 0);
    -
    -The outer do-loop ends when inflate() reports that it has reached the -end of the input zlib stream, has completed the decompression and integrity -check, and has provided all of the output. This is indicated by the inflate() -return value Z_STREAM_END. The inner loop is guaranteed to leave ret -equal to Z_STREAM_END if the last chunk of the input file read contained the end -of the zlib stream. So if the return value is not Z_STREAM_END, the -loop continues to read more input. -
    
    -        /* done when inflate() says it's done */
    -    } while (ret != Z_STREAM_END);
    -
    -At this point, decompression successfully completed, or we broke out of the loop due to no -more data being available from the input file. If the last inflate() return value -is not Z_STREAM_END, then the zlib stream was incomplete and a data error -is returned. Otherwise, we return with a happy return value. Of course, inflateEnd() -is called first to avoid a memory leak. -
    
    -    /* clean up and return */
    -    (void)inflateEnd(&strm);
    -    return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR;
    -}
    -
    -That ends the routines that directly use zlib. The following routines make this -a command-line program by running data through the above routines from stdin to -stdout, and handling any errors reported by def() or inf(). -

    -zerr() is used to interpret the possible error codes from def() -and inf(), as detailed in their comments above, and print out an error message. -Note that these are only a subset of the possible return values from deflate() -and inflate(). -

    
    -/* report a zlib or i/o error */
    -void zerr(int ret)
    -{
    -    fputs("zpipe: ", stderr);
    -    switch (ret) {
    -    case Z_ERRNO:
    -        if (ferror(stdin))
    -            fputs("error reading stdin\n", stderr);
    -        if (ferror(stdout))
    -            fputs("error writing stdout\n", stderr);
    -        break;
    -    case Z_STREAM_ERROR:
    -        fputs("invalid compression level\n", stderr);
    -        break;
    -    case Z_DATA_ERROR:
    -        fputs("invalid or incomplete deflate data\n", stderr);
    -        break;
    -    case Z_MEM_ERROR:
    -        fputs("out of memory\n", stderr);
    -        break;
    -    case Z_VERSION_ERROR:
    -        fputs("zlib version mismatch!\n", stderr);
    -    }
    -}
    -
    -Here is the main() routine used to test def() and inf(). The -zpipe command is simply a compression pipe from stdin to stdout, if -no arguments are given, or it is a decompression pipe if zpipe -d is used. If any other -arguments are provided, no compression or decompression is performed. Instead a usage -message is displayed. Examples are zpipe < foo.txt > foo.txt.z to compress, and -zpipe -d < foo.txt.z > foo.txt to decompress. -
    
    -/* compress or decompress from stdin to stdout */
    -int main(int argc, char **argv)
    -{
    -    int ret;
    -
    -    /* avoid end-of-line conversions */
    -    SET_BINARY_MODE(stdin);
    -    SET_BINARY_MODE(stdout);
    -
    -    /* do compression if no arguments */
    -    if (argc == 1) {
    -        ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
    -        if (ret != Z_OK)
    -            zerr(ret);
    -        return ret;
    -    }
    -
    -    /* do decompression if -d specified */
    -    else if (argc == 2 && strcmp(argv[1], "-d") == 0) {
    -        ret = inf(stdin, stdout);
    -        if (ret != Z_OK)
    -            zerr(ret);
    -        return ret;
    -    }
    -
    -    /* otherwise, report usage */
    -    else {
    -        fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
    -        return 1;
    -    }
    -}
    -
    -
    -Last modified 24 January 2023
    -Copyright © 2004-2023 Mark Adler

    - -Creative Commons License - -Creative Commons Attribution-NoDerivatives 4.0 International License. - - diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/zpipe.c b/proj-web/thirdparty/zlib-1.3.1/examples/zpipe.c deleted file mode 100644 index 83535d1..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/zpipe.c +++ /dev/null @@ -1,205 +0,0 @@ -/* zpipe.c: example of proper use of zlib's inflate() and deflate() - Not copyrighted -- provided to the public domain - Version 1.4 11 December 2005 Mark Adler */ - -/* Version history: - 1.0 30 Oct 2004 First version - 1.1 8 Nov 2004 Add void casting for unused return values - Use switch statement for inflate() return values - 1.2 9 Nov 2004 Add assertions to document zlib guarantees - 1.3 6 Apr 2005 Remove incorrect assertion in inf() - 1.4 11 Dec 2005 Add hack to avoid MSDOS end-of-line conversions - Avoid some compiler warnings for input and output buffers - */ - -#include -#include -#include -#include "zlib.h" - -#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) -# include -# include -# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) -#else -# define SET_BINARY_MODE(file) -#endif - -#define CHUNK 16384 - -/* Compress from file source to file dest until EOF on source. - def() returns Z_OK on success, Z_MEM_ERROR if memory could not be - allocated for processing, Z_STREAM_ERROR if an invalid compression - level is supplied, Z_VERSION_ERROR if the version of zlib.h and the - version of the library linked do not match, or Z_ERRNO if there is - an error reading or writing the files. */ -int def(FILE *source, FILE *dest, int level) -{ - int ret, flush; - unsigned have; - z_stream strm; - unsigned char in[CHUNK]; - unsigned char out[CHUNK]; - - /* allocate deflate state */ - strm.zalloc = Z_NULL; - strm.zfree = Z_NULL; - strm.opaque = Z_NULL; - ret = deflateInit(&strm, level); - if (ret != Z_OK) - return ret; - - /* compress until end of file */ - do { - strm.avail_in = fread(in, 1, CHUNK, source); - if (ferror(source)) { - (void)deflateEnd(&strm); - return Z_ERRNO; - } - flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; - strm.next_in = in; - - /* run deflate() on input until output buffer not full, finish - compression if all of source has been read in */ - do { - strm.avail_out = CHUNK; - strm.next_out = out; - ret = deflate(&strm, flush); /* no bad return value */ - assert(ret != Z_STREAM_ERROR); /* state not clobbered */ - have = CHUNK - strm.avail_out; - if (fwrite(out, 1, have, dest) != have || ferror(dest)) { - (void)deflateEnd(&strm); - return Z_ERRNO; - } - } while (strm.avail_out == 0); - assert(strm.avail_in == 0); /* all input will be used */ - - /* done when last data in file processed */ - } while (flush != Z_FINISH); - assert(ret == Z_STREAM_END); /* stream will be complete */ - - /* clean up and return */ - (void)deflateEnd(&strm); - return Z_OK; -} - -/* Decompress from file source to file dest until stream ends or EOF. - inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be - allocated for processing, Z_DATA_ERROR if the deflate data is - invalid or incomplete, Z_VERSION_ERROR if the version of zlib.h and - the version of the library linked do not match, or Z_ERRNO if there - is an error reading or writing the files. */ -int inf(FILE *source, FILE *dest) -{ - int ret; - unsigned have; - z_stream strm; - unsigned char in[CHUNK]; - unsigned char out[CHUNK]; - - /* allocate inflate state */ - strm.zalloc = Z_NULL; - strm.zfree = Z_NULL; - strm.opaque = Z_NULL; - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit(&strm); - if (ret != Z_OK) - return ret; - - /* decompress until deflate stream ends or end of file */ - do { - strm.avail_in = fread(in, 1, CHUNK, source); - if (ferror(source)) { - (void)inflateEnd(&strm); - return Z_ERRNO; - } - if (strm.avail_in == 0) - break; - strm.next_in = in; - - /* run inflate() on input until output buffer not full */ - do { - strm.avail_out = CHUNK; - strm.next_out = out; - ret = inflate(&strm, Z_NO_FLUSH); - assert(ret != Z_STREAM_ERROR); /* state not clobbered */ - switch (ret) { - case Z_NEED_DICT: - ret = Z_DATA_ERROR; /* and fall through */ - case Z_DATA_ERROR: - case Z_MEM_ERROR: - (void)inflateEnd(&strm); - return ret; - } - have = CHUNK - strm.avail_out; - if (fwrite(out, 1, have, dest) != have || ferror(dest)) { - (void)inflateEnd(&strm); - return Z_ERRNO; - } - } while (strm.avail_out == 0); - - /* done when inflate() says it's done */ - } while (ret != Z_STREAM_END); - - /* clean up and return */ - (void)inflateEnd(&strm); - return ret == Z_STREAM_END ? Z_OK : Z_DATA_ERROR; -} - -/* report a zlib or i/o error */ -void zerr(int ret) -{ - fputs("zpipe: ", stderr); - switch (ret) { - case Z_ERRNO: - if (ferror(stdin)) - fputs("error reading stdin\n", stderr); - if (ferror(stdout)) - fputs("error writing stdout\n", stderr); - break; - case Z_STREAM_ERROR: - fputs("invalid compression level\n", stderr); - break; - case Z_DATA_ERROR: - fputs("invalid or incomplete deflate data\n", stderr); - break; - case Z_MEM_ERROR: - fputs("out of memory\n", stderr); - break; - case Z_VERSION_ERROR: - fputs("zlib version mismatch!\n", stderr); - } -} - -/* compress or decompress from stdin to stdout */ -int main(int argc, char **argv) -{ - int ret; - - /* avoid end-of-line conversions */ - SET_BINARY_MODE(stdin); - SET_BINARY_MODE(stdout); - - /* do compression if no arguments */ - if (argc == 1) { - ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION); - if (ret != Z_OK) - zerr(ret); - return ret; - } - - /* do decompression if -d specified */ - else if (argc == 2 && strcmp(argv[1], "-d") == 0) { - ret = inf(stdin, stdout); - if (ret != Z_OK) - zerr(ret); - return ret; - } - - /* otherwise, report usage */ - else { - fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr); - return 1; - } -} diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/zran.c b/proj-web/thirdparty/zlib-1.3.1/examples/zran.c deleted file mode 100644 index d313595..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/zran.c +++ /dev/null @@ -1,533 +0,0 @@ -/* zran.c -- example of deflate stream indexing and random access - * Copyright (C) 2005, 2012, 2018, 2023 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - * Version 1.4 13 Apr 2023 Mark Adler */ - -/* Version History: - 1.0 29 May 2005 First version - 1.1 29 Sep 2012 Fix memory reallocation error - 1.2 14 Oct 2018 Handle gzip streams with multiple members - Add a header file to facilitate usage in applications - 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip - Permit crossing gzip member boundaries when extracting - Support a size_t size when extracting (was an int) - Do a binary search over the index for an access point - Expose the access point type to enable save and load - 1.4 13 Apr 2023 Add a NOPRIME define to not use inflatePrime() - */ - -// Illustrate the use of Z_BLOCK, inflatePrime(), and inflateSetDictionary() -// for random access of a compressed file. A file containing a raw deflate -// stream is provided on the command line. The compressed stream is decoded in -// its entirety, and an index built with access points about every SPAN bytes -// in the uncompressed output. The compressed file is left open, and can then -// be read randomly, having to decompress on the average SPAN/2 uncompressed -// bytes before getting to the desired block of data. -// -// An access point can be created at the start of any deflate block, by saving -// the starting file offset and bit of that block, and the 32K bytes of -// uncompressed data that precede that block. Also the uncompressed offset of -// that block is saved to provide a reference for locating a desired starting -// point in the uncompressed stream. deflate_index_build() decompresses the -// input raw deflate stream a block at a time, and at the end of each block -// decides if enough uncompressed data has gone by to justify the creation of a -// new access point. If so, that point is saved in a data structure that grows -// as needed to accommodate the points. -// -// To use the index, an offset in the uncompressed data is provided, for which -// the latest access point at or preceding that offset is located in the index. -// The input file is positioned to the specified location in the index, and if -// necessary the first few bits of the compressed data is read from the file. -// inflate is initialized with those bits and the 32K of uncompressed data, and -// decompression then proceeds until the desired offset in the file is reached. -// Then decompression continues to read the requested uncompressed data from -// the file. -// -// There is some fair bit of overhead to starting inflation for the random -// access, mainly copying the 32K byte dictionary. If small pieces of the file -// are being accessed, it would make sense to implement a cache to hold some -// lookahead to avoid many calls to deflate_index_extract() for small lengths. -// -// Another way to build an index would be to use inflateCopy(). That would not -// be constrained to have access points at block boundaries, but would require -// more memory per access point, and could not be saved to a file due to the -// use of pointers in the state. The approach here allows for storage of the -// index in a file. - -#include -#include -#include -#include -#include "zlib.h" -#include "zran.h" - -#define WINSIZE 32768U // sliding window size -#define CHUNK 16384 // file input buffer size - -// See comments in zran.h. -void deflate_index_free(struct deflate_index *index) { - if (index != NULL) { - free(index->list); - free(index); - } -} - -// Add an access point to the list. If out of memory, deallocate the existing -// list and return NULL. index->mode is temporarily the allocated number of -// access points, until it is time for deflate_index_build() to return. Then -// index->mode is set to the mode of inflation. -static struct deflate_index *add_point(struct deflate_index *index, int bits, - off_t in, off_t out, unsigned left, - unsigned char *window) { - if (index == NULL) { - // The list is empty. Create it, starting with eight access points. - index = malloc(sizeof(struct deflate_index)); - if (index == NULL) - return NULL; - index->have = 0; - index->mode = 8; - index->list = malloc(sizeof(point_t) * index->mode); - if (index->list == NULL) { - free(index); - return NULL; - } - } - - else if (index->have == index->mode) { - // The list is full. Make it bigger. - index->mode <<= 1; - point_t *next = realloc(index->list, sizeof(point_t) * index->mode); - if (next == NULL) { - deflate_index_free(index); - return NULL; - } - index->list = next; - } - - // Fill in the access point and increment how many we have. - point_t *next = (point_t *)(index->list) + index->have++; - if (index->have < 0) { - // Overflowed the int! - deflate_index_free(index); - return NULL; - } - next->out = out; - next->in = in; - next->bits = bits; - if (left) - memcpy(next->window, window + WINSIZE - left, left); - if (left < WINSIZE) - memcpy(next->window + left, window, WINSIZE - left); - - // Return the index, which may have been newly allocated or destroyed. - return index; -} - -// Decompression modes. These are the inflateInit2() windowBits parameter. -#define RAW -15 -#define ZLIB 15 -#define GZIP 31 - -// See comments in zran.h. -int deflate_index_build(FILE *in, off_t span, struct deflate_index **built) { - // Set up inflation state. - z_stream strm = {0}; // inflate engine (gets fired up later) - unsigned char buf[CHUNK]; // input buffer - unsigned char win[WINSIZE] = {0}; // output sliding window - off_t totin = 0; // total bytes read from input - off_t totout = 0; // total bytes uncompressed - int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet) - - // Decompress from in, generating access points along the way. - int ret; // the return value from zlib, or Z_ERRNO - off_t last; // last access point uncompressed offset - struct deflate_index *index = NULL; // list of access points - do { - // Assure available input, at least until reaching EOF. - if (strm.avail_in == 0) { - strm.avail_in = fread(buf, 1, sizeof(buf), in); - totin += strm.avail_in; - strm.next_in = buf; - if (strm.avail_in < sizeof(buf) && ferror(in)) { - ret = Z_ERRNO; - break; - } - - if (mode == 0) { - // At the start of the input -- determine the type. Assume raw - // if it is neither zlib nor gzip. This could in theory result - // in a false positive for zlib, but in practice the fill bits - // after a stored block are always zeros, so a raw stream won't - // start with an 8 in the low nybble. - mode = strm.avail_in == 0 ? RAW : // empty -- will fail - (strm.next_in[0] & 0xf) == 8 ? ZLIB : - strm.next_in[0] == 0x1f ? GZIP : - /* else */ RAW; - ret = inflateInit2(&strm, mode); - if (ret != Z_OK) - break; - } - } - - // Assure available output. This rotates the output through, for use as - // a sliding window on the uncompressed data. - if (strm.avail_out == 0) { - strm.avail_out = sizeof(win); - strm.next_out = win; - } - - if (mode == RAW && index == NULL) - // We skip the inflate() call at the start of raw deflate data in - // order generate an access point there. Set data_type to imitate - // the end of a header. - strm.data_type = 0x80; - else { - // Inflate and update the number of uncompressed bytes. - unsigned before = strm.avail_out; - ret = inflate(&strm, Z_BLOCK); - totout += before - strm.avail_out; - } - - if ((strm.data_type & 0xc0) == 0x80 && - (index == NULL || totout - last >= span)) { - // We are at the end of a header or a non-last deflate block, so we - // can add an access point here. Furthermore, we are either at the - // very start for the first access point, or there has been span or - // more uncompressed bytes since the last access point, so we want - // to add an access point here. - index = add_point(index, strm.data_type & 7, totin - strm.avail_in, - totout, strm.avail_out, win); - if (index == NULL) { - ret = Z_MEM_ERROR; - break; - } - last = totout; - } - - if (ret == Z_STREAM_END && mode == GZIP && - (strm.avail_in || ungetc(getc(in), in) != EOF)) - // There is more input after the end of a gzip member. Reset the - // inflate state to read another gzip member. On success, this will - // set ret to Z_OK to continue decompressing. - ret = inflateReset2(&strm, GZIP); - - // Keep going until Z_STREAM_END or error. If the compressed data ends - // prematurely without a file read error, Z_BUF_ERROR is returned. - } while (ret == Z_OK); - inflateEnd(&strm); - - if (ret != Z_STREAM_END) { - // An error was encountered. Discard the index and return a negative - // error code. - deflate_index_free(index); - return ret == Z_NEED_DICT ? Z_DATA_ERROR : ret; - } - - // Shrink the index to only the occupied access points and return it. - index->mode = mode; - index->length = totout; - point_t *list = realloc(index->list, sizeof(point_t) * index->have); - if (list == NULL) { - // Seems like a realloc() to make something smaller should always work, - // but just in case. - deflate_index_free(index); - return Z_MEM_ERROR; - } - index->list = list; - *built = index; - return index->have; -} - -#ifdef NOPRIME -// Support zlib versions before 1.2.3 (July 2005), or incomplete zlib clones -// that do not have inflatePrime(). - -# define INFLATEPRIME inflatePreface - -// Append the low bits bits of value to in[] at bit position *have, updating -// *have. value must be zero above its low bits bits. bits must be positive. -// This assumes that any bits above the *have bits in the last byte are zeros. -// That assumption is preserved on return, as any bits above *have + bits in -// the last byte written will be set to zeros. -static inline void append_bits(unsigned value, int bits, - unsigned char *in, int *have) { - in += *have >> 3; // where the first bits from value will go - int k = *have & 7; // the number of bits already there - *have += bits; - if (k) - *in |= value << k; // write value above the low k bits - else - *in = value; - k = 8 - k; // the number of bits just appended - while (bits > k) { - value >>= k; // drop the bits appended - bits -= k; - k = 8; // now at a byte boundary - *++in = value; - } -} - -// Insert enough bits in the form of empty deflate blocks in front of the -// low bits bits of value, in order to bring the sequence to a byte boundary. -// Then feed that to inflate(). This does what inflatePrime() does, except that -// a negative value of bits is not supported. bits must be in 0..16. If the -// arguments are invalid, Z_STREAM_ERROR is returned. Otherwise the return -// value from inflate() is returned. -static int inflatePreface(z_stream *strm, int bits, int value) { - // Check input. - if (strm == Z_NULL || bits < 0 || bits > 16) - return Z_STREAM_ERROR; - if (bits == 0) - return Z_OK; - value &= (2 << (bits - 1)) - 1; - - // An empty dynamic block with an odd number of bits (95). The high bit of - // the last byte is unused. - static const unsigned char dyn[] = { - 4, 0xe0, 0x81, 8, 0, 0, 0, 0, 0x20, 0xa8, 0xab, 0x1f - }; - const int dynlen = 95; // number of bits in the block - - // Build an input buffer for inflate that is a multiple of eight bits in - // length, and that ends with the low bits bits of value. - unsigned char in[(dynlen + 3 * 10 + 16 + 7) / 8]; - int have = 0; - if (bits & 1) { - // Insert an empty dynamic block to get to an odd number of bits, so - // when bits bits from value are appended, we are at an even number of - // bits. - memcpy(in, dyn, sizeof(dyn)); - have = dynlen; - } - while ((have + bits) & 7) - // Insert empty fixed blocks until appending bits bits would put us on - // a byte boundary. This will insert at most three fixed blocks. - append_bits(2, 10, in, &have); - - // Append the bits bits from value, which takes us to a byte boundary. - append_bits(value, bits, in, &have); - - // Deliver the input to inflate(). There is no output space provided, but - // inflate() can't get stuck waiting on output not ingesting all of the - // provided input. The reason is that there will be at most 16 bits of - // input from value after the empty deflate blocks (which themselves - // generate no output). At least ten bits are needed to generate the first - // output byte from a fixed block. The last two bytes of the buffer have to - // be ingested in order to get ten bits, which is the most that value can - // occupy. - strm->avail_in = have >> 3; - strm->next_in = in; - strm->avail_out = 0; - strm->next_out = in; // not used, but can't be NULL - return inflate(strm, Z_NO_FLUSH); -} - -#else -# define INFLATEPRIME inflatePrime -#endif - -// See comments in zran.h. -ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index, - off_t offset, unsigned char *buf, size_t len) { - // Do a quick sanity check on the index. - if (index == NULL || index->have < 1 || index->list[0].out != 0) - return Z_STREAM_ERROR; - - // If nothing to extract, return zero bytes extracted. - if (len == 0 || offset < 0 || offset >= index->length) - return 0; - - // Find the access point closest to but not after offset. - int lo = -1, hi = index->have; - point_t *point = index->list; - while (hi - lo > 1) { - int mid = (lo + hi) >> 1; - if (offset < point[mid].out) - hi = mid; - else - lo = mid; - } - point += lo; - - // Initialize the input file and prime the inflate engine to start there. - int ret = fseeko(in, point->in - (point->bits ? 1 : 0), SEEK_SET); - if (ret == -1) - return Z_ERRNO; - int ch = 0; - if (point->bits && (ch = getc(in)) == EOF) - return ferror(in) ? Z_ERRNO : Z_BUF_ERROR; - z_stream strm = {0}; - ret = inflateInit2(&strm, RAW); - if (ret != Z_OK) - return ret; - if (point->bits) - INFLATEPRIME(&strm, point->bits, ch >> (8 - point->bits)); - inflateSetDictionary(&strm, point->window, WINSIZE); - - // Skip uncompressed bytes until offset reached, then satisfy request. - unsigned char input[CHUNK]; - unsigned char discard[WINSIZE]; - offset -= point->out; // number of bytes to skip to get to offset - size_t left = len; // number of bytes left to read after offset - do { - if (offset) { - // Discard up to offset uncompressed bytes. - strm.avail_out = offset < WINSIZE ? (unsigned)offset : WINSIZE; - strm.next_out = discard; - } - else { - // Uncompress up to left bytes into buf. - strm.avail_out = left < UINT_MAX ? (unsigned)left : UINT_MAX; - strm.next_out = buf + len - left; - } - - // Uncompress, setting got to the number of bytes uncompressed. - if (strm.avail_in == 0) { - // Assure available input. - strm.avail_in = fread(input, 1, CHUNK, in); - if (strm.avail_in < CHUNK && ferror(in)) { - ret = Z_ERRNO; - break; - } - strm.next_in = input; - } - unsigned got = strm.avail_out; - ret = inflate(&strm, Z_NO_FLUSH); - got -= strm.avail_out; - - // Update the appropriate count. - if (offset) - offset -= got; - else - left -= got; - - // If we're at the end of a gzip member and there's more to read, - // continue to the next gzip member. - if (ret == Z_STREAM_END && index->mode == GZIP) { - // Discard the gzip trailer. - unsigned drop = 8; // length of gzip trailer - if (strm.avail_in >= drop) { - strm.avail_in -= drop; - strm.next_in += drop; - } - else { - // Read and discard the remainder of the gzip trailer. - drop -= strm.avail_in; - strm.avail_in = 0; - do { - if (getc(in) == EOF) - // The input does not have a complete trailer. - return ferror(in) ? Z_ERRNO : Z_BUF_ERROR; - } while (--drop); - } - - if (strm.avail_in || ungetc(getc(in), in) != EOF) { - // There's more after the gzip trailer. Use inflate to skip the - // gzip header and resume the raw inflate there. - inflateReset2(&strm, GZIP); - do { - if (strm.avail_in == 0) { - strm.avail_in = fread(input, 1, CHUNK, in); - if (strm.avail_in < CHUNK && ferror(in)) { - ret = Z_ERRNO; - break; - } - strm.next_in = input; - } - strm.avail_out = WINSIZE; - strm.next_out = discard; - ret = inflate(&strm, Z_BLOCK); // stop at end of header - } while (ret == Z_OK && (strm.data_type & 0x80) == 0); - if (ret != Z_OK) - break; - inflateReset2(&strm, RAW); - } - } - - // Continue until we have the requested data, the deflate data has - // ended, or an error is encountered. - } while (ret == Z_OK && left); - inflateEnd(&strm); - - // Return the number of uncompressed bytes read into buf, or the error. - return ret == Z_OK || ret == Z_STREAM_END ? len - left : ret; -} - -#ifdef TEST - -#define SPAN 1048576L // desired distance between access points -#define LEN 16384 // number of bytes to extract - -// Demonstrate the use of deflate_index_build() and deflate_index_extract() by -// processing the file provided on the command line, and extracting LEN bytes -// from 2/3rds of the way through the uncompressed output, writing that to -// stdout. An offset can be provided as the second argument, in which case the -// data is extracted from there instead. -int main(int argc, char **argv) { - // Open the input file. - if (argc < 2 || argc > 3) { - fprintf(stderr, "usage: zran file.raw [offset]\n"); - return 1; - } - FILE *in = fopen(argv[1], "rb"); - if (in == NULL) { - fprintf(stderr, "zran: could not open %s for reading\n", argv[1]); - return 1; - } - - // Get optional offset. - off_t offset = -1; - if (argc == 3) { - char *end; - offset = strtoll(argv[2], &end, 10); - if (*end || offset < 0) { - fprintf(stderr, "zran: %s is not a valid offset\n", argv[2]); - return 1; - } - } - - // Build index. - struct deflate_index *index = NULL; - int len = deflate_index_build(in, SPAN, &index); - if (len < 0) { - fclose(in); - switch (len) { - case Z_MEM_ERROR: - fprintf(stderr, "zran: out of memory\n"); - break; - case Z_BUF_ERROR: - fprintf(stderr, "zran: %s ended prematurely\n", argv[1]); - break; - case Z_DATA_ERROR: - fprintf(stderr, "zran: compressed data error in %s\n", argv[1]); - break; - case Z_ERRNO: - fprintf(stderr, "zran: read error on %s\n", argv[1]); - break; - default: - fprintf(stderr, "zran: error %d while building index\n", len); - } - return 1; - } - fprintf(stderr, "zran: built index with %d access points\n", len); - - // Use index by reading some bytes from an arbitrary offset. - unsigned char buf[LEN]; - if (offset == -1) - offset = ((index->length + 1) << 1) / 3; - ptrdiff_t got = deflate_index_extract(in, index, offset, buf, LEN); - if (got < 0) - fprintf(stderr, "zran: extraction failed: %s error\n", - got == Z_MEM_ERROR ? "out of memory" : "input corrupted"); - else { - fwrite(buf, 1, got, stdout); - fprintf(stderr, "zran: extracted %ld bytes at %lld\n", got, offset); - } - - // Clean up and exit. - deflate_index_free(index); - fclose(in); - return 0; -} - -#endif diff --git a/proj-web/thirdparty/zlib-1.3.1/examples/zran.h b/proj-web/thirdparty/zlib-1.3.1/examples/zran.h deleted file mode 100644 index ebf780d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/examples/zran.h +++ /dev/null @@ -1,51 +0,0 @@ -/* zran.h -- example of deflated stream indexing and random access - * Copyright (C) 2005, 2012, 2018, 2023 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - * Version 1.3 18 Feb 2023 Mark Adler */ - -#include -#include "zlib.h" - -// Access point. -typedef struct point { - off_t out; // offset in uncompressed data - off_t in; // offset in compressed file of first full byte - int bits; // 0, or number of bits (1-7) from byte at in-1 - unsigned char window[32768]; // preceding 32K of uncompressed data -} point_t; - -// Access point list. -struct deflate_index { - int have; // number of access points in list - int mode; // -15 for raw, 15 for zlib, or 31 for gzip - off_t length; // total length of uncompressed data - point_t *list; // allocated list of access points -}; - -// Make one pass through a zlib, gzip, or raw deflate compressed stream and -// build an index, with access points about every span bytes of uncompressed -// output. gzip files with multiple members are fully indexed. span should be -// chosen to balance the speed of random access against the memory requirements -// of the list, which is about 32K bytes per access point. The return value is -// the number of access points on success (>= 1), Z_MEM_ERROR for out of -// memory, Z_BUF_ERROR for a premature end of input, Z_DATA_ERROR for a format -// or verification error in the input file, or Z_ERRNO for a file read error. -// On success, *built points to the resulting index. -int deflate_index_build(FILE *in, off_t span, struct deflate_index **built); - -// Use the index to read len bytes from offset into buf. Return the number of -// bytes read or a negative error code. If data is requested past the end of -// the uncompressed data, then deflate_index_extract() will return a value less -// than len, indicating how much was actually read into buf. If given a valid -// index, this function should not return an error unless the file was modified -// somehow since the index was generated, given that deflate_index_build() had -// validated all of the input. If nevertheless there is a failure, Z_BUF_ERROR -// is returned if the compressed data ends prematurely, Z_DATA_ERROR if the -// deflate compressed data is not valid, Z_MEM_ERROR if out of memory, -// Z_STREAM_ERROR if the index is not valid, or Z_ERRNO if there is an error -// reading or seeking on the input file. -ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index, - off_t offset, unsigned char *buf, size_t len); - -// Deallocate an index built by deflate_index_build(). -void deflate_index_free(struct deflate_index *index); diff --git a/proj-web/thirdparty/zlib-1.3.1/gzclose.c b/proj-web/thirdparty/zlib-1.3.1/gzclose.c deleted file mode 100644 index 48d6a86..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/gzclose.c +++ /dev/null @@ -1,23 +0,0 @@ -/* gzclose.c -- zlib gzclose() function - * Copyright (C) 2004, 2010 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "gzguts.h" - -/* gzclose() is in a separate file so that it is linked in only if it is used. - That way the other gzclose functions can be used instead to avoid linking in - unneeded compression or decompression routines. */ -int ZEXPORT gzclose(gzFile file) { -#ifndef NO_GZCOMPRESS - gz_statep state; - - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - - return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); -#else - return gzclose_r(file); -#endif -} diff --git a/proj-web/thirdparty/zlib-1.3.1/gzguts.h b/proj-web/thirdparty/zlib-1.3.1/gzguts.h deleted file mode 100644 index eba7208..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/gzguts.h +++ /dev/null @@ -1,214 +0,0 @@ -/* gzguts.h -- zlib internal header definitions for gz* operations - * Copyright (C) 2004-2024 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#ifdef _LARGEFILE64_SOURCE -# ifndef _LARGEFILE_SOURCE -# define _LARGEFILE_SOURCE 1 -# endif -# undef _FILE_OFFSET_BITS -# undef _TIME_BITS -#endif - -#ifdef HAVE_HIDDEN -# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) -#else -# define ZLIB_INTERNAL -#endif - -#include -#include "zlib.h" -#ifdef STDC -# include -# include -# include -#endif - -#ifndef _POSIX_SOURCE -# define _POSIX_SOURCE -#endif -#include - -#ifdef _WIN32 -# include -#endif - -#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) -# include -#endif - -#if defined(_WIN32) -# define WIDECHAR -#endif - -#ifdef WINAPI_FAMILY -# define open _open -# define read _read -# define write _write -# define close _close -#endif - -#ifdef NO_DEFLATE /* for compatibility with old definition */ -# define NO_GZCOMPRESS -#endif - -#if defined(STDC99) || (defined(__TURBOC__) && __TURBOC__ >= 0x550) -# ifndef HAVE_VSNPRINTF -# define HAVE_VSNPRINTF -# endif -#endif - -#if defined(__CYGWIN__) -# ifndef HAVE_VSNPRINTF -# define HAVE_VSNPRINTF -# endif -#endif - -#if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410) -# ifndef HAVE_VSNPRINTF -# define HAVE_VSNPRINTF -# endif -#endif - -#ifndef HAVE_VSNPRINTF -# ifdef MSDOS -/* vsnprintf may exist on some MS-DOS compilers (DJGPP?), - but for now we just assume it doesn't. */ -# define NO_vsnprintf -# endif -# ifdef __TURBOC__ -# define NO_vsnprintf -# endif -# ifdef WIN32 -/* In Win32, vsnprintf is available as the "non-ANSI" _vsnprintf. */ -# if !defined(vsnprintf) && !defined(NO_vsnprintf) -# if !defined(_MSC_VER) || ( defined(_MSC_VER) && _MSC_VER < 1500 ) -# define vsnprintf _vsnprintf -# endif -# endif -# endif -# ifdef __SASC -# define NO_vsnprintf -# endif -# ifdef VMS -# define NO_vsnprintf -# endif -# ifdef __OS400__ -# define NO_vsnprintf -# endif -# ifdef __MVS__ -# define NO_vsnprintf -# endif -#endif - -/* unlike snprintf (which is required in C99), _snprintf does not guarantee - null termination of the result -- however this is only used in gzlib.c where - the result is assured to fit in the space provided */ -#if defined(_MSC_VER) && _MSC_VER < 1900 -# define snprintf _snprintf -#endif - -#ifndef local -# define local static -#endif -/* since "static" is used to mean two completely different things in C, we - define "local" for the non-static meaning of "static", for readability - (compile with -Dlocal if your debugger can't find static symbols) */ - -/* gz* functions always use library allocation functions */ -#ifndef STDC - extern voidp malloc(uInt size); - extern void free(voidpf ptr); -#endif - -/* get errno and strerror definition */ -#if defined UNDER_CE -# include -# define zstrerror() gz_strwinerror((DWORD)GetLastError()) -#else -# ifndef NO_STRERROR -# include -# define zstrerror() strerror(errno) -# else -# define zstrerror() "stdio error (consult errno)" -# endif -#endif - -/* provide prototypes for these when building zlib without LFS */ -#if !defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0 - ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); - ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int); - ZEXTERN z_off64_t ZEXPORT gztell64(gzFile); - ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile); -#endif - -/* default memLevel */ -#if MAX_MEM_LEVEL >= 8 -# define DEF_MEM_LEVEL 8 -#else -# define DEF_MEM_LEVEL MAX_MEM_LEVEL -#endif - -/* default i/o buffer size -- double this for output when reading (this and - twice this must be able to fit in an unsigned type) */ -#define GZBUFSIZE 8192 - -/* gzip modes, also provide a little integrity check on the passed structure */ -#define GZ_NONE 0 -#define GZ_READ 7247 -#define GZ_WRITE 31153 -#define GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ - -/* values for gz_state how */ -#define LOOK 0 /* look for a gzip header */ -#define COPY 1 /* copy input directly */ -#define GZIP 2 /* decompress a gzip stream */ - -/* internal gzip file state data structure */ -typedef struct { - /* exposed contents for gzgetc() macro */ - struct gzFile_s x; /* "x" for exposed */ - /* x.have: number of bytes available at x.next */ - /* x.next: next output data to deliver or write */ - /* x.pos: current position in uncompressed data */ - /* used for both reading and writing */ - int mode; /* see gzip modes above */ - int fd; /* file descriptor */ - char *path; /* path or fd for error messages */ - unsigned size; /* buffer size, zero if not allocated yet */ - unsigned want; /* requested buffer size, default is GZBUFSIZE */ - unsigned char *in; /* input buffer (double-sized when writing) */ - unsigned char *out; /* output buffer (double-sized when reading) */ - int direct; /* 0 if processing gzip, 1 if transparent */ - /* just for reading */ - int how; /* 0: get header, 1: copy, 2: decompress */ - z_off64_t start; /* where the gzip data started, for rewinding */ - int eof; /* true if end of input file reached */ - int past; /* true if read requested past end */ - /* just for writing */ - int level; /* compression level */ - int strategy; /* compression strategy */ - int reset; /* true if a reset is pending after a Z_FINISH */ - /* seek request */ - z_off64_t skip; /* amount to skip (already rewound if backwards) */ - int seek; /* true if seek request pending */ - /* error information */ - int err; /* error code */ - char *msg; /* error message */ - /* zlib inflate or deflate stream */ - z_stream strm; /* stream structure in-place (not a pointer) */ -} gz_state; -typedef gz_state FAR *gz_statep; - -/* shared functions */ -void ZLIB_INTERNAL gz_error(gz_statep, int, const char *); -#if defined UNDER_CE -char ZLIB_INTERNAL *gz_strwinerror(DWORD error); -#endif - -/* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t - value -- needed when comparing unsigned to z_off64_t, which is signed - (possible z_off64_t types off_t, off64_t, and long are all signed) */ -unsigned ZLIB_INTERNAL gz_intmax(void); -#define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) diff --git a/proj-web/thirdparty/zlib-1.3.1/gzlib.c b/proj-web/thirdparty/zlib-1.3.1/gzlib.c deleted file mode 100644 index 983153c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/gzlib.c +++ /dev/null @@ -1,582 +0,0 @@ -/* gzlib.c -- zlib functions common to reading and writing gzip files - * Copyright (C) 2004-2024 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "gzguts.h" - -#if defined(_WIN32) && !defined(__BORLANDC__) -# define LSEEK _lseeki64 -#else -#if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0 -# define LSEEK lseek64 -#else -# define LSEEK lseek -#endif -#endif - -#if defined UNDER_CE - -/* Map the Windows error number in ERROR to a locale-dependent error message - string and return a pointer to it. Typically, the values for ERROR come - from GetLastError. - - The string pointed to shall not be modified by the application, but may be - overwritten by a subsequent call to gz_strwinerror - - The gz_strwinerror function does not change the current setting of - GetLastError. */ -char ZLIB_INTERNAL *gz_strwinerror(DWORD error) { - static char buf[1024]; - - wchar_t *msgbuf; - DWORD lasterr = GetLastError(); - DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM - | FORMAT_MESSAGE_ALLOCATE_BUFFER, - NULL, - error, - 0, /* Default language */ - (LPVOID)&msgbuf, - 0, - NULL); - if (chars != 0) { - /* If there is an \r\n appended, zap it. */ - if (chars >= 2 - && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { - chars -= 2; - msgbuf[chars] = 0; - } - - if (chars > sizeof (buf) - 1) { - chars = sizeof (buf) - 1; - msgbuf[chars] = 0; - } - - wcstombs(buf, msgbuf, chars + 1); - LocalFree(msgbuf); - } - else { - sprintf(buf, "unknown win32 error (%ld)", error); - } - - SetLastError(lasterr); - return buf; -} - -#endif /* UNDER_CE */ - -/* Reset gzip file state */ -local void gz_reset(gz_statep state) { - state->x.have = 0; /* no output data available */ - if (state->mode == GZ_READ) { /* for reading ... */ - state->eof = 0; /* not at end of file */ - state->past = 0; /* have not read past end yet */ - state->how = LOOK; /* look for gzip header */ - } - else /* for writing ... */ - state->reset = 0; /* no deflateReset pending */ - state->seek = 0; /* no seek request pending */ - gz_error(state, Z_OK, NULL); /* clear error */ - state->x.pos = 0; /* no uncompressed data yet */ - state->strm.avail_in = 0; /* no input data yet */ -} - -/* Open a gzip file either by name or file descriptor. */ -local gzFile gz_open(const void *path, int fd, const char *mode) { - gz_statep state; - z_size_t len; - int oflag; -#ifdef O_CLOEXEC - int cloexec = 0; -#endif -#ifdef O_EXCL - int exclusive = 0; -#endif - - /* check input */ - if (path == NULL) - return NULL; - - /* allocate gzFile structure to return */ - state = (gz_statep)malloc(sizeof(gz_state)); - if (state == NULL) - return NULL; - state->size = 0; /* no buffers allocated yet */ - state->want = GZBUFSIZE; /* requested buffer size */ - state->msg = NULL; /* no error message yet */ - - /* interpret mode */ - state->mode = GZ_NONE; - state->level = Z_DEFAULT_COMPRESSION; - state->strategy = Z_DEFAULT_STRATEGY; - state->direct = 0; - while (*mode) { - if (*mode >= '0' && *mode <= '9') - state->level = *mode - '0'; - else - switch (*mode) { - case 'r': - state->mode = GZ_READ; - break; -#ifndef NO_GZCOMPRESS - case 'w': - state->mode = GZ_WRITE; - break; - case 'a': - state->mode = GZ_APPEND; - break; -#endif - case '+': /* can't read and write at the same time */ - free(state); - return NULL; - case 'b': /* ignore -- will request binary anyway */ - break; -#ifdef O_CLOEXEC - case 'e': - cloexec = 1; - break; -#endif -#ifdef O_EXCL - case 'x': - exclusive = 1; - break; -#endif - case 'f': - state->strategy = Z_FILTERED; - break; - case 'h': - state->strategy = Z_HUFFMAN_ONLY; - break; - case 'R': - state->strategy = Z_RLE; - break; - case 'F': - state->strategy = Z_FIXED; - break; - case 'T': - state->direct = 1; - break; - default: /* could consider as an error, but just ignore */ - ; - } - mode++; - } - - /* must provide an "r", "w", or "a" */ - if (state->mode == GZ_NONE) { - free(state); - return NULL; - } - - /* can't force transparent read */ - if (state->mode == GZ_READ) { - if (state->direct) { - free(state); - return NULL; - } - state->direct = 1; /* for empty file */ - } - - /* save the path name for error messages */ -#ifdef WIDECHAR - if (fd == -2) { - len = wcstombs(NULL, path, 0); - if (len == (z_size_t)-1) - len = 0; - } - else -#endif - len = strlen((const char *)path); - state->path = (char *)malloc(len + 1); - if (state->path == NULL) { - free(state); - return NULL; - } -#ifdef WIDECHAR - if (fd == -2) - if (len) - wcstombs(state->path, path, len + 1); - else - *(state->path) = 0; - else -#endif -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - (void)snprintf(state->path, len + 1, "%s", (const char *)path); -#else - strcpy(state->path, path); -#endif - - /* compute the flags for open() */ - oflag = -#ifdef O_LARGEFILE - O_LARGEFILE | -#endif -#ifdef O_BINARY - O_BINARY | -#endif -#ifdef O_CLOEXEC - (cloexec ? O_CLOEXEC : 0) | -#endif - (state->mode == GZ_READ ? - O_RDONLY : - (O_WRONLY | O_CREAT | -#ifdef O_EXCL - (exclusive ? O_EXCL : 0) | -#endif - (state->mode == GZ_WRITE ? - O_TRUNC : - O_APPEND))); - - /* open the file with the appropriate flags (or just use fd) */ - state->fd = fd > -1 ? fd : ( -#ifdef WIDECHAR - fd == -2 ? _wopen(path, oflag, 0666) : -#endif - open((const char *)path, oflag, 0666)); - if (state->fd == -1) { - free(state->path); - free(state); - return NULL; - } - if (state->mode == GZ_APPEND) { - LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ - state->mode = GZ_WRITE; /* simplify later checks */ - } - - /* save the current position for rewinding (only if reading) */ - if (state->mode == GZ_READ) { - state->start = LSEEK(state->fd, 0, SEEK_CUR); - if (state->start == -1) state->start = 0; - } - - /* initialize stream */ - gz_reset(state); - - /* return stream */ - return (gzFile)state; -} - -/* -- see zlib.h -- */ -gzFile ZEXPORT gzopen(const char *path, const char *mode) { - return gz_open(path, -1, mode); -} - -/* -- see zlib.h -- */ -gzFile ZEXPORT gzopen64(const char *path, const char *mode) { - return gz_open(path, -1, mode); -} - -/* -- see zlib.h -- */ -gzFile ZEXPORT gzdopen(int fd, const char *mode) { - char *path; /* identifier for error messages */ - gzFile gz; - - if (fd == -1 || (path = (char *)malloc(7 + 3 * sizeof(int))) == NULL) - return NULL; -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - (void)snprintf(path, 7 + 3 * sizeof(int), "", fd); -#else - sprintf(path, "", fd); /* for debugging */ -#endif - gz = gz_open(path, fd, mode); - free(path); - return gz; -} - -/* -- see zlib.h -- */ -#ifdef WIDECHAR -gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) { - return gz_open(path, -2, mode); -} -#endif - -/* -- see zlib.h -- */ -int ZEXPORT gzbuffer(gzFile file, unsigned size) { - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return -1; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return -1; - - /* make sure we haven't already allocated memory */ - if (state->size != 0) - return -1; - - /* check and set requested size */ - if ((size << 1) < size) - return -1; /* need to be able to double it */ - if (size < 8) - size = 8; /* needed to behave well with flushing */ - state->want = size; - return 0; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzrewind(gzFile file) { - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return -1; - state = (gz_statep)file; - - /* check that we're reading and that there's no error */ - if (state->mode != GZ_READ || - (state->err != Z_OK && state->err != Z_BUF_ERROR)) - return -1; - - /* back up and start over */ - if (LSEEK(state->fd, state->start, SEEK_SET) == -1) - return -1; - gz_reset(state); - return 0; -} - -/* -- see zlib.h -- */ -z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { - unsigned n; - z_off64_t ret; - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return -1; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return -1; - - /* check that there's no error */ - if (state->err != Z_OK && state->err != Z_BUF_ERROR) - return -1; - - /* can only seek from start or relative to current position */ - if (whence != SEEK_SET && whence != SEEK_CUR) - return -1; - - /* normalize offset to a SEEK_CUR specification */ - if (whence == SEEK_SET) - offset -= state->x.pos; - else if (state->seek) - offset += state->skip; - state->seek = 0; - - /* if within raw area while reading, just go there */ - if (state->mode == GZ_READ && state->how == COPY && - state->x.pos + offset >= 0) { - ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR); - if (ret == -1) - return -1; - state->x.have = 0; - state->eof = 0; - state->past = 0; - state->seek = 0; - gz_error(state, Z_OK, NULL); - state->strm.avail_in = 0; - state->x.pos += offset; - return state->x.pos; - } - - /* calculate skip amount, rewinding if needed for back seek when reading */ - if (offset < 0) { - if (state->mode != GZ_READ) /* writing -- can't go backwards */ - return -1; - offset += state->x.pos; - if (offset < 0) /* before start of file! */ - return -1; - if (gzrewind(file) == -1) /* rewind, then skip to offset */ - return -1; - } - - /* if reading, skip what's in output buffer (one less gzgetc() check) */ - if (state->mode == GZ_READ) { - n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ? - (unsigned)offset : state->x.have; - state->x.have -= n; - state->x.next += n; - state->x.pos += n; - offset -= n; - } - - /* request skip (if not zero) */ - if (offset) { - state->seek = 1; - state->skip = offset; - } - return state->x.pos + offset; -} - -/* -- see zlib.h -- */ -z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { - z_off64_t ret; - - ret = gzseek64(file, (z_off64_t)offset, whence); - return ret == (z_off_t)ret ? (z_off_t)ret : -1; -} - -/* -- see zlib.h -- */ -z_off64_t ZEXPORT gztell64(gzFile file) { - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return -1; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return -1; - - /* return position */ - return state->x.pos + (state->seek ? state->skip : 0); -} - -/* -- see zlib.h -- */ -z_off_t ZEXPORT gztell(gzFile file) { - z_off64_t ret; - - ret = gztell64(file); - return ret == (z_off_t)ret ? (z_off_t)ret : -1; -} - -/* -- see zlib.h -- */ -z_off64_t ZEXPORT gzoffset64(gzFile file) { - z_off64_t offset; - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return -1; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return -1; - - /* compute and return effective offset in file */ - offset = LSEEK(state->fd, 0, SEEK_CUR); - if (offset == -1) - return -1; - if (state->mode == GZ_READ) /* reading */ - offset -= state->strm.avail_in; /* don't count buffered input */ - return offset; -} - -/* -- see zlib.h -- */ -z_off_t ZEXPORT gzoffset(gzFile file) { - z_off64_t ret; - - ret = gzoffset64(file); - return ret == (z_off_t)ret ? (z_off_t)ret : -1; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzeof(gzFile file) { - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return 0; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return 0; - - /* return end-of-file state */ - return state->mode == GZ_READ ? state->past : 0; -} - -/* -- see zlib.h -- */ -const char * ZEXPORT gzerror(gzFile file, int *errnum) { - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return NULL; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return NULL; - - /* return error information */ - if (errnum != NULL) - *errnum = state->err; - return state->err == Z_MEM_ERROR ? "out of memory" : - (state->msg == NULL ? "" : state->msg); -} - -/* -- see zlib.h -- */ -void ZEXPORT gzclearerr(gzFile file) { - gz_statep state; - - /* get internal structure and check integrity */ - if (file == NULL) - return; - state = (gz_statep)file; - if (state->mode != GZ_READ && state->mode != GZ_WRITE) - return; - - /* clear error and end-of-file */ - if (state->mode == GZ_READ) { - state->eof = 0; - state->past = 0; - } - gz_error(state, Z_OK, NULL); -} - -/* Create an error message in allocated memory and set state->err and - state->msg accordingly. Free any previous error message already there. Do - not try to free or allocate space if the error is Z_MEM_ERROR (out of - memory). Simply save the error message as a static string. If there is an - allocation failure constructing the error message, then convert the error to - out of memory. */ -void ZLIB_INTERNAL gz_error(gz_statep state, int err, const char *msg) { - /* free previously allocated message and clear */ - if (state->msg != NULL) { - if (state->err != Z_MEM_ERROR) - free(state->msg); - state->msg = NULL; - } - - /* if fatal, set state->x.have to 0 so that the gzgetc() macro fails */ - if (err != Z_OK && err != Z_BUF_ERROR) - state->x.have = 0; - - /* set error code, and if no message, then done */ - state->err = err; - if (msg == NULL) - return; - - /* for an out of memory error, return literal string when requested */ - if (err == Z_MEM_ERROR) - return; - - /* construct error message with path */ - if ((state->msg = (char *)malloc(strlen(state->path) + strlen(msg) + 3)) == - NULL) { - state->err = Z_MEM_ERROR; - return; - } -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - (void)snprintf(state->msg, strlen(state->path) + strlen(msg) + 3, - "%s%s%s", state->path, ": ", msg); -#else - strcpy(state->msg, state->path); - strcat(state->msg, ": "); - strcat(state->msg, msg); -#endif -} - -/* portably return maximum value for an int (when limits.h presumed not - available) -- we need to do this to cover cases where 2's complement not - used, since C standard permits 1's complement and sign-bit representations, - otherwise we could just use ((unsigned)-1) >> 1 */ -unsigned ZLIB_INTERNAL gz_intmax(void) { -#ifdef INT_MAX - return INT_MAX; -#else - unsigned p = 1, q; - do { - q = p; - p <<= 1; - p++; - } while (p > q); - return q >> 1; -#endif -} diff --git a/proj-web/thirdparty/zlib-1.3.1/gzread.c b/proj-web/thirdparty/zlib-1.3.1/gzread.c deleted file mode 100644 index 4168cbc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/gzread.c +++ /dev/null @@ -1,602 +0,0 @@ -/* gzread.c -- zlib functions for reading gzip files - * Copyright (C) 2004-2017 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "gzguts.h" - -/* Use read() to load a buffer -- return -1 on error, otherwise 0. Read from - state->fd, and update state->eof, state->err, and state->msg as appropriate. - This function needs to loop on read(), since read() is not guaranteed to - read the number of bytes requested, depending on the type of descriptor. */ -local int gz_load(gz_statep state, unsigned char *buf, unsigned len, - unsigned *have) { - int ret; - unsigned get, max = ((unsigned)-1 >> 2) + 1; - - *have = 0; - do { - get = len - *have; - if (get > max) - get = max; - ret = read(state->fd, buf + *have, get); - if (ret <= 0) - break; - *have += (unsigned)ret; - } while (*have < len); - if (ret < 0) { - gz_error(state, Z_ERRNO, zstrerror()); - return -1; - } - if (ret == 0) - state->eof = 1; - return 0; -} - -/* Load up input buffer and set eof flag if last data loaded -- return -1 on - error, 0 otherwise. Note that the eof flag is set when the end of the input - file is reached, even though there may be unused data in the buffer. Once - that data has been used, no more attempts will be made to read the file. - If strm->avail_in != 0, then the current data is moved to the beginning of - the input buffer, and then the remainder of the buffer is loaded with the - available data from the input file. */ -local int gz_avail(gz_statep state) { - unsigned got; - z_streamp strm = &(state->strm); - - if (state->err != Z_OK && state->err != Z_BUF_ERROR) - return -1; - if (state->eof == 0) { - if (strm->avail_in) { /* copy what's there to the start */ - unsigned char *p = state->in; - unsigned const char *q = strm->next_in; - unsigned n = strm->avail_in; - do { - *p++ = *q++; - } while (--n); - } - if (gz_load(state, state->in + strm->avail_in, - state->size - strm->avail_in, &got) == -1) - return -1; - strm->avail_in += got; - strm->next_in = state->in; - } - return 0; -} - -/* Look for gzip header, set up for inflate or copy. state->x.have must be 0. - If this is the first time in, allocate required memory. state->how will be - left unchanged if there is no more input data available, will be set to COPY - if there is no gzip header and direct copying will be performed, or it will - be set to GZIP for decompression. If direct copying, then leftover input - data from the input buffer will be copied to the output buffer. In that - case, all further file reads will be directly to either the output buffer or - a user buffer. If decompressing, the inflate state will be initialized. - gz_look() will return 0 on success or -1 on failure. */ -local int gz_look(gz_statep state) { - z_streamp strm = &(state->strm); - - /* allocate read buffers and inflate memory */ - if (state->size == 0) { - /* allocate buffers */ - state->in = (unsigned char *)malloc(state->want); - state->out = (unsigned char *)malloc(state->want << 1); - if (state->in == NULL || state->out == NULL) { - free(state->out); - free(state->in); - gz_error(state, Z_MEM_ERROR, "out of memory"); - return -1; - } - state->size = state->want; - - /* allocate inflate memory */ - state->strm.zalloc = Z_NULL; - state->strm.zfree = Z_NULL; - state->strm.opaque = Z_NULL; - state->strm.avail_in = 0; - state->strm.next_in = Z_NULL; - if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */ - free(state->out); - free(state->in); - state->size = 0; - gz_error(state, Z_MEM_ERROR, "out of memory"); - return -1; - } - } - - /* get at least the magic bytes in the input buffer */ - if (strm->avail_in < 2) { - if (gz_avail(state) == -1) - return -1; - if (strm->avail_in == 0) - return 0; - } - - /* look for gzip magic bytes -- if there, do gzip decoding (note: there is - a logical dilemma here when considering the case of a partially written - gzip file, to wit, if a single 31 byte is written, then we cannot tell - whether this is a single-byte file, or just a partially written gzip - file -- for here we assume that if a gzip file is being written, then - the header will be written in a single operation, so that reading a - single byte is sufficient indication that it is not a gzip file) */ - if (strm->avail_in > 1 && - strm->next_in[0] == 31 && strm->next_in[1] == 139) { - inflateReset(strm); - state->how = GZIP; - state->direct = 0; - return 0; - } - - /* no gzip header -- if we were decoding gzip before, then this is trailing - garbage. Ignore the trailing garbage and finish. */ - if (state->direct == 0) { - strm->avail_in = 0; - state->eof = 1; - state->x.have = 0; - return 0; - } - - /* doing raw i/o, copy any leftover input to output -- this assumes that - the output buffer is larger than the input buffer, which also assures - space for gzungetc() */ - state->x.next = state->out; - memcpy(state->x.next, strm->next_in, strm->avail_in); - state->x.have = strm->avail_in; - strm->avail_in = 0; - state->how = COPY; - state->direct = 1; - return 0; -} - -/* Decompress from input to the provided next_out and avail_out in the state. - On return, state->x.have and state->x.next point to the just decompressed - data. If the gzip stream completes, state->how is reset to LOOK to look for - the next gzip stream or raw data, once state->x.have is depleted. Returns 0 - on success, -1 on failure. */ -local int gz_decomp(gz_statep state) { - int ret = Z_OK; - unsigned had; - z_streamp strm = &(state->strm); - - /* fill output buffer up to end of deflate stream */ - had = strm->avail_out; - do { - /* get more input for inflate() */ - if (strm->avail_in == 0 && gz_avail(state) == -1) - return -1; - if (strm->avail_in == 0) { - gz_error(state, Z_BUF_ERROR, "unexpected end of file"); - break; - } - - /* decompress and handle errors */ - ret = inflate(strm, Z_NO_FLUSH); - if (ret == Z_STREAM_ERROR || ret == Z_NEED_DICT) { - gz_error(state, Z_STREAM_ERROR, - "internal error: inflate stream corrupt"); - return -1; - } - if (ret == Z_MEM_ERROR) { - gz_error(state, Z_MEM_ERROR, "out of memory"); - return -1; - } - if (ret == Z_DATA_ERROR) { /* deflate stream invalid */ - gz_error(state, Z_DATA_ERROR, - strm->msg == NULL ? "compressed data error" : strm->msg); - return -1; - } - } while (strm->avail_out && ret != Z_STREAM_END); - - /* update available output */ - state->x.have = had - strm->avail_out; - state->x.next = strm->next_out - state->x.have; - - /* if the gzip stream completed successfully, look for another */ - if (ret == Z_STREAM_END) - state->how = LOOK; - - /* good decompression */ - return 0; -} - -/* Fetch data and put it in the output buffer. Assumes state->x.have is 0. - Data is either copied from the input file or decompressed from the input - file depending on state->how. If state->how is LOOK, then a gzip header is - looked for to determine whether to copy or decompress. Returns -1 on error, - otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the - end of the input file has been reached and all data has been processed. */ -local int gz_fetch(gz_statep state) { - z_streamp strm = &(state->strm); - - do { - switch(state->how) { - case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */ - if (gz_look(state) == -1) - return -1; - if (state->how == LOOK) - return 0; - break; - case COPY: /* -> COPY */ - if (gz_load(state, state->out, state->size << 1, &(state->x.have)) - == -1) - return -1; - state->x.next = state->out; - return 0; - case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */ - strm->avail_out = state->size << 1; - strm->next_out = state->out; - if (gz_decomp(state) == -1) - return -1; - } - } while (state->x.have == 0 && (!state->eof || strm->avail_in)); - return 0; -} - -/* Skip len uncompressed bytes of output. Return -1 on error, 0 on success. */ -local int gz_skip(gz_statep state, z_off64_t len) { - unsigned n; - - /* skip over len bytes or reach end-of-file, whichever comes first */ - while (len) - /* skip over whatever is in output buffer */ - if (state->x.have) { - n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ? - (unsigned)len : state->x.have; - state->x.have -= n; - state->x.next += n; - state->x.pos += n; - len -= n; - } - - /* output buffer empty -- return if we're at the end of the input */ - else if (state->eof && state->strm.avail_in == 0) - break; - - /* need more data to skip -- load up output buffer */ - else { - /* get more output, looking for header if required */ - if (gz_fetch(state) == -1) - return -1; - } - return 0; -} - -/* Read len bytes into buf from file, or less than len up to the end of the - input. Return the number of bytes read. If zero is returned, either the - end of file was reached, or there was an error. state->err must be - consulted in that case to determine which. */ -local z_size_t gz_read(gz_statep state, voidp buf, z_size_t len) { - z_size_t got; - unsigned n; - - /* if len is zero, avoid unnecessary operations */ - if (len == 0) - return 0; - - /* process a skip request */ - if (state->seek) { - state->seek = 0; - if (gz_skip(state, state->skip) == -1) - return 0; - } - - /* get len bytes to buf, or less than len if at the end */ - got = 0; - do { - /* set n to the maximum amount of len that fits in an unsigned int */ - n = (unsigned)-1; - if (n > len) - n = (unsigned)len; - - /* first just try copying data from the output buffer */ - if (state->x.have) { - if (state->x.have < n) - n = state->x.have; - memcpy(buf, state->x.next, n); - state->x.next += n; - state->x.have -= n; - } - - /* output buffer empty -- return if we're at the end of the input */ - else if (state->eof && state->strm.avail_in == 0) { - state->past = 1; /* tried to read past end */ - break; - } - - /* need output data -- for small len or new stream load up our output - buffer */ - else if (state->how == LOOK || n < (state->size << 1)) { - /* get more output, looking for header if required */ - if (gz_fetch(state) == -1) - return 0; - continue; /* no progress yet -- go back to copy above */ - /* the copy above assures that we will leave with space in the - output buffer, allowing at least one gzungetc() to succeed */ - } - - /* large len -- read directly into user buffer */ - else if (state->how == COPY) { /* read directly */ - if (gz_load(state, (unsigned char *)buf, n, &n) == -1) - return 0; - } - - /* large len -- decompress directly into user buffer */ - else { /* state->how == GZIP */ - state->strm.avail_out = n; - state->strm.next_out = (unsigned char *)buf; - if (gz_decomp(state) == -1) - return 0; - n = state->x.have; - state->x.have = 0; - } - - /* update progress */ - len -= n; - buf = (char *)buf + n; - got += n; - state->x.pos += n; - } while (len); - - /* return number of bytes read into user buffer */ - return got; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return -1; - state = (gz_statep)file; - - /* check that we're reading and that there's no (serious) error */ - if (state->mode != GZ_READ || - (state->err != Z_OK && state->err != Z_BUF_ERROR)) - return -1; - - /* since an int is returned, make sure len fits in one, otherwise return - with an error (this avoids a flaw in the interface) */ - if ((int)len < 0) { - gz_error(state, Z_STREAM_ERROR, "request does not fit in an int"); - return -1; - } - - /* read len or fewer bytes to buf */ - len = (unsigned)gz_read(state, buf, len); - - /* check for an error */ - if (len == 0 && state->err != Z_OK && state->err != Z_BUF_ERROR) - return -1; - - /* return the number of bytes read (this is assured to fit in an int) */ - return (int)len; -} - -/* -- see zlib.h -- */ -z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, gzFile file) { - z_size_t len; - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return 0; - state = (gz_statep)file; - - /* check that we're reading and that there's no (serious) error */ - if (state->mode != GZ_READ || - (state->err != Z_OK && state->err != Z_BUF_ERROR)) - return 0; - - /* compute bytes to read -- error on overflow */ - len = nitems * size; - if (size && len / size != nitems) { - gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); - return 0; - } - - /* read len or fewer bytes to buf, return the number of full items read */ - return len ? gz_read(state, buf, len) / size : 0; -} - -/* -- see zlib.h -- */ -#ifdef Z_PREFIX_SET -# undef z_gzgetc -#else -# undef gzgetc -#endif -int ZEXPORT gzgetc(gzFile file) { - unsigned char buf[1]; - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return -1; - state = (gz_statep)file; - - /* check that we're reading and that there's no (serious) error */ - if (state->mode != GZ_READ || - (state->err != Z_OK && state->err != Z_BUF_ERROR)) - return -1; - - /* try output buffer (no need to check for skip request) */ - if (state->x.have) { - state->x.have--; - state->x.pos++; - return *(state->x.next)++; - } - - /* nothing there -- try gz_read() */ - return gz_read(state, buf, 1) < 1 ? -1 : buf[0]; -} - -int ZEXPORT gzgetc_(gzFile file) { - return gzgetc(file); -} - -/* -- see zlib.h -- */ -int ZEXPORT gzungetc(int c, gzFile file) { - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return -1; - state = (gz_statep)file; - - /* in case this was just opened, set up the input buffer */ - if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0) - (void)gz_look(state); - - /* check that we're reading and that there's no (serious) error */ - if (state->mode != GZ_READ || - (state->err != Z_OK && state->err != Z_BUF_ERROR)) - return -1; - - /* process a skip request */ - if (state->seek) { - state->seek = 0; - if (gz_skip(state, state->skip) == -1) - return -1; - } - - /* can't push EOF */ - if (c < 0) - return -1; - - /* if output buffer empty, put byte at end (allows more pushing) */ - if (state->x.have == 0) { - state->x.have = 1; - state->x.next = state->out + (state->size << 1) - 1; - state->x.next[0] = (unsigned char)c; - state->x.pos--; - state->past = 0; - return c; - } - - /* if no room, give up (must have already done a gzungetc()) */ - if (state->x.have == (state->size << 1)) { - gz_error(state, Z_DATA_ERROR, "out of room to push characters"); - return -1; - } - - /* slide output data if needed and insert byte before existing data */ - if (state->x.next == state->out) { - unsigned char *src = state->out + state->x.have; - unsigned char *dest = state->out + (state->size << 1); - while (src > state->out) - *--dest = *--src; - state->x.next = dest; - } - state->x.have++; - state->x.next--; - state->x.next[0] = (unsigned char)c; - state->x.pos--; - state->past = 0; - return c; -} - -/* -- see zlib.h -- */ -char * ZEXPORT gzgets(gzFile file, char *buf, int len) { - unsigned left, n; - char *str; - unsigned char *eol; - gz_statep state; - - /* check parameters and get internal structure */ - if (file == NULL || buf == NULL || len < 1) - return NULL; - state = (gz_statep)file; - - /* check that we're reading and that there's no (serious) error */ - if (state->mode != GZ_READ || - (state->err != Z_OK && state->err != Z_BUF_ERROR)) - return NULL; - - /* process a skip request */ - if (state->seek) { - state->seek = 0; - if (gz_skip(state, state->skip) == -1) - return NULL; - } - - /* copy output bytes up to new line or len - 1, whichever comes first -- - append a terminating zero to the string (we don't check for a zero in - the contents, let the user worry about that) */ - str = buf; - left = (unsigned)len - 1; - if (left) do { - /* assure that something is in the output buffer */ - if (state->x.have == 0 && gz_fetch(state) == -1) - return NULL; /* error */ - if (state->x.have == 0) { /* end of file */ - state->past = 1; /* read past end */ - break; /* return what we have */ - } - - /* look for end-of-line in current output buffer */ - n = state->x.have > left ? left : state->x.have; - eol = (unsigned char *)memchr(state->x.next, '\n', n); - if (eol != NULL) - n = (unsigned)(eol - state->x.next) + 1; - - /* copy through end-of-line, or remainder if not found */ - memcpy(buf, state->x.next, n); - state->x.have -= n; - state->x.next += n; - state->x.pos += n; - left -= n; - buf += n; - } while (left && eol == NULL); - - /* return terminated string, or if nothing, end of file */ - if (buf == str) - return NULL; - buf[0] = 0; - return str; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzdirect(gzFile file) { - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return 0; - state = (gz_statep)file; - - /* if the state is not known, but we can find out, then do so (this is - mainly for right after a gzopen() or gzdopen()) */ - if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0) - (void)gz_look(state); - - /* return 1 if transparent, 0 if processing a gzip stream */ - return state->direct; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzclose_r(gzFile file) { - int ret, err; - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - - /* check that we're reading */ - if (state->mode != GZ_READ) - return Z_STREAM_ERROR; - - /* free memory and close file */ - if (state->size) { - inflateEnd(&(state->strm)); - free(state->out); - free(state->in); - } - err = state->err == Z_BUF_ERROR ? Z_BUF_ERROR : Z_OK; - gz_error(state, Z_OK, NULL); - free(state->path); - ret = close(state->fd); - free(state); - return ret ? Z_ERRNO : err; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/gzwrite.c b/proj-web/thirdparty/zlib-1.3.1/gzwrite.c deleted file mode 100644 index 435b462..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/gzwrite.c +++ /dev/null @@ -1,631 +0,0 @@ -/* gzwrite.c -- zlib functions for writing gzip files - * Copyright (C) 2004-2019 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "gzguts.h" - -/* Initialize state for writing a gzip file. Mark initialization by setting - state->size to non-zero. Return -1 on a memory allocation failure, or 0 on - success. */ -local int gz_init(gz_statep state) { - int ret; - z_streamp strm = &(state->strm); - - /* allocate input buffer (double size for gzprintf) */ - state->in = (unsigned char *)malloc(state->want << 1); - if (state->in == NULL) { - gz_error(state, Z_MEM_ERROR, "out of memory"); - return -1; - } - - /* only need output buffer and deflate state if compressing */ - if (!state->direct) { - /* allocate output buffer */ - state->out = (unsigned char *)malloc(state->want); - if (state->out == NULL) { - free(state->in); - gz_error(state, Z_MEM_ERROR, "out of memory"); - return -1; - } - - /* allocate deflate memory, set up for gzip compression */ - strm->zalloc = Z_NULL; - strm->zfree = Z_NULL; - strm->opaque = Z_NULL; - ret = deflateInit2(strm, state->level, Z_DEFLATED, - MAX_WBITS + 16, DEF_MEM_LEVEL, state->strategy); - if (ret != Z_OK) { - free(state->out); - free(state->in); - gz_error(state, Z_MEM_ERROR, "out of memory"); - return -1; - } - strm->next_in = NULL; - } - - /* mark state as initialized */ - state->size = state->want; - - /* initialize write buffer if compressing */ - if (!state->direct) { - strm->avail_out = state->size; - strm->next_out = state->out; - state->x.next = strm->next_out; - } - return 0; -} - -/* Compress whatever is at avail_in and next_in and write to the output file. - Return -1 if there is an error writing to the output file or if gz_init() - fails to allocate memory, otherwise 0. flush is assumed to be a valid - deflate() flush value. If flush is Z_FINISH, then the deflate() state is - reset to start a new gzip stream. If gz->direct is true, then simply write - to the output file without compressing, and ignore flush. */ -local int gz_comp(gz_statep state, int flush) { - int ret, writ; - unsigned have, put, max = ((unsigned)-1 >> 2) + 1; - z_streamp strm = &(state->strm); - - /* allocate memory if this is the first time through */ - if (state->size == 0 && gz_init(state) == -1) - return -1; - - /* write directly if requested */ - if (state->direct) { - while (strm->avail_in) { - put = strm->avail_in > max ? max : strm->avail_in; - writ = write(state->fd, strm->next_in, put); - if (writ < 0) { - gz_error(state, Z_ERRNO, zstrerror()); - return -1; - } - strm->avail_in -= (unsigned)writ; - strm->next_in += writ; - } - return 0; - } - - /* check for a pending reset */ - if (state->reset) { - /* don't start a new gzip member unless there is data to write */ - if (strm->avail_in == 0) - return 0; - deflateReset(strm); - state->reset = 0; - } - - /* run deflate() on provided input until it produces no more output */ - ret = Z_OK; - do { - /* write out current buffer contents if full, or if flushing, but if - doing Z_FINISH then don't write until we get to Z_STREAM_END */ - if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && - (flush != Z_FINISH || ret == Z_STREAM_END))) { - while (strm->next_out > state->x.next) { - put = strm->next_out - state->x.next > (int)max ? max : - (unsigned)(strm->next_out - state->x.next); - writ = write(state->fd, state->x.next, put); - if (writ < 0) { - gz_error(state, Z_ERRNO, zstrerror()); - return -1; - } - state->x.next += writ; - } - if (strm->avail_out == 0) { - strm->avail_out = state->size; - strm->next_out = state->out; - state->x.next = state->out; - } - } - - /* compress */ - have = strm->avail_out; - ret = deflate(strm, flush); - if (ret == Z_STREAM_ERROR) { - gz_error(state, Z_STREAM_ERROR, - "internal error: deflate stream corrupt"); - return -1; - } - have -= strm->avail_out; - } while (have); - - /* if that completed a deflate stream, allow another to start */ - if (flush == Z_FINISH) - state->reset = 1; - - /* all done, no errors */ - return 0; -} - -/* Compress len zeros to output. Return -1 on a write error or memory - allocation failure by gz_comp(), or 0 on success. */ -local int gz_zero(gz_statep state, z_off64_t len) { - int first; - unsigned n; - z_streamp strm = &(state->strm); - - /* consume whatever's left in the input buffer */ - if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) - return -1; - - /* compress len zeros (len guaranteed > 0) */ - first = 1; - while (len) { - n = GT_OFF(state->size) || (z_off64_t)state->size > len ? - (unsigned)len : state->size; - if (first) { - memset(state->in, 0, n); - first = 0; - } - strm->avail_in = n; - strm->next_in = state->in; - state->x.pos += n; - if (gz_comp(state, Z_NO_FLUSH) == -1) - return -1; - len -= n; - } - return 0; -} - -/* Write len bytes from buf to file. Return the number of bytes written. If - the returned value is less than len, then there was an error. */ -local z_size_t gz_write(gz_statep state, voidpc buf, z_size_t len) { - z_size_t put = len; - - /* if len is zero, avoid unnecessary operations */ - if (len == 0) - return 0; - - /* allocate memory if this is the first time through */ - if (state->size == 0 && gz_init(state) == -1) - return 0; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - return 0; - } - - /* for small len, copy to input buffer, otherwise compress directly */ - if (len < state->size) { - /* copy to input buffer, compress when full */ - do { - unsigned have, copy; - - if (state->strm.avail_in == 0) - state->strm.next_in = state->in; - have = (unsigned)((state->strm.next_in + state->strm.avail_in) - - state->in); - copy = state->size - have; - if (copy > len) - copy = (unsigned)len; - memcpy(state->in + have, buf, copy); - state->strm.avail_in += copy; - state->x.pos += copy; - buf = (const char *)buf + copy; - len -= copy; - if (len && gz_comp(state, Z_NO_FLUSH) == -1) - return 0; - } while (len); - } - else { - /* consume whatever's left in the input buffer */ - if (state->strm.avail_in && gz_comp(state, Z_NO_FLUSH) == -1) - return 0; - - /* directly compress user buffer to file */ - state->strm.next_in = (z_const Bytef *)buf; - do { - unsigned n = (unsigned)-1; - if (n > len) - n = (unsigned)len; - state->strm.avail_in = n; - state->x.pos += n; - if (gz_comp(state, Z_NO_FLUSH) == -1) - return 0; - len -= n; - } while (len); - } - - /* input was all buffered or compressed */ - return put; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return 0; - state = (gz_statep)file; - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return 0; - - /* since an int is returned, make sure len fits in one, otherwise return - with an error (this avoids a flaw in the interface) */ - if ((int)len < 0) { - gz_error(state, Z_DATA_ERROR, "requested length does not fit in int"); - return 0; - } - - /* write len bytes from buf (the return value will fit in an int) */ - return (int)gz_write(state, buf, len); -} - -/* -- see zlib.h -- */ -z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, z_size_t nitems, - gzFile file) { - z_size_t len; - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return 0; - state = (gz_statep)file; - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return 0; - - /* compute bytes to read -- error on overflow */ - len = nitems * size; - if (size && len / size != nitems) { - gz_error(state, Z_STREAM_ERROR, "request does not fit in a size_t"); - return 0; - } - - /* write len bytes to buf, return the number of full items written */ - return len ? gz_write(state, buf, len) / size : 0; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzputc(gzFile file, int c) { - unsigned have; - unsigned char buf[1]; - gz_statep state; - z_streamp strm; - - /* get internal structure */ - if (file == NULL) - return -1; - state = (gz_statep)file; - strm = &(state->strm); - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return -1; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - return -1; - } - - /* try writing to input buffer for speed (state->size == 0 if buffer not - initialized) */ - if (state->size) { - if (strm->avail_in == 0) - strm->next_in = state->in; - have = (unsigned)((strm->next_in + strm->avail_in) - state->in); - if (have < state->size) { - state->in[have] = (unsigned char)c; - strm->avail_in++; - state->x.pos++; - return c & 0xff; - } - } - - /* no room in buffer or not initialized, use gz_write() */ - buf[0] = (unsigned char)c; - if (gz_write(state, buf, 1) != 1) - return -1; - return c & 0xff; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzputs(gzFile file, const char *s) { - z_size_t len, put; - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return -1; - state = (gz_statep)file; - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return -1; - - /* write string */ - len = strlen(s); - if ((int)len < 0 || (unsigned)len != len) { - gz_error(state, Z_STREAM_ERROR, "string length does not fit in int"); - return -1; - } - put = gz_write(state, s, len); - return put < len ? -1 : (int)len; -} - -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -#include - -/* -- see zlib.h -- */ -int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) { - int len; - unsigned left; - char *next; - gz_statep state; - z_streamp strm; - - /* get internal structure */ - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - strm = &(state->strm); - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return Z_STREAM_ERROR; - - /* make sure we have some buffer space */ - if (state->size == 0 && gz_init(state) == -1) - return state->err; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - return state->err; - } - - /* do the printf() into the input buffer, put length in len -- the input - buffer is double-sized just for this function, so there is guaranteed to - be state->size bytes available after the current contents */ - if (strm->avail_in == 0) - strm->next_in = state->in; - next = (char *)(state->in + (strm->next_in - state->in) + strm->avail_in); - next[state->size - 1] = 0; -#ifdef NO_vsnprintf -# ifdef HAS_vsprintf_void - (void)vsprintf(next, format, va); - for (len = 0; len < state->size; len++) - if (next[len] == 0) break; -# else - len = vsprintf(next, format, va); -# endif -#else -# ifdef HAS_vsnprintf_void - (void)vsnprintf(next, state->size, format, va); - len = strlen(next); -# else - len = vsnprintf(next, state->size, format, va); -# endif -#endif - - /* check that printf() results fit in buffer */ - if (len == 0 || (unsigned)len >= state->size || next[state->size - 1] != 0) - return 0; - - /* update buffer and position, compress first half if past that */ - strm->avail_in += (unsigned)len; - state->x.pos += len; - if (strm->avail_in >= state->size) { - left = strm->avail_in - state->size; - strm->avail_in = state->size; - if (gz_comp(state, Z_NO_FLUSH) == -1) - return state->err; - memmove(state->in, state->in + state->size, left); - strm->next_in = state->in; - strm->avail_in = left; - } - return len; -} - -int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { - va_list va; - int ret; - - va_start(va, format); - ret = gzvprintf(file, format, va); - va_end(va); - return ret; -} - -#else /* !STDC && !Z_HAVE_STDARG_H */ - -/* -- see zlib.h -- */ -int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, - int a4, int a5, int a6, int a7, int a8, int a9, int a10, - int a11, int a12, int a13, int a14, int a15, int a16, - int a17, int a18, int a19, int a20) { - unsigned len, left; - char *next; - gz_statep state; - z_streamp strm; - - /* get internal structure */ - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - strm = &(state->strm); - - /* check that can really pass pointer in ints */ - if (sizeof(int) != sizeof(void *)) - return Z_STREAM_ERROR; - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return Z_STREAM_ERROR; - - /* make sure we have some buffer space */ - if (state->size == 0 && gz_init(state) == -1) - return state->error; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - return state->error; - } - - /* do the printf() into the input buffer, put length in len -- the input - buffer is double-sized just for this function, so there is guaranteed to - be state->size bytes available after the current contents */ - if (strm->avail_in == 0) - strm->next_in = state->in; - next = (char *)(strm->next_in + strm->avail_in); - next[state->size - 1] = 0; -#ifdef NO_snprintf -# ifdef HAS_sprintf_void - sprintf(next, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, - a13, a14, a15, a16, a17, a18, a19, a20); - for (len = 0; len < size; len++) - if (next[len] == 0) - break; -# else - len = sprintf(next, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, - a12, a13, a14, a15, a16, a17, a18, a19, a20); -# endif -#else -# ifdef HAS_snprintf_void - snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, - a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); - len = strlen(next); -# else - len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, - a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20); -# endif -#endif - - /* check that printf() results fit in buffer */ - if (len == 0 || len >= state->size || next[state->size - 1] != 0) - return 0; - - /* update buffer and position, compress first half if past that */ - strm->avail_in += len; - state->x.pos += len; - if (strm->avail_in >= state->size) { - left = strm->avail_in - state->size; - strm->avail_in = state->size; - if (gz_comp(state, Z_NO_FLUSH) == -1) - return state->err; - memmove(state->in, state->in + state->size, left); - strm->next_in = state->in; - strm->avail_in = left; - } - return (int)len; -} - -#endif - -/* -- see zlib.h -- */ -int ZEXPORT gzflush(gzFile file, int flush) { - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK) - return Z_STREAM_ERROR; - - /* check flush parameter */ - if (flush < 0 || flush > Z_FINISH) - return Z_STREAM_ERROR; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - return state->err; - } - - /* compress remaining data with requested flush */ - (void)gz_comp(state, flush); - return state->err; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { - gz_statep state; - z_streamp strm; - - /* get internal structure */ - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - strm = &(state->strm); - - /* check that we're writing and that there's no error */ - if (state->mode != GZ_WRITE || state->err != Z_OK || state->direct) - return Z_STREAM_ERROR; - - /* if no change is requested, then do nothing */ - if (level == state->level && strategy == state->strategy) - return Z_OK; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - return state->err; - } - - /* change compression parameters for subsequent input */ - if (state->size) { - /* flush previous input with previous parameters before changing */ - if (strm->avail_in && gz_comp(state, Z_BLOCK) == -1) - return state->err; - deflateParams(strm, level, strategy); - } - state->level = level; - state->strategy = strategy; - return Z_OK; -} - -/* -- see zlib.h -- */ -int ZEXPORT gzclose_w(gzFile file) { - int ret = Z_OK; - gz_statep state; - - /* get internal structure */ - if (file == NULL) - return Z_STREAM_ERROR; - state = (gz_statep)file; - - /* check that we're writing */ - if (state->mode != GZ_WRITE) - return Z_STREAM_ERROR; - - /* check for seek request */ - if (state->seek) { - state->seek = 0; - if (gz_zero(state, state->skip) == -1) - ret = state->err; - } - - /* flush, free memory, and close file */ - if (gz_comp(state, Z_FINISH) == -1) - ret = state->err; - if (state->size) { - if (!state->direct) { - (void)deflateEnd(&(state->strm)); - free(state->out); - } - free(state->in); - } - gz_error(state, Z_OK, NULL); - free(state->path); - if (close(state->fd) == -1) - ret = Z_ERRNO; - free(state); - return ret; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/infback.c b/proj-web/thirdparty/zlib-1.3.1/infback.c deleted file mode 100644 index e7b25b3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/infback.c +++ /dev/null @@ -1,628 +0,0 @@ -/* infback.c -- inflate using a call-back interface - * Copyright (C) 1995-2022 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* - This code is largely copied from inflate.c. Normally either infback.o or - inflate.o would be linked into an application--not both. The interface - with inffast.c is retained so that optimized assembler-coded versions of - inflate_fast() can be used with either inflate.c or infback.c. - */ - -#include "zutil.h" -#include "inftrees.h" -#include "inflate.h" -#include "inffast.h" - -/* - strm provides memory allocation functions in zalloc and zfree, or - Z_NULL to use the library memory allocation functions. - - windowBits is in the range 8..15, and window is a user-supplied - window and output buffer that is 2**windowBits bytes. - */ -int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, - unsigned char FAR *window, const char *version, - int stream_size) { - struct inflate_state FAR *state; - - if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || - stream_size != (int)(sizeof(z_stream))) - return Z_VERSION_ERROR; - if (strm == Z_NULL || window == Z_NULL || - windowBits < 8 || windowBits > 15) - return Z_STREAM_ERROR; - strm->msg = Z_NULL; /* in case we return an error */ - if (strm->zalloc == (alloc_func)0) { -#ifdef Z_SOLO - return Z_STREAM_ERROR; -#else - strm->zalloc = zcalloc; - strm->opaque = (voidpf)0; -#endif - } - if (strm->zfree == (free_func)0) -#ifdef Z_SOLO - return Z_STREAM_ERROR; -#else - strm->zfree = zcfree; -#endif - state = (struct inflate_state FAR *)ZALLOC(strm, 1, - sizeof(struct inflate_state)); - if (state == Z_NULL) return Z_MEM_ERROR; - Tracev((stderr, "inflate: allocated\n")); - strm->state = (struct internal_state FAR *)state; - state->dmax = 32768U; - state->wbits = (uInt)windowBits; - state->wsize = 1U << windowBits; - state->window = window; - state->wnext = 0; - state->whave = 0; - state->sane = 1; - return Z_OK; -} - -/* - Return state with length and distance decoding tables and index sizes set to - fixed code decoding. Normally this returns fixed tables from inffixed.h. - If BUILDFIXED is defined, then instead this routine builds the tables the - first time it's called, and returns those tables the first time and - thereafter. This reduces the size of the code by about 2K bytes, in - exchange for a little execution time. However, BUILDFIXED should not be - used for threaded applications, since the rewriting of the tables and virgin - may not be thread-safe. - */ -local void fixedtables(struct inflate_state FAR *state) { -#ifdef BUILDFIXED - static int virgin = 1; - static code *lenfix, *distfix; - static code fixed[544]; - - /* build fixed huffman tables if first call (may not be thread safe) */ - if (virgin) { - unsigned sym, bits; - static code *next; - - /* literal/length table */ - sym = 0; - while (sym < 144) state->lens[sym++] = 8; - while (sym < 256) state->lens[sym++] = 9; - while (sym < 280) state->lens[sym++] = 7; - while (sym < 288) state->lens[sym++] = 8; - next = fixed; - lenfix = next; - bits = 9; - inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); - - /* distance table */ - sym = 0; - while (sym < 32) state->lens[sym++] = 5; - distfix = next; - bits = 5; - inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); - - /* do this just once */ - virgin = 0; - } -#else /* !BUILDFIXED */ -# include "inffixed.h" -#endif /* BUILDFIXED */ - state->lencode = lenfix; - state->lenbits = 9; - state->distcode = distfix; - state->distbits = 5; -} - -/* Macros for inflateBack(): */ - -/* Load returned state from inflate_fast() */ -#define LOAD() \ - do { \ - put = strm->next_out; \ - left = strm->avail_out; \ - next = strm->next_in; \ - have = strm->avail_in; \ - hold = state->hold; \ - bits = state->bits; \ - } while (0) - -/* Set state from registers for inflate_fast() */ -#define RESTORE() \ - do { \ - strm->next_out = put; \ - strm->avail_out = left; \ - strm->next_in = next; \ - strm->avail_in = have; \ - state->hold = hold; \ - state->bits = bits; \ - } while (0) - -/* Clear the input bit accumulator */ -#define INITBITS() \ - do { \ - hold = 0; \ - bits = 0; \ - } while (0) - -/* Assure that some input is available. If input is requested, but denied, - then return a Z_BUF_ERROR from inflateBack(). */ -#define PULL() \ - do { \ - if (have == 0) { \ - have = in(in_desc, &next); \ - if (have == 0) { \ - next = Z_NULL; \ - ret = Z_BUF_ERROR; \ - goto inf_leave; \ - } \ - } \ - } while (0) - -/* Get a byte of input into the bit accumulator, or return from inflateBack() - with an error if there is no input available. */ -#define PULLBYTE() \ - do { \ - PULL(); \ - have--; \ - hold += (unsigned long)(*next++) << bits; \ - bits += 8; \ - } while (0) - -/* Assure that there are at least n bits in the bit accumulator. If there is - not enough available input to do that, then return from inflateBack() with - an error. */ -#define NEEDBITS(n) \ - do { \ - while (bits < (unsigned)(n)) \ - PULLBYTE(); \ - } while (0) - -/* Return the low n bits of the bit accumulator (n < 16) */ -#define BITS(n) \ - ((unsigned)hold & ((1U << (n)) - 1)) - -/* Remove n bits from the bit accumulator */ -#define DROPBITS(n) \ - do { \ - hold >>= (n); \ - bits -= (unsigned)(n); \ - } while (0) - -/* Remove zero to seven bits as needed to go to a byte boundary */ -#define BYTEBITS() \ - do { \ - hold >>= bits & 7; \ - bits -= bits & 7; \ - } while (0) - -/* Assure that some output space is available, by writing out the window - if it's full. If the write fails, return from inflateBack() with a - Z_BUF_ERROR. */ -#define ROOM() \ - do { \ - if (left == 0) { \ - put = state->window; \ - left = state->wsize; \ - state->whave = left; \ - if (out(out_desc, put, left)) { \ - ret = Z_BUF_ERROR; \ - goto inf_leave; \ - } \ - } \ - } while (0) - -/* - strm provides the memory allocation functions and window buffer on input, - and provides information on the unused input on return. For Z_DATA_ERROR - returns, strm will also provide an error message. - - in() and out() are the call-back input and output functions. When - inflateBack() needs more input, it calls in(). When inflateBack() has - filled the window with output, or when it completes with data in the - window, it calls out() to write out the data. The application must not - change the provided input until in() is called again or inflateBack() - returns. The application must not change the window/output buffer until - inflateBack() returns. - - in() and out() are called with a descriptor parameter provided in the - inflateBack() call. This parameter can be a structure that provides the - information required to do the read or write, as well as accumulated - information on the input and output such as totals and check values. - - in() should return zero on failure. out() should return non-zero on - failure. If either in() or out() fails, than inflateBack() returns a - Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it - was in() or out() that caused in the error. Otherwise, inflateBack() - returns Z_STREAM_END on success, Z_DATA_ERROR for an deflate format - error, or Z_MEM_ERROR if it could not allocate memory for the state. - inflateBack() can also return Z_STREAM_ERROR if the input parameters - are not correct, i.e. strm is Z_NULL or the state was not initialized. - */ -int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, - out_func out, void FAR *out_desc) { - struct inflate_state FAR *state; - z_const unsigned char FAR *next; /* next input */ - unsigned char FAR *put; /* next output */ - unsigned have, left; /* available input and output */ - unsigned long hold; /* bit buffer */ - unsigned bits; /* bits in bit buffer */ - unsigned copy; /* number of stored or match bytes to copy */ - unsigned char FAR *from; /* where to copy match bytes from */ - code here; /* current decoding table entry */ - code last; /* parent table entry */ - unsigned len; /* length to copy for repeats, bits to drop */ - int ret; /* return code */ - static const unsigned short order[19] = /* permutation of code lengths */ - {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; - - /* Check that the strm exists and that the state was initialized */ - if (strm == Z_NULL || strm->state == Z_NULL) - return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - - /* Reset the state */ - strm->msg = Z_NULL; - state->mode = TYPE; - state->last = 0; - state->whave = 0; - next = strm->next_in; - have = next != Z_NULL ? strm->avail_in : 0; - hold = 0; - bits = 0; - put = state->window; - left = state->wsize; - - /* Inflate until end of block marked as last */ - for (;;) - switch (state->mode) { - case TYPE: - /* determine and dispatch block type */ - if (state->last) { - BYTEBITS(); - state->mode = DONE; - break; - } - NEEDBITS(3); - state->last = BITS(1); - DROPBITS(1); - switch (BITS(2)) { - case 0: /* stored block */ - Tracev((stderr, "inflate: stored block%s\n", - state->last ? " (last)" : "")); - state->mode = STORED; - break; - case 1: /* fixed block */ - fixedtables(state); - Tracev((stderr, "inflate: fixed codes block%s\n", - state->last ? " (last)" : "")); - state->mode = LEN; /* decode codes */ - break; - case 2: /* dynamic block */ - Tracev((stderr, "inflate: dynamic codes block%s\n", - state->last ? " (last)" : "")); - state->mode = TABLE; - break; - case 3: - strm->msg = (char *)"invalid block type"; - state->mode = BAD; - } - DROPBITS(2); - break; - - case STORED: - /* get and verify stored block length */ - BYTEBITS(); /* go to byte boundary */ - NEEDBITS(32); - if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { - strm->msg = (char *)"invalid stored block lengths"; - state->mode = BAD; - break; - } - state->length = (unsigned)hold & 0xffff; - Tracev((stderr, "inflate: stored length %u\n", - state->length)); - INITBITS(); - - /* copy stored block from input to output */ - while (state->length != 0) { - copy = state->length; - PULL(); - ROOM(); - if (copy > have) copy = have; - if (copy > left) copy = left; - zmemcpy(put, next, copy); - have -= copy; - next += copy; - left -= copy; - put += copy; - state->length -= copy; - } - Tracev((stderr, "inflate: stored end\n")); - state->mode = TYPE; - break; - - case TABLE: - /* get dynamic table entries descriptor */ - NEEDBITS(14); - state->nlen = BITS(5) + 257; - DROPBITS(5); - state->ndist = BITS(5) + 1; - DROPBITS(5); - state->ncode = BITS(4) + 4; - DROPBITS(4); -#ifndef PKZIP_BUG_WORKAROUND - if (state->nlen > 286 || state->ndist > 30) { - strm->msg = (char *)"too many length or distance symbols"; - state->mode = BAD; - break; - } -#endif - Tracev((stderr, "inflate: table sizes ok\n")); - - /* get code length code lengths (not a typo) */ - state->have = 0; - while (state->have < state->ncode) { - NEEDBITS(3); - state->lens[order[state->have++]] = (unsigned short)BITS(3); - DROPBITS(3); - } - while (state->have < 19) - state->lens[order[state->have++]] = 0; - state->next = state->codes; - state->lencode = (code const FAR *)(state->next); - state->lenbits = 7; - ret = inflate_table(CODES, state->lens, 19, &(state->next), - &(state->lenbits), state->work); - if (ret) { - strm->msg = (char *)"invalid code lengths set"; - state->mode = BAD; - break; - } - Tracev((stderr, "inflate: code lengths ok\n")); - - /* get length and distance code code lengths */ - state->have = 0; - while (state->have < state->nlen + state->ndist) { - for (;;) { - here = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if (here.val < 16) { - DROPBITS(here.bits); - state->lens[state->have++] = here.val; - } - else { - if (here.val == 16) { - NEEDBITS(here.bits + 2); - DROPBITS(here.bits); - if (state->have == 0) { - strm->msg = (char *)"invalid bit length repeat"; - state->mode = BAD; - break; - } - len = (unsigned)(state->lens[state->have - 1]); - copy = 3 + BITS(2); - DROPBITS(2); - } - else if (here.val == 17) { - NEEDBITS(here.bits + 3); - DROPBITS(here.bits); - len = 0; - copy = 3 + BITS(3); - DROPBITS(3); - } - else { - NEEDBITS(here.bits + 7); - DROPBITS(here.bits); - len = 0; - copy = 11 + BITS(7); - DROPBITS(7); - } - if (state->have + copy > state->nlen + state->ndist) { - strm->msg = (char *)"invalid bit length repeat"; - state->mode = BAD; - break; - } - while (copy--) - state->lens[state->have++] = (unsigned short)len; - } - } - - /* handle error breaks in while */ - if (state->mode == BAD) break; - - /* check for end-of-block code (better have one) */ - if (state->lens[256] == 0) { - strm->msg = (char *)"invalid code -- missing end-of-block"; - state->mode = BAD; - break; - } - - /* build code tables -- note: do not change the lenbits or distbits - values here (9 and 6) without reading the comments in inftrees.h - concerning the ENOUGH constants, which depend on those values */ - state->next = state->codes; - state->lencode = (code const FAR *)(state->next); - state->lenbits = 9; - ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), - &(state->lenbits), state->work); - if (ret) { - strm->msg = (char *)"invalid literal/lengths set"; - state->mode = BAD; - break; - } - state->distcode = (code const FAR *)(state->next); - state->distbits = 6; - ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, - &(state->next), &(state->distbits), state->work); - if (ret) { - strm->msg = (char *)"invalid distances set"; - state->mode = BAD; - break; - } - Tracev((stderr, "inflate: codes ok\n")); - state->mode = LEN; - /* fallthrough */ - - case LEN: - /* use inflate_fast() if we have enough input and output */ - if (have >= 6 && left >= 258) { - RESTORE(); - if (state->whave < state->wsize) - state->whave = state->wsize - left; - inflate_fast(strm, state->wsize); - LOAD(); - break; - } - - /* get a literal, length, or end-of-block code */ - for (;;) { - here = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if (here.op && (here.op & 0xf0) == 0) { - last = here; - for (;;) { - here = state->lencode[last.val + - (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + here.bits) <= bits) break; - PULLBYTE(); - } - DROPBITS(last.bits); - } - DROPBITS(here.bits); - state->length = (unsigned)here.val; - - /* process literal */ - if (here.op == 0) { - Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? - "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", here.val)); - ROOM(); - *put++ = (unsigned char)(state->length); - left--; - state->mode = LEN; - break; - } - - /* process end of block */ - if (here.op & 32) { - Tracevv((stderr, "inflate: end of block\n")); - state->mode = TYPE; - break; - } - - /* invalid code */ - if (here.op & 64) { - strm->msg = (char *)"invalid literal/length code"; - state->mode = BAD; - break; - } - - /* length code -- get extra bits, if any */ - state->extra = (unsigned)(here.op) & 15; - if (state->extra != 0) { - NEEDBITS(state->extra); - state->length += BITS(state->extra); - DROPBITS(state->extra); - } - Tracevv((stderr, "inflate: length %u\n", state->length)); - - /* get distance code */ - for (;;) { - here = state->distcode[BITS(state->distbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if ((here.op & 0xf0) == 0) { - last = here; - for (;;) { - here = state->distcode[last.val + - (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + here.bits) <= bits) break; - PULLBYTE(); - } - DROPBITS(last.bits); - } - DROPBITS(here.bits); - if (here.op & 64) { - strm->msg = (char *)"invalid distance code"; - state->mode = BAD; - break; - } - state->offset = (unsigned)here.val; - - /* get distance extra bits, if any */ - state->extra = (unsigned)(here.op) & 15; - if (state->extra != 0) { - NEEDBITS(state->extra); - state->offset += BITS(state->extra); - DROPBITS(state->extra); - } - if (state->offset > state->wsize - (state->whave < state->wsize ? - left : 0)) { - strm->msg = (char *)"invalid distance too far back"; - state->mode = BAD; - break; - } - Tracevv((stderr, "inflate: distance %u\n", state->offset)); - - /* copy match from window to output */ - do { - ROOM(); - copy = state->wsize - state->offset; - if (copy < left) { - from = put + copy; - copy = left - copy; - } - else { - from = put - state->offset; - copy = left; - } - if (copy > state->length) copy = state->length; - state->length -= copy; - left -= copy; - do { - *put++ = *from++; - } while (--copy); - } while (state->length != 0); - break; - - case DONE: - /* inflate stream terminated properly */ - ret = Z_STREAM_END; - goto inf_leave; - - case BAD: - ret = Z_DATA_ERROR; - goto inf_leave; - - default: - /* can't happen, but makes compilers happy */ - ret = Z_STREAM_ERROR; - goto inf_leave; - } - - /* Write leftover output and return unused input */ - inf_leave: - if (left < state->wsize) { - if (out(out_desc, state->window, state->wsize - left) && - ret == Z_STREAM_END) - ret = Z_BUF_ERROR; - } - strm->next_in = next; - strm->avail_in = have; - return ret; -} - -int ZEXPORT inflateBackEnd(z_streamp strm) { - if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) - return Z_STREAM_ERROR; - ZFREE(strm, strm->state); - strm->state = Z_NULL; - Tracev((stderr, "inflate: end\n")); - return Z_OK; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/inffast.c b/proj-web/thirdparty/zlib-1.3.1/inffast.c deleted file mode 100644 index 9354676..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inffast.c +++ /dev/null @@ -1,320 +0,0 @@ -/* inffast.c -- fast decoding - * Copyright (C) 1995-2017 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "zutil.h" -#include "inftrees.h" -#include "inflate.h" -#include "inffast.h" - -#ifdef ASMINF -# pragma message("Assembler code may have bugs -- use at your own risk") -#else - -/* - Decode literal, length, and distance codes and write out the resulting - literal and match bytes until either not enough input or output is - available, an end-of-block is encountered, or a data error is encountered. - When large enough input and output buffers are supplied to inflate(), for - example, a 16K input buffer and a 64K output buffer, more than 95% of the - inflate execution time is spent in this routine. - - Entry assumptions: - - state->mode == LEN - strm->avail_in >= 6 - strm->avail_out >= 258 - start >= strm->avail_out - state->bits < 8 - - On return, state->mode is one of: - - LEN -- ran out of enough output space or enough available input - TYPE -- reached end of block code, inflate() to interpret next block - BAD -- error in block data - - Notes: - - - The maximum input bits used by a length/distance pair is 15 bits for the - length code, 5 bits for the length extra, 15 bits for the distance code, - and 13 bits for the distance extra. This totals 48 bits, or six bytes. - Therefore if strm->avail_in >= 6, then there is enough input to avoid - checking for available input while decoding. - - - The maximum bytes that a single length/distance pair can output is 258 - bytes, which is the maximum length that can be coded. inflate_fast() - requires strm->avail_out >= 258 for each loop to avoid checking for - output space. - */ -void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { - struct inflate_state FAR *state; - z_const unsigned char FAR *in; /* local strm->next_in */ - z_const unsigned char FAR *last; /* have enough input while in < last */ - unsigned char FAR *out; /* local strm->next_out */ - unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ - unsigned char FAR *end; /* while out < end, enough space available */ -#ifdef INFLATE_STRICT - unsigned dmax; /* maximum distance from zlib header */ -#endif - unsigned wsize; /* window size or zero if not using window */ - unsigned whave; /* valid bytes in the window */ - unsigned wnext; /* window write index */ - unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ - unsigned long hold; /* local strm->hold */ - unsigned bits; /* local strm->bits */ - code const FAR *lcode; /* local strm->lencode */ - code const FAR *dcode; /* local strm->distcode */ - unsigned lmask; /* mask for first level of length codes */ - unsigned dmask; /* mask for first level of distance codes */ - code const *here; /* retrieved table entry */ - unsigned op; /* code bits, operation, extra bits, or */ - /* window position, window bytes to copy */ - unsigned len; /* match length, unused bytes */ - unsigned dist; /* match distance */ - unsigned char FAR *from; /* where to copy match from */ - - /* copy state to local variables */ - state = (struct inflate_state FAR *)strm->state; - in = strm->next_in; - last = in + (strm->avail_in - 5); - out = strm->next_out; - beg = out - (start - strm->avail_out); - end = out + (strm->avail_out - 257); -#ifdef INFLATE_STRICT - dmax = state->dmax; -#endif - wsize = state->wsize; - whave = state->whave; - wnext = state->wnext; - window = state->window; - hold = state->hold; - bits = state->bits; - lcode = state->lencode; - dcode = state->distcode; - lmask = (1U << state->lenbits) - 1; - dmask = (1U << state->distbits) - 1; - - /* decode literals and length/distances until end-of-block or not enough - input data or output space */ - do { - if (bits < 15) { - hold += (unsigned long)(*in++) << bits; - bits += 8; - hold += (unsigned long)(*in++) << bits; - bits += 8; - } - here = lcode + (hold & lmask); - dolen: - op = (unsigned)(here->bits); - hold >>= op; - bits -= op; - op = (unsigned)(here->op); - if (op == 0) { /* literal */ - Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? - "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", here->val)); - *out++ = (unsigned char)(here->val); - } - else if (op & 16) { /* length base */ - len = (unsigned)(here->val); - op &= 15; /* number of extra bits */ - if (op) { - if (bits < op) { - hold += (unsigned long)(*in++) << bits; - bits += 8; - } - len += (unsigned)hold & ((1U << op) - 1); - hold >>= op; - bits -= op; - } - Tracevv((stderr, "inflate: length %u\n", len)); - if (bits < 15) { - hold += (unsigned long)(*in++) << bits; - bits += 8; - hold += (unsigned long)(*in++) << bits; - bits += 8; - } - here = dcode + (hold & dmask); - dodist: - op = (unsigned)(here->bits); - hold >>= op; - bits -= op; - op = (unsigned)(here->op); - if (op & 16) { /* distance base */ - dist = (unsigned)(here->val); - op &= 15; /* number of extra bits */ - if (bits < op) { - hold += (unsigned long)(*in++) << bits; - bits += 8; - if (bits < op) { - hold += (unsigned long)(*in++) << bits; - bits += 8; - } - } - dist += (unsigned)hold & ((1U << op) - 1); -#ifdef INFLATE_STRICT - if (dist > dmax) { - strm->msg = (char *)"invalid distance too far back"; - state->mode = BAD; - break; - } -#endif - hold >>= op; - bits -= op; - Tracevv((stderr, "inflate: distance %u\n", dist)); - op = (unsigned)(out - beg); /* max distance in output */ - if (dist > op) { /* see if copy from window */ - op = dist - op; /* distance back in window */ - if (op > whave) { - if (state->sane) { - strm->msg = - (char *)"invalid distance too far back"; - state->mode = BAD; - break; - } -#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR - if (len <= op - whave) { - do { - *out++ = 0; - } while (--len); - continue; - } - len -= op - whave; - do { - *out++ = 0; - } while (--op > whave); - if (op == 0) { - from = out - dist; - do { - *out++ = *from++; - } while (--len); - continue; - } -#endif - } - from = window; - if (wnext == 0) { /* very common case */ - from += wsize - op; - if (op < len) { /* some from window */ - len -= op; - do { - *out++ = *from++; - } while (--op); - from = out - dist; /* rest from output */ - } - } - else if (wnext < op) { /* wrap around window */ - from += wsize + wnext - op; - op -= wnext; - if (op < len) { /* some from end of window */ - len -= op; - do { - *out++ = *from++; - } while (--op); - from = window; - if (wnext < len) { /* some from start of window */ - op = wnext; - len -= op; - do { - *out++ = *from++; - } while (--op); - from = out - dist; /* rest from output */ - } - } - } - else { /* contiguous in window */ - from += wnext - op; - if (op < len) { /* some from window */ - len -= op; - do { - *out++ = *from++; - } while (--op); - from = out - dist; /* rest from output */ - } - } - while (len > 2) { - *out++ = *from++; - *out++ = *from++; - *out++ = *from++; - len -= 3; - } - if (len) { - *out++ = *from++; - if (len > 1) - *out++ = *from++; - } - } - else { - from = out - dist; /* copy direct from output */ - do { /* minimum length is three */ - *out++ = *from++; - *out++ = *from++; - *out++ = *from++; - len -= 3; - } while (len > 2); - if (len) { - *out++ = *from++; - if (len > 1) - *out++ = *from++; - } - } - } - else if ((op & 64) == 0) { /* 2nd level distance code */ - here = dcode + here->val + (hold & ((1U << op) - 1)); - goto dodist; - } - else { - strm->msg = (char *)"invalid distance code"; - state->mode = BAD; - break; - } - } - else if ((op & 64) == 0) { /* 2nd level length code */ - here = lcode + here->val + (hold & ((1U << op) - 1)); - goto dolen; - } - else if (op & 32) { /* end-of-block */ - Tracevv((stderr, "inflate: end of block\n")); - state->mode = TYPE; - break; - } - else { - strm->msg = (char *)"invalid literal/length code"; - state->mode = BAD; - break; - } - } while (in < last && out < end); - - /* return unused bytes (on entry, bits < 8, so in won't go too far back) */ - len = bits >> 3; - in -= len; - bits -= len << 3; - hold &= (1U << bits) - 1; - - /* update state and return */ - strm->next_in = in; - strm->next_out = out; - strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last)); - strm->avail_out = (unsigned)(out < end ? - 257 + (end - out) : 257 - (out - end)); - state->hold = hold; - state->bits = bits; - return; -} - -/* - inflate_fast() speedups that turned out slower (on a PowerPC G3 750CXe): - - Using bit fields for code structure - - Different op definition to avoid & for extra bits (do & for table bits) - - Three separate decoding do-loops for direct, window, and wnext == 0 - - Special case for distance > 1 copies to do overlapped load and store copy - - Explicit branch predictions (based on measured branch probabilities) - - Deferring match copy and interspersed it with decoding subsequent codes - - Swapping literal/length else - - Swapping window/direct else - - Larger unrolled copy loops (three is about right) - - Moving len -= 3 statement into middle of loop - */ - -#endif /* !ASMINF */ diff --git a/proj-web/thirdparty/zlib-1.3.1/inffast.h b/proj-web/thirdparty/zlib-1.3.1/inffast.h deleted file mode 100644 index 49c6d15..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inffast.h +++ /dev/null @@ -1,11 +0,0 @@ -/* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003, 2010 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start); diff --git a/proj-web/thirdparty/zlib-1.3.1/inffixed.h b/proj-web/thirdparty/zlib-1.3.1/inffixed.h deleted file mode 100644 index d628327..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inffixed.h +++ /dev/null @@ -1,94 +0,0 @@ - /* inffixed.h -- table for decoding fixed codes - * Generated automatically by makefixed(). - */ - - /* WARNING: this file should *not* be used by applications. - It is part of the implementation of this library and is - subject to change. Applications should only use zlib.h. - */ - - static const code lenfix[512] = { - {96,7,0},{0,8,80},{0,8,16},{20,8,115},{18,7,31},{0,8,112},{0,8,48}, - {0,9,192},{16,7,10},{0,8,96},{0,8,32},{0,9,160},{0,8,0},{0,8,128}, - {0,8,64},{0,9,224},{16,7,6},{0,8,88},{0,8,24},{0,9,144},{19,7,59}, - {0,8,120},{0,8,56},{0,9,208},{17,7,17},{0,8,104},{0,8,40},{0,9,176}, - {0,8,8},{0,8,136},{0,8,72},{0,9,240},{16,7,4},{0,8,84},{0,8,20}, - {21,8,227},{19,7,43},{0,8,116},{0,8,52},{0,9,200},{17,7,13},{0,8,100}, - {0,8,36},{0,9,168},{0,8,4},{0,8,132},{0,8,68},{0,9,232},{16,7,8}, - {0,8,92},{0,8,28},{0,9,152},{20,7,83},{0,8,124},{0,8,60},{0,9,216}, - {18,7,23},{0,8,108},{0,8,44},{0,9,184},{0,8,12},{0,8,140},{0,8,76}, - {0,9,248},{16,7,3},{0,8,82},{0,8,18},{21,8,163},{19,7,35},{0,8,114}, - {0,8,50},{0,9,196},{17,7,11},{0,8,98},{0,8,34},{0,9,164},{0,8,2}, - {0,8,130},{0,8,66},{0,9,228},{16,7,7},{0,8,90},{0,8,26},{0,9,148}, - {20,7,67},{0,8,122},{0,8,58},{0,9,212},{18,7,19},{0,8,106},{0,8,42}, - {0,9,180},{0,8,10},{0,8,138},{0,8,74},{0,9,244},{16,7,5},{0,8,86}, - {0,8,22},{64,8,0},{19,7,51},{0,8,118},{0,8,54},{0,9,204},{17,7,15}, - {0,8,102},{0,8,38},{0,9,172},{0,8,6},{0,8,134},{0,8,70},{0,9,236}, - {16,7,9},{0,8,94},{0,8,30},{0,9,156},{20,7,99},{0,8,126},{0,8,62}, - {0,9,220},{18,7,27},{0,8,110},{0,8,46},{0,9,188},{0,8,14},{0,8,142}, - {0,8,78},{0,9,252},{96,7,0},{0,8,81},{0,8,17},{21,8,131},{18,7,31}, - {0,8,113},{0,8,49},{0,9,194},{16,7,10},{0,8,97},{0,8,33},{0,9,162}, - {0,8,1},{0,8,129},{0,8,65},{0,9,226},{16,7,6},{0,8,89},{0,8,25}, - {0,9,146},{19,7,59},{0,8,121},{0,8,57},{0,9,210},{17,7,17},{0,8,105}, - {0,8,41},{0,9,178},{0,8,9},{0,8,137},{0,8,73},{0,9,242},{16,7,4}, - {0,8,85},{0,8,21},{16,8,258},{19,7,43},{0,8,117},{0,8,53},{0,9,202}, - {17,7,13},{0,8,101},{0,8,37},{0,9,170},{0,8,5},{0,8,133},{0,8,69}, - {0,9,234},{16,7,8},{0,8,93},{0,8,29},{0,9,154},{20,7,83},{0,8,125}, - {0,8,61},{0,9,218},{18,7,23},{0,8,109},{0,8,45},{0,9,186},{0,8,13}, - {0,8,141},{0,8,77},{0,9,250},{16,7,3},{0,8,83},{0,8,19},{21,8,195}, - {19,7,35},{0,8,115},{0,8,51},{0,9,198},{17,7,11},{0,8,99},{0,8,35}, - {0,9,166},{0,8,3},{0,8,131},{0,8,67},{0,9,230},{16,7,7},{0,8,91}, - {0,8,27},{0,9,150},{20,7,67},{0,8,123},{0,8,59},{0,9,214},{18,7,19}, - {0,8,107},{0,8,43},{0,9,182},{0,8,11},{0,8,139},{0,8,75},{0,9,246}, - {16,7,5},{0,8,87},{0,8,23},{64,8,0},{19,7,51},{0,8,119},{0,8,55}, - {0,9,206},{17,7,15},{0,8,103},{0,8,39},{0,9,174},{0,8,7},{0,8,135}, - {0,8,71},{0,9,238},{16,7,9},{0,8,95},{0,8,31},{0,9,158},{20,7,99}, - {0,8,127},{0,8,63},{0,9,222},{18,7,27},{0,8,111},{0,8,47},{0,9,190}, - {0,8,15},{0,8,143},{0,8,79},{0,9,254},{96,7,0},{0,8,80},{0,8,16}, - {20,8,115},{18,7,31},{0,8,112},{0,8,48},{0,9,193},{16,7,10},{0,8,96}, - {0,8,32},{0,9,161},{0,8,0},{0,8,128},{0,8,64},{0,9,225},{16,7,6}, - {0,8,88},{0,8,24},{0,9,145},{19,7,59},{0,8,120},{0,8,56},{0,9,209}, - {17,7,17},{0,8,104},{0,8,40},{0,9,177},{0,8,8},{0,8,136},{0,8,72}, - {0,9,241},{16,7,4},{0,8,84},{0,8,20},{21,8,227},{19,7,43},{0,8,116}, - {0,8,52},{0,9,201},{17,7,13},{0,8,100},{0,8,36},{0,9,169},{0,8,4}, - {0,8,132},{0,8,68},{0,9,233},{16,7,8},{0,8,92},{0,8,28},{0,9,153}, - {20,7,83},{0,8,124},{0,8,60},{0,9,217},{18,7,23},{0,8,108},{0,8,44}, - {0,9,185},{0,8,12},{0,8,140},{0,8,76},{0,9,249},{16,7,3},{0,8,82}, - {0,8,18},{21,8,163},{19,7,35},{0,8,114},{0,8,50},{0,9,197},{17,7,11}, - {0,8,98},{0,8,34},{0,9,165},{0,8,2},{0,8,130},{0,8,66},{0,9,229}, - {16,7,7},{0,8,90},{0,8,26},{0,9,149},{20,7,67},{0,8,122},{0,8,58}, - {0,9,213},{18,7,19},{0,8,106},{0,8,42},{0,9,181},{0,8,10},{0,8,138}, - {0,8,74},{0,9,245},{16,7,5},{0,8,86},{0,8,22},{64,8,0},{19,7,51}, - {0,8,118},{0,8,54},{0,9,205},{17,7,15},{0,8,102},{0,8,38},{0,9,173}, - {0,8,6},{0,8,134},{0,8,70},{0,9,237},{16,7,9},{0,8,94},{0,8,30}, - {0,9,157},{20,7,99},{0,8,126},{0,8,62},{0,9,221},{18,7,27},{0,8,110}, - {0,8,46},{0,9,189},{0,8,14},{0,8,142},{0,8,78},{0,9,253},{96,7,0}, - {0,8,81},{0,8,17},{21,8,131},{18,7,31},{0,8,113},{0,8,49},{0,9,195}, - {16,7,10},{0,8,97},{0,8,33},{0,9,163},{0,8,1},{0,8,129},{0,8,65}, - {0,9,227},{16,7,6},{0,8,89},{0,8,25},{0,9,147},{19,7,59},{0,8,121}, - {0,8,57},{0,9,211},{17,7,17},{0,8,105},{0,8,41},{0,9,179},{0,8,9}, - {0,8,137},{0,8,73},{0,9,243},{16,7,4},{0,8,85},{0,8,21},{16,8,258}, - {19,7,43},{0,8,117},{0,8,53},{0,9,203},{17,7,13},{0,8,101},{0,8,37}, - {0,9,171},{0,8,5},{0,8,133},{0,8,69},{0,9,235},{16,7,8},{0,8,93}, - {0,8,29},{0,9,155},{20,7,83},{0,8,125},{0,8,61},{0,9,219},{18,7,23}, - {0,8,109},{0,8,45},{0,9,187},{0,8,13},{0,8,141},{0,8,77},{0,9,251}, - {16,7,3},{0,8,83},{0,8,19},{21,8,195},{19,7,35},{0,8,115},{0,8,51}, - {0,9,199},{17,7,11},{0,8,99},{0,8,35},{0,9,167},{0,8,3},{0,8,131}, - {0,8,67},{0,9,231},{16,7,7},{0,8,91},{0,8,27},{0,9,151},{20,7,67}, - {0,8,123},{0,8,59},{0,9,215},{18,7,19},{0,8,107},{0,8,43},{0,9,183}, - {0,8,11},{0,8,139},{0,8,75},{0,9,247},{16,7,5},{0,8,87},{0,8,23}, - {64,8,0},{19,7,51},{0,8,119},{0,8,55},{0,9,207},{17,7,15},{0,8,103}, - {0,8,39},{0,9,175},{0,8,7},{0,8,135},{0,8,71},{0,9,239},{16,7,9}, - {0,8,95},{0,8,31},{0,9,159},{20,7,99},{0,8,127},{0,8,63},{0,9,223}, - {18,7,27},{0,8,111},{0,8,47},{0,9,191},{0,8,15},{0,8,143},{0,8,79}, - {0,9,255} - }; - - static const code distfix[32] = { - {16,5,1},{23,5,257},{19,5,17},{27,5,4097},{17,5,5},{25,5,1025}, - {21,5,65},{29,5,16385},{16,5,3},{24,5,513},{20,5,33},{28,5,8193}, - {18,5,9},{26,5,2049},{22,5,129},{64,5,0},{16,5,2},{23,5,385}, - {19,5,25},{27,5,6145},{17,5,7},{25,5,1537},{21,5,97},{29,5,24577}, - {16,5,4},{24,5,769},{20,5,49},{28,5,12289},{18,5,13},{26,5,3073}, - {22,5,193},{64,5,0} - }; diff --git a/proj-web/thirdparty/zlib-1.3.1/inflate.c b/proj-web/thirdparty/zlib-1.3.1/inflate.c deleted file mode 100644 index 94ecff0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inflate.c +++ /dev/null @@ -1,1526 +0,0 @@ -/* inflate.c -- zlib decompression - * Copyright (C) 1995-2022 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* - * Change history: - * - * 1.2.beta0 24 Nov 2002 - * - First version -- complete rewrite of inflate to simplify code, avoid - * creation of window when not needed, minimize use of window when it is - * needed, make inffast.c even faster, implement gzip decoding, and to - * improve code readability and style over the previous zlib inflate code - * - * 1.2.beta1 25 Nov 2002 - * - Use pointers for available input and output checking in inffast.c - * - Remove input and output counters in inffast.c - * - Change inffast.c entry and loop from avail_in >= 7 to >= 6 - * - Remove unnecessary second byte pull from length extra in inffast.c - * - Unroll direct copy to three copies per loop in inffast.c - * - * 1.2.beta2 4 Dec 2002 - * - Change external routine names to reduce potential conflicts - * - Correct filename to inffixed.h for fixed tables in inflate.c - * - Make hbuf[] unsigned char to match parameter type in inflate.c - * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset) - * to avoid negation problem on Alphas (64 bit) in inflate.c - * - * 1.2.beta3 22 Dec 2002 - * - Add comments on state->bits assertion in inffast.c - * - Add comments on op field in inftrees.h - * - Fix bug in reuse of allocated window after inflateReset() - * - Remove bit fields--back to byte structure for speed - * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths - * - Change post-increments to pre-increments in inflate_fast(), PPC biased? - * - Add compile time option, POSTINC, to use post-increments instead (Intel?) - * - Make MATCH copy in inflate() much faster for when inflate_fast() not used - * - Use local copies of stream next and avail values, as well as local bit - * buffer and bit count in inflate()--for speed when inflate_fast() not used - * - * 1.2.beta4 1 Jan 2003 - * - Split ptr - 257 statements in inflate_table() to avoid compiler warnings - * - Move a comment on output buffer sizes from inffast.c to inflate.c - * - Add comments in inffast.c to introduce the inflate_fast() routine - * - Rearrange window copies in inflate_fast() for speed and simplification - * - Unroll last copy for window match in inflate_fast() - * - Use local copies of window variables in inflate_fast() for speed - * - Pull out common wnext == 0 case for speed in inflate_fast() - * - Make op and len in inflate_fast() unsigned for consistency - * - Add FAR to lcode and dcode declarations in inflate_fast() - * - Simplified bad distance check in inflate_fast() - * - Added inflateBackInit(), inflateBack(), and inflateBackEnd() in new - * source file infback.c to provide a call-back interface to inflate for - * programs like gzip and unzip -- uses window as output buffer to avoid - * window copying - * - * 1.2.beta5 1 Jan 2003 - * - Improved inflateBack() interface to allow the caller to provide initial - * input in strm. - * - Fixed stored blocks bug in inflateBack() - * - * 1.2.beta6 4 Jan 2003 - * - Added comments in inffast.c on effectiveness of POSTINC - * - Typecasting all around to reduce compiler warnings - * - Changed loops from while (1) or do {} while (1) to for (;;), again to - * make compilers happy - * - Changed type of window in inflateBackInit() to unsigned char * - * - * 1.2.beta7 27 Jan 2003 - * - Changed many types to unsigned or unsigned short to avoid warnings - * - Added inflateCopy() function - * - * 1.2.0 9 Mar 2003 - * - Changed inflateBack() interface to provide separate opaque descriptors - * for the in() and out() functions - * - Changed inflateBack() argument and in_func typedef to swap the length - * and buffer address return values for the input function - * - Check next_in and next_out for Z_NULL on entry to inflate() - * - * The history for versions after 1.2.0 are in ChangeLog in zlib distribution. - */ - -#include "zutil.h" -#include "inftrees.h" -#include "inflate.h" -#include "inffast.h" - -#ifdef MAKEFIXED -# ifndef BUILDFIXED -# define BUILDFIXED -# endif -#endif - -local int inflateStateCheck(z_streamp strm) { - struct inflate_state FAR *state; - if (strm == Z_NULL || - strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) - return 1; - state = (struct inflate_state FAR *)strm->state; - if (state == Z_NULL || state->strm != strm || - state->mode < HEAD || state->mode > SYNC) - return 1; - return 0; -} - -int ZEXPORT inflateResetKeep(z_streamp strm) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - strm->total_in = strm->total_out = state->total = 0; - strm->msg = Z_NULL; - if (state->wrap) /* to support ill-conceived Java test suite */ - strm->adler = state->wrap & 1; - state->mode = HEAD; - state->last = 0; - state->havedict = 0; - state->flags = -1; - state->dmax = 32768U; - state->head = Z_NULL; - state->hold = 0; - state->bits = 0; - state->lencode = state->distcode = state->next = state->codes; - state->sane = 1; - state->back = -1; - Tracev((stderr, "inflate: reset\n")); - return Z_OK; -} - -int ZEXPORT inflateReset(z_streamp strm) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - state->wsize = 0; - state->whave = 0; - state->wnext = 0; - return inflateResetKeep(strm); -} - -int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { - int wrap; - struct inflate_state FAR *state; - - /* get the state */ - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - - /* extract wrap request from windowBits parameter */ - if (windowBits < 0) { - if (windowBits < -15) - return Z_STREAM_ERROR; - wrap = 0; - windowBits = -windowBits; - } - else { - wrap = (windowBits >> 4) + 5; -#ifdef GUNZIP - if (windowBits < 48) - windowBits &= 15; -#endif - } - - /* set number of window bits, free window if different */ - if (windowBits && (windowBits < 8 || windowBits > 15)) - return Z_STREAM_ERROR; - if (state->window != Z_NULL && state->wbits != (unsigned)windowBits) { - ZFREE(strm, state->window); - state->window = Z_NULL; - } - - /* update state and reset the rest of it */ - state->wrap = wrap; - state->wbits = (unsigned)windowBits; - return inflateReset(strm); -} - -int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, - const char *version, int stream_size) { - int ret; - struct inflate_state FAR *state; - - if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || - stream_size != (int)(sizeof(z_stream))) - return Z_VERSION_ERROR; - if (strm == Z_NULL) return Z_STREAM_ERROR; - strm->msg = Z_NULL; /* in case we return an error */ - if (strm->zalloc == (alloc_func)0) { -#ifdef Z_SOLO - return Z_STREAM_ERROR; -#else - strm->zalloc = zcalloc; - strm->opaque = (voidpf)0; -#endif - } - if (strm->zfree == (free_func)0) -#ifdef Z_SOLO - return Z_STREAM_ERROR; -#else - strm->zfree = zcfree; -#endif - state = (struct inflate_state FAR *) - ZALLOC(strm, 1, sizeof(struct inflate_state)); - if (state == Z_NULL) return Z_MEM_ERROR; - Tracev((stderr, "inflate: allocated\n")); - strm->state = (struct internal_state FAR *)state; - state->strm = strm; - state->window = Z_NULL; - state->mode = HEAD; /* to pass state test in inflateReset2() */ - ret = inflateReset2(strm, windowBits); - if (ret != Z_OK) { - ZFREE(strm, state); - strm->state = Z_NULL; - } - return ret; -} - -int ZEXPORT inflateInit_(z_streamp strm, const char *version, - int stream_size) { - return inflateInit2_(strm, DEF_WBITS, version, stream_size); -} - -int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - if (bits == 0) - return Z_OK; - state = (struct inflate_state FAR *)strm->state; - if (bits < 0) { - state->hold = 0; - state->bits = 0; - return Z_OK; - } - if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR; - value &= (1L << bits) - 1; - state->hold += (unsigned)value << state->bits; - state->bits += (uInt)bits; - return Z_OK; -} - -/* - Return state with length and distance decoding tables and index sizes set to - fixed code decoding. Normally this returns fixed tables from inffixed.h. - If BUILDFIXED is defined, then instead this routine builds the tables the - first time it's called, and returns those tables the first time and - thereafter. This reduces the size of the code by about 2K bytes, in - exchange for a little execution time. However, BUILDFIXED should not be - used for threaded applications, since the rewriting of the tables and virgin - may not be thread-safe. - */ -local void fixedtables(struct inflate_state FAR *state) { -#ifdef BUILDFIXED - static int virgin = 1; - static code *lenfix, *distfix; - static code fixed[544]; - - /* build fixed huffman tables if first call (may not be thread safe) */ - if (virgin) { - unsigned sym, bits; - static code *next; - - /* literal/length table */ - sym = 0; - while (sym < 144) state->lens[sym++] = 8; - while (sym < 256) state->lens[sym++] = 9; - while (sym < 280) state->lens[sym++] = 7; - while (sym < 288) state->lens[sym++] = 8; - next = fixed; - lenfix = next; - bits = 9; - inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); - - /* distance table */ - sym = 0; - while (sym < 32) state->lens[sym++] = 5; - distfix = next; - bits = 5; - inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); - - /* do this just once */ - virgin = 0; - } -#else /* !BUILDFIXED */ -# include "inffixed.h" -#endif /* BUILDFIXED */ - state->lencode = lenfix; - state->lenbits = 9; - state->distcode = distfix; - state->distbits = 5; -} - -#ifdef MAKEFIXED -#include - -/* - Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also - defines BUILDFIXED, so the tables are built on the fly. makefixed() writes - those tables to stdout, which would be piped to inffixed.h. A small program - can simply call makefixed to do this: - - void makefixed(void); - - int main(void) - { - makefixed(); - return 0; - } - - Then that can be linked with zlib built with MAKEFIXED defined and run: - - a.out > inffixed.h - */ -void makefixed(void) -{ - unsigned low, size; - struct inflate_state state; - - fixedtables(&state); - puts(" /* inffixed.h -- table for decoding fixed codes"); - puts(" * Generated automatically by makefixed()."); - puts(" */"); - puts(""); - puts(" /* WARNING: this file should *not* be used by applications."); - puts(" It is part of the implementation of this library and is"); - puts(" subject to change. Applications should only use zlib.h."); - puts(" */"); - puts(""); - size = 1U << 9; - printf(" static const code lenfix[%u] = {", size); - low = 0; - for (;;) { - if ((low % 7) == 0) printf("\n "); - printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, - state.lencode[low].bits, state.lencode[low].val); - if (++low == size) break; - putchar(','); - } - puts("\n };"); - size = 1U << 5; - printf("\n static const code distfix[%u] = {", size); - low = 0; - for (;;) { - if ((low % 6) == 0) printf("\n "); - printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, - state.distcode[low].val); - if (++low == size) break; - putchar(','); - } - puts("\n };"); -} -#endif /* MAKEFIXED */ - -/* - Update the window with the last wsize (normally 32K) bytes written before - returning. If window does not exist yet, create it. This is only called - when a window is already in use, or when output has been written during this - inflate call, but the end of the deflate stream has not been reached yet. - It is also called to create a window for dictionary data when a dictionary - is loaded. - - Providing output buffers larger than 32K to inflate() should provide a speed - advantage, since only the last 32K of output is copied to the sliding window - upon return from inflate(), and since all distances after the first 32K of - output will fall in the output data, making match copies simpler and faster. - The advantage may be dependent on the size of the processor's data caches. - */ -local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { - struct inflate_state FAR *state; - unsigned dist; - - state = (struct inflate_state FAR *)strm->state; - - /* if it hasn't been done already, allocate space for the window */ - if (state->window == Z_NULL) { - state->window = (unsigned char FAR *) - ZALLOC(strm, 1U << state->wbits, - sizeof(unsigned char)); - if (state->window == Z_NULL) return 1; - } - - /* if window not in use yet, initialize */ - if (state->wsize == 0) { - state->wsize = 1U << state->wbits; - state->wnext = 0; - state->whave = 0; - } - - /* copy state->wsize or less output bytes into the circular window */ - if (copy >= state->wsize) { - zmemcpy(state->window, end - state->wsize, state->wsize); - state->wnext = 0; - state->whave = state->wsize; - } - else { - dist = state->wsize - state->wnext; - if (dist > copy) dist = copy; - zmemcpy(state->window + state->wnext, end - copy, dist); - copy -= dist; - if (copy) { - zmemcpy(state->window, end - copy, copy); - state->wnext = copy; - state->whave = state->wsize; - } - else { - state->wnext += dist; - if (state->wnext == state->wsize) state->wnext = 0; - if (state->whave < state->wsize) state->whave += dist; - } - } - return 0; -} - -/* Macros for inflate(): */ - -/* check function to use adler32() for zlib or crc32() for gzip */ -#ifdef GUNZIP -# define UPDATE_CHECK(check, buf, len) \ - (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) -#else -# define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) -#endif - -/* check macros for header crc */ -#ifdef GUNZIP -# define CRC2(check, word) \ - do { \ - hbuf[0] = (unsigned char)(word); \ - hbuf[1] = (unsigned char)((word) >> 8); \ - check = crc32(check, hbuf, 2); \ - } while (0) - -# define CRC4(check, word) \ - do { \ - hbuf[0] = (unsigned char)(word); \ - hbuf[1] = (unsigned char)((word) >> 8); \ - hbuf[2] = (unsigned char)((word) >> 16); \ - hbuf[3] = (unsigned char)((word) >> 24); \ - check = crc32(check, hbuf, 4); \ - } while (0) -#endif - -/* Load registers with state in inflate() for speed */ -#define LOAD() \ - do { \ - put = strm->next_out; \ - left = strm->avail_out; \ - next = strm->next_in; \ - have = strm->avail_in; \ - hold = state->hold; \ - bits = state->bits; \ - } while (0) - -/* Restore state from registers in inflate() */ -#define RESTORE() \ - do { \ - strm->next_out = put; \ - strm->avail_out = left; \ - strm->next_in = next; \ - strm->avail_in = have; \ - state->hold = hold; \ - state->bits = bits; \ - } while (0) - -/* Clear the input bit accumulator */ -#define INITBITS() \ - do { \ - hold = 0; \ - bits = 0; \ - } while (0) - -/* Get a byte of input into the bit accumulator, or return from inflate() - if there is no input available. */ -#define PULLBYTE() \ - do { \ - if (have == 0) goto inf_leave; \ - have--; \ - hold += (unsigned long)(*next++) << bits; \ - bits += 8; \ - } while (0) - -/* Assure that there are at least n bits in the bit accumulator. If there is - not enough available input to do that, then return from inflate(). */ -#define NEEDBITS(n) \ - do { \ - while (bits < (unsigned)(n)) \ - PULLBYTE(); \ - } while (0) - -/* Return the low n bits of the bit accumulator (n < 16) */ -#define BITS(n) \ - ((unsigned)hold & ((1U << (n)) - 1)) - -/* Remove n bits from the bit accumulator */ -#define DROPBITS(n) \ - do { \ - hold >>= (n); \ - bits -= (unsigned)(n); \ - } while (0) - -/* Remove zero to seven bits as needed to go to a byte boundary */ -#define BYTEBITS() \ - do { \ - hold >>= bits & 7; \ - bits -= bits & 7; \ - } while (0) - -/* - inflate() uses a state machine to process as much input data and generate as - much output data as possible before returning. The state machine is - structured roughly as follows: - - for (;;) switch (state) { - ... - case STATEn: - if (not enough input data or output space to make progress) - return; - ... make progress ... - state = STATEm; - break; - ... - } - - so when inflate() is called again, the same case is attempted again, and - if the appropriate resources are provided, the machine proceeds to the - next state. The NEEDBITS() macro is usually the way the state evaluates - whether it can proceed or should return. NEEDBITS() does the return if - the requested bits are not available. The typical use of the BITS macros - is: - - NEEDBITS(n); - ... do something with BITS(n) ... - DROPBITS(n); - - where NEEDBITS(n) either returns from inflate() if there isn't enough - input left to load n bits into the accumulator, or it continues. BITS(n) - gives the low n bits in the accumulator. When done, DROPBITS(n) drops - the low n bits off the accumulator. INITBITS() clears the accumulator - and sets the number of available bits to zero. BYTEBITS() discards just - enough bits to put the accumulator on a byte boundary. After BYTEBITS() - and a NEEDBITS(8), then BITS(8) would return the next byte in the stream. - - NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return - if there is no input available. The decoding of variable length codes uses - PULLBYTE() directly in order to pull just enough bytes to decode the next - code, and no more. - - Some states loop until they get enough input, making sure that enough - state information is maintained to continue the loop where it left off - if NEEDBITS() returns in the loop. For example, want, need, and keep - would all have to actually be part of the saved state in case NEEDBITS() - returns: - - case STATEw: - while (want < need) { - NEEDBITS(n); - keep[want++] = BITS(n); - DROPBITS(n); - } - state = STATEx; - case STATEx: - - As shown above, if the next state is also the next case, then the break - is omitted. - - A state may also return if there is not enough output space available to - complete that state. Those states are copying stored data, writing a - literal byte, and copying a matching string. - - When returning, a "goto inf_leave" is used to update the total counters, - update the check value, and determine whether any progress has been made - during that inflate() call in order to return the proper return code. - Progress is defined as a change in either strm->avail_in or strm->avail_out. - When there is a window, goto inf_leave will update the window with the last - output written. If a goto inf_leave occurs in the middle of decompression - and there is no window currently, goto inf_leave will create one and copy - output to the window for the next call of inflate(). - - In this implementation, the flush parameter of inflate() only affects the - return code (per zlib.h). inflate() always writes as much as possible to - strm->next_out, given the space available and the provided input--the effect - documented in zlib.h of Z_SYNC_FLUSH. Furthermore, inflate() always defers - the allocation of and copying into a sliding window until necessary, which - provides the effect documented in zlib.h for Z_FINISH when the entire input - stream available. So the only thing the flush parameter actually does is: - when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it - will return Z_BUF_ERROR if it has not reached the end of the stream. - */ - -int ZEXPORT inflate(z_streamp strm, int flush) { - struct inflate_state FAR *state; - z_const unsigned char FAR *next; /* next input */ - unsigned char FAR *put; /* next output */ - unsigned have, left; /* available input and output */ - unsigned long hold; /* bit buffer */ - unsigned bits; /* bits in bit buffer */ - unsigned in, out; /* save starting available input and output */ - unsigned copy; /* number of stored or match bytes to copy */ - unsigned char FAR *from; /* where to copy match bytes from */ - code here; /* current decoding table entry */ - code last; /* parent table entry */ - unsigned len; /* length to copy for repeats, bits to drop */ - int ret; /* return code */ -#ifdef GUNZIP - unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ -#endif - static const unsigned short order[19] = /* permutation of code lengths */ - {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; - - if (inflateStateCheck(strm) || strm->next_out == Z_NULL || - (strm->next_in == Z_NULL && strm->avail_in != 0)) - return Z_STREAM_ERROR; - - state = (struct inflate_state FAR *)strm->state; - if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ - LOAD(); - in = have; - out = left; - ret = Z_OK; - for (;;) - switch (state->mode) { - case HEAD: - if (state->wrap == 0) { - state->mode = TYPEDO; - break; - } - NEEDBITS(16); -#ifdef GUNZIP - if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ - if (state->wbits == 0) - state->wbits = 15; - state->check = crc32(0L, Z_NULL, 0); - CRC2(state->check, hold); - INITBITS(); - state->mode = FLAGS; - break; - } - if (state->head != Z_NULL) - state->head->done = -1; - if (!(state->wrap & 1) || /* check if zlib header allowed */ -#else - if ( -#endif - ((BITS(8) << 8) + (hold >> 8)) % 31) { - strm->msg = (char *)"incorrect header check"; - state->mode = BAD; - break; - } - if (BITS(4) != Z_DEFLATED) { - strm->msg = (char *)"unknown compression method"; - state->mode = BAD; - break; - } - DROPBITS(4); - len = BITS(4) + 8; - if (state->wbits == 0) - state->wbits = len; - if (len > 15 || len > state->wbits) { - strm->msg = (char *)"invalid window size"; - state->mode = BAD; - break; - } - state->dmax = 1U << len; - state->flags = 0; /* indicate zlib header */ - Tracev((stderr, "inflate: zlib header ok\n")); - strm->adler = state->check = adler32(0L, Z_NULL, 0); - state->mode = hold & 0x200 ? DICTID : TYPE; - INITBITS(); - break; -#ifdef GUNZIP - case FLAGS: - NEEDBITS(16); - state->flags = (int)(hold); - if ((state->flags & 0xff) != Z_DEFLATED) { - strm->msg = (char *)"unknown compression method"; - state->mode = BAD; - break; - } - if (state->flags & 0xe000) { - strm->msg = (char *)"unknown header flags set"; - state->mode = BAD; - break; - } - if (state->head != Z_NULL) - state->head->text = (int)((hold >> 8) & 1); - if ((state->flags & 0x0200) && (state->wrap & 4)) - CRC2(state->check, hold); - INITBITS(); - state->mode = TIME; - /* fallthrough */ - case TIME: - NEEDBITS(32); - if (state->head != Z_NULL) - state->head->time = hold; - if ((state->flags & 0x0200) && (state->wrap & 4)) - CRC4(state->check, hold); - INITBITS(); - state->mode = OS; - /* fallthrough */ - case OS: - NEEDBITS(16); - if (state->head != Z_NULL) { - state->head->xflags = (int)(hold & 0xff); - state->head->os = (int)(hold >> 8); - } - if ((state->flags & 0x0200) && (state->wrap & 4)) - CRC2(state->check, hold); - INITBITS(); - state->mode = EXLEN; - /* fallthrough */ - case EXLEN: - if (state->flags & 0x0400) { - NEEDBITS(16); - state->length = (unsigned)(hold); - if (state->head != Z_NULL) - state->head->extra_len = (unsigned)hold; - if ((state->flags & 0x0200) && (state->wrap & 4)) - CRC2(state->check, hold); - INITBITS(); - } - else if (state->head != Z_NULL) - state->head->extra = Z_NULL; - state->mode = EXTRA; - /* fallthrough */ - case EXTRA: - if (state->flags & 0x0400) { - copy = state->length; - if (copy > have) copy = have; - if (copy) { - if (state->head != Z_NULL && - state->head->extra != Z_NULL && - (len = state->head->extra_len - state->length) < - state->head->extra_max) { - zmemcpy(state->head->extra + len, next, - len + copy > state->head->extra_max ? - state->head->extra_max - len : copy); - } - if ((state->flags & 0x0200) && (state->wrap & 4)) - state->check = crc32(state->check, next, copy); - have -= copy; - next += copy; - state->length -= copy; - } - if (state->length) goto inf_leave; - } - state->length = 0; - state->mode = NAME; - /* fallthrough */ - case NAME: - if (state->flags & 0x0800) { - if (have == 0) goto inf_leave; - copy = 0; - do { - len = (unsigned)(next[copy++]); - if (state->head != Z_NULL && - state->head->name != Z_NULL && - state->length < state->head->name_max) - state->head->name[state->length++] = (Bytef)len; - } while (len && copy < have); - if ((state->flags & 0x0200) && (state->wrap & 4)) - state->check = crc32(state->check, next, copy); - have -= copy; - next += copy; - if (len) goto inf_leave; - } - else if (state->head != Z_NULL) - state->head->name = Z_NULL; - state->length = 0; - state->mode = COMMENT; - /* fallthrough */ - case COMMENT: - if (state->flags & 0x1000) { - if (have == 0) goto inf_leave; - copy = 0; - do { - len = (unsigned)(next[copy++]); - if (state->head != Z_NULL && - state->head->comment != Z_NULL && - state->length < state->head->comm_max) - state->head->comment[state->length++] = (Bytef)len; - } while (len && copy < have); - if ((state->flags & 0x0200) && (state->wrap & 4)) - state->check = crc32(state->check, next, copy); - have -= copy; - next += copy; - if (len) goto inf_leave; - } - else if (state->head != Z_NULL) - state->head->comment = Z_NULL; - state->mode = HCRC; - /* fallthrough */ - case HCRC: - if (state->flags & 0x0200) { - NEEDBITS(16); - if ((state->wrap & 4) && hold != (state->check & 0xffff)) { - strm->msg = (char *)"header crc mismatch"; - state->mode = BAD; - break; - } - INITBITS(); - } - if (state->head != Z_NULL) { - state->head->hcrc = (int)((state->flags >> 9) & 1); - state->head->done = 1; - } - strm->adler = state->check = crc32(0L, Z_NULL, 0); - state->mode = TYPE; - break; -#endif - case DICTID: - NEEDBITS(32); - strm->adler = state->check = ZSWAP32(hold); - INITBITS(); - state->mode = DICT; - /* fallthrough */ - case DICT: - if (state->havedict == 0) { - RESTORE(); - return Z_NEED_DICT; - } - strm->adler = state->check = adler32(0L, Z_NULL, 0); - state->mode = TYPE; - /* fallthrough */ - case TYPE: - if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; - /* fallthrough */ - case TYPEDO: - if (state->last) { - BYTEBITS(); - state->mode = CHECK; - break; - } - NEEDBITS(3); - state->last = BITS(1); - DROPBITS(1); - switch (BITS(2)) { - case 0: /* stored block */ - Tracev((stderr, "inflate: stored block%s\n", - state->last ? " (last)" : "")); - state->mode = STORED; - break; - case 1: /* fixed block */ - fixedtables(state); - Tracev((stderr, "inflate: fixed codes block%s\n", - state->last ? " (last)" : "")); - state->mode = LEN_; /* decode codes */ - if (flush == Z_TREES) { - DROPBITS(2); - goto inf_leave; - } - break; - case 2: /* dynamic block */ - Tracev((stderr, "inflate: dynamic codes block%s\n", - state->last ? " (last)" : "")); - state->mode = TABLE; - break; - case 3: - strm->msg = (char *)"invalid block type"; - state->mode = BAD; - } - DROPBITS(2); - break; - case STORED: - BYTEBITS(); /* go to byte boundary */ - NEEDBITS(32); - if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { - strm->msg = (char *)"invalid stored block lengths"; - state->mode = BAD; - break; - } - state->length = (unsigned)hold & 0xffff; - Tracev((stderr, "inflate: stored length %u\n", - state->length)); - INITBITS(); - state->mode = COPY_; - if (flush == Z_TREES) goto inf_leave; - /* fallthrough */ - case COPY_: - state->mode = COPY; - /* fallthrough */ - case COPY: - copy = state->length; - if (copy) { - if (copy > have) copy = have; - if (copy > left) copy = left; - if (copy == 0) goto inf_leave; - zmemcpy(put, next, copy); - have -= copy; - next += copy; - left -= copy; - put += copy; - state->length -= copy; - break; - } - Tracev((stderr, "inflate: stored end\n")); - state->mode = TYPE; - break; - case TABLE: - NEEDBITS(14); - state->nlen = BITS(5) + 257; - DROPBITS(5); - state->ndist = BITS(5) + 1; - DROPBITS(5); - state->ncode = BITS(4) + 4; - DROPBITS(4); -#ifndef PKZIP_BUG_WORKAROUND - if (state->nlen > 286 || state->ndist > 30) { - strm->msg = (char *)"too many length or distance symbols"; - state->mode = BAD; - break; - } -#endif - Tracev((stderr, "inflate: table sizes ok\n")); - state->have = 0; - state->mode = LENLENS; - /* fallthrough */ - case LENLENS: - while (state->have < state->ncode) { - NEEDBITS(3); - state->lens[order[state->have++]] = (unsigned short)BITS(3); - DROPBITS(3); - } - while (state->have < 19) - state->lens[order[state->have++]] = 0; - state->next = state->codes; - state->lencode = (const code FAR *)(state->next); - state->lenbits = 7; - ret = inflate_table(CODES, state->lens, 19, &(state->next), - &(state->lenbits), state->work); - if (ret) { - strm->msg = (char *)"invalid code lengths set"; - state->mode = BAD; - break; - } - Tracev((stderr, "inflate: code lengths ok\n")); - state->have = 0; - state->mode = CODELENS; - /* fallthrough */ - case CODELENS: - while (state->have < state->nlen + state->ndist) { - for (;;) { - here = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if (here.val < 16) { - DROPBITS(here.bits); - state->lens[state->have++] = here.val; - } - else { - if (here.val == 16) { - NEEDBITS(here.bits + 2); - DROPBITS(here.bits); - if (state->have == 0) { - strm->msg = (char *)"invalid bit length repeat"; - state->mode = BAD; - break; - } - len = state->lens[state->have - 1]; - copy = 3 + BITS(2); - DROPBITS(2); - } - else if (here.val == 17) { - NEEDBITS(here.bits + 3); - DROPBITS(here.bits); - len = 0; - copy = 3 + BITS(3); - DROPBITS(3); - } - else { - NEEDBITS(here.bits + 7); - DROPBITS(here.bits); - len = 0; - copy = 11 + BITS(7); - DROPBITS(7); - } - if (state->have + copy > state->nlen + state->ndist) { - strm->msg = (char *)"invalid bit length repeat"; - state->mode = BAD; - break; - } - while (copy--) - state->lens[state->have++] = (unsigned short)len; - } - } - - /* handle error breaks in while */ - if (state->mode == BAD) break; - - /* check for end-of-block code (better have one) */ - if (state->lens[256] == 0) { - strm->msg = (char *)"invalid code -- missing end-of-block"; - state->mode = BAD; - break; - } - - /* build code tables -- note: do not change the lenbits or distbits - values here (9 and 6) without reading the comments in inftrees.h - concerning the ENOUGH constants, which depend on those values */ - state->next = state->codes; - state->lencode = (const code FAR *)(state->next); - state->lenbits = 9; - ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), - &(state->lenbits), state->work); - if (ret) { - strm->msg = (char *)"invalid literal/lengths set"; - state->mode = BAD; - break; - } - state->distcode = (const code FAR *)(state->next); - state->distbits = 6; - ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, - &(state->next), &(state->distbits), state->work); - if (ret) { - strm->msg = (char *)"invalid distances set"; - state->mode = BAD; - break; - } - Tracev((stderr, "inflate: codes ok\n")); - state->mode = LEN_; - if (flush == Z_TREES) goto inf_leave; - /* fallthrough */ - case LEN_: - state->mode = LEN; - /* fallthrough */ - case LEN: - if (have >= 6 && left >= 258) { - RESTORE(); - inflate_fast(strm, out); - LOAD(); - if (state->mode == TYPE) - state->back = -1; - break; - } - state->back = 0; - for (;;) { - here = state->lencode[BITS(state->lenbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if (here.op && (here.op & 0xf0) == 0) { - last = here; - for (;;) { - here = state->lencode[last.val + - (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + here.bits) <= bits) break; - PULLBYTE(); - } - DROPBITS(last.bits); - state->back += last.bits; - } - DROPBITS(here.bits); - state->back += here.bits; - state->length = (unsigned)here.val; - if ((int)(here.op) == 0) { - Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? - "inflate: literal '%c'\n" : - "inflate: literal 0x%02x\n", here.val)); - state->mode = LIT; - break; - } - if (here.op & 32) { - Tracevv((stderr, "inflate: end of block\n")); - state->back = -1; - state->mode = TYPE; - break; - } - if (here.op & 64) { - strm->msg = (char *)"invalid literal/length code"; - state->mode = BAD; - break; - } - state->extra = (unsigned)(here.op) & 15; - state->mode = LENEXT; - /* fallthrough */ - case LENEXT: - if (state->extra) { - NEEDBITS(state->extra); - state->length += BITS(state->extra); - DROPBITS(state->extra); - state->back += state->extra; - } - Tracevv((stderr, "inflate: length %u\n", state->length)); - state->was = state->length; - state->mode = DIST; - /* fallthrough */ - case DIST: - for (;;) { - here = state->distcode[BITS(state->distbits)]; - if ((unsigned)(here.bits) <= bits) break; - PULLBYTE(); - } - if ((here.op & 0xf0) == 0) { - last = here; - for (;;) { - here = state->distcode[last.val + - (BITS(last.bits + last.op) >> last.bits)]; - if ((unsigned)(last.bits + here.bits) <= bits) break; - PULLBYTE(); - } - DROPBITS(last.bits); - state->back += last.bits; - } - DROPBITS(here.bits); - state->back += here.bits; - if (here.op & 64) { - strm->msg = (char *)"invalid distance code"; - state->mode = BAD; - break; - } - state->offset = (unsigned)here.val; - state->extra = (unsigned)(here.op) & 15; - state->mode = DISTEXT; - /* fallthrough */ - case DISTEXT: - if (state->extra) { - NEEDBITS(state->extra); - state->offset += BITS(state->extra); - DROPBITS(state->extra); - state->back += state->extra; - } -#ifdef INFLATE_STRICT - if (state->offset > state->dmax) { - strm->msg = (char *)"invalid distance too far back"; - state->mode = BAD; - break; - } -#endif - Tracevv((stderr, "inflate: distance %u\n", state->offset)); - state->mode = MATCH; - /* fallthrough */ - case MATCH: - if (left == 0) goto inf_leave; - copy = out - left; - if (state->offset > copy) { /* copy from window */ - copy = state->offset - copy; - if (copy > state->whave) { - if (state->sane) { - strm->msg = (char *)"invalid distance too far back"; - state->mode = BAD; - break; - } -#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR - Trace((stderr, "inflate.c too far\n")); - copy -= state->whave; - if (copy > state->length) copy = state->length; - if (copy > left) copy = left; - left -= copy; - state->length -= copy; - do { - *put++ = 0; - } while (--copy); - if (state->length == 0) state->mode = LEN; - break; -#endif - } - if (copy > state->wnext) { - copy -= state->wnext; - from = state->window + (state->wsize - copy); - } - else - from = state->window + (state->wnext - copy); - if (copy > state->length) copy = state->length; - } - else { /* copy from output */ - from = put - state->offset; - copy = state->length; - } - if (copy > left) copy = left; - left -= copy; - state->length -= copy; - do { - *put++ = *from++; - } while (--copy); - if (state->length == 0) state->mode = LEN; - break; - case LIT: - if (left == 0) goto inf_leave; - *put++ = (unsigned char)(state->length); - left--; - state->mode = LEN; - break; - case CHECK: - if (state->wrap) { - NEEDBITS(32); - out -= left; - strm->total_out += out; - state->total += out; - if ((state->wrap & 4) && out) - strm->adler = state->check = - UPDATE_CHECK(state->check, put - out, out); - out = left; - if ((state->wrap & 4) && ( -#ifdef GUNZIP - state->flags ? hold : -#endif - ZSWAP32(hold)) != state->check) { - strm->msg = (char *)"incorrect data check"; - state->mode = BAD; - break; - } - INITBITS(); - Tracev((stderr, "inflate: check matches trailer\n")); - } -#ifdef GUNZIP - state->mode = LENGTH; - /* fallthrough */ - case LENGTH: - if (state->wrap && state->flags) { - NEEDBITS(32); - if ((state->wrap & 4) && hold != (state->total & 0xffffffff)) { - strm->msg = (char *)"incorrect length check"; - state->mode = BAD; - break; - } - INITBITS(); - Tracev((stderr, "inflate: length matches trailer\n")); - } -#endif - state->mode = DONE; - /* fallthrough */ - case DONE: - ret = Z_STREAM_END; - goto inf_leave; - case BAD: - ret = Z_DATA_ERROR; - goto inf_leave; - case MEM: - return Z_MEM_ERROR; - case SYNC: - /* fallthrough */ - default: - return Z_STREAM_ERROR; - } - - /* - Return from inflate(), updating the total counts and the check value. - If there was no progress during the inflate() call, return a buffer - error. Call updatewindow() to create and/or update the window state. - Note: a memory error from inflate() is non-recoverable. - */ - inf_leave: - RESTORE(); - if (state->wsize || (out != strm->avail_out && state->mode < BAD && - (state->mode < CHECK || flush != Z_FINISH))) - if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { - state->mode = MEM; - return Z_MEM_ERROR; - } - in -= strm->avail_in; - out -= strm->avail_out; - strm->total_in += in; - strm->total_out += out; - state->total += out; - if ((state->wrap & 4) && out) - strm->adler = state->check = - UPDATE_CHECK(state->check, strm->next_out - out, out); - strm->data_type = (int)state->bits + (state->last ? 64 : 0) + - (state->mode == TYPE ? 128 : 0) + - (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); - if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) - ret = Z_BUF_ERROR; - return ret; -} - -int ZEXPORT inflateEnd(z_streamp strm) { - struct inflate_state FAR *state; - if (inflateStateCheck(strm)) - return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - if (state->window != Z_NULL) ZFREE(strm, state->window); - ZFREE(strm, strm->state); - strm->state = Z_NULL; - Tracev((stderr, "inflate: end\n")); - return Z_OK; -} - -int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, - uInt *dictLength) { - struct inflate_state FAR *state; - - /* check state */ - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - - /* copy dictionary */ - if (state->whave && dictionary != Z_NULL) { - zmemcpy(dictionary, state->window + state->wnext, - state->whave - state->wnext); - zmemcpy(dictionary + state->whave - state->wnext, - state->window, state->wnext); - } - if (dictLength != Z_NULL) - *dictLength = state->whave; - return Z_OK; -} - -int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, - uInt dictLength) { - struct inflate_state FAR *state; - unsigned long dictid; - int ret; - - /* check state */ - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - if (state->wrap != 0 && state->mode != DICT) - return Z_STREAM_ERROR; - - /* check for correct dictionary identifier */ - if (state->mode == DICT) { - dictid = adler32(0L, Z_NULL, 0); - dictid = adler32(dictid, dictionary, dictLength); - if (dictid != state->check) - return Z_DATA_ERROR; - } - - /* copy dictionary to window using updatewindow(), which will amend the - existing dictionary if appropriate */ - ret = updatewindow(strm, dictionary + dictLength, dictLength); - if (ret) { - state->mode = MEM; - return Z_MEM_ERROR; - } - state->havedict = 1; - Tracev((stderr, "inflate: dictionary set\n")); - return Z_OK; -} - -int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) { - struct inflate_state FAR *state; - - /* check state */ - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - if ((state->wrap & 2) == 0) return Z_STREAM_ERROR; - - /* save header structure */ - state->head = head; - head->done = 0; - return Z_OK; -} - -/* - Search buf[0..len-1] for the pattern: 0, 0, 0xff, 0xff. Return when found - or when out of input. When called, *have is the number of pattern bytes - found in order so far, in 0..3. On return *have is updated to the new - state. If on return *have equals four, then the pattern was found and the - return value is how many bytes were read including the last byte of the - pattern. If *have is less than four, then the pattern has not been found - yet and the return value is len. In the latter case, syncsearch() can be - called again with more data and the *have state. *have is initialized to - zero for the first call. - */ -local unsigned syncsearch(unsigned FAR *have, const unsigned char FAR *buf, - unsigned len) { - unsigned got; - unsigned next; - - got = *have; - next = 0; - while (next < len && got < 4) { - if ((int)(buf[next]) == (got < 2 ? 0 : 0xff)) - got++; - else if (buf[next]) - got = 0; - else - got = 4 - got; - next++; - } - *have = got; - return next; -} - -int ZEXPORT inflateSync(z_streamp strm) { - unsigned len; /* number of bytes to look at or looked at */ - int flags; /* temporary to save header status */ - unsigned long in, out; /* temporary to save total_in and total_out */ - unsigned char buf[4]; /* to restore bit buffer to byte string */ - struct inflate_state FAR *state; - - /* check parameters */ - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - if (strm->avail_in == 0 && state->bits < 8) return Z_BUF_ERROR; - - /* if first time, start search in bit buffer */ - if (state->mode != SYNC) { - state->mode = SYNC; - state->hold >>= state->bits & 7; - state->bits -= state->bits & 7; - len = 0; - while (state->bits >= 8) { - buf[len++] = (unsigned char)(state->hold); - state->hold >>= 8; - state->bits -= 8; - } - state->have = 0; - syncsearch(&(state->have), buf, len); - } - - /* search available input */ - len = syncsearch(&(state->have), strm->next_in, strm->avail_in); - strm->avail_in -= len; - strm->next_in += len; - strm->total_in += len; - - /* return no joy or set up to restart inflate() on a new block */ - if (state->have != 4) return Z_DATA_ERROR; - if (state->flags == -1) - state->wrap = 0; /* if no header yet, treat as raw */ - else - state->wrap &= ~4; /* no point in computing a check value now */ - flags = state->flags; - in = strm->total_in; out = strm->total_out; - inflateReset(strm); - strm->total_in = in; strm->total_out = out; - state->flags = flags; - state->mode = TYPE; - return Z_OK; -} - -/* - Returns true if inflate is currently at the end of a block generated by - Z_SYNC_FLUSH or Z_FULL_FLUSH. This function is used by one PPP - implementation to provide an additional safety check. PPP uses - Z_SYNC_FLUSH but removes the length bytes of the resulting empty stored - block. When decompressing, PPP checks that at the end of input packet, - inflate is waiting for these length bytes. - */ -int ZEXPORT inflateSyncPoint(z_streamp strm) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - return state->mode == STORED && state->bits == 0; -} - -int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) { - struct inflate_state FAR *state; - struct inflate_state FAR *copy; - unsigned char FAR *window; - unsigned wsize; - - /* check input */ - if (inflateStateCheck(source) || dest == Z_NULL) - return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)source->state; - - /* allocate space */ - copy = (struct inflate_state FAR *) - ZALLOC(source, 1, sizeof(struct inflate_state)); - if (copy == Z_NULL) return Z_MEM_ERROR; - window = Z_NULL; - if (state->window != Z_NULL) { - window = (unsigned char FAR *) - ZALLOC(source, 1U << state->wbits, sizeof(unsigned char)); - if (window == Z_NULL) { - ZFREE(source, copy); - return Z_MEM_ERROR; - } - } - - /* copy state */ - zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); - zmemcpy((voidpf)copy, (voidpf)state, sizeof(struct inflate_state)); - copy->strm = dest; - if (state->lencode >= state->codes && - state->lencode <= state->codes + ENOUGH - 1) { - copy->lencode = copy->codes + (state->lencode - state->codes); - copy->distcode = copy->codes + (state->distcode - state->codes); - } - copy->next = copy->codes + (state->next - state->codes); - if (window != Z_NULL) { - wsize = 1U << state->wbits; - zmemcpy(window, state->window, wsize); - } - copy->window = window; - dest->state = (struct internal_state FAR *)copy; - return Z_OK; -} - -int ZEXPORT inflateUndermine(z_streamp strm, int subvert) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; -#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR - state->sane = !subvert; - return Z_OK; -#else - (void)subvert; - state->sane = 1; - return Z_DATA_ERROR; -#endif -} - -int ZEXPORT inflateValidate(z_streamp strm, int check) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) return Z_STREAM_ERROR; - state = (struct inflate_state FAR *)strm->state; - if (check && state->wrap) - state->wrap |= 4; - else - state->wrap &= ~4; - return Z_OK; -} - -long ZEXPORT inflateMark(z_streamp strm) { - struct inflate_state FAR *state; - - if (inflateStateCheck(strm)) - return -(1L << 16); - state = (struct inflate_state FAR *)strm->state; - return (long)(((unsigned long)((long)state->back)) << 16) + - (state->mode == COPY ? state->length : - (state->mode == MATCH ? state->was - state->length : 0)); -} - -unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) { - struct inflate_state FAR *state; - if (inflateStateCheck(strm)) return (unsigned long)-1; - state = (struct inflate_state FAR *)strm->state; - return (unsigned long)(state->next - state->codes); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/inflate.h b/proj-web/thirdparty/zlib-1.3.1/inflate.h deleted file mode 100644 index f127b6b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inflate.h +++ /dev/null @@ -1,126 +0,0 @@ -/* inflate.h -- internal inflate state definition - * Copyright (C) 1995-2019 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -/* define NO_GZIP when compiling if you want to disable gzip header and - trailer decoding by inflate(). NO_GZIP would be used to avoid linking in - the crc code when it is not needed. For shared libraries, gzip decoding - should be left enabled. */ -#ifndef NO_GZIP -# define GUNZIP -#endif - -/* Possible inflate modes between inflate() calls */ -typedef enum { - HEAD = 16180, /* i: waiting for magic header */ - FLAGS, /* i: waiting for method and flags (gzip) */ - TIME, /* i: waiting for modification time (gzip) */ - OS, /* i: waiting for extra flags and operating system (gzip) */ - EXLEN, /* i: waiting for extra length (gzip) */ - EXTRA, /* i: waiting for extra bytes (gzip) */ - NAME, /* i: waiting for end of file name (gzip) */ - COMMENT, /* i: waiting for end of comment (gzip) */ - HCRC, /* i: waiting for header crc (gzip) */ - DICTID, /* i: waiting for dictionary check value */ - DICT, /* waiting for inflateSetDictionary() call */ - TYPE, /* i: waiting for type bits, including last-flag bit */ - TYPEDO, /* i: same, but skip check to exit inflate on new block */ - STORED, /* i: waiting for stored size (length and complement) */ - COPY_, /* i/o: same as COPY below, but only first time in */ - COPY, /* i/o: waiting for input or output to copy stored block */ - TABLE, /* i: waiting for dynamic block table lengths */ - LENLENS, /* i: waiting for code length code lengths */ - CODELENS, /* i: waiting for length/lit and distance code lengths */ - LEN_, /* i: same as LEN below, but only first time in */ - LEN, /* i: waiting for length/lit/eob code */ - LENEXT, /* i: waiting for length extra bits */ - DIST, /* i: waiting for distance code */ - DISTEXT, /* i: waiting for distance extra bits */ - MATCH, /* o: waiting for output space to copy string */ - LIT, /* o: waiting for output space to write literal */ - CHECK, /* i: waiting for 32-bit check value */ - LENGTH, /* i: waiting for 32-bit length (gzip) */ - DONE, /* finished check, done -- remain here until reset */ - BAD, /* got a data error -- remain here until reset */ - MEM, /* got an inflate() memory error -- remain here until reset */ - SYNC /* looking for synchronization bytes to restart inflate() */ -} inflate_mode; - -/* - State transitions between above modes - - - (most modes can go to BAD or MEM on error -- not shown for clarity) - - Process header: - HEAD -> (gzip) or (zlib) or (raw) - (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT -> - HCRC -> TYPE - (zlib) -> DICTID or TYPE - DICTID -> DICT -> TYPE - (raw) -> TYPEDO - Read deflate blocks: - TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK - STORED -> COPY_ -> COPY -> TYPE - TABLE -> LENLENS -> CODELENS -> LEN_ - LEN_ -> LEN - Read deflate codes in fixed or dynamic block: - LEN -> LENEXT or LIT or TYPE - LENEXT -> DIST -> DISTEXT -> MATCH -> LEN - LIT -> LEN - Process trailer: - CHECK -> LENGTH -> DONE - */ - -/* State maintained between inflate() calls -- approximately 7K bytes, not - including the allocated sliding window, which is up to 32K bytes. */ -struct inflate_state { - z_streamp strm; /* pointer back to this zlib stream */ - inflate_mode mode; /* current inflate mode */ - int last; /* true if processing last block */ - int wrap; /* bit 0 true for zlib, bit 1 true for gzip, - bit 2 true to validate check value */ - int havedict; /* true if dictionary provided */ - int flags; /* gzip header method and flags, 0 if zlib, or - -1 if raw or no header yet */ - unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ - unsigned long check; /* protected copy of check value */ - unsigned long total; /* protected copy of output count */ - gz_headerp head; /* where to save gzip header information */ - /* sliding window */ - unsigned wbits; /* log base 2 of requested window size */ - unsigned wsize; /* window size or zero if not using window */ - unsigned whave; /* valid bytes in the window */ - unsigned wnext; /* window write index */ - unsigned char FAR *window; /* allocated sliding window, if needed */ - /* bit accumulator */ - unsigned long hold; /* input bit accumulator */ - unsigned bits; /* number of bits in "in" */ - /* for string and stored block copying */ - unsigned length; /* literal or length of data to copy */ - unsigned offset; /* distance back to copy string from */ - /* for table and code decoding */ - unsigned extra; /* extra bits needed */ - /* fixed and dynamic code tables */ - code const FAR *lencode; /* starting table for length/literal codes */ - code const FAR *distcode; /* starting table for distance codes */ - unsigned lenbits; /* index bits for lencode */ - unsigned distbits; /* index bits for distcode */ - /* dynamic table building */ - unsigned ncode; /* number of code length code lengths */ - unsigned nlen; /* number of length code lengths */ - unsigned ndist; /* number of distance code lengths */ - unsigned have; /* number of code lengths in lens[] */ - code FAR *next; /* next available space in codes[] */ - unsigned short lens[320]; /* temporary storage for code lengths */ - unsigned short work[288]; /* work area for code table building */ - code codes[ENOUGH]; /* space for code tables */ - int sane; /* if false, allow invalid distance too far */ - int back; /* bits back of last unprocessed length/lit */ - unsigned was; /* initial length of match */ -}; diff --git a/proj-web/thirdparty/zlib-1.3.1/inftrees.c b/proj-web/thirdparty/zlib-1.3.1/inftrees.c deleted file mode 100644 index 98cfe16..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inftrees.c +++ /dev/null @@ -1,299 +0,0 @@ -/* inftrees.c -- generate Huffman trees for efficient decoding - * Copyright (C) 1995-2024 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -#include "zutil.h" -#include "inftrees.h" - -#define MAXBITS 15 - -const char inflate_copyright[] = - " inflate 1.3.1 Copyright 1995-2024 Mark Adler "; -/* - If you use the zlib library in a product, an acknowledgment is welcome - in the documentation of your product. If for some reason you cannot - include such an acknowledgment, I would appreciate that you keep this - copyright string in the executable of your product. - */ - -/* - Build a set of tables to decode the provided canonical Huffman code. - The code lengths are lens[0..codes-1]. The result starts at *table, - whose indices are 0..2^bits-1. work is a writable array of at least - lens shorts, which is used as a work area. type is the type of code - to be generated, CODES, LENS, or DISTS. On return, zero is success, - -1 is an invalid code, and +1 means that ENOUGH isn't enough. table - on return points to the next available entry's address. bits is the - requested root table index bits, and on return it is the actual root - table index bits. It will differ if the request is greater than the - longest code or if it is less than the shortest code. - */ -int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, - unsigned codes, code FAR * FAR *table, - unsigned FAR *bits, unsigned short FAR *work) { - unsigned len; /* a code's length in bits */ - unsigned sym; /* index of code symbols */ - unsigned min, max; /* minimum and maximum code lengths */ - unsigned root; /* number of index bits for root table */ - unsigned curr; /* number of index bits for current table */ - unsigned drop; /* code bits to drop for sub-table */ - int left; /* number of prefix codes available */ - unsigned used; /* code entries in table used */ - unsigned huff; /* Huffman code */ - unsigned incr; /* for incrementing code, index */ - unsigned fill; /* index for replicating entries */ - unsigned low; /* low bits for current root entry */ - unsigned mask; /* mask for low root bits */ - code here; /* table entry for duplication */ - code FAR *next; /* next available space in table */ - const unsigned short FAR *base; /* base value table to use */ - const unsigned short FAR *extra; /* extra bits table to use */ - unsigned match; /* use base and extra for symbol >= match */ - unsigned short count[MAXBITS+1]; /* number of codes of each length */ - unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ - static const unsigned short lbase[31] = { /* Length codes 257..285 base */ - 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, - 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0}; - static const unsigned short lext[31] = { /* Length codes 257..285 extra */ - 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, - 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 203, 77}; - static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ - 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, - 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, - 8193, 12289, 16385, 24577, 0, 0}; - static const unsigned short dext[32] = { /* Distance codes 0..29 extra */ - 16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, - 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, - 28, 28, 29, 29, 64, 64}; - - /* - Process a set of code lengths to create a canonical Huffman code. The - code lengths are lens[0..codes-1]. Each length corresponds to the - symbols 0..codes-1. The Huffman code is generated by first sorting the - symbols by length from short to long, and retaining the symbol order - for codes with equal lengths. Then the code starts with all zero bits - for the first code of the shortest length, and the codes are integer - increments for the same length, and zeros are appended as the length - increases. For the deflate format, these bits are stored backwards - from their more natural integer increment ordering, and so when the - decoding tables are built in the large loop below, the integer codes - are incremented backwards. - - This routine assumes, but does not check, that all of the entries in - lens[] are in the range 0..MAXBITS. The caller must assure this. - 1..MAXBITS is interpreted as that code length. zero means that that - symbol does not occur in this code. - - The codes are sorted by computing a count of codes for each length, - creating from that a table of starting indices for each length in the - sorted table, and then entering the symbols in order in the sorted - table. The sorted table is work[], with that space being provided by - the caller. - - The length counts are used for other purposes as well, i.e. finding - the minimum and maximum length codes, determining if there are any - codes at all, checking for a valid set of lengths, and looking ahead - at length counts to determine sub-table sizes when building the - decoding tables. - */ - - /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ - for (len = 0; len <= MAXBITS; len++) - count[len] = 0; - for (sym = 0; sym < codes; sym++) - count[lens[sym]]++; - - /* bound code lengths, force root to be within code lengths */ - root = *bits; - for (max = MAXBITS; max >= 1; max--) - if (count[max] != 0) break; - if (root > max) root = max; - if (max == 0) { /* no symbols to code at all */ - here.op = (unsigned char)64; /* invalid code marker */ - here.bits = (unsigned char)1; - here.val = (unsigned short)0; - *(*table)++ = here; /* make a table to force an error */ - *(*table)++ = here; - *bits = 1; - return 0; /* no symbols, but wait for decoding to report error */ - } - for (min = 1; min < max; min++) - if (count[min] != 0) break; - if (root < min) root = min; - - /* check for an over-subscribed or incomplete set of lengths */ - left = 1; - for (len = 1; len <= MAXBITS; len++) { - left <<= 1; - left -= count[len]; - if (left < 0) return -1; /* over-subscribed */ - } - if (left > 0 && (type == CODES || max != 1)) - return -1; /* incomplete set */ - - /* generate offsets into symbol table for each length for sorting */ - offs[1] = 0; - for (len = 1; len < MAXBITS; len++) - offs[len + 1] = offs[len] + count[len]; - - /* sort symbols by length, by symbol order within each length */ - for (sym = 0; sym < codes; sym++) - if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; - - /* - Create and fill in decoding tables. In this loop, the table being - filled is at next and has curr index bits. The code being used is huff - with length len. That code is converted to an index by dropping drop - bits off of the bottom. For codes where len is less than drop + curr, - those top drop + curr - len bits are incremented through all values to - fill the table with replicated entries. - - root is the number of index bits for the root table. When len exceeds - root, sub-tables are created pointed to by the root entry with an index - of the low root bits of huff. This is saved in low to check for when a - new sub-table should be started. drop is zero when the root table is - being filled, and drop is root when sub-tables are being filled. - - When a new sub-table is needed, it is necessary to look ahead in the - code lengths to determine what size sub-table is needed. The length - counts are used for this, and so count[] is decremented as codes are - entered in the tables. - - used keeps track of how many table entries have been allocated from the - provided *table space. It is checked for LENS and DIST tables against - the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in - the initial root table size constants. See the comments in inftrees.h - for more information. - - sym increments through all symbols, and the loop terminates when - all codes of length max, i.e. all codes, have been processed. This - routine permits incomplete codes, so another loop after this one fills - in the rest of the decoding tables with invalid code markers. - */ - - /* set up for code type */ - switch (type) { - case CODES: - base = extra = work; /* dummy value--not used */ - match = 20; - break; - case LENS: - base = lbase; - extra = lext; - match = 257; - break; - default: /* DISTS */ - base = dbase; - extra = dext; - match = 0; - } - - /* initialize state for loop */ - huff = 0; /* starting code */ - sym = 0; /* starting code symbol */ - len = min; /* starting code length */ - next = *table; /* current table to fill in */ - curr = root; /* current table index bits */ - drop = 0; /* current bits to drop from code for index */ - low = (unsigned)(-1); /* trigger new sub-table when len > root */ - used = 1U << root; /* use root table entries */ - mask = used - 1; /* mask for comparing low */ - - /* check available table space */ - if ((type == LENS && used > ENOUGH_LENS) || - (type == DISTS && used > ENOUGH_DISTS)) - return 1; - - /* process all codes and make table entries */ - for (;;) { - /* create table entry */ - here.bits = (unsigned char)(len - drop); - if (work[sym] + 1U < match) { - here.op = (unsigned char)0; - here.val = work[sym]; - } - else if (work[sym] >= match) { - here.op = (unsigned char)(extra[work[sym] - match]); - here.val = base[work[sym] - match]; - } - else { - here.op = (unsigned char)(32 + 64); /* end of block */ - here.val = 0; - } - - /* replicate for those indices with low len bits equal to huff */ - incr = 1U << (len - drop); - fill = 1U << curr; - min = fill; /* save offset to next table */ - do { - fill -= incr; - next[(huff >> drop) + fill] = here; - } while (fill != 0); - - /* backwards increment the len-bit code huff */ - incr = 1U << (len - 1); - while (huff & incr) - incr >>= 1; - if (incr != 0) { - huff &= incr - 1; - huff += incr; - } - else - huff = 0; - - /* go to next symbol, update count, len */ - sym++; - if (--(count[len]) == 0) { - if (len == max) break; - len = lens[work[sym]]; - } - - /* create new sub-table if needed */ - if (len > root && (huff & mask) != low) { - /* if first time, transition to sub-tables */ - if (drop == 0) - drop = root; - - /* increment past last table */ - next += min; /* here min is 1 << curr */ - - /* determine length of next table */ - curr = len - drop; - left = (int)(1 << curr); - while (curr + drop < max) { - left -= count[curr + drop]; - if (left <= 0) break; - curr++; - left <<= 1; - } - - /* check for enough space */ - used += 1U << curr; - if ((type == LENS && used > ENOUGH_LENS) || - (type == DISTS && used > ENOUGH_DISTS)) - return 1; - - /* point entry in root table to sub-table */ - low = huff & mask; - (*table)[low].op = (unsigned char)curr; - (*table)[low].bits = (unsigned char)root; - (*table)[low].val = (unsigned short)(next - *table); - } - } - - /* fill in remaining table entry if code is incomplete (guaranteed to have - at most one remaining entry, since if the code is incomplete, the - maximum code length that was allowed to get this far is one bit) */ - if (huff != 0) { - here.op = (unsigned char)64; /* invalid code marker */ - here.bits = (unsigned char)(len - drop); - here.val = (unsigned short)0; - next[huff] = here; - } - - /* set return parameters */ - *table += used; - *bits = root; - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/inftrees.h b/proj-web/thirdparty/zlib-1.3.1/inftrees.h deleted file mode 100644 index 396f74b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/inftrees.h +++ /dev/null @@ -1,62 +0,0 @@ -/* inftrees.h -- header to use inftrees.c - * Copyright (C) 1995-2005, 2010 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -/* Structure for decoding tables. Each entry provides either the - information needed to do the operation requested by the code that - indexed that table entry, or it provides a pointer to another - table that indexes more bits of the code. op indicates whether - the entry is a pointer to another table, a literal, a length or - distance, an end-of-block, or an invalid code. For a table - pointer, the low four bits of op is the number of index bits of - that table. For a length or distance, the low four bits of op - is the number of extra bits to get after the code. bits is - the number of bits in this code or part of the code to drop off - of the bit buffer. val is the actual byte to output in the case - of a literal, the base length or distance, or the offset from - the current table to the next table. Each entry is four bytes. */ -typedef struct { - unsigned char op; /* operation, extra bits, table bits */ - unsigned char bits; /* bits in this part of the code */ - unsigned short val; /* offset in table or code value */ -} code; - -/* op values as set by inflate_table(): - 00000000 - literal - 0000tttt - table link, tttt != 0 is the number of table index bits - 0001eeee - length or distance, eeee is the number of extra bits - 01100000 - end of block - 01000000 - invalid code - */ - -/* Maximum size of the dynamic table. The maximum number of code structures is - 1444, which is the sum of 852 for literal/length codes and 592 for distance - codes. These values were found by exhaustive searches using the program - examples/enough.c found in the zlib distribution. The arguments to that - program are the number of symbols, the initial root table size, and the - maximum bit length of a code. "enough 286 9 15" for literal/length codes - returns 852, and "enough 30 6 15" for distance codes returns 592. The - initial root table size (9 or 6) is found in the fifth argument of the - inflate_table() calls in inflate.c and infback.c. If the root table size is - changed, then these maximum sizes would be need to be recalculated and - updated. */ -#define ENOUGH_LENS 852 -#define ENOUGH_DISTS 592 -#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) - -/* Type of code to build for inflate_table() */ -typedef enum { - CODES, - LENS, - DISTS -} codetype; - -int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, - unsigned codes, code FAR * FAR *table, - unsigned FAR *bits, unsigned short FAR *work); diff --git a/proj-web/thirdparty/zlib-1.3.1/install/include/zconf.h b/proj-web/thirdparty/zlib-1.3.1/install/include/zconf.h deleted file mode 100644 index cf801d3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/install/include/zconf.h +++ /dev/null @@ -1,545 +0,0 @@ -/* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#ifndef ZCONF_H -#define ZCONF_H -/* #undef Z_PREFIX */ -#define Z_HAVE_UNISTD_H - -/* - * If you *really* need a unique prefix for all types and library functions, - * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. - * Even better than compiling with -DZ_PREFIX would be to use configure to set - * this permanently in zconf.h using "./configure --zprefix". - */ -#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ -# define Z_PREFIX_SET - -/* all linked symbols and init macros */ -# define _dist_code z__dist_code -# define _length_code z__length_code -# define _tr_align z__tr_align -# define _tr_flush_bits z__tr_flush_bits -# define _tr_flush_block z__tr_flush_block -# define _tr_init z__tr_init -# define _tr_stored_block z__tr_stored_block -# define _tr_tally z__tr_tally -# define adler32 z_adler32 -# define adler32_combine z_adler32_combine -# define adler32_combine64 z_adler32_combine64 -# define adler32_z z_adler32_z -# ifndef Z_SOLO -# define compress z_compress -# define compress2 z_compress2 -# define compressBound z_compressBound -# endif -# define crc32 z_crc32 -# define crc32_combine z_crc32_combine -# define crc32_combine64 z_crc32_combine64 -# define crc32_combine_gen z_crc32_combine_gen -# define crc32_combine_gen64 z_crc32_combine_gen64 -# define crc32_combine_op z_crc32_combine_op -# define crc32_z z_crc32_z -# define deflate z_deflate -# define deflateBound z_deflateBound -# define deflateCopy z_deflateCopy -# define deflateEnd z_deflateEnd -# define deflateGetDictionary z_deflateGetDictionary -# define deflateInit z_deflateInit -# define deflateInit2 z_deflateInit2 -# define deflateInit2_ z_deflateInit2_ -# define deflateInit_ z_deflateInit_ -# define deflateParams z_deflateParams -# define deflatePending z_deflatePending -# define deflatePrime z_deflatePrime -# define deflateReset z_deflateReset -# define deflateResetKeep z_deflateResetKeep -# define deflateSetDictionary z_deflateSetDictionary -# define deflateSetHeader z_deflateSetHeader -# define deflateTune z_deflateTune -# define deflate_copyright z_deflate_copyright -# define get_crc_table z_get_crc_table -# ifndef Z_SOLO -# define gz_error z_gz_error -# define gz_intmax z_gz_intmax -# define gz_strwinerror z_gz_strwinerror -# define gzbuffer z_gzbuffer -# define gzclearerr z_gzclearerr -# define gzclose z_gzclose -# define gzclose_r z_gzclose_r -# define gzclose_w z_gzclose_w -# define gzdirect z_gzdirect -# define gzdopen z_gzdopen -# define gzeof z_gzeof -# define gzerror z_gzerror -# define gzflush z_gzflush -# define gzfread z_gzfread -# define gzfwrite z_gzfwrite -# define gzgetc z_gzgetc -# define gzgetc_ z_gzgetc_ -# define gzgets z_gzgets -# define gzoffset z_gzoffset -# define gzoffset64 z_gzoffset64 -# define gzopen z_gzopen -# define gzopen64 z_gzopen64 -# ifdef _WIN32 -# define gzopen_w z_gzopen_w -# endif -# define gzprintf z_gzprintf -# define gzputc z_gzputc -# define gzputs z_gzputs -# define gzread z_gzread -# define gzrewind z_gzrewind -# define gzseek z_gzseek -# define gzseek64 z_gzseek64 -# define gzsetparams z_gzsetparams -# define gztell z_gztell -# define gztell64 z_gztell64 -# define gzungetc z_gzungetc -# define gzvprintf z_gzvprintf -# define gzwrite z_gzwrite -# endif -# define inflate z_inflate -# define inflateBack z_inflateBack -# define inflateBackEnd z_inflateBackEnd -# define inflateBackInit z_inflateBackInit -# define inflateBackInit_ z_inflateBackInit_ -# define inflateCodesUsed z_inflateCodesUsed -# define inflateCopy z_inflateCopy -# define inflateEnd z_inflateEnd -# define inflateGetDictionary z_inflateGetDictionary -# define inflateGetHeader z_inflateGetHeader -# define inflateInit z_inflateInit -# define inflateInit2 z_inflateInit2 -# define inflateInit2_ z_inflateInit2_ -# define inflateInit_ z_inflateInit_ -# define inflateMark z_inflateMark -# define inflatePrime z_inflatePrime -# define inflateReset z_inflateReset -# define inflateReset2 z_inflateReset2 -# define inflateResetKeep z_inflateResetKeep -# define inflateSetDictionary z_inflateSetDictionary -# define inflateSync z_inflateSync -# define inflateSyncPoint z_inflateSyncPoint -# define inflateUndermine z_inflateUndermine -# define inflateValidate z_inflateValidate -# define inflate_copyright z_inflate_copyright -# define inflate_fast z_inflate_fast -# define inflate_table z_inflate_table -# ifndef Z_SOLO -# define uncompress z_uncompress -# define uncompress2 z_uncompress2 -# endif -# define zError z_zError -# ifndef Z_SOLO -# define zcalloc z_zcalloc -# define zcfree z_zcfree -# endif -# define zlibCompileFlags z_zlibCompileFlags -# define zlibVersion z_zlibVersion - -/* all zlib typedefs in zlib.h and zconf.h */ -# define Byte z_Byte -# define Bytef z_Bytef -# define alloc_func z_alloc_func -# define charf z_charf -# define free_func z_free_func -# ifndef Z_SOLO -# define gzFile z_gzFile -# endif -# define gz_header z_gz_header -# define gz_headerp z_gz_headerp -# define in_func z_in_func -# define intf z_intf -# define out_func z_out_func -# define uInt z_uInt -# define uIntf z_uIntf -# define uLong z_uLong -# define uLongf z_uLongf -# define voidp z_voidp -# define voidpc z_voidpc -# define voidpf z_voidpf - -/* all zlib structs in zlib.h and zconf.h */ -# define gz_header_s z_gz_header_s -# define internal_state z_internal_state - -#endif - -#if defined(__MSDOS__) && !defined(MSDOS) -# define MSDOS -#endif -#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) -# define OS2 -#endif -#if defined(_WINDOWS) && !defined(WINDOWS) -# define WINDOWS -#endif -#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) -# ifndef WIN32 -# define WIN32 -# endif -#endif -#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) -# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) -# ifndef SYS16BIT -# define SYS16BIT -# endif -# endif -#endif - -/* - * Compile with -DMAXSEG_64K if the alloc function cannot allocate more - * than 64k bytes at a time (needed on systems with 16-bit int). - */ -#ifdef SYS16BIT -# define MAXSEG_64K -#endif -#ifdef MSDOS -# define UNALIGNED_OK -#endif - -#ifdef __STDC_VERSION__ -# ifndef STDC -# define STDC -# endif -# if __STDC_VERSION__ >= 199901L -# ifndef STDC99 -# define STDC99 -# endif -# endif -#endif -#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) -# define STDC -#endif -#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) -# define STDC -#endif -#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) -# define STDC -#endif -#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) -# define STDC -#endif - -#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ -# define STDC -#endif - -#ifndef STDC -# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ -# define const /* note: need a more gentle solution here */ -# endif -#endif - -#if defined(ZLIB_CONST) && !defined(z_const) -# define z_const const -#else -# define z_const -#endif - -#ifdef Z_SOLO -# ifdef _WIN64 - typedef unsigned long long z_size_t; -# else - typedef unsigned long z_size_t; -# endif -#else -# define z_longlong long long -# if defined(NO_SIZE_T) - typedef unsigned NO_SIZE_T z_size_t; -# elif defined(STDC) -# include - typedef size_t z_size_t; -# else - typedef unsigned long z_size_t; -# endif -# undef z_longlong -#endif - -/* Maximum value for memLevel in deflateInit2 */ -#ifndef MAX_MEM_LEVEL -# ifdef MAXSEG_64K -# define MAX_MEM_LEVEL 8 -# else -# define MAX_MEM_LEVEL 9 -# endif -#endif - -/* Maximum value for windowBits in deflateInit2 and inflateInit2. - * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files - * created by gzip. (Files created by minigzip can still be extracted by - * gzip.) - */ -#ifndef MAX_WBITS -# define MAX_WBITS 15 /* 32K LZ77 window */ -#endif - -/* The memory requirements for deflate are (in bytes): - (1 << (windowBits+2)) + (1 << (memLevel+9)) - that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) - plus a few kilobytes for small objects. For example, if you want to reduce - the default memory requirements from 256K to 128K, compile with - make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" - Of course this will generally degrade compression (there's no free lunch). - - The memory requirements for inflate are (in bytes) 1 << windowBits - that is, 32K for windowBits=15 (default value) plus about 7 kilobytes - for small objects. -*/ - - /* Type declarations */ - -#ifndef OF /* function prototypes */ -# ifdef STDC -# define OF(args) args -# else -# define OF(args) () -# endif -#endif - -/* The following definitions for FAR are needed only for MSDOS mixed - * model programming (small or medium model with some far allocations). - * This was tested only with MSC; for other MSDOS compilers you may have - * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, - * just define FAR to be empty. - */ -#ifdef SYS16BIT -# if defined(M_I86SM) || defined(M_I86MM) - /* MSC small or medium model */ -# define SMALL_MEDIUM -# ifdef _MSC_VER -# define FAR _far -# else -# define FAR far -# endif -# endif -# if (defined(__SMALL__) || defined(__MEDIUM__)) - /* Turbo C small or medium model */ -# define SMALL_MEDIUM -# ifdef __BORLANDC__ -# define FAR _far -# else -# define FAR far -# endif -# endif -#endif - -#if defined(WINDOWS) || defined(WIN32) - /* If building or using zlib as a DLL, define ZLIB_DLL. - * This is not mandatory, but it offers a little performance increase. - */ -# ifdef ZLIB_DLL -# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) -# ifdef ZLIB_INTERNAL -# define ZEXTERN extern __declspec(dllexport) -# else -# define ZEXTERN extern __declspec(dllimport) -# endif -# endif -# endif /* ZLIB_DLL */ - /* If building or using zlib with the WINAPI/WINAPIV calling convention, - * define ZLIB_WINAPI. - * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. - */ -# ifdef ZLIB_WINAPI -# ifdef FAR -# undef FAR -# endif -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include - /* No need for _export, use ZLIB.DEF instead. */ - /* For complete Windows compatibility, use WINAPI, not __stdcall. */ -# define ZEXPORT WINAPI -# ifdef WIN32 -# define ZEXPORTVA WINAPIV -# else -# define ZEXPORTVA FAR CDECL -# endif -# endif -#endif - -#if defined (__BEOS__) -# ifdef ZLIB_DLL -# ifdef ZLIB_INTERNAL -# define ZEXPORT __declspec(dllexport) -# define ZEXPORTVA __declspec(dllexport) -# else -# define ZEXPORT __declspec(dllimport) -# define ZEXPORTVA __declspec(dllimport) -# endif -# endif -#endif - -#ifndef ZEXTERN -# define ZEXTERN extern -#endif -#ifndef ZEXPORT -# define ZEXPORT -#endif -#ifndef ZEXPORTVA -# define ZEXPORTVA -#endif - -#ifndef FAR -# define FAR -#endif - -#if !defined(__MACTYPES__) -typedef unsigned char Byte; /* 8 bits */ -#endif -typedef unsigned int uInt; /* 16 bits or more */ -typedef unsigned long uLong; /* 32 bits or more */ - -#ifdef SMALL_MEDIUM - /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ -# define Bytef Byte FAR -#else - typedef Byte FAR Bytef; -#endif -typedef char FAR charf; -typedef int FAR intf; -typedef uInt FAR uIntf; -typedef uLong FAR uLongf; - -#ifdef STDC - typedef void const *voidpc; - typedef void FAR *voidpf; - typedef void *voidp; -#else - typedef Byte const *voidpc; - typedef Byte FAR *voidpf; - typedef Byte *voidp; -#endif - -#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) -# include -# if (UINT_MAX == 0xffffffffUL) -# define Z_U4 unsigned -# elif (ULONG_MAX == 0xffffffffUL) -# define Z_U4 unsigned long -# elif (USHRT_MAX == 0xffffffffUL) -# define Z_U4 unsigned short -# endif -#endif - -#ifdef Z_U4 - typedef Z_U4 z_crc_t; -#else - typedef unsigned long z_crc_t; -#endif - -#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_UNISTD_H -#endif - -#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_STDARG_H -#endif - -#ifdef STDC -# ifndef Z_SOLO -# include /* for off_t */ -# endif -#endif - -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifndef Z_SOLO -# include /* for va_list */ -# endif -#endif - -#ifdef _WIN32 -# ifndef Z_SOLO -# include /* for wchar_t */ -# endif -#endif - -/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and - * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even - * though the former does not conform to the LFS document), but considering - * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as - * equivalently requesting no 64-bit operations - */ -#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 -# undef _LARGEFILE64_SOURCE -#endif - -#ifndef Z_HAVE_UNISTD_H -# ifdef __WATCOMC__ -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_HAVE_UNISTD_H -# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_SOLO -# if defined(Z_HAVE_UNISTD_H) -# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ -# ifdef VMS -# include /* for off_t */ -# endif -# ifndef z_off_t -# define z_off_t off_t -# endif -# endif -#endif - -#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 -# define Z_LFS64 -#endif - -#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) -# define Z_LARGE64 -#endif - -#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) -# define Z_WANT64 -#endif - -#if !defined(SEEK_SET) && !defined(Z_SOLO) -# define SEEK_SET 0 /* Seek from beginning of file. */ -# define SEEK_CUR 1 /* Seek from current position. */ -# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ -#endif - -#ifndef z_off_t -# define z_off_t long -#endif - -#if !defined(_WIN32) && defined(Z_LARGE64) -# define z_off64_t off64_t -#else -# if defined(_WIN32) && !defined(__GNUC__) -# define z_off64_t __int64 -# else -# define z_off64_t z_off_t -# endif -#endif - -/* MVS linker does not support external names larger than 8 bytes */ -#if defined(__MVS__) - #pragma map(deflateInit_,"DEIN") - #pragma map(deflateInit2_,"DEIN2") - #pragma map(deflateEnd,"DEEND") - #pragma map(deflateBound,"DEBND") - #pragma map(inflateInit_,"ININ") - #pragma map(inflateInit2_,"ININ2") - #pragma map(inflateEnd,"INEND") - #pragma map(inflateSync,"INSY") - #pragma map(inflateSetDictionary,"INSEDI") - #pragma map(compressBound,"CMBND") - #pragma map(inflate_table,"INTABL") - #pragma map(inflate_fast,"INFA") - #pragma map(inflate_copyright,"INCOPY") -#endif - -#endif /* ZCONF_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/install/include/zlib.h b/proj-web/thirdparty/zlib-1.3.1/install/include/zlib.h deleted file mode 100644 index 8d4b932..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/install/include/zlib.h +++ /dev/null @@ -1,1938 +0,0 @@ -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.3.1, January 22nd, 2024 - - Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - - - The data format used by the zlib library is described by RFCs (Request for - Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950 - (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format). -*/ - -#ifndef ZLIB_H -#define ZLIB_H - -#include "zconf.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#define ZLIB_VERSION "1.3.1" -#define ZLIB_VERNUM 0x1310 -#define ZLIB_VER_MAJOR 1 -#define ZLIB_VER_MINOR 3 -#define ZLIB_VER_REVISION 1 -#define ZLIB_VER_SUBREVISION 0 - -/* - The 'zlib' compression library provides in-memory compression and - decompression functions, including integrity checks of the uncompressed data. - This version of the library supports only one compression method (deflation) - but other algorithms will be added later and will have the same stream - interface. - - Compression can be done in a single step if the buffers are large enough, - or can be done by repeated calls of the compression function. In the latter - case, the application must provide more input and/or consume the output - (providing more output space) before each call. - - The compressed data format used by default by the in-memory functions is - the zlib format, which is a zlib wrapper documented in RFC 1950, wrapped - around a deflate stream, which is itself documented in RFC 1951. - - The library also supports reading and writing files in gzip (.gz) format - with an interface similar to that of stdio using the functions that start - with "gz". The gzip format is different from the zlib format. gzip is a - gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. - - This library can optionally read and write gzip and raw deflate streams in - memory as well. - - The zlib format was designed to be compact and fast for use in memory - and on communications channels. The gzip format was designed for single- - file compression on file systems, has a larger header than zlib to maintain - directory information, and uses a different, slower check method than zlib. - - The library does not install any signal handler. The decoder checks - the consistency of the compressed data, so the library should never crash - even in the case of corrupted input. -*/ - -typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); -typedef void (*free_func)(voidpf opaque, voidpf address); - -struct internal_state; - -typedef struct z_stream_s { - z_const Bytef *next_in; /* next input byte */ - uInt avail_in; /* number of bytes available at next_in */ - uLong total_in; /* total number of input bytes read so far */ - - Bytef *next_out; /* next output byte will go here */ - uInt avail_out; /* remaining free space at next_out */ - uLong total_out; /* total number of bytes output so far */ - - z_const char *msg; /* last error message, NULL if no error */ - struct internal_state FAR *state; /* not visible by applications */ - - alloc_func zalloc; /* used to allocate the internal state */ - free_func zfree; /* used to free the internal state */ - voidpf opaque; /* private data object passed to zalloc and zfree */ - - int data_type; /* best guess about the data type: binary or text - for deflate, or the decoding state for inflate */ - uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ - uLong reserved; /* reserved for future use */ -} z_stream; - -typedef z_stream FAR *z_streamp; - -/* - gzip header information passed to and from zlib routines. See RFC 1952 - for more details on the meanings of these fields. -*/ -typedef struct gz_header_s { - int text; /* true if compressed data believed to be text */ - uLong time; /* modification time */ - int xflags; /* extra flags (not used when writing a gzip file) */ - int os; /* operating system */ - Bytef *extra; /* pointer to extra field or Z_NULL if none */ - uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ - uInt extra_max; /* space at extra (only when reading header) */ - Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ - uInt name_max; /* space at name (only when reading header) */ - Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ - uInt comm_max; /* space at comment (only when reading header) */ - int hcrc; /* true if there was or will be a header crc */ - int done; /* true when done reading gzip header (not used - when writing a gzip file) */ -} gz_header; - -typedef gz_header FAR *gz_headerp; - -/* - The application must update next_in and avail_in when avail_in has dropped - to zero. It must update next_out and avail_out when avail_out has dropped - to zero. The application must initialize zalloc, zfree and opaque before - calling the init function. All other fields are set by the compression - library and must not be updated by the application. - - The opaque value provided by the application will be passed as the first - parameter for calls of zalloc and zfree. This can be useful for custom - memory management. The compression library attaches no meaning to the - opaque value. - - zalloc must return Z_NULL if there is not enough memory for the object. - If zlib is used in a multi-threaded application, zalloc and zfree must be - thread safe. In that case, zlib is thread-safe. When zalloc and zfree are - Z_NULL on entry to the initialization function, they are set to internal - routines that use the standard library functions malloc() and free(). - - On 16-bit systems, the functions zalloc and zfree must be able to allocate - exactly 65536 bytes, but will not be required to allocate more than this if - the symbol MAXSEG_64K is defined (see zconf.h). WARNING: On MSDOS, pointers - returned by zalloc for objects of exactly 65536 bytes *must* have their - offset normalized to zero. The default allocation function provided by this - library ensures this (see zutil.c). To reduce memory requirements and avoid - any allocation of 64K objects, at the expense of compression ratio, compile - the library with -DMAX_WBITS=14 (see zconf.h). - - The fields total_in and total_out can be used for statistics or progress - reports. After compression, total_in holds the total size of the - uncompressed data and may be saved for use by the decompressor (particularly - if the decompressor wants to decompress everything in a single step). -*/ - - /* constants */ - -#define Z_NO_FLUSH 0 -#define Z_PARTIAL_FLUSH 1 -#define Z_SYNC_FLUSH 2 -#define Z_FULL_FLUSH 3 -#define Z_FINISH 4 -#define Z_BLOCK 5 -#define Z_TREES 6 -/* Allowed flush values; see deflate() and inflate() below for details */ - -#define Z_OK 0 -#define Z_STREAM_END 1 -#define Z_NEED_DICT 2 -#define Z_ERRNO (-1) -#define Z_STREAM_ERROR (-2) -#define Z_DATA_ERROR (-3) -#define Z_MEM_ERROR (-4) -#define Z_BUF_ERROR (-5) -#define Z_VERSION_ERROR (-6) -/* Return codes for the compression/decompression functions. Negative values - * are errors, positive values are used for special but normal events. - */ - -#define Z_NO_COMPRESSION 0 -#define Z_BEST_SPEED 1 -#define Z_BEST_COMPRESSION 9 -#define Z_DEFAULT_COMPRESSION (-1) -/* compression levels */ - -#define Z_FILTERED 1 -#define Z_HUFFMAN_ONLY 2 -#define Z_RLE 3 -#define Z_FIXED 4 -#define Z_DEFAULT_STRATEGY 0 -/* compression strategy; see deflateInit2() below for details */ - -#define Z_BINARY 0 -#define Z_TEXT 1 -#define Z_ASCII Z_TEXT /* for compatibility with 1.2.2 and earlier */ -#define Z_UNKNOWN 2 -/* Possible values of the data_type field for deflate() */ - -#define Z_DEFLATED 8 -/* The deflate compression method (the only one supported in this version) */ - -#define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ - -#define zlib_version zlibVersion() -/* for compatibility with versions < 1.0.2 */ - - - /* basic functions */ - -ZEXTERN const char * ZEXPORT zlibVersion(void); -/* The application can compare zlibVersion and ZLIB_VERSION for consistency. - If the first character differs, the library code actually used is not - compatible with the zlib.h header file used by the application. This check - is automatically made by deflateInit and inflateInit. - */ - -/* -ZEXTERN int ZEXPORT deflateInit(z_streamp strm, int level); - - Initializes the internal stream state for compression. The fields - zalloc, zfree and opaque must be initialized before by the caller. If - zalloc and zfree are set to Z_NULL, deflateInit updates them to use default - allocation functions. total_in, total_out, adler, and msg are initialized. - - The compression level must be Z_DEFAULT_COMPRESSION, or between 0 and 9: - 1 gives best speed, 9 gives best compression, 0 gives no compression at all - (the input data is simply copied a block at a time). Z_DEFAULT_COMPRESSION - requests a default compromise between speed and compression (currently - equivalent to level 6). - - deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_STREAM_ERROR if level is not a valid compression level, or - Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible - with the version assumed by the caller (ZLIB_VERSION). msg is set to null - if there is no error message. deflateInit does not perform any compression: - this will be done by deflate(). -*/ - - -ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush); -/* - deflate compresses as much data as possible, and stops when the input - buffer becomes empty or the output buffer becomes full. It may introduce - some output latency (reading input without producing any output) except when - forced to flush. - - The detailed semantics are as follows. deflate performs one or both of the - following actions: - - - Compress more input starting at next_in and update next_in and avail_in - accordingly. If not all input can be processed (because there is not - enough room in the output buffer), next_in and avail_in are updated and - processing will resume at this point for the next call of deflate(). - - - Generate more output starting at next_out and update next_out and avail_out - accordingly. This action is forced if the parameter flush is non zero. - Forcing flush frequently degrades the compression ratio, so this parameter - should be set only when necessary. Some output may be provided even if - flush is zero. - - Before the call of deflate(), the application should ensure that at least - one of the actions is possible, by providing more input and/or consuming more - output, and updating avail_in or avail_out accordingly; avail_out should - never be zero before the call. The application can consume the compressed - output when it wants, for example when the output buffer is full (avail_out - == 0), or after each call of deflate(). If deflate returns Z_OK and with - zero avail_out, it must be called again after making room in the output - buffer because there might be more output pending. See deflatePending(), - which can be used if desired to determine whether or not there is more output - in that case. - - Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to - decide how much data to accumulate before producing output, in order to - maximize compression. - - If the parameter flush is set to Z_SYNC_FLUSH, all pending output is - flushed to the output buffer and the output is aligned on a byte boundary, so - that the decompressor can get all input data available so far. (In - particular avail_in is zero after the call if enough output space has been - provided before the call.) Flushing may degrade compression for some - compression algorithms and so it should be used only when necessary. This - completes the current deflate block and follows it with an empty stored block - that is three bits plus filler bits to the next byte, followed by four bytes - (00 00 ff ff). - - If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the - output buffer, but the output is not aligned to a byte boundary. All of the - input data so far will be available to the decompressor, as for Z_SYNC_FLUSH. - This completes the current deflate block and follows it with an empty fixed - codes block that is 10 bits long. This assures that enough bytes are output - in order for the decompressor to finish the block before the empty fixed - codes block. - - If flush is set to Z_BLOCK, a deflate block is completed and emitted, as - for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to - seven bits of the current block are held to be written as the next byte after - the next deflate block is completed. In this case, the decompressor may not - be provided enough bits at this point in order to complete decompression of - the data provided so far to the compressor. It may need to wait for the next - block to be emitted. This is for advanced applications that need to control - the emission of deflate blocks. - - If flush is set to Z_FULL_FLUSH, all output is flushed as with - Z_SYNC_FLUSH, and the compression state is reset so that decompression can - restart from this point if previous compressed data has been damaged or if - random access is desired. Using Z_FULL_FLUSH too often can seriously degrade - compression. - - If deflate returns with avail_out == 0, this function must be called again - with the same value of the flush parameter and more output space (updated - avail_out), until the flush is complete (deflate returns with non-zero - avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that - avail_out is greater than six when the flush marker begins, in order to avoid - repeated flush markers upon calling deflate() again when avail_out == 0. - - If the parameter flush is set to Z_FINISH, pending input is processed, - pending output is flushed and deflate returns with Z_STREAM_END if there was - enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this - function must be called again with Z_FINISH and more output space (updated - avail_out) but no more input data, until it returns with Z_STREAM_END or an - error. After deflate has returned Z_STREAM_END, the only possible operations - on the stream are deflateReset or deflateEnd. - - Z_FINISH can be used in the first deflate call after deflateInit if all the - compression is to be done in a single step. In order to complete in one - call, avail_out must be at least the value returned by deflateBound (see - below). Then deflate is guaranteed to return Z_STREAM_END. If not enough - output space is provided, deflate will not return Z_STREAM_END, and it must - be called again as described above. - - deflate() sets strm->adler to the Adler-32 checksum of all input read - so far (that is, total_in bytes). If a gzip stream is being generated, then - strm->adler will be the CRC-32 checksum of the input read so far. (See - deflateInit2 below.) - - deflate() may update strm->data_type if it can make a good guess about - the input data type (Z_BINARY or Z_TEXT). If in doubt, the data is - considered binary. This field is only for information purposes and does not - affect the compression algorithm in any manner. - - deflate() returns Z_OK if some progress has been made (more input - processed or more output produced), Z_STREAM_END if all input has been - consumed and all output has been produced (only when flush is set to - Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example - if next_in or next_out was Z_NULL or the state was inadvertently written over - by the application), or Z_BUF_ERROR if no progress is possible (for example - avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and - deflate() can be called again with more input and more output space to - continue compressing. -*/ - - -ZEXTERN int ZEXPORT deflateEnd(z_streamp strm); -/* - All dynamically allocated data structures for this stream are freed. - This function discards any unprocessed input and does not flush any pending - output. - - deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the - stream state was inconsistent, Z_DATA_ERROR if the stream was freed - prematurely (some input or output was discarded). In the error case, msg - may be set but then points to a static string (which must not be - deallocated). -*/ - - -/* -ZEXTERN int ZEXPORT inflateInit(z_streamp strm); - - Initializes the internal stream state for decompression. The fields - next_in, avail_in, zalloc, zfree and opaque must be initialized before by - the caller. In the current version of inflate, the provided input is not - read or consumed. The allocation of a sliding window will be deferred to - the first call of inflate (if the decompression does not complete on the - first call). If zalloc and zfree are set to Z_NULL, inflateInit updates - them to use default allocation functions. total_in, total_out, adler, and - msg are initialized. - - inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_VERSION_ERROR if the zlib library version is incompatible with the - version assumed by the caller, or Z_STREAM_ERROR if the parameters are - invalid, such as a null pointer to the structure. msg is set to null if - there is no error message. inflateInit does not perform any decompression. - Actual decompression will be done by inflate(). So next_in, and avail_in, - next_out, and avail_out are unused and unchanged. The current - implementation of inflateInit() does not process any header information -- - that is deferred until inflate() is called. -*/ - - -ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush); -/* - inflate decompresses as much data as possible, and stops when the input - buffer becomes empty or the output buffer becomes full. It may introduce - some output latency (reading input without producing any output) except when - forced to flush. - - The detailed semantics are as follows. inflate performs one or both of the - following actions: - - - Decompress more input starting at next_in and update next_in and avail_in - accordingly. If not all input can be processed (because there is not - enough room in the output buffer), then next_in and avail_in are updated - accordingly, and processing will resume at this point for the next call of - inflate(). - - - Generate more output starting at next_out and update next_out and avail_out - accordingly. inflate() provides as much output as possible, until there is - no more input data or no more space in the output buffer (see below about - the flush parameter). - - Before the call of inflate(), the application should ensure that at least - one of the actions is possible, by providing more input and/or consuming more - output, and updating the next_* and avail_* values accordingly. If the - caller of inflate() does not provide both available input and available - output space, it is possible that there will be no progress made. The - application can consume the uncompressed output when it wants, for example - when the output buffer is full (avail_out == 0), or after each call of - inflate(). If inflate returns Z_OK and with zero avail_out, it must be - called again after making room in the output buffer because there might be - more output pending. - - The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH, - Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much - output as possible to the output buffer. Z_BLOCK requests that inflate() - stop if and when it gets to the next deflate block boundary. When decoding - the zlib or gzip format, this will cause inflate() to return immediately - after the header and before the first block. When doing a raw inflate, - inflate() will go ahead and process the first block, and will return when it - gets to the end of that block, or when it runs out of data. - - The Z_BLOCK option assists in appending to or combining deflate streams. - To assist in this, on return inflate() always sets strm->data_type to the - number of unused bits in the last byte taken from strm->next_in, plus 64 if - inflate() is currently decoding the last block in the deflate stream, plus - 128 if inflate() returned immediately after decoding an end-of-block code or - decoding the complete header up to just before the first byte of the deflate - stream. The end-of-block will not be indicated until all of the uncompressed - data from that block has been written to strm->next_out. The number of - unused bits may in general be greater than seven, except when bit 7 of - data_type is set, in which case the number of unused bits will be less than - eight. data_type is set as noted here every time inflate() returns for all - flush options, and so can be used to determine the amount of currently - consumed input in bits. - - The Z_TREES option behaves as Z_BLOCK does, but it also returns when the - end of each deflate block header is reached, before any actual data in that - block is decoded. This allows the caller to determine the length of the - deflate block header for later use in random access within a deflate block. - 256 is added to the value of strm->data_type when inflate() returns - immediately after reaching the end of the deflate block header. - - inflate() should normally be called until it returns Z_STREAM_END or an - error. However if all decompression is to be performed in a single step (a - single call of inflate), the parameter flush should be set to Z_FINISH. In - this case all pending input is processed and all pending output is flushed; - avail_out must be large enough to hold all of the uncompressed data for the - operation to complete. (The size of the uncompressed data may have been - saved by the compressor for this purpose.) The use of Z_FINISH is not - required to perform an inflation in one step. However it may be used to - inform inflate that a faster approach can be used for the single inflate() - call. Z_FINISH also informs inflate to not maintain a sliding window if the - stream completes, which reduces inflate's memory footprint. If the stream - does not complete, either because not all of the stream is provided or not - enough output space is provided, then a sliding window will be allocated and - inflate() can be called again to continue the operation as if Z_NO_FLUSH had - been used. - - In this implementation, inflate() always flushes as much output as - possible to the output buffer, and always uses the faster approach on the - first call. So the effects of the flush parameter in this implementation are - on the return value of inflate() as noted below, when inflate() returns early - when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of - memory for a sliding window when Z_FINISH is used. - - If a preset dictionary is needed after this call (see inflateSetDictionary - below), inflate sets strm->adler to the Adler-32 checksum of the dictionary - chosen by the compressor and returns Z_NEED_DICT; otherwise it sets - strm->adler to the Adler-32 checksum of all output produced so far (that is, - total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described - below. At the end of the stream, inflate() checks that its computed Adler-32 - checksum is equal to that saved by the compressor and returns Z_STREAM_END - only if the checksum is correct. - - inflate() can decompress and check either zlib-wrapped or gzip-wrapped - deflate data. The header type is detected automatically, if requested when - initializing with inflateInit2(). Any information contained in the gzip - header is not retained unless inflateGetHeader() is used. When processing - gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output - produced so far. The CRC-32 is checked against the gzip trailer, as is the - uncompressed length, modulo 2^32. - - inflate() returns Z_OK if some progress has been made (more input processed - or more output produced), Z_STREAM_END if the end of the compressed data has - been reached and all uncompressed output has been produced, Z_NEED_DICT if a - preset dictionary is needed at this point, Z_DATA_ERROR if the input data was - corrupted (input stream not conforming to the zlib format or incorrect check - value, in which case strm->msg points to a string with a more specific - error), Z_STREAM_ERROR if the stream structure was inconsistent (for example - next_in or next_out was Z_NULL, or the state was inadvertently written over - by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR - if no progress was possible or if there was not enough room in the output - buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and - inflate() can be called again with more input and more output space to - continue decompressing. If Z_DATA_ERROR is returned, the application may - then call inflateSync() to look for a good compression block if a partial - recovery of the data is to be attempted. -*/ - - -ZEXTERN int ZEXPORT inflateEnd(z_streamp strm); -/* - All dynamically allocated data structures for this stream are freed. - This function discards any unprocessed input and does not flush any pending - output. - - inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state - was inconsistent. -*/ - - - /* Advanced functions */ - -/* - The following functions are needed only in some special applications. -*/ - -/* -ZEXTERN int ZEXPORT deflateInit2(z_streamp strm, - int level, - int method, - int windowBits, - int memLevel, - int strategy); - - This is another version of deflateInit with more compression options. The - fields zalloc, zfree and opaque must be initialized before by the caller. - - The method parameter is the compression method. It must be Z_DEFLATED in - this version of the library. - - The windowBits parameter is the base two logarithm of the window size - (the size of the history buffer). It should be in the range 8..15 for this - version of the library. Larger values of this parameter result in better - compression at the expense of memory usage. The default value is 15 if - deflateInit is used instead. - - For the current implementation of deflate(), a windowBits value of 8 (a - window size of 256 bytes) is not supported. As a result, a request for 8 - will result in 9 (a 512-byte window). In that case, providing 8 to - inflateInit2() will result in an error when the zlib header with 9 is - checked against the initialization of inflate(). The remedy is to not use 8 - with deflateInit2() with this initialization, or at least in that case use 9 - with inflateInit2(). - - windowBits can also be -8..-15 for raw deflate. In this case, -windowBits - determines the window size. deflate() will then generate raw deflate data - with no zlib header or trailer, and will not compute a check value. - - windowBits can also be greater than 15 for optional gzip encoding. Add - 16 to windowBits to write a simple gzip header and trailer around the - compressed data instead of a zlib wrapper. The gzip header will have no - file name, no extra data, no comment, no modification time (set to zero), no - header crc, and the operating system will be set to the appropriate value, - if the operating system was determined at compile time. If a gzip stream is - being written, strm->adler is a CRC-32 instead of an Adler-32. - - For raw deflate or gzip encoding, a request for a 256-byte window is - rejected as invalid, since only the zlib header provides a means of - transmitting the window size to the decompressor. - - The memLevel parameter specifies how much memory should be allocated - for the internal compression state. memLevel=1 uses minimum memory but is - slow and reduces compression ratio; memLevel=9 uses maximum memory for - optimal speed. The default value is 8. See zconf.h for total memory usage - as a function of windowBits and memLevel. - - The strategy parameter is used to tune the compression algorithm. Use the - value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a - filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no - string match), or Z_RLE to limit match distances to one (run-length - encoding). Filtered data consists mostly of small values with a somewhat - random distribution. In this case, the compression algorithm is tuned to - compress them better. The effect of Z_FILTERED is to force more Huffman - coding and less string matching; it is somewhat intermediate between - Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as - fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The - strategy parameter only affects the compression ratio but not the - correctness of the compressed output even if it is not set appropriately. - Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler - decoder for special applications. - - deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid - method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is - incompatible with the version assumed by the caller (ZLIB_VERSION). msg is - set to null if there is no error message. deflateInit2 does not perform any - compression: this will be done by deflate(). -*/ - -ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm, - const Bytef *dictionary, - uInt dictLength); -/* - Initializes the compression dictionary from the given byte sequence - without producing any compressed output. When using the zlib format, this - function must be called immediately after deflateInit, deflateInit2 or - deflateReset, and before any call of deflate. When doing raw deflate, this - function must be called either before any call of deflate, or immediately - after the completion of a deflate block, i.e. after all input has been - consumed and all output has been delivered when using any of the flush - options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The - compressor and decompressor must use exactly the same dictionary (see - inflateSetDictionary). - - The dictionary should consist of strings (byte sequences) that are likely - to be encountered later in the data to be compressed, with the most commonly - used strings preferably put towards the end of the dictionary. Using a - dictionary is most useful when the data to be compressed is short and can be - predicted with good accuracy; the data can then be compressed better than - with the default empty dictionary. - - Depending on the size of the compression data structures selected by - deflateInit or deflateInit2, a part of the dictionary may in effect be - discarded, for example if the dictionary is larger than the window size - provided in deflateInit or deflateInit2. Thus the strings most likely to be - useful should be put at the end of the dictionary, not at the front. In - addition, the current implementation of deflate will use at most the window - size minus 262 bytes of the provided dictionary. - - Upon return of this function, strm->adler is set to the Adler-32 value - of the dictionary; the decompressor may later use this value to determine - which dictionary has been used by the compressor. (The Adler-32 value - applies to the whole dictionary even if only a subset of the dictionary is - actually used by the compressor.) If a raw deflate was requested, then the - Adler-32 value is not computed and strm->adler is not set. - - deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a - parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is - inconsistent (for example if deflate has already been called for this stream - or if not at a block boundary for raw deflate). deflateSetDictionary does - not perform any compression: this will be done by deflate(). -*/ - -ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm, - Bytef *dictionary, - uInt *dictLength); -/* - Returns the sliding dictionary being maintained by deflate. dictLength is - set to the number of bytes in the dictionary, and that many bytes are copied - to dictionary. dictionary must have enough space, where 32768 bytes is - always enough. If deflateGetDictionary() is called with dictionary equal to - Z_NULL, then only the dictionary length is returned, and nothing is copied. - Similarly, if dictLength is Z_NULL, then it is not set. - - deflateGetDictionary() may return a length less than the window size, even - when more than the window size in input has been provided. It may return up - to 258 bytes less in that case, due to how zlib's implementation of deflate - manages the sliding window and lookahead for matches, where matches can be - up to 258 bytes long. If the application needs the last window-size bytes of - input, then that would need to be saved by the application outside of zlib. - - deflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the - stream state is inconsistent. -*/ - -ZEXTERN int ZEXPORT deflateCopy(z_streamp dest, - z_streamp source); -/* - Sets the destination stream as a complete copy of the source stream. - - This function can be useful when several compression strategies will be - tried, for example when there are several ways of pre-processing the input - data with a filter. The streams that will be discarded should then be freed - by calling deflateEnd. Note that deflateCopy duplicates the internal - compression state which can be quite large, so this strategy is slow and can - consume lots of memory. - - deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_STREAM_ERROR if the source stream state was inconsistent - (such as zalloc being Z_NULL). msg is left unchanged in both source and - destination. -*/ - -ZEXTERN int ZEXPORT deflateReset(z_streamp strm); -/* - This function is equivalent to deflateEnd followed by deflateInit, but - does not free and reallocate the internal compression state. The stream - will leave the compression level and any other attributes that may have been - set unchanged. total_in, total_out, adler, and msg are initialized. - - deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being Z_NULL). -*/ - -ZEXTERN int ZEXPORT deflateParams(z_streamp strm, - int level, - int strategy); -/* - Dynamically update the compression level and compression strategy. The - interpretation of level and strategy is as in deflateInit2(). This can be - used to switch between compression and straight copy of the input data, or - to switch to a different kind of input data requiring a different strategy. - If the compression approach (which is a function of the level) or the - strategy is changed, and if there have been any deflate() calls since the - state was initialized or reset, then the input available so far is - compressed with the old level and strategy using deflate(strm, Z_BLOCK). - There are three approaches for the compression levels 0, 1..3, and 4..9 - respectively. The new level and strategy will take effect at the next call - of deflate(). - - If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does - not have enough output space to complete, then the parameter change will not - take effect. In this case, deflateParams() can be called again with the - same parameters and more output space to try again. - - In order to assure a change in the parameters on the first try, the - deflate stream should be flushed using deflate() with Z_BLOCK or other flush - request until strm.avail_out is not zero, before calling deflateParams(). - Then no more input data should be provided before the deflateParams() call. - If this is done, the old level and strategy will be applied to the data - compressed before deflateParams(), and the new level and strategy will be - applied to the data compressed after deflateParams(). - - deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream - state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if - there was not enough output space to complete the compression of the - available input data before a change in the strategy or approach. Note that - in the case of a Z_BUF_ERROR, the parameters are not changed. A return - value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be - retried with more output space. -*/ - -ZEXTERN int ZEXPORT deflateTune(z_streamp strm, - int good_length, - int max_lazy, - int nice_length, - int max_chain); -/* - Fine tune deflate's internal compression parameters. This should only be - used by someone who understands the algorithm used by zlib's deflate for - searching for the best matching string, and even then only by the most - fanatic optimizer trying to squeeze out the last compressed bit for their - specific input data. Read the deflate.c source code for the meaning of the - max_lazy, good_length, nice_length, and max_chain parameters. - - deflateTune() can be called after deflateInit() or deflateInit2(), and - returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream. - */ - -ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, - uLong sourceLen); -/* - deflateBound() returns an upper bound on the compressed size after - deflation of sourceLen bytes. It must be called after deflateInit() or - deflateInit2(), and after deflateSetHeader(), if used. This would be used - to allocate an output buffer for deflation in a single pass, and so would be - called before deflate(). If that first deflate() call is provided the - sourceLen input bytes, an output buffer allocated to the size returned by - deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed - to return Z_STREAM_END. Note that it is possible for the compressed size to - be larger than the value returned by deflateBound() if flush options other - than Z_FINISH or Z_NO_FLUSH are used. -*/ - -ZEXTERN int ZEXPORT deflatePending(z_streamp strm, - unsigned *pending, - int *bits); -/* - deflatePending() returns the number of bytes and bits of output that have - been generated, but not yet provided in the available output. The bytes not - provided would be due to the available output space having being consumed. - The number of bits of output not provided are between 0 and 7, where they - await more bits to join them in order to fill out a full byte. If pending - or bits are Z_NULL, then those values are not set. - - deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. - */ - -ZEXTERN int ZEXPORT deflatePrime(z_streamp strm, - int bits, - int value); -/* - deflatePrime() inserts bits in the deflate output stream. The intent - is that this function is used to start off the deflate output with the bits - leftover from a previous deflate stream when appending to it. As such, this - function can only be used for raw deflate, and must be used before the first - deflate() call after a deflateInit2() or deflateReset(). bits must be less - than or equal to 16, and that many of the least significant bits of value - will be inserted in the output. - - deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough - room in the internal buffer to insert the bits, or Z_STREAM_ERROR if the - source stream state was inconsistent. -*/ - -ZEXTERN int ZEXPORT deflateSetHeader(z_streamp strm, - gz_headerp head); -/* - deflateSetHeader() provides gzip header information for when a gzip - stream is requested by deflateInit2(). deflateSetHeader() may be called - after deflateInit2() or deflateReset() and before the first call of - deflate(). The text, time, os, extra field, name, and comment information - in the provided gz_header structure are written to the gzip header (xflag is - ignored -- the extra flags are set according to the compression level). The - caller must assure that, if not Z_NULL, name and comment are terminated with - a zero byte, and that if extra is not Z_NULL, that extra_len bytes are - available there. If hcrc is true, a gzip header crc is included. Note that - the current versions of the command-line version of gzip (up through version - 1.3.x) do not support header crc's, and will report that it is a "multi-part - gzip file" and give up. - - If deflateSetHeader is not used, the default gzip header has text false, - the time set to zero, and os set to the current operating system, with no - extra, name, or comment fields. The gzip header is returned to the default - state by deflateReset(). - - deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. -*/ - -/* -ZEXTERN int ZEXPORT inflateInit2(z_streamp strm, - int windowBits); - - This is another version of inflateInit with an extra parameter. The - fields next_in, avail_in, zalloc, zfree and opaque must be initialized - before by the caller. - - The windowBits parameter is the base two logarithm of the maximum window - size (the size of the history buffer). It should be in the range 8..15 for - this version of the library. The default value is 15 if inflateInit is used - instead. windowBits must be greater than or equal to the windowBits value - provided to deflateInit2() while compressing, or it must be equal to 15 if - deflateInit2() was not used. If a compressed stream with a larger window - size is given as input, inflate() will return with the error code - Z_DATA_ERROR instead of trying to allocate a larger window. - - windowBits can also be zero to request that inflate use the window size in - the zlib header of the compressed stream. - - windowBits can also be -8..-15 for raw inflate. In this case, -windowBits - determines the window size. inflate() will then process raw deflate data, - not looking for a zlib or gzip header, not generating a check value, and not - looking for any check values for comparison at the end of the stream. This - is for use with other formats that use the deflate compressed data format - such as zip. Those formats provide their own check values. If a custom - format is developed using the raw deflate format for compressed data, it is - recommended that a check value such as an Adler-32 or a CRC-32 be applied to - the uncompressed data as is done in the zlib, gzip, and zip formats. For - most applications, the zlib format should be used as is. Note that comments - above on the use in deflateInit2() applies to the magnitude of windowBits. - - windowBits can also be greater than 15 for optional gzip decoding. Add - 32 to windowBits to enable zlib and gzip decoding with automatic header - detection, or add 16 to decode only the gzip format (the zlib format will - return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a - CRC-32 instead of an Adler-32. Unlike the gunzip utility and gzread() (see - below), inflate() will *not* automatically decode concatenated gzip members. - inflate() will return Z_STREAM_END at the end of the gzip member. The state - would need to be reset to continue decoding a subsequent gzip member. This - *must* be done if there is more data after a gzip member, in order for the - decompression to be compliant with the gzip standard (RFC 1952). - - inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_VERSION_ERROR if the zlib library version is incompatible with the - version assumed by the caller, or Z_STREAM_ERROR if the parameters are - invalid, such as a null pointer to the structure. msg is set to null if - there is no error message. inflateInit2 does not perform any decompression - apart from possibly reading the zlib header if present: actual decompression - will be done by inflate(). (So next_in and avail_in may be modified, but - next_out and avail_out are unused and unchanged.) The current implementation - of inflateInit2() does not process any header information -- that is - deferred until inflate() is called. -*/ - -ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm, - const Bytef *dictionary, - uInt dictLength); -/* - Initializes the decompression dictionary from the given uncompressed byte - sequence. This function must be called immediately after a call of inflate, - if that call returned Z_NEED_DICT. The dictionary chosen by the compressor - can be determined from the Adler-32 value returned by that call of inflate. - The compressor and decompressor must use exactly the same dictionary (see - deflateSetDictionary). For raw inflate, this function can be called at any - time to set the dictionary. If the provided dictionary is smaller than the - window and there is already data in the window, then the provided dictionary - will amend what's there. The application must insure that the dictionary - that was used for compression is provided. - - inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a - parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is - inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the - expected one (incorrect Adler-32 value). inflateSetDictionary does not - perform any decompression: this will be done by subsequent calls of - inflate(). -*/ - -ZEXTERN int ZEXPORT inflateGetDictionary(z_streamp strm, - Bytef *dictionary, - uInt *dictLength); -/* - Returns the sliding dictionary being maintained by inflate. dictLength is - set to the number of bytes in the dictionary, and that many bytes are copied - to dictionary. dictionary must have enough space, where 32768 bytes is - always enough. If inflateGetDictionary() is called with dictionary equal to - Z_NULL, then only the dictionary length is returned, and nothing is copied. - Similarly, if dictLength is Z_NULL, then it is not set. - - inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the - stream state is inconsistent. -*/ - -ZEXTERN int ZEXPORT inflateSync(z_streamp strm); -/* - Skips invalid compressed data until a possible full flush point (see above - for the description of deflate with Z_FULL_FLUSH) can be found, or until all - available input is skipped. No output is provided. - - inflateSync searches for a 00 00 FF FF pattern in the compressed data. - All full flush points have this pattern, but not all occurrences of this - pattern are full flush points. - - inflateSync returns Z_OK if a possible full flush point has been found, - Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point - has been found, or Z_STREAM_ERROR if the stream structure was inconsistent. - In the success case, the application may save the current value of total_in - which indicates where valid compressed data was found. In the error case, - the application may repeatedly call inflateSync, providing more input each - time, until success or end of the input data. -*/ - -ZEXTERN int ZEXPORT inflateCopy(z_streamp dest, - z_streamp source); -/* - Sets the destination stream as a complete copy of the source stream. - - This function can be useful when randomly accessing a large stream. The - first pass through the stream can periodically record the inflate state, - allowing restarting inflate at those points when randomly accessing the - stream. - - inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_STREAM_ERROR if the source stream state was inconsistent - (such as zalloc being Z_NULL). msg is left unchanged in both source and - destination. -*/ - -ZEXTERN int ZEXPORT inflateReset(z_streamp strm); -/* - This function is equivalent to inflateEnd followed by inflateInit, - but does not free and reallocate the internal decompression state. The - stream will keep attributes that may have been set by inflateInit2. - total_in, total_out, adler, and msg are initialized. - - inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being Z_NULL). -*/ - -ZEXTERN int ZEXPORT inflateReset2(z_streamp strm, - int windowBits); -/* - This function is the same as inflateReset, but it also permits changing - the wrap and window size requests. The windowBits parameter is interpreted - the same as it is for inflateInit2. If the window size is changed, then the - memory allocated for the window is freed, and the window will be reallocated - by inflate() if needed. - - inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being Z_NULL), or if - the windowBits parameter is invalid. -*/ - -ZEXTERN int ZEXPORT inflatePrime(z_streamp strm, - int bits, - int value); -/* - This function inserts bits in the inflate input stream. The intent is - that this function is used to start inflating at a bit position in the - middle of a byte. The provided bits will be used before any bytes are used - from next_in. This function should only be used with raw inflate, and - should be used before the first inflate() call after inflateInit2() or - inflateReset(). bits must be less than or equal to 16, and that many of the - least significant bits of value will be inserted in the input. - - If bits is negative, then the input stream bit buffer is emptied. Then - inflatePrime() can be called again to put bits in the buffer. This is used - to clear out bits leftover after feeding inflate a block description prior - to feeding inflate codes. - - inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. -*/ - -ZEXTERN long ZEXPORT inflateMark(z_streamp strm); -/* - This function returns two values, one in the lower 16 bits of the return - value, and the other in the remaining upper bits, obtained by shifting the - return value down 16 bits. If the upper value is -1 and the lower value is - zero, then inflate() is currently decoding information outside of a block. - If the upper value is -1 and the lower value is non-zero, then inflate is in - the middle of a stored block, with the lower value equaling the number of - bytes from the input remaining to copy. If the upper value is not -1, then - it is the number of bits back from the current bit position in the input of - the code (literal or length/distance pair) currently being processed. In - that case the lower value is the number of bytes already emitted for that - code. - - A code is being processed if inflate is waiting for more input to complete - decoding of the code, or if it has completed decoding but is waiting for - more output space to write the literal or match data. - - inflateMark() is used to mark locations in the input data for random - access, which may be at bit positions, and to note those cases where the - output of a code may span boundaries of random access blocks. The current - location in the input stream can be determined from avail_in and data_type - as noted in the description for the Z_BLOCK flush parameter for inflate. - - inflateMark returns the value noted above, or -65536 if the provided - source stream state was inconsistent. -*/ - -ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm, - gz_headerp head); -/* - inflateGetHeader() requests that gzip header information be stored in the - provided gz_header structure. inflateGetHeader() may be called after - inflateInit2() or inflateReset(), and before the first call of inflate(). - As inflate() processes the gzip stream, head->done is zero until the header - is completed, at which time head->done is set to one. If a zlib stream is - being decoded, then head->done is set to -1 to indicate that there will be - no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be - used to force inflate() to return immediately after header processing is - complete and before any actual data is decompressed. - - The text, time, xflags, and os fields are filled in with the gzip header - contents. hcrc is set to true if there is a header CRC. (The header CRC - was valid if done is set to one.) If extra is not Z_NULL, then extra_max - contains the maximum number of bytes to write to extra. Once done is true, - extra_len contains the actual extra field length, and extra contains the - extra field, or that field truncated if extra_max is less than extra_len. - If name is not Z_NULL, then up to name_max characters are written there, - terminated with a zero unless the length is greater than name_max. If - comment is not Z_NULL, then up to comm_max characters are written there, - terminated with a zero unless the length is greater than comm_max. When any - of extra, name, or comment are not Z_NULL and the respective field is not - present in the header, then that field is set to Z_NULL to signal its - absence. This allows the use of deflateSetHeader() with the returned - structure to duplicate the header. However if those fields are set to - allocated memory, then the application will need to save those pointers - elsewhere so that they can be eventually freed. - - If inflateGetHeader is not used, then the header information is simply - discarded. The header is always checked for validity, including the header - CRC if present. inflateReset() will reset the process to discard the header - information. The application would need to call inflateGetHeader() again to - retrieve the header from the next gzip stream. - - inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. -*/ - -/* -ZEXTERN int ZEXPORT inflateBackInit(z_streamp strm, int windowBits, - unsigned char FAR *window); - - Initialize the internal stream state for decompression using inflateBack() - calls. The fields zalloc, zfree and opaque in strm must be initialized - before the call. If zalloc and zfree are Z_NULL, then the default library- - derived memory allocation routines are used. windowBits is the base two - logarithm of the window size, in the range 8..15. window is a caller - supplied buffer of that size. Except for special applications where it is - assured that deflate was used with small window sizes, windowBits must be 15 - and a 32K byte window must be supplied to be able to decompress general - deflate streams. - - See inflateBack() for the usage of these routines. - - inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of - the parameters are invalid, Z_MEM_ERROR if the internal state could not be - allocated, or Z_VERSION_ERROR if the version of the library does not match - the version of the header file. -*/ - -typedef unsigned (*in_func)(void FAR *, - z_const unsigned char FAR * FAR *); -typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned); - -ZEXTERN int ZEXPORT inflateBack(z_streamp strm, - in_func in, void FAR *in_desc, - out_func out, void FAR *out_desc); -/* - inflateBack() does a raw inflate with a single call using a call-back - interface for input and output. This is potentially more efficient than - inflate() for file i/o applications, in that it avoids copying between the - output and the sliding window by simply making the window itself the output - buffer. inflate() can be faster on modern CPUs when used with large - buffers. inflateBack() trusts the application to not change the output - buffer passed by the output function, at least until inflateBack() returns. - - inflateBackInit() must be called first to allocate the internal state - and to initialize the state with the user-provided window buffer. - inflateBack() may then be used multiple times to inflate a complete, raw - deflate stream with each call. inflateBackEnd() is then called to free the - allocated state. - - A raw deflate stream is one with no zlib or gzip header or trailer. - This routine would normally be used in a utility that reads zip or gzip - files and writes out uncompressed files. The utility would decode the - header and process the trailer on its own, hence this routine expects only - the raw deflate stream to decompress. This is different from the default - behavior of inflate(), which expects a zlib header and trailer around the - deflate stream. - - inflateBack() uses two subroutines supplied by the caller that are then - called by inflateBack() for input and output. inflateBack() calls those - routines until it reads a complete deflate stream and writes out all of the - uncompressed data, or until it encounters an error. The function's - parameters and return types are defined above in the in_func and out_func - typedefs. inflateBack() will call in(in_desc, &buf) which should return the - number of bytes of provided input, and a pointer to that input in buf. If - there is no input available, in() must return zero -- buf is ignored in that - case -- and inflateBack() will return a buffer error. inflateBack() will - call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. - out() should return zero on success, or non-zero on failure. If out() - returns non-zero, inflateBack() will return with an error. Neither in() nor - out() are permitted to change the contents of the window provided to - inflateBackInit(), which is also the buffer that out() uses to write from. - The length written by out() will be at most the window size. Any non-zero - amount of input may be provided by in(). - - For convenience, inflateBack() can be provided input on the first call by - setting strm->next_in and strm->avail_in. If that input is exhausted, then - in() will be called. Therefore strm->next_in must be initialized before - calling inflateBack(). If strm->next_in is Z_NULL, then in() will be called - immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in - must also be initialized, and then if strm->avail_in is not zero, input will - initially be taken from strm->next_in[0 .. strm->avail_in - 1]. - - The in_desc and out_desc parameters of inflateBack() is passed as the - first parameter of in() and out() respectively when they are called. These - descriptors can be optionally used to pass any information that the caller- - supplied in() and out() functions need to do their job. - - On return, inflateBack() will set strm->next_in and strm->avail_in to - pass back any unused input that was provided by the last in() call. The - return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR - if in() or out() returned an error, Z_DATA_ERROR if there was a format error - in the deflate stream (in which case strm->msg is set to indicate the nature - of the error), or Z_STREAM_ERROR if the stream was not properly initialized. - In the case of Z_BUF_ERROR, an input or output error can be distinguished - using strm->next_in which will be Z_NULL only if in() returned an error. If - strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning - non-zero. (in() will always be called before out(), so strm->next_in is - assured to be defined if out() returns non-zero.) Note that inflateBack() - cannot return Z_OK. -*/ - -ZEXTERN int ZEXPORT inflateBackEnd(z_streamp strm); -/* - All memory allocated by inflateBackInit() is freed. - - inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream - state was inconsistent. -*/ - -ZEXTERN uLong ZEXPORT zlibCompileFlags(void); -/* Return flags indicating compile-time options. - - Type sizes, two bits each, 00 = 16 bits, 01 = 32, 10 = 64, 11 = other: - 1.0: size of uInt - 3.2: size of uLong - 5.4: size of voidpf (pointer) - 7.6: size of z_off_t - - Compiler, assembler, and debug options: - 8: ZLIB_DEBUG - 9: ASMV or ASMINF -- use ASM code - 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention - 11: 0 (reserved) - - One-time table building (smaller code, but not thread-safe if true): - 12: BUILDFIXED -- build static block decoding tables when needed - 13: DYNAMIC_CRC_TABLE -- build CRC calculation tables when needed - 14,15: 0 (reserved) - - Library content (indicates missing functionality): - 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking - deflate code when not needed) - 17: NO_GZIP -- deflate can't write gzip streams, and inflate can't detect - and decode gzip streams (to avoid linking crc code) - 18-19: 0 (reserved) - - Operation variations (changes in library functionality): - 20: PKZIP_BUG_WORKAROUND -- slightly more permissive inflate - 21: FASTEST -- deflate algorithm with only one, lowest compression level - 22,23: 0 (reserved) - - The sprintf variant used by gzprintf (zero is best): - 24: 0 = vs*, 1 = s* -- 1 means limited to 20 arguments after the format - 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure! - 26: 0 = returns value, 1 = void -- 1 means inferred string length returned - - Remainder: - 27-31: 0 (reserved) - */ - -#ifndef Z_SOLO - - /* utility functions */ - -/* - The following utility functions are implemented on top of the basic - stream-oriented functions. To simplify the interface, some default options - are assumed (compression level and memory usage, standard memory allocation - functions). The source code of these utility functions can be modified if - you need special options. -*/ - -ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen); -/* - Compresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total size - of the destination buffer, which must be at least the value returned by - compressBound(sourceLen). Upon exit, destLen is the actual size of the - compressed data. compress() is equivalent to compress2() with a level - parameter of Z_DEFAULT_COMPRESSION. - - compress returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_BUF_ERROR if there was not enough room in the output - buffer. -*/ - -ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen, - int level); -/* - Compresses the source buffer into the destination buffer. The level - parameter has the same meaning as in deflateInit. sourceLen is the byte - length of the source buffer. Upon entry, destLen is the total size of the - destination buffer, which must be at least the value returned by - compressBound(sourceLen). Upon exit, destLen is the actual size of the - compressed data. - - compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_BUF_ERROR if there was not enough room in the output buffer, - Z_STREAM_ERROR if the level parameter is invalid. -*/ - -ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen); -/* - compressBound() returns an upper bound on the compressed size after - compress() or compress2() on sourceLen bytes. It would be used before a - compress() or compress2() call to allocate the destination buffer. -*/ - -ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen); -/* - Decompresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total size - of the destination buffer, which must be large enough to hold the entire - uncompressed data. (The size of the uncompressed data must have been saved - previously by the compressor and transmitted to the decompressor by some - mechanism outside the scope of this compression library.) Upon exit, destLen - is the actual size of the uncompressed data. - - uncompress returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_BUF_ERROR if there was not enough room in the output - buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. In - the case where there is not enough room, uncompress() will fill the output - buffer with the uncompressed data up to that point. -*/ - -ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong *sourceLen); -/* - Same as uncompress, except that sourceLen is a pointer, where the - length of the source is *sourceLen. On return, *sourceLen is the number of - source bytes consumed. -*/ - - /* gzip file access functions */ - -/* - This library supports reading and writing files in gzip (.gz) format with - an interface similar to that of stdio, using the functions that start with - "gz". The gzip format is different from the zlib format. gzip is a gzip - wrapper, documented in RFC 1952, wrapped around a deflate stream. -*/ - -typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ - -/* -ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); - - Open the gzip (.gz) file at path for reading and decompressing, or - compressing and writing. The mode parameter is as in fopen ("rb" or "wb") - but can also include a compression level ("wb9") or a strategy: 'f' for - filtered data as in "wb6f", 'h' for Huffman-only compression as in "wb1h", - 'R' for run-length encoding as in "wb1R", or 'F' for fixed code compression - as in "wb9F". (See the description of deflateInit2 for more information - about the strategy parameter.) 'T' will request transparent writing or - appending with no compression and not using the gzip format. - - "a" can be used instead of "w" to request that the gzip stream that will - be written be appended to the file. "+" will result in an error, since - reading and writing to the same gzip file is not supported. The addition of - "x" when writing will create the file exclusively, which fails if the file - already exists. On systems that support it, the addition of "e" when - reading or writing will set the flag to close the file on an execve() call. - - These functions, as well as gzip, will read and decode a sequence of gzip - streams in a file. The append function of gzopen() can be used to create - such a file. (Also see gzflush() for another way to do this.) When - appending, gzopen does not test whether the file begins with a gzip stream, - nor does it look for the end of the gzip streams to begin appending. gzopen - will simply append a gzip stream to the existing file. - - gzopen can be used to read a file which is not in gzip format; in this - case gzread will directly read from the file without decompression. When - reading, this will be detected automatically by looking for the magic two- - byte gzip header. - - gzopen returns NULL if the file could not be opened, if there was - insufficient memory to allocate the gzFile state, or if an invalid mode was - specified (an 'r', 'w', or 'a' was not provided, or '+' was provided). - errno can be checked to determine if the reason gzopen failed was that the - file could not be opened. -*/ - -ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode); -/* - Associate a gzFile with the file descriptor fd. File descriptors are - obtained from calls like open, dup, creat, pipe or fileno (if the file has - been previously opened with fopen). The mode parameter is as in gzopen. - - The next call of gzclose on the returned gzFile will also close the file - descriptor fd, just like fclose(fdopen(fd, mode)) closes the file descriptor - fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd, - mode);. The duplicated descriptor should be saved to avoid a leak, since - gzdopen does not close fd if it fails. If you are using fileno() to get the - file descriptor from a FILE *, then you will have to use dup() to avoid - double-close()ing the file descriptor. Both gzclose() and fclose() will - close the associated file descriptor, so they need to have different file - descriptors. - - gzdopen returns NULL if there was insufficient memory to allocate the - gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not - provided, or '+' was provided), or if fd is -1. The file descriptor is not - used until the next gz* read, write, seek, or close operation, so gzdopen - will not detect if fd is invalid (unless fd is -1). -*/ - -ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); -/* - Set the internal buffer size used by this library's functions for file to - size. The default buffer size is 8192 bytes. This function must be called - after gzopen() or gzdopen(), and before any other calls that read or write - the file. The buffer memory allocation is always deferred to the first read - or write. Three times that size in buffer space is allocated. A larger - buffer size of, for example, 64K or 128K bytes will noticeably increase the - speed of decompression (reading). - - The new buffer size also affects the maximum length for gzprintf(). - - gzbuffer() returns 0 on success, or -1 on failure, such as being called - too late. -*/ - -ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); -/* - Dynamically update the compression level and strategy for file. See the - description of deflateInit2 for the meaning of these parameters. Previously - provided data is flushed before applying the parameter changes. - - gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not - opened for writing, Z_ERRNO if there is an error writing the flushed data, - or Z_MEM_ERROR if there is a memory allocation error. -*/ - -ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len); -/* - Read and decompress up to len uncompressed bytes from file into buf. If - the input file is not in gzip format, gzread copies the given number of - bytes into the buffer directly from the file. - - After reaching the end of a gzip stream in the input, gzread will continue - to read, looking for another gzip stream. Any number of gzip streams may be - concatenated in the input file, and will all be decompressed by gzread(). - If something other than a gzip stream is encountered after a gzip stream, - that remaining trailing garbage is ignored (and no error is returned). - - gzread can be used to read a gzip file that is being concurrently written. - Upon reaching the end of the input, gzread will return with the available - data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then - gzclearerr can be used to clear the end of file indicator in order to permit - gzread to be tried again. Z_OK indicates that a gzip stream was completed - on the last gzread. Z_BUF_ERROR indicates that the input file ended in the - middle of a gzip stream. Note that gzread does not return -1 in the event - of an incomplete gzip stream. This error is deferred until gzclose(), which - will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip - stream. Alternatively, gzerror can be used before gzclose to detect this - case. - - gzread returns the number of uncompressed bytes actually read, less than - len for end of file, or -1 for error. If len is too large to fit in an int, - then nothing is read, -1 is returned, and the error state is set to - Z_STREAM_ERROR. -*/ - -ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, - gzFile file); -/* - Read and decompress up to nitems items of size size from file into buf, - otherwise operating as gzread() does. This duplicates the interface of - stdio's fread(), with size_t request and return types. If the library - defines size_t, then z_size_t is identical to size_t. If not, then z_size_t - is an unsigned integer type that can contain a pointer. - - gzfread() returns the number of full items read of size size, or zero if - the end of the file was reached and a full item could not be read, or if - there was an error. gzerror() must be consulted if zero is returned in - order to determine if there was an error. If the multiplication of size and - nitems overflows, i.e. the product does not fit in a z_size_t, then nothing - is read, zero is returned, and the error state is set to Z_STREAM_ERROR. - - In the event that the end of file is reached and only a partial item is - available at the end, i.e. the remaining uncompressed data length is not a - multiple of size, then the final partial item is nevertheless read into buf - and the end-of-file flag is set. The length of the partial item read is not - provided, but could be inferred from the result of gztell(). This behavior - is the same as the behavior of fread() implementations in common libraries, - but it prevents the direct use of gzfread() to read a concurrently written - file, resetting and retrying on end-of-file, when size is not 1. -*/ - -ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); -/* - Compress and write the len uncompressed bytes at buf to file. gzwrite - returns the number of uncompressed bytes written or 0 in case of error. -*/ - -ZEXTERN z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, - z_size_t nitems, gzFile file); -/* - Compress and write nitems items of size size from buf to file, duplicating - the interface of stdio's fwrite(), with size_t request and return types. If - the library defines size_t, then z_size_t is identical to size_t. If not, - then z_size_t is an unsigned integer type that can contain a pointer. - - gzfwrite() returns the number of full items written of size size, or zero - if there was an error. If the multiplication of size and nitems overflows, - i.e. the product does not fit in a z_size_t, then nothing is written, zero - is returned, and the error state is set to Z_STREAM_ERROR. -*/ - -ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...); -/* - Convert, format, compress, and write the arguments (...) to file under - control of the string format, as in fprintf. gzprintf returns the number of - uncompressed bytes actually written, or a negative zlib error code in case - of error. The number of uncompressed bytes written is limited to 8191, or - one less than the buffer size given to gzbuffer(). The caller should assure - that this limit is not exceeded. If it is exceeded, then gzprintf() will - return an error (0) with nothing written. In this case, there may also be a - buffer overflow with unpredictable consequences, which is possible only if - zlib was compiled with the insecure functions sprintf() or vsprintf(), - because the secure snprintf() or vsnprintf() functions were not available. - This can be determined using zlibCompileFlags(). -*/ - -ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s); -/* - Compress and write the given null-terminated string s to file, excluding - the terminating null character. - - gzputs returns the number of characters written, or -1 in case of error. -*/ - -ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); -/* - Read and decompress bytes from file into buf, until len-1 characters are - read, or until a newline character is read and transferred to buf, or an - end-of-file condition is encountered. If any characters are read or if len - is one, the string is terminated with a null character. If no characters - are read due to an end-of-file or len is less than one, then the buffer is - left untouched. - - gzgets returns buf which is a null-terminated string, or it returns NULL - for end-of-file or in case of error. If there was an error, the contents at - buf are indeterminate. -*/ - -ZEXTERN int ZEXPORT gzputc(gzFile file, int c); -/* - Compress and write c, converted to an unsigned char, into file. gzputc - returns the value that was written, or -1 in case of error. -*/ - -ZEXTERN int ZEXPORT gzgetc(gzFile file); -/* - Read and decompress one byte from file. gzgetc returns this byte or -1 - in case of end of file or error. This is implemented as a macro for speed. - As such, it does not do all of the checking the other functions do. I.e. - it does not check to see if file is NULL, nor whether the structure file - points to has been clobbered or not. -*/ - -ZEXTERN int ZEXPORT gzungetc(int c, gzFile file); -/* - Push c back onto the stream for file to be read as the first character on - the next read. At least one character of push-back is always allowed. - gzungetc() returns the character pushed, or -1 on failure. gzungetc() will - fail if c is -1, and may fail if a character has been pushed but not read - yet. If gzungetc is used immediately after gzopen or gzdopen, at least the - output buffer size of pushed characters is allowed. (See gzbuffer above.) - The pushed character will be discarded if the stream is repositioned with - gzseek() or gzrewind(). -*/ - -ZEXTERN int ZEXPORT gzflush(gzFile file, int flush); -/* - Flush all pending output to file. The parameter flush is as in the - deflate() function. The return value is the zlib error number (see function - gzerror below). gzflush is only permitted when writing. - - If the flush parameter is Z_FINISH, the remaining data is written and the - gzip stream is completed in the output. If gzwrite() is called again, a new - gzip stream will be started in the output. gzread() is able to read such - concatenated gzip streams. - - gzflush should be called only when strictly necessary because it will - degrade compression if called too often. -*/ - -/* -ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, - z_off_t offset, int whence); - - Set the starting position to offset relative to whence for the next gzread - or gzwrite on file. The offset represents a number of bytes in the - uncompressed data stream. The whence parameter is defined as in lseek(2); - the value SEEK_END is not supported. - - If the file is opened for reading, this function is emulated but can be - extremely slow. If the file is opened for writing, only forward seeks are - supported; gzseek then compresses a sequence of zeroes up to the new - starting position. - - gzseek returns the resulting offset location as measured in bytes from - the beginning of the uncompressed stream, or -1 in case of error, in - particular if the file is opened for writing and the new starting position - would be before the current position. -*/ - -ZEXTERN int ZEXPORT gzrewind(gzFile file); -/* - Rewind file. This function is supported only for reading. - - gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET). -*/ - -/* -ZEXTERN z_off_t ZEXPORT gztell(gzFile file); - - Return the starting position for the next gzread or gzwrite on file. - This position represents a number of bytes in the uncompressed data stream, - and is zero when starting, even if appending or reading a gzip stream from - the middle of a file using gzdopen(). - - gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) -*/ - -/* -ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file); - - Return the current compressed (actual) read or write offset of file. This - offset includes the count of bytes that precede the gzip stream, for example - when appending or when using gzdopen() for reading. When reading, the - offset does not include as yet unused buffered input. This information can - be used for a progress indicator. On error, gzoffset() returns -1. -*/ - -ZEXTERN int ZEXPORT gzeof(gzFile file); -/* - Return true (1) if the end-of-file indicator for file has been set while - reading, false (0) otherwise. Note that the end-of-file indicator is set - only if the read tried to go past the end of the input, but came up short. - Therefore, just like feof(), gzeof() may return false even if there is no - more data to read, in the event that the last read request was for the exact - number of bytes remaining in the input file. This will happen if the input - file size is an exact multiple of the buffer size. - - If gzeof() returns true, then the read functions will return no more data, - unless the end-of-file indicator is reset by gzclearerr() and the input file - has grown since the previous end of file was detected. -*/ - -ZEXTERN int ZEXPORT gzdirect(gzFile file); -/* - Return true (1) if file is being copied directly while reading, or false - (0) if file is a gzip stream being decompressed. - - If the input file is empty, gzdirect() will return true, since the input - does not contain a gzip stream. - - If gzdirect() is used immediately after gzopen() or gzdopen() it will - cause buffers to be allocated to allow reading the file to determine if it - is a gzip file. Therefore if gzbuffer() is used, it should be called before - gzdirect(). - - When writing, gzdirect() returns true (1) if transparent writing was - requested ("wT" for the gzopen() mode), or false (0) otherwise. (Note: - gzdirect() is not needed when writing. Transparent writing must be - explicitly requested, so the application already knows the answer. When - linking statically, using gzdirect() will include all of the zlib code for - gzip file reading and decompression, which may not be desired.) -*/ - -ZEXTERN int ZEXPORT gzclose(gzFile file); -/* - Flush all pending output for file, if necessary, close file and - deallocate the (de)compression state. Note that once file is closed, you - cannot call gzerror with file, since its structures have been deallocated. - gzclose must not be called more than once on the same file, just as free - must not be called more than once on the same allocation. - - gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a - file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the - last read ended in the middle of a gzip stream, or Z_OK on success. -*/ - -ZEXTERN int ZEXPORT gzclose_r(gzFile file); -ZEXTERN int ZEXPORT gzclose_w(gzFile file); -/* - Same as gzclose(), but gzclose_r() is only for use when reading, and - gzclose_w() is only for use when writing or appending. The advantage to - using these instead of gzclose() is that they avoid linking in zlib - compression or decompression code that is not used when only reading or only - writing respectively. If gzclose() is used, then both compression and - decompression code will be included the application when linking to a static - zlib library. -*/ - -ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum); -/* - Return the error message for the last error which occurred on file. - errnum is set to zlib error number. If an error occurred in the file system - and not in the compression library, errnum is set to Z_ERRNO and the - application may consult errno to get the exact error code. - - The application must not modify the returned string. Future calls to - this function may invalidate the previously returned string. If file is - closed, then the string previously returned by gzerror will no longer be - available. - - gzerror() should be used to distinguish errors from end-of-file for those - functions above that do not distinguish those cases in their return values. -*/ - -ZEXTERN void ZEXPORT gzclearerr(gzFile file); -/* - Clear the error and end-of-file flags for file. This is analogous to the - clearerr() function in stdio. This is useful for continuing to read a gzip - file that is being written concurrently. -*/ - -#endif /* !Z_SOLO */ - - /* checksum functions */ - -/* - These functions are not related to compression but are exported - anyway because they might be useful in applications using the compression - library. -*/ - -ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len); -/* - Update a running Adler-32 checksum with the bytes buf[0..len-1] and - return the updated checksum. An Adler-32 value is in the range of a 32-bit - unsigned integer. If buf is Z_NULL, this function returns the required - initial value for the checksum. - - An Adler-32 checksum is almost as reliable as a CRC-32 but can be computed - much faster. - - Usage example: - - uLong adler = adler32(0L, Z_NULL, 0); - - while (read_buffer(buffer, length) != EOF) { - adler = adler32(adler, buffer, length); - } - if (adler != original_adler) error(); -*/ - -ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, - z_size_t len); -/* - Same as adler32(), but with a size_t length. -*/ - -/* -ZEXTERN uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, - z_off_t len2); - - Combine two Adler-32 checksums into one. For two sequences of bytes, seq1 - and seq2 with lengths len1 and len2, Adler-32 checksums were calculated for - each, adler1 and adler2. adler32_combine() returns the Adler-32 checksum of - seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. Note - that the z_off_t type (like off_t) is a signed integer. If len2 is - negative, the result has no meaning or utility. -*/ - -ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len); -/* - Update a running CRC-32 with the bytes buf[0..len-1] and return the - updated CRC-32. A CRC-32 value is in the range of a 32-bit unsigned integer. - If buf is Z_NULL, this function returns the required initial value for the - crc. Pre- and post-conditioning (one's complement) is performed within this - function so it shouldn't be done by the application. - - Usage example: - - uLong crc = crc32(0L, Z_NULL, 0); - - while (read_buffer(buffer, length) != EOF) { - crc = crc32(crc, buffer, length); - } - if (crc != original_crc) error(); -*/ - -ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf, - z_size_t len); -/* - Same as crc32(), but with a size_t length. -*/ - -/* -ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2); - - Combine two CRC-32 check values into one. For two sequences of bytes, - seq1 and seq2 with lengths len1 and len2, CRC-32 check values were - calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32 - check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and - len2. len2 must be non-negative. -*/ - -/* -ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2); - - Return the operator corresponding to length len2, to be used with - crc32_combine_op(). len2 must be non-negative. -*/ - -ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op); -/* - Give the same result as crc32_combine(), using op in place of len2. op is - is generated from len2 by crc32_combine_gen(). This will be faster than - crc32_combine() if the generated op is used more than once. -*/ - - - /* various hacks, don't look :) */ - -/* deflateInit and inflateInit are macros to allow checking the zlib version - * and the compiler's view of z_stream: - */ -ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level, - const char *version, int stream_size); -ZEXTERN int ZEXPORT inflateInit_(z_streamp strm, - const char *version, int stream_size); -ZEXTERN int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, - int windowBits, int memLevel, - int strategy, const char *version, - int stream_size); -ZEXTERN int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, - const char *version, int stream_size); -ZEXTERN int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, - unsigned char FAR *window, - const char *version, - int stream_size); -#ifdef Z_PREFIX_SET -# define z_deflateInit(strm, level) \ - deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) -# define z_inflateInit(strm) \ - inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) -# define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ - deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ - (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) -# define z_inflateInit2(strm, windowBits) \ - inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ - (int)sizeof(z_stream)) -# define z_inflateBackInit(strm, windowBits, window) \ - inflateBackInit_((strm), (windowBits), (window), \ - ZLIB_VERSION, (int)sizeof(z_stream)) -#else -# define deflateInit(strm, level) \ - deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) -# define inflateInit(strm) \ - inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) -# define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ - deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ - (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) -# define inflateInit2(strm, windowBits) \ - inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ - (int)sizeof(z_stream)) -# define inflateBackInit(strm, windowBits, window) \ - inflateBackInit_((strm), (windowBits), (window), \ - ZLIB_VERSION, (int)sizeof(z_stream)) -#endif - -#ifndef Z_SOLO - -/* gzgetc() macro and its supporting function and exposed data structure. Note - * that the real internal state is much larger than the exposed structure. - * This abbreviated structure exposes just enough for the gzgetc() macro. The - * user should not mess with these exposed elements, since their names or - * behavior could change in the future, perhaps even capriciously. They can - * only be used by the gzgetc() macro. You have been warned. - */ -struct gzFile_s { - unsigned have; - unsigned char *next; - z_off64_t pos; -}; -ZEXTERN int ZEXPORT gzgetc_(gzFile file); /* backward compatibility */ -#ifdef Z_PREFIX_SET -# undef z_gzgetc -# define z_gzgetc(g) \ - ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) -#else -# define gzgetc(g) \ - ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) -#endif - -/* provide 64-bit offset functions if _LARGEFILE64_SOURCE defined, and/or - * change the regular functions to 64 bits if _FILE_OFFSET_BITS is 64 (if - * both are true, the application gets the *64 functions, and the regular - * functions are changed to 64 bits) -- in case these are set on systems - * without large file support, _LFS64_LARGEFILE must also be true - */ -#ifdef Z_LARGE64 - ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); - ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int); - ZEXTERN z_off64_t ZEXPORT gztell64(gzFile); - ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile); - ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); - ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t); -#endif - -#if !defined(ZLIB_INTERNAL) && defined(Z_WANT64) -# ifdef Z_PREFIX_SET -# define z_gzopen z_gzopen64 -# define z_gzseek z_gzseek64 -# define z_gztell z_gztell64 -# define z_gzoffset z_gzoffset64 -# define z_adler32_combine z_adler32_combine64 -# define z_crc32_combine z_crc32_combine64 -# define z_crc32_combine_gen z_crc32_combine_gen64 -# else -# define gzopen gzopen64 -# define gzseek gzseek64 -# define gztell gztell64 -# define gzoffset gzoffset64 -# define adler32_combine adler32_combine64 -# define crc32_combine crc32_combine64 -# define crc32_combine_gen crc32_combine_gen64 -# endif -# ifndef Z_LARGE64 - ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); - ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int); - ZEXTERN z_off_t ZEXPORT gztell64(gzFile); - ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile); - ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t); -# endif -#else - ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *); - ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); - ZEXTERN z_off_t ZEXPORT gztell(gzFile); - ZEXTERN z_off_t ZEXPORT gzoffset(gzFile); - ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); -#endif - -#else /* Z_SOLO */ - - ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); - -#endif /* !Z_SOLO */ - -/* undocumented functions */ -ZEXTERN const char * ZEXPORT zError(int); -ZEXTERN int ZEXPORT inflateSyncPoint(z_streamp); -ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void); -ZEXTERN int ZEXPORT inflateUndermine(z_streamp, int); -ZEXTERN int ZEXPORT inflateValidate(z_streamp, int); -ZEXTERN unsigned long ZEXPORT inflateCodesUsed(z_streamp); -ZEXTERN int ZEXPORT inflateResetKeep(z_streamp); -ZEXTERN int ZEXPORT deflateResetKeep(z_streamp); -#if defined(_WIN32) && !defined(Z_SOLO) -ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path, - const char *mode); -#endif -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifndef Z_SOLO -ZEXTERN int ZEXPORTVA gzvprintf(gzFile file, - const char *format, - va_list va); -# endif -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* ZLIB_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/install/lib/libz.a b/proj-web/thirdparty/zlib-1.3.1/install/lib/libz.a deleted file mode 100644 index 7019d4940215f52f899b10abe659598c50d3c7b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 242940 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

    -#~NNiWJpS-ddY*(mKQ)etLQYjX2UB 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 diff --git a/proj-web/thirdparty/zlib-1.3.1/install/share/man/man3/zlib.3 b/proj-web/thirdparty/zlib-1.3.1/install/share/man/man3/zlib.3 deleted file mode 100644 index c716020..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/install/share/man/man3/zlib.3 +++ /dev/null @@ -1,149 +0,0 @@ -.TH ZLIB 3 "22 Jan 2024" -.SH NAME -zlib \- compression/decompression library -.SH SYNOPSIS -[see -.I zlib.h -for full description] -.SH DESCRIPTION -The -.I zlib -library is a general purpose data compression library. -The code is thread safe, assuming that the standard library functions -used are thread safe, such as memory allocation routines. -It provides in-memory compression and decompression functions, -including integrity checks of the uncompressed data. -This version of the library supports only one compression method (deflation) -but other algorithms may be added later -with the same stream interface. -.LP -Compression can be done in a single step if the buffers are large enough -or can be done by repeated calls of the compression function. -In the latter case, -the application must provide more input and/or consume the output -(providing more output space) before each call. -.LP -The library also supports reading and writing files in -.IR gzip (1) -(.gz) format -with an interface similar to that of stdio. -.LP -The library does not install any signal handler. -The decoder checks the consistency of the compressed data, -so the library should never crash even in the case of corrupted input. -.LP -All functions of the compression library are documented in the file -.IR zlib.h . -The distribution source includes examples of use of the library -in the files -.I test/example.c -and -.IR test/minigzip.c, -as well as other examples in the -.IR examples/ -directory. -.LP -Changes to this version are documented in the file -.I ChangeLog -that accompanies the source. -.LP -.I zlib -is built in to many languages and operating systems, including but not limited to -Java, Python, .NET, PHP, Perl, Ruby, Swift, and Go. -.LP -An experimental package to read and write files in the .zip format, -written on top of -.I zlib -by Gilles Vollant (info@winimage.com), -is available at: -.IP -http://www.winimage.com/zLibDll/minizip.html -and also in the -.I contrib/minizip -directory of the main -.I zlib -source distribution. -.SH "SEE ALSO" -The -.I zlib -web site can be found at: -.IP -http://zlib.net/ -.LP -The data format used by the -.I zlib -library is described by RFC -(Request for Comments) 1950 to 1952 in the files: -.IP -http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) -.br -http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format) -.br -http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) -.LP -Mark Nelson wrote an article about -.I zlib -for the Jan. 1997 issue of Dr. Dobb's Journal; -a copy of the article is available at: -.IP -http://marknelson.us/1997/01/01/zlib-engine/ -.SH "REPORTING PROBLEMS" -Before reporting a problem, -please check the -.I zlib -web site to verify that you have the latest version of -.IR zlib ; -otherwise, -obtain the latest version and see if the problem still exists. -Please read the -.I zlib -FAQ at: -.IP -http://zlib.net/zlib_faq.html -.LP -before asking for help. -Send questions and/or comments to zlib@gzip.org, -or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). -.SH AUTHORS AND LICENSE -Version 1.3.1 -.LP -Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler -.LP -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. -.LP -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: -.LP -.nr step 1 1 -.IP \n[step]. 3 -The origin of this software must not be misrepresented; you must not -claim that you wrote the original software. If you use this software -in a product, an acknowledgment in the product documentation would be -appreciated but is not required. -.IP \n+[step]. -Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. -.IP \n+[step]. -This notice may not be removed or altered from any source distribution. -.LP -Jean-loup Gailly Mark Adler -.br -jloup@gzip.org madler@alumni.caltech.edu -.LP -The deflate format used by -.I zlib -was defined by Phil Katz. -The deflate and -.I zlib -specifications were written by L. Peter Deutsch. -Thanks to all the people who reported problems and suggested various -improvements in -.IR zlib ; -who are too numerous to cite here. -.LP -UNIX manual page by R. P. C. Rodgers, -U.S. National Library of Medicine (rodgers@nlm.nih.gov). -.\" end of man page diff --git a/proj-web/thirdparty/zlib-1.3.1/install/share/pkgconfig/zlib.pc b/proj-web/thirdparty/zlib-1.3.1/install/share/pkgconfig/zlib.pc deleted file mode 100644 index 78e0117..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/install/share/pkgconfig/zlib.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/install -exec_prefix=/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/install -libdir=/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/install/lib -sharedlibdir=/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/install/lib -includedir=/home/romazan/Рабочий стол/cproject/thirdparty/zlib-1.3.1/install/include - -Name: zlib -Description: zlib compression library -Version: 1.3.1 - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/proj-web/thirdparty/zlib-1.3.1/make_vms.com b/proj-web/thirdparty/zlib-1.3.1/make_vms.com deleted file mode 100644 index 4dc8a89..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/make_vms.com +++ /dev/null @@ -1,867 +0,0 @@ -$! make libz under VMS written by -$! Martin P.J. Zinser -$! -$! In case of problems with the install you might contact me at -$! zinser@zinser.no-ip.info(preferred) or -$! martin.zinser@eurexchange.com (work) -$! -$! Make procedure history for Zlib -$! -$!------------------------------------------------------------------------------ -$! Version history -$! 0.01 20060120 First version to receive a number -$! 0.02 20061008 Adapt to new Makefile.in -$! 0.03 20091224 Add support for large file check -$! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite -$! 0.05 20100221 Exchange zlibdefs.h by zconf.h.in -$! 0.06 20120111 Fix missing amiss_err, update zconf_h.in, fix new examples -$! subdir path, update module search in makefile.in -$! 0.07 20120115 Triggered by work done by Alexey Chupahin completely redesigned -$! shared image creation -$! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared -$! image -$! 0.09 20120305 SMS. P1 sets builder ("MMK", "MMS", " " (built-in)). -$! "" -> automatic, preference: MMK, MMS, built-in. -$! -$ on error then goto err_exit -$! -$ true = 1 -$ false = 0 -$ tmpnam = "temp_" + f$getjpi("","pid") -$ tt = tmpnam + ".txt" -$ tc = tmpnam + ".c" -$ th = tmpnam + ".h" -$ define/nolog tconfig 'th' -$ its_decc = false -$ its_vaxc = false -$ its_gnuc = false -$ s_case = False -$! -$! Setup variables holding "config" information -$! -$ Make = "''p1'" -$ name = "Zlib" -$ version = "?.?.?" -$ v_string = "ZLIB_VERSION" -$ v_file = "zlib.h" -$ ccopt = "/include = []" -$ lopts = "" -$ dnsrl = "" -$ aconf_in_file = "zconf.h.in#zconf.h_in#zconf_h.in" -$ conf_check_string = "" -$ linkonly = false -$ optfile = name + ".opt" -$ mapfile = name + ".map" -$ libdefs = "" -$ vax = f$getsyi("HW_MODEL").lt.1024 -$ axp = f$getsyi("HW_MODEL").ge.1024 .and. f$getsyi("HW_MODEL").lt.4096 -$ ia64 = f$getsyi("HW_MODEL").ge.4096 -$! -$! 2012-03-05 SMS. -$! Why is this needed? And if it is needed, why not simply ".not. vax"? -$! -$!!! if axp .or. ia64 then set proc/parse=extended -$! -$ whoami = f$parse(f$environment("Procedure"),,,,"NO_CONCEAL") -$ mydef = F$parse(whoami,,,"DEVICE") -$ mydir = f$parse(whoami,,,"DIRECTORY") - "][" -$ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type") -$! -$! Check for MMK/MMS -$! -$ if (Make .eqs. "") -$ then -$ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" -$ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK" -$ else -$ Make = f$edit( Make, "trim") -$ endif -$! -$ gosub find_version -$! -$ open/write topt tmp.opt -$ open/write optf 'optfile' -$! -$ gosub check_opts -$! -$! Look for the compiler used -$! -$ gosub check_compiler -$ close topt -$ close optf -$! -$ if its_decc -$ then -$ ccopt = "/prefix=all" + ccopt -$ if f$trnlnm("SYS") .eqs. "" -$ then -$ if axp -$ then -$ define sys sys$library: -$ else -$ ccopt = "/decc" + ccopt -$ define sys decc$library_include: -$ endif -$ endif -$! -$! 2012-03-05 SMS. -$! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX? -$! -$ if axp .or. ia64 -$ then -$ ccopt = ccopt + "/name=as_is/opt=(inline=speed)" -$ s_case = true -$ endif -$ endif -$ if its_vaxc .or. its_gnuc -$ then -$ if f$trnlnm("SYS").eqs."" then define sys sys$library: -$ endif -$! -$! Build a fake configure input header -$! -$ open/write conf_hin config.hin -$ write conf_hin "#undef _LARGEFILE64_SOURCE" -$ close conf_hin -$! -$! -$ i = 0 -$FIND_ACONF: -$ fname = f$element(i,"#",aconf_in_file) -$ if fname .eqs. "#" then goto AMISS_ERR -$ if f$search(fname) .eqs. "" -$ then -$ i = i + 1 -$ goto find_aconf -$ endif -$ open/read/err=aconf_err aconf_in 'fname' -$ open/write aconf zconf.h -$ACONF_LOOP: -$ read/end_of_file=aconf_exit aconf_in line -$ work = f$edit(line, "compress,trim") -$ if f$extract(0,6,work) .nes. "#undef" -$ then -$ if f$extract(0,12,work) .nes. "#cmakedefine" -$ then -$ write aconf line -$ endif -$ else -$ cdef = f$element(1," ",work) -$ gosub check_config -$ endif -$ goto aconf_loop -$ACONF_EXIT: -$ write aconf "" -$ write aconf "/* VMS specifics added by make_vms.com: */" -$ write aconf "#define VMS 1" -$ write aconf "#include " -$ write aconf "#include " -$ write aconf "#ifdef _LARGEFILE" -$ write aconf "# define off64_t __off64_t" -$ write aconf "# define fopen64 fopen" -$ write aconf "# define fseeko64 fseeko" -$ write aconf "# define lseek64 lseek" -$ write aconf "# define ftello64 ftell" -$ write aconf "#endif" -$ write aconf "#if !defined( __VAX) && (__CRTL_VER >= 70312000)" -$ write aconf "# define HAVE_VSNPRINTF" -$ write aconf "#endif" -$ close aconf_in -$ close aconf -$ if f$search("''th'") .nes. "" then delete 'th';* -$! Build the thing plain or with mms -$! -$ write sys$output "Compiling Zlib sources ..." -$ if make.eqs."" -$ then -$ if (f$search( "example.obj;*") .nes. "") then delete example.obj;* -$ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;* -$ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" - - adler32.c zlib.h zconf.h -$ CALL MAKE compress.OBJ "CC ''CCOPT' compress" - - compress.c zlib.h zconf.h -$ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" - - crc32.c zlib.h zconf.h -$ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" - - deflate.c deflate.h zutil.h zlib.h zconf.h -$ CALL MAKE gzclose.OBJ "CC ''CCOPT' gzclose" - - gzclose.c zutil.h zlib.h zconf.h -$ CALL MAKE gzlib.OBJ "CC ''CCOPT' gzlib" - - gzlib.c zutil.h zlib.h zconf.h -$ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" - - gzread.c zutil.h zlib.h zconf.h -$ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" - - gzwrite.c zutil.h zlib.h zconf.h -$ CALL MAKE infback.OBJ "CC ''CCOPT' infback" - - infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h -$ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast" - - inffast.c zutil.h zlib.h zconf.h inffast.h -$ CALL MAKE inflate.OBJ "CC ''CCOPT' inflate" - - inflate.c zutil.h zlib.h zconf.h infblock.h -$ CALL MAKE inftrees.OBJ "CC ''CCOPT' inftrees" - - inftrees.c zutil.h zlib.h zconf.h inftrees.h -$ CALL MAKE trees.OBJ "CC ''CCOPT' trees" - - trees.c deflate.h zutil.h zlib.h zconf.h -$ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" - - uncompr.c zlib.h zconf.h -$ CALL MAKE zutil.OBJ "CC ''CCOPT' zutil" - - zutil.c zutil.h zlib.h zconf.h -$ write sys$output "Building Zlib ..." -$ CALL MAKE libz.OLB "lib/crea libz.olb *.obj" *.OBJ -$ write sys$output "Building example..." -$ CALL MAKE example.OBJ "CC ''CCOPT' [.test]example" - - [.test]example.c zlib.h zconf.h -$ call make example.exe "LINK example,libz.olb/lib" example.obj libz.olb -$ write sys$output "Building minigzip..." -$ CALL MAKE minigzip.OBJ "CC ''CCOPT' [.test]minigzip" - - [.test]minigzip.c zlib.h zconf.h -$ call make minigzip.exe - - "LINK minigzip,libz.olb/lib" - - minigzip.obj libz.olb -$ else -$ gosub crea_mms -$ write sys$output "Make ''name' ''version' with ''Make' " -$ 'make' -$ endif -$! -$! Create shareable image -$! -$ gosub crea_olist -$ write sys$output "Creating libzshr.exe" -$ call map_2_shopt 'mapfile' 'optfile' -$ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,'optfile'/opt -$ write sys$output "Zlib build completed" -$ delete/nolog tmp.opt;* -$ exit -$AMISS_ERR: -$ write sys$output "No source for config.hin found." -$ write sys$output "Tried any of ''aconf_in_file'" -$ goto err_exit -$CC_ERR: -$ write sys$output "C compiler required to build ''name'" -$ goto err_exit -$ERR_EXIT: -$ set message/facil/ident/sever/text -$ close/nolog optf -$ close/nolog topt -$ close/nolog aconf_in -$ close/nolog aconf -$ close/nolog out -$ close/nolog min -$ close/nolog mod -$ close/nolog h_in -$ write sys$output "Exiting..." -$ exit 2 -$! -$! -$MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES -$ V = 'F$Verify(0) -$! P1 = What we are trying to make -$! P2 = Command to make it -$! P3 - P8 What it depends on -$ -$ If F$Search(P1) .Eqs. "" Then Goto Makeit -$ Time = F$CvTime(F$File(P1,"RDT")) -$arg=3 -$Loop: -$ Argument = P'arg -$ If Argument .Eqs. "" Then Goto Exit -$ El=0 -$Loop2: -$ File = F$Element(El," ",Argument) -$ If File .Eqs. " " Then Goto Endl -$ AFile = "" -$Loop3: -$ OFile = AFile -$ AFile = F$Search(File) -$ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl -$ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit -$ Goto Loop3 -$NextEL: -$ El = El + 1 -$ Goto Loop2 -$EndL: -$ arg=arg+1 -$ If arg .Le. 8 Then Goto Loop -$ Goto Exit -$ -$Makeit: -$ VV=F$VERIFY(0) -$ write sys$output P2 -$ 'P2 -$ VV='F$Verify(VV) -$Exit: -$ If V Then Set Verify -$ENDSUBROUTINE -$!------------------------------------------------------------------------------ -$! -$! Check command line options and set symbols accordingly -$! -$!------------------------------------------------------------------------------ -$! Version history -$! 0.01 20041206 First version to receive a number -$! 0.02 20060126 Add new "HELP" target -$ CHECK_OPTS: -$ i = 1 -$ OPT_LOOP: -$ if i .lt. 9 -$ then -$ cparm = f$edit(p'i',"upcase") -$! -$! Check if parameter actually contains something -$! -$ if f$edit(cparm,"trim") .nes. "" -$ then -$ if cparm .eqs. "DEBUG" -$ then -$ ccopt = ccopt + "/noopt/deb" -$ lopts = lopts + "/deb" -$ endif -$ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) -$ then -$ start = f$locate("=",cparm) + 1 -$ len = f$length(cparm) - start -$ ccopt = ccopt + f$extract(start,len,cparm) -$ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - - then s_case = true -$ endif -$ if cparm .eqs. "LINK" then linkonly = true -$ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) -$ then -$ start = f$locate("=",cparm) + 1 -$ len = f$length(cparm) - start -$ lopts = lopts + f$extract(start,len,cparm) -$ endif -$ if f$locate("CC=",cparm) .lt. f$length(cparm) -$ then -$ start = f$locate("=",cparm) + 1 -$ len = f$length(cparm) - start -$ cc_com = f$extract(start,len,cparm) - if (cc_com .nes. "DECC") .and. - - (cc_com .nes. "VAXC") .and. - - (cc_com .nes. "GNUC") -$ then -$ write sys$output "Unsupported compiler choice ''cc_com' ignored" -$ write sys$output "Use DECC, VAXC, or GNUC instead" -$ else -$ if cc_com .eqs. "DECC" then its_decc = true -$ if cc_com .eqs. "VAXC" then its_vaxc = true -$ if cc_com .eqs. "GNUC" then its_gnuc = true -$ endif -$ endif -$ if f$locate("MAKE=",cparm) .lt. f$length(cparm) -$ then -$ start = f$locate("=",cparm) + 1 -$ len = f$length(cparm) - start -$ mmks = f$extract(start,len,cparm) -$ if (mmks .eqs. "MMK") .or. (mmks .eqs. "MMS") -$ then -$ make = mmks -$ else -$ write sys$output "Unsupported make choice ''mmks' ignored" -$ write sys$output "Use MMK or MMS instead" -$ endif -$ endif -$ if cparm .eqs. "HELP" then gosub bhelp -$ endif -$ i = i + 1 -$ goto opt_loop -$ endif -$ return -$!------------------------------------------------------------------------------ -$! -$! Look for the compiler used -$! -$! Version history -$! 0.01 20040223 First version to receive a number -$! 0.02 20040229 Save/set value of decc$no_rooted_search_lists -$! 0.03 20060202 Extend handling of GNU C -$! 0.04 20090402 Compaq -> hp -$CHECK_COMPILER: -$ if (.not. (its_decc .or. its_vaxc .or. its_gnuc)) -$ then -$ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "") -$ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "") -$ its_gnuc = .not. (its_decc .or. its_vaxc) .and. (f$trnlnm("gnu_cc") .nes. "") -$ endif -$! -$! Exit if no compiler available -$! -$ if (.not. (its_decc .or. its_vaxc .or. its_gnuc)) -$ then goto CC_ERR -$ else -$ if its_decc -$ then -$ write sys$output "CC compiler check ... hp C" -$ if f$trnlnm("decc$no_rooted_search_lists") .nes. "" -$ then -$ dnrsl = f$trnlnm("decc$no_rooted_search_lists") -$ endif -$ define/nolog decc$no_rooted_search_lists 1 -$ else -$ if its_vaxc then write sys$output "CC compiler check ... VAX C" -$ if its_gnuc -$ then -$ write sys$output "CC compiler check ... GNU C" -$ if f$trnlnm(topt) then write topt "gnu_cc:[000000]gcclib.olb/lib" -$ if f$trnlnm(optf) then write optf "gnu_cc:[000000]gcclib.olb/lib" -$ cc = "gcc" -$ endif -$ if f$trnlnm(topt) then write topt "sys$share:vaxcrtl.exe/share" -$ if f$trnlnm(optf) then write optf "sys$share:vaxcrtl.exe/share" -$ endif -$ endif -$ return -$!------------------------------------------------------------------------------ -$! -$! If MMS/MMK are available dump out the descrip.mms if required -$! -$CREA_MMS: -$ write sys$output "Creating descrip.mms..." -$ create descrip.mms -$ open/append out descrip.mms -$ copy sys$input: out -$ deck -# descrip.mms: MMS description file for building zlib on VMS -# written by Martin P.J. Zinser -# - -OBJS = adler32.obj, compress.obj, crc32.obj, gzclose.obj, gzlib.obj\ - gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ - deflate.obj, trees.obj, zutil.obj, inflate.obj, \ - inftrees.obj, inffast.obj - -$ eod -$ write out "CFLAGS=", ccopt -$ write out "LOPTS=", lopts -$ write out "all : example.exe minigzip.exe libz.olb" -$ copy sys$input: out -$ deck - @ write sys$output " Example applications available" - -libz.olb : libz.olb($(OBJS)) - @ write sys$output " libz available" - -example.exe : example.obj libz.olb - link $(LOPTS) example,libz.olb/lib - -minigzip.exe : minigzip.obj libz.olb - link $(LOPTS) minigzip,libz.olb/lib - -clean : - delete *.obj;*,libz.olb;*,*.opt;*,*.exe;* - - -# Other dependencies. -adler32.obj : adler32.c zutil.h zlib.h zconf.h -compress.obj : compress.c zlib.h zconf.h -crc32.obj : crc32.c zutil.h zlib.h zconf.h -deflate.obj : deflate.c deflate.h zutil.h zlib.h zconf.h -example.obj : [.test]example.c zlib.h zconf.h -gzclose.obj : gzclose.c zutil.h zlib.h zconf.h -gzlib.obj : gzlib.c zutil.h zlib.h zconf.h -gzread.obj : gzread.c zutil.h zlib.h zconf.h -gzwrite.obj : gzwrite.c zutil.h zlib.h zconf.h -inffast.obj : inffast.c zutil.h zlib.h zconf.h inftrees.h inffast.h -inflate.obj : inflate.c zutil.h zlib.h zconf.h -inftrees.obj : inftrees.c zutil.h zlib.h zconf.h inftrees.h -minigzip.obj : [.test]minigzip.c zlib.h zconf.h -trees.obj : trees.c deflate.h zutil.h zlib.h zconf.h -uncompr.obj : uncompr.c zlib.h zconf.h -zutil.obj : zutil.c zutil.h zlib.h zconf.h -infback.obj : infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h -$ eod -$ close out -$ return -$!------------------------------------------------------------------------------ -$! -$! Read list of core library sources from makefile.in and create options -$! needed to build shareable image -$! -$CREA_OLIST: -$ open/read min makefile.in -$ open/write mod modules.opt -$ src_check_list = "OBJZ =#OBJG =" -$MRLOOP: -$ read/end=mrdone min rec -$ i = 0 -$SRC_CHECK_LOOP: -$ src_check = f$element(i, "#", src_check_list) -$ i = i+1 -$ if src_check .eqs. "#" then goto mrloop -$ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop -$ rec = rec - src_check -$ gosub extra_filnam -$ if (f$element(1,"\",rec) .eqs. "\") then goto mrloop -$MRSLOOP: -$ read/end=mrdone min rec -$ gosub extra_filnam -$ if (f$element(1,"\",rec) .nes. "\") then goto mrsloop -$MRDONE: -$ close min -$ close mod -$ return -$!------------------------------------------------------------------------------ -$! -$! Take record extracted in crea_olist and split it into single filenames -$! -$EXTRA_FILNAM: -$ myrec = f$edit(rec - "\", "trim,compress") -$ i = 0 -$FELOOP: -$ srcfil = f$element(i," ", myrec) -$ if (srcfil .nes. " ") -$ then -$ write mod f$parse(srcfil,,,"NAME"), ".obj" -$ i = i + 1 -$ goto feloop -$ endif -$ return -$!------------------------------------------------------------------------------ -$! -$! Find current Zlib version number -$! -$FIND_VERSION: -$ open/read h_in 'v_file' -$hloop: -$ read/end=hdone h_in rec -$ rec = f$edit(rec,"TRIM") -$ if (f$extract(0,1,rec) .nes. "#") then goto hloop -$ rec = f$edit(rec - "#", "TRIM") -$ if f$element(0," ",rec) .nes. "define" then goto hloop -$ if f$element(1," ",rec) .eqs. v_string -$ then -$ version = 'f$element(2," ",rec)' -$ goto hdone -$ endif -$ goto hloop -$hdone: -$ close h_in -$ return -$!------------------------------------------------------------------------------ -$! -$CHECK_CONFIG: -$! -$ in_ldef = f$locate(cdef,libdefs) -$ if (in_ldef .lt. f$length(libdefs)) -$ then -$ write aconf "#define ''cdef' 1" -$ libdefs = f$extract(0,in_ldef,libdefs) + - - f$extract(in_ldef + f$length(cdef) + 1, - - f$length(libdefs) - in_ldef - f$length(cdef) - 1, - - libdefs) -$ else -$ if (f$type('cdef') .eqs. "INTEGER") -$ then -$ write aconf "#define ''cdef' ", 'cdef' -$ else -$ if (f$type('cdef') .eqs. "STRING") -$ then -$ write aconf "#define ''cdef' ", """", '''cdef'', """" -$ else -$ gosub check_cc_def -$ endif -$ endif -$ endif -$ return -$!------------------------------------------------------------------------------ -$! -$! Check if this is a define relating to the properties of the C/C++ -$! compiler -$! -$ CHECK_CC_DEF: -$ if (cdef .eqs. "_LARGEFILE64_SOURCE") -$ then -$ copy sys$input: 'tc' -$ deck -#include "tconfig" -#define _LARGEFILE -#include - -int main(){ -FILE *fp; - fp = fopen("temp.txt","r"); - fseeko(fp,1,SEEK_SET); - fclose(fp); -} - -$ eod -$ test_inv = false -$ comm_h = false -$ gosub cc_prop_check -$ return -$ endif -$ write aconf "/* ", line, " */" -$ return -$!------------------------------------------------------------------------------ -$! -$! Check for properties of C/C++ compiler -$! -$! Version history -$! 0.01 20031020 First version to receive a number -$! 0.02 20031022 Added logic for defines with value -$! 0.03 20040309 Make sure local config file gets not deleted -$! 0.04 20041230 Also write include for configure run -$! 0.05 20050103 Add processing of "comment defines" -$CC_PROP_CHECK: -$ cc_prop = true -$ is_need = false -$ is_need = (f$extract(0,4,cdef) .eqs. "NEED") .or. (test_inv .eq. true) -$ if f$search(th) .eqs. "" then create 'th' -$ set message/nofac/noident/nosever/notext -$ on error then continue -$ cc 'tmpnam' -$ if .not. ($status) then cc_prop = false -$ on error then continue -$! The headers might lie about the capabilities of the RTL -$ link 'tmpnam',tmp.opt/opt -$ if .not. ($status) then cc_prop = false -$ set message/fac/ident/sever/text -$ on error then goto err_exit -$ delete/nolog 'tmpnam'.*;*/exclude='th' -$ if (cc_prop .and. .not. is_need) .or. - - (.not. cc_prop .and. is_need) -$ then -$ write sys$output "Checking for ''cdef'... yes" -$ if f$type('cdef_val'_yes) .nes. "" -$ then -$ if f$type('cdef_val'_yes) .eqs. "INTEGER" - - then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_yes) -$ if f$type('cdef_val'_yes) .eqs. "STRING" - - then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_yes) -$ else -$ call write_config f$fao("#define !AS 1",cdef) -$ endif -$ if (cdef .eqs. "HAVE_FSEEKO") .or. (cdef .eqs. "_LARGE_FILES") .or. - - (cdef .eqs. "_LARGEFILE64_SOURCE") then - - call write_config f$string("#define _LARGEFILE 1") -$ else -$ write sys$output "Checking for ''cdef'... no" -$ if (comm_h) -$ then - call write_config f$fao("/* !AS */",line) -$ else -$ if f$type('cdef_val'_no) .nes. "" -$ then -$ if f$type('cdef_val'_no) .eqs. "INTEGER" - - then call write_config f$fao("#define !AS !UL",cdef,'cdef_val'_no) -$ if f$type('cdef_val'_no) .eqs. "STRING" - - then call write_config f$fao("#define !AS !AS",cdef,'cdef_val'_no) -$ else -$ call write_config f$fao("#undef !AS",cdef) -$ endif -$ endif -$ endif -$ return -$!------------------------------------------------------------------------------ -$! -$! Check for properties of C/C++ compiler with multiple result values -$! -$! Version history -$! 0.01 20040127 First version -$! 0.02 20050103 Reconcile changes from cc_prop up to version 0.05 -$CC_MPROP_CHECK: -$ cc_prop = true -$ i = 1 -$ idel = 1 -$ MT_LOOP: -$ if f$type(result_'i') .eqs. "STRING" -$ then -$ set message/nofac/noident/nosever/notext -$ on error then continue -$ cc 'tmpnam'_'i' -$ if .not. ($status) then cc_prop = false -$ on error then continue -$! The headers might lie about the capabilities of the RTL -$ link 'tmpnam'_'i',tmp.opt/opt -$ if .not. ($status) then cc_prop = false -$ set message/fac/ident/sever/text -$ on error then goto err_exit -$ delete/nolog 'tmpnam'_'i'.*;* -$ if (cc_prop) -$ then -$ write sys$output "Checking for ''cdef'... ", mdef_'i' -$ if f$type(mdef_'i') .eqs. "INTEGER" - - then call write_config f$fao("#define !AS !UL",cdef,mdef_'i') -$ if f$type('cdef_val'_yes) .eqs. "STRING" - - then call write_config f$fao("#define !AS !AS",cdef,mdef_'i') -$ goto msym_clean -$ else -$ i = i + 1 -$ goto mt_loop -$ endif -$ endif -$ write sys$output "Checking for ''cdef'... no" -$ call write_config f$fao("#undef !AS",cdef) -$ MSYM_CLEAN: -$ if (idel .le. msym_max) -$ then -$ delete/sym mdef_'idel' -$ idel = idel + 1 -$ goto msym_clean -$ endif -$ return -$!------------------------------------------------------------------------------ -$! -$! Write configuration to both permanent and temporary config file -$! -$! Version history -$! 0.01 20031029 First version to receive a number -$! -$WRITE_CONFIG: SUBROUTINE -$ write aconf 'p1' -$ open/append confh 'th' -$ write confh 'p1' -$ close confh -$ENDSUBROUTINE -$!------------------------------------------------------------------------------ -$! -$! Analyze the project map file and create the symbol vector for a shareable -$! image from it -$! -$! Version history -$! 0.01 20120128 First version -$! 0.02 20120226 Add pre-load logic -$! -$ MAP_2_SHOPT: Subroutine -$! -$ SAY := "WRITE_ SYS$OUTPUT" -$! -$ IF F$SEARCH("''P1'") .EQS. "" -$ THEN -$ SAY "MAP_2_SHOPT-E-NOSUCHFILE: Error, inputfile ''p1' not available" -$ goto exit_m2s -$ ENDIF -$ IF "''P2'" .EQS. "" -$ THEN -$ SAY "MAP_2_SHOPT: Error, no output file provided" -$ goto exit_m2s -$ ENDIF -$! -$ module1 = "deflate#deflateEnd#deflateInit_#deflateParams#deflateSetDictionary" -$ module2 = "gzclose#gzerror#gzgetc#gzgets#gzopen#gzprintf#gzputc#gzputs#gzread" -$ module3 = "gzseek#gztell#inflate#inflateEnd#inflateInit_#inflateSetDictionary" -$ module4 = "inflateSync#uncompress#zlibVersion#compress" -$ open/read map 'p1 -$ if axp .or. ia64 -$ then -$ open/write aopt a.opt -$ open/write bopt b.opt -$ write aopt " CASE_SENSITIVE=YES" -$ write bopt "SYMBOL_VECTOR= (-" -$ mod_sym_num = 1 -$ MOD_SYM_LOOP: -$ if f$type(module'mod_sym_num') .nes. "" -$ then -$ mod_in = 0 -$ MOD_SYM_IN: -$ shared_proc = f$element(mod_in, "#", module'mod_sym_num') -$ if shared_proc .nes. "#" -$ then -$ write aopt f$fao(" symbol_vector=(!AS/!AS=PROCEDURE)",- - f$edit(shared_proc,"upcase"),shared_proc) -$ write bopt f$fao("!AS=PROCEDURE,-",shared_proc) -$ mod_in = mod_in + 1 -$ goto mod_sym_in -$ endif -$ mod_sym_num = mod_sym_num + 1 -$ goto mod_sym_loop -$ endif -$MAP_LOOP: -$ read/end=map_end map line -$ if (f$locate("{",line).lt. f$length(line)) .or. - - (f$locate("global:", line) .lt. f$length(line)) -$ then -$ proc = true -$ goto map_loop -$ endif -$ if f$locate("}",line).lt. f$length(line) then proc = false -$ if f$locate("local:", line) .lt. f$length(line) then proc = false -$ if proc -$ then -$ shared_proc = f$edit(line,"collapse") -$ chop_semi = f$locate(";", shared_proc) -$ if chop_semi .lt. f$length(shared_proc) then - - shared_proc = f$extract(0, chop_semi, shared_proc) -$ write aopt f$fao(" symbol_vector=(!AS/!AS=PROCEDURE)",- - f$edit(shared_proc,"upcase"),shared_proc) -$ write bopt f$fao("!AS=PROCEDURE,-",shared_proc) -$ endif -$ goto map_loop -$MAP_END: -$ close/nolog aopt -$ close/nolog bopt -$ open/append libopt 'p2' -$ open/read aopt a.opt -$ open/read bopt b.opt -$ALOOP: -$ read/end=aloop_end aopt line -$ write libopt line -$ goto aloop -$ALOOP_END: -$ close/nolog aopt -$ sv = "" -$BLOOP: -$ read/end=bloop_end bopt svn -$ if (svn.nes."") -$ then -$ if (sv.nes."") then write libopt sv -$ sv = svn -$ endif -$ goto bloop -$BLOOP_END: -$ write libopt f$extract(0,f$length(sv)-2,sv), "-" -$ write libopt ")" -$ close/nolog bopt -$ delete/nolog/noconf a.opt;*,b.opt;* -$ else -$ if vax -$ then -$ open/append libopt 'p2' -$ mod_sym_num = 1 -$ VMOD_SYM_LOOP: -$ if f$type(module'mod_sym_num') .nes. "" -$ then -$ mod_in = 0 -$ VMOD_SYM_IN: -$ shared_proc = f$element(mod_in, "#", module'mod_sym_num') -$ if shared_proc .nes. "#" -$ then -$ write libopt f$fao("UNIVERSAL=!AS",- - f$edit(shared_proc,"upcase")) -$ mod_in = mod_in + 1 -$ goto vmod_sym_in -$ endif -$ mod_sym_num = mod_sym_num + 1 -$ goto vmod_sym_loop -$ endif -$VMAP_LOOP: -$ read/end=vmap_end map line -$ if (f$locate("{",line).lt. f$length(line)) .or. - - (f$locate("global:", line) .lt. f$length(line)) -$ then -$ proc = true -$ goto vmap_loop -$ endif -$ if f$locate("}",line).lt. f$length(line) then proc = false -$ if f$locate("local:", line) .lt. f$length(line) then proc = false -$ if proc -$ then -$ shared_proc = f$edit(line,"collapse") -$ chop_semi = f$locate(";", shared_proc) -$ if chop_semi .lt. f$length(shared_proc) then - - shared_proc = f$extract(0, chop_semi, shared_proc) -$ write libopt f$fao("UNIVERSAL=!AS",- - f$edit(shared_proc,"upcase")) -$ endif -$ goto vmap_loop -$VMAP_END: -$ else -$ write sys$output "Unknown Architecture (Not VAX, AXP, or IA64)" -$ write sys$output "No options file created" -$ endif -$ endif -$ EXIT_M2S: -$ close/nolog map -$ close/nolog libopt -$ endsubroutine diff --git a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.bor b/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.bor deleted file mode 100644 index 3d12a2c..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.bor +++ /dev/null @@ -1,115 +0,0 @@ -# Makefile for zlib -# Borland C++ -# Last updated: 15-Mar-2003 - -# To use, do "make -fmakefile.bor" -# To compile in small model, set below: MODEL=s - -# WARNING: the small model is supported but only for small values of -# MAX_WBITS and MAX_MEM_LEVEL. For example: -# -DMAX_WBITS=11 -DDEF_WBITS=11 -DMAX_MEM_LEVEL=3 -# If you wish to reduce the memory requirements (default 256K for big -# objects plus a few K), you can add to the LOC macro below: -# -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 -# See zconf.h for details about the memory requirements. - -# ------------ Turbo C++, Borland C++ ------------ - -# Optional nonstandard preprocessor flags (e.g. -DMAX_MEM_LEVEL=7) -# should be added to the environment via "set LOCAL_ZLIB=-DFOO" or added -# to the declaration of LOC here: -LOC = $(LOCAL_ZLIB) - -# type for CPU required: 0: 8086, 1: 80186, 2: 80286, 3: 80386, etc. -CPU_TYP = 0 - -# memory model: one of s, m, c, l (small, medium, compact, large) -MODEL=l - -# replace bcc with tcc for Turbo C++ 1.0, with bcc32 for the 32 bit version -CC=bcc -LD=bcc -AR=tlib - -# compiler flags -# replace "-O2" by "-O -G -a -d" for Turbo C++ 1.0 -CFLAGS=-O2 -Z -m$(MODEL) $(LOC) - -LDFLAGS=-m$(MODEL) -f- - - -# variables -ZLIB_LIB = zlib_$(MODEL).lib - -OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj -OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj -OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj -OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj - - -# targets -all: $(ZLIB_LIB) example.exe minigzip.exe - -.c.obj: - $(CC) -c $(CFLAGS) $*.c - -adler32.obj: adler32.c zlib.h zconf.h - -compress.obj: compress.c zlib.h zconf.h - -crc32.obj: crc32.c zlib.h zconf.h crc32.h - -deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h - -gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h - -gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h - -gzread.obj: gzread.c zlib.h zconf.h gzguts.h - -gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h - -infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h - -inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h - -trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h - -uncompr.obj: uncompr.c zlib.h zconf.h - -zutil.obj: zutil.c zutil.h zlib.h zconf.h - -example.obj: test/example.c zlib.h zconf.h - -minigzip.obj: test/minigzip.c zlib.h zconf.h - - -# the command line is cut to fit in the MS-DOS 128 byte limit: -$(ZLIB_LIB): $(OBJ1) $(OBJ2) - -del $(ZLIB_LIB) - $(AR) $(ZLIB_LIB) $(OBJP1) - $(AR) $(ZLIB_LIB) $(OBJP2) - -example.exe: example.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) - -minigzip.exe: minigzip.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) - -test: example.exe minigzip.exe - example - echo hello world | minigzip | minigzip -d - -clean: - -del *.obj - -del *.lib - -del *.exe - -del zlib_*.bak - -del foo.gz diff --git a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.dj2 b/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.dj2 deleted file mode 100644 index 59d2037..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.dj2 +++ /dev/null @@ -1,104 +0,0 @@ -# Makefile for zlib. Modified for djgpp v2.0 by F. J. Donahoe, 3/15/96. -# Copyright (C) 1995-1998 Jean-loup Gailly. -# For conditions of distribution and use, see copyright notice in zlib.h - -# To compile, or to compile and test, type: -# -# make -fmakefile.dj2; make test -fmakefile.dj2 -# -# To install libz.a, zconf.h and zlib.h in the djgpp directories, type: -# -# make install -fmakefile.dj2 -# -# after first defining LIBRARY_PATH and INCLUDE_PATH in djgpp.env as -# in the sample below if the pattern of the DJGPP distribution is to -# be followed. Remember that, while 'es around <=> are ignored in -# makefiles, they are *not* in batch files or in djgpp.env. -# - - - - - -# [make] -# INCLUDE_PATH=%\>;INCLUDE_PATH%%\DJDIR%\include -# LIBRARY_PATH=%\>;LIBRARY_PATH%%\DJDIR%\lib -# BUTT=-m486 -# - - - - - -# Alternately, these variables may be defined below, overriding the values -# in djgpp.env, as -# INCLUDE_PATH=c:\usr\include -# LIBRARY_PATH=c:\usr\lib - -CC=gcc - -#CFLAGS=-MMD -O -#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 -#CFLAGS=-MMD -g -DZLIB_DEBUG -CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ - -Wstrict-prototypes -Wmissing-prototypes - -# If cp.exe is available, replace "copy /Y" with "cp -fp" . -CP=copy /Y -# If gnu install.exe is available, replace $(CP) with ginstall. -INSTALL=$(CP) -# The default value of RM is "rm -f." If "rm.exe" is found, comment out: -RM=del -LDLIBS=-L. -lz -LD=$(CC) -s -o -LDSHARED=$(CC) - -INCL=zlib.h zconf.h -LIBS=libz.a - -AR=ar rcs - -prefix=/usr/local -exec_prefix = $(prefix) - -OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ - uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o - -OBJA = -# to use the asm code: make OBJA=match.o - -TEST_OBJS = example.o minigzip.o - -all: example.exe minigzip.exe - -check: test -test: all - ./example - echo hello world | .\minigzip | .\minigzip -d - -%.o : %.c - $(CC) $(CFLAGS) -c $< -o $@ - -libz.a: $(OBJS) $(OBJA) - $(AR) $@ $(OBJS) $(OBJA) - -%.exe : %.o $(LIBS) - $(LD) $@ $< $(LDLIBS) - -# INCLUDE_PATH and LIBRARY_PATH were set for [make] in djgpp.env . - -.PHONY : uninstall clean - -install: $(INCL) $(LIBS) - -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH) - -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH) - $(INSTALL) zlib.h $(INCLUDE_PATH) - $(INSTALL) zconf.h $(INCLUDE_PATH) - $(INSTALL) libz.a $(LIBRARY_PATH) - -uninstall: - $(RM) $(INCLUDE_PATH)\zlib.h - $(RM) $(INCLUDE_PATH)\zconf.h - $(RM) $(LIBRARY_PATH)\libz.a - -clean: - $(RM) *.d - $(RM) *.o - $(RM) *.exe - $(RM) libz.a - $(RM) foo.gz - -DEPS := $(wildcard *.d) -ifneq ($(DEPS),) -include $(DEPS) -endif diff --git a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.emx b/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.emx deleted file mode 100644 index e30f67b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.emx +++ /dev/null @@ -1,69 +0,0 @@ -# Makefile for zlib. Modified for emx 0.9c by Chr. Spieler, 6/17/98. -# Copyright (C) 1995-1998 Jean-loup Gailly. -# For conditions of distribution and use, see copyright notice in zlib.h - -# To compile, or to compile and test, type: -# -# make -fmakefile.emx; make test -fmakefile.emx -# - -CC=gcc - -#CFLAGS=-MMD -O -#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 -#CFLAGS=-MMD -g -DZLIB_DEBUG -CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ - -Wstrict-prototypes -Wmissing-prototypes - -# If cp.exe is available, replace "copy /Y" with "cp -fp" . -CP=copy /Y -# If gnu install.exe is available, replace $(CP) with ginstall. -INSTALL=$(CP) -# The default value of RM is "rm -f." If "rm.exe" is found, comment out: -RM=del -LDLIBS=-L. -lzlib -LD=$(CC) -s -o -LDSHARED=$(CC) - -INCL=zlib.h zconf.h -LIBS=zlib.a - -AR=ar rcs - -prefix=/usr/local -exec_prefix = $(prefix) - -OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \ - uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o - -TEST_OBJS = example.o minigzip.o - -all: example.exe minigzip.exe - -test: all - ./example - echo hello world | .\minigzip | .\minigzip -d - -%.o : %.c - $(CC) $(CFLAGS) -c $< -o $@ - -zlib.a: $(OBJS) - $(AR) $@ $(OBJS) - -%.exe : %.o $(LIBS) - $(LD) $@ $< $(LDLIBS) - - -.PHONY : clean - -clean: - $(RM) *.d - $(RM) *.o - $(RM) *.exe - $(RM) zlib.a - $(RM) foo.gz - -DEPS := $(wildcard *.d) -ifneq ($(DEPS),) -include $(DEPS) -endif diff --git a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.msc b/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.msc deleted file mode 100644 index ae83786..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.msc +++ /dev/null @@ -1,112 +0,0 @@ -# Makefile for zlib -# Microsoft C 5.1 or later -# Last updated: 19-Mar-2003 - -# To use, do "make makefile.msc" -# To compile in small model, set below: MODEL=S - -# If you wish to reduce the memory requirements (default 256K for big -# objects plus a few K), you can add to the LOC macro below: -# -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 -# See zconf.h for details about the memory requirements. - -# ------------- Microsoft C 5.1 and later ------------- - -# Optional nonstandard preprocessor flags (e.g. -DMAX_MEM_LEVEL=7) -# should be added to the environment via "set LOCAL_ZLIB=-DFOO" or added -# to the declaration of LOC here: -LOC = $(LOCAL_ZLIB) - -# Type for CPU required: 0: 8086, 1: 80186, 2: 80286, 3: 80386, etc. -CPU_TYP = 0 - -# Memory model: one of S, M, C, L (small, medium, compact, large) -MODEL=L - -CC=cl -CFLAGS=-nologo -A$(MODEL) -G$(CPU_TYP) -W3 -Oait -Gs $(LOC) -#-Ox generates bad code with MSC 5.1 -LIB_CFLAGS=-Zl $(CFLAGS) - -LD=link -LDFLAGS=/noi/e/st:0x1500/noe/farcall/packcode -# "/farcall/packcode" are only useful for `large code' memory models -# but should be a "no-op" for small code models. - - -# variables -ZLIB_LIB = zlib_$(MODEL).lib - -OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj -OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj - - -# targets -all: $(ZLIB_LIB) example.exe minigzip.exe - -.c.obj: - $(CC) -c $(LIB_CFLAGS) $*.c - -adler32.obj: adler32.c zlib.h zconf.h - -compress.obj: compress.c zlib.h zconf.h - -crc32.obj: crc32.c zlib.h zconf.h crc32.h - -deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h - -gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h - -gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h - -gzread.obj: gzread.c zlib.h zconf.h gzguts.h - -gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h - -infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h - -inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h - -trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h - -uncompr.obj: uncompr.c zlib.h zconf.h - -zutil.obj: zutil.c zutil.h zlib.h zconf.h - -example.obj: test/example.c zlib.h zconf.h - $(CC) -c $(CFLAGS) $*.c - -minigzip.obj: test/minigzip.c zlib.h zconf.h - $(CC) -c $(CFLAGS) $*.c - - -# the command line is cut to fit in the MS-DOS 128 byte limit: -$(ZLIB_LIB): $(OBJ1) $(OBJ2) - if exist $(ZLIB_LIB) del $(ZLIB_LIB) - lib $(ZLIB_LIB) $(OBJ1); - lib $(ZLIB_LIB) $(OBJ2); - -example.exe: example.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) example.obj,,,$(ZLIB_LIB); - -minigzip.exe: minigzip.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) minigzip.obj,,,$(ZLIB_LIB); - -test: example.exe minigzip.exe - example - echo hello world | minigzip | minigzip -d - -clean: - -del *.obj - -del *.lib - -del *.exe - -del *.map - -del zlib_*.bak - -del foo.gz diff --git a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.tc b/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.tc deleted file mode 100644 index 5aec82a..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/msdos/Makefile.tc +++ /dev/null @@ -1,100 +0,0 @@ -# Makefile for zlib -# Turbo C 2.01, Turbo C++ 1.01 -# Last updated: 15-Mar-2003 - -# To use, do "make -fmakefile.tc" -# To compile in small model, set below: MODEL=s - -# WARNING: the small model is supported but only for small values of -# MAX_WBITS and MAX_MEM_LEVEL. For example: -# -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3 -# If you wish to reduce the memory requirements (default 256K for big -# objects plus a few K), you can add to CFLAGS below: -# -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 -# See zconf.h for details about the memory requirements. - -# ------------ Turbo C 2.01, Turbo C++ 1.01 ------------ -MODEL=l -CC=tcc -LD=tcc -AR=tlib -# CFLAGS=-O2 -G -Z -m$(MODEL) -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3 -CFLAGS=-O2 -G -Z -m$(MODEL) -LDFLAGS=-m$(MODEL) -f- - - -# variables -ZLIB_LIB = zlib_$(MODEL).lib - -OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj -OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj -OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj -OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj - - -# targets -all: $(ZLIB_LIB) example.exe minigzip.exe - -.c.obj: - $(CC) -c $(CFLAGS) $*.c - -adler32.obj: adler32.c zlib.h zconf.h - -compress.obj: compress.c zlib.h zconf.h - -crc32.obj: crc32.c zlib.h zconf.h crc32.h - -deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h - -gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h - -gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h - -gzread.obj: gzread.c zlib.h zconf.h gzguts.h - -gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h - -infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h - -inflate.obj: inflate.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ - inffast.h inffixed.h - -inftrees.obj: inftrees.c zutil.h zlib.h zconf.h inftrees.h - -trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h - -uncompr.obj: uncompr.c zlib.h zconf.h - -zutil.obj: zutil.c zutil.h zlib.h zconf.h - -example.obj: test/example.c zlib.h zconf.h - -minigzip.obj: test/minigzip.c zlib.h zconf.h - - -# the command line is cut to fit in the MS-DOS 128 byte limit: -$(ZLIB_LIB): $(OBJ1) $(OBJ2) - -del $(ZLIB_LIB) - $(AR) $(ZLIB_LIB) $(OBJP1) - $(AR) $(ZLIB_LIB) $(OBJP2) - -example.exe: example.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB) - -minigzip.exe: minigzip.obj $(ZLIB_LIB) - $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB) - -test: example.exe minigzip.exe - example - echo hello world | minigzip | minigzip -d - -clean: - -del *.obj - -del *.lib - -del *.exe - -del zlib_*.bak - -del foo.gz diff --git a/proj-web/thirdparty/zlib-1.3.1/nintendods/Makefile b/proj-web/thirdparty/zlib-1.3.1/nintendods/Makefile deleted file mode 100644 index 21337d0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/nintendods/Makefile +++ /dev/null @@ -1,126 +0,0 @@ -#--------------------------------------------------------------------------------- -.SUFFIXES: -#--------------------------------------------------------------------------------- - -ifeq ($(strip $(DEVKITARM)),) -$(error "Please set DEVKITARM in your environment. export DEVKITARM=devkitARM") -endif - -include $(DEVKITARM)/ds_rules - -#--------------------------------------------------------------------------------- -# TARGET is the name of the output -# BUILD is the directory where object files & intermediate files will be placed -# SOURCES is a list of directories containing source code -# DATA is a list of directories containing data files -# INCLUDES is a list of directories containing header files -#--------------------------------------------------------------------------------- -TARGET := $(shell basename $(CURDIR)) -BUILD := build -SOURCES := ../../ -DATA := data -INCLUDES := include - -#--------------------------------------------------------------------------------- -# options for code generation -#--------------------------------------------------------------------------------- -ARCH := -mthumb -mthumb-interwork - -CFLAGS := -Wall -O2\ - -march=armv5te -mtune=arm946e-s \ - -fomit-frame-pointer -ffast-math \ - $(ARCH) - -CFLAGS += $(INCLUDE) -DARM9 -CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions - -ASFLAGS := $(ARCH) -march=armv5te -mtune=arm946e-s -LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) - -#--------------------------------------------------------------------------------- -# list of directories containing libraries, this must be the top level containing -# include and lib -#--------------------------------------------------------------------------------- -LIBDIRS := $(LIBNDS) - -#--------------------------------------------------------------------------------- -# no real need to edit anything past this point unless you need to add additional -# rules for different file extensions -#--------------------------------------------------------------------------------- -ifneq ($(BUILD),$(notdir $(CURDIR))) -#--------------------------------------------------------------------------------- - -export OUTPUT := $(CURDIR)/lib/libz.a - -export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \ - $(foreach dir,$(DATA),$(CURDIR)/$(dir)) - -export DEPSDIR := $(CURDIR)/$(BUILD) - -CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) -CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) -SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s))) -BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*))) - -#--------------------------------------------------------------------------------- -# use CXX for linking C++ projects, CC for standard C -#--------------------------------------------------------------------------------- -ifeq ($(strip $(CPPFILES)),) -#--------------------------------------------------------------------------------- - export LD := $(CC) -#--------------------------------------------------------------------------------- -else -#--------------------------------------------------------------------------------- - export LD := $(CXX) -#--------------------------------------------------------------------------------- -endif -#--------------------------------------------------------------------------------- - -export OFILES := $(addsuffix .o,$(BINFILES)) \ - $(CPPFILES:.cpp=.o) $(CFILES:.c=.o) $(SFILES:.s=.o) - -export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ - $(foreach dir,$(LIBDIRS),-I$(dir)/include) \ - -I$(CURDIR)/$(BUILD) - -.PHONY: $(BUILD) clean all - -#--------------------------------------------------------------------------------- -all: $(BUILD) - @[ -d $@ ] || mkdir -p include - @cp ../../*.h include - -lib: - @[ -d $@ ] || mkdir -p $@ - -$(BUILD): lib - @[ -d $@ ] || mkdir -p $@ - @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile - -#--------------------------------------------------------------------------------- -clean: - @echo clean ... - @rm -fr $(BUILD) lib - -#--------------------------------------------------------------------------------- -else - -DEPENDS := $(OFILES:.o=.d) - -#--------------------------------------------------------------------------------- -# main targets -#--------------------------------------------------------------------------------- -$(OUTPUT) : $(OFILES) - -#--------------------------------------------------------------------------------- -%.bin.o : %.bin -#--------------------------------------------------------------------------------- - @echo $(notdir $<) - @$(bin2o) - - --include $(DEPENDS) - -#--------------------------------------------------------------------------------------- -endif -#--------------------------------------------------------------------------------------- diff --git a/proj-web/thirdparty/zlib-1.3.1/nintendods/README b/proj-web/thirdparty/zlib-1.3.1/nintendods/README deleted file mode 100644 index ba7a37d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/nintendods/README +++ /dev/null @@ -1,5 +0,0 @@ -This Makefile requires devkitARM (http://www.devkitpro.org/category/devkitarm/) and works inside "contrib/nds". It is based on a devkitARM template. - -Eduardo Costa -January 3, 2009 - diff --git a/proj-web/thirdparty/zlib-1.3.1/old/Makefile.emx b/proj-web/thirdparty/zlib-1.3.1/old/Makefile.emx deleted file mode 100644 index 612b037..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/Makefile.emx +++ /dev/null @@ -1,69 +0,0 @@ -# Makefile for zlib. Modified for emx/rsxnt by Chr. Spieler, 6/16/98. -# Copyright (C) 1995-1998 Jean-loup Gailly. -# For conditions of distribution and use, see copyright notice in zlib.h - -# To compile, or to compile and test, type: -# -# make -fmakefile.emx; make test -fmakefile.emx -# - -CC=gcc -Zwin32 - -#CFLAGS=-MMD -O -#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 -#CFLAGS=-MMD -g -DZLIB_DEBUG -CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ - -Wstrict-prototypes -Wmissing-prototypes - -# If cp.exe is available, replace "copy /Y" with "cp -fp" . -CP=copy /Y -# If gnu install.exe is available, replace $(CP) with ginstall. -INSTALL=$(CP) -# The default value of RM is "rm -f." If "rm.exe" is found, comment out: -RM=del -LDLIBS=-L. -lzlib -LD=$(CC) -s -o -LDSHARED=$(CC) - -INCL=zlib.h zconf.h -LIBS=zlib.a - -AR=ar rcs - -prefix=/usr/local -exec_prefix = $(prefix) - -OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \ - gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o - -TEST_OBJS = example.o minigzip.o - -all: example.exe minigzip.exe - -test: all - ./example - echo hello world | .\minigzip | .\minigzip -d - -%.o : %.c - $(CC) $(CFLAGS) -c $< -o $@ - -zlib.a: $(OBJS) - $(AR) $@ $(OBJS) - -%.exe : %.o $(LIBS) - $(LD) $@ $< $(LDLIBS) - - -.PHONY : clean - -clean: - $(RM) *.d - $(RM) *.o - $(RM) *.exe - $(RM) zlib.a - $(RM) foo.gz - -DEPS := $(wildcard *.d) -ifneq ($(DEPS),) -include $(DEPS) -endif diff --git a/proj-web/thirdparty/zlib-1.3.1/old/Makefile.riscos b/proj-web/thirdparty/zlib-1.3.1/old/Makefile.riscos deleted file mode 100644 index 57e29d3..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/Makefile.riscos +++ /dev/null @@ -1,151 +0,0 @@ -# Project: zlib_1_03 -# Patched for zlib 1.1.2 rw@shadow.org.uk 19980430 -# test works out-of-the-box, installs `somewhere' on demand - -# Toolflags: -CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah -C++flags = -c -depend !Depend -IC: -throwback -Linkflags = -aif -c++ -o $@ -ObjAsmflags = -throwback -NoCache -depend !Depend -CMHGflags = -LibFileflags = -c -l -o $@ -Squeezeflags = -o $@ - -# change the line below to where _you_ want the library installed. -libdest = lib:zlib - -# Final targets: -@.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \ - @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \ - @.o.uncompr @.o.zutil - LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \ - @.o.gzio @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil \ - @.o.trees @.o.uncompr @.o.zutil -test: @.minigzip @.example @.lib - @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV - @echo running tests: hang on. - @/@.minigzip -f -9 libc - @/@.minigzip -d libc-gz - @/@.minigzip -f -1 libc - @/@.minigzip -d libc-gz - @/@.minigzip -h -9 libc - @/@.minigzip -d libc-gz - @/@.minigzip -h -1 libc - @/@.minigzip -d libc-gz - @/@.minigzip -9 libc - @/@.minigzip -d libc-gz - @/@.minigzip -1 libc - @/@.minigzip -d libc-gz - @diff @.lib @.libc - @echo that should have reported '@.lib and @.libc identical' if you have diff. - @/@.example @.fred @.fred - @echo that will have given lots of hello!'s. - -@.minigzip: @.o.minigzip @.lib C:o.Stubs - Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs -@.example: @.o.example @.lib C:o.Stubs - Link $(Linkflags) @.o.example @.lib C:o.Stubs - -install: @.lib - cdir $(libdest) - cdir $(libdest).h - @copy @.h.zlib $(libdest).h.zlib A~C~DF~L~N~P~Q~RS~TV - @copy @.h.zconf $(libdest).h.zconf A~C~DF~L~N~P~Q~RS~TV - @copy @.lib $(libdest).lib A~C~DF~L~N~P~Q~RS~TV - @echo okay, installed zlib in $(libdest) - -clean:; remove @.minigzip - remove @.example - remove @.libc - -wipe @.o.* F~r~cV - remove @.fred - -# User-editable dependencies: -.c.o: - cc $(ccflags) -o $@ $< - -# Static dependencies: - -# Dynamic dependencies: -o.example: c.example -o.example: h.zlib -o.example: h.zconf -o.minigzip: c.minigzip -o.minigzip: h.zlib -o.minigzip: h.zconf -o.adler32: c.adler32 -o.adler32: h.zlib -o.adler32: h.zconf -o.compress: c.compress -o.compress: h.zlib -o.compress: h.zconf -o.crc32: c.crc32 -o.crc32: h.zlib -o.crc32: h.zconf -o.deflate: c.deflate -o.deflate: h.deflate -o.deflate: h.zutil -o.deflate: h.zlib -o.deflate: h.zconf -o.gzio: c.gzio -o.gzio: h.zutil -o.gzio: h.zlib -o.gzio: h.zconf -o.infblock: c.infblock -o.infblock: h.zutil -o.infblock: h.zlib -o.infblock: h.zconf -o.infblock: h.infblock -o.infblock: h.inftrees -o.infblock: h.infcodes -o.infblock: h.infutil -o.infcodes: c.infcodes -o.infcodes: h.zutil -o.infcodes: h.zlib -o.infcodes: h.zconf -o.infcodes: h.inftrees -o.infcodes: h.infblock -o.infcodes: h.infcodes -o.infcodes: h.infutil -o.infcodes: h.inffast -o.inffast: c.inffast -o.inffast: h.zutil -o.inffast: h.zlib -o.inffast: h.zconf -o.inffast: h.inftrees -o.inffast: h.infblock -o.inffast: h.infcodes -o.inffast: h.infutil -o.inffast: h.inffast -o.inflate: c.inflate -o.inflate: h.zutil -o.inflate: h.zlib -o.inflate: h.zconf -o.inflate: h.infblock -o.inftrees: c.inftrees -o.inftrees: h.zutil -o.inftrees: h.zlib -o.inftrees: h.zconf -o.inftrees: h.inftrees -o.inftrees: h.inffixed -o.infutil: c.infutil -o.infutil: h.zutil -o.infutil: h.zlib -o.infutil: h.zconf -o.infutil: h.infblock -o.infutil: h.inftrees -o.infutil: h.infcodes -o.infutil: h.infutil -o.trees: c.trees -o.trees: h.deflate -o.trees: h.zutil -o.trees: h.zlib -o.trees: h.zconf -o.trees: h.trees -o.uncompr: c.uncompr -o.uncompr: h.zlib -o.uncompr: h.zconf -o.zutil: c.zutil -o.zutil: h.zutil -o.zutil: h.zlib -o.zutil: h.zconf diff --git a/proj-web/thirdparty/zlib-1.3.1/old/README b/proj-web/thirdparty/zlib-1.3.1/old/README deleted file mode 100644 index 800bf07..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/README +++ /dev/null @@ -1,3 +0,0 @@ -This directory contains files that have not been updated for zlib 1.2.x - -(Volunteers are encouraged to help clean this up. Thanks.) diff --git a/proj-web/thirdparty/zlib-1.3.1/old/descrip.mms b/proj-web/thirdparty/zlib-1.3.1/old/descrip.mms deleted file mode 100644 index 7066da5..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/descrip.mms +++ /dev/null @@ -1,48 +0,0 @@ -# descrip.mms: MMS description file for building zlib on VMS -# written by Martin P.J. Zinser - -cc_defs = -c_deb = - -.ifdef __DECC__ -pref = /prefix=all -.endif - -OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj,\ - deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\ - inftrees.obj, infcodes.obj, infutil.obj, inffast.obj - -CFLAGS= $(C_DEB) $(CC_DEFS) $(PREF) - -all : example.exe minigzip.exe - @ write sys$output " Example applications available" -libz.olb : libz.olb($(OBJS)) - @ write sys$output " libz available" - -example.exe : example.obj libz.olb - link example,libz.olb/lib - -minigzip.exe : minigzip.obj libz.olb - link minigzip,libz.olb/lib,x11vms:xvmsutils.olb/lib - -clean : - delete *.obj;*,libz.olb;* - - -# Other dependencies. -adler32.obj : zutil.h zlib.h zconf.h -compress.obj : zlib.h zconf.h -crc32.obj : zutil.h zlib.h zconf.h -deflate.obj : deflate.h zutil.h zlib.h zconf.h -example.obj : zlib.h zconf.h -gzio.obj : zutil.h zlib.h zconf.h -infblock.obj : zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h -infcodes.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h infcodes.h inffast.h -inffast.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h inffast.h -inflate.obj : zutil.h zlib.h zconf.h infblock.h -inftrees.obj : zutil.h zlib.h zconf.h inftrees.h -infutil.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h -minigzip.obj : zlib.h zconf.h -trees.obj : deflate.h zutil.h zlib.h zconf.h -uncompr.obj : zlib.h zconf.h -zutil.obj : zutil.h zlib.h zconf.h diff --git a/proj-web/thirdparty/zlib-1.3.1/old/os2/Makefile.os2 b/proj-web/thirdparty/zlib-1.3.1/old/os2/Makefile.os2 deleted file mode 100644 index bb426c0..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/os2/Makefile.os2 +++ /dev/null @@ -1,136 +0,0 @@ -# Makefile for zlib under OS/2 using GCC (PGCC) -# For conditions of distribution and use, see copyright notice in zlib.h - -# To compile and test, type: -# cp Makefile.os2 .. -# cd .. -# make -f Makefile.os2 test - -# This makefile will build a static library z.lib, a shared library -# z.dll and a import library zdll.lib. You can use either z.lib or -# zdll.lib by specifying either -lz or -lzdll on gcc's command line - -CC=gcc -Zomf -s - -CFLAGS=-O6 -Wall -#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 -#CFLAGS=-g -DZLIB_DEBUG -#CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ -# -Wstrict-prototypes -Wmissing-prototypes - -#################### BUG WARNING: ##################### -## infcodes.c hits a bug in pgcc-1.0, so you have to use either -## -O# where # <= 4 or one of (-fno-ommit-frame-pointer or -fno-force-mem) -## This bug is reportedly fixed in pgcc >1.0, but this was not tested -CFLAGS+=-fno-force-mem - -LDFLAGS=-s -L. -lzdll -Zcrtdll -LDSHARED=$(CC) -s -Zomf -Zdll -Zcrtdll - -VER=1.1.0 -ZLIB=z.lib -SHAREDLIB=z.dll -SHAREDLIBIMP=zdll.lib -LIBS=$(ZLIB) $(SHAREDLIB) $(SHAREDLIBIMP) - -AR=emxomfar cr -IMPLIB=emximp -RANLIB=echo -TAR=tar -SHELL=bash - -prefix=/usr/local -exec_prefix = $(prefix) - -OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ - zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o - -TEST_OBJS = example.o minigzip.o - -DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \ - algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \ - nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \ - contrib/asm386/*.asm contrib/asm386/*.c \ - contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \ - contrib/iostream/*.h contrib/iostream2/*.h contrib/iostream2/*.cpp \ - contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32 - -all: example.exe minigzip.exe - -test: all - @LD_LIBRARY_PATH=.:$(LD_LIBRARY_PATH) ; export LD_LIBRARY_PATH; \ - echo hello world | ./minigzip | ./minigzip -d || \ - echo ' *** minigzip test FAILED ***' ; \ - if ./example; then \ - echo ' *** zlib test OK ***'; \ - else \ - echo ' *** zlib test FAILED ***'; \ - fi - -$(ZLIB): $(OBJS) - $(AR) $@ $(OBJS) - -@ ($(RANLIB) $@ || true) >/dev/null 2>&1 - -$(SHAREDLIB): $(OBJS) os2/z.def - $(LDSHARED) -o $@ $^ - -$(SHAREDLIBIMP): os2/z.def - $(IMPLIB) -o $@ $^ - -example.exe: example.o $(LIBS) - $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS) - -minigzip.exe: minigzip.o $(LIBS) - $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS) - -clean: - rm -f *.o *~ example minigzip libz.a libz.so* foo.gz - -distclean: clean - -zip: - mv Makefile Makefile~; cp -p Makefile.in Makefile - rm -f test.c ztest*.c - v=`sed -n -e 's/\.//g' -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`;\ - zip -ul9 zlib$$v $(DISTFILES) - mv Makefile~ Makefile - -dist: - mv Makefile Makefile~; cp -p Makefile.in Makefile - rm -f test.c ztest*.c - d=zlib-`sed -n '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`;\ - rm -f $$d.tar.gz; \ - if test ! -d ../$$d; then rm -f ../$$d; ln -s `pwd` ../$$d; fi; \ - files=""; \ - for f in $(DISTFILES); do files="$$files $$d/$$f"; done; \ - cd ..; \ - GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \ - if test ! -d $$d; then rm -f $$d; fi - mv Makefile~ Makefile - -tags: - etags *.[ch] - -depend: - makedepend -- $(CFLAGS) -- *.[ch] - -# DO NOT DELETE THIS LINE -- make depend depends on it. - -adler32.o: zlib.h zconf.h -compress.o: zlib.h zconf.h -crc32.o: zlib.h zconf.h -deflate.o: deflate.h zutil.h zlib.h zconf.h -example.o: zlib.h zconf.h -gzio.o: zutil.h zlib.h zconf.h -infblock.o: infblock.h inftrees.h infcodes.h infutil.h zutil.h zlib.h zconf.h -infcodes.o: zutil.h zlib.h zconf.h -infcodes.o: inftrees.h infblock.h infcodes.h infutil.h inffast.h -inffast.o: zutil.h zlib.h zconf.h inftrees.h -inffast.o: infblock.h infcodes.h infutil.h inffast.h -inflate.o: zutil.h zlib.h zconf.h infblock.h -inftrees.o: zutil.h zlib.h zconf.h inftrees.h -infutil.o: zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h -minigzip.o: zlib.h zconf.h -trees.o: deflate.h zutil.h zlib.h zconf.h trees.h -uncompr.o: zlib.h zconf.h -zutil.o: zutil.h zlib.h zconf.h diff --git a/proj-web/thirdparty/zlib-1.3.1/old/os2/zlib.def b/proj-web/thirdparty/zlib-1.3.1/old/os2/zlib.def deleted file mode 100644 index 4c753f1..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/os2/zlib.def +++ /dev/null @@ -1,51 +0,0 @@ -; -; Slightly modified version of ../nt/zlib.dnt :-) -; - -LIBRARY Z -DESCRIPTION "Zlib compression library for OS/2" -CODE PRELOAD MOVEABLE DISCARDABLE -DATA PRELOAD MOVEABLE MULTIPLE - -EXPORTS - adler32 - compress - crc32 - deflate - deflateCopy - deflateEnd - deflateInit2_ - deflateInit_ - deflateParams - deflateReset - deflateSetDictionary - gzclose - gzdopen - gzerror - gzflush - gzopen - gzread - gzwrite - inflate - inflateEnd - inflateInit2_ - inflateInit_ - inflateReset - inflateSetDictionary - inflateSync - uncompress - zlibVersion - gzprintf - gzputc - gzgetc - gzseek - gzrewind - gztell - gzeof - gzsetparams - zError - inflateSyncPoint - get_crc_table - compress2 - gzputs - gzgets diff --git a/proj-web/thirdparty/zlib-1.3.1/old/visual-basic.txt b/proj-web/thirdparty/zlib-1.3.1/old/visual-basic.txt deleted file mode 100644 index 3c8d2a4..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/old/visual-basic.txt +++ /dev/null @@ -1,160 +0,0 @@ -See below some functions declarations for Visual Basic. - -Frequently Asked Question: - -Q: Each time I use the compress function I get the -5 error (not enough - room in the output buffer). - -A: Make sure that the length of the compressed buffer is passed by - reference ("as any"), not by value ("as long"). Also check that - before the call of compress this length is equal to the total size of - the compressed buffer and not zero. - - -From: "Jon Caruana" -Subject: Re: How to port zlib declares to vb? -Date: Mon, 28 Oct 1996 18:33:03 -0600 - -Got the answer! (I haven't had time to check this but it's what I got, and -looks correct): - -He has the following routines working: - compress - uncompress - gzopen - gzwrite - gzread - gzclose - -Declares follow: (Quoted from Carlos Rios , in Vb4 form) - -#If Win16 Then 'Use Win16 calls. -Declare Function compress Lib "ZLIB.DLL" (ByVal compr As - String, comprLen As Any, ByVal buf As String, ByVal buflen - As Long) As Integer -Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr - As String, uncomprLen As Any, ByVal compr As String, ByVal - lcompr As Long) As Integer -Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As - String, ByVal mode As String) As Long -Declare Function gzread Lib "ZLIB.DLL" (ByVal file As - Long, ByVal uncompr As String, ByVal uncomprLen As Integer) - As Integer -Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As - Long, ByVal uncompr As String, ByVal uncomprLen As Integer) - As Integer -Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As - Long) As Integer -#Else -Declare Function compress Lib "ZLIB32.DLL" - (ByVal compr As String, comprLen As Any, ByVal buf As - String, ByVal buflen As Long) As Integer -Declare Function uncompress Lib "ZLIB32.DLL" - (ByVal uncompr As String, uncomprLen As Any, ByVal compr As - String, ByVal lcompr As Long) As Long -Declare Function gzopen Lib "ZLIB32.DLL" - (ByVal file As String, ByVal mode As String) As Long -Declare Function gzread Lib "ZLIB32.DLL" - (ByVal file As Long, ByVal uncompr As String, ByVal - uncomprLen As Long) As Long -Declare Function gzwrite Lib "ZLIB32.DLL" - (ByVal file As Long, ByVal uncompr As String, ByVal - uncomprLen As Long) As Long -Declare Function gzclose Lib "ZLIB32.DLL" - (ByVal file As Long) As Long -#End If - --Jon Caruana -jon-net@usa.net -Microsoft Sitebuilder Network Level 1 Member - HTML Writer's Guild Member - - -Here is another example from Michael that he -says conforms to the VB guidelines, and that solves the problem of not -knowing the uncompressed size by storing it at the end of the file: - -'Calling the functions: -'bracket meaning: [optional] {Range of possible values} -'Call subCompressFile( [, , [level of compression {1..9}]]) -'Call subUncompressFile() - -Option Explicit -Private lngpvtPcnSml As Long 'Stores value for 'lngPercentSmaller' -Private Const SUCCESS As Long = 0 -Private Const strFilExt As String = ".cpr" -Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef -dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long, -ByVal level As Integer) As Long -Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef -dest As Any, ByRef destLen As Any, ByRef src As Any, ByVal srcLen As Long) -As Long - -Public Sub subCompressFile(ByVal strargOriFilPth As String, Optional ByVal -strargCprFilPth As String, Optional ByVal intLvl As Integer = 9) - Dim strCprPth As String - Dim lngOriSiz As Long - Dim lngCprSiz As Long - Dim bytaryOri() As Byte - Dim bytaryCpr() As Byte - lngOriSiz = FileLen(strargOriFilPth) - ReDim bytaryOri(lngOriSiz - 1) - Open strargOriFilPth For Binary Access Read As #1 - Get #1, , bytaryOri() - Close #1 - strCprPth = IIf(strargCprFilPth = "", strargOriFilPth, strargCprFilPth) -'Select file path and name - strCprPth = strCprPth & IIf(Right(strCprPth, Len(strFilExt)) = -strFilExt, "", strFilExt) 'Add file extension if not exists - lngCprSiz = (lngOriSiz * 1.01) + 12 'Compression needs temporary a bit -more space then original file size - ReDim bytaryCpr(lngCprSiz - 1) - If lngfncCpr(bytaryCpr(0), lngCprSiz, bytaryOri(0), lngOriSiz, intLvl) = -SUCCESS Then - lngpvtPcnSml = (1# - (lngCprSiz / lngOriSiz)) * 100 - ReDim Preserve bytaryCpr(lngCprSiz - 1) - Open strCprPth For Binary Access Write As #1 - Put #1, , bytaryCpr() - Put #1, , lngOriSiz 'Add the original size value to the end -(last 4 bytes) - Close #1 - Else - MsgBox "Compression error" - End If - Erase bytaryCpr - Erase bytaryOri -End Sub - -Public Sub subUncompressFile(ByVal strargFilPth As String) - Dim bytaryCpr() As Byte - Dim bytaryOri() As Byte - Dim lngOriSiz As Long - Dim lngCprSiz As Long - Dim strOriPth As String - lngCprSiz = FileLen(strargFilPth) - ReDim bytaryCpr(lngCprSiz - 1) - Open strargFilPth For Binary Access Read As #1 - Get #1, , bytaryCpr() - Close #1 - 'Read the original file size value: - lngOriSiz = bytaryCpr(lngCprSiz - 1) * (2 ^ 24) _ - + bytaryCpr(lngCprSiz - 2) * (2 ^ 16) _ - + bytaryCpr(lngCprSiz - 3) * (2 ^ 8) _ - + bytaryCpr(lngCprSiz - 4) - ReDim Preserve bytaryCpr(lngCprSiz - 5) 'Cut of the original size value - ReDim bytaryOri(lngOriSiz - 1) - If lngfncUcp(bytaryOri(0), lngOriSiz, bytaryCpr(0), lngCprSiz) = SUCCESS -Then - strOriPth = Left(strargFilPth, Len(strargFilPth) - Len(strFilExt)) - Open strOriPth For Binary Access Write As #1 - Put #1, , bytaryOri() - Close #1 - Else - MsgBox "Uncompression error" - End If - Erase bytaryCpr - Erase bytaryOri -End Sub -Public Property Get lngPercentSmaller() As Long - lngPercentSmaller = lngpvtPcnSml -End Property diff --git a/proj-web/thirdparty/zlib-1.3.1/os400/README400 b/proj-web/thirdparty/zlib-1.3.1/os400/README400 deleted file mode 100644 index 30ed5a1..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/os400/README400 +++ /dev/null @@ -1,48 +0,0 @@ - ZLIB version 1.3.1 for OS/400 installation instructions - -1) Download and unpack the zlib tarball to some IFS directory. - (i.e.: /path/to/the/zlib/ifs/source/directory) - - If the installed IFS command supports gzip format, this is straightforward, -else you have to unpack first to some directory on a system supporting it, -then move the whole directory to the IFS via the network (via SMB or FTP). - -2) Edit the configuration parameters in the compilation script. - - EDTF STMF('/path/to/the/zlib/ifs/source/directory/os400/make.sh') - -Tune the parameters according to your needs if not matching the defaults. -Save the file and exit after edition. - -3) Enter qshell, then work in the zlib OS/400 specific directory. - - QSH - cd /path/to/the/zlib/ifs/source/directory/os400 - -4) Compile and install - - sh make.sh - -The script will: -- create the libraries, objects and IFS directories for the zlib environment, -- compile all modules, -- create a service program, -- create a static and a dynamic binding directory, -- install header files for C/C++ and for ILE/RPG, both for compilation in - DB2 and IFS environments. - -That's all. - - -Notes: For OS/400 ILE RPG programmers, a /copy member defining the ZLIB - API prototypes for ILE RPG can be found in ZLIB/H(ZLIB.INC). - In the ILE environment, the same definitions are available from - file zlib.inc located in the same IFS include directory as the - C/C++ header files. - Please read comments in this member for more information. - - Remember that most foreign textual data are ASCII coded: this - implementation does not handle conversion from/to ASCII, so - text data code conversions must be done explicitly. - - Mainly for the reason above, always open zipped files in binary mode. diff --git a/proj-web/thirdparty/zlib-1.3.1/os400/bndsrc b/proj-web/thirdparty/zlib-1.3.1/os400/bndsrc deleted file mode 100644 index 9f92bb1..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/os400/bndsrc +++ /dev/null @@ -1,127 +0,0 @@ -STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.1.3 entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("adler32") - EXPORT SYMBOL("compress") - EXPORT SYMBOL("compress2") - EXPORT SYMBOL("crc32") - EXPORT SYMBOL("get_crc_table") - EXPORT SYMBOL("deflate") - EXPORT SYMBOL("deflateEnd") - EXPORT SYMBOL("deflateSetDictionary") - EXPORT SYMBOL("deflateCopy") - EXPORT SYMBOL("deflateReset") - EXPORT SYMBOL("deflateParams") - EXPORT SYMBOL("deflatePrime") - EXPORT SYMBOL("deflateInit_") - EXPORT SYMBOL("deflateInit2_") - EXPORT SYMBOL("gzopen") - EXPORT SYMBOL("gzdopen") - EXPORT SYMBOL("gzsetparams") - EXPORT SYMBOL("gzread") - EXPORT SYMBOL("gzwrite") - EXPORT SYMBOL("gzprintf") - EXPORT SYMBOL("gzputs") - EXPORT SYMBOL("gzgets") - EXPORT SYMBOL("gzputc") - EXPORT SYMBOL("gzgetc") - EXPORT SYMBOL("gzflush") - EXPORT SYMBOL("gzseek") - EXPORT SYMBOL("gzrewind") - EXPORT SYMBOL("gztell") - EXPORT SYMBOL("gzeof") - EXPORT SYMBOL("gzclose") - EXPORT SYMBOL("gzerror") - EXPORT SYMBOL("inflate") - EXPORT SYMBOL("inflateEnd") - EXPORT SYMBOL("inflateSetDictionary") - EXPORT SYMBOL("inflateSync") - EXPORT SYMBOL("inflateReset") - EXPORT SYMBOL("inflateInit_") - EXPORT SYMBOL("inflateInit2_") - EXPORT SYMBOL("inflateSyncPoint") - EXPORT SYMBOL("uncompress") - EXPORT SYMBOL("zlibVersion") - EXPORT SYMBOL("zError") - EXPORT SYMBOL("z_errmsg") - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.1 additional entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("compressBound") - EXPORT SYMBOL("deflateBound") - EXPORT SYMBOL("deflatePending") - EXPORT SYMBOL("gzungetc") - EXPORT SYMBOL("gzclearerr") - EXPORT SYMBOL("inflateBack") - EXPORT SYMBOL("inflateBackEnd") - EXPORT SYMBOL("inflateBackInit_") - EXPORT SYMBOL("inflateCopy") - EXPORT SYMBOL("zlibCompileFlags") - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.4 additional entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("adler32_combine") - EXPORT SYMBOL("adler32_combine64") - EXPORT SYMBOL("crc32_combine") - EXPORT SYMBOL("crc32_combine64") - EXPORT SYMBOL("deflateSetHeader") - EXPORT SYMBOL("deflateTune") - EXPORT SYMBOL("gzbuffer") - EXPORT SYMBOL("gzclose_r") - EXPORT SYMBOL("gzclose_w") - EXPORT SYMBOL("gzdirect") - EXPORT SYMBOL("gzoffset") - EXPORT SYMBOL("gzoffset64") - EXPORT SYMBOL("gzopen64") - EXPORT SYMBOL("gzseek64") - EXPORT SYMBOL("gztell64") - EXPORT SYMBOL("inflateGetHeader") - EXPORT SYMBOL("inflateMark") - EXPORT SYMBOL("inflatePrime") - EXPORT SYMBOL("inflateReset2") - EXPORT SYMBOL("inflateUndermine") - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.6 additional entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("deflateResetKeep") - EXPORT SYMBOL("gzgetc_") - EXPORT SYMBOL("inflateResetKeep") - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.8 additional entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("gzvprintf") - EXPORT SYMBOL("inflateGetDictionary") - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.9 additional entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("adler32_z") - EXPORT SYMBOL("crc32_z") - EXPORT SYMBOL("deflateGetDictionary") - EXPORT SYMBOL("gzfread") - EXPORT SYMBOL("gzfwrite") - EXPORT SYMBOL("inflateCodesUsed") - EXPORT SYMBOL("inflateValidate") - EXPORT SYMBOL("uncompress2") - -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ -/* Version 1.2.12 additional entry points. */ -/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ - - EXPORT SYMBOL("crc32_combine_gen64") - EXPORT SYMBOL("crc32_combine_gen") - EXPORT SYMBOL("crc32_combine_op") - -ENDPGMEXP diff --git a/proj-web/thirdparty/zlib-1.3.1/os400/make.sh b/proj-web/thirdparty/zlib-1.3.1/os400/make.sh deleted file mode 100644 index 19eec11..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/os400/make.sh +++ /dev/null @@ -1,366 +0,0 @@ -#!/bin/sh -# -# ZLIB compilation script for the OS/400. -# -# -# This is a shell script since make is not a standard component of OS/400. - - -################################################################################ -# -# Tunable configuration parameters. -# -################################################################################ - -TARGETLIB='ZLIB' # Target OS/400 program library -STATBNDDIR='ZLIB_A' # Static binding directory. -DYNBNDDIR='ZLIB' # Dynamic binding directory. -SRVPGM="ZLIB" # Service program. -IFSDIR='/zlib' # IFS support base directory. -TGTCCSID='500' # Target CCSID of objects -DEBUG='*NONE' # Debug level -OPTIMIZE='40' # Optimisation level -OUTPUT='*NONE' # Compilation output option. -TGTRLS='V6R1M0' # Target OS release - -export TARGETLIB STATBNDDIR DYNBNDDIR SRVPGM IFSDIR -export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS - - -################################################################################ -# -# OS/400 specific definitions. -# -################################################################################ - -LIBIFSNAME="/QSYS.LIB/${TARGETLIB}.LIB" - - -################################################################################ -# -# Procedures. -# -################################################################################ - -# action_needed dest [src] -# -# dest is an object to build -# if specified, src is an object on which dest depends. -# -# exit 0 (succeeds) if some action has to be taken, else 1. - -action_needed() - -{ - [ ! -e "${1}" ] && return 0 - [ "${2}" ] || return 1 - [ "${1}" -ot "${2}" ] && return 0 - return 1 -} - - -# make_module module_name source_name [additional_definitions] -# -# Compile source name into module if needed. -# As side effect, append the module name to variable MODULES. -# Set LINK to "YES" if the module has been compiled. - -make_module() - -{ - MODULES="${MODULES} ${1}" - MODIFSNAME="${LIBIFSNAME}/${1}.MODULE" - CSRC="`basename \"${2}\"`" - - if action_needed "${MODIFSNAME}" "${2}" - then : - elif [ ! "`sed -e \"//,/<\\\\/source>/!d\" \ - -e '/ tmphdrfile - - # Need to translate to target CCSID. - - CMD="CPY OBJ('`pwd`/tmphdrfile') TOOBJ('${DEST}')" - CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" - system "${CMD}" - # touch -r "${HFILE}" "${DEST}" - rm -f tmphdrfile - fi - - IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`" - - if action_needed "${IFSFILE}" "${DEST}" - then rm -f "${IFSFILE}" - ln -s "${DEST}" "${IFSFILE}" - fi -done - - -# Install the ILE/RPG header file. - - -HFILE="${SCRIPTDIR}/zlib.inc" -DEST="${SRCPF}/ZLIB.INC.MBR" - -if action_needed "${DEST}" "${HFILE}" -then CMD="CPY OBJ('${HFILE}') TOOBJ('${DEST}')" - CMD="${CMD} TOCCSID(${TGTCCSID}) DTAFMT(*TEXT) REPLACE(*YES)" - system "${CMD}" - # touch -r "${HFILE}" "${DEST}" -fi - -IFSFILE="${IFSDIR}/include/`basename \"${HFILE}\"`" - -if action_needed "${IFSFILE}" "${DEST}" -then rm -f "${IFSFILE}" - ln -s "${DEST}" "${IFSFILE}" -fi - - -# Create and compile the identification source file. - -echo '#pragma comment(user, "ZLIB version '"${VERSION}"'")' > os400.c -echo '#pragma comment(user, __DATE__)' >> os400.c -echo '#pragma comment(user, __TIME__)' >> os400.c -echo '#pragma comment(copyright, "Copyright (C) 1995-2017 Jean-Loup Gailly, Mark Adler. OS/400 version by P. Monnerat.")' >> os400.c -make_module OS400 os400.c -LINK= # No need to rebuild service program yet. -MODULES= - - -# Get source list. - -CSOURCES=`sed -e '/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Library - - Medium - - 2.0 - - - - zlib - zlib - alain.bonnefoy@icbt.com - Public - public - www.gzip.org/zlib - - - Jean-Loup Gailly,Mark Adler - www.gzip.org/zlib - - zlib@gzip.org - - - A massively spiffy yet delicately unobtrusive compression library. - zlib is designed to be a free, general-purpose, legally unencumbered, lossless data compression library for use on virtually any computer hardware and operating system. - http://www.gzip.org/zlib - - - - - 1.3.1 - Medium - Stable - - - - - - - No License - - - - Software Development/Libraries and Extensions/C Libraries - zlib,compression - qnx6 - qnx6 - None - Developer - - - - - - - - - - - - - - Install - Post - No - Ignore - - No - Optional - - - - - - - - - - - - - InstallOver - zlib - - - - - - - - - - - - - InstallOver - zlib-dev - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/test/example.c b/proj-web/thirdparty/zlib-1.3.1/test/example.c deleted file mode 100644 index c3521dd..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/test/example.c +++ /dev/null @@ -1,546 +0,0 @@ -/* example.c -- usage example of the zlib compression library - * Copyright (C) 1995-2006, 2011, 2016 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#include "zlib.h" -#include - -#ifdef STDC -# include -# include -#endif - -#if defined(VMS) || defined(RISCOS) -# define TESTFILE "foo-gz" -#else -# define TESTFILE "foo.gz" -#endif - -#define CHECK_ERR(err, msg) { \ - if (err != Z_OK) { \ - fprintf(stderr, "%s error: %d\n", msg, err); \ - exit(1); \ - } \ -} - -static z_const char hello[] = "hello, hello!"; -/* "hello world" would be more standard, but the repeated "hello" - * stresses the compression code better, sorry... - */ - -static const char dictionary[] = "hello"; -static uLong dictId; /* Adler32 value of the dictionary */ - -#ifdef Z_SOLO - -static void *myalloc(void *q, unsigned n, unsigned m) { - (void)q; - return calloc(n, m); -} - -static void myfree(void *q, void *p) { - (void)q; - free(p); -} - -static alloc_func zalloc = myalloc; -static free_func zfree = myfree; - -#else /* !Z_SOLO */ - -static alloc_func zalloc = (alloc_func)0; -static free_func zfree = (free_func)0; - -/* =========================================================================== - * Test compress() and uncompress() - */ -static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, - uLong uncomprLen) { - int err; - uLong len = (uLong)strlen(hello)+1; - - err = compress(compr, &comprLen, (const Bytef*)hello, len); - CHECK_ERR(err, "compress"); - - strcpy((char*)uncompr, "garbage"); - - err = uncompress(uncompr, &uncomprLen, compr, comprLen); - CHECK_ERR(err, "uncompress"); - - if (strcmp((char*)uncompr, hello)) { - fprintf(stderr, "bad uncompress\n"); - exit(1); - } else { - printf("uncompress(): %s\n", (char *)uncompr); - } -} - -/* =========================================================================== - * Test read/write of .gz files - */ -static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { -#ifdef NO_GZCOMPRESS - fprintf(stderr, "NO_GZCOMPRESS -- gz* functions cannot compress\n"); -#else - int err; - int len = (int)strlen(hello)+1; - gzFile file; - z_off_t pos; - - file = gzopen(fname, "wb"); - if (file == NULL) { - fprintf(stderr, "gzopen error\n"); - exit(1); - } - gzputc(file, 'h'); - if (gzputs(file, "ello") != 4) { - fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err)); - exit(1); - } - if (gzprintf(file, ", %s!", "hello") != 8) { - fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err)); - exit(1); - } - gzseek(file, 1L, SEEK_CUR); /* add one zero byte */ - gzclose(file); - - file = gzopen(fname, "rb"); - if (file == NULL) { - fprintf(stderr, "gzopen error\n"); - exit(1); - } - strcpy((char*)uncompr, "garbage"); - - if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { - fprintf(stderr, "gzread err: %s\n", gzerror(file, &err)); - exit(1); - } - if (strcmp((char*)uncompr, hello)) { - fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); - exit(1); - } else { - printf("gzread(): %s\n", (char*)uncompr); - } - - pos = gzseek(file, -8L, SEEK_CUR); - if (pos != 6 || gztell(file) != pos) { - fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n", - (long)pos, (long)gztell(file)); - exit(1); - } - - if (gzgetc(file) != ' ') { - fprintf(stderr, "gzgetc error\n"); - exit(1); - } - - if (gzungetc(' ', file) != ' ') { - fprintf(stderr, "gzungetc error\n"); - exit(1); - } - - gzgets(file, (char*)uncompr, (int)uncomprLen); - if (strlen((char*)uncompr) != 7) { /* " hello!" */ - fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err)); - exit(1); - } - if (strcmp((char*)uncompr, hello + 6)) { - fprintf(stderr, "bad gzgets after gzseek\n"); - exit(1); - } else { - printf("gzgets() after gzseek: %s\n", (char*)uncompr); - } - - gzclose(file); -#endif -} - -#endif /* Z_SOLO */ - -/* =========================================================================== - * Test deflate() with small buffers - */ -static void test_deflate(Byte *compr, uLong comprLen) { - z_stream c_stream; /* compression stream */ - int err; - uLong len = (uLong)strlen(hello)+1; - - c_stream.zalloc = zalloc; - c_stream.zfree = zfree; - c_stream.opaque = (voidpf)0; - - err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); - CHECK_ERR(err, "deflateInit"); - - c_stream.next_in = (z_const unsigned char *)hello; - c_stream.next_out = compr; - - while (c_stream.total_in != len && c_stream.total_out < comprLen) { - c_stream.avail_in = c_stream.avail_out = 1; /* force small buffers */ - err = deflate(&c_stream, Z_NO_FLUSH); - CHECK_ERR(err, "deflate"); - } - /* Finish the stream, still forcing small buffers: */ - for (;;) { - c_stream.avail_out = 1; - err = deflate(&c_stream, Z_FINISH); - if (err == Z_STREAM_END) break; - CHECK_ERR(err, "deflate"); - } - - err = deflateEnd(&c_stream); - CHECK_ERR(err, "deflateEnd"); -} - -/* =========================================================================== - * Test inflate() with small buffers - */ -static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, - uLong uncomprLen) { - int err; - z_stream d_stream; /* decompression stream */ - - strcpy((char*)uncompr, "garbage"); - - d_stream.zalloc = zalloc; - d_stream.zfree = zfree; - d_stream.opaque = (voidpf)0; - - d_stream.next_in = compr; - d_stream.avail_in = 0; - d_stream.next_out = uncompr; - - err = inflateInit(&d_stream); - CHECK_ERR(err, "inflateInit"); - - while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { - d_stream.avail_in = d_stream.avail_out = 1; /* force small buffers */ - err = inflate(&d_stream, Z_NO_FLUSH); - if (err == Z_STREAM_END) break; - CHECK_ERR(err, "inflate"); - } - - err = inflateEnd(&d_stream); - CHECK_ERR(err, "inflateEnd"); - - if (strcmp((char*)uncompr, hello)) { - fprintf(stderr, "bad inflate\n"); - exit(1); - } else { - printf("inflate(): %s\n", (char *)uncompr); - } -} - -/* =========================================================================== - * Test deflate() with large buffers and dynamic change of compression level - */ -static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, - uLong uncomprLen) { - z_stream c_stream; /* compression stream */ - int err; - - c_stream.zalloc = zalloc; - c_stream.zfree = zfree; - c_stream.opaque = (voidpf)0; - - err = deflateInit(&c_stream, Z_BEST_SPEED); - CHECK_ERR(err, "deflateInit"); - - c_stream.next_out = compr; - c_stream.avail_out = (uInt)comprLen; - - /* At this point, uncompr is still mostly zeroes, so it should compress - * very well: - */ - c_stream.next_in = uncompr; - c_stream.avail_in = (uInt)uncomprLen; - err = deflate(&c_stream, Z_NO_FLUSH); - CHECK_ERR(err, "deflate"); - if (c_stream.avail_in != 0) { - fprintf(stderr, "deflate not greedy\n"); - exit(1); - } - - /* Feed in already compressed data and switch to no compression: */ - deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); - c_stream.next_in = compr; - c_stream.avail_in = (uInt)uncomprLen/2; - err = deflate(&c_stream, Z_NO_FLUSH); - CHECK_ERR(err, "deflate"); - - /* Switch back to compressing mode: */ - deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); - c_stream.next_in = uncompr; - c_stream.avail_in = (uInt)uncomprLen; - err = deflate(&c_stream, Z_NO_FLUSH); - CHECK_ERR(err, "deflate"); - - err = deflate(&c_stream, Z_FINISH); - if (err != Z_STREAM_END) { - fprintf(stderr, "deflate should report Z_STREAM_END\n"); - exit(1); - } - err = deflateEnd(&c_stream); - CHECK_ERR(err, "deflateEnd"); -} - -/* =========================================================================== - * Test inflate() with large buffers - */ -static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, - uLong uncomprLen) { - int err; - z_stream d_stream; /* decompression stream */ - - strcpy((char*)uncompr, "garbage"); - - d_stream.zalloc = zalloc; - d_stream.zfree = zfree; - d_stream.opaque = (voidpf)0; - - d_stream.next_in = compr; - d_stream.avail_in = (uInt)comprLen; - - err = inflateInit(&d_stream); - CHECK_ERR(err, "inflateInit"); - - for (;;) { - d_stream.next_out = uncompr; /* discard the output */ - d_stream.avail_out = (uInt)uncomprLen; - err = inflate(&d_stream, Z_NO_FLUSH); - if (err == Z_STREAM_END) break; - CHECK_ERR(err, "large inflate"); - } - - err = inflateEnd(&d_stream); - CHECK_ERR(err, "inflateEnd"); - - if (d_stream.total_out != 2*uncomprLen + uncomprLen/2) { - fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out); - exit(1); - } else { - printf("large_inflate(): OK\n"); - } -} - -/* =========================================================================== - * Test deflate() with full flush - */ -static void test_flush(Byte *compr, uLong *comprLen) { - z_stream c_stream; /* compression stream */ - int err; - uInt len = (uInt)strlen(hello)+1; - - c_stream.zalloc = zalloc; - c_stream.zfree = zfree; - c_stream.opaque = (voidpf)0; - - err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); - CHECK_ERR(err, "deflateInit"); - - c_stream.next_in = (z_const unsigned char *)hello; - c_stream.next_out = compr; - c_stream.avail_in = 3; - c_stream.avail_out = (uInt)*comprLen; - err = deflate(&c_stream, Z_FULL_FLUSH); - CHECK_ERR(err, "deflate"); - - compr[3]++; /* force an error in first compressed block */ - c_stream.avail_in = len - 3; - - err = deflate(&c_stream, Z_FINISH); - if (err != Z_STREAM_END) { - CHECK_ERR(err, "deflate"); - } - err = deflateEnd(&c_stream); - CHECK_ERR(err, "deflateEnd"); - - *comprLen = c_stream.total_out; -} - -/* =========================================================================== - * Test inflateSync() - */ -static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, - uLong uncomprLen) { - int err; - z_stream d_stream; /* decompression stream */ - - strcpy((char*)uncompr, "garbage"); - - d_stream.zalloc = zalloc; - d_stream.zfree = zfree; - d_stream.opaque = (voidpf)0; - - d_stream.next_in = compr; - d_stream.avail_in = 2; /* just read the zlib header */ - - err = inflateInit(&d_stream); - CHECK_ERR(err, "inflateInit"); - - d_stream.next_out = uncompr; - d_stream.avail_out = (uInt)uncomprLen; - - err = inflate(&d_stream, Z_NO_FLUSH); - CHECK_ERR(err, "inflate"); - - d_stream.avail_in = (uInt)comprLen-2; /* read all compressed data */ - err = inflateSync(&d_stream); /* but skip the damaged part */ - CHECK_ERR(err, "inflateSync"); - - err = inflate(&d_stream, Z_FINISH); - if (err != Z_STREAM_END) { - fprintf(stderr, "inflate should report Z_STREAM_END\n"); - exit(1); - } - err = inflateEnd(&d_stream); - CHECK_ERR(err, "inflateEnd"); - - printf("after inflateSync(): hel%s\n", (char *)uncompr); -} - -/* =========================================================================== - * Test deflate() with preset dictionary - */ -static void test_dict_deflate(Byte *compr, uLong comprLen) { - z_stream c_stream; /* compression stream */ - int err; - - c_stream.zalloc = zalloc; - c_stream.zfree = zfree; - c_stream.opaque = (voidpf)0; - - err = deflateInit(&c_stream, Z_BEST_COMPRESSION); - CHECK_ERR(err, "deflateInit"); - - err = deflateSetDictionary(&c_stream, - (const Bytef*)dictionary, (int)sizeof(dictionary)); - CHECK_ERR(err, "deflateSetDictionary"); - - dictId = c_stream.adler; - c_stream.next_out = compr; - c_stream.avail_out = (uInt)comprLen; - - c_stream.next_in = (z_const unsigned char *)hello; - c_stream.avail_in = (uInt)strlen(hello)+1; - - err = deflate(&c_stream, Z_FINISH); - if (err != Z_STREAM_END) { - fprintf(stderr, "deflate should report Z_STREAM_END\n"); - exit(1); - } - err = deflateEnd(&c_stream); - CHECK_ERR(err, "deflateEnd"); -} - -/* =========================================================================== - * Test inflate() with a preset dictionary - */ -static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, - uLong uncomprLen) { - int err; - z_stream d_stream; /* decompression stream */ - - strcpy((char*)uncompr, "garbage"); - - d_stream.zalloc = zalloc; - d_stream.zfree = zfree; - d_stream.opaque = (voidpf)0; - - d_stream.next_in = compr; - d_stream.avail_in = (uInt)comprLen; - - err = inflateInit(&d_stream); - CHECK_ERR(err, "inflateInit"); - - d_stream.next_out = uncompr; - d_stream.avail_out = (uInt)uncomprLen; - - for (;;) { - err = inflate(&d_stream, Z_NO_FLUSH); - if (err == Z_STREAM_END) break; - if (err == Z_NEED_DICT) { - if (d_stream.adler != dictId) { - fprintf(stderr, "unexpected dictionary"); - exit(1); - } - err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary, - (int)sizeof(dictionary)); - } - CHECK_ERR(err, "inflate with dict"); - } - - err = inflateEnd(&d_stream); - CHECK_ERR(err, "inflateEnd"); - - if (strcmp((char*)uncompr, hello)) { - fprintf(stderr, "bad inflate with dict\n"); - exit(1); - } else { - printf("inflate with dictionary: %s\n", (char *)uncompr); - } -} - -/* =========================================================================== - * Usage: example [output.gz [input.gz]] - */ - -int main(int argc, char *argv[]) { - Byte *compr, *uncompr; - uLong uncomprLen = 20000; - uLong comprLen = 3 * uncomprLen; - static const char* myVersion = ZLIB_VERSION; - - if (zlibVersion()[0] != myVersion[0]) { - fprintf(stderr, "incompatible zlib version\n"); - exit(1); - - } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { - fprintf(stderr, "warning: different zlib version linked: %s\n", - zlibVersion()); - } - - printf("zlib version %s = 0x%04x, compile flags = 0x%lx\n", - ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); - - compr = (Byte*)calloc((uInt)comprLen, 1); - uncompr = (Byte*)calloc((uInt)uncomprLen, 1); - /* compr and uncompr are cleared to avoid reading uninitialized - * data and to ensure that uncompr compresses well. - */ - if (compr == Z_NULL || uncompr == Z_NULL) { - printf("out of memory\n"); - exit(1); - } - -#ifdef Z_SOLO - (void)argc; - (void)argv; -#else - test_compress(compr, comprLen, uncompr, uncomprLen); - - test_gzio((argc > 1 ? argv[1] : TESTFILE), - uncompr, uncomprLen); -#endif - - test_deflate(compr, comprLen); - test_inflate(compr, comprLen, uncompr, uncomprLen); - - test_large_deflate(compr, comprLen, uncompr, uncomprLen); - test_large_inflate(compr, comprLen, uncompr, uncomprLen); - - test_flush(compr, &comprLen); - test_sync(compr, comprLen, uncompr, uncomprLen); - comprLen = 3 * uncomprLen; - - test_dict_deflate(compr, comprLen); - test_dict_inflate(compr, comprLen, uncompr, uncomprLen); - - free(compr); - free(uncompr); - - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/test/infcover.c b/proj-web/thirdparty/zlib-1.3.1/test/infcover.c deleted file mode 100644 index 8912c40..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/test/infcover.c +++ /dev/null @@ -1,672 +0,0 @@ -/* infcover.c -- test zlib's inflate routines with full code coverage - * Copyright (C) 2011, 2016 Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* to use, do: ./configure --cover && make cover */ - -#include -#include -#include -#include -#include "zlib.h" - -/* get definition of internal structure so we can mess with it (see pull()), - and so we can call inflate_trees() (see cover5()) */ -#define ZLIB_INTERNAL -#include "inftrees.h" -#include "inflate.h" - -#define local static - -/* -- memory tracking routines -- */ - -/* - These memory tracking routines are provided to zlib and track all of zlib's - allocations and deallocations, check for LIFO operations, keep a current - and high water mark of total bytes requested, optionally set a limit on the - total memory that can be allocated, and when done check for memory leaks. - - They are used as follows: - - z_stream strm; - mem_setup(&strm) initializes the memory tracking and sets the - zalloc, zfree, and opaque members of strm to use - memory tracking for all zlib operations on strm - mem_limit(&strm, limit) sets a limit on the total bytes requested -- a - request that exceeds this limit will result in an - allocation failure (returns NULL) -- setting the - limit to zero means no limit, which is the default - after mem_setup() - mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used - mem_high(&strm, "msg") prints to stderr "msg" and the high water mark - mem_done(&strm, "msg") ends memory tracking, releases all allocations - for the tracking as well as leaked zlib blocks, if - any. If there was anything unusual, such as leaked - blocks, non-FIFO frees, or frees of addresses not - allocated, then "msg" and information about the - problem is printed to stderr. If everything is - normal, nothing is printed. mem_done resets the - strm members to Z_NULL to use the default memory - allocation routines on the next zlib initialization - using strm. - */ - -/* these items are strung together in a linked list, one for each allocation */ -struct mem_item { - void *ptr; /* pointer to allocated memory */ - size_t size; /* requested size of allocation */ - struct mem_item *next; /* pointer to next item in list, or NULL */ -}; - -/* this structure is at the root of the linked list, and tracks statistics */ -struct mem_zone { - struct mem_item *first; /* pointer to first item in list, or NULL */ - size_t total, highwater; /* total allocations, and largest total */ - size_t limit; /* memory allocation limit, or 0 if no limit */ - int notlifo, rogue; /* counts of non-LIFO frees and rogue frees */ -}; - -/* memory allocation routine to pass to zlib */ -local void *mem_alloc(void *mem, unsigned count, unsigned size) -{ - void *ptr; - struct mem_item *item; - struct mem_zone *zone = mem; - size_t len = count * (size_t)size; - - /* induced allocation failure */ - if (zone == NULL || (zone->limit && zone->total + len > zone->limit)) - return NULL; - - /* perform allocation using the standard library, fill memory with a - non-zero value to make sure that the code isn't depending on zeros */ - ptr = malloc(len); - if (ptr == NULL) - return NULL; - memset(ptr, 0xa5, len); - - /* create a new item for the list */ - item = malloc(sizeof(struct mem_item)); - if (item == NULL) { - free(ptr); - return NULL; - } - item->ptr = ptr; - item->size = len; - - /* insert item at the beginning of the list */ - item->next = zone->first; - zone->first = item; - - /* update the statistics */ - zone->total += item->size; - if (zone->total > zone->highwater) - zone->highwater = zone->total; - - /* return the allocated memory */ - return ptr; -} - -/* memory free routine to pass to zlib */ -local void mem_free(void *mem, void *ptr) -{ - struct mem_item *item, *next; - struct mem_zone *zone = mem; - - /* if no zone, just do a free */ - if (zone == NULL) { - free(ptr); - return; - } - - /* point next to the item that matches ptr, or NULL if not found -- remove - the item from the linked list if found */ - next = zone->first; - if (next) { - if (next->ptr == ptr) - zone->first = next->next; /* first one is it, remove from list */ - else { - do { /* search the linked list */ - item = next; - next = item->next; - } while (next != NULL && next->ptr != ptr); - if (next) { /* if found, remove from linked list */ - item->next = next->next; - zone->notlifo++; /* not a LIFO free */ - } - - } - } - - /* if found, update the statistics and free the item */ - if (next) { - zone->total -= next->size; - free(next); - } - - /* if not found, update the rogue count */ - else - zone->rogue++; - - /* in any case, do the requested free with the standard library function */ - free(ptr); -} - -/* set up a controlled memory allocation space for monitoring, set the stream - parameters to the controlled routines, with opaque pointing to the space */ -local void mem_setup(z_stream *strm) -{ - struct mem_zone *zone; - - zone = malloc(sizeof(struct mem_zone)); - assert(zone != NULL); - zone->first = NULL; - zone->total = 0; - zone->highwater = 0; - zone->limit = 0; - zone->notlifo = 0; - zone->rogue = 0; - strm->opaque = zone; - strm->zalloc = mem_alloc; - strm->zfree = mem_free; -} - -/* set a limit on the total memory allocation, or 0 to remove the limit */ -local void mem_limit(z_stream *strm, size_t limit) -{ - struct mem_zone *zone = strm->opaque; - - zone->limit = limit; -} - -/* show the current total requested allocations in bytes */ -local void mem_used(z_stream *strm, char *prefix) -{ - struct mem_zone *zone = strm->opaque; - - fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total); -} - -/* show the high water allocation in bytes */ -local void mem_high(z_stream *strm, char *prefix) -{ - struct mem_zone *zone = strm->opaque; - - fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); -} - -/* release the memory allocation zone -- if there are any surprises, notify */ -local void mem_done(z_stream *strm, char *prefix) -{ - int count = 0; - struct mem_item *item, *next; - struct mem_zone *zone = strm->opaque; - - /* show high water mark */ - mem_high(strm, prefix); - - /* free leftover allocations and item structures, if any */ - item = zone->first; - while (item != NULL) { - free(item->ptr); - next = item->next; - free(item); - item = next; - count++; - } - - /* issue alerts about anything unexpected */ - if (count || zone->total) - fprintf(stderr, "** %s: %lu bytes in %d blocks not freed\n", - prefix, zone->total, count); - if (zone->notlifo) - fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo); - if (zone->rogue) - fprintf(stderr, "** %s: %d frees not recognized\n", - prefix, zone->rogue); - - /* free the zone and delete from the stream */ - free(zone); - strm->opaque = Z_NULL; - strm->zalloc = Z_NULL; - strm->zfree = Z_NULL; -} - -/* -- inflate test routines -- */ - -/* Decode a hexadecimal string, set *len to length, in[] to the bytes. This - decodes liberally, in that hex digits can be adjacent, in which case two in - a row writes a byte. Or they can be delimited by any non-hex character, - where the delimiters are ignored except when a single hex digit is followed - by a delimiter, where that single digit writes a byte. The returned data is - allocated and must eventually be freed. NULL is returned if out of memory. - If the length is not needed, then len can be NULL. */ -local unsigned char *h2b(const char *hex, unsigned *len) -{ - unsigned char *in, *re; - unsigned next, val; - - in = malloc((strlen(hex) + 1) >> 1); - if (in == NULL) - return NULL; - next = 0; - val = 1; - do { - if (*hex >= '0' && *hex <= '9') - val = (val << 4) + *hex - '0'; - else if (*hex >= 'A' && *hex <= 'F') - val = (val << 4) + *hex - 'A' + 10; - else if (*hex >= 'a' && *hex <= 'f') - val = (val << 4) + *hex - 'a' + 10; - else if (val != 1 && val < 32) /* one digit followed by delimiter */ - val += 240; /* make it look like two digits */ - if (val > 255) { /* have two digits */ - in[next++] = val & 0xff; /* save the decoded byte */ - val = 1; /* start over */ - } - } while (*hex++); /* go through the loop with the terminating null */ - if (len != NULL) - *len = next; - re = realloc(in, next); - return re == NULL ? in : re; -} - -/* generic inflate() run, where hex is the hexadecimal input data, what is the - text to include in an error message, step is how much input data to feed - inflate() on each call, or zero to feed it all, win is the window bits - parameter to inflateInit2(), len is the size of the output buffer, and err - is the error code expected from the first inflate() call (the second - inflate() call is expected to return Z_STREAM_END). If win is 47, then - header information is collected with inflateGetHeader(). If a zlib stream - is looking for a dictionary, then an empty dictionary is provided. - inflate() is run until all of the input data is consumed. */ -local void inf(char *hex, char *what, unsigned step, int win, unsigned len, - int err) -{ - int ret; - unsigned have; - unsigned char *in, *out; - z_stream strm, copy; - gz_header head; - - mem_setup(&strm); - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit2(&strm, win); - if (ret != Z_OK) { - mem_done(&strm, what); - return; - } - out = malloc(len); assert(out != NULL); - if (win == 47) { - head.extra = out; - head.extra_max = len; - head.name = out; - head.name_max = len; - head.comment = out; - head.comm_max = len; - ret = inflateGetHeader(&strm, &head); assert(ret == Z_OK); - } - in = h2b(hex, &have); assert(in != NULL); - if (step == 0 || step > have) - step = have; - strm.avail_in = step; - have -= step; - strm.next_in = in; - do { - strm.avail_out = len; - strm.next_out = out; - ret = inflate(&strm, Z_NO_FLUSH); assert(err == 9 || ret == err); - if (ret != Z_OK && ret != Z_BUF_ERROR && ret != Z_NEED_DICT) - break; - if (ret == Z_NEED_DICT) { - ret = inflateSetDictionary(&strm, in, 1); - assert(ret == Z_DATA_ERROR); - mem_limit(&strm, 1); - ret = inflateSetDictionary(&strm, out, 0); - assert(ret == Z_MEM_ERROR); - mem_limit(&strm, 0); - ((struct inflate_state *)strm.state)->mode = DICT; - ret = inflateSetDictionary(&strm, out, 0); - assert(ret == Z_OK); - ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_BUF_ERROR); - } - ret = inflateCopy(©, &strm); assert(ret == Z_OK); - ret = inflateEnd(©); assert(ret == Z_OK); - err = 9; /* don't care next time around */ - have += strm.avail_in; - strm.avail_in = step > have ? have : step; - have -= strm.avail_in; - } while (strm.avail_in); - free(in); - free(out); - ret = inflateReset2(&strm, -8); assert(ret == Z_OK); - ret = inflateEnd(&strm); assert(ret == Z_OK); - mem_done(&strm, what); -} - -/* cover all of the lines in inflate.c up to inflate() */ -local void cover_support(void) -{ - int ret; - z_stream strm; - - mem_setup(&strm); - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit(&strm); assert(ret == Z_OK); - mem_used(&strm, "inflate init"); - ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK); - ret = inflatePrime(&strm, -1, 0); assert(ret == Z_OK); - ret = inflateSetDictionary(&strm, Z_NULL, 0); - assert(ret == Z_STREAM_ERROR); - ret = inflateEnd(&strm); assert(ret == Z_OK); - mem_done(&strm, "prime"); - - inf("63 0", "force window allocation", 0, -15, 1, Z_OK); - inf("63 18 5", "force window replacement", 0, -8, 259, Z_OK); - inf("63 18 68 30 d0 0 0", "force split window update", 4, -8, 259, Z_OK); - inf("3 0", "use fixed blocks", 0, -15, 1, Z_STREAM_END); - inf("", "bad window size", 0, 1, 0, Z_STREAM_ERROR); - - mem_setup(&strm); - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit_(&strm, "!", (int)sizeof(z_stream)); - assert(ret == Z_VERSION_ERROR); - mem_done(&strm, "wrong version"); - - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit(&strm); assert(ret == Z_OK); - ret = inflateEnd(&strm); assert(ret == Z_OK); - fputs("inflate built-in memory routines\n", stderr); -} - -/* cover all inflate() header and trailer cases and code after inflate() */ -local void cover_wrap(void) -{ - int ret; - z_stream strm, copy; - unsigned char dict[257]; - - ret = inflate(Z_NULL, 0); assert(ret == Z_STREAM_ERROR); - ret = inflateEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); - ret = inflateCopy(Z_NULL, Z_NULL); assert(ret == Z_STREAM_ERROR); - fputs("inflate bad parameters\n", stderr); - - inf("1f 8b 0 0", "bad gzip method", 0, 31, 0, Z_DATA_ERROR); - inf("1f 8b 8 80", "bad gzip flags", 0, 31, 0, Z_DATA_ERROR); - inf("77 85", "bad zlib method", 0, 15, 0, Z_DATA_ERROR); - inf("8 99", "set window size from header", 0, 0, 0, Z_OK); - inf("78 9c", "bad zlib window size", 0, 8, 0, Z_DATA_ERROR); - inf("78 9c 63 0 0 0 1 0 1", "check adler32", 0, 15, 1, Z_STREAM_END); - inf("1f 8b 8 1e 0 0 0 0 0 0 1 0 0 0 0 0 0", "bad header crc", 0, 47, 1, - Z_DATA_ERROR); - inf("1f 8b 8 2 0 0 0 0 0 0 1d 26 3 0 0 0 0 0 0 0 0 0", "check gzip length", - 0, 47, 0, Z_STREAM_END); - inf("78 90", "bad zlib header check", 0, 47, 0, Z_DATA_ERROR); - inf("8 b8 0 0 0 1", "need dictionary", 0, 8, 0, Z_NEED_DICT); - inf("78 9c 63 0", "compute adler32", 0, 15, 1, Z_OK); - - mem_setup(&strm); - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit2(&strm, -8); - strm.avail_in = 2; - strm.next_in = (void *)"\x63"; - strm.avail_out = 1; - strm.next_out = (void *)&ret; - mem_limit(&strm, 1); - ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); - ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_MEM_ERROR); - mem_limit(&strm, 0); - memset(dict, 0, 257); - ret = inflateSetDictionary(&strm, dict, 257); - assert(ret == Z_OK); - mem_limit(&strm, (sizeof(struct inflate_state) << 1) + 256); - ret = inflatePrime(&strm, 16, 0); assert(ret == Z_OK); - strm.avail_in = 2; - strm.next_in = (void *)"\x80"; - ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); - ret = inflate(&strm, Z_NO_FLUSH); assert(ret == Z_STREAM_ERROR); - strm.avail_in = 4; - strm.next_in = (void *)"\0\0\xff\xff"; - ret = inflateSync(&strm); assert(ret == Z_OK); - (void)inflateSyncPoint(&strm); - ret = inflateCopy(©, &strm); assert(ret == Z_MEM_ERROR); - mem_limit(&strm, 0); - ret = inflateUndermine(&strm, 1); assert(ret == Z_DATA_ERROR); - (void)inflateMark(&strm); - ret = inflateEnd(&strm); assert(ret == Z_OK); - mem_done(&strm, "miscellaneous, force memory errors"); -} - -/* input and output functions for inflateBack() */ -local unsigned pull(void *desc, unsigned char **buf) -{ - static unsigned int next = 0; - static unsigned char dat[] = {0x63, 0, 2, 0}; - struct inflate_state *state; - - if (desc == Z_NULL) { - next = 0; - return 0; /* no input (already provided at next_in) */ - } - state = (void *)((z_stream *)desc)->state; - if (state != Z_NULL) - state->mode = SYNC; /* force an otherwise impossible situation */ - return next < sizeof(dat) ? (*buf = dat + next++, 1) : 0; -} - -local int push(void *desc, unsigned char *buf, unsigned len) -{ - (void)buf; - (void)len; - return desc != Z_NULL; /* force error if desc not null */ -} - -/* cover inflateBack() up to common deflate data cases and after those */ -local void cover_back(void) -{ - int ret; - z_stream strm; - unsigned char win[32768]; - - ret = inflateBackInit_(Z_NULL, 0, win, 0, 0); - assert(ret == Z_VERSION_ERROR); - ret = inflateBackInit(Z_NULL, 0, win); assert(ret == Z_STREAM_ERROR); - ret = inflateBack(Z_NULL, Z_NULL, Z_NULL, Z_NULL, Z_NULL); - assert(ret == Z_STREAM_ERROR); - ret = inflateBackEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); - fputs("inflateBack bad parameters\n", stderr); - - mem_setup(&strm); - ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); - strm.avail_in = 2; - strm.next_in = (void *)"\x03"; - ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); - assert(ret == Z_STREAM_END); - /* force output error */ - strm.avail_in = 3; - strm.next_in = (void *)"\x63\x00"; - ret = inflateBack(&strm, pull, Z_NULL, push, &strm); - assert(ret == Z_BUF_ERROR); - /* force mode error by mucking with state */ - ret = inflateBack(&strm, pull, &strm, push, Z_NULL); - assert(ret == Z_STREAM_ERROR); - ret = inflateBackEnd(&strm); assert(ret == Z_OK); - mem_done(&strm, "inflateBack bad state"); - - ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); - ret = inflateBackEnd(&strm); assert(ret == Z_OK); - fputs("inflateBack built-in memory routines\n", stderr); -} - -/* do a raw inflate of data in hexadecimal with both inflate and inflateBack */ -local int try(char *hex, char *id, int err) -{ - int ret; - unsigned len, size; - unsigned char *in, *out, *win; - char *prefix; - z_stream strm; - - /* convert to hex */ - in = h2b(hex, &len); - assert(in != NULL); - - /* allocate work areas */ - size = len << 3; - out = malloc(size); - assert(out != NULL); - win = malloc(32768); - assert(win != NULL); - prefix = malloc(strlen(id) + 6); - assert(prefix != NULL); - - /* first with inflate */ - strcpy(prefix, id); - strcat(prefix, "-late"); - mem_setup(&strm); - strm.avail_in = 0; - strm.next_in = Z_NULL; - ret = inflateInit2(&strm, err < 0 ? 47 : -15); - assert(ret == Z_OK); - strm.avail_in = len; - strm.next_in = in; - do { - strm.avail_out = size; - strm.next_out = out; - ret = inflate(&strm, Z_TREES); - assert(ret != Z_STREAM_ERROR && ret != Z_MEM_ERROR); - if (ret == Z_DATA_ERROR || ret == Z_NEED_DICT) - break; - } while (strm.avail_in || strm.avail_out == 0); - if (err) { - assert(ret == Z_DATA_ERROR); - assert(strcmp(id, strm.msg) == 0); - } - inflateEnd(&strm); - mem_done(&strm, prefix); - - /* then with inflateBack */ - if (err >= 0) { - strcpy(prefix, id); - strcat(prefix, "-back"); - mem_setup(&strm); - ret = inflateBackInit(&strm, 15, win); - assert(ret == Z_OK); - strm.avail_in = len; - strm.next_in = in; - ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); - assert(ret != Z_STREAM_ERROR); - if (err) { - assert(ret == Z_DATA_ERROR); - assert(strcmp(id, strm.msg) == 0); - } - inflateBackEnd(&strm); - mem_done(&strm, prefix); - } - - /* clean up */ - free(prefix); - free(win); - free(out); - free(in); - return ret; -} - -/* cover deflate data cases in both inflate() and inflateBack() */ -local void cover_inflate(void) -{ - try("0 0 0 0 0", "invalid stored block lengths", 1); - try("3 0", "fixed", 0); - try("6", "invalid block type", 1); - try("1 1 0 fe ff 0", "stored", 0); - try("fc 0 0", "too many length or distance symbols", 1); - try("4 0 fe ff", "invalid code lengths set", 1); - try("4 0 24 49 0", "invalid bit length repeat", 1); - try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); - try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); - try("4 80 49 92 24 49 92 24 71 ff ff 93 11 0", - "invalid literal/lengths set", 1); - try("4 80 49 92 24 49 92 24 f b4 ff ff c3 84", "invalid distances set", 1); - try("4 c0 81 8 0 0 0 0 20 7f eb b 0 0", "invalid literal/length code", 1); - try("2 7e ff ff", "invalid distance code", 1); - try("c c0 81 0 0 0 0 0 90 ff 6b 4 0", "invalid distance too far back", 1); - - /* also trailer mismatch just in inflate() */ - try("1f 8b 8 0 0 0 0 0 0 0 3 0 0 0 0 1", "incorrect data check", -1); - try("1f 8b 8 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 1", - "incorrect length check", -1); - try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0); - try("5 e0 81 91 24 cb b2 2c 49 e2 f 2e 8b 9a 47 56 9f fb fe ec d2 ff 1f", - "long code", 0); - try("ed c0 1 1 0 0 0 40 20 ff 57 1b 42 2c 4f", "length extra", 0); - try("ed cf c1 b1 2c 47 10 c4 30 fa 6f 35 1d 1 82 59 3d fb be 2e 2a fc f c", - "long distance and extra", 0); - try("ed c0 81 0 0 0 0 80 a0 fd a9 17 a9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 " - "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6", "window end", 0); - inf("2 8 20 80 0 3 0", "inflate_fast TYPE return", 0, -15, 258, - Z_STREAM_END); - inf("63 18 5 40 c 0", "window wrap", 3, -8, 300, Z_OK); -} - -/* cover remaining lines in inftrees.c */ -local void cover_trees(void) -{ - int ret; - unsigned bits; - unsigned short lens[16], work[16]; - code *next, table[ENOUGH_DISTS]; - - /* we need to call inflate_table() directly in order to manifest not- - enough errors, since zlib insures that enough is always enough */ - for (bits = 0; bits < 15; bits++) - lens[bits] = (unsigned short)(bits + 1); - lens[15] = 15; - next = table; - bits = 15; - ret = inflate_table(DISTS, lens, 16, &next, &bits, work); - assert(ret == 1); - next = table; - bits = 1; - ret = inflate_table(DISTS, lens, 16, &next, &bits, work); - assert(ret == 1); - fputs("inflate_table not enough errors\n", stderr); -} - -/* cover remaining inffast.c decoding and window copying */ -local void cover_fast(void) -{ - inf("e5 e0 81 ad 6d cb b2 2c c9 01 1e 59 63 ae 7d ee fb 4d fd b5 35 41 68" - " ff 7f 0f 0 0 0", "fast length extra bits", 0, -8, 258, Z_DATA_ERROR); - inf("25 fd 81 b5 6d 59 b6 6a 49 ea af 35 6 34 eb 8c b9 f6 b9 1e ef 67 49" - " 50 fe ff ff 3f 0 0", "fast distance extra bits", 0, -8, 258, - Z_DATA_ERROR); - inf("3 7e 0 0 0 0 0", "fast invalid distance code", 0, -8, 258, - Z_DATA_ERROR); - inf("1b 7 0 0 0 0 0", "fast invalid literal/length code", 0, -8, 258, - Z_DATA_ERROR); - inf("d c7 1 ae eb 38 c 4 41 a0 87 72 de df fb 1f b8 36 b1 38 5d ff ff 0", - "fast 2nd level codes and too far back", 0, -8, 258, Z_DATA_ERROR); - inf("63 18 5 8c 10 8 0 0 0 0", "very common case", 0, -8, 259, Z_OK); - inf("63 60 60 18 c9 0 8 18 18 18 26 c0 28 0 29 0 0 0", - "contiguous and wrap around window", 6, -8, 259, Z_OK); - inf("63 0 3 0 0 0 0 0", "copy direct from output", 0, -8, 259, - Z_STREAM_END); -} - -int main(void) -{ - fprintf(stderr, "%s\n", zlibVersion()); - cover_support(); - cover_wrap(); - cover_back(); - cover_inflate(); - cover_trees(); - cover_fast(); - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/test/minigzip.c b/proj-web/thirdparty/zlib-1.3.1/test/minigzip.c deleted file mode 100644 index 134e10e..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/test/minigzip.c +++ /dev/null @@ -1,579 +0,0 @@ -/* minigzip.c -- simulate gzip using the zlib compression library - * Copyright (C) 1995-2006, 2010, 2011, 2016 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* - * minigzip is a minimal implementation of the gzip utility. This is - * only an example of using zlib and isn't meant to replace the - * full-featured gzip. No attempt is made to deal with file systems - * limiting names to 14 or 8+3 characters, etc... Error checking is - * very limited. So use minigzip only for testing; use gzip for the - * real thing. On MSDOS, use only on file names without extension - * or in pipe mode. - */ - -/* @(#) $Id$ */ - -#include "zlib.h" -#include - -#ifdef STDC -# include -# include -#endif - -#ifdef USE_MMAP -# include -# include -# include -#endif - -#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) -# include -# include -# ifdef UNDER_CE -# include -# endif -# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) -#else -# define SET_BINARY_MODE(file) -#endif - -#if defined(_MSC_VER) && _MSC_VER < 1900 -# define snprintf _snprintf -#endif - -#ifdef VMS -# define unlink delete -# define GZ_SUFFIX "-gz" -#endif -#ifdef RISCOS -# define unlink remove -# define GZ_SUFFIX "-gz" -# define fileno(file) file->__file -#endif -#if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os -# include /* for fileno */ -#endif - -#if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE) -#ifndef WIN32 /* unlink already in stdio.h for WIN32 */ - extern int unlink(const char *); -#endif -#endif - -#if defined(UNDER_CE) -# include -# define perror(s) pwinerror(s) - -/* Map the Windows error number in ERROR to a locale-dependent error - message string and return a pointer to it. Typically, the values - for ERROR come from GetLastError. - - The string pointed to shall not be modified by the application, - but may be overwritten by a subsequent call to strwinerror - - The strwinerror function does not change the current setting - of GetLastError. */ - -static char *strwinerror (error) - DWORD error; -{ - static char buf[1024]; - - wchar_t *msgbuf; - DWORD lasterr = GetLastError(); - DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM - | FORMAT_MESSAGE_ALLOCATE_BUFFER, - NULL, - error, - 0, /* Default language */ - (LPVOID)&msgbuf, - 0, - NULL); - if (chars != 0) { - /* If there is an \r\n appended, zap it. */ - if (chars >= 2 - && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { - chars -= 2; - msgbuf[chars] = 0; - } - - if (chars > sizeof (buf) - 1) { - chars = sizeof (buf) - 1; - msgbuf[chars] = 0; - } - - wcstombs(buf, msgbuf, chars + 1); - LocalFree(msgbuf); - } - else { - sprintf(buf, "unknown win32 error (%ld)", error); - } - - SetLastError(lasterr); - return buf; -} - -static void pwinerror (s) - const char *s; -{ - if (s && *s) - fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ())); - else - fprintf(stderr, "%s\n", strwinerror(GetLastError ())); -} - -#endif /* UNDER_CE */ - -#ifndef GZ_SUFFIX -# define GZ_SUFFIX ".gz" -#endif -#define SUFFIX_LEN (sizeof(GZ_SUFFIX)-1) - -#define BUFLEN 16384 -#define MAX_NAME_LEN 1024 - -#ifdef MAXSEG_64K -# define local static - /* Needed for systems with limitation on stack size. */ -#else -# define local -#endif - -#ifdef Z_SOLO -/* for Z_SOLO, create simplified gz* functions using deflate and inflate */ - -#if defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE) -# include /* for unlink() */ -#endif - -static void *myalloc(void *q, unsigned n, unsigned m) { - (void)q; - return calloc(n, m); -} - -static void myfree(void *q, void *p) { - (void)q; - free(p); -} - -typedef struct gzFile_s { - FILE *file; - int write; - int err; - char *msg; - z_stream strm; -} *gzFile; - -static gzFile gz_open(const char *path, int fd, const char *mode) { - gzFile gz; - int ret; - - gz = malloc(sizeof(struct gzFile_s)); - if (gz == NULL) - return NULL; - gz->write = strchr(mode, 'w') != NULL; - gz->strm.zalloc = myalloc; - gz->strm.zfree = myfree; - gz->strm.opaque = Z_NULL; - if (gz->write) - ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0); - else { - gz->strm.next_in = 0; - gz->strm.avail_in = Z_NULL; - ret = inflateInit2(&(gz->strm), 15 + 16); - } - if (ret != Z_OK) { - free(gz); - return NULL; - } - gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") : - fopen(path, gz->write ? "wb" : "rb"); - if (gz->file == NULL) { - gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm)); - free(gz); - return NULL; - } - gz->err = 0; - gz->msg = ""; - return gz; -} - -static gzFile gzopen(const char *path, const char *mode) { - return gz_open(path, -1, mode); -} - -static gzFile gzdopen(int fd, const char *mode) { - return gz_open(NULL, fd, mode); -} - -static int gzwrite(gzFile gz, const void *buf, unsigned len) { - z_stream *strm; - unsigned char out[BUFLEN]; - - if (gz == NULL || !gz->write) - return 0; - strm = &(gz->strm); - strm->next_in = (void *)buf; - strm->avail_in = len; - do { - strm->next_out = out; - strm->avail_out = BUFLEN; - (void)deflate(strm, Z_NO_FLUSH); - fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); - } while (strm->avail_out == 0); - return len; -} - -static int gzread(gzFile gz, void *buf, unsigned len) { - int ret; - unsigned got; - unsigned char in[1]; - z_stream *strm; - - if (gz == NULL || gz->write) - return 0; - if (gz->err) - return 0; - strm = &(gz->strm); - strm->next_out = (void *)buf; - strm->avail_out = len; - do { - got = fread(in, 1, 1, gz->file); - if (got == 0) - break; - strm->next_in = in; - strm->avail_in = 1; - ret = inflate(strm, Z_NO_FLUSH); - if (ret == Z_DATA_ERROR) { - gz->err = Z_DATA_ERROR; - gz->msg = strm->msg; - return 0; - } - if (ret == Z_STREAM_END) - inflateReset(strm); - } while (strm->avail_out); - return len - strm->avail_out; -} - -static int gzclose(gzFile gz) { - z_stream *strm; - unsigned char out[BUFLEN]; - - if (gz == NULL) - return Z_STREAM_ERROR; - strm = &(gz->strm); - if (gz->write) { - strm->next_in = Z_NULL; - strm->avail_in = 0; - do { - strm->next_out = out; - strm->avail_out = BUFLEN; - (void)deflate(strm, Z_FINISH); - fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); - } while (strm->avail_out == 0); - deflateEnd(strm); - } - else - inflateEnd(strm); - fclose(gz->file); - free(gz); - return Z_OK; -} - -static const char *gzerror(gzFile gz, int *err) { - *err = gz->err; - return gz->msg; -} - -#endif - -static char *prog; - -/* =========================================================================== - * Display error message and exit - */ -static void error(const char *msg) { - fprintf(stderr, "%s: %s\n", prog, msg); - exit(1); -} - -#ifdef USE_MMAP /* MMAP version, Miguel Albrecht */ - -/* Try compressing the input file at once using mmap. Return Z_OK if - * success, Z_ERRNO otherwise. - */ -static int gz_compress_mmap(FILE *in, gzFile out) { - int len; - int err; - int ifd = fileno(in); - caddr_t buf; /* mmap'ed buffer for the entire input file */ - off_t buf_len; /* length of the input file */ - struct stat sb; - - /* Determine the size of the file, needed for mmap: */ - if (fstat(ifd, &sb) < 0) return Z_ERRNO; - buf_len = sb.st_size; - if (buf_len <= 0) return Z_ERRNO; - - /* Now do the actual mmap: */ - buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0); - if (buf == (caddr_t)(-1)) return Z_ERRNO; - - /* Compress the whole file at once: */ - len = gzwrite(out, (char *)buf, (unsigned)buf_len); - - if (len != (int)buf_len) error(gzerror(out, &err)); - - munmap(buf, buf_len); - fclose(in); - if (gzclose(out) != Z_OK) error("failed gzclose"); - return Z_OK; -} -#endif /* USE_MMAP */ - -/* =========================================================================== - * Compress input to output then close both files. - */ - -static void gz_compress(FILE *in, gzFile out) { - local char buf[BUFLEN]; - int len; - int err; - -#ifdef USE_MMAP - /* Try first compressing with mmap. If mmap fails (minigzip used in a - * pipe), use the normal fread loop. - */ - if (gz_compress_mmap(in, out) == Z_OK) return; -#endif - for (;;) { - len = (int)fread(buf, 1, sizeof(buf), in); - if (ferror(in)) { - perror("fread"); - exit(1); - } - if (len == 0) break; - - if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); - } - fclose(in); - if (gzclose(out) != Z_OK) error("failed gzclose"); -} - -/* =========================================================================== - * Uncompress input to output then close both files. - */ -static void gz_uncompress(gzFile in, FILE *out) { - local char buf[BUFLEN]; - int len; - int err; - - for (;;) { - len = gzread(in, buf, sizeof(buf)); - if (len < 0) error (gzerror(in, &err)); - if (len == 0) break; - - if ((int)fwrite(buf, 1, (unsigned)len, out) != len) { - error("failed fwrite"); - } - } - if (fclose(out)) error("failed fclose"); - - if (gzclose(in) != Z_OK) error("failed gzclose"); -} - - -/* =========================================================================== - * Compress the given file: create a corresponding .gz file and remove the - * original. - */ -static void file_compress(char *file, char *mode) { - local char outfile[MAX_NAME_LEN]; - FILE *in; - gzFile out; - - if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) { - fprintf(stderr, "%s: filename too long\n", prog); - exit(1); - } - -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - snprintf(outfile, sizeof(outfile), "%s%s", file, GZ_SUFFIX); -#else - strcpy(outfile, file); - strcat(outfile, GZ_SUFFIX); -#endif - - in = fopen(file, "rb"); - if (in == NULL) { - perror(file); - exit(1); - } - out = gzopen(outfile, mode); - if (out == NULL) { - fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile); - exit(1); - } - gz_compress(in, out); - - unlink(file); -} - - -/* =========================================================================== - * Uncompress the given file and remove the original. - */ -static void file_uncompress(char *file) { - local char buf[MAX_NAME_LEN]; - char *infile, *outfile; - FILE *out; - gzFile in; - z_size_t len = strlen(file); - - if (len + strlen(GZ_SUFFIX) >= sizeof(buf)) { - fprintf(stderr, "%s: filename too long\n", prog); - exit(1); - } - -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - snprintf(buf, sizeof(buf), "%s", file); -#else - strcpy(buf, file); -#endif - - if (len > SUFFIX_LEN && strcmp(file+len-SUFFIX_LEN, GZ_SUFFIX) == 0) { - infile = file; - outfile = buf; - outfile[len-3] = '\0'; - } else { - outfile = file; - infile = buf; -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - snprintf(buf + len, sizeof(buf) - len, "%s", GZ_SUFFIX); -#else - strcat(infile, GZ_SUFFIX); -#endif - } - in = gzopen(infile, "rb"); - if (in == NULL) { - fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); - exit(1); - } - out = fopen(outfile, "wb"); - if (out == NULL) { - perror(file); - exit(1); - } - - gz_uncompress(in, out); - - unlink(infile); -} - - -/* =========================================================================== - * Usage: minigzip [-c] [-d] [-f] [-h] [-r] [-1 to -9] [files...] - * -c : write to standard output - * -d : decompress - * -f : compress with Z_FILTERED - * -h : compress with Z_HUFFMAN_ONLY - * -r : compress with Z_RLE - * -1 to -9 : compression level - */ - -int main(int argc, char *argv[]) { - int copyout = 0; - int uncompr = 0; - gzFile file; - char *bname, outmode[20]; - -#if !defined(NO_snprintf) && !defined(NO_vsnprintf) - snprintf(outmode, sizeof(outmode), "%s", "wb6 "); -#else - strcpy(outmode, "wb6 "); -#endif - - prog = argv[0]; - bname = strrchr(argv[0], '/'); - if (bname) - bname++; - else - bname = argv[0]; - argc--, argv++; - - if (!strcmp(bname, "gunzip")) - uncompr = 1; - else if (!strcmp(bname, "zcat")) - copyout = uncompr = 1; - - while (argc > 0) { - if (strcmp(*argv, "-c") == 0) - copyout = 1; - else if (strcmp(*argv, "-d") == 0) - uncompr = 1; - else if (strcmp(*argv, "-f") == 0) - outmode[3] = 'f'; - else if (strcmp(*argv, "-h") == 0) - outmode[3] = 'h'; - else if (strcmp(*argv, "-r") == 0) - outmode[3] = 'R'; - else if ((*argv)[0] == '-' && (*argv)[1] >= '1' && (*argv)[1] <= '9' && - (*argv)[2] == 0) - outmode[2] = (*argv)[1]; - else - break; - argc--, argv++; - } - if (outmode[3] == ' ') - outmode[3] = 0; - if (argc == 0) { - SET_BINARY_MODE(stdin); - SET_BINARY_MODE(stdout); - if (uncompr) { - file = gzdopen(fileno(stdin), "rb"); - if (file == NULL) error("can't gzdopen stdin"); - gz_uncompress(file, stdout); - } else { - file = gzdopen(fileno(stdout), outmode); - if (file == NULL) error("can't gzdopen stdout"); - gz_compress(stdin, file); - } - } else { - if (copyout) { - SET_BINARY_MODE(stdout); - } - do { - if (uncompr) { - if (copyout) { - file = gzopen(*argv, "rb"); - if (file == NULL) - fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv); - else - gz_uncompress(file, stdout); - } else { - file_uncompress(*argv); - } - } else { - if (copyout) { - FILE * in = fopen(*argv, "rb"); - - if (in == NULL) { - perror(*argv); - } else { - file = gzdopen(fileno(stdout), outmode); - if (file == NULL) error("can't gzdopen stdout"); - - gz_compress(in, file); - } - - } else { - file_compress(*argv, outmode); - } - } - } while (argv++, --argc); - } - return 0; -} diff --git a/proj-web/thirdparty/zlib-1.3.1/treebuild.xml b/proj-web/thirdparty/zlib-1.3.1/treebuild.xml deleted file mode 100644 index 930b00b..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/treebuild.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - zip compression library - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proj-web/thirdparty/zlib-1.3.1/trees.c b/proj-web/thirdparty/zlib-1.3.1/trees.c deleted file mode 100644 index 6a523ef..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/trees.c +++ /dev/null @@ -1,1117 +0,0 @@ -/* trees.c -- output deflated data using Huffman coding - * Copyright (C) 1995-2024 Jean-loup Gailly - * detect_data_type() function provided freely by Cosmin Truta, 2006 - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* - * ALGORITHM - * - * The "deflation" process uses several Huffman trees. The more - * common source values are represented by shorter bit sequences. - * - * Each code tree is stored in a compressed form which is itself - * a Huffman encoding of the lengths of all the code strings (in - * ascending order by source values). The actual code strings are - * reconstructed from the lengths in the inflate process, as described - * in the deflate specification. - * - * REFERENCES - * - * Deutsch, L.P.,"'Deflate' Compressed Data Format Specification". - * Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc - * - * Storer, James A. - * Data Compression: Methods and Theory, pp. 49-50. - * Computer Science Press, 1988. ISBN 0-7167-8156-5. - * - * Sedgewick, R. - * Algorithms, p290. - * Addison-Wesley, 1983. ISBN 0-201-06672-6. - */ - -/* @(#) $Id$ */ - -/* #define GEN_TREES_H */ - -#include "deflate.h" - -#ifdef ZLIB_DEBUG -# include -#endif - -/* =========================================================================== - * Constants - */ - -#define MAX_BL_BITS 7 -/* Bit length codes must not exceed MAX_BL_BITS bits */ - -#define END_BLOCK 256 -/* end of block literal code */ - -#define REP_3_6 16 -/* repeat previous bit length 3-6 times (2 bits of repeat count) */ - -#define REPZ_3_10 17 -/* repeat a zero length 3-10 times (3 bits of repeat count) */ - -#define REPZ_11_138 18 -/* repeat a zero length 11-138 times (7 bits of repeat count) */ - -local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ - = {0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0}; - -local const int extra_dbits[D_CODES] /* extra bits for each distance code */ - = {0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13}; - -local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ - = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7}; - -local const uch bl_order[BL_CODES] - = {16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15}; -/* The lengths of the bit length codes are sent in order of decreasing - * probability, to avoid transmitting the lengths for unused bit length codes. - */ - -/* =========================================================================== - * Local data. These are initialized only once. - */ - -#define DIST_CODE_LEN 512 /* see definition of array dist_code below */ - -#if defined(GEN_TREES_H) || !defined(STDC) -/* non ANSI compilers may not accept trees.h */ - -local ct_data static_ltree[L_CODES+2]; -/* The static literal tree. Since the bit lengths are imposed, there is no - * need for the L_CODES extra codes used during heap construction. However - * The codes 286 and 287 are needed to build a canonical tree (see _tr_init - * below). - */ - -local ct_data static_dtree[D_CODES]; -/* The static distance tree. (Actually a trivial tree since all codes use - * 5 bits.) - */ - -uch _dist_code[DIST_CODE_LEN]; -/* Distance codes. The first 256 values correspond to the distances - * 3 .. 258, the last 256 values correspond to the top 8 bits of - * the 15 bit distances. - */ - -uch _length_code[MAX_MATCH-MIN_MATCH+1]; -/* length code for each normalized match length (0 == MIN_MATCH) */ - -local int base_length[LENGTH_CODES]; -/* First normalized length for each code (0 = MIN_MATCH) */ - -local int base_dist[D_CODES]; -/* First normalized distance for each code (0 = distance of 1) */ - -#else -# include "trees.h" -#endif /* GEN_TREES_H */ - -struct static_tree_desc_s { - const ct_data *static_tree; /* static tree or NULL */ - const intf *extra_bits; /* extra bits for each code or NULL */ - int extra_base; /* base index for extra_bits */ - int elems; /* max number of elements in the tree */ - int max_length; /* max bit length for the codes */ -}; - -#ifdef NO_INIT_GLOBAL_POINTERS -# define TCONST -#else -# define TCONST const -#endif - -local TCONST static_tree_desc static_l_desc = -{static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; - -local TCONST static_tree_desc static_d_desc = -{static_dtree, extra_dbits, 0, D_CODES, MAX_BITS}; - -local TCONST static_tree_desc static_bl_desc = -{(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; - -/* =========================================================================== - * Output a short LSB first on the stream. - * IN assertion: there is enough room in pendingBuf. - */ -#define put_short(s, w) { \ - put_byte(s, (uch)((w) & 0xff)); \ - put_byte(s, (uch)((ush)(w) >> 8)); \ -} - -/* =========================================================================== - * Reverse the first len bits of a code, using straightforward code (a faster - * method would use a table) - * IN assertion: 1 <= len <= 15 - */ -local unsigned bi_reverse(unsigned code, int len) { - register unsigned res = 0; - do { - res |= code & 1; - code >>= 1, res <<= 1; - } while (--len > 0); - return res >> 1; -} - -/* =========================================================================== - * Flush the bit buffer, keeping at most 7 bits in it. - */ -local void bi_flush(deflate_state *s) { - if (s->bi_valid == 16) { - put_short(s, s->bi_buf); - s->bi_buf = 0; - s->bi_valid = 0; - } else if (s->bi_valid >= 8) { - put_byte(s, (Byte)s->bi_buf); - s->bi_buf >>= 8; - s->bi_valid -= 8; - } -} - -/* =========================================================================== - * Flush the bit buffer and align the output on a byte boundary - */ -local void bi_windup(deflate_state *s) { - if (s->bi_valid > 8) { - put_short(s, s->bi_buf); - } else if (s->bi_valid > 0) { - put_byte(s, (Byte)s->bi_buf); - } - s->bi_buf = 0; - s->bi_valid = 0; -#ifdef ZLIB_DEBUG - s->bits_sent = (s->bits_sent + 7) & ~7; -#endif -} - -/* =========================================================================== - * Generate the codes for a given tree and bit counts (which need not be - * optimal). - * IN assertion: the array bl_count contains the bit length statistics for - * the given tree and the field len is set for all tree elements. - * OUT assertion: the field code is set for all tree elements of non - * zero code length. - */ -local void gen_codes(ct_data *tree, int max_code, ushf *bl_count) { - ush next_code[MAX_BITS+1]; /* next code value for each bit length */ - unsigned code = 0; /* running code value */ - int bits; /* bit index */ - int n; /* code index */ - - /* The distribution counts are first used to generate the code values - * without bit reversal. - */ - for (bits = 1; bits <= MAX_BITS; bits++) { - code = (code + bl_count[bits - 1]) << 1; - next_code[bits] = (ush)code; - } - /* Check that the bit counts in bl_count are consistent. The last code - * must be all ones. - */ - Assert (code + bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1, - "inconsistent bit counts"); - Tracev((stderr,"\ngen_codes: max_code %d ", max_code)); - - for (n = 0; n <= max_code; n++) { - int len = tree[n].Len; - if (len == 0) continue; - /* Now reverse the bits */ - tree[n].Code = (ush)bi_reverse(next_code[len]++, len); - - Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", - n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len] - 1)); - } -} - -#ifdef GEN_TREES_H -local void gen_trees_header(void); -#endif - -#ifndef ZLIB_DEBUG -# define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) - /* Send a code of the given tree. c and tree must not have side effects */ - -#else /* !ZLIB_DEBUG */ -# define send_code(s, c, tree) \ - { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \ - send_bits(s, tree[c].Code, tree[c].Len); } -#endif - -/* =========================================================================== - * Send a value on a given number of bits. - * IN assertion: length <= 16 and value fits in length bits. - */ -#ifdef ZLIB_DEBUG -local void send_bits(deflate_state *s, int value, int length) { - Tracevv((stderr," l %2d v %4x ", length, value)); - Assert(length > 0 && length <= 15, "invalid length"); - s->bits_sent += (ulg)length; - - /* If not enough room in bi_buf, use (valid) bits from bi_buf and - * (16 - bi_valid) bits from value, leaving (width - (16 - bi_valid)) - * unused bits in value. - */ - if (s->bi_valid > (int)Buf_size - length) { - s->bi_buf |= (ush)value << s->bi_valid; - put_short(s, s->bi_buf); - s->bi_buf = (ush)value >> (Buf_size - s->bi_valid); - s->bi_valid += length - Buf_size; - } else { - s->bi_buf |= (ush)value << s->bi_valid; - s->bi_valid += length; - } -} -#else /* !ZLIB_DEBUG */ - -#define send_bits(s, value, length) \ -{ int len = length;\ - if (s->bi_valid > (int)Buf_size - len) {\ - int val = (int)value;\ - s->bi_buf |= (ush)val << s->bi_valid;\ - put_short(s, s->bi_buf);\ - s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\ - s->bi_valid += len - Buf_size;\ - } else {\ - s->bi_buf |= (ush)(value) << s->bi_valid;\ - s->bi_valid += len;\ - }\ -} -#endif /* ZLIB_DEBUG */ - - -/* the arguments must not have side effects */ - -/* =========================================================================== - * Initialize the various 'constant' tables. - */ -local void tr_static_init(void) { -#if defined(GEN_TREES_H) || !defined(STDC) - static int static_init_done = 0; - int n; /* iterates over tree elements */ - int bits; /* bit counter */ - int length; /* length value */ - int code; /* code value */ - int dist; /* distance index */ - ush bl_count[MAX_BITS+1]; - /* number of codes at each bit length for an optimal tree */ - - if (static_init_done) return; - - /* For some embedded targets, global variables are not initialized: */ -#ifdef NO_INIT_GLOBAL_POINTERS - static_l_desc.static_tree = static_ltree; - static_l_desc.extra_bits = extra_lbits; - static_d_desc.static_tree = static_dtree; - static_d_desc.extra_bits = extra_dbits; - static_bl_desc.extra_bits = extra_blbits; -#endif - - /* Initialize the mapping length (0..255) -> length code (0..28) */ - length = 0; - for (code = 0; code < LENGTH_CODES-1; code++) { - base_length[code] = length; - for (n = 0; n < (1 << extra_lbits[code]); n++) { - _length_code[length++] = (uch)code; - } - } - Assert (length == 256, "tr_static_init: length != 256"); - /* Note that the length 255 (match length 258) can be represented - * in two different ways: code 284 + 5 bits or code 285, so we - * overwrite length_code[255] to use the best encoding: - */ - _length_code[length - 1] = (uch)code; - - /* Initialize the mapping dist (0..32K) -> dist code (0..29) */ - dist = 0; - for (code = 0 ; code < 16; code++) { - base_dist[code] = dist; - for (n = 0; n < (1 << extra_dbits[code]); n++) { - _dist_code[dist++] = (uch)code; - } - } - Assert (dist == 256, "tr_static_init: dist != 256"); - dist >>= 7; /* from now on, all distances are divided by 128 */ - for ( ; code < D_CODES; code++) { - base_dist[code] = dist << 7; - for (n = 0; n < (1 << (extra_dbits[code] - 7)); n++) { - _dist_code[256 + dist++] = (uch)code; - } - } - Assert (dist == 256, "tr_static_init: 256 + dist != 512"); - - /* Construct the codes of the static literal tree */ - for (bits = 0; bits <= MAX_BITS; bits++) bl_count[bits] = 0; - n = 0; - while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; - while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; - while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; - while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; - /* Codes 286 and 287 do not exist, but we must include them in the - * tree construction to get a canonical Huffman tree (longest code - * all ones) - */ - gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); - - /* The static distance tree is trivial: */ - for (n = 0; n < D_CODES; n++) { - static_dtree[n].Len = 5; - static_dtree[n].Code = bi_reverse((unsigned)n, 5); - } - static_init_done = 1; - -# ifdef GEN_TREES_H - gen_trees_header(); -# endif -#endif /* defined(GEN_TREES_H) || !defined(STDC) */ -} - -/* =========================================================================== - * Generate the file trees.h describing the static trees. - */ -#ifdef GEN_TREES_H -# ifndef ZLIB_DEBUG -# include -# endif - -# define SEPARATOR(i, last, width) \ - ((i) == (last)? "\n};\n\n" : \ - ((i) % (width) == (width) - 1 ? ",\n" : ", ")) - -void gen_trees_header(void) { - FILE *header = fopen("trees.h", "w"); - int i; - - Assert (header != NULL, "Can't open trees.h"); - fprintf(header, - "/* header created automatically with -DGEN_TREES_H */\n\n"); - - fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n"); - for (i = 0; i < L_CODES+2; i++) { - fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, - static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); - } - - fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n"); - for (i = 0; i < D_CODES; i++) { - fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, - static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); - } - - fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n"); - for (i = 0; i < DIST_CODE_LEN; i++) { - fprintf(header, "%2u%s", _dist_code[i], - SEPARATOR(i, DIST_CODE_LEN-1, 20)); - } - - fprintf(header, - "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n"); - for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { - fprintf(header, "%2u%s", _length_code[i], - SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); - } - - fprintf(header, "local const int base_length[LENGTH_CODES] = {\n"); - for (i = 0; i < LENGTH_CODES; i++) { - fprintf(header, "%1u%s", base_length[i], - SEPARATOR(i, LENGTH_CODES-1, 20)); - } - - fprintf(header, "local const int base_dist[D_CODES] = {\n"); - for (i = 0; i < D_CODES; i++) { - fprintf(header, "%5u%s", base_dist[i], - SEPARATOR(i, D_CODES-1, 10)); - } - - fclose(header); -} -#endif /* GEN_TREES_H */ - -/* =========================================================================== - * Initialize a new block. - */ -local void init_block(deflate_state *s) { - int n; /* iterates over tree elements */ - - /* Initialize the trees. */ - for (n = 0; n < L_CODES; n++) s->dyn_ltree[n].Freq = 0; - for (n = 0; n < D_CODES; n++) s->dyn_dtree[n].Freq = 0; - for (n = 0; n < BL_CODES; n++) s->bl_tree[n].Freq = 0; - - s->dyn_ltree[END_BLOCK].Freq = 1; - s->opt_len = s->static_len = 0L; - s->sym_next = s->matches = 0; -} - -/* =========================================================================== - * Initialize the tree data structures for a new zlib stream. - */ -void ZLIB_INTERNAL _tr_init(deflate_state *s) { - tr_static_init(); - - s->l_desc.dyn_tree = s->dyn_ltree; - s->l_desc.stat_desc = &static_l_desc; - - s->d_desc.dyn_tree = s->dyn_dtree; - s->d_desc.stat_desc = &static_d_desc; - - s->bl_desc.dyn_tree = s->bl_tree; - s->bl_desc.stat_desc = &static_bl_desc; - - s->bi_buf = 0; - s->bi_valid = 0; -#ifdef ZLIB_DEBUG - s->compressed_len = 0L; - s->bits_sent = 0L; -#endif - - /* Initialize the first block of the first file: */ - init_block(s); -} - -#define SMALLEST 1 -/* Index within the heap array of least frequent node in the Huffman tree */ - - -/* =========================================================================== - * Remove the smallest element from the heap and recreate the heap with - * one less element. Updates heap and heap_len. - */ -#define pqremove(s, tree, top) \ -{\ - top = s->heap[SMALLEST]; \ - s->heap[SMALLEST] = s->heap[s->heap_len--]; \ - pqdownheap(s, tree, SMALLEST); \ -} - -/* =========================================================================== - * Compares to subtrees, using the tree depth as tie breaker when - * the subtrees have equal frequency. This minimizes the worst case length. - */ -#define smaller(tree, n, m, depth) \ - (tree[n].Freq < tree[m].Freq || \ - (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m])) - -/* =========================================================================== - * Restore the heap property by moving down the tree starting at node k, - * exchanging a node with the smallest of its two sons if necessary, stopping - * when the heap property is re-established (each father smaller than its - * two sons). - */ -local void pqdownheap(deflate_state *s, ct_data *tree, int k) { - int v = s->heap[k]; - int j = k << 1; /* left son of k */ - while (j <= s->heap_len) { - /* Set j to the smallest of the two sons: */ - if (j < s->heap_len && - smaller(tree, s->heap[j + 1], s->heap[j], s->depth)) { - j++; - } - /* Exit if v is smaller than both sons */ - if (smaller(tree, v, s->heap[j], s->depth)) break; - - /* Exchange v with the smallest son */ - s->heap[k] = s->heap[j]; k = j; - - /* And continue down the tree, setting j to the left son of k */ - j <<= 1; - } - s->heap[k] = v; -} - -/* =========================================================================== - * Compute the optimal bit lengths for a tree and update the total bit length - * for the current block. - * IN assertion: the fields freq and dad are set, heap[heap_max] and - * above are the tree nodes sorted by increasing frequency. - * OUT assertions: the field len is set to the optimal bit length, the - * array bl_count contains the frequencies for each bit length. - * The length opt_len is updated; static_len is also updated if stree is - * not null. - */ -local void gen_bitlen(deflate_state *s, tree_desc *desc) { - ct_data *tree = desc->dyn_tree; - int max_code = desc->max_code; - const ct_data *stree = desc->stat_desc->static_tree; - const intf *extra = desc->stat_desc->extra_bits; - int base = desc->stat_desc->extra_base; - int max_length = desc->stat_desc->max_length; - int h; /* heap index */ - int n, m; /* iterate over the tree elements */ - int bits; /* bit length */ - int xbits; /* extra bits */ - ush f; /* frequency */ - int overflow = 0; /* number of elements with bit length too large */ - - for (bits = 0; bits <= MAX_BITS; bits++) s->bl_count[bits] = 0; - - /* In a first pass, compute the optimal bit lengths (which may - * overflow in the case of the bit length tree). - */ - tree[s->heap[s->heap_max]].Len = 0; /* root of the heap */ - - for (h = s->heap_max + 1; h < HEAP_SIZE; h++) { - n = s->heap[h]; - bits = tree[tree[n].Dad].Len + 1; - if (bits > max_length) bits = max_length, overflow++; - tree[n].Len = (ush)bits; - /* We overwrite tree[n].Dad which is no longer needed */ - - if (n > max_code) continue; /* not a leaf node */ - - s->bl_count[bits]++; - xbits = 0; - if (n >= base) xbits = extra[n - base]; - f = tree[n].Freq; - s->opt_len += (ulg)f * (unsigned)(bits + xbits); - if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits); - } - if (overflow == 0) return; - - Tracev((stderr,"\nbit length overflow\n")); - /* This happens for example on obj2 and pic of the Calgary corpus */ - - /* Find the first bit length which could increase: */ - do { - bits = max_length - 1; - while (s->bl_count[bits] == 0) bits--; - s->bl_count[bits]--; /* move one leaf down the tree */ - s->bl_count[bits + 1] += 2; /* move one overflow item as its brother */ - s->bl_count[max_length]--; - /* The brother of the overflow item also moves one step up, - * but this does not affect bl_count[max_length] - */ - overflow -= 2; - } while (overflow > 0); - - /* Now recompute all bit lengths, scanning in increasing frequency. - * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all - * lengths instead of fixing only the wrong ones. This idea is taken - * from 'ar' written by Haruhiko Okumura.) - */ - for (bits = max_length; bits != 0; bits--) { - n = s->bl_count[bits]; - while (n != 0) { - m = s->heap[--h]; - if (m > max_code) continue; - if ((unsigned) tree[m].Len != (unsigned) bits) { - Tracev((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); - s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq; - tree[m].Len = (ush)bits; - } - n--; - } - } -} - -#ifdef DUMP_BL_TREE -# include -#endif - -/* =========================================================================== - * Construct one Huffman tree and assigns the code bit strings and lengths. - * Update the total bit length for the current block. - * IN assertion: the field freq is set for all tree elements. - * OUT assertions: the fields len and code are set to the optimal bit length - * and corresponding code. The length opt_len is updated; static_len is - * also updated if stree is not null. The field max_code is set. - */ -local void build_tree(deflate_state *s, tree_desc *desc) { - ct_data *tree = desc->dyn_tree; - const ct_data *stree = desc->stat_desc->static_tree; - int elems = desc->stat_desc->elems; - int n, m; /* iterate over heap elements */ - int max_code = -1; /* largest code with non zero frequency */ - int node; /* new node being created */ - - /* Construct the initial heap, with least frequent element in - * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n + 1]. - * heap[0] is not used. - */ - s->heap_len = 0, s->heap_max = HEAP_SIZE; - - for (n = 0; n < elems; n++) { - if (tree[n].Freq != 0) { - s->heap[++(s->heap_len)] = max_code = n; - s->depth[n] = 0; - } else { - tree[n].Len = 0; - } - } - - /* The pkzip format requires that at least one distance code exists, - * and that at least one bit should be sent even if there is only one - * possible code. So to avoid special checks later on we force at least - * two codes of non zero frequency. - */ - while (s->heap_len < 2) { - node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0); - tree[node].Freq = 1; - s->depth[node] = 0; - s->opt_len--; if (stree) s->static_len -= stree[node].Len; - /* node is 0 or 1 so it does not have extra bits */ - } - desc->max_code = max_code; - - /* The elements heap[heap_len/2 + 1 .. heap_len] are leaves of the tree, - * establish sub-heaps of increasing lengths: - */ - for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); - - /* Construct the Huffman tree by repeatedly combining the least two - * frequent nodes. - */ - node = elems; /* next internal node of the tree */ - do { - pqremove(s, tree, n); /* n = node of least frequency */ - m = s->heap[SMALLEST]; /* m = node of next least frequency */ - - s->heap[--(s->heap_max)] = n; /* keep the nodes sorted by frequency */ - s->heap[--(s->heap_max)] = m; - - /* Create a new node father of n and m */ - tree[node].Freq = tree[n].Freq + tree[m].Freq; - s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ? - s->depth[n] : s->depth[m]) + 1); - tree[n].Dad = tree[m].Dad = (ush)node; -#ifdef DUMP_BL_TREE - if (tree == s->bl_tree) { - fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)", - node, tree[node].Freq, n, tree[n].Freq, m, tree[m].Freq); - } -#endif - /* and insert the new node in the heap */ - s->heap[SMALLEST] = node++; - pqdownheap(s, tree, SMALLEST); - - } while (s->heap_len >= 2); - - s->heap[--(s->heap_max)] = s->heap[SMALLEST]; - - /* At this point, the fields freq and dad are set. We can now - * generate the bit lengths. - */ - gen_bitlen(s, (tree_desc *)desc); - - /* The field len is now set, we can generate the bit codes */ - gen_codes ((ct_data *)tree, max_code, s->bl_count); -} - -/* =========================================================================== - * Scan a literal or distance tree to determine the frequencies of the codes - * in the bit length tree. - */ -local void scan_tree(deflate_state *s, ct_data *tree, int max_code) { - int n; /* iterates over all tree elements */ - int prevlen = -1; /* last emitted length */ - int curlen; /* length of current code */ - int nextlen = tree[0].Len; /* length of next code */ - int count = 0; /* repeat count of the current code */ - int max_count = 7; /* max repeat count */ - int min_count = 4; /* min repeat count */ - - if (nextlen == 0) max_count = 138, min_count = 3; - tree[max_code + 1].Len = (ush)0xffff; /* guard */ - - for (n = 0; n <= max_code; n++) { - curlen = nextlen; nextlen = tree[n + 1].Len; - if (++count < max_count && curlen == nextlen) { - continue; - } else if (count < min_count) { - s->bl_tree[curlen].Freq += count; - } else if (curlen != 0) { - if (curlen != prevlen) s->bl_tree[curlen].Freq++; - s->bl_tree[REP_3_6].Freq++; - } else if (count <= 10) { - s->bl_tree[REPZ_3_10].Freq++; - } else { - s->bl_tree[REPZ_11_138].Freq++; - } - count = 0; prevlen = curlen; - if (nextlen == 0) { - max_count = 138, min_count = 3; - } else if (curlen == nextlen) { - max_count = 6, min_count = 3; - } else { - max_count = 7, min_count = 4; - } - } -} - -/* =========================================================================== - * Send a literal or distance tree in compressed form, using the codes in - * bl_tree. - */ -local void send_tree(deflate_state *s, ct_data *tree, int max_code) { - int n; /* iterates over all tree elements */ - int prevlen = -1; /* last emitted length */ - int curlen; /* length of current code */ - int nextlen = tree[0].Len; /* length of next code */ - int count = 0; /* repeat count of the current code */ - int max_count = 7; /* max repeat count */ - int min_count = 4; /* min repeat count */ - - /* tree[max_code + 1].Len = -1; */ /* guard already set */ - if (nextlen == 0) max_count = 138, min_count = 3; - - for (n = 0; n <= max_code; n++) { - curlen = nextlen; nextlen = tree[n + 1].Len; - if (++count < max_count && curlen == nextlen) { - continue; - } else if (count < min_count) { - do { send_code(s, curlen, s->bl_tree); } while (--count != 0); - - } else if (curlen != 0) { - if (curlen != prevlen) { - send_code(s, curlen, s->bl_tree); count--; - } - Assert(count >= 3 && count <= 6, " 3_6?"); - send_code(s, REP_3_6, s->bl_tree); send_bits(s, count - 3, 2); - - } else if (count <= 10) { - send_code(s, REPZ_3_10, s->bl_tree); send_bits(s, count - 3, 3); - - } else { - send_code(s, REPZ_11_138, s->bl_tree); send_bits(s, count - 11, 7); - } - count = 0; prevlen = curlen; - if (nextlen == 0) { - max_count = 138, min_count = 3; - } else if (curlen == nextlen) { - max_count = 6, min_count = 3; - } else { - max_count = 7, min_count = 4; - } - } -} - -/* =========================================================================== - * Construct the Huffman tree for the bit lengths and return the index in - * bl_order of the last bit length code to send. - */ -local int build_bl_tree(deflate_state *s) { - int max_blindex; /* index of last bit length code of non zero freq */ - - /* Determine the bit length frequencies for literal and distance trees */ - scan_tree(s, (ct_data *)s->dyn_ltree, s->l_desc.max_code); - scan_tree(s, (ct_data *)s->dyn_dtree, s->d_desc.max_code); - - /* Build the bit length tree: */ - build_tree(s, (tree_desc *)(&(s->bl_desc))); - /* opt_len now includes the length of the tree representations, except the - * lengths of the bit lengths codes and the 5 + 5 + 4 bits for the counts. - */ - - /* Determine the number of bit length codes to send. The pkzip format - * requires that at least 4 bit length codes be sent. (appnote.txt says - * 3 but the actual value used is 4.) - */ - for (max_blindex = BL_CODES-1; max_blindex >= 3; max_blindex--) { - if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; - } - /* Update opt_len to include the bit length tree and counts */ - s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; - Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", - s->opt_len, s->static_len)); - - return max_blindex; -} - -/* =========================================================================== - * Send the header for a block using dynamic Huffman trees: the counts, the - * lengths of the bit length codes, the literal tree and the distance tree. - * IN assertion: lcodes >= 257, dcodes >= 1, blcodes >= 4. - */ -local void send_all_trees(deflate_state *s, int lcodes, int dcodes, - int blcodes) { - int rank; /* index in bl_order */ - - Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); - Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, - "too many codes"); - Tracev((stderr, "\nbl counts: ")); - send_bits(s, lcodes - 257, 5); /* not +255 as stated in appnote.txt */ - send_bits(s, dcodes - 1, 5); - send_bits(s, blcodes - 4, 4); /* not -3 as stated in appnote.txt */ - for (rank = 0; rank < blcodes; rank++) { - Tracev((stderr, "\nbl code %2d ", bl_order[rank])); - send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); - } - Tracev((stderr, "\nbl tree: sent %ld", s->bits_sent)); - - send_tree(s, (ct_data *)s->dyn_ltree, lcodes - 1); /* literal tree */ - Tracev((stderr, "\nlit tree: sent %ld", s->bits_sent)); - - send_tree(s, (ct_data *)s->dyn_dtree, dcodes - 1); /* distance tree */ - Tracev((stderr, "\ndist tree: sent %ld", s->bits_sent)); -} - -/* =========================================================================== - * Send a stored block - */ -void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf, - ulg stored_len, int last) { - send_bits(s, (STORED_BLOCK<<1) + last, 3); /* send block type */ - bi_windup(s); /* align on byte boundary */ - put_short(s, (ush)stored_len); - put_short(s, (ush)~stored_len); - if (stored_len) - zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len); - s->pending += stored_len; -#ifdef ZLIB_DEBUG - s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L; - s->compressed_len += (stored_len + 4) << 3; - s->bits_sent += 2*16; - s->bits_sent += stored_len << 3; -#endif -} - -/* =========================================================================== - * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) - */ -void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) { - bi_flush(s); -} - -/* =========================================================================== - * Send one empty static block to give enough lookahead for inflate. - * This takes 10 bits, of which 7 may remain in the bit buffer. - */ -void ZLIB_INTERNAL _tr_align(deflate_state *s) { - send_bits(s, STATIC_TREES<<1, 3); - send_code(s, END_BLOCK, static_ltree); -#ifdef ZLIB_DEBUG - s->compressed_len += 10L; /* 3 for block type, 7 for EOB */ -#endif - bi_flush(s); -} - -/* =========================================================================== - * Send the block data compressed using the given Huffman trees - */ -local void compress_block(deflate_state *s, const ct_data *ltree, - const ct_data *dtree) { - unsigned dist; /* distance of matched string */ - int lc; /* match length or unmatched char (if dist == 0) */ - unsigned sx = 0; /* running index in symbol buffers */ - unsigned code; /* the code to send */ - int extra; /* number of extra bits to send */ - - if (s->sym_next != 0) do { -#ifdef LIT_MEM - dist = s->d_buf[sx]; - lc = s->l_buf[sx++]; -#else - dist = s->sym_buf[sx++] & 0xff; - dist += (unsigned)(s->sym_buf[sx++] & 0xff) << 8; - lc = s->sym_buf[sx++]; -#endif - if (dist == 0) { - send_code(s, lc, ltree); /* send a literal byte */ - Tracecv(isgraph(lc), (stderr," '%c' ", lc)); - } else { - /* Here, lc is the match length - MIN_MATCH */ - code = _length_code[lc]; - send_code(s, code + LITERALS + 1, ltree); /* send length code */ - extra = extra_lbits[code]; - if (extra != 0) { - lc -= base_length[code]; - send_bits(s, lc, extra); /* send the extra length bits */ - } - dist--; /* dist is now the match distance - 1 */ - code = d_code(dist); - Assert (code < D_CODES, "bad d_code"); - - send_code(s, code, dtree); /* send the distance code */ - extra = extra_dbits[code]; - if (extra != 0) { - dist -= (unsigned)base_dist[code]; - send_bits(s, dist, extra); /* send the extra distance bits */ - } - } /* literal or match pair ? */ - - /* Check for no overlay of pending_buf on needed symbols */ -#ifdef LIT_MEM - Assert(s->pending < 2 * (s->lit_bufsize + sx), "pendingBuf overflow"); -#else - Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow"); -#endif - - } while (sx < s->sym_next); - - send_code(s, END_BLOCK, ltree); -} - -/* =========================================================================== - * Check if the data type is TEXT or BINARY, using the following algorithm: - * - TEXT if the two conditions below are satisfied: - * a) There are no non-portable control characters belonging to the - * "block list" (0..6, 14..25, 28..31). - * b) There is at least one printable character belonging to the - * "allow list" (9 {TAB}, 10 {LF}, 13 {CR}, 32..255). - * - BINARY otherwise. - * - The following partially-portable control characters form a - * "gray list" that is ignored in this detection algorithm: - * (7 {BEL}, 8 {BS}, 11 {VT}, 12 {FF}, 26 {SUB}, 27 {ESC}). - * IN assertion: the fields Freq of dyn_ltree are set. - */ -local int detect_data_type(deflate_state *s) { - /* block_mask is the bit mask of block-listed bytes - * set bits 0..6, 14..25, and 28..31 - * 0xf3ffc07f = binary 11110011111111111100000001111111 - */ - unsigned long block_mask = 0xf3ffc07fUL; - int n; - - /* Check for non-textual ("block-listed") bytes. */ - for (n = 0; n <= 31; n++, block_mask >>= 1) - if ((block_mask & 1) && (s->dyn_ltree[n].Freq != 0)) - return Z_BINARY; - - /* Check for textual ("allow-listed") bytes. */ - if (s->dyn_ltree[9].Freq != 0 || s->dyn_ltree[10].Freq != 0 - || s->dyn_ltree[13].Freq != 0) - return Z_TEXT; - for (n = 32; n < LITERALS; n++) - if (s->dyn_ltree[n].Freq != 0) - return Z_TEXT; - - /* There are no "block-listed" or "allow-listed" bytes: - * this stream either is empty or has tolerated ("gray-listed") bytes only. - */ - return Z_BINARY; -} - -/* =========================================================================== - * Determine the best encoding for the current block: dynamic trees, static - * trees or store, and write out the encoded block. - */ -void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf, - ulg stored_len, int last) { - ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ - int max_blindex = 0; /* index of last bit length code of non zero freq */ - - /* Build the Huffman trees unless a stored block is forced */ - if (s->level > 0) { - - /* Check if the file is binary or text */ - if (s->strm->data_type == Z_UNKNOWN) - s->strm->data_type = detect_data_type(s); - - /* Construct the literal and distance trees */ - build_tree(s, (tree_desc *)(&(s->l_desc))); - Tracev((stderr, "\nlit data: dyn %ld, stat %ld", s->opt_len, - s->static_len)); - - build_tree(s, (tree_desc *)(&(s->d_desc))); - Tracev((stderr, "\ndist data: dyn %ld, stat %ld", s->opt_len, - s->static_len)); - /* At this point, opt_len and static_len are the total bit lengths of - * the compressed block data, excluding the tree representations. - */ - - /* Build the bit length tree for the above two trees, and get the index - * in bl_order of the last bit length code to send. - */ - max_blindex = build_bl_tree(s); - - /* Determine the best encoding. Compute the block lengths in bytes. */ - opt_lenb = (s->opt_len + 3 + 7) >> 3; - static_lenb = (s->static_len + 3 + 7) >> 3; - - Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ", - opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, - s->sym_next / 3)); - -#ifndef FORCE_STATIC - if (static_lenb <= opt_lenb || s->strategy == Z_FIXED) -#endif - opt_lenb = static_lenb; - - } else { - Assert(buf != (char*)0, "lost buf"); - opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ - } - -#ifdef FORCE_STORED - if (buf != (char*)0) { /* force stored block */ -#else - if (stored_len + 4 <= opt_lenb && buf != (char*)0) { - /* 4: two words for the lengths */ -#endif - /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE. - * Otherwise we can't have processed more than WSIZE input bytes since - * the last block flush, because compression would have been - * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to - * transform a block into a stored block. - */ - _tr_stored_block(s, buf, stored_len, last); - - } else if (static_lenb == opt_lenb) { - send_bits(s, (STATIC_TREES<<1) + last, 3); - compress_block(s, (const ct_data *)static_ltree, - (const ct_data *)static_dtree); -#ifdef ZLIB_DEBUG - s->compressed_len += 3 + s->static_len; -#endif - } else { - send_bits(s, (DYN_TREES<<1) + last, 3); - send_all_trees(s, s->l_desc.max_code + 1, s->d_desc.max_code + 1, - max_blindex + 1); - compress_block(s, (const ct_data *)s->dyn_ltree, - (const ct_data *)s->dyn_dtree); -#ifdef ZLIB_DEBUG - s->compressed_len += 3 + s->opt_len; -#endif - } - Assert (s->compressed_len == s->bits_sent, "bad compressed size"); - /* The above check is made mod 2^32, for files larger than 512 MB - * and uLong implemented on 32 bits. - */ - init_block(s); - - if (last) { - bi_windup(s); -#ifdef ZLIB_DEBUG - s->compressed_len += 7; /* align on byte boundary */ -#endif - } - Tracev((stderr,"\ncomprlen %lu(%lu) ", s->compressed_len >> 3, - s->compressed_len - 7*last)); -} - -/* =========================================================================== - * Save the match info and tally the frequency counts. Return true if - * the current block must be flushed. - */ -int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc) { -#ifdef LIT_MEM - s->d_buf[s->sym_next] = (ush)dist; - s->l_buf[s->sym_next++] = (uch)lc; -#else - s->sym_buf[s->sym_next++] = (uch)dist; - s->sym_buf[s->sym_next++] = (uch)(dist >> 8); - s->sym_buf[s->sym_next++] = (uch)lc; -#endif - if (dist == 0) { - /* lc is the unmatched char */ - s->dyn_ltree[lc].Freq++; - } else { - s->matches++; - /* Here, lc is the match length - MIN_MATCH */ - dist--; /* dist = match distance - 1 */ - Assert((ush)dist < (ush)MAX_DIST(s) && - (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && - (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match"); - - s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++; - s->dyn_dtree[d_code(dist)].Freq++; - } - return (s->sym_next == s->sym_end); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/trees.h b/proj-web/thirdparty/zlib-1.3.1/trees.h deleted file mode 100644 index d35639d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/trees.h +++ /dev/null @@ -1,128 +0,0 @@ -/* header created automatically with -DGEN_TREES_H */ - -local const ct_data static_ltree[L_CODES+2] = { -{{ 12},{ 8}}, {{140},{ 8}}, {{ 76},{ 8}}, {{204},{ 8}}, {{ 44},{ 8}}, -{{172},{ 8}}, {{108},{ 8}}, {{236},{ 8}}, {{ 28},{ 8}}, {{156},{ 8}}, -{{ 92},{ 8}}, {{220},{ 8}}, {{ 60},{ 8}}, {{188},{ 8}}, {{124},{ 8}}, -{{252},{ 8}}, {{ 2},{ 8}}, {{130},{ 8}}, {{ 66},{ 8}}, {{194},{ 8}}, -{{ 34},{ 8}}, {{162},{ 8}}, {{ 98},{ 8}}, {{226},{ 8}}, {{ 18},{ 8}}, -{{146},{ 8}}, {{ 82},{ 8}}, {{210},{ 8}}, {{ 50},{ 8}}, {{178},{ 8}}, -{{114},{ 8}}, {{242},{ 8}}, {{ 10},{ 8}}, {{138},{ 8}}, {{ 74},{ 8}}, -{{202},{ 8}}, {{ 42},{ 8}}, {{170},{ 8}}, {{106},{ 8}}, {{234},{ 8}}, -{{ 26},{ 8}}, {{154},{ 8}}, {{ 90},{ 8}}, {{218},{ 8}}, {{ 58},{ 8}}, -{{186},{ 8}}, {{122},{ 8}}, {{250},{ 8}}, {{ 6},{ 8}}, {{134},{ 8}}, -{{ 70},{ 8}}, {{198},{ 8}}, {{ 38},{ 8}}, {{166},{ 8}}, {{102},{ 8}}, -{{230},{ 8}}, {{ 22},{ 8}}, {{150},{ 8}}, {{ 86},{ 8}}, {{214},{ 8}}, -{{ 54},{ 8}}, {{182},{ 8}}, {{118},{ 8}}, {{246},{ 8}}, {{ 14},{ 8}}, -{{142},{ 8}}, {{ 78},{ 8}}, {{206},{ 8}}, {{ 46},{ 8}}, {{174},{ 8}}, -{{110},{ 8}}, {{238},{ 8}}, {{ 30},{ 8}}, {{158},{ 8}}, {{ 94},{ 8}}, -{{222},{ 8}}, {{ 62},{ 8}}, {{190},{ 8}}, {{126},{ 8}}, {{254},{ 8}}, -{{ 1},{ 8}}, {{129},{ 8}}, {{ 65},{ 8}}, {{193},{ 8}}, {{ 33},{ 8}}, -{{161},{ 8}}, {{ 97},{ 8}}, {{225},{ 8}}, {{ 17},{ 8}}, {{145},{ 8}}, -{{ 81},{ 8}}, {{209},{ 8}}, {{ 49},{ 8}}, {{177},{ 8}}, {{113},{ 8}}, -{{241},{ 8}}, {{ 9},{ 8}}, {{137},{ 8}}, {{ 73},{ 8}}, {{201},{ 8}}, -{{ 41},{ 8}}, {{169},{ 8}}, {{105},{ 8}}, {{233},{ 8}}, {{ 25},{ 8}}, -{{153},{ 8}}, {{ 89},{ 8}}, {{217},{ 8}}, {{ 57},{ 8}}, {{185},{ 8}}, -{{121},{ 8}}, {{249},{ 8}}, {{ 5},{ 8}}, {{133},{ 8}}, {{ 69},{ 8}}, -{{197},{ 8}}, {{ 37},{ 8}}, {{165},{ 8}}, {{101},{ 8}}, {{229},{ 8}}, -{{ 21},{ 8}}, {{149},{ 8}}, {{ 85},{ 8}}, {{213},{ 8}}, {{ 53},{ 8}}, -{{181},{ 8}}, {{117},{ 8}}, {{245},{ 8}}, {{ 13},{ 8}}, {{141},{ 8}}, -{{ 77},{ 8}}, {{205},{ 8}}, {{ 45},{ 8}}, {{173},{ 8}}, {{109},{ 8}}, -{{237},{ 8}}, {{ 29},{ 8}}, {{157},{ 8}}, {{ 93},{ 8}}, {{221},{ 8}}, -{{ 61},{ 8}}, {{189},{ 8}}, {{125},{ 8}}, {{253},{ 8}}, {{ 19},{ 9}}, -{{275},{ 9}}, {{147},{ 9}}, {{403},{ 9}}, {{ 83},{ 9}}, {{339},{ 9}}, -{{211},{ 9}}, {{467},{ 9}}, {{ 51},{ 9}}, {{307},{ 9}}, {{179},{ 9}}, -{{435},{ 9}}, {{115},{ 9}}, {{371},{ 9}}, {{243},{ 9}}, {{499},{ 9}}, -{{ 11},{ 9}}, {{267},{ 9}}, {{139},{ 9}}, {{395},{ 9}}, {{ 75},{ 9}}, -{{331},{ 9}}, {{203},{ 9}}, {{459},{ 9}}, {{ 43},{ 9}}, {{299},{ 9}}, -{{171},{ 9}}, {{427},{ 9}}, {{107},{ 9}}, {{363},{ 9}}, {{235},{ 9}}, -{{491},{ 9}}, {{ 27},{ 9}}, {{283},{ 9}}, {{155},{ 9}}, {{411},{ 9}}, -{{ 91},{ 9}}, {{347},{ 9}}, {{219},{ 9}}, {{475},{ 9}}, {{ 59},{ 9}}, -{{315},{ 9}}, {{187},{ 9}}, {{443},{ 9}}, {{123},{ 9}}, {{379},{ 9}}, -{{251},{ 9}}, {{507},{ 9}}, {{ 7},{ 9}}, {{263},{ 9}}, {{135},{ 9}}, -{{391},{ 9}}, {{ 71},{ 9}}, {{327},{ 9}}, {{199},{ 9}}, {{455},{ 9}}, -{{ 39},{ 9}}, {{295},{ 9}}, {{167},{ 9}}, {{423},{ 9}}, {{103},{ 9}}, -{{359},{ 9}}, {{231},{ 9}}, {{487},{ 9}}, {{ 23},{ 9}}, {{279},{ 9}}, -{{151},{ 9}}, {{407},{ 9}}, {{ 87},{ 9}}, {{343},{ 9}}, {{215},{ 9}}, -{{471},{ 9}}, {{ 55},{ 9}}, {{311},{ 9}}, {{183},{ 9}}, {{439},{ 9}}, -{{119},{ 9}}, {{375},{ 9}}, {{247},{ 9}}, {{503},{ 9}}, {{ 15},{ 9}}, -{{271},{ 9}}, {{143},{ 9}}, {{399},{ 9}}, {{ 79},{ 9}}, {{335},{ 9}}, -{{207},{ 9}}, {{463},{ 9}}, {{ 47},{ 9}}, {{303},{ 9}}, {{175},{ 9}}, -{{431},{ 9}}, {{111},{ 9}}, {{367},{ 9}}, {{239},{ 9}}, {{495},{ 9}}, -{{ 31},{ 9}}, {{287},{ 9}}, {{159},{ 9}}, {{415},{ 9}}, {{ 95},{ 9}}, -{{351},{ 9}}, {{223},{ 9}}, {{479},{ 9}}, {{ 63},{ 9}}, {{319},{ 9}}, -{{191},{ 9}}, {{447},{ 9}}, {{127},{ 9}}, {{383},{ 9}}, {{255},{ 9}}, -{{511},{ 9}}, {{ 0},{ 7}}, {{ 64},{ 7}}, {{ 32},{ 7}}, {{ 96},{ 7}}, -{{ 16},{ 7}}, {{ 80},{ 7}}, {{ 48},{ 7}}, {{112},{ 7}}, {{ 8},{ 7}}, -{{ 72},{ 7}}, {{ 40},{ 7}}, {{104},{ 7}}, {{ 24},{ 7}}, {{ 88},{ 7}}, -{{ 56},{ 7}}, {{120},{ 7}}, {{ 4},{ 7}}, {{ 68},{ 7}}, {{ 36},{ 7}}, -{{100},{ 7}}, {{ 20},{ 7}}, {{ 84},{ 7}}, {{ 52},{ 7}}, {{116},{ 7}}, -{{ 3},{ 8}}, {{131},{ 8}}, {{ 67},{ 8}}, {{195},{ 8}}, {{ 35},{ 8}}, -{{163},{ 8}}, {{ 99},{ 8}}, {{227},{ 8}} -}; - -local const ct_data static_dtree[D_CODES] = { -{{ 0},{ 5}}, {{16},{ 5}}, {{ 8},{ 5}}, {{24},{ 5}}, {{ 4},{ 5}}, -{{20},{ 5}}, {{12},{ 5}}, {{28},{ 5}}, {{ 2},{ 5}}, {{18},{ 5}}, -{{10},{ 5}}, {{26},{ 5}}, {{ 6},{ 5}}, {{22},{ 5}}, {{14},{ 5}}, -{{30},{ 5}}, {{ 1},{ 5}}, {{17},{ 5}}, {{ 9},{ 5}}, {{25},{ 5}}, -{{ 5},{ 5}}, {{21},{ 5}}, {{13},{ 5}}, {{29},{ 5}}, {{ 3},{ 5}}, -{{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}} -}; - -const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { - 0, 1, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, - 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, -10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, -11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, -12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, -13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, -13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, -14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, -14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, -14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, -15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, -15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, -15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 0, 0, 16, 17, -18, 18, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, -23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, -24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, -26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, -26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 27, 27, 27, 27, 27, 27, 27, 27, -27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, -27, 27, 27, 27, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, -28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, -28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, -28, 28, 28, 28, 28, 28, 28, 28, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, -29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, -29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, -29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29 -}; - -const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { - 0, 1, 2, 3, 4, 5, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 12, -13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, -17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, -19, 19, 19, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, -21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22, -22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 23, 23, -23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, -24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, -25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, -25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 26, 26, 26, 26, 26, 26, 26, 26, -26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, -26, 26, 26, 26, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, -27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28 -}; - -local const int base_length[LENGTH_CODES] = { -0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 28, 32, 40, 48, 56, -64, 80, 96, 112, 128, 160, 192, 224, 0 -}; - -local const int base_dist[D_CODES] = { - 0, 1, 2, 3, 4, 6, 8, 12, 16, 24, - 32, 48, 64, 96, 128, 192, 256, 384, 512, 768, - 1024, 1536, 2048, 3072, 4096, 6144, 8192, 12288, 16384, 24576 -}; - diff --git a/proj-web/thirdparty/zlib-1.3.1/uncompr.c b/proj-web/thirdparty/zlib-1.3.1/uncompr.c deleted file mode 100644 index 5e25666..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/uncompr.c +++ /dev/null @@ -1,85 +0,0 @@ -/* uncompr.c -- decompress a memory buffer - * Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#define ZLIB_INTERNAL -#include "zlib.h" - -/* =========================================================================== - Decompresses the source buffer into the destination buffer. *sourceLen is - the byte length of the source buffer. Upon entry, *destLen is the total size - of the destination buffer, which must be large enough to hold the entire - uncompressed data. (The size of the uncompressed data must have been saved - previously by the compressor and transmitted to the decompressor by some - mechanism outside the scope of this compression library.) Upon exit, - *destLen is the size of the decompressed data and *sourceLen is the number - of source bytes consumed. Upon return, source + *sourceLen points to the - first unused input byte. - - uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_BUF_ERROR if there was not enough room in the output buffer, or - Z_DATA_ERROR if the input data was corrupted, including if the input data is - an incomplete zlib stream. -*/ -int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, - uLong *sourceLen) { - z_stream stream; - int err; - const uInt max = (uInt)-1; - uLong len, left; - Byte buf[1]; /* for detection of incomplete stream when *destLen == 0 */ - - len = *sourceLen; - if (*destLen) { - left = *destLen; - *destLen = 0; - } - else { - left = 1; - dest = buf; - } - - stream.next_in = (z_const Bytef *)source; - stream.avail_in = 0; - stream.zalloc = (alloc_func)0; - stream.zfree = (free_func)0; - stream.opaque = (voidpf)0; - - err = inflateInit(&stream); - if (err != Z_OK) return err; - - stream.next_out = dest; - stream.avail_out = 0; - - do { - if (stream.avail_out == 0) { - stream.avail_out = left > (uLong)max ? max : (uInt)left; - left -= stream.avail_out; - } - if (stream.avail_in == 0) { - stream.avail_in = len > (uLong)max ? max : (uInt)len; - len -= stream.avail_in; - } - err = inflate(&stream, Z_NO_FLUSH); - } while (err == Z_OK); - - *sourceLen -= len + stream.avail_in; - if (dest != buf) - *destLen = stream.total_out; - else if (stream.total_out && err == Z_BUF_ERROR) - left = 1; - - inflateEnd(&stream); - return err == Z_STREAM_END ? Z_OK : - err == Z_NEED_DICT ? Z_DATA_ERROR : - err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR : - err; -} - -int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, - uLong sourceLen) { - return uncompress2(dest, destLen, source, &sourceLen); -} diff --git a/proj-web/thirdparty/zlib-1.3.1/watcom/watcom_f.mak b/proj-web/thirdparty/zlib-1.3.1/watcom/watcom_f.mak deleted file mode 100644 index 37f4d74..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/watcom/watcom_f.mak +++ /dev/null @@ -1,43 +0,0 @@ -# Makefile for zlib -# OpenWatcom flat model -# Last updated: 28-Dec-2005 - -# To use, do "wmake -f watcom_f.mak" - -C_SOURCE = adler32.c compress.c crc32.c deflate.c & - gzclose.c gzlib.c gzread.c gzwrite.c & - infback.c inffast.c inflate.c inftrees.c & - trees.c uncompr.c zutil.c - -OBJS = adler32.obj compress.obj crc32.obj deflate.obj & - gzclose.obj gzlib.obj gzread.obj gzwrite.obj & - infback.obj inffast.obj inflate.obj inftrees.obj & - trees.obj uncompr.obj zutil.obj - -CC = wcc386 -LINKER = wcl386 -CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx -ZLIB_LIB = zlib_f.lib - -.C.OBJ: - $(CC) $(CFLAGS) $[@ - -all: $(ZLIB_LIB) example.exe minigzip.exe - -$(ZLIB_LIB): $(OBJS) - wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj - wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj - wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj - wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj - wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj - -example.exe: $(ZLIB_LIB) example.obj - $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB) - -minigzip.exe: $(ZLIB_LIB) minigzip.obj - $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB) - -clean: .SYMBOLIC - del *.obj - del $(ZLIB_LIB) - @echo Cleaning done diff --git a/proj-web/thirdparty/zlib-1.3.1/watcom/watcom_l.mak b/proj-web/thirdparty/zlib-1.3.1/watcom/watcom_l.mak deleted file mode 100644 index 193eed7..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/watcom/watcom_l.mak +++ /dev/null @@ -1,43 +0,0 @@ -# Makefile for zlib -# OpenWatcom large model -# Last updated: 28-Dec-2005 - -# To use, do "wmake -f watcom_l.mak" - -C_SOURCE = adler32.c compress.c crc32.c deflate.c & - gzclose.c gzlib.c gzread.c gzwrite.c & - infback.c inffast.c inflate.c inftrees.c & - trees.c uncompr.c zutil.c - -OBJS = adler32.obj compress.obj crc32.obj deflate.obj & - gzclose.obj gzlib.obj gzread.obj gzwrite.obj & - infback.obj inffast.obj inflate.obj inftrees.obj & - trees.obj uncompr.obj zutil.obj - -CC = wcc -LINKER = wcl -CFLAGS = -zq -ml -s -bt=dos -oilrtfm -fr=nul -wx -ZLIB_LIB = zlib_l.lib - -.C.OBJ: - $(CC) $(CFLAGS) $[@ - -all: $(ZLIB_LIB) example.exe minigzip.exe - -$(ZLIB_LIB): $(OBJS) - wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj - wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj - wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj - wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj - wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj - -example.exe: $(ZLIB_LIB) example.obj - $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB) - -minigzip.exe: $(ZLIB_LIB) minigzip.obj - $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB) - -clean: .SYMBOLIC - del *.obj - del $(ZLIB_LIB) - @echo Cleaning done diff --git a/proj-web/thirdparty/zlib-1.3.1/zconf.h.cmakein b/proj-web/thirdparty/zlib-1.3.1/zconf.h.cmakein deleted file mode 100644 index 0abe3bc..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zconf.h.cmakein +++ /dev/null @@ -1,545 +0,0 @@ -/* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#ifndef ZCONF_H -#define ZCONF_H -#cmakedefine Z_PREFIX -#cmakedefine Z_HAVE_UNISTD_H - -/* - * If you *really* need a unique prefix for all types and library functions, - * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. - * Even better than compiling with -DZ_PREFIX would be to use configure to set - * this permanently in zconf.h using "./configure --zprefix". - */ -#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ -# define Z_PREFIX_SET - -/* all linked symbols and init macros */ -# define _dist_code z__dist_code -# define _length_code z__length_code -# define _tr_align z__tr_align -# define _tr_flush_bits z__tr_flush_bits -# define _tr_flush_block z__tr_flush_block -# define _tr_init z__tr_init -# define _tr_stored_block z__tr_stored_block -# define _tr_tally z__tr_tally -# define adler32 z_adler32 -# define adler32_combine z_adler32_combine -# define adler32_combine64 z_adler32_combine64 -# define adler32_z z_adler32_z -# ifndef Z_SOLO -# define compress z_compress -# define compress2 z_compress2 -# define compressBound z_compressBound -# endif -# define crc32 z_crc32 -# define crc32_combine z_crc32_combine -# define crc32_combine64 z_crc32_combine64 -# define crc32_combine_gen z_crc32_combine_gen -# define crc32_combine_gen64 z_crc32_combine_gen64 -# define crc32_combine_op z_crc32_combine_op -# define crc32_z z_crc32_z -# define deflate z_deflate -# define deflateBound z_deflateBound -# define deflateCopy z_deflateCopy -# define deflateEnd z_deflateEnd -# define deflateGetDictionary z_deflateGetDictionary -# define deflateInit z_deflateInit -# define deflateInit2 z_deflateInit2 -# define deflateInit2_ z_deflateInit2_ -# define deflateInit_ z_deflateInit_ -# define deflateParams z_deflateParams -# define deflatePending z_deflatePending -# define deflatePrime z_deflatePrime -# define deflateReset z_deflateReset -# define deflateResetKeep z_deflateResetKeep -# define deflateSetDictionary z_deflateSetDictionary -# define deflateSetHeader z_deflateSetHeader -# define deflateTune z_deflateTune -# define deflate_copyright z_deflate_copyright -# define get_crc_table z_get_crc_table -# ifndef Z_SOLO -# define gz_error z_gz_error -# define gz_intmax z_gz_intmax -# define gz_strwinerror z_gz_strwinerror -# define gzbuffer z_gzbuffer -# define gzclearerr z_gzclearerr -# define gzclose z_gzclose -# define gzclose_r z_gzclose_r -# define gzclose_w z_gzclose_w -# define gzdirect z_gzdirect -# define gzdopen z_gzdopen -# define gzeof z_gzeof -# define gzerror z_gzerror -# define gzflush z_gzflush -# define gzfread z_gzfread -# define gzfwrite z_gzfwrite -# define gzgetc z_gzgetc -# define gzgetc_ z_gzgetc_ -# define gzgets z_gzgets -# define gzoffset z_gzoffset -# define gzoffset64 z_gzoffset64 -# define gzopen z_gzopen -# define gzopen64 z_gzopen64 -# ifdef _WIN32 -# define gzopen_w z_gzopen_w -# endif -# define gzprintf z_gzprintf -# define gzputc z_gzputc -# define gzputs z_gzputs -# define gzread z_gzread -# define gzrewind z_gzrewind -# define gzseek z_gzseek -# define gzseek64 z_gzseek64 -# define gzsetparams z_gzsetparams -# define gztell z_gztell -# define gztell64 z_gztell64 -# define gzungetc z_gzungetc -# define gzvprintf z_gzvprintf -# define gzwrite z_gzwrite -# endif -# define inflate z_inflate -# define inflateBack z_inflateBack -# define inflateBackEnd z_inflateBackEnd -# define inflateBackInit z_inflateBackInit -# define inflateBackInit_ z_inflateBackInit_ -# define inflateCodesUsed z_inflateCodesUsed -# define inflateCopy z_inflateCopy -# define inflateEnd z_inflateEnd -# define inflateGetDictionary z_inflateGetDictionary -# define inflateGetHeader z_inflateGetHeader -# define inflateInit z_inflateInit -# define inflateInit2 z_inflateInit2 -# define inflateInit2_ z_inflateInit2_ -# define inflateInit_ z_inflateInit_ -# define inflateMark z_inflateMark -# define inflatePrime z_inflatePrime -# define inflateReset z_inflateReset -# define inflateReset2 z_inflateReset2 -# define inflateResetKeep z_inflateResetKeep -# define inflateSetDictionary z_inflateSetDictionary -# define inflateSync z_inflateSync -# define inflateSyncPoint z_inflateSyncPoint -# define inflateUndermine z_inflateUndermine -# define inflateValidate z_inflateValidate -# define inflate_copyright z_inflate_copyright -# define inflate_fast z_inflate_fast -# define inflate_table z_inflate_table -# ifndef Z_SOLO -# define uncompress z_uncompress -# define uncompress2 z_uncompress2 -# endif -# define zError z_zError -# ifndef Z_SOLO -# define zcalloc z_zcalloc -# define zcfree z_zcfree -# endif -# define zlibCompileFlags z_zlibCompileFlags -# define zlibVersion z_zlibVersion - -/* all zlib typedefs in zlib.h and zconf.h */ -# define Byte z_Byte -# define Bytef z_Bytef -# define alloc_func z_alloc_func -# define charf z_charf -# define free_func z_free_func -# ifndef Z_SOLO -# define gzFile z_gzFile -# endif -# define gz_header z_gz_header -# define gz_headerp z_gz_headerp -# define in_func z_in_func -# define intf z_intf -# define out_func z_out_func -# define uInt z_uInt -# define uIntf z_uIntf -# define uLong z_uLong -# define uLongf z_uLongf -# define voidp z_voidp -# define voidpc z_voidpc -# define voidpf z_voidpf - -/* all zlib structs in zlib.h and zconf.h */ -# define gz_header_s z_gz_header_s -# define internal_state z_internal_state - -#endif - -#if defined(__MSDOS__) && !defined(MSDOS) -# define MSDOS -#endif -#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) -# define OS2 -#endif -#if defined(_WINDOWS) && !defined(WINDOWS) -# define WINDOWS -#endif -#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) -# ifndef WIN32 -# define WIN32 -# endif -#endif -#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) -# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) -# ifndef SYS16BIT -# define SYS16BIT -# endif -# endif -#endif - -/* - * Compile with -DMAXSEG_64K if the alloc function cannot allocate more - * than 64k bytes at a time (needed on systems with 16-bit int). - */ -#ifdef SYS16BIT -# define MAXSEG_64K -#endif -#ifdef MSDOS -# define UNALIGNED_OK -#endif - -#ifdef __STDC_VERSION__ -# ifndef STDC -# define STDC -# endif -# if __STDC_VERSION__ >= 199901L -# ifndef STDC99 -# define STDC99 -# endif -# endif -#endif -#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) -# define STDC -#endif -#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) -# define STDC -#endif -#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) -# define STDC -#endif -#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) -# define STDC -#endif - -#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ -# define STDC -#endif - -#ifndef STDC -# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ -# define const /* note: need a more gentle solution here */ -# endif -#endif - -#if defined(ZLIB_CONST) && !defined(z_const) -# define z_const const -#else -# define z_const -#endif - -#ifdef Z_SOLO -# ifdef _WIN64 - typedef unsigned long long z_size_t; -# else - typedef unsigned long z_size_t; -# endif -#else -# define z_longlong long long -# if defined(NO_SIZE_T) - typedef unsigned NO_SIZE_T z_size_t; -# elif defined(STDC) -# include - typedef size_t z_size_t; -# else - typedef unsigned long z_size_t; -# endif -# undef z_longlong -#endif - -/* Maximum value for memLevel in deflateInit2 */ -#ifndef MAX_MEM_LEVEL -# ifdef MAXSEG_64K -# define MAX_MEM_LEVEL 8 -# else -# define MAX_MEM_LEVEL 9 -# endif -#endif - -/* Maximum value for windowBits in deflateInit2 and inflateInit2. - * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files - * created by gzip. (Files created by minigzip can still be extracted by - * gzip.) - */ -#ifndef MAX_WBITS -# define MAX_WBITS 15 /* 32K LZ77 window */ -#endif - -/* The memory requirements for deflate are (in bytes): - (1 << (windowBits+2)) + (1 << (memLevel+9)) - that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) - plus a few kilobytes for small objects. For example, if you want to reduce - the default memory requirements from 256K to 128K, compile with - make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" - Of course this will generally degrade compression (there's no free lunch). - - The memory requirements for inflate are (in bytes) 1 << windowBits - that is, 32K for windowBits=15 (default value) plus about 7 kilobytes - for small objects. -*/ - - /* Type declarations */ - -#ifndef OF /* function prototypes */ -# ifdef STDC -# define OF(args) args -# else -# define OF(args) () -# endif -#endif - -/* The following definitions for FAR are needed only for MSDOS mixed - * model programming (small or medium model with some far allocations). - * This was tested only with MSC; for other MSDOS compilers you may have - * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, - * just define FAR to be empty. - */ -#ifdef SYS16BIT -# if defined(M_I86SM) || defined(M_I86MM) - /* MSC small or medium model */ -# define SMALL_MEDIUM -# ifdef _MSC_VER -# define FAR _far -# else -# define FAR far -# endif -# endif -# if (defined(__SMALL__) || defined(__MEDIUM__)) - /* Turbo C small or medium model */ -# define SMALL_MEDIUM -# ifdef __BORLANDC__ -# define FAR _far -# else -# define FAR far -# endif -# endif -#endif - -#if defined(WINDOWS) || defined(WIN32) - /* If building or using zlib as a DLL, define ZLIB_DLL. - * This is not mandatory, but it offers a little performance increase. - */ -# ifdef ZLIB_DLL -# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) -# ifdef ZLIB_INTERNAL -# define ZEXTERN extern __declspec(dllexport) -# else -# define ZEXTERN extern __declspec(dllimport) -# endif -# endif -# endif /* ZLIB_DLL */ - /* If building or using zlib with the WINAPI/WINAPIV calling convention, - * define ZLIB_WINAPI. - * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. - */ -# ifdef ZLIB_WINAPI -# ifdef FAR -# undef FAR -# endif -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include - /* No need for _export, use ZLIB.DEF instead. */ - /* For complete Windows compatibility, use WINAPI, not __stdcall. */ -# define ZEXPORT WINAPI -# ifdef WIN32 -# define ZEXPORTVA WINAPIV -# else -# define ZEXPORTVA FAR CDECL -# endif -# endif -#endif - -#if defined (__BEOS__) -# ifdef ZLIB_DLL -# ifdef ZLIB_INTERNAL -# define ZEXPORT __declspec(dllexport) -# define ZEXPORTVA __declspec(dllexport) -# else -# define ZEXPORT __declspec(dllimport) -# define ZEXPORTVA __declspec(dllimport) -# endif -# endif -#endif - -#ifndef ZEXTERN -# define ZEXTERN extern -#endif -#ifndef ZEXPORT -# define ZEXPORT -#endif -#ifndef ZEXPORTVA -# define ZEXPORTVA -#endif - -#ifndef FAR -# define FAR -#endif - -#if !defined(__MACTYPES__) -typedef unsigned char Byte; /* 8 bits */ -#endif -typedef unsigned int uInt; /* 16 bits or more */ -typedef unsigned long uLong; /* 32 bits or more */ - -#ifdef SMALL_MEDIUM - /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ -# define Bytef Byte FAR -#else - typedef Byte FAR Bytef; -#endif -typedef char FAR charf; -typedef int FAR intf; -typedef uInt FAR uIntf; -typedef uLong FAR uLongf; - -#ifdef STDC - typedef void const *voidpc; - typedef void FAR *voidpf; - typedef void *voidp; -#else - typedef Byte const *voidpc; - typedef Byte FAR *voidpf; - typedef Byte *voidp; -#endif - -#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) -# include -# if (UINT_MAX == 0xffffffffUL) -# define Z_U4 unsigned -# elif (ULONG_MAX == 0xffffffffUL) -# define Z_U4 unsigned long -# elif (USHRT_MAX == 0xffffffffUL) -# define Z_U4 unsigned short -# endif -#endif - -#ifdef Z_U4 - typedef Z_U4 z_crc_t; -#else - typedef unsigned long z_crc_t; -#endif - -#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_UNISTD_H -#endif - -#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_STDARG_H -#endif - -#ifdef STDC -# ifndef Z_SOLO -# include /* for off_t */ -# endif -#endif - -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifndef Z_SOLO -# include /* for va_list */ -# endif -#endif - -#ifdef _WIN32 -# ifndef Z_SOLO -# include /* for wchar_t */ -# endif -#endif - -/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and - * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even - * though the former does not conform to the LFS document), but considering - * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as - * equivalently requesting no 64-bit operations - */ -#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 -# undef _LARGEFILE64_SOURCE -#endif - -#ifndef Z_HAVE_UNISTD_H -# ifdef __WATCOMC__ -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_HAVE_UNISTD_H -# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_SOLO -# if defined(Z_HAVE_UNISTD_H) -# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ -# ifdef VMS -# include /* for off_t */ -# endif -# ifndef z_off_t -# define z_off_t off_t -# endif -# endif -#endif - -#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 -# define Z_LFS64 -#endif - -#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) -# define Z_LARGE64 -#endif - -#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) -# define Z_WANT64 -#endif - -#if !defined(SEEK_SET) && !defined(Z_SOLO) -# define SEEK_SET 0 /* Seek from beginning of file. */ -# define SEEK_CUR 1 /* Seek from current position. */ -# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ -#endif - -#ifndef z_off_t -# define z_off_t long -#endif - -#if !defined(_WIN32) && defined(Z_LARGE64) -# define z_off64_t off64_t -#else -# if defined(_WIN32) && !defined(__GNUC__) -# define z_off64_t __int64 -# else -# define z_off64_t z_off_t -# endif -#endif - -/* MVS linker does not support external names larger than 8 bytes */ -#if defined(__MVS__) - #pragma map(deflateInit_,"DEIN") - #pragma map(deflateInit2_,"DEIN2") - #pragma map(deflateEnd,"DEEND") - #pragma map(deflateBound,"DEBND") - #pragma map(inflateInit_,"ININ") - #pragma map(inflateInit2_,"ININ2") - #pragma map(inflateEnd,"INEND") - #pragma map(inflateSync,"INSY") - #pragma map(inflateSetDictionary,"INSEDI") - #pragma map(compressBound,"CMBND") - #pragma map(inflate_table,"INTABL") - #pragma map(inflate_fast,"INFA") - #pragma map(inflate_copyright,"INCOPY") -#endif - -#endif /* ZCONF_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/zconf.h.in b/proj-web/thirdparty/zlib-1.3.1/zconf.h.in deleted file mode 100644 index 62adc8d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zconf.h.in +++ /dev/null @@ -1,543 +0,0 @@ -/* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#ifndef ZCONF_H -#define ZCONF_H - -/* - * If you *really* need a unique prefix for all types and library functions, - * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. - * Even better than compiling with -DZ_PREFIX would be to use configure to set - * this permanently in zconf.h using "./configure --zprefix". - */ -#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ -# define Z_PREFIX_SET - -/* all linked symbols and init macros */ -# define _dist_code z__dist_code -# define _length_code z__length_code -# define _tr_align z__tr_align -# define _tr_flush_bits z__tr_flush_bits -# define _tr_flush_block z__tr_flush_block -# define _tr_init z__tr_init -# define _tr_stored_block z__tr_stored_block -# define _tr_tally z__tr_tally -# define adler32 z_adler32 -# define adler32_combine z_adler32_combine -# define adler32_combine64 z_adler32_combine64 -# define adler32_z z_adler32_z -# ifndef Z_SOLO -# define compress z_compress -# define compress2 z_compress2 -# define compressBound z_compressBound -# endif -# define crc32 z_crc32 -# define crc32_combine z_crc32_combine -# define crc32_combine64 z_crc32_combine64 -# define crc32_combine_gen z_crc32_combine_gen -# define crc32_combine_gen64 z_crc32_combine_gen64 -# define crc32_combine_op z_crc32_combine_op -# define crc32_z z_crc32_z -# define deflate z_deflate -# define deflateBound z_deflateBound -# define deflateCopy z_deflateCopy -# define deflateEnd z_deflateEnd -# define deflateGetDictionary z_deflateGetDictionary -# define deflateInit z_deflateInit -# define deflateInit2 z_deflateInit2 -# define deflateInit2_ z_deflateInit2_ -# define deflateInit_ z_deflateInit_ -# define deflateParams z_deflateParams -# define deflatePending z_deflatePending -# define deflatePrime z_deflatePrime -# define deflateReset z_deflateReset -# define deflateResetKeep z_deflateResetKeep -# define deflateSetDictionary z_deflateSetDictionary -# define deflateSetHeader z_deflateSetHeader -# define deflateTune z_deflateTune -# define deflate_copyright z_deflate_copyright -# define get_crc_table z_get_crc_table -# ifndef Z_SOLO -# define gz_error z_gz_error -# define gz_intmax z_gz_intmax -# define gz_strwinerror z_gz_strwinerror -# define gzbuffer z_gzbuffer -# define gzclearerr z_gzclearerr -# define gzclose z_gzclose -# define gzclose_r z_gzclose_r -# define gzclose_w z_gzclose_w -# define gzdirect z_gzdirect -# define gzdopen z_gzdopen -# define gzeof z_gzeof -# define gzerror z_gzerror -# define gzflush z_gzflush -# define gzfread z_gzfread -# define gzfwrite z_gzfwrite -# define gzgetc z_gzgetc -# define gzgetc_ z_gzgetc_ -# define gzgets z_gzgets -# define gzoffset z_gzoffset -# define gzoffset64 z_gzoffset64 -# define gzopen z_gzopen -# define gzopen64 z_gzopen64 -# ifdef _WIN32 -# define gzopen_w z_gzopen_w -# endif -# define gzprintf z_gzprintf -# define gzputc z_gzputc -# define gzputs z_gzputs -# define gzread z_gzread -# define gzrewind z_gzrewind -# define gzseek z_gzseek -# define gzseek64 z_gzseek64 -# define gzsetparams z_gzsetparams -# define gztell z_gztell -# define gztell64 z_gztell64 -# define gzungetc z_gzungetc -# define gzvprintf z_gzvprintf -# define gzwrite z_gzwrite -# endif -# define inflate z_inflate -# define inflateBack z_inflateBack -# define inflateBackEnd z_inflateBackEnd -# define inflateBackInit z_inflateBackInit -# define inflateBackInit_ z_inflateBackInit_ -# define inflateCodesUsed z_inflateCodesUsed -# define inflateCopy z_inflateCopy -# define inflateEnd z_inflateEnd -# define inflateGetDictionary z_inflateGetDictionary -# define inflateGetHeader z_inflateGetHeader -# define inflateInit z_inflateInit -# define inflateInit2 z_inflateInit2 -# define inflateInit2_ z_inflateInit2_ -# define inflateInit_ z_inflateInit_ -# define inflateMark z_inflateMark -# define inflatePrime z_inflatePrime -# define inflateReset z_inflateReset -# define inflateReset2 z_inflateReset2 -# define inflateResetKeep z_inflateResetKeep -# define inflateSetDictionary z_inflateSetDictionary -# define inflateSync z_inflateSync -# define inflateSyncPoint z_inflateSyncPoint -# define inflateUndermine z_inflateUndermine -# define inflateValidate z_inflateValidate -# define inflate_copyright z_inflate_copyright -# define inflate_fast z_inflate_fast -# define inflate_table z_inflate_table -# ifndef Z_SOLO -# define uncompress z_uncompress -# define uncompress2 z_uncompress2 -# endif -# define zError z_zError -# ifndef Z_SOLO -# define zcalloc z_zcalloc -# define zcfree z_zcfree -# endif -# define zlibCompileFlags z_zlibCompileFlags -# define zlibVersion z_zlibVersion - -/* all zlib typedefs in zlib.h and zconf.h */ -# define Byte z_Byte -# define Bytef z_Bytef -# define alloc_func z_alloc_func -# define charf z_charf -# define free_func z_free_func -# ifndef Z_SOLO -# define gzFile z_gzFile -# endif -# define gz_header z_gz_header -# define gz_headerp z_gz_headerp -# define in_func z_in_func -# define intf z_intf -# define out_func z_out_func -# define uInt z_uInt -# define uIntf z_uIntf -# define uLong z_uLong -# define uLongf z_uLongf -# define voidp z_voidp -# define voidpc z_voidpc -# define voidpf z_voidpf - -/* all zlib structs in zlib.h and zconf.h */ -# define gz_header_s z_gz_header_s -# define internal_state z_internal_state - -#endif - -#if defined(__MSDOS__) && !defined(MSDOS) -# define MSDOS -#endif -#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) -# define OS2 -#endif -#if defined(_WINDOWS) && !defined(WINDOWS) -# define WINDOWS -#endif -#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) -# ifndef WIN32 -# define WIN32 -# endif -#endif -#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) -# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) -# ifndef SYS16BIT -# define SYS16BIT -# endif -# endif -#endif - -/* - * Compile with -DMAXSEG_64K if the alloc function cannot allocate more - * than 64k bytes at a time (needed on systems with 16-bit int). - */ -#ifdef SYS16BIT -# define MAXSEG_64K -#endif -#ifdef MSDOS -# define UNALIGNED_OK -#endif - -#ifdef __STDC_VERSION__ -# ifndef STDC -# define STDC -# endif -# if __STDC_VERSION__ >= 199901L -# ifndef STDC99 -# define STDC99 -# endif -# endif -#endif -#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) -# define STDC -#endif -#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) -# define STDC -#endif -#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) -# define STDC -#endif -#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) -# define STDC -#endif - -#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ -# define STDC -#endif - -#ifndef STDC -# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ -# define const /* note: need a more gentle solution here */ -# endif -#endif - -#if defined(ZLIB_CONST) && !defined(z_const) -# define z_const const -#else -# define z_const -#endif - -#ifdef Z_SOLO -# ifdef _WIN64 - typedef unsigned long long z_size_t; -# else - typedef unsigned long z_size_t; -# endif -#else -# define z_longlong long long -# if defined(NO_SIZE_T) - typedef unsigned NO_SIZE_T z_size_t; -# elif defined(STDC) -# include - typedef size_t z_size_t; -# else - typedef unsigned long z_size_t; -# endif -# undef z_longlong -#endif - -/* Maximum value for memLevel in deflateInit2 */ -#ifndef MAX_MEM_LEVEL -# ifdef MAXSEG_64K -# define MAX_MEM_LEVEL 8 -# else -# define MAX_MEM_LEVEL 9 -# endif -#endif - -/* Maximum value for windowBits in deflateInit2 and inflateInit2. - * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files - * created by gzip. (Files created by minigzip can still be extracted by - * gzip.) - */ -#ifndef MAX_WBITS -# define MAX_WBITS 15 /* 32K LZ77 window */ -#endif - -/* The memory requirements for deflate are (in bytes): - (1 << (windowBits+2)) + (1 << (memLevel+9)) - that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) - plus a few kilobytes for small objects. For example, if you want to reduce - the default memory requirements from 256K to 128K, compile with - make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" - Of course this will generally degrade compression (there's no free lunch). - - The memory requirements for inflate are (in bytes) 1 << windowBits - that is, 32K for windowBits=15 (default value) plus about 7 kilobytes - for small objects. -*/ - - /* Type declarations */ - -#ifndef OF /* function prototypes */ -# ifdef STDC -# define OF(args) args -# else -# define OF(args) () -# endif -#endif - -/* The following definitions for FAR are needed only for MSDOS mixed - * model programming (small or medium model with some far allocations). - * This was tested only with MSC; for other MSDOS compilers you may have - * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, - * just define FAR to be empty. - */ -#ifdef SYS16BIT -# if defined(M_I86SM) || defined(M_I86MM) - /* MSC small or medium model */ -# define SMALL_MEDIUM -# ifdef _MSC_VER -# define FAR _far -# else -# define FAR far -# endif -# endif -# if (defined(__SMALL__) || defined(__MEDIUM__)) - /* Turbo C small or medium model */ -# define SMALL_MEDIUM -# ifdef __BORLANDC__ -# define FAR _far -# else -# define FAR far -# endif -# endif -#endif - -#if defined(WINDOWS) || defined(WIN32) - /* If building or using zlib as a DLL, define ZLIB_DLL. - * This is not mandatory, but it offers a little performance increase. - */ -# ifdef ZLIB_DLL -# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) -# ifdef ZLIB_INTERNAL -# define ZEXTERN extern __declspec(dllexport) -# else -# define ZEXTERN extern __declspec(dllimport) -# endif -# endif -# endif /* ZLIB_DLL */ - /* If building or using zlib with the WINAPI/WINAPIV calling convention, - * define ZLIB_WINAPI. - * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. - */ -# ifdef ZLIB_WINAPI -# ifdef FAR -# undef FAR -# endif -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include - /* No need for _export, use ZLIB.DEF instead. */ - /* For complete Windows compatibility, use WINAPI, not __stdcall. */ -# define ZEXPORT WINAPI -# ifdef WIN32 -# define ZEXPORTVA WINAPIV -# else -# define ZEXPORTVA FAR CDECL -# endif -# endif -#endif - -#if defined (__BEOS__) -# ifdef ZLIB_DLL -# ifdef ZLIB_INTERNAL -# define ZEXPORT __declspec(dllexport) -# define ZEXPORTVA __declspec(dllexport) -# else -# define ZEXPORT __declspec(dllimport) -# define ZEXPORTVA __declspec(dllimport) -# endif -# endif -#endif - -#ifndef ZEXTERN -# define ZEXTERN extern -#endif -#ifndef ZEXPORT -# define ZEXPORT -#endif -#ifndef ZEXPORTVA -# define ZEXPORTVA -#endif - -#ifndef FAR -# define FAR -#endif - -#if !defined(__MACTYPES__) -typedef unsigned char Byte; /* 8 bits */ -#endif -typedef unsigned int uInt; /* 16 bits or more */ -typedef unsigned long uLong; /* 32 bits or more */ - -#ifdef SMALL_MEDIUM - /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ -# define Bytef Byte FAR -#else - typedef Byte FAR Bytef; -#endif -typedef char FAR charf; -typedef int FAR intf; -typedef uInt FAR uIntf; -typedef uLong FAR uLongf; - -#ifdef STDC - typedef void const *voidpc; - typedef void FAR *voidpf; - typedef void *voidp; -#else - typedef Byte const *voidpc; - typedef Byte FAR *voidpf; - typedef Byte *voidp; -#endif - -#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) -# include -# if (UINT_MAX == 0xffffffffUL) -# define Z_U4 unsigned -# elif (ULONG_MAX == 0xffffffffUL) -# define Z_U4 unsigned long -# elif (USHRT_MAX == 0xffffffffUL) -# define Z_U4 unsigned short -# endif -#endif - -#ifdef Z_U4 - typedef Z_U4 z_crc_t; -#else - typedef unsigned long z_crc_t; -#endif - -#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_UNISTD_H -#endif - -#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_STDARG_H -#endif - -#ifdef STDC -# ifndef Z_SOLO -# include /* for off_t */ -# endif -#endif - -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifndef Z_SOLO -# include /* for va_list */ -# endif -#endif - -#ifdef _WIN32 -# ifndef Z_SOLO -# include /* for wchar_t */ -# endif -#endif - -/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and - * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even - * though the former does not conform to the LFS document), but considering - * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as - * equivalently requesting no 64-bit operations - */ -#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 -# undef _LARGEFILE64_SOURCE -#endif - -#ifndef Z_HAVE_UNISTD_H -# ifdef __WATCOMC__ -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_HAVE_UNISTD_H -# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_SOLO -# if defined(Z_HAVE_UNISTD_H) -# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ -# ifdef VMS -# include /* for off_t */ -# endif -# ifndef z_off_t -# define z_off_t off_t -# endif -# endif -#endif - -#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 -# define Z_LFS64 -#endif - -#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) -# define Z_LARGE64 -#endif - -#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) -# define Z_WANT64 -#endif - -#if !defined(SEEK_SET) && !defined(Z_SOLO) -# define SEEK_SET 0 /* Seek from beginning of file. */ -# define SEEK_CUR 1 /* Seek from current position. */ -# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ -#endif - -#ifndef z_off_t -# define z_off_t long -#endif - -#if !defined(_WIN32) && defined(Z_LARGE64) -# define z_off64_t off64_t -#else -# if defined(_WIN32) && !defined(__GNUC__) -# define z_off64_t __int64 -# else -# define z_off64_t z_off_t -# endif -#endif - -/* MVS linker does not support external names larger than 8 bytes */ -#if defined(__MVS__) - #pragma map(deflateInit_,"DEIN") - #pragma map(deflateInit2_,"DEIN2") - #pragma map(deflateEnd,"DEEND") - #pragma map(deflateBound,"DEBND") - #pragma map(inflateInit_,"ININ") - #pragma map(inflateInit2_,"ININ2") - #pragma map(inflateEnd,"INEND") - #pragma map(inflateSync,"INSY") - #pragma map(inflateSetDictionary,"INSEDI") - #pragma map(compressBound,"CMBND") - #pragma map(inflate_table,"INTABL") - #pragma map(inflate_fast,"INFA") - #pragma map(inflate_copyright,"INCOPY") -#endif - -#endif /* ZCONF_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/zconf.h.included b/proj-web/thirdparty/zlib-1.3.1/zconf.h.included deleted file mode 100644 index 62adc8d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zconf.h.included +++ /dev/null @@ -1,543 +0,0 @@ -/* zconf.h -- configuration of the zlib compression library - * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#ifndef ZCONF_H -#define ZCONF_H - -/* - * If you *really* need a unique prefix for all types and library functions, - * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. - * Even better than compiling with -DZ_PREFIX would be to use configure to set - * this permanently in zconf.h using "./configure --zprefix". - */ -#ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ -# define Z_PREFIX_SET - -/* all linked symbols and init macros */ -# define _dist_code z__dist_code -# define _length_code z__length_code -# define _tr_align z__tr_align -# define _tr_flush_bits z__tr_flush_bits -# define _tr_flush_block z__tr_flush_block -# define _tr_init z__tr_init -# define _tr_stored_block z__tr_stored_block -# define _tr_tally z__tr_tally -# define adler32 z_adler32 -# define adler32_combine z_adler32_combine -# define adler32_combine64 z_adler32_combine64 -# define adler32_z z_adler32_z -# ifndef Z_SOLO -# define compress z_compress -# define compress2 z_compress2 -# define compressBound z_compressBound -# endif -# define crc32 z_crc32 -# define crc32_combine z_crc32_combine -# define crc32_combine64 z_crc32_combine64 -# define crc32_combine_gen z_crc32_combine_gen -# define crc32_combine_gen64 z_crc32_combine_gen64 -# define crc32_combine_op z_crc32_combine_op -# define crc32_z z_crc32_z -# define deflate z_deflate -# define deflateBound z_deflateBound -# define deflateCopy z_deflateCopy -# define deflateEnd z_deflateEnd -# define deflateGetDictionary z_deflateGetDictionary -# define deflateInit z_deflateInit -# define deflateInit2 z_deflateInit2 -# define deflateInit2_ z_deflateInit2_ -# define deflateInit_ z_deflateInit_ -# define deflateParams z_deflateParams -# define deflatePending z_deflatePending -# define deflatePrime z_deflatePrime -# define deflateReset z_deflateReset -# define deflateResetKeep z_deflateResetKeep -# define deflateSetDictionary z_deflateSetDictionary -# define deflateSetHeader z_deflateSetHeader -# define deflateTune z_deflateTune -# define deflate_copyright z_deflate_copyright -# define get_crc_table z_get_crc_table -# ifndef Z_SOLO -# define gz_error z_gz_error -# define gz_intmax z_gz_intmax -# define gz_strwinerror z_gz_strwinerror -# define gzbuffer z_gzbuffer -# define gzclearerr z_gzclearerr -# define gzclose z_gzclose -# define gzclose_r z_gzclose_r -# define gzclose_w z_gzclose_w -# define gzdirect z_gzdirect -# define gzdopen z_gzdopen -# define gzeof z_gzeof -# define gzerror z_gzerror -# define gzflush z_gzflush -# define gzfread z_gzfread -# define gzfwrite z_gzfwrite -# define gzgetc z_gzgetc -# define gzgetc_ z_gzgetc_ -# define gzgets z_gzgets -# define gzoffset z_gzoffset -# define gzoffset64 z_gzoffset64 -# define gzopen z_gzopen -# define gzopen64 z_gzopen64 -# ifdef _WIN32 -# define gzopen_w z_gzopen_w -# endif -# define gzprintf z_gzprintf -# define gzputc z_gzputc -# define gzputs z_gzputs -# define gzread z_gzread -# define gzrewind z_gzrewind -# define gzseek z_gzseek -# define gzseek64 z_gzseek64 -# define gzsetparams z_gzsetparams -# define gztell z_gztell -# define gztell64 z_gztell64 -# define gzungetc z_gzungetc -# define gzvprintf z_gzvprintf -# define gzwrite z_gzwrite -# endif -# define inflate z_inflate -# define inflateBack z_inflateBack -# define inflateBackEnd z_inflateBackEnd -# define inflateBackInit z_inflateBackInit -# define inflateBackInit_ z_inflateBackInit_ -# define inflateCodesUsed z_inflateCodesUsed -# define inflateCopy z_inflateCopy -# define inflateEnd z_inflateEnd -# define inflateGetDictionary z_inflateGetDictionary -# define inflateGetHeader z_inflateGetHeader -# define inflateInit z_inflateInit -# define inflateInit2 z_inflateInit2 -# define inflateInit2_ z_inflateInit2_ -# define inflateInit_ z_inflateInit_ -# define inflateMark z_inflateMark -# define inflatePrime z_inflatePrime -# define inflateReset z_inflateReset -# define inflateReset2 z_inflateReset2 -# define inflateResetKeep z_inflateResetKeep -# define inflateSetDictionary z_inflateSetDictionary -# define inflateSync z_inflateSync -# define inflateSyncPoint z_inflateSyncPoint -# define inflateUndermine z_inflateUndermine -# define inflateValidate z_inflateValidate -# define inflate_copyright z_inflate_copyright -# define inflate_fast z_inflate_fast -# define inflate_table z_inflate_table -# ifndef Z_SOLO -# define uncompress z_uncompress -# define uncompress2 z_uncompress2 -# endif -# define zError z_zError -# ifndef Z_SOLO -# define zcalloc z_zcalloc -# define zcfree z_zcfree -# endif -# define zlibCompileFlags z_zlibCompileFlags -# define zlibVersion z_zlibVersion - -/* all zlib typedefs in zlib.h and zconf.h */ -# define Byte z_Byte -# define Bytef z_Bytef -# define alloc_func z_alloc_func -# define charf z_charf -# define free_func z_free_func -# ifndef Z_SOLO -# define gzFile z_gzFile -# endif -# define gz_header z_gz_header -# define gz_headerp z_gz_headerp -# define in_func z_in_func -# define intf z_intf -# define out_func z_out_func -# define uInt z_uInt -# define uIntf z_uIntf -# define uLong z_uLong -# define uLongf z_uLongf -# define voidp z_voidp -# define voidpc z_voidpc -# define voidpf z_voidpf - -/* all zlib structs in zlib.h and zconf.h */ -# define gz_header_s z_gz_header_s -# define internal_state z_internal_state - -#endif - -#if defined(__MSDOS__) && !defined(MSDOS) -# define MSDOS -#endif -#if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) -# define OS2 -#endif -#if defined(_WINDOWS) && !defined(WINDOWS) -# define WINDOWS -#endif -#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) -# ifndef WIN32 -# define WIN32 -# endif -#endif -#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) -# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) -# ifndef SYS16BIT -# define SYS16BIT -# endif -# endif -#endif - -/* - * Compile with -DMAXSEG_64K if the alloc function cannot allocate more - * than 64k bytes at a time (needed on systems with 16-bit int). - */ -#ifdef SYS16BIT -# define MAXSEG_64K -#endif -#ifdef MSDOS -# define UNALIGNED_OK -#endif - -#ifdef __STDC_VERSION__ -# ifndef STDC -# define STDC -# endif -# if __STDC_VERSION__ >= 199901L -# ifndef STDC99 -# define STDC99 -# endif -# endif -#endif -#if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) -# define STDC -#endif -#if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) -# define STDC -#endif -#if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) -# define STDC -#endif -#if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) -# define STDC -#endif - -#if defined(__OS400__) && !defined(STDC) /* iSeries (formerly AS/400). */ -# define STDC -#endif - -#ifndef STDC -# ifndef const /* cannot use !defined(STDC) && !defined(const) on Mac */ -# define const /* note: need a more gentle solution here */ -# endif -#endif - -#if defined(ZLIB_CONST) && !defined(z_const) -# define z_const const -#else -# define z_const -#endif - -#ifdef Z_SOLO -# ifdef _WIN64 - typedef unsigned long long z_size_t; -# else - typedef unsigned long z_size_t; -# endif -#else -# define z_longlong long long -# if defined(NO_SIZE_T) - typedef unsigned NO_SIZE_T z_size_t; -# elif defined(STDC) -# include - typedef size_t z_size_t; -# else - typedef unsigned long z_size_t; -# endif -# undef z_longlong -#endif - -/* Maximum value for memLevel in deflateInit2 */ -#ifndef MAX_MEM_LEVEL -# ifdef MAXSEG_64K -# define MAX_MEM_LEVEL 8 -# else -# define MAX_MEM_LEVEL 9 -# endif -#endif - -/* Maximum value for windowBits in deflateInit2 and inflateInit2. - * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files - * created by gzip. (Files created by minigzip can still be extracted by - * gzip.) - */ -#ifndef MAX_WBITS -# define MAX_WBITS 15 /* 32K LZ77 window */ -#endif - -/* The memory requirements for deflate are (in bytes): - (1 << (windowBits+2)) + (1 << (memLevel+9)) - that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) - plus a few kilobytes for small objects. For example, if you want to reduce - the default memory requirements from 256K to 128K, compile with - make CFLAGS="-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7" - Of course this will generally degrade compression (there's no free lunch). - - The memory requirements for inflate are (in bytes) 1 << windowBits - that is, 32K for windowBits=15 (default value) plus about 7 kilobytes - for small objects. -*/ - - /* Type declarations */ - -#ifndef OF /* function prototypes */ -# ifdef STDC -# define OF(args) args -# else -# define OF(args) () -# endif -#endif - -/* The following definitions for FAR are needed only for MSDOS mixed - * model programming (small or medium model with some far allocations). - * This was tested only with MSC; for other MSDOS compilers you may have - * to define NO_MEMCPY in zutil.h. If you don't need the mixed model, - * just define FAR to be empty. - */ -#ifdef SYS16BIT -# if defined(M_I86SM) || defined(M_I86MM) - /* MSC small or medium model */ -# define SMALL_MEDIUM -# ifdef _MSC_VER -# define FAR _far -# else -# define FAR far -# endif -# endif -# if (defined(__SMALL__) || defined(__MEDIUM__)) - /* Turbo C small or medium model */ -# define SMALL_MEDIUM -# ifdef __BORLANDC__ -# define FAR _far -# else -# define FAR far -# endif -# endif -#endif - -#if defined(WINDOWS) || defined(WIN32) - /* If building or using zlib as a DLL, define ZLIB_DLL. - * This is not mandatory, but it offers a little performance increase. - */ -# ifdef ZLIB_DLL -# if defined(WIN32) && (!defined(__BORLANDC__) || (__BORLANDC__ >= 0x500)) -# ifdef ZLIB_INTERNAL -# define ZEXTERN extern __declspec(dllexport) -# else -# define ZEXTERN extern __declspec(dllimport) -# endif -# endif -# endif /* ZLIB_DLL */ - /* If building or using zlib with the WINAPI/WINAPIV calling convention, - * define ZLIB_WINAPI. - * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI. - */ -# ifdef ZLIB_WINAPI -# ifdef FAR -# undef FAR -# endif -# ifndef WIN32_LEAN_AND_MEAN -# define WIN32_LEAN_AND_MEAN -# endif -# include - /* No need for _export, use ZLIB.DEF instead. */ - /* For complete Windows compatibility, use WINAPI, not __stdcall. */ -# define ZEXPORT WINAPI -# ifdef WIN32 -# define ZEXPORTVA WINAPIV -# else -# define ZEXPORTVA FAR CDECL -# endif -# endif -#endif - -#if defined (__BEOS__) -# ifdef ZLIB_DLL -# ifdef ZLIB_INTERNAL -# define ZEXPORT __declspec(dllexport) -# define ZEXPORTVA __declspec(dllexport) -# else -# define ZEXPORT __declspec(dllimport) -# define ZEXPORTVA __declspec(dllimport) -# endif -# endif -#endif - -#ifndef ZEXTERN -# define ZEXTERN extern -#endif -#ifndef ZEXPORT -# define ZEXPORT -#endif -#ifndef ZEXPORTVA -# define ZEXPORTVA -#endif - -#ifndef FAR -# define FAR -#endif - -#if !defined(__MACTYPES__) -typedef unsigned char Byte; /* 8 bits */ -#endif -typedef unsigned int uInt; /* 16 bits or more */ -typedef unsigned long uLong; /* 32 bits or more */ - -#ifdef SMALL_MEDIUM - /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */ -# define Bytef Byte FAR -#else - typedef Byte FAR Bytef; -#endif -typedef char FAR charf; -typedef int FAR intf; -typedef uInt FAR uIntf; -typedef uLong FAR uLongf; - -#ifdef STDC - typedef void const *voidpc; - typedef void FAR *voidpf; - typedef void *voidp; -#else - typedef Byte const *voidpc; - typedef Byte FAR *voidpf; - typedef Byte *voidp; -#endif - -#if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) -# include -# if (UINT_MAX == 0xffffffffUL) -# define Z_U4 unsigned -# elif (ULONG_MAX == 0xffffffffUL) -# define Z_U4 unsigned long -# elif (USHRT_MAX == 0xffffffffUL) -# define Z_U4 unsigned short -# endif -#endif - -#ifdef Z_U4 - typedef Z_U4 z_crc_t; -#else - typedef unsigned long z_crc_t; -#endif - -#ifdef HAVE_UNISTD_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_UNISTD_H -#endif - -#ifdef HAVE_STDARG_H /* may be set to #if 1 by ./configure */ -# define Z_HAVE_STDARG_H -#endif - -#ifdef STDC -# ifndef Z_SOLO -# include /* for off_t */ -# endif -#endif - -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifndef Z_SOLO -# include /* for va_list */ -# endif -#endif - -#ifdef _WIN32 -# ifndef Z_SOLO -# include /* for wchar_t */ -# endif -#endif - -/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and - * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even - * though the former does not conform to the LFS document), but considering - * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as - * equivalently requesting no 64-bit operations - */ -#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1 -# undef _LARGEFILE64_SOURCE -#endif - -#ifndef Z_HAVE_UNISTD_H -# ifdef __WATCOMC__ -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_HAVE_UNISTD_H -# if defined(_LARGEFILE64_SOURCE) && !defined(_WIN32) -# define Z_HAVE_UNISTD_H -# endif -#endif -#ifndef Z_SOLO -# if defined(Z_HAVE_UNISTD_H) -# include /* for SEEK_*, off_t, and _LFS64_LARGEFILE */ -# ifdef VMS -# include /* for off_t */ -# endif -# ifndef z_off_t -# define z_off_t off_t -# endif -# endif -#endif - -#if defined(_LFS64_LARGEFILE) && _LFS64_LARGEFILE-0 -# define Z_LFS64 -#endif - -#if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64) -# define Z_LARGE64 -#endif - -#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64) -# define Z_WANT64 -#endif - -#if !defined(SEEK_SET) && !defined(Z_SOLO) -# define SEEK_SET 0 /* Seek from beginning of file. */ -# define SEEK_CUR 1 /* Seek from current position. */ -# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ -#endif - -#ifndef z_off_t -# define z_off_t long -#endif - -#if !defined(_WIN32) && defined(Z_LARGE64) -# define z_off64_t off64_t -#else -# if defined(_WIN32) && !defined(__GNUC__) -# define z_off64_t __int64 -# else -# define z_off64_t z_off_t -# endif -#endif - -/* MVS linker does not support external names larger than 8 bytes */ -#if defined(__MVS__) - #pragma map(deflateInit_,"DEIN") - #pragma map(deflateInit2_,"DEIN2") - #pragma map(deflateEnd,"DEEND") - #pragma map(deflateBound,"DEBND") - #pragma map(inflateInit_,"ININ") - #pragma map(inflateInit2_,"ININ2") - #pragma map(inflateEnd,"INEND") - #pragma map(inflateSync,"INSY") - #pragma map(inflateSetDictionary,"INSEDI") - #pragma map(compressBound,"CMBND") - #pragma map(inflate_table,"INTABL") - #pragma map(inflate_fast,"INFA") - #pragma map(inflate_copyright,"INCOPY") -#endif - -#endif /* ZCONF_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/zlib.3 b/proj-web/thirdparty/zlib-1.3.1/zlib.3 deleted file mode 100644 index c716020..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zlib.3 +++ /dev/null @@ -1,149 +0,0 @@ -.TH ZLIB 3 "22 Jan 2024" -.SH NAME -zlib \- compression/decompression library -.SH SYNOPSIS -[see -.I zlib.h -for full description] -.SH DESCRIPTION -The -.I zlib -library is a general purpose data compression library. -The code is thread safe, assuming that the standard library functions -used are thread safe, such as memory allocation routines. -It provides in-memory compression and decompression functions, -including integrity checks of the uncompressed data. -This version of the library supports only one compression method (deflation) -but other algorithms may be added later -with the same stream interface. -.LP -Compression can be done in a single step if the buffers are large enough -or can be done by repeated calls of the compression function. -In the latter case, -the application must provide more input and/or consume the output -(providing more output space) before each call. -.LP -The library also supports reading and writing files in -.IR gzip (1) -(.gz) format -with an interface similar to that of stdio. -.LP -The library does not install any signal handler. -The decoder checks the consistency of the compressed data, -so the library should never crash even in the case of corrupted input. -.LP -All functions of the compression library are documented in the file -.IR zlib.h . -The distribution source includes examples of use of the library -in the files -.I test/example.c -and -.IR test/minigzip.c, -as well as other examples in the -.IR examples/ -directory. -.LP -Changes to this version are documented in the file -.I ChangeLog -that accompanies the source. -.LP -.I zlib -is built in to many languages and operating systems, including but not limited to -Java, Python, .NET, PHP, Perl, Ruby, Swift, and Go. -.LP -An experimental package to read and write files in the .zip format, -written on top of -.I zlib -by Gilles Vollant (info@winimage.com), -is available at: -.IP -http://www.winimage.com/zLibDll/minizip.html -and also in the -.I contrib/minizip -directory of the main -.I zlib -source distribution. -.SH "SEE ALSO" -The -.I zlib -web site can be found at: -.IP -http://zlib.net/ -.LP -The data format used by the -.I zlib -library is described by RFC -(Request for Comments) 1950 to 1952 in the files: -.IP -http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) -.br -http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format) -.br -http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) -.LP -Mark Nelson wrote an article about -.I zlib -for the Jan. 1997 issue of Dr. Dobb's Journal; -a copy of the article is available at: -.IP -http://marknelson.us/1997/01/01/zlib-engine/ -.SH "REPORTING PROBLEMS" -Before reporting a problem, -please check the -.I zlib -web site to verify that you have the latest version of -.IR zlib ; -otherwise, -obtain the latest version and see if the problem still exists. -Please read the -.I zlib -FAQ at: -.IP -http://zlib.net/zlib_faq.html -.LP -before asking for help. -Send questions and/or comments to zlib@gzip.org, -or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). -.SH AUTHORS AND LICENSE -Version 1.3.1 -.LP -Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler -.LP -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. -.LP -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: -.LP -.nr step 1 1 -.IP \n[step]. 3 -The origin of this software must not be misrepresented; you must not -claim that you wrote the original software. If you use this software -in a product, an acknowledgment in the product documentation would be -appreciated but is not required. -.IP \n+[step]. -Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. -.IP \n+[step]. -This notice may not be removed or altered from any source distribution. -.LP -Jean-loup Gailly Mark Adler -.br -jloup@gzip.org madler@alumni.caltech.edu -.LP -The deflate format used by -.I zlib -was defined by Phil Katz. -The deflate and -.I zlib -specifications were written by L. Peter Deutsch. -Thanks to all the people who reported problems and suggested various -improvements in -.IR zlib ; -who are too numerous to cite here. -.LP -UNIX manual page by R. P. C. Rodgers, -U.S. National Library of Medicine (rodgers@nlm.nih.gov). -.\" end of man page diff --git a/proj-web/thirdparty/zlib-1.3.1/zlib.3.pdf b/proj-web/thirdparty/zlib-1.3.1/zlib.3.pdf deleted file mode 100644 index b224532bdd8eed1939b7dd04a7a0dd46be649c00..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25523 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 to the Adler-32 checksum of all input read - so far (that is, total_in bytes). If a gzip stream is being generated, then - strm->adler will be the CRC-32 checksum of the input read so far. (See - deflateInit2 below.) - - deflate() may update strm->data_type if it can make a good guess about - the input data type (Z_BINARY or Z_TEXT). If in doubt, the data is - considered binary. This field is only for information purposes and does not - affect the compression algorithm in any manner. - - deflate() returns Z_OK if some progress has been made (more input - processed or more output produced), Z_STREAM_END if all input has been - consumed and all output has been produced (only when flush is set to - Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example - if next_in or next_out was Z_NULL or the state was inadvertently written over - by the application), or Z_BUF_ERROR if no progress is possible (for example - avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and - deflate() can be called again with more input and more output space to - continue compressing. -*/ - - -ZEXTERN int ZEXPORT deflateEnd(z_streamp strm); -/* - All dynamically allocated data structures for this stream are freed. - This function discards any unprocessed input and does not flush any pending - output. - - deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the - stream state was inconsistent, Z_DATA_ERROR if the stream was freed - prematurely (some input or output was discarded). In the error case, msg - may be set but then points to a static string (which must not be - deallocated). -*/ - - -/* -ZEXTERN int ZEXPORT inflateInit(z_streamp strm); - - Initializes the internal stream state for decompression. The fields - next_in, avail_in, zalloc, zfree and opaque must be initialized before by - the caller. In the current version of inflate, the provided input is not - read or consumed. The allocation of a sliding window will be deferred to - the first call of inflate (if the decompression does not complete on the - first call). If zalloc and zfree are set to Z_NULL, inflateInit updates - them to use default allocation functions. total_in, total_out, adler, and - msg are initialized. - - inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_VERSION_ERROR if the zlib library version is incompatible with the - version assumed by the caller, or Z_STREAM_ERROR if the parameters are - invalid, such as a null pointer to the structure. msg is set to null if - there is no error message. inflateInit does not perform any decompression. - Actual decompression will be done by inflate(). So next_in, and avail_in, - next_out, and avail_out are unused and unchanged. The current - implementation of inflateInit() does not process any header information -- - that is deferred until inflate() is called. -*/ - - -ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush); -/* - inflate decompresses as much data as possible, and stops when the input - buffer becomes empty or the output buffer becomes full. It may introduce - some output latency (reading input without producing any output) except when - forced to flush. - - The detailed semantics are as follows. inflate performs one or both of the - following actions: - - - Decompress more input starting at next_in and update next_in and avail_in - accordingly. If not all input can be processed (because there is not - enough room in the output buffer), then next_in and avail_in are updated - accordingly, and processing will resume at this point for the next call of - inflate(). - - - Generate more output starting at next_out and update next_out and avail_out - accordingly. inflate() provides as much output as possible, until there is - no more input data or no more space in the output buffer (see below about - the flush parameter). - - Before the call of inflate(), the application should ensure that at least - one of the actions is possible, by providing more input and/or consuming more - output, and updating the next_* and avail_* values accordingly. If the - caller of inflate() does not provide both available input and available - output space, it is possible that there will be no progress made. The - application can consume the uncompressed output when it wants, for example - when the output buffer is full (avail_out == 0), or after each call of - inflate(). If inflate returns Z_OK and with zero avail_out, it must be - called again after making room in the output buffer because there might be - more output pending. - - The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH, - Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much - output as possible to the output buffer. Z_BLOCK requests that inflate() - stop if and when it gets to the next deflate block boundary. When decoding - the zlib or gzip format, this will cause inflate() to return immediately - after the header and before the first block. When doing a raw inflate, - inflate() will go ahead and process the first block, and will return when it - gets to the end of that block, or when it runs out of data. - - The Z_BLOCK option assists in appending to or combining deflate streams. - To assist in this, on return inflate() always sets strm->data_type to the - number of unused bits in the last byte taken from strm->next_in, plus 64 if - inflate() is currently decoding the last block in the deflate stream, plus - 128 if inflate() returned immediately after decoding an end-of-block code or - decoding the complete header up to just before the first byte of the deflate - stream. The end-of-block will not be indicated until all of the uncompressed - data from that block has been written to strm->next_out. The number of - unused bits may in general be greater than seven, except when bit 7 of - data_type is set, in which case the number of unused bits will be less than - eight. data_type is set as noted here every time inflate() returns for all - flush options, and so can be used to determine the amount of currently - consumed input in bits. - - The Z_TREES option behaves as Z_BLOCK does, but it also returns when the - end of each deflate block header is reached, before any actual data in that - block is decoded. This allows the caller to determine the length of the - deflate block header for later use in random access within a deflate block. - 256 is added to the value of strm->data_type when inflate() returns - immediately after reaching the end of the deflate block header. - - inflate() should normally be called until it returns Z_STREAM_END or an - error. However if all decompression is to be performed in a single step (a - single call of inflate), the parameter flush should be set to Z_FINISH. In - this case all pending input is processed and all pending output is flushed; - avail_out must be large enough to hold all of the uncompressed data for the - operation to complete. (The size of the uncompressed data may have been - saved by the compressor for this purpose.) The use of Z_FINISH is not - required to perform an inflation in one step. However it may be used to - inform inflate that a faster approach can be used for the single inflate() - call. Z_FINISH also informs inflate to not maintain a sliding window if the - stream completes, which reduces inflate's memory footprint. If the stream - does not complete, either because not all of the stream is provided or not - enough output space is provided, then a sliding window will be allocated and - inflate() can be called again to continue the operation as if Z_NO_FLUSH had - been used. - - In this implementation, inflate() always flushes as much output as - possible to the output buffer, and always uses the faster approach on the - first call. So the effects of the flush parameter in this implementation are - on the return value of inflate() as noted below, when inflate() returns early - when Z_BLOCK or Z_TREES is used, and when inflate() avoids the allocation of - memory for a sliding window when Z_FINISH is used. - - If a preset dictionary is needed after this call (see inflateSetDictionary - below), inflate sets strm->adler to the Adler-32 checksum of the dictionary - chosen by the compressor and returns Z_NEED_DICT; otherwise it sets - strm->adler to the Adler-32 checksum of all output produced so far (that is, - total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described - below. At the end of the stream, inflate() checks that its computed Adler-32 - checksum is equal to that saved by the compressor and returns Z_STREAM_END - only if the checksum is correct. - - inflate() can decompress and check either zlib-wrapped or gzip-wrapped - deflate data. The header type is detected automatically, if requested when - initializing with inflateInit2(). Any information contained in the gzip - header is not retained unless inflateGetHeader() is used. When processing - gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output - produced so far. The CRC-32 is checked against the gzip trailer, as is the - uncompressed length, modulo 2^32. - - inflate() returns Z_OK if some progress has been made (more input processed - or more output produced), Z_STREAM_END if the end of the compressed data has - been reached and all uncompressed output has been produced, Z_NEED_DICT if a - preset dictionary is needed at this point, Z_DATA_ERROR if the input data was - corrupted (input stream not conforming to the zlib format or incorrect check - value, in which case strm->msg points to a string with a more specific - error), Z_STREAM_ERROR if the stream structure was inconsistent (for example - next_in or next_out was Z_NULL, or the state was inadvertently written over - by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR - if no progress was possible or if there was not enough room in the output - buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and - inflate() can be called again with more input and more output space to - continue decompressing. If Z_DATA_ERROR is returned, the application may - then call inflateSync() to look for a good compression block if a partial - recovery of the data is to be attempted. -*/ - - -ZEXTERN int ZEXPORT inflateEnd(z_streamp strm); -/* - All dynamically allocated data structures for this stream are freed. - This function discards any unprocessed input and does not flush any pending - output. - - inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state - was inconsistent. -*/ - - - /* Advanced functions */ - -/* - The following functions are needed only in some special applications. -*/ - -/* -ZEXTERN int ZEXPORT deflateInit2(z_streamp strm, - int level, - int method, - int windowBits, - int memLevel, - int strategy); - - This is another version of deflateInit with more compression options. The - fields zalloc, zfree and opaque must be initialized before by the caller. - - The method parameter is the compression method. It must be Z_DEFLATED in - this version of the library. - - The windowBits parameter is the base two logarithm of the window size - (the size of the history buffer). It should be in the range 8..15 for this - version of the library. Larger values of this parameter result in better - compression at the expense of memory usage. The default value is 15 if - deflateInit is used instead. - - For the current implementation of deflate(), a windowBits value of 8 (a - window size of 256 bytes) is not supported. As a result, a request for 8 - will result in 9 (a 512-byte window). In that case, providing 8 to - inflateInit2() will result in an error when the zlib header with 9 is - checked against the initialization of inflate(). The remedy is to not use 8 - with deflateInit2() with this initialization, or at least in that case use 9 - with inflateInit2(). - - windowBits can also be -8..-15 for raw deflate. In this case, -windowBits - determines the window size. deflate() will then generate raw deflate data - with no zlib header or trailer, and will not compute a check value. - - windowBits can also be greater than 15 for optional gzip encoding. Add - 16 to windowBits to write a simple gzip header and trailer around the - compressed data instead of a zlib wrapper. The gzip header will have no - file name, no extra data, no comment, no modification time (set to zero), no - header crc, and the operating system will be set to the appropriate value, - if the operating system was determined at compile time. If a gzip stream is - being written, strm->adler is a CRC-32 instead of an Adler-32. - - For raw deflate or gzip encoding, a request for a 256-byte window is - rejected as invalid, since only the zlib header provides a means of - transmitting the window size to the decompressor. - - The memLevel parameter specifies how much memory should be allocated - for the internal compression state. memLevel=1 uses minimum memory but is - slow and reduces compression ratio; memLevel=9 uses maximum memory for - optimal speed. The default value is 8. See zconf.h for total memory usage - as a function of windowBits and memLevel. - - The strategy parameter is used to tune the compression algorithm. Use the - value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data produced by a - filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no - string match), or Z_RLE to limit match distances to one (run-length - encoding). Filtered data consists mostly of small values with a somewhat - random distribution. In this case, the compression algorithm is tuned to - compress them better. The effect of Z_FILTERED is to force more Huffman - coding and less string matching; it is somewhat intermediate between - Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as - fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The - strategy parameter only affects the compression ratio but not the - correctness of the compressed output even if it is not set appropriately. - Z_FIXED prevents the use of dynamic Huffman codes, allowing for a simpler - decoder for special applications. - - deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid - method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is - incompatible with the version assumed by the caller (ZLIB_VERSION). msg is - set to null if there is no error message. deflateInit2 does not perform any - compression: this will be done by deflate(). -*/ - -ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm, - const Bytef *dictionary, - uInt dictLength); -/* - Initializes the compression dictionary from the given byte sequence - without producing any compressed output. When using the zlib format, this - function must be called immediately after deflateInit, deflateInit2 or - deflateReset, and before any call of deflate. When doing raw deflate, this - function must be called either before any call of deflate, or immediately - after the completion of a deflate block, i.e. after all input has been - consumed and all output has been delivered when using any of the flush - options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The - compressor and decompressor must use exactly the same dictionary (see - inflateSetDictionary). - - The dictionary should consist of strings (byte sequences) that are likely - to be encountered later in the data to be compressed, with the most commonly - used strings preferably put towards the end of the dictionary. Using a - dictionary is most useful when the data to be compressed is short and can be - predicted with good accuracy; the data can then be compressed better than - with the default empty dictionary. - - Depending on the size of the compression data structures selected by - deflateInit or deflateInit2, a part of the dictionary may in effect be - discarded, for example if the dictionary is larger than the window size - provided in deflateInit or deflateInit2. Thus the strings most likely to be - useful should be put at the end of the dictionary, not at the front. In - addition, the current implementation of deflate will use at most the window - size minus 262 bytes of the provided dictionary. - - Upon return of this function, strm->adler is set to the Adler-32 value - of the dictionary; the decompressor may later use this value to determine - which dictionary has been used by the compressor. (The Adler-32 value - applies to the whole dictionary even if only a subset of the dictionary is - actually used by the compressor.) If a raw deflate was requested, then the - Adler-32 value is not computed and strm->adler is not set. - - deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a - parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is - inconsistent (for example if deflate has already been called for this stream - or if not at a block boundary for raw deflate). deflateSetDictionary does - not perform any compression: this will be done by deflate(). -*/ - -ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm, - Bytef *dictionary, - uInt *dictLength); -/* - Returns the sliding dictionary being maintained by deflate. dictLength is - set to the number of bytes in the dictionary, and that many bytes are copied - to dictionary. dictionary must have enough space, where 32768 bytes is - always enough. If deflateGetDictionary() is called with dictionary equal to - Z_NULL, then only the dictionary length is returned, and nothing is copied. - Similarly, if dictLength is Z_NULL, then it is not set. - - deflateGetDictionary() may return a length less than the window size, even - when more than the window size in input has been provided. It may return up - to 258 bytes less in that case, due to how zlib's implementation of deflate - manages the sliding window and lookahead for matches, where matches can be - up to 258 bytes long. If the application needs the last window-size bytes of - input, then that would need to be saved by the application outside of zlib. - - deflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the - stream state is inconsistent. -*/ - -ZEXTERN int ZEXPORT deflateCopy(z_streamp dest, - z_streamp source); -/* - Sets the destination stream as a complete copy of the source stream. - - This function can be useful when several compression strategies will be - tried, for example when there are several ways of pre-processing the input - data with a filter. The streams that will be discarded should then be freed - by calling deflateEnd. Note that deflateCopy duplicates the internal - compression state which can be quite large, so this strategy is slow and can - consume lots of memory. - - deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_STREAM_ERROR if the source stream state was inconsistent - (such as zalloc being Z_NULL). msg is left unchanged in both source and - destination. -*/ - -ZEXTERN int ZEXPORT deflateReset(z_streamp strm); -/* - This function is equivalent to deflateEnd followed by deflateInit, but - does not free and reallocate the internal compression state. The stream - will leave the compression level and any other attributes that may have been - set unchanged. total_in, total_out, adler, and msg are initialized. - - deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being Z_NULL). -*/ - -ZEXTERN int ZEXPORT deflateParams(z_streamp strm, - int level, - int strategy); -/* - Dynamically update the compression level and compression strategy. The - interpretation of level and strategy is as in deflateInit2(). This can be - used to switch between compression and straight copy of the input data, or - to switch to a different kind of input data requiring a different strategy. - If the compression approach (which is a function of the level) or the - strategy is changed, and if there have been any deflate() calls since the - state was initialized or reset, then the input available so far is - compressed with the old level and strategy using deflate(strm, Z_BLOCK). - There are three approaches for the compression levels 0, 1..3, and 4..9 - respectively. The new level and strategy will take effect at the next call - of deflate(). - - If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does - not have enough output space to complete, then the parameter change will not - take effect. In this case, deflateParams() can be called again with the - same parameters and more output space to try again. - - In order to assure a change in the parameters on the first try, the - deflate stream should be flushed using deflate() with Z_BLOCK or other flush - request until strm.avail_out is not zero, before calling deflateParams(). - Then no more input data should be provided before the deflateParams() call. - If this is done, the old level and strategy will be applied to the data - compressed before deflateParams(), and the new level and strategy will be - applied to the data compressed after deflateParams(). - - deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream - state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if - there was not enough output space to complete the compression of the - available input data before a change in the strategy or approach. Note that - in the case of a Z_BUF_ERROR, the parameters are not changed. A return - value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be - retried with more output space. -*/ - -ZEXTERN int ZEXPORT deflateTune(z_streamp strm, - int good_length, - int max_lazy, - int nice_length, - int max_chain); -/* - Fine tune deflate's internal compression parameters. This should only be - used by someone who understands the algorithm used by zlib's deflate for - searching for the best matching string, and even then only by the most - fanatic optimizer trying to squeeze out the last compressed bit for their - specific input data. Read the deflate.c source code for the meaning of the - max_lazy, good_length, nice_length, and max_chain parameters. - - deflateTune() can be called after deflateInit() or deflateInit2(), and - returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream. - */ - -ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, - uLong sourceLen); -/* - deflateBound() returns an upper bound on the compressed size after - deflation of sourceLen bytes. It must be called after deflateInit() or - deflateInit2(), and after deflateSetHeader(), if used. This would be used - to allocate an output buffer for deflation in a single pass, and so would be - called before deflate(). If that first deflate() call is provided the - sourceLen input bytes, an output buffer allocated to the size returned by - deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed - to return Z_STREAM_END. Note that it is possible for the compressed size to - be larger than the value returned by deflateBound() if flush options other - than Z_FINISH or Z_NO_FLUSH are used. -*/ - -ZEXTERN int ZEXPORT deflatePending(z_streamp strm, - unsigned *pending, - int *bits); -/* - deflatePending() returns the number of bytes and bits of output that have - been generated, but not yet provided in the available output. The bytes not - provided would be due to the available output space having being consumed. - The number of bits of output not provided are between 0 and 7, where they - await more bits to join them in order to fill out a full byte. If pending - or bits are Z_NULL, then those values are not set. - - deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. - */ - -ZEXTERN int ZEXPORT deflatePrime(z_streamp strm, - int bits, - int value); -/* - deflatePrime() inserts bits in the deflate output stream. The intent - is that this function is used to start off the deflate output with the bits - leftover from a previous deflate stream when appending to it. As such, this - function can only be used for raw deflate, and must be used before the first - deflate() call after a deflateInit2() or deflateReset(). bits must be less - than or equal to 16, and that many of the least significant bits of value - will be inserted in the output. - - deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough - room in the internal buffer to insert the bits, or Z_STREAM_ERROR if the - source stream state was inconsistent. -*/ - -ZEXTERN int ZEXPORT deflateSetHeader(z_streamp strm, - gz_headerp head); -/* - deflateSetHeader() provides gzip header information for when a gzip - stream is requested by deflateInit2(). deflateSetHeader() may be called - after deflateInit2() or deflateReset() and before the first call of - deflate(). The text, time, os, extra field, name, and comment information - in the provided gz_header structure are written to the gzip header (xflag is - ignored -- the extra flags are set according to the compression level). The - caller must assure that, if not Z_NULL, name and comment are terminated with - a zero byte, and that if extra is not Z_NULL, that extra_len bytes are - available there. If hcrc is true, a gzip header crc is included. Note that - the current versions of the command-line version of gzip (up through version - 1.3.x) do not support header crc's, and will report that it is a "multi-part - gzip file" and give up. - - If deflateSetHeader is not used, the default gzip header has text false, - the time set to zero, and os set to the current operating system, with no - extra, name, or comment fields. The gzip header is returned to the default - state by deflateReset(). - - deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. -*/ - -/* -ZEXTERN int ZEXPORT inflateInit2(z_streamp strm, - int windowBits); - - This is another version of inflateInit with an extra parameter. The - fields next_in, avail_in, zalloc, zfree and opaque must be initialized - before by the caller. - - The windowBits parameter is the base two logarithm of the maximum window - size (the size of the history buffer). It should be in the range 8..15 for - this version of the library. The default value is 15 if inflateInit is used - instead. windowBits must be greater than or equal to the windowBits value - provided to deflateInit2() while compressing, or it must be equal to 15 if - deflateInit2() was not used. If a compressed stream with a larger window - size is given as input, inflate() will return with the error code - Z_DATA_ERROR instead of trying to allocate a larger window. - - windowBits can also be zero to request that inflate use the window size in - the zlib header of the compressed stream. - - windowBits can also be -8..-15 for raw inflate. In this case, -windowBits - determines the window size. inflate() will then process raw deflate data, - not looking for a zlib or gzip header, not generating a check value, and not - looking for any check values for comparison at the end of the stream. This - is for use with other formats that use the deflate compressed data format - such as zip. Those formats provide their own check values. If a custom - format is developed using the raw deflate format for compressed data, it is - recommended that a check value such as an Adler-32 or a CRC-32 be applied to - the uncompressed data as is done in the zlib, gzip, and zip formats. For - most applications, the zlib format should be used as is. Note that comments - above on the use in deflateInit2() applies to the magnitude of windowBits. - - windowBits can also be greater than 15 for optional gzip decoding. Add - 32 to windowBits to enable zlib and gzip decoding with automatic header - detection, or add 16 to decode only the gzip format (the zlib format will - return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a - CRC-32 instead of an Adler-32. Unlike the gunzip utility and gzread() (see - below), inflate() will *not* automatically decode concatenated gzip members. - inflate() will return Z_STREAM_END at the end of the gzip member. The state - would need to be reset to continue decoding a subsequent gzip member. This - *must* be done if there is more data after a gzip member, in order for the - decompression to be compliant with the gzip standard (RFC 1952). - - inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_VERSION_ERROR if the zlib library version is incompatible with the - version assumed by the caller, or Z_STREAM_ERROR if the parameters are - invalid, such as a null pointer to the structure. msg is set to null if - there is no error message. inflateInit2 does not perform any decompression - apart from possibly reading the zlib header if present: actual decompression - will be done by inflate(). (So next_in and avail_in may be modified, but - next_out and avail_out are unused and unchanged.) The current implementation - of inflateInit2() does not process any header information -- that is - deferred until inflate() is called. -*/ - -ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm, - const Bytef *dictionary, - uInt dictLength); -/* - Initializes the decompression dictionary from the given uncompressed byte - sequence. This function must be called immediately after a call of inflate, - if that call returned Z_NEED_DICT. The dictionary chosen by the compressor - can be determined from the Adler-32 value returned by that call of inflate. - The compressor and decompressor must use exactly the same dictionary (see - deflateSetDictionary). For raw inflate, this function can be called at any - time to set the dictionary. If the provided dictionary is smaller than the - window and there is already data in the window, then the provided dictionary - will amend what's there. The application must insure that the dictionary - that was used for compression is provided. - - inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a - parameter is invalid (e.g. dictionary being Z_NULL) or the stream state is - inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the - expected one (incorrect Adler-32 value). inflateSetDictionary does not - perform any decompression: this will be done by subsequent calls of - inflate(). -*/ - -ZEXTERN int ZEXPORT inflateGetDictionary(z_streamp strm, - Bytef *dictionary, - uInt *dictLength); -/* - Returns the sliding dictionary being maintained by inflate. dictLength is - set to the number of bytes in the dictionary, and that many bytes are copied - to dictionary. dictionary must have enough space, where 32768 bytes is - always enough. If inflateGetDictionary() is called with dictionary equal to - Z_NULL, then only the dictionary length is returned, and nothing is copied. - Similarly, if dictLength is Z_NULL, then it is not set. - - inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the - stream state is inconsistent. -*/ - -ZEXTERN int ZEXPORT inflateSync(z_streamp strm); -/* - Skips invalid compressed data until a possible full flush point (see above - for the description of deflate with Z_FULL_FLUSH) can be found, or until all - available input is skipped. No output is provided. - - inflateSync searches for a 00 00 FF FF pattern in the compressed data. - All full flush points have this pattern, but not all occurrences of this - pattern are full flush points. - - inflateSync returns Z_OK if a possible full flush point has been found, - Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point - has been found, or Z_STREAM_ERROR if the stream structure was inconsistent. - In the success case, the application may save the current value of total_in - which indicates where valid compressed data was found. In the error case, - the application may repeatedly call inflateSync, providing more input each - time, until success or end of the input data. -*/ - -ZEXTERN int ZEXPORT inflateCopy(z_streamp dest, - z_streamp source); -/* - Sets the destination stream as a complete copy of the source stream. - - This function can be useful when randomly accessing a large stream. The - first pass through the stream can periodically record the inflate state, - allowing restarting inflate at those points when randomly accessing the - stream. - - inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_STREAM_ERROR if the source stream state was inconsistent - (such as zalloc being Z_NULL). msg is left unchanged in both source and - destination. -*/ - -ZEXTERN int ZEXPORT inflateReset(z_streamp strm); -/* - This function is equivalent to inflateEnd followed by inflateInit, - but does not free and reallocate the internal decompression state. The - stream will keep attributes that may have been set by inflateInit2. - total_in, total_out, adler, and msg are initialized. - - inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being Z_NULL). -*/ - -ZEXTERN int ZEXPORT inflateReset2(z_streamp strm, - int windowBits); -/* - This function is the same as inflateReset, but it also permits changing - the wrap and window size requests. The windowBits parameter is interpreted - the same as it is for inflateInit2. If the window size is changed, then the - memory allocated for the window is freed, and the window will be reallocated - by inflate() if needed. - - inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent (such as zalloc or state being Z_NULL), or if - the windowBits parameter is invalid. -*/ - -ZEXTERN int ZEXPORT inflatePrime(z_streamp strm, - int bits, - int value); -/* - This function inserts bits in the inflate input stream. The intent is - that this function is used to start inflating at a bit position in the - middle of a byte. The provided bits will be used before any bytes are used - from next_in. This function should only be used with raw inflate, and - should be used before the first inflate() call after inflateInit2() or - inflateReset(). bits must be less than or equal to 16, and that many of the - least significant bits of value will be inserted in the input. - - If bits is negative, then the input stream bit buffer is emptied. Then - inflatePrime() can be called again to put bits in the buffer. This is used - to clear out bits leftover after feeding inflate a block description prior - to feeding inflate codes. - - inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. -*/ - -ZEXTERN long ZEXPORT inflateMark(z_streamp strm); -/* - This function returns two values, one in the lower 16 bits of the return - value, and the other in the remaining upper bits, obtained by shifting the - return value down 16 bits. If the upper value is -1 and the lower value is - zero, then inflate() is currently decoding information outside of a block. - If the upper value is -1 and the lower value is non-zero, then inflate is in - the middle of a stored block, with the lower value equaling the number of - bytes from the input remaining to copy. If the upper value is not -1, then - it is the number of bits back from the current bit position in the input of - the code (literal or length/distance pair) currently being processed. In - that case the lower value is the number of bytes already emitted for that - code. - - A code is being processed if inflate is waiting for more input to complete - decoding of the code, or if it has completed decoding but is waiting for - more output space to write the literal or match data. - - inflateMark() is used to mark locations in the input data for random - access, which may be at bit positions, and to note those cases where the - output of a code may span boundaries of random access blocks. The current - location in the input stream can be determined from avail_in and data_type - as noted in the description for the Z_BLOCK flush parameter for inflate. - - inflateMark returns the value noted above, or -65536 if the provided - source stream state was inconsistent. -*/ - -ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm, - gz_headerp head); -/* - inflateGetHeader() requests that gzip header information be stored in the - provided gz_header structure. inflateGetHeader() may be called after - inflateInit2() or inflateReset(), and before the first call of inflate(). - As inflate() processes the gzip stream, head->done is zero until the header - is completed, at which time head->done is set to one. If a zlib stream is - being decoded, then head->done is set to -1 to indicate that there will be - no gzip header information forthcoming. Note that Z_BLOCK or Z_TREES can be - used to force inflate() to return immediately after header processing is - complete and before any actual data is decompressed. - - The text, time, xflags, and os fields are filled in with the gzip header - contents. hcrc is set to true if there is a header CRC. (The header CRC - was valid if done is set to one.) If extra is not Z_NULL, then extra_max - contains the maximum number of bytes to write to extra. Once done is true, - extra_len contains the actual extra field length, and extra contains the - extra field, or that field truncated if extra_max is less than extra_len. - If name is not Z_NULL, then up to name_max characters are written there, - terminated with a zero unless the length is greater than name_max. If - comment is not Z_NULL, then up to comm_max characters are written there, - terminated with a zero unless the length is greater than comm_max. When any - of extra, name, or comment are not Z_NULL and the respective field is not - present in the header, then that field is set to Z_NULL to signal its - absence. This allows the use of deflateSetHeader() with the returned - structure to duplicate the header. However if those fields are set to - allocated memory, then the application will need to save those pointers - elsewhere so that they can be eventually freed. - - If inflateGetHeader is not used, then the header information is simply - discarded. The header is always checked for validity, including the header - CRC if present. inflateReset() will reset the process to discard the header - information. The application would need to call inflateGetHeader() again to - retrieve the header from the next gzip stream. - - inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source - stream state was inconsistent. -*/ - -/* -ZEXTERN int ZEXPORT inflateBackInit(z_streamp strm, int windowBits, - unsigned char FAR *window); - - Initialize the internal stream state for decompression using inflateBack() - calls. The fields zalloc, zfree and opaque in strm must be initialized - before the call. If zalloc and zfree are Z_NULL, then the default library- - derived memory allocation routines are used. windowBits is the base two - logarithm of the window size, in the range 8..15. window is a caller - supplied buffer of that size. Except for special applications where it is - assured that deflate was used with small window sizes, windowBits must be 15 - and a 32K byte window must be supplied to be able to decompress general - deflate streams. - - See inflateBack() for the usage of these routines. - - inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of - the parameters are invalid, Z_MEM_ERROR if the internal state could not be - allocated, or Z_VERSION_ERROR if the version of the library does not match - the version of the header file. -*/ - -typedef unsigned (*in_func)(void FAR *, - z_const unsigned char FAR * FAR *); -typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned); - -ZEXTERN int ZEXPORT inflateBack(z_streamp strm, - in_func in, void FAR *in_desc, - out_func out, void FAR *out_desc); -/* - inflateBack() does a raw inflate with a single call using a call-back - interface for input and output. This is potentially more efficient than - inflate() for file i/o applications, in that it avoids copying between the - output and the sliding window by simply making the window itself the output - buffer. inflate() can be faster on modern CPUs when used with large - buffers. inflateBack() trusts the application to not change the output - buffer passed by the output function, at least until inflateBack() returns. - - inflateBackInit() must be called first to allocate the internal state - and to initialize the state with the user-provided window buffer. - inflateBack() may then be used multiple times to inflate a complete, raw - deflate stream with each call. inflateBackEnd() is then called to free the - allocated state. - - A raw deflate stream is one with no zlib or gzip header or trailer. - This routine would normally be used in a utility that reads zip or gzip - files and writes out uncompressed files. The utility would decode the - header and process the trailer on its own, hence this routine expects only - the raw deflate stream to decompress. This is different from the default - behavior of inflate(), which expects a zlib header and trailer around the - deflate stream. - - inflateBack() uses two subroutines supplied by the caller that are then - called by inflateBack() for input and output. inflateBack() calls those - routines until it reads a complete deflate stream and writes out all of the - uncompressed data, or until it encounters an error. The function's - parameters and return types are defined above in the in_func and out_func - typedefs. inflateBack() will call in(in_desc, &buf) which should return the - number of bytes of provided input, and a pointer to that input in buf. If - there is no input available, in() must return zero -- buf is ignored in that - case -- and inflateBack() will return a buffer error. inflateBack() will - call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. - out() should return zero on success, or non-zero on failure. If out() - returns non-zero, inflateBack() will return with an error. Neither in() nor - out() are permitted to change the contents of the window provided to - inflateBackInit(), which is also the buffer that out() uses to write from. - The length written by out() will be at most the window size. Any non-zero - amount of input may be provided by in(). - - For convenience, inflateBack() can be provided input on the first call by - setting strm->next_in and strm->avail_in. If that input is exhausted, then - in() will be called. Therefore strm->next_in must be initialized before - calling inflateBack(). If strm->next_in is Z_NULL, then in() will be called - immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in - must also be initialized, and then if strm->avail_in is not zero, input will - initially be taken from strm->next_in[0 .. strm->avail_in - 1]. - - The in_desc and out_desc parameters of inflateBack() is passed as the - first parameter of in() and out() respectively when they are called. These - descriptors can be optionally used to pass any information that the caller- - supplied in() and out() functions need to do their job. - - On return, inflateBack() will set strm->next_in and strm->avail_in to - pass back any unused input that was provided by the last in() call. The - return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR - if in() or out() returned an error, Z_DATA_ERROR if there was a format error - in the deflate stream (in which case strm->msg is set to indicate the nature - of the error), or Z_STREAM_ERROR if the stream was not properly initialized. - In the case of Z_BUF_ERROR, an input or output error can be distinguished - using strm->next_in which will be Z_NULL only if in() returned an error. If - strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning - non-zero. (in() will always be called before out(), so strm->next_in is - assured to be defined if out() returns non-zero.) Note that inflateBack() - cannot return Z_OK. -*/ - -ZEXTERN int ZEXPORT inflateBackEnd(z_streamp strm); -/* - All memory allocated by inflateBackInit() is freed. - - inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream - state was inconsistent. -*/ - -ZEXTERN uLong ZEXPORT zlibCompileFlags(void); -/* Return flags indicating compile-time options. - - Type sizes, two bits each, 00 = 16 bits, 01 = 32, 10 = 64, 11 = other: - 1.0: size of uInt - 3.2: size of uLong - 5.4: size of voidpf (pointer) - 7.6: size of z_off_t - - Compiler, assembler, and debug options: - 8: ZLIB_DEBUG - 9: ASMV or ASMINF -- use ASM code - 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention - 11: 0 (reserved) - - One-time table building (smaller code, but not thread-safe if true): - 12: BUILDFIXED -- build static block decoding tables when needed - 13: DYNAMIC_CRC_TABLE -- build CRC calculation tables when needed - 14,15: 0 (reserved) - - Library content (indicates missing functionality): - 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking - deflate code when not needed) - 17: NO_GZIP -- deflate can't write gzip streams, and inflate can't detect - and decode gzip streams (to avoid linking crc code) - 18-19: 0 (reserved) - - Operation variations (changes in library functionality): - 20: PKZIP_BUG_WORKAROUND -- slightly more permissive inflate - 21: FASTEST -- deflate algorithm with only one, lowest compression level - 22,23: 0 (reserved) - - The sprintf variant used by gzprintf (zero is best): - 24: 0 = vs*, 1 = s* -- 1 means limited to 20 arguments after the format - 25: 0 = *nprintf, 1 = *printf -- 1 means gzprintf() not secure! - 26: 0 = returns value, 1 = void -- 1 means inferred string length returned - - Remainder: - 27-31: 0 (reserved) - */ - -#ifndef Z_SOLO - - /* utility functions */ - -/* - The following utility functions are implemented on top of the basic - stream-oriented functions. To simplify the interface, some default options - are assumed (compression level and memory usage, standard memory allocation - functions). The source code of these utility functions can be modified if - you need special options. -*/ - -ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen); -/* - Compresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total size - of the destination buffer, which must be at least the value returned by - compressBound(sourceLen). Upon exit, destLen is the actual size of the - compressed data. compress() is equivalent to compress2() with a level - parameter of Z_DEFAULT_COMPRESSION. - - compress returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_BUF_ERROR if there was not enough room in the output - buffer. -*/ - -ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen, - int level); -/* - Compresses the source buffer into the destination buffer. The level - parameter has the same meaning as in deflateInit. sourceLen is the byte - length of the source buffer. Upon entry, destLen is the total size of the - destination buffer, which must be at least the value returned by - compressBound(sourceLen). Upon exit, destLen is the actual size of the - compressed data. - - compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough - memory, Z_BUF_ERROR if there was not enough room in the output buffer, - Z_STREAM_ERROR if the level parameter is invalid. -*/ - -ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen); -/* - compressBound() returns an upper bound on the compressed size after - compress() or compress2() on sourceLen bytes. It would be used before a - compress() or compress2() call to allocate the destination buffer. -*/ - -ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen); -/* - Decompresses the source buffer into the destination buffer. sourceLen is - the byte length of the source buffer. Upon entry, destLen is the total size - of the destination buffer, which must be large enough to hold the entire - uncompressed data. (The size of the uncompressed data must have been saved - previously by the compressor and transmitted to the decompressor by some - mechanism outside the scope of this compression library.) Upon exit, destLen - is the actual size of the uncompressed data. - - uncompress returns Z_OK if success, Z_MEM_ERROR if there was not - enough memory, Z_BUF_ERROR if there was not enough room in the output - buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. In - the case where there is not enough room, uncompress() will fill the output - buffer with the uncompressed data up to that point. -*/ - -ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, - const Bytef *source, uLong *sourceLen); -/* - Same as uncompress, except that sourceLen is a pointer, where the - length of the source is *sourceLen. On return, *sourceLen is the number of - source bytes consumed. -*/ - - /* gzip file access functions */ - -/* - This library supports reading and writing files in gzip (.gz) format with - an interface similar to that of stdio, using the functions that start with - "gz". The gzip format is different from the zlib format. gzip is a gzip - wrapper, documented in RFC 1952, wrapped around a deflate stream. -*/ - -typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ - -/* -ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); - - Open the gzip (.gz) file at path for reading and decompressing, or - compressing and writing. The mode parameter is as in fopen ("rb" or "wb") - but can also include a compression level ("wb9") or a strategy: 'f' for - filtered data as in "wb6f", 'h' for Huffman-only compression as in "wb1h", - 'R' for run-length encoding as in "wb1R", or 'F' for fixed code compression - as in "wb9F". (See the description of deflateInit2 for more information - about the strategy parameter.) 'T' will request transparent writing or - appending with no compression and not using the gzip format. - - "a" can be used instead of "w" to request that the gzip stream that will - be written be appended to the file. "+" will result in an error, since - reading and writing to the same gzip file is not supported. The addition of - "x" when writing will create the file exclusively, which fails if the file - already exists. On systems that support it, the addition of "e" when - reading or writing will set the flag to close the file on an execve() call. - - These functions, as well as gzip, will read and decode a sequence of gzip - streams in a file. The append function of gzopen() can be used to create - such a file. (Also see gzflush() for another way to do this.) When - appending, gzopen does not test whether the file begins with a gzip stream, - nor does it look for the end of the gzip streams to begin appending. gzopen - will simply append a gzip stream to the existing file. - - gzopen can be used to read a file which is not in gzip format; in this - case gzread will directly read from the file without decompression. When - reading, this will be detected automatically by looking for the magic two- - byte gzip header. - - gzopen returns NULL if the file could not be opened, if there was - insufficient memory to allocate the gzFile state, or if an invalid mode was - specified (an 'r', 'w', or 'a' was not provided, or '+' was provided). - errno can be checked to determine if the reason gzopen failed was that the - file could not be opened. -*/ - -ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode); -/* - Associate a gzFile with the file descriptor fd. File descriptors are - obtained from calls like open, dup, creat, pipe or fileno (if the file has - been previously opened with fopen). The mode parameter is as in gzopen. - - The next call of gzclose on the returned gzFile will also close the file - descriptor fd, just like fclose(fdopen(fd, mode)) closes the file descriptor - fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd, - mode);. The duplicated descriptor should be saved to avoid a leak, since - gzdopen does not close fd if it fails. If you are using fileno() to get the - file descriptor from a FILE *, then you will have to use dup() to avoid - double-close()ing the file descriptor. Both gzclose() and fclose() will - close the associated file descriptor, so they need to have different file - descriptors. - - gzdopen returns NULL if there was insufficient memory to allocate the - gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not - provided, or '+' was provided), or if fd is -1. The file descriptor is not - used until the next gz* read, write, seek, or close operation, so gzdopen - will not detect if fd is invalid (unless fd is -1). -*/ - -ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size); -/* - Set the internal buffer size used by this library's functions for file to - size. The default buffer size is 8192 bytes. This function must be called - after gzopen() or gzdopen(), and before any other calls that read or write - the file. The buffer memory allocation is always deferred to the first read - or write. Three times that size in buffer space is allocated. A larger - buffer size of, for example, 64K or 128K bytes will noticeably increase the - speed of decompression (reading). - - The new buffer size also affects the maximum length for gzprintf(). - - gzbuffer() returns 0 on success, or -1 on failure, such as being called - too late. -*/ - -ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy); -/* - Dynamically update the compression level and strategy for file. See the - description of deflateInit2 for the meaning of these parameters. Previously - provided data is flushed before applying the parameter changes. - - gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not - opened for writing, Z_ERRNO if there is an error writing the flushed data, - or Z_MEM_ERROR if there is a memory allocation error. -*/ - -ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len); -/* - Read and decompress up to len uncompressed bytes from file into buf. If - the input file is not in gzip format, gzread copies the given number of - bytes into the buffer directly from the file. - - After reaching the end of a gzip stream in the input, gzread will continue - to read, looking for another gzip stream. Any number of gzip streams may be - concatenated in the input file, and will all be decompressed by gzread(). - If something other than a gzip stream is encountered after a gzip stream, - that remaining trailing garbage is ignored (and no error is returned). - - gzread can be used to read a gzip file that is being concurrently written. - Upon reaching the end of the input, gzread will return with the available - data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then - gzclearerr can be used to clear the end of file indicator in order to permit - gzread to be tried again. Z_OK indicates that a gzip stream was completed - on the last gzread. Z_BUF_ERROR indicates that the input file ended in the - middle of a gzip stream. Note that gzread does not return -1 in the event - of an incomplete gzip stream. This error is deferred until gzclose(), which - will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip - stream. Alternatively, gzerror can be used before gzclose to detect this - case. - - gzread returns the number of uncompressed bytes actually read, less than - len for end of file, or -1 for error. If len is too large to fit in an int, - then nothing is read, -1 is returned, and the error state is set to - Z_STREAM_ERROR. -*/ - -ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, - gzFile file); -/* - Read and decompress up to nitems items of size size from file into buf, - otherwise operating as gzread() does. This duplicates the interface of - stdio's fread(), with size_t request and return types. If the library - defines size_t, then z_size_t is identical to size_t. If not, then z_size_t - is an unsigned integer type that can contain a pointer. - - gzfread() returns the number of full items read of size size, or zero if - the end of the file was reached and a full item could not be read, or if - there was an error. gzerror() must be consulted if zero is returned in - order to determine if there was an error. If the multiplication of size and - nitems overflows, i.e. the product does not fit in a z_size_t, then nothing - is read, zero is returned, and the error state is set to Z_STREAM_ERROR. - - In the event that the end of file is reached and only a partial item is - available at the end, i.e. the remaining uncompressed data length is not a - multiple of size, then the final partial item is nevertheless read into buf - and the end-of-file flag is set. The length of the partial item read is not - provided, but could be inferred from the result of gztell(). This behavior - is the same as the behavior of fread() implementations in common libraries, - but it prevents the direct use of gzfread() to read a concurrently written - file, resetting and retrying on end-of-file, when size is not 1. -*/ - -ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len); -/* - Compress and write the len uncompressed bytes at buf to file. gzwrite - returns the number of uncompressed bytes written or 0 in case of error. -*/ - -ZEXTERN z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, - z_size_t nitems, gzFile file); -/* - Compress and write nitems items of size size from buf to file, duplicating - the interface of stdio's fwrite(), with size_t request and return types. If - the library defines size_t, then z_size_t is identical to size_t. If not, - then z_size_t is an unsigned integer type that can contain a pointer. - - gzfwrite() returns the number of full items written of size size, or zero - if there was an error. If the multiplication of size and nitems overflows, - i.e. the product does not fit in a z_size_t, then nothing is written, zero - is returned, and the error state is set to Z_STREAM_ERROR. -*/ - -ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...); -/* - Convert, format, compress, and write the arguments (...) to file under - control of the string format, as in fprintf. gzprintf returns the number of - uncompressed bytes actually written, or a negative zlib error code in case - of error. The number of uncompressed bytes written is limited to 8191, or - one less than the buffer size given to gzbuffer(). The caller should assure - that this limit is not exceeded. If it is exceeded, then gzprintf() will - return an error (0) with nothing written. In this case, there may also be a - buffer overflow with unpredictable consequences, which is possible only if - zlib was compiled with the insecure functions sprintf() or vsprintf(), - because the secure snprintf() or vsnprintf() functions were not available. - This can be determined using zlibCompileFlags(). -*/ - -ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s); -/* - Compress and write the given null-terminated string s to file, excluding - the terminating null character. - - gzputs returns the number of characters written, or -1 in case of error. -*/ - -ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len); -/* - Read and decompress bytes from file into buf, until len-1 characters are - read, or until a newline character is read and transferred to buf, or an - end-of-file condition is encountered. If any characters are read or if len - is one, the string is terminated with a null character. If no characters - are read due to an end-of-file or len is less than one, then the buffer is - left untouched. - - gzgets returns buf which is a null-terminated string, or it returns NULL - for end-of-file or in case of error. If there was an error, the contents at - buf are indeterminate. -*/ - -ZEXTERN int ZEXPORT gzputc(gzFile file, int c); -/* - Compress and write c, converted to an unsigned char, into file. gzputc - returns the value that was written, or -1 in case of error. -*/ - -ZEXTERN int ZEXPORT gzgetc(gzFile file); -/* - Read and decompress one byte from file. gzgetc returns this byte or -1 - in case of end of file or error. This is implemented as a macro for speed. - As such, it does not do all of the checking the other functions do. I.e. - it does not check to see if file is NULL, nor whether the structure file - points to has been clobbered or not. -*/ - -ZEXTERN int ZEXPORT gzungetc(int c, gzFile file); -/* - Push c back onto the stream for file to be read as the first character on - the next read. At least one character of push-back is always allowed. - gzungetc() returns the character pushed, or -1 on failure. gzungetc() will - fail if c is -1, and may fail if a character has been pushed but not read - yet. If gzungetc is used immediately after gzopen or gzdopen, at least the - output buffer size of pushed characters is allowed. (See gzbuffer above.) - The pushed character will be discarded if the stream is repositioned with - gzseek() or gzrewind(). -*/ - -ZEXTERN int ZEXPORT gzflush(gzFile file, int flush); -/* - Flush all pending output to file. The parameter flush is as in the - deflate() function. The return value is the zlib error number (see function - gzerror below). gzflush is only permitted when writing. - - If the flush parameter is Z_FINISH, the remaining data is written and the - gzip stream is completed in the output. If gzwrite() is called again, a new - gzip stream will be started in the output. gzread() is able to read such - concatenated gzip streams. - - gzflush should be called only when strictly necessary because it will - degrade compression if called too often. -*/ - -/* -ZEXTERN z_off_t ZEXPORT gzseek(gzFile file, - z_off_t offset, int whence); - - Set the starting position to offset relative to whence for the next gzread - or gzwrite on file. The offset represents a number of bytes in the - uncompressed data stream. The whence parameter is defined as in lseek(2); - the value SEEK_END is not supported. - - If the file is opened for reading, this function is emulated but can be - extremely slow. If the file is opened for writing, only forward seeks are - supported; gzseek then compresses a sequence of zeroes up to the new - starting position. - - gzseek returns the resulting offset location as measured in bytes from - the beginning of the uncompressed stream, or -1 in case of error, in - particular if the file is opened for writing and the new starting position - would be before the current position. -*/ - -ZEXTERN int ZEXPORT gzrewind(gzFile file); -/* - Rewind file. This function is supported only for reading. - - gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET). -*/ - -/* -ZEXTERN z_off_t ZEXPORT gztell(gzFile file); - - Return the starting position for the next gzread or gzwrite on file. - This position represents a number of bytes in the uncompressed data stream, - and is zero when starting, even if appending or reading a gzip stream from - the middle of a file using gzdopen(). - - gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR) -*/ - -/* -ZEXTERN z_off_t ZEXPORT gzoffset(gzFile file); - - Return the current compressed (actual) read or write offset of file. This - offset includes the count of bytes that precede the gzip stream, for example - when appending or when using gzdopen() for reading. When reading, the - offset does not include as yet unused buffered input. This information can - be used for a progress indicator. On error, gzoffset() returns -1. -*/ - -ZEXTERN int ZEXPORT gzeof(gzFile file); -/* - Return true (1) if the end-of-file indicator for file has been set while - reading, false (0) otherwise. Note that the end-of-file indicator is set - only if the read tried to go past the end of the input, but came up short. - Therefore, just like feof(), gzeof() may return false even if there is no - more data to read, in the event that the last read request was for the exact - number of bytes remaining in the input file. This will happen if the input - file size is an exact multiple of the buffer size. - - If gzeof() returns true, then the read functions will return no more data, - unless the end-of-file indicator is reset by gzclearerr() and the input file - has grown since the previous end of file was detected. -*/ - -ZEXTERN int ZEXPORT gzdirect(gzFile file); -/* - Return true (1) if file is being copied directly while reading, or false - (0) if file is a gzip stream being decompressed. - - If the input file is empty, gzdirect() will return true, since the input - does not contain a gzip stream. - - If gzdirect() is used immediately after gzopen() or gzdopen() it will - cause buffers to be allocated to allow reading the file to determine if it - is a gzip file. Therefore if gzbuffer() is used, it should be called before - gzdirect(). - - When writing, gzdirect() returns true (1) if transparent writing was - requested ("wT" for the gzopen() mode), or false (0) otherwise. (Note: - gzdirect() is not needed when writing. Transparent writing must be - explicitly requested, so the application already knows the answer. When - linking statically, using gzdirect() will include all of the zlib code for - gzip file reading and decompression, which may not be desired.) -*/ - -ZEXTERN int ZEXPORT gzclose(gzFile file); -/* - Flush all pending output for file, if necessary, close file and - deallocate the (de)compression state. Note that once file is closed, you - cannot call gzerror with file, since its structures have been deallocated. - gzclose must not be called more than once on the same file, just as free - must not be called more than once on the same allocation. - - gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a - file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the - last read ended in the middle of a gzip stream, or Z_OK on success. -*/ - -ZEXTERN int ZEXPORT gzclose_r(gzFile file); -ZEXTERN int ZEXPORT gzclose_w(gzFile file); -/* - Same as gzclose(), but gzclose_r() is only for use when reading, and - gzclose_w() is only for use when writing or appending. The advantage to - using these instead of gzclose() is that they avoid linking in zlib - compression or decompression code that is not used when only reading or only - writing respectively. If gzclose() is used, then both compression and - decompression code will be included the application when linking to a static - zlib library. -*/ - -ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum); -/* - Return the error message for the last error which occurred on file. - errnum is set to zlib error number. If an error occurred in the file system - and not in the compression library, errnum is set to Z_ERRNO and the - application may consult errno to get the exact error code. - - The application must not modify the returned string. Future calls to - this function may invalidate the previously returned string. If file is - closed, then the string previously returned by gzerror will no longer be - available. - - gzerror() should be used to distinguish errors from end-of-file for those - functions above that do not distinguish those cases in their return values. -*/ - -ZEXTERN void ZEXPORT gzclearerr(gzFile file); -/* - Clear the error and end-of-file flags for file. This is analogous to the - clearerr() function in stdio. This is useful for continuing to read a gzip - file that is being written concurrently. -*/ - -#endif /* !Z_SOLO */ - - /* checksum functions */ - -/* - These functions are not related to compression but are exported - anyway because they might be useful in applications using the compression - library. -*/ - -ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len); -/* - Update a running Adler-32 checksum with the bytes buf[0..len-1] and - return the updated checksum. An Adler-32 value is in the range of a 32-bit - unsigned integer. If buf is Z_NULL, this function returns the required - initial value for the checksum. - - An Adler-32 checksum is almost as reliable as a CRC-32 but can be computed - much faster. - - Usage example: - - uLong adler = adler32(0L, Z_NULL, 0); - - while (read_buffer(buffer, length) != EOF) { - adler = adler32(adler, buffer, length); - } - if (adler != original_adler) error(); -*/ - -ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, - z_size_t len); -/* - Same as adler32(), but with a size_t length. -*/ - -/* -ZEXTERN uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, - z_off_t len2); - - Combine two Adler-32 checksums into one. For two sequences of bytes, seq1 - and seq2 with lengths len1 and len2, Adler-32 checksums were calculated for - each, adler1 and adler2. adler32_combine() returns the Adler-32 checksum of - seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. Note - that the z_off_t type (like off_t) is a signed integer. If len2 is - negative, the result has no meaning or utility. -*/ - -ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len); -/* - Update a running CRC-32 with the bytes buf[0..len-1] and return the - updated CRC-32. A CRC-32 value is in the range of a 32-bit unsigned integer. - If buf is Z_NULL, this function returns the required initial value for the - crc. Pre- and post-conditioning (one's complement) is performed within this - function so it shouldn't be done by the application. - - Usage example: - - uLong crc = crc32(0L, Z_NULL, 0); - - while (read_buffer(buffer, length) != EOF) { - crc = crc32(crc, buffer, length); - } - if (crc != original_crc) error(); -*/ - -ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf, - z_size_t len); -/* - Same as crc32(), but with a size_t length. -*/ - -/* -ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2); - - Combine two CRC-32 check values into one. For two sequences of bytes, - seq1 and seq2 with lengths len1 and len2, CRC-32 check values were - calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32 - check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and - len2. len2 must be non-negative. -*/ - -/* -ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t len2); - - Return the operator corresponding to length len2, to be used with - crc32_combine_op(). len2 must be non-negative. -*/ - -ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op); -/* - Give the same result as crc32_combine(), using op in place of len2. op is - is generated from len2 by crc32_combine_gen(). This will be faster than - crc32_combine() if the generated op is used more than once. -*/ - - - /* various hacks, don't look :) */ - -/* deflateInit and inflateInit are macros to allow checking the zlib version - * and the compiler's view of z_stream: - */ -ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level, - const char *version, int stream_size); -ZEXTERN int ZEXPORT inflateInit_(z_streamp strm, - const char *version, int stream_size); -ZEXTERN int ZEXPORT deflateInit2_(z_streamp strm, int level, int method, - int windowBits, int memLevel, - int strategy, const char *version, - int stream_size); -ZEXTERN int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, - const char *version, int stream_size); -ZEXTERN int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, - unsigned char FAR *window, - const char *version, - int stream_size); -#ifdef Z_PREFIX_SET -# define z_deflateInit(strm, level) \ - deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) -# define z_inflateInit(strm) \ - inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) -# define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ - deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ - (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) -# define z_inflateInit2(strm, windowBits) \ - inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ - (int)sizeof(z_stream)) -# define z_inflateBackInit(strm, windowBits, window) \ - inflateBackInit_((strm), (windowBits), (window), \ - ZLIB_VERSION, (int)sizeof(z_stream)) -#else -# define deflateInit(strm, level) \ - deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) -# define inflateInit(strm) \ - inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) -# define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ - deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\ - (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) -# define inflateInit2(strm, windowBits) \ - inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ - (int)sizeof(z_stream)) -# define inflateBackInit(strm, windowBits, window) \ - inflateBackInit_((strm), (windowBits), (window), \ - ZLIB_VERSION, (int)sizeof(z_stream)) -#endif - -#ifndef Z_SOLO - -/* gzgetc() macro and its supporting function and exposed data structure. Note - * that the real internal state is much larger than the exposed structure. - * This abbreviated structure exposes just enough for the gzgetc() macro. The - * user should not mess with these exposed elements, since their names or - * behavior could change in the future, perhaps even capriciously. They can - * only be used by the gzgetc() macro. You have been warned. - */ -struct gzFile_s { - unsigned have; - unsigned char *next; - z_off64_t pos; -}; -ZEXTERN int ZEXPORT gzgetc_(gzFile file); /* backward compatibility */ -#ifdef Z_PREFIX_SET -# undef z_gzgetc -# define z_gzgetc(g) \ - ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) -#else -# define gzgetc(g) \ - ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) -#endif - -/* provide 64-bit offset functions if _LARGEFILE64_SOURCE defined, and/or - * change the regular functions to 64 bits if _FILE_OFFSET_BITS is 64 (if - * both are true, the application gets the *64 functions, and the regular - * functions are changed to 64 bits) -- in case these are set on systems - * without large file support, _LFS64_LARGEFILE must also be true - */ -#ifdef Z_LARGE64 - ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); - ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int); - ZEXTERN z_off64_t ZEXPORT gztell64(gzFile); - ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile); - ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); - ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t); -#endif - -#if !defined(ZLIB_INTERNAL) && defined(Z_WANT64) -# ifdef Z_PREFIX_SET -# define z_gzopen z_gzopen64 -# define z_gzseek z_gzseek64 -# define z_gztell z_gztell64 -# define z_gzoffset z_gzoffset64 -# define z_adler32_combine z_adler32_combine64 -# define z_crc32_combine z_crc32_combine64 -# define z_crc32_combine_gen z_crc32_combine_gen64 -# else -# define gzopen gzopen64 -# define gzseek gzseek64 -# define gztell gztell64 -# define gzoffset gzoffset64 -# define adler32_combine adler32_combine64 -# define crc32_combine crc32_combine64 -# define crc32_combine_gen crc32_combine_gen64 -# endif -# ifndef Z_LARGE64 - ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); - ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int); - ZEXTERN z_off_t ZEXPORT gztell64(gzFile); - ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile); - ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t); -# endif -#else - ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *); - ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); - ZEXTERN z_off_t ZEXPORT gztell(gzFile); - ZEXTERN z_off_t ZEXPORT gzoffset(gzFile); - ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); -#endif - -#else /* Z_SOLO */ - - ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); - -#endif /* !Z_SOLO */ - -/* undocumented functions */ -ZEXTERN const char * ZEXPORT zError(int); -ZEXTERN int ZEXPORT inflateSyncPoint(z_streamp); -ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void); -ZEXTERN int ZEXPORT inflateUndermine(z_streamp, int); -ZEXTERN int ZEXPORT inflateValidate(z_streamp, int); -ZEXTERN unsigned long ZEXPORT inflateCodesUsed(z_streamp); -ZEXTERN int ZEXPORT inflateResetKeep(z_streamp); -ZEXTERN int ZEXPORT deflateResetKeep(z_streamp); -#if defined(_WIN32) && !defined(Z_SOLO) -ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path, - const char *mode); -#endif -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifndef Z_SOLO -ZEXTERN int ZEXPORTVA gzvprintf(gzFile file, - const char *format, - va_list va); -# endif -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* ZLIB_H */ diff --git a/proj-web/thirdparty/zlib-1.3.1/zlib.map b/proj-web/thirdparty/zlib-1.3.1/zlib.map deleted file mode 100644 index 31544f2..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zlib.map +++ /dev/null @@ -1,100 +0,0 @@ -ZLIB_1.2.0 { - global: - compressBound; - deflateBound; - inflateBack; - inflateBackEnd; - inflateBackInit_; - inflateCopy; - local: - deflate_copyright; - inflate_copyright; - inflate_fast; - inflate_table; - zcalloc; - zcfree; - z_errmsg; - gz_error; - gz_intmax; - _*; -}; - -ZLIB_1.2.0.2 { - gzclearerr; - gzungetc; - zlibCompileFlags; -} ZLIB_1.2.0; - -ZLIB_1.2.0.8 { - deflatePrime; -} ZLIB_1.2.0.2; - -ZLIB_1.2.2 { - adler32_combine; - crc32_combine; - deflateSetHeader; - inflateGetHeader; -} ZLIB_1.2.0.8; - -ZLIB_1.2.2.3 { - deflateTune; - gzdirect; -} ZLIB_1.2.2; - -ZLIB_1.2.2.4 { - inflatePrime; -} ZLIB_1.2.2.3; - -ZLIB_1.2.3.3 { - adler32_combine64; - crc32_combine64; - gzopen64; - gzseek64; - gztell64; - inflateUndermine; -} ZLIB_1.2.2.4; - -ZLIB_1.2.3.4 { - inflateReset2; - inflateMark; -} ZLIB_1.2.3.3; - -ZLIB_1.2.3.5 { - gzbuffer; - gzoffset; - gzoffset64; - gzclose_r; - gzclose_w; -} ZLIB_1.2.3.4; - -ZLIB_1.2.5.1 { - deflatePending; -} ZLIB_1.2.3.5; - -ZLIB_1.2.5.2 { - deflateResetKeep; - gzgetc_; - inflateResetKeep; -} ZLIB_1.2.5.1; - -ZLIB_1.2.7.1 { - inflateGetDictionary; - gzvprintf; -} ZLIB_1.2.5.2; - -ZLIB_1.2.9 { - inflateCodesUsed; - inflateValidate; - uncompress2; - gzfread; - gzfwrite; - deflateGetDictionary; - adler32_z; - crc32_z; -} ZLIB_1.2.7.1; - -ZLIB_1.2.12 { - crc32_combine_gen; - crc32_combine_gen64; - crc32_combine_op; -} ZLIB_1.2.9; diff --git a/proj-web/thirdparty/zlib-1.3.1/zlib.pc.cmakein b/proj-web/thirdparty/zlib-1.3.1/zlib.pc.cmakein deleted file mode 100644 index a5e6429..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zlib.pc.cmakein +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=@CMAKE_INSTALL_PREFIX@ -libdir=@INSTALL_LIB_DIR@ -sharedlibdir=@INSTALL_LIB_DIR@ -includedir=@INSTALL_INC_DIR@ - -Name: zlib -Description: zlib compression library -Version: @VERSION@ - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/proj-web/thirdparty/zlib-1.3.1/zlib.pc.in b/proj-web/thirdparty/zlib-1.3.1/zlib.pc.in deleted file mode 100644 index 7e5acf9..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zlib.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -sharedlibdir=@sharedlibdir@ -includedir=@includedir@ - -Name: zlib -Description: zlib compression library -Version: @VERSION@ - -Requires: -Libs: -L${libdir} -L${sharedlibdir} -lz -Cflags: -I${includedir} diff --git a/proj-web/thirdparty/zlib-1.3.1/zutil.c b/proj-web/thirdparty/zlib-1.3.1/zutil.c deleted file mode 100644 index b1c5d2d..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zutil.c +++ /dev/null @@ -1,299 +0,0 @@ -/* zutil.c -- target dependent utility functions for the compression library - * Copyright (C) 1995-2017 Jean-loup Gailly - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* @(#) $Id$ */ - -#include "zutil.h" -#ifndef Z_SOLO -# include "gzguts.h" -#endif - -z_const char * const z_errmsg[10] = { - (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */ - (z_const char *)"stream end", /* Z_STREAM_END 1 */ - (z_const char *)"", /* Z_OK 0 */ - (z_const char *)"file error", /* Z_ERRNO (-1) */ - (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */ - (z_const char *)"data error", /* Z_DATA_ERROR (-3) */ - (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */ - (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */ - (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */ - (z_const char *)"" -}; - - -const char * ZEXPORT zlibVersion(void) { - return ZLIB_VERSION; -} - -uLong ZEXPORT zlibCompileFlags(void) { - uLong flags; - - flags = 0; - switch ((int)(sizeof(uInt))) { - case 2: break; - case 4: flags += 1; break; - case 8: flags += 2; break; - default: flags += 3; - } - switch ((int)(sizeof(uLong))) { - case 2: break; - case 4: flags += 1 << 2; break; - case 8: flags += 2 << 2; break; - default: flags += 3 << 2; - } - switch ((int)(sizeof(voidpf))) { - case 2: break; - case 4: flags += 1 << 4; break; - case 8: flags += 2 << 4; break; - default: flags += 3 << 4; - } - switch ((int)(sizeof(z_off_t))) { - case 2: break; - case 4: flags += 1 << 6; break; - case 8: flags += 2 << 6; break; - default: flags += 3 << 6; - } -#ifdef ZLIB_DEBUG - flags += 1 << 8; -#endif - /* -#if defined(ASMV) || defined(ASMINF) - flags += 1 << 9; -#endif - */ -#ifdef ZLIB_WINAPI - flags += 1 << 10; -#endif -#ifdef BUILDFIXED - flags += 1 << 12; -#endif -#ifdef DYNAMIC_CRC_TABLE - flags += 1 << 13; -#endif -#ifdef NO_GZCOMPRESS - flags += 1L << 16; -#endif -#ifdef NO_GZIP - flags += 1L << 17; -#endif -#ifdef PKZIP_BUG_WORKAROUND - flags += 1L << 20; -#endif -#ifdef FASTEST - flags += 1L << 21; -#endif -#if defined(STDC) || defined(Z_HAVE_STDARG_H) -# ifdef NO_vsnprintf - flags += 1L << 25; -# ifdef HAS_vsprintf_void - flags += 1L << 26; -# endif -# else -# ifdef HAS_vsnprintf_void - flags += 1L << 26; -# endif -# endif -#else - flags += 1L << 24; -# ifdef NO_snprintf - flags += 1L << 25; -# ifdef HAS_sprintf_void - flags += 1L << 26; -# endif -# else -# ifdef HAS_snprintf_void - flags += 1L << 26; -# endif -# endif -#endif - return flags; -} - -#ifdef ZLIB_DEBUG -#include -# ifndef verbose -# define verbose 0 -# endif -int ZLIB_INTERNAL z_verbose = verbose; - -void ZLIB_INTERNAL z_error(char *m) { - fprintf(stderr, "%s\n", m); - exit(1); -} -#endif - -/* exported to allow conversion of error code to string for compress() and - * uncompress() - */ -const char * ZEXPORT zError(int err) { - return ERR_MSG(err); -} - -#if defined(_WIN32_WCE) && _WIN32_WCE < 0x800 - /* The older Microsoft C Run-Time Library for Windows CE doesn't have - * errno. We define it as a global variable to simplify porting. - * Its value is always 0 and should not be used. - */ - int errno = 0; -#endif - -#ifndef HAVE_MEMCPY - -void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { - if (len == 0) return; - do { - *dest++ = *source++; /* ??? to be unrolled */ - } while (--len != 0); -} - -int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { - uInt j; - - for (j = 0; j < len; j++) { - if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1; - } - return 0; -} - -void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len) { - if (len == 0) return; - do { - *dest++ = 0; /* ??? to be unrolled */ - } while (--len != 0); -} -#endif - -#ifndef Z_SOLO - -#ifdef SYS16BIT - -#ifdef __TURBOC__ -/* Turbo C in 16-bit mode */ - -# define MY_ZCALLOC - -/* Turbo C malloc() does not allow dynamic allocation of 64K bytes - * and farmalloc(64K) returns a pointer with an offset of 8, so we - * must fix the pointer. Warning: the pointer must be put back to its - * original form in order to free it, use zcfree(). - */ - -#define MAX_PTR 10 -/* 10*64K = 640K */ - -local int next_ptr = 0; - -typedef struct ptr_table_s { - voidpf org_ptr; - voidpf new_ptr; -} ptr_table; - -local ptr_table table[MAX_PTR]; -/* This table is used to remember the original form of pointers - * to large buffers (64K). Such pointers are normalized with a zero offset. - * Since MSDOS is not a preemptive multitasking OS, this table is not - * protected from concurrent access. This hack doesn't work anyway on - * a protected system like OS/2. Use Microsoft C instead. - */ - -voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { - voidpf buf; - ulg bsize = (ulg)items*size; - - (void)opaque; - - /* If we allocate less than 65520 bytes, we assume that farmalloc - * will return a usable pointer which doesn't have to be normalized. - */ - if (bsize < 65520L) { - buf = farmalloc(bsize); - if (*(ush*)&buf != 0) return buf; - } else { - buf = farmalloc(bsize + 16L); - } - if (buf == NULL || next_ptr >= MAX_PTR) return NULL; - table[next_ptr].org_ptr = buf; - - /* Normalize the pointer to seg:0 */ - *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; - *(ush*)&buf = 0; - table[next_ptr++].new_ptr = buf; - return buf; -} - -void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { - int n; - - (void)opaque; - - if (*(ush*)&ptr != 0) { /* object < 64K */ - farfree(ptr); - return; - } - /* Find the original pointer */ - for (n = 0; n < next_ptr; n++) { - if (ptr != table[n].new_ptr) continue; - - farfree(table[n].org_ptr); - while (++n < next_ptr) { - table[n-1] = table[n]; - } - next_ptr--; - return; - } - Assert(0, "zcfree: ptr not found"); -} - -#endif /* __TURBOC__ */ - - -#ifdef M_I86 -/* Microsoft C in 16-bit mode */ - -# define MY_ZCALLOC - -#if (!defined(_MSC_VER) || (_MSC_VER <= 600)) -# define _halloc halloc -# define _hfree hfree -#endif - -voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { - (void)opaque; - return _halloc((long)items, size); -} - -void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { - (void)opaque; - _hfree(ptr); -} - -#endif /* M_I86 */ - -#endif /* SYS16BIT */ - - -#ifndef MY_ZCALLOC /* Any system without a special alloc function */ - -#ifndef STDC -extern voidp malloc(uInt size); -extern voidp calloc(uInt items, uInt size); -extern void free(voidpf ptr); -#endif - -voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { - (void)opaque; - return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) : - (voidpf)calloc(items, size); -} - -void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { - (void)opaque; - free(ptr); -} - -#endif /* MY_ZCALLOC */ - -#endif /* !Z_SOLO */ diff --git a/proj-web/thirdparty/zlib-1.3.1/zutil.h b/proj-web/thirdparty/zlib-1.3.1/zutil.h deleted file mode 100644 index 48dd7fe..0000000 --- a/proj-web/thirdparty/zlib-1.3.1/zutil.h +++ /dev/null @@ -1,254 +0,0 @@ -/* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler - * For conditions of distribution and use, see copyright notice in zlib.h - */ - -/* WARNING: this file should *not* be used by applications. It is - part of the implementation of the compression library and is - subject to change. Applications should only use zlib.h. - */ - -/* @(#) $Id$ */ - -#ifndef ZUTIL_H -#define ZUTIL_H - -#ifdef HAVE_HIDDEN -# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) -#else -# define ZLIB_INTERNAL -#endif - -#include "zlib.h" - -#if defined(STDC) && !defined(Z_SOLO) -# if !(defined(_WIN32_WCE) && defined(_MSC_VER)) -# include -# endif -# include -# include -#endif - -#ifndef local -# define local static -#endif -/* since "static" is used to mean two completely different things in C, we - define "local" for the non-static meaning of "static", for readability - (compile with -Dlocal if your debugger can't find static symbols) */ - -typedef unsigned char uch; -typedef uch FAR uchf; -typedef unsigned short ush; -typedef ush FAR ushf; -typedef unsigned long ulg; - -#if !defined(Z_U8) && !defined(Z_SOLO) && defined(STDC) -# include -# if (ULONG_MAX == 0xffffffffffffffff) -# define Z_U8 unsigned long -# elif (ULLONG_MAX == 0xffffffffffffffff) -# define Z_U8 unsigned long long -# elif (UINT_MAX == 0xffffffffffffffff) -# define Z_U8 unsigned -# endif -#endif - -extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ -/* (size given to avoid silly warnings with Visual C++) */ - -#define ERR_MSG(err) z_errmsg[(err) < -6 || (err) > 2 ? 9 : 2 - (err)] - -#define ERR_RETURN(strm,err) \ - return (strm->msg = ERR_MSG(err), (err)) -/* To be used only when the state is known to be valid */ - - /* common constants */ - -#ifndef DEF_WBITS -# define DEF_WBITS MAX_WBITS -#endif -/* default windowBits for decompression. MAX_WBITS is for compression only */ - -#if MAX_MEM_LEVEL >= 8 -# define DEF_MEM_LEVEL 8 -#else -# define DEF_MEM_LEVEL MAX_MEM_LEVEL -#endif -/* default memLevel */ - -#define STORED_BLOCK 0 -#define STATIC_TREES 1 -#define DYN_TREES 2 -/* The three kinds of block type */ - -#define MIN_MATCH 3 -#define MAX_MATCH 258 -/* The minimum and maximum match lengths */ - -#define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ - - /* target dependencies */ - -#if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32)) -# define OS_CODE 0x00 -# ifndef Z_SOLO -# if defined(__TURBOC__) || defined(__BORLANDC__) -# if (__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__)) - /* Allow compilation with ANSI keywords only enabled */ - void _Cdecl farfree( void *block ); - void *_Cdecl farmalloc( unsigned long nbytes ); -# else -# include -# endif -# else /* MSC or DJGPP */ -# include -# endif -# endif -#endif - -#ifdef AMIGA -# define OS_CODE 1 -#endif - -#if defined(VAXC) || defined(VMS) -# define OS_CODE 2 -# define F_OPEN(name, mode) \ - fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") -#endif - -#ifdef __370__ -# if __TARGET_LIB__ < 0x20000000 -# define OS_CODE 4 -# elif __TARGET_LIB__ < 0x40000000 -# define OS_CODE 11 -# else -# define OS_CODE 8 -# endif -#endif - -#if defined(ATARI) || defined(atarist) -# define OS_CODE 5 -#endif - -#ifdef OS2 -# define OS_CODE 6 -# if defined(M_I86) && !defined(Z_SOLO) -# include -# endif -#endif - -#if defined(MACOS) -# define OS_CODE 7 -#endif - -#ifdef __acorn -# define OS_CODE 13 -#endif - -#if defined(WIN32) && !defined(__CYGWIN__) -# define OS_CODE 10 -#endif - -#ifdef _BEOS_ -# define OS_CODE 16 -#endif - -#ifdef __TOS_OS400__ -# define OS_CODE 18 -#endif - -#ifdef __APPLE__ -# define OS_CODE 19 -#endif - -#if defined(__BORLANDC__) && !defined(MSDOS) - #pragma warn -8004 - #pragma warn -8008 - #pragma warn -8066 -#endif - -/* provide prototypes for these when building zlib without LFS */ -#if !defined(_WIN32) && \ - (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0) - ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t); - ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t); -#endif - - /* common defaults */ - -#ifndef OS_CODE -# define OS_CODE 3 /* assume Unix */ -#endif - -#ifndef F_OPEN -# define F_OPEN(name, mode) fopen((name), (mode)) -#endif - - /* functions */ - -#if defined(pyr) || defined(Z_SOLO) -# define NO_MEMCPY -#endif -#if defined(SMALL_MEDIUM) && !defined(_MSC_VER) && !defined(__SC__) - /* Use our own functions for small and medium model with MSC <= 5.0. - * You may have to use the same strategy for Borland C (untested). - * The __SC__ check is for Symantec. - */ -# define NO_MEMCPY -#endif -#if defined(STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY) -# define HAVE_MEMCPY -#endif -#ifdef HAVE_MEMCPY -# ifdef SMALL_MEDIUM /* MSDOS small or medium model */ -# define zmemcpy _fmemcpy -# define zmemcmp _fmemcmp -# define zmemzero(dest, len) _fmemset(dest, 0, len) -# else -# define zmemcpy memcpy -# define zmemcmp memcmp -# define zmemzero(dest, len) memset(dest, 0, len) -# endif -#else - void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len); - int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len); - void ZLIB_INTERNAL zmemzero(Bytef* dest, uInt len); -#endif - -/* Diagnostic functions */ -#ifdef ZLIB_DEBUG -# include - extern int ZLIB_INTERNAL z_verbose; - extern void ZLIB_INTERNAL z_error(char *m); -# define Assert(cond,msg) {if(!(cond)) z_error(msg);} -# define Trace(x) {if (z_verbose>=0) fprintf x ;} -# define Tracev(x) {if (z_verbose>0) fprintf x ;} -# define Tracevv(x) {if (z_verbose>1) fprintf x ;} -# define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} -# define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} -#else -# define Assert(cond,msg) -# define Trace(x) -# define Tracev(x) -# define Tracevv(x) -# define Tracec(c,x) -# define Tracecv(c,x) -#endif - -#ifndef Z_SOLO - voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, - unsigned size); - void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr); -#endif - -#define ZALLOC(strm, items, size) \ - (*((strm)->zalloc))((strm)->opaque, (items), (size)) -#define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) -#define TRY_FREE(s, p) {if (p) ZFREE(s, p);} - -/* Reverse the bytes in a 32-bit value */ -#define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ - (((q) & 0xff00) << 8) + (((q) & 0xff) << 24)) - -#endif /* ZUTIL_H */ diff --git a/proj-windows/CMakeLists.txt b/proj-windows/CMakeLists.txt new file mode 100644 index 0000000..0f68441 --- /dev/null +++ b/proj-windows/CMakeLists.txt @@ -0,0 +1,152 @@ +cmake_minimum_required(VERSION 3.16) + +project(space-game001 LANGUAGES CXX) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/ThirdParty.cmake) + +# =========================================== +# Основной проект space-game001 +# =========================================== +add_executable(space-game001 + ../src/main.cpp + ../src/Game.cpp + ../src/Game.h + ../src/Environment.cpp + ../src/Environment.h + ../src/render/Renderer.cpp + ../src/render/Renderer.h + ../src/render/ShaderManager.cpp + ../src/render/ShaderManager.h + ../src/render/TextureManager.cpp + ../src/render/TextureManager.h + ../src/TextModel.cpp + ../src/TextModel.h + ../src/AudioPlayerAsync.cpp + ../src/AudioPlayerAsync.h + ../src/BoneAnimatedModel.cpp + ../src/BoneAnimatedModel.h + ../src/render/OpenGlExtensions.cpp + ../src/render/OpenGlExtensions.h + ../src/utils/Utils.cpp + ../src/utils/Utils.h + ../src/SparkEmitter.cpp + ../src/SparkEmitter.h + ../src/planet/PlanetObject.cpp + ../src/planet/PlanetObject.h + ../src/planet/PlanetData.cpp + ../src/planet/PlanetData.h + ../src/utils/Perlin.cpp + ../src/utils/Perlin.h + ../src/utils/TaskManager.cpp + ../src/utils/TaskManager.h + ../src/planet/StoneObject.cpp + ../src/planet/StoneObject.h + ../src/render/FrameBuffer.cpp + ../src/render/FrameBuffer.h + ../src/UiManager.cpp + ../src/UiManager.h + ../src/Projectile.h + ../src/Projectile.cpp +) + +# Установка проекта по умолчанию для Visual Studio +set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT space-game001) + +# include-пути проекта +target_include_directories(space-game001 PRIVATE + "${CMAKE_CURRENT_SOURCE_DIR}/../src" +) + +set_target_properties(space-game001 PROPERTIES + OUTPUT_NAME "space-game001" +) + +# Определения препроцессора: +# PNG_ENABLED – включает код PNG в TextureManager +# SDL_MAIN_HANDLED – отключает переопределение main -> SDL_main +target_compile_definitions(space-game001 PRIVATE + WIN32_LEAN_AND_MEAN + PNG_ENABLED + SDL_MAIN_HANDLED +# SIMPLIFIED +) + +# Линкуем с SDL2main, если он вообще установлен +target_link_libraries(space-game001 PRIVATE SDL2main_external_lib) + +# Линкуем сторонние библиотеки +target_link_libraries(space-game001 PRIVATE + SDL2_external_lib + libpng_external_lib + zlib_external_lib + libzip_external_lib + eigen_external_lib + boost_external_lib +) + +# Линкуем OpenGL (Windows) +if(WIN32) + target_link_libraries(space-game001 PRIVATE opengl32) +endif() + +# =========================================== +# Копирование SDL2d.dll и zlibd.dll рядом с exe +# =========================================== +if (WIN32) + + # SDL2: в Debug - SDL2d.dll, в Release - SDL2.dll + set(SDL2_DLL_SRC "$,${SDL2_INSTALL_DIR}/bin/SDL2d.dll,${SDL2_INSTALL_DIR}/bin/SDL2.dll>") + set(SDL2_DLL_DST "$,$/SDL2d.dll,$/SDL2.dll>") + + + set(LIBZIP_DLL_SRC "$,${LIBZIP_BASE_DIR}-Debug/bin/zip.dll,${LIBZIP_BASE_DIR}-Release/bin/zip.dll>") + + set(ZLIB_DLL_SRC "$,${ZLIB_INSTALL_DIR}/bin/zlibd.dll,${ZLIB_INSTALL_DIR}/bin/zlib.dll>") + set(ZLIB_DLL_DST "$,$/zlibd.dll,$/zlib.dll>") + + + add_custom_command(TARGET space-game001 POST_BUILD + COMMAND ${CMAKE_COMMAND} -E echo "Copying DLLs to output folder..." + + # Копируем SDL2 (целевое имя всегда SDL2.dll) + COMMAND ${CMAKE_COMMAND} -E copy_if_different + "${SDL2_DLL_SRC}" + "${SDL2_DLL_DST}" + + # Копируем LIBZIP (целевое имя всегда zip.dll) + COMMAND ${CMAKE_COMMAND} -E copy_if_different + "${LIBZIP_DLL_SRC}" + "$/zip.dll" + + COMMAND ${CMAKE_COMMAND} -E copy_if_different + "${ZLIB_DLL_SRC}" + "${ZLIB_DLL_DST}" + ) +endif() + +# =========================================== +# Копирование ресурсов после сборки +# =========================================== + +# Какие папки с ресурсами нужно копировать +set(RUNTIME_RESOURCE_DIRS + "resources" +) + +# Копируем ресурсы и шейдеры в папку exe и в корень build/ +foreach(resdir IN LISTS RUNTIME_RESOURCE_DIRS) + add_custom_command(TARGET space-game001 POST_BUILD + COMMAND ${CMAKE_COMMAND} -E echo "Copying ${resdir} to runtime folders..." + # 1) туда, где лежит exe (build/Debug, build/Release и т.п.) + COMMAND ${CMAKE_COMMAND} -E copy_directory + "${CMAKE_SOURCE_DIR}/../${resdir}" + "$/${resdir}" + # 2) в корень build, если захочешь запускать из этой папки + COMMAND ${CMAKE_COMMAND} -E copy_directory + "${CMAKE_SOURCE_DIR}/../${resdir}" + "${CMAKE_BINARY_DIR}/${resdir}" + ) +endforeach() \ No newline at end of file

    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℞AMkzQ=&V-bWaym-?9j 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%0ARD|WAUa-^)bZn# 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

    ha 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�rRb`0y|*v1_Y0K2x& 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