代码搜索:zlib

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

代码结果 10,000
www.eeworm.com/read/321483/3534849

filtdef

#!/usr/local/bin/perl use strict ; use warnings ; use Compress::Zlib ; binmode STDIN; binmode STDOUT; my $x = deflateInit() or die "Cannot create a deflation stream\n" ; my ($output, $status) ;
www.eeworm.com/read/321483/3534851

filtinf

#!/usr/local/bin/perl use strict ; use warnings ; use Compress::Zlib ; my $x = inflateInit() or die "Cannot create a inflation stream\n" ; my $input = '' ; binmode STDIN; binmode STDOUT; my ($
www.eeworm.com/read/321483/3534869

in config.in

# Filename: config.in # # written by Paul Marquess # last modified 28th October 2003 # version 2.000 # # # This file is used to control which zlib library will be used by # Compress:
www.eeworm.com/read/321483/3534890

h deflate.h

/* deflate.h -- internal compression state * Copyright (C) 1995-2004 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not*
www.eeworm.com/read/321483/3534894

h zutil.h

/* zutil.h -- internal interface and configuration of 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/321371/3537724

svn-base infcodes.h.svn-base

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

svn-base zutil.h.svn-base

/* zutil.h -- internal interface and configuration of the compression library * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/321371/3537729

svn-base infutil.c.svn-base

/* inflate_util.c -- data and routines common to blocks and codes * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "z
www.eeworm.com/read/321371/3537732

svn-base infblock.c.svn-base

/* infblock.c -- interpret and process block types to last block * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zu
www.eeworm.com/read/321371/3537734

svn-base inftrees.h.svn-base

/* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not*