Home
last modified time | relevance | path

Searched refs:gz_intmax (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libz/
HDgzguts.h207 unsigned ZLIB_INTERNAL gz_intmax OF((void));
208 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
HDzconf.h58 # define gz_intmax z_gz_intmax macro
HDgzlib.c625 unsigned ZLIB_INTERNAL gz_intmax() in gz_intmax() function