Searched refs:zlib (Results 1 – 9 of 9) sorted by relevance
47 } zlib; variable77 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 …]
1 * zlib.h -- interface of the 'zlib' general purpose compression library25 * The data format used by the zlib library is described by RFCs (Request for27 * (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
7 OBJS= bsd-comp.o deflate.o pppdump.o zlib.o
50 This file is derived from zlib.h and zconf.h from the zlib-0.9555 zlib.h -- interface of the 'zlib' general purpose compression library
66 [2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
63 (buffer.c, bufaux.c), compression routines (compress.c, zlib),
7 http://www.freesoftware.com/pub/infozip/zlib/
543 rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to
591 zlib.o