-/* $OpenBSD: adler32.c,v 1.7 2021/07/04 14:24:49 tb Exp $ */
/* 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
-/* $OpenBSD: compress.c,v 1.8 2022/10/20 15:35:31 tb Exp $ */
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: crc32.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
/* 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
-/* $OpenBSD: crc32.h,v 1.4 2022/05/08 14:04:21 tb Exp $ */
-
/* crc32.h -- tables for rapid CRC calculation
* Generated automatically by crc32.c
*/
-/* $OpenBSD: deflate.c,v 1.17 2022/10/20 15:35:31 tb Exp $ */
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: deflate.h,v 1.13 2022/10/20 15:35:31 tb Exp $ */
-
/* deflate.h -- internal compression state
* Copyright (C) 1995-2018 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: gzclose.c,v 1.1 2021/07/04 14:24:49 tb Exp $ */
/* gzclose.c -- zlib gzclose() function
* Copyright (C) 2004, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: gzguts.h,v 1.3 2022/05/08 14:04:22 tb Exp $ */
-
/* gzguts.h -- zlib internal header definitions for gz* operations
* Copyright (C) 2004-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: gzlib.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
/* gzlib.c -- zlib functions common to reading and writing gzip files
* Copyright (C) 2004-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: gzread.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
/* 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
-/* $OpenBSD: gzwrite.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
/* 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
-/* $OpenBSD: infback.c,v 1.9 2022/10/20 15:35:31 tb Exp $ */
/* 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
-/* $OpenBSD: inffast.c,v 1.10 2022/05/08 14:04:22 tb Exp $ */
/* inffast.c -- fast decoding
* Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inffast.h,v 1.6 2021/07/04 17:41:23 tb Exp $ */
-
/* 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
-/* $OpenBSD: inffixed.h,v 1.5 2021/07/04 17:41:23 tb Exp $ */
-
/* inffixed.h -- table for decoding fixed codes
* Generated automatically by makefixed().
*/
-/* $OpenBSD: inflate.c,v 1.15 2022/10/20 15:35:31 tb Exp $ */
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2022 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inflate.h,v 1.5 2022/05/08 14:04:22 tb Exp $ */
-
/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inftrees.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2022 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inftrees.h,v 1.8 2022/10/20 15:35:31 tb Exp $ */
-
/* 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
-/* $OpenBSD: trees.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2021 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
-/* $OpenBSD: trees.h,v 1.4 2021/07/04 17:41:23 tb Exp $ */
-
/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
-/* $OpenBSD: uncompr.c,v 1.7 2022/10/20 15:35:31 tb Exp $ */
/* 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
-/* $OpenBSD: zconf.h,v 1.11 2022/10/20 15:35:31 tb Exp $ */
-
/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: zlib.h,v 1.16 2022/10/20 15:35:31 tb Exp $ */
-
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.13, October 13th, 2022
-/* $OpenBSD: zutil.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
/* 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
-/* $OpenBSD: zutil.h,v 1.13 2022/10/20 15:35:31 tb Exp $ */
-
/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-2022 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: adler32.c,v 1.11 2021/07/04 14:24:49 tb Exp $ */
/* 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
-/* $OpenBSD: compress.c,v 1.3 2022/10/20 15:36:47 tb Exp $ */
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: crc32.c,v 1.16 2022/10/20 15:36:47 tb Exp $ */
/* 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
-/* $OpenBSD: crc32.h,v 1.4 2022/05/08 14:05:29 tb Exp $ */
-
/* crc32.h -- tables for rapid CRC calculation
* Generated automatically by crc32.c
*/
-/* $OpenBSD: deflate.c,v 1.10 2022/10/20 15:36:47 tb Exp $ */
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: deflate.h,v 1.7 2022/10/20 15:36:47 tb Exp $ */
-
/* deflate.h -- internal compression state
* Copyright (C) 1995-2018 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: infback.c,v 1.10 2022/10/20 15:36:47 tb Exp $ */
/* 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
-/* $OpenBSD: inffast.c,v 1.14 2022/05/08 14:05:29 tb Exp $ */
/* inffast.c -- fast decoding
* Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inffast.h,v 1.8 2021/07/04 17:41:23 tb Exp $ */
-
/* 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
-/* $OpenBSD: inffixed.h,v 1.5 2021/07/04 17:41:23 tb Exp $ */
-
/* inffixed.h -- table for decoding fixed codes
* Generated automatically by makefixed().
*/
-/* $OpenBSD: inflate.c,v 1.21 2022/10/20 15:36:47 tb Exp $ */
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2022 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inflate.h,v 1.5 2022/05/08 14:05:29 tb Exp $ */
-
/* inflate.h -- internal inflate state definition
* Copyright (C) 1995-2019 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inftrees.c,v 1.18 2022/10/20 15:36:47 tb Exp $ */
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-2022 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: inftrees.h,v 1.11 2022/10/20 15:36:47 tb Exp $ */
-
/* 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
-/* $OpenBSD: trees.c,v 1.7 2022/10/20 15:36:47 tb Exp $ */
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2021 Jean-loup Gailly
* detect_data_type() function provided freely by Cosmin Truta, 2006
-/* $OpenBSD: trees.h,v 1.3 2021/07/04 17:41:23 tb Exp $ */
-
/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
-/* $OpenBSD: zconf.h,v 1.15 2022/10/20 15:36:47 tb Exp $ */
-
/* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
-/* $OpenBSD: zlib.h,v 1.18 2022/10/20 15:36:47 tb Exp $ */
-
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.13, October 13th, 2022
-/* $OpenBSD: zutil.c,v 1.5 2022/10/20 15:36:47 tb Exp $ */
/* 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
-/* $OpenBSD: zutil.h,v 1.24 2022/10/20 15:36:47 tb Exp $ */
-
/* zutil.h -- internal interface and configuration of the compression library
* Copyright (C) 1995-2022 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h