Searched refs:zlib (Results 1 – 9 of 9) sorted by relevance
| /titanic_50/usr/src/lib/libctf/common/ |
| H A D | ctf_lib.c | 55 } zlib; variable 97 if (zlib.z_dlp != NULL) in ctf_zopen() 98 return (zlib.z_dlp); /* library is already loaded */ in ctf_zopen() 103 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL) in ctf_zopen() 106 zlib.z_uncompress = (int (*)()) dlsym(zlib.z_dlp, "uncompress"); in ctf_zopen() 107 zlib.z_initcomp = (int (*)()) dlsym(zlib.z_dlp, "deflateInit_"); in ctf_zopen() 108 zlib.z_compress = (int (*)()) dlsym(zlib.z_dlp, "deflate"); in ctf_zopen() 109 zlib.z_finicomp = (int (*)()) dlsym(zlib.z_dlp, "deflateEnd"); in ctf_zopen() 110 zlib.z_error = (const char *(*)()) dlsym(zlib.z_dlp, "zError"); in ctf_zopen() 112 if (zlib.z_uncompress == NULL || zlib.z_error == NULL || in ctf_zopen() [all …]
|
| /titanic_50/usr/src/uts/common/zmod/ |
| H A D | THIRDPARTYLICENSE | 1 * 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_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | Makefile | 7 OBJS= bsd-comp.o deflate.o pppdump.o zlib.o
|
| H A D | THIRDPARTYLICENSE | 50 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_50/usr/src/cmd/ssh/doc/ |
| H A D | README | 66 [2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
|
| H A D | OVERVIEW | 63 (buffer.c, bufaux.c), compression routines (compress.c, zlib),
|
| H A D | INSTALL | 7 http://www.freesoftware.com/pub/infozip/zlib/
|
| H A D | ChangeLog | 543 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
|
| /titanic_50/usr/src/uts/common/ |
| H A D | Makefile.files | 592 zlib.o
|