Searched refs:zlib (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A Dzlibd32.mak1 # Makefile for zlib
3 # Updated for zlib 1.2.x by Cosmin Truta
19 ZLIB_LIB = zlib.lib
33 adler32.obj: adler32.c zlib.h zconf.h
35 compress.obj: compress.c zlib.h zconf.h
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h
43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h
45 gzread.obj: gzread.c zlib
[all...]
H A DZLib.pas10 { Updated for zlib 1.2.x by Cosmin Truta <cosmint@cs.ubbcluj.ro> }
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibd32.mak1 # Makefile for zlib
3 # Updated for zlib 1.2.x by Cosmin Truta
19 ZLIB_LIB = zlib.lib
33 adler32.obj: adler32.c zlib.h zconf.h
35 compress.obj: compress.c zlib.h zconf.h
37 crc32.obj: crc32.c zlib.h zconf.h crc32.h
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h
43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h
45 gzread.obj: gzread.c zlib
[all...]
H A Dexample.pas1 (* example.c -- usage example of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
419 d_stream.avail_in := 2; (* just read the zlib header *)
533 EXIT_ERR('Incompatible zlib version');
535 WriteLn('zlib version: ', zlibVersion);
536 WriteLn('zlib compile flags: ', Format('0x%x', [zlibCompileFlags]));
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A DMakefile7 untgz.o: untgz.c ../../zlib.h
/vbox/src/libs/libpng-1.2.8/projects/visualc71/
H A DREADME_zlib.txt2 It is expected to be part of the next zlib release under
5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
9 For conditions of distribution and use, see copyright notice in zlib.h.
15 Open "zlib.sln".
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
34 This project builds the zlib binaries as follows:
40 * Win32_LIB_Release\zlib.lib static build
42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c68 } zlib; variable in typeref:struct:__anon15992
193 if (zlib.z_dlp != NULL)
194 return (zlib.z_dlp); /* library is already loaded */
199 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL)
202 zlib.z_uncompress = (int (*)()) dlsym(zlib.z_dlp, "uncompress");
203 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError");
205 if (zlib.z_uncompress == NULL || zlib
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com39 $ v_file = "zlib.h"
145 adler32.c zlib.h zconf.h
147 compress.c zlib.h zconf.h
149 crc32.c zlib.h zconf.h
151 deflate.c deflate.h zutil.h zlib.h zconf.h
153 gzclose.c zutil.h zlib.h zconf.h
155 gzlib.c zutil.h zlib.h zconf.h
157 gzread.c zutil.h zlib.h zconf.h
159 gzwrite.c zutil.h zlib.h zconf.h
163 inffast.c zutil.h zlib
[all...]
H A Dconfigure2 # configure script for zlib.
26 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h`
27 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < zlib.h`
28 VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < zlib.h`
29 VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < zlib.h`
176 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
178 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"}
285 # send working options for other systems to zlib@gzip.org
486 echo " WARNING: apparently vsnprintf() does not return a value. zlib" | tee -a configure.log
494 echo " WARNING: vsnprintf() not found, falling back to vsprintf(). zlib" | te
[all...]
/vbox/src/VBox/Runtime/common/checksum/
H A Dcrc32-zlib.cpp3 * IPRT - CRC-32 on top of zlib (very fast).
34 #include <zlib.h>
36 /** @todo Check if we can't just use the zlib code directly here. */
/vbox/src/libs/zlib-1.2.6/watcom/
H A Dwatcom_l.mak1 # Makefile for zlib
H A Dwatcom_f.mak1 # Makefile for zlib
/vbox/src/libs/libxml2-2.6.31/
H A Dxlink.c32 #include <zlib.h>
H A Dlibxml2.spec9 BuildRequires: python python-devel zlib-devel
29 Requires: zlib-devel
H A Dnanohttp.c67 #include <zlib.h>
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dmakevms.com8 $! Set locations where zlib and libpng sources live.
13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
21 $ write sys$output "zlib include not found. Exiting..."
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dgvmat64.asm34 ; http://www.zlib.net
114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
116 ; (if you compile with zlib 1.0.4 or older, remove the +4).
133 ; in zlib in the deflate_state structure since the asm code was first written
134 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
136 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
255 ;;; on zlib only
/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py40 import zlib namespace
266 uCrc32 = zlib.crc32(abMsg[8:]);
331 uActualCrc32 = zlib.crc32(abHdr[8:]);
333 uActualCrc32 = zlib.crc32(abPayload, uActualCrc32);
730 o.uTxsClientCrc32 = zlib.crc32('');
759 oStdIn.uTxsClientCrc32 = zlib.crc32(abInput, oStdIn.uTxsClientCrc32);
808 oOut.uTxsClientCrc32 = zlib.crc32(abPayload[4:], oOut.uTxsClientCrc32);
1064 uMyCrc32 = zlib.crc32("");
1080 uMyCrc32 = zlib.crc32(abBuf, uMyCrc32);
1153 uMyCrc32 = zlib
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm7 ; http://www.zlib.net
35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
75 ; in zlib in the deflate_state structure since the asm code was first written
76 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
77 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
78 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
163 ;;; Written for zlib 1.1.2
H A Dinffas32.asm6 ; * For conditions of distribution and use, see copyright notice in zlib.h
12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
18 ; * http://www.eetbeetee.com/zlib/ and http://www.charm.net/~christop/zlib/
35 ; zlib122sup is 0 fort zlib 1.2.2.1 and lower
36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/vbox/
H A Dconfigure880 # Check for zlib, needed by VBoxSVC, Runtime, ...
884 test_header zlib
887 #include <zlib.h>
901 if test_compile "$LIBZ $I_INCZ" zlib zlib; then
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp41 #include <zlib.h>
45 * Drag in the missing zlib symbols.
146 /** Set if zlib reported a fatal error. */
148 /** Set if we've reached the end of the zlib stream. */
152 /** The zlib stream. */
178 * Convert from zlib to IPRT status codes.
339 * Pass it on to zlib.
722 * Note!. Since we've told zlib to check for the gzip header, we
724 * be handed on to zlib later on.
H A Dzip.cpp49 # include <zlib.h>
435 * Convert from zlib errno to iprt status code.
494 * Pass it on to zlib.
527 * Tell zlib to flush.
615 * Pass it on to zlib.
726 * Pass it on to zlib.
839 * Pass it on to zlib.
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c39 # include <zlib.h>
671 ctf_dprintf("zlib inflate err: %s\n", z_strerror(rc));
677 ctf_dprintf("zlib inflate short -- got %lu of %lu "

Completed in 2394 milliseconds

12