Home
last modified time | relevance | path

Searched refs:zlibCompileFlags (Results 1 – 13 of 13) sorted by relevance

/openbsd/sys/lib/libz/
H A Dzutil.c32 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
H A Dzconf.h138 # define zlibCompileFlags z_zlibCompileFlags macro
H A Dzlib.h1182 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
/openbsd/lib/libz/
H A Dzutil.c29 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
H A Dzconf.h138 # define zlibCompileFlags z_zlibCompileFlags macro
H A Dzlib.h1182 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
H A DChangeLog785 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
1011 zlibCompileFlags [Truta]
1044 - Add zlibCompileFlags() function to return compilation information
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.c32 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() function
H A Dzconf.h137 # define zlibCompileFlags Perl_crz_zlibCompileFlags macro
H A Dzlib.h1176 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/
H A D02zlib.t1019 title "zlibCompileFlags";
1021 my $flags = Compress::Raw::Zlib::zlibCompileFlags;
1025 is $flags, 0, "zlibCompileFlags == 0 if < 1.2.1";
1029 ok $flags, "zlibCompileFlags != 0 if < 1.2.1";
/openbsd/regress/lib/libz/
H A Dexample.c507 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); in main()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs205 # define CRZ_zlibCompileFlags zlibCompileFlags