Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.7/zlib.map @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | e13257ea84a4 |
children |
rev | line source |
---|---|
Chris@4 | 1 ZLIB_1.2.0 { |
Chris@4 | 2 global: |
Chris@4 | 3 compressBound; |
Chris@4 | 4 deflateBound; |
Chris@4 | 5 inflateBack; |
Chris@4 | 6 inflateBackEnd; |
Chris@4 | 7 inflateBackInit_; |
Chris@4 | 8 inflateCopy; |
Chris@4 | 9 local: |
Chris@4 | 10 deflate_copyright; |
Chris@4 | 11 inflate_copyright; |
Chris@4 | 12 inflate_fast; |
Chris@4 | 13 inflate_table; |
Chris@4 | 14 zcalloc; |
Chris@4 | 15 zcfree; |
Chris@4 | 16 z_errmsg; |
Chris@4 | 17 gz_error; |
Chris@4 | 18 gz_intmax; |
Chris@4 | 19 _*; |
Chris@4 | 20 }; |
Chris@4 | 21 |
Chris@4 | 22 ZLIB_1.2.0.2 { |
Chris@4 | 23 gzclearerr; |
Chris@4 | 24 gzungetc; |
Chris@4 | 25 zlibCompileFlags; |
Chris@4 | 26 } ZLIB_1.2.0; |
Chris@4 | 27 |
Chris@4 | 28 ZLIB_1.2.0.8 { |
Chris@4 | 29 deflatePrime; |
Chris@4 | 30 } ZLIB_1.2.0.2; |
Chris@4 | 31 |
Chris@4 | 32 ZLIB_1.2.2 { |
Chris@4 | 33 adler32_combine; |
Chris@4 | 34 crc32_combine; |
Chris@4 | 35 deflateSetHeader; |
Chris@4 | 36 inflateGetHeader; |
Chris@4 | 37 } ZLIB_1.2.0.8; |
Chris@4 | 38 |
Chris@4 | 39 ZLIB_1.2.2.3 { |
Chris@4 | 40 deflateTune; |
Chris@4 | 41 gzdirect; |
Chris@4 | 42 } ZLIB_1.2.2; |
Chris@4 | 43 |
Chris@4 | 44 ZLIB_1.2.2.4 { |
Chris@4 | 45 inflatePrime; |
Chris@4 | 46 } ZLIB_1.2.2.3; |
Chris@4 | 47 |
Chris@4 | 48 ZLIB_1.2.3.3 { |
Chris@4 | 49 adler32_combine64; |
Chris@4 | 50 crc32_combine64; |
Chris@4 | 51 gzopen64; |
Chris@4 | 52 gzseek64; |
Chris@4 | 53 gztell64; |
Chris@4 | 54 inflateUndermine; |
Chris@4 | 55 } ZLIB_1.2.2.4; |
Chris@4 | 56 |
Chris@4 | 57 ZLIB_1.2.3.4 { |
Chris@4 | 58 inflateReset2; |
Chris@4 | 59 inflateMark; |
Chris@4 | 60 } ZLIB_1.2.3.3; |
Chris@4 | 61 |
Chris@4 | 62 ZLIB_1.2.3.5 { |
Chris@4 | 63 gzbuffer; |
Chris@4 | 64 gzoffset; |
Chris@4 | 65 gzoffset64; |
Chris@4 | 66 gzclose_r; |
Chris@4 | 67 gzclose_w; |
Chris@4 | 68 } ZLIB_1.2.3.4; |
Chris@4 | 69 |
Chris@4 | 70 ZLIB_1.2.5.1 { |
Chris@4 | 71 deflatePending; |
Chris@4 | 72 } ZLIB_1.2.3.5; |
Chris@4 | 73 |
Chris@4 | 74 ZLIB_1.2.5.2 { |
Chris@4 | 75 deflateResetKeep; |
Chris@4 | 76 gzgetc_; |
Chris@4 | 77 inflateResetKeep; |
Chris@4 | 78 } ZLIB_1.2.5.1; |