Searched refs:zlibCompileFlags (Results 1 – 25 of 27) sorted by relevance
12
220 private static extern uint zlibCompileFlags(); in zlibCompileFlags() method in DotZLib.Info247 _flags = zlibCompileFlags(); in Info()
25 zlibCompileFlags;
32 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() function
137 # define zlibCompileFlags z_zlibCompileFlags macro
1174 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
253 zlib is compiled. See the zlibCompileFlags() function in zlib.h.269 zlibCompileFlags() function will return information on what variant of
139 # define zlibCompileFlags z_zlibCompileFlags
31 zlibCompileFlags
56 zlibCompileFlags @50
141 function zlibCompileFlags: LongInt; in zlibCompileFlags() function224 function zlibCompileFlags; external; in zlibCompileFlags() function
536 WriteLn('zlib compile flags: ', Format('0x%x', [zlibCompileFlags]));
361 function zlibCompileFlags return ULong; subprogspec435 pragma Import (C, zlibCompileFlags, "zlibCompileFlags");
64 EXPORT SYMBOL("zlibCompileFlags")
462 D zlibCompileFlags...463 D PR 10U 0 extproc('zlibCompileFlags')
532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
105 # define zlibCompileFlags z_zlibCompileFlags macro
1050 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
Completed in 35 milliseconds