Searched refs:zlibCompileFlags (Results 1 – 12 of 12) 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()
588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
1092 ZEXTERN uLong ZEXPORT z_zlibCompileFlags OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()