aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/Symbol.map
blob: 0a91537272c1c918460b62e41de4ce9a3cd74935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/*
 * $FreeBSD$
 */

ZLIB_1.2.9 {
	inflateCodesUsed;
	inflateValidate;
	uncompress2;
	gzfread;
	gzfwrite;
	deflateGetDictionary;
	adler32_z;
	crc32_z;
};

ZLIB_1.2.7.1 {
	inflateGetDictionary;
	gzvprintf;
};

ZLIB_1.2.7.0 {
	deflatePending;
	deflateResetKeep;
	gzgetc_;
	inflateResetKeep;
};

ZLIB_1.2.4.0 {
	adler32;
	adler32_combine;
	adler32_combine64;
	compress;
	compress2;
	compressBound;
	crc32;
	crc32_combine;
	crc32_combine64;
	deflate;
	deflateBound;
	deflateCopy;
	deflateEnd;
	deflateInit2_;
	deflateInit_;
	deflateParams;
	deflatePrime;
	deflateReset;
	deflateSetDictionary;
	deflateSetHeader;
	deflateTune;
	get_crc_table;
	gzbuffer;
	gzclearerr;
	gzclose;
	gzclose_r;
	gzclose_w;
	gzdirect;
	gzdopen;
	gzeof;
	gzerror;
	gzflush;
	gzgetc;
	gzgets;
	gzoffset;
	gzoffset64;
	gzopen;
	gzopen64;
	gzprintf;
	gzputc;
	gzputs;
	gzread;
	gzrewind;
	gzseek;
	gzseek64;
	gzsetparams;
	gztell;
	gztell64;
	gzungetc;
	gzwrite;
	inflate;
	inflateBack;
	inflateBackEnd;
	inflateBackInit_;
	inflateCopy;
	inflateEnd;
	inflateGetHeader;
	inflateInit2_;
	inflateInit_;
	inflateMark;
	inflatePrime;
	inflateReset;
	inflateReset2;
	inflateSetDictionary;
	inflateSync;
	inflateSyncPoint;
	inflateUndermine;
	uncompress;
	zError;
	zlibCompileFlags;
	zlibVersion;
};

FBSD_1.2 {
	zopen;
};

FBSD_1.6 {
	zdopen;
};

ZLIBprivate_1.0 {
	_tr_align;
	_tr_flush_block;
	_tr_init;
	_tr_stored_block;
	_tr_tally;
	gz_error;
	inflate_fast;
	inflate_table;
	longest_match;
	match_init;
	zcalloc;
	zcfree;
};