Searched refs:ZLIB_STDC (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h111 # ifndef ZLIB_STDC
112 # define ZLIB_STDC macro
120 #if !defined(ZLIB_STDC) && (defined(__STDC__) || defined(__cplusplus))
121 # define ZLIB_STDC macro
123 #if !defined(ZLIB_STDC) && (defined(__GNUC__) || defined(__BORLANDC__))
124 # define ZLIB_STDC macro
126 #if !defined(ZLIB_STDC) && (defined(ZLIB_MSDOS) || defined(ZLIB_WINDOWS) || defined(ZLIB_WIN32))
127 # define ZLIB_STDC macro
129 #if !defined(ZLIB_STDC) && (defined(ZLIB_OS2) || defined(__HOS_AIX__))
130 # define ZLIB_STDC macro
134 # define ZLIB_STDC macro
[all...]
H A Dzutil.c88 #ifdef ZLIB_STDC
295 #ifndef ZLIB_STDC
H A Dzutil.h19 #ifdef ZLIB_STDC
221 #if defined(ZLIB_STDC) && !defined(HAVE_MEMCPY) && !defined(NO_MEMCPY)
H A Dcrc32.c29 #include "zutil.h" /* for ZLIB_STDC and FAR definitions */
35 # ifdef ZLIB_STDC /* need ANSI C limits.h to determine sizes */
51 # endif /* ZLIB_STDC */
H A Ddeflate.h300 #if defined(GEN_TREES_H) || !defined(ZLIB_STDC)
H A Dinftrees.c32 #ifdef ZLIB_STDC
H A Dminigzip.c21 #ifdef ZLIB_STDC
H A Dgzio.c43 #ifndef ZLIB_STDC
744 #ifdef ZLIB_STDC
1134 #ifdef ZLIB_STDC
H A Dtrees.c87 #if defined(GEN_TREES_H) || !defined(ZLIB_STDC)
240 #if defined(GEN_TREES_H) || !defined(ZLIB_STDC)
315 #endif /* defined(GEN_TREES_H) || !defined(ZLIB_STDC) */
H A Dexample.c11 #ifdef ZLIB_STDC

Completed in 440 milliseconds