Searched refs:zlibCompileFlags (Results 1 – 10 of 10) sorted by relevance
25 zlibCompileFlags;
31 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
167 # define zlibCompileFlags z_zlibCompileFlags macro
1216 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
256 zlib is compiled. See the zlibCompileFlags() function in zlib.h.272 used by gzprintf(). Also the zlibCompileFlags() function will return
148 # define zlibCompileFlags z_zlibCompileFlags macro
833 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]1059 zlibCompileFlags [Truta]1092 - Add zlibCompileFlags() function to return compilation information
116 zlibCompileFlags;
513 ZLIB_VERSION, (unsigned)ZLIB_VERNUM, zlibCompileFlags()); in main()
1094 ZEXTERN uLong ZEXPORT z_zlibCompileFlags _Z_OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()