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

  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 2 -- ZLib for Ada thick binding. --
6 -- Open source license information is in the zlib.ads file. --
13 -- Demonstration of a problem with Zlib-Ada (already fixed) when a buffer
15 -- few bytes passed in to Zlib are checksum bytes.
23 with ZLib; use ZLib;
63 -- Now we decompress the data, passing short blocks of data to Zlib
66 -- check inside Zlib that the checksum is correct).
  /src/common/dist/zlib/
CMakeLists.txt 4 project(zlib C) project
8 option(ZLIB_BUILD_EXAMPLES "Enable Zlib Examples" ON)
74 message(STATUS "to 'zconf.h.included' because this file is included with zlib")
80 set(ZLIB_PC ${CMAKE_CURRENT_BINARY_DIR}/zlib.pc)
81 configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/zlib.pc.cmakein
89 # zlib
94 zlib.h
131 # parse the full version number from zlib.h and include in ZLIB_FULL_VERSION
132 file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zlib.h _zlib_h_contents)
152 add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS} target
    [all...]
make_vms.com 8 $! Make procedure history for Zlib
43 $ name = "Zlib"
46 $ v_file = "zlib.h"
174 $ write sys$output "Compiling Zlib sources ..."
180 adler32.c zlib.h zconf.h
182 compress.c zlib.h zconf.h
184 crc32.c zlib.h zconf.h
186 deflate.c deflate.h zutil.h zlib.h zconf.h
188 gzclose.c zutil.h zlib.h zconf.h
190 gzlib.c zutil.h zlib.h zconf.
    [all...]

Completed in 12 milliseconds