Searched refs:zlibCompileFlags (Results 1 – 12 of 12) sorted by relevance
25 zlibCompileFlags;
31 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
151 # define zlibCompileFlags z_zlibCompileFlags macro
1179 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
252 zlib is compiled. See the zlibCompileFlags() function in zlib.h.268 zlibCompileFlags() function will return information on what variant of
140 # define zlibCompileFlags z_zlibCompileFlags macro
782 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]1008 zlibCompileFlags [Truta]1041 - Add zlibCompileFlags() function to return compilation information
103 zlibCompileFlags;
507 ZLIB_VERSION, 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()