Home
last modified time | relevance | path

Searched refs:Z_ARG (Results 1 – 7 of 7) sorted by relevance

/external/zlib/
Dzconf.h270 #ifndef Z_ARG /* function prototypes for stdarg */
272 # define Z_ARG(args) args macro
274 # define Z_ARG(args) () macro
Dzlib.h1332 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
/external/zlib/src/
Dzconf.h270 #ifndef Z_ARG /* function prototypes for stdarg */
272 # define Z_ARG(args) args macro
274 # define Z_ARG(args) () macro
Dzconf.h.cmakein272 #ifndef Z_ARG /* function prototypes for stdarg */
274 # define Z_ARG(args) args
276 # define Z_ARG(args) ()
Dzconf.h.in270 #ifndef Z_ARG /* function prototypes for stdarg */
272 # define Z_ARG(args) args macro
274 # define Z_ARG(args) () macro
Dzlib.h1332 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...));
DChangeLog142 - Change ON macro to Z_ARG to avoid application conflicts