Searched refs:zlibVersion (Results 1 – 4 of 4) sorted by relevance
182 #define zlib_version zlibVersion()187 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
31 const char * ZEXPORT zlibVersion() in zlibVersion() function
525 if (zlibVersion()[0] != myVersion[0]) {529 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
533 - zlibVersion and gzerror return const char* (needed for DLL)550 - added a function zlibVersion (for the DLL support)