]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libz/Symbol.map
MFH (r325010): don't bother verifying a password that we know is too long.
[FreeBSD/stable/10.git] / lib / libz / Symbol.map
1 /*
2  * $FreeBSD: head/lib/libz/Symbol.map 206709 2010-04-16 20:07:24Z delphij $
3  */
4
5 ZLIB_1.2.9 {
6         inflateCodesUsed;
7         inflateValidate;
8         uncompress2;
9         gzfread;
10         gzfwrite;
11         deflateGetDictionary;
12         adler32_z;
13         crc32_z;
14 };
15
16 ZLIB_1.2.7.1 {
17         inflateGetDictionary;
18         gzvprintf;
19 };
20
21 ZLIB_1.2.7.0 {
22         deflatePending;
23         deflateResetKeep;
24         gzgetc_;
25         inflateResetKeep;
26 };
27
28 ZLIB_1.2.4.0 {
29         adler32;
30         adler32_combine;
31         adler32_combine64;
32         compress;
33         compress2;
34         compressBound;
35         crc32;
36         crc32_combine;
37         crc32_combine64;
38         deflate;
39         deflateBound;
40         deflateCopy;
41         deflateEnd;
42         deflateInit2_;
43         deflateInit_;
44         deflateParams;
45         deflatePrime;
46         deflateReset;
47         deflateSetDictionary;
48         deflateSetHeader;
49         deflateTune;
50         get_crc_table;
51         gzbuffer;
52         gzclearerr;
53         gzclose;
54         gzclose_r;
55         gzclose_w;
56         gzdirect;
57         gzdopen;
58         gzeof;
59         gzerror;
60         gzflush;
61         gzgetc;
62         gzgets;
63         gzoffset;
64         gzoffset64;
65         gzopen;
66         gzopen64;
67         gzprintf;
68         gzputc;
69         gzputs;
70         gzread;
71         gzrewind;
72         gzseek;
73         gzseek64;
74         gzsetparams;
75         gztell;
76         gztell64;
77         gzungetc;
78         gzwrite;
79         inflate;
80         inflateBack;
81         inflateBackEnd;
82         inflateBackInit_;
83         inflateCopy;
84         inflateEnd;
85         inflateGetHeader;
86         inflateInit2_;
87         inflateInit_;
88         inflateMark;
89         inflatePrime;
90         inflateReset;
91         inflateReset2;
92         inflateSetDictionary;
93         inflateSync;
94         inflateSyncPoint;
95         inflateUndermine;
96         uncompress;
97         zError;
98         zlibCompileFlags;
99         zlibVersion;
100 };
101
102 FBSD_1.2 {
103         zopen;
104 };
105
106 ZLIBprivate_1.0 {
107         _tr_align;
108         _tr_flush_block;
109         _tr_init;
110         _tr_stored_block;
111         _tr_tally;
112         gz_error;
113         inflate_fast;
114         inflate_table;
115         longest_match;
116         match_init;
117         zcalloc;
118         zcfree;
119 };