Home | History | Annotate | Line # | Download | only in zlib
zlib.map revision 1.1.1.2
      1      1.1  christos ZLIB_1.2.0 {
      2      1.1  christos   global:
      3      1.1  christos     compressBound;
      4      1.1  christos     deflateBound;
      5      1.1  christos     inflateBack;
      6      1.1  christos     inflateBackEnd;
      7      1.1  christos     inflateBackInit_;
      8      1.1  christos     inflateCopy;
      9      1.1  christos   local:
     10      1.1  christos     deflate_copyright;
     11      1.1  christos     inflate_copyright;
     12      1.1  christos     inflate_fast;
     13      1.1  christos     inflate_table;
     14      1.1  christos     zcalloc;
     15      1.1  christos     zcfree;
     16      1.1  christos     z_errmsg;
     17      1.1  christos     gz_error;
     18      1.1  christos     gz_intmax;
     19      1.1  christos     _*;
     20      1.1  christos };
     21      1.1  christos 
     22      1.1  christos ZLIB_1.2.0.2 {
     23      1.1  christos     gzclearerr;
     24      1.1  christos     gzungetc;
     25      1.1  christos     zlibCompileFlags;
     26      1.1  christos } ZLIB_1.2.0;
     27      1.1  christos 
     28      1.1  christos ZLIB_1.2.0.8 {
     29      1.1  christos     deflatePrime;
     30      1.1  christos } ZLIB_1.2.0.2;
     31      1.1  christos 
     32      1.1  christos ZLIB_1.2.2 {
     33      1.1  christos     adler32_combine;
     34      1.1  christos     crc32_combine;
     35      1.1  christos     deflateSetHeader;
     36      1.1  christos     inflateGetHeader;
     37      1.1  christos } ZLIB_1.2.0.8;
     38      1.1  christos 
     39      1.1  christos ZLIB_1.2.2.3 {
     40      1.1  christos     deflateTune;
     41      1.1  christos     gzdirect;
     42      1.1  christos } ZLIB_1.2.2;
     43      1.1  christos 
     44      1.1  christos ZLIB_1.2.2.4 {
     45      1.1  christos     inflatePrime;
     46      1.1  christos } ZLIB_1.2.2.3;
     47      1.1  christos 
     48      1.1  christos ZLIB_1.2.3.3 {
     49      1.1  christos     adler32_combine64;
     50      1.1  christos     crc32_combine64;
     51      1.1  christos     gzopen64;
     52      1.1  christos     gzseek64;
     53      1.1  christos     gztell64;
     54      1.1  christos     inflateUndermine;
     55      1.1  christos } ZLIB_1.2.2.4;
     56      1.1  christos 
     57      1.1  christos ZLIB_1.2.3.4 {
     58      1.1  christos     inflateReset2;
     59      1.1  christos     inflateMark;
     60      1.1  christos } ZLIB_1.2.3.3;
     61      1.1  christos 
     62      1.1  christos ZLIB_1.2.3.5 {
     63      1.1  christos     gzbuffer;
     64      1.1  christos     gzoffset;
     65      1.1  christos     gzoffset64;
     66      1.1  christos     gzclose_r;
     67      1.1  christos     gzclose_w;
     68      1.1  christos } ZLIB_1.2.3.4;
     69      1.1  christos 
     70      1.1  christos ZLIB_1.2.5.1 {
     71      1.1  christos     deflatePending;
     72      1.1  christos } ZLIB_1.2.3.5;
     73      1.1  christos 
     74      1.1  christos ZLIB_1.2.5.2 {
     75      1.1  christos     deflateResetKeep;
     76      1.1  christos     gzgetc_;
     77      1.1  christos     inflateResetKeep;
     78      1.1  christos } ZLIB_1.2.5.1;
     79      1.1  christos 
     80      1.1  christos ZLIB_1.2.7.1 {
     81      1.1  christos     inflateGetDictionary;
     82      1.1  christos     gzvprintf;
     83      1.1  christos } ZLIB_1.2.5.2;
     84      1.1  christos 
     85      1.1  christos ZLIB_1.2.9 {
     86      1.1  christos     inflateCodesUsed;
     87      1.1  christos     inflateValidate;
     88      1.1  christos     uncompress2;
     89      1.1  christos     gzfread;
     90      1.1  christos     gzfwrite;
     91      1.1  christos     deflateGetDictionary;
     92      1.1  christos     adler32_z;
     93      1.1  christos     crc32_z;
     94      1.1  christos } ZLIB_1.2.7.1;
     95  1.1.1.2  christos 
     96  1.1.1.2  christos ZLIB_1.2.12 {
     97  1.1.1.2  christos 	crc32_combine_gen;
     98  1.1.1.2  christos 	crc32_combine_gen64;
     99  1.1.1.2  christos 	crc32_combine_op;
    100  1.1.1.2  christos } ZLIB_1.2.9;
    101