Searched refs:z_const (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h313 #if defined(ZLIB_CONST) && !defined(z_const)
314 # define z_const const macro
316 # define z_const macro
H A Dzconf.h.cmakein220 #if defined(ZLIB_CONST) && !defined(z_const)
221 # define z_const const
223 # define z_const
H A Dzconf.h.in218 #if defined(ZLIB_CONST) && !defined(z_const)
219 # define z_const const
221 # define z_const
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
94 z_const char *msg; /* last error message, NULL if no error */

Completed in 1917 milliseconds