HomeSort by: relevance | last modified time | path
    Searched defs:zlib (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Compression.h 23 namespace zlib { namespace in namespace:llvm
44 } // End of namespace zlib
  /src/external/bsd/libarchive/dist/libarchive/
archive_version_details.c 36 #include <zlib.h>
174 const char *zlib = archive_zlib_version(); local
189 if (zlib) {
190 archive_strcat(&str, " zlib/");
191 archive_strcat(&str, zlib);
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 44 #include <zlib.h>
60 } zlib; variable in typeref:struct:__anon6643
97 if (zlib.z_dlp != NULL)
98 return (zlib.z_dlp); /* library is already loaded */
103 if ((zlib.z_dlp = dlopen(_libctf_zlib, RTLD_LAZY | RTLD_LOCAL)) == NULL)
106 zlib.z_uncompress = (int (*)(uchar_t *, ulong_t *, const uchar_t *, ulong_t)) dlsym(zlib.z_dlp, "uncompress");
107 zlib.z_error = (const char *(*)(int)) dlsym(zlib.z_dlp, "zError");
109 if (zlib.z_uncompress == NULL || zlib.z_error == NULL)
    [all...]

Completed in 72 milliseconds