代码搜索:zlib

找到约 10,000 项符合「zlib」的源代码

代码结果 10,000
www.eeworm.com/read/307176/13727178

cpp trees.cpp

/* trees.c -- output deflated data using Huffman coding * Copyright (C) 1995-2005 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM *
www.eeworm.com/read/307176/13727180

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #define ZL
www.eeworm.com/read/307176/13727187

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG
www.eeworm.com/read/307176/13727188

c uncompr.c

/* uncompr.c -- decompress a memory buffer * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #define Z
www.eeworm.com/read/307176/13727189

cpp zutil.cpp

/* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */
www.eeworm.com/read/307176/13727190

cpp inftrees.cpp

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "stdafx.h"
www.eeworm.com/read/307176/13727191

h inftrees.h

/* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be use
www.eeworm.com/read/307176/13727201

cpp compress.cpp

#include "stdafx.h" #include "zlib.h" int uncompress (BYTE *dest, unsigned long *destLen, const BYTE *source, unsigned long sourceLen) { z_stream stream; int err; st
www.eeworm.com/read/136177/13869118

c adler32.c

/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: a
www.eeworm.com/read/136177/13869137

c zutil.c

/* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h