Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libctf/common/
H A Dctf_lib.c47 } zlib; variable
77 if (zlib.z_dlp != NULL) in ctf_zopen()
78 return (zlib.z_dlp); /* library is already loaded */ in ctf_zopen()
83 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL) in ctf_zopen()
86 zlib.z_uncompress = (int (*)()) dlsym(zlib.z_dlp, "uncompress"); in ctf_zopen()
87 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError"); in ctf_zopen()
89 if (zlib.z_uncompress == NULL || zlib.z_error == NULL) { in ctf_zopen()
90 (void) dlclose(zlib.z_dlp); in ctf_zopen()
91 bzero(&zlib, sizeof (zlib)); in ctf_zopen()
95 return (zlib.z_dlp); in ctf_zopen()
[all …]
/titanic_41/usr/src/uts/common/zmod/
H A DTHIRDPARTYLICENSE1 * zlib.h -- interface of the 'zlib' general purpose compression library
25 * The data format used by the zlib library is described by RFCs (Request for
27 * (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DMakefile7 OBJS= bsd-comp.o deflate.o pppdump.o zlib.o
H A DTHIRDPARTYLICENSE50 This file is derived from zlib.h and zconf.h from the zlib-0.95
55 zlib.h -- interface of the 'zlib' general purpose compression library
/titanic_41/usr/src/cmd/ssh/doc/
H A DREADME66 [2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
H A DOVERVIEW63 (buffer.c, bufaux.c), compression routines (compress.c, zlib),
H A DINSTALL7 http://www.freesoftware.com/pub/infozip/zlib/
H A DChangeLog543 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
/titanic_41/usr/src/uts/common/
H A DMakefile.files591 zlib.o