1/* 2 */ 3 4ZLIB_1.2.12 { 5 crc32_combine_gen; 6 crc32_combine_gen64; 7 crc32_combine_op; 8}; 9 10ZLIB_1.3.1.2 { 11 deflateUsed; 12}; 13 14ZLIB_1.3.2 { 15 compressBound_z; 16 compress_z; 17 compress2_z; 18 deflateBound_z; 19 uncompress_z; 20 uncompress2_z; 21}; 22 23ZLIB_1.2.9 { 24 inflateCodesUsed; 25 inflateValidate; 26 uncompress2; 27 gzfread; 28 gzfwrite; 29 deflateGetDictionary; 30 adler32_z; 31 crc32_z; 32}; 33 34ZLIB_1.2.7.1 { 35 inflateGetDictionary; 36 gzvprintf; 37}; 38 39ZLIB_1.2.7.0 { 40 deflatePending; 41 deflateResetKeep; 42 gzgetc_; 43 inflateResetKeep; 44}; 45 46ZLIB_1.2.4.0 { 47 adler32; 48 adler32_combine; 49 adler32_combine64; 50 compress; 51 compress2; 52 compressBound; 53 crc32; 54 crc32_combine; 55 crc32_combine64; 56 deflate; 57 deflateBound; 58 deflateCopy; 59 deflateEnd; 60 deflateInit2_; 61 deflateInit_; 62 deflateParams; 63 deflatePrime; 64 deflateReset; 65 deflateSetDictionary; 66 deflateSetHeader; 67 deflateTune; 68 get_crc_table; 69 gzbuffer; 70 gzclearerr; 71 gzclose; 72 gzclose_r; 73 gzclose_w; 74 gzdirect; 75 gzdopen; 76 gzeof; 77 gzerror; 78 gzflush; 79 gzgetc; 80 gzgets; 81 gzoffset; 82 gzoffset64; 83 gzopen; 84 gzopen64; 85 gzprintf; 86 gzputc; 87 gzputs; 88 gzread; 89 gzrewind; 90 gzseek; 91 gzseek64; 92 gzsetparams; 93 gztell; 94 gztell64; 95 gzungetc; 96 gzwrite; 97 inflate; 98 inflateBack; 99 inflateBackEnd; 100 inflateBackInit_; 101 inflateCopy; 102 inflateEnd; 103 inflateGetHeader; 104 inflateInit2_; 105 inflateInit_; 106 inflateMark; 107 inflatePrime; 108 inflateReset; 109 inflateReset2; 110 inflateSetDictionary; 111 inflateSync; 112 inflateSyncPoint; 113 inflateUndermine; 114 uncompress; 115 zError; 116 zlibCompileFlags; 117 zlibVersion; 118}; 119 120FBSD_1.2 { 121 zopen; 122}; 123 124FBSD_1.6 { 125 zdopen; 126}; 127 128