Searched refs:zlibCompileFlags (Results 1 – 13 of 13) sorted by relevance
89 zlibCompileFlags
29 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
139 # define zlibCompileFlags z_zlibCompileFlags macro
1194 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
785 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]1011 zlibCompileFlags [Truta]1044 - Add zlibCompileFlags() function to return compilation information
32 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
31 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
140 # define zlibCompileFlags Perl_crz_zlibCompileFlags macro
1179 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
1035 title "zlibCompileFlags";1037 my $flags = Compress::Raw::Zlib::zlibCompileFlags;1041 is $flags, 0, "zlibCompileFlags == 0 if < 1.2.1";1045 ok $flags, "zlibCompileFlags != 0 if < 1.2.1";
205 # define CRZ_zlibCompileFlags zlibCompileFlags