about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibz_private.h
blob: 8934a3109f400f3cc471085c1be1a23dd832a055 (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
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh
#endif

GO(adler32, LFLpu)
GO(adler32_combine, LFLLl)
GO(adler32_combine64, LFLLl)
GO(adler32_z, LFLpL)
GO(compress, iFpppL)
GO(compress2, iFpppLi)
GO(compressBound, LFL)
GO(crc32, LFLpu)
GO(crc32_combine, LFLLl)
GO(crc32_combine64, LFLLl)
GO(crc32_z, LFLpL)
GO(deflate, iFpi)
GO(deflateBound, LFpL)
GO(deflateCopy, iFpp)
GOM(deflateEnd, iFEp) // TODO: remove "M"?
GO(deflateGetDictionary, iFppp)
GOM(deflateInit_, iFEpipi)
GOM(deflateInit2_, iFEpiiiiipi)
GO(deflateParams, iFpii)
GO(deflatePending, iFppp)
GO(deflatePrime, iFpii)
GO(deflateReset, iFp)
GO(deflateResetKeep, iFp)
GO(deflateSetDictionary, iFppu)
GO(deflateSetHeader, iFpp)
GO(deflateTune, iFpiiii)
GO(get_crc_table, pFv)
GO(gzbuffer, iFpu)
GO(gzclearerr, vFp)
GO(gzclose, iFp)
GO(gzclose_r, iFp)
GO(gzclose_w, iFp)
GO(gzdirect, iFp)
GO(gzdopen, pFip)
GO(gzeof, iFp)
GO(gzerror, pFpp)
GO(gzflush, iFpi)
GO(gzfread, LFpLLp)
GO(gzfwrite, LFpLLp)
GO(gzgetc, iFp)
GO(gzgetc_, iFp)
GO(gzgets, pFppi)
GO(gzoffset, lFp)
GO(gzoffset64, lFp)
GO(gzopen, pFpp)
GO(gzopen64, pFpp)
//GO(gzprintf, iFppV)
GO(gzputc, iFpi)
GO(gzputs, iFpp)
GO(gzread, iFppu)
GO(gzrewind, iFp)
GO(gzseek, lFpli)
GO(gzseek64, lFpli)
GO(gzsetparams, iFpii)
GO(gztell, lFp)
GO(gztell64, lFp)
GO(gzungetc, iFip)
//GO(gzvprintf, iFppA)
GO(gzwrite, iFppu)
GOM(inflate, iFEpi)
//GO(inflateBack, iFp@p@p)
GO(inflateBackEnd, iFp)
GOM(inflateBackInit_, iFEpippi)
GO(inflateCodesUsed, LFp)
GO(inflateCopy, iFpp)
GOM(inflateEnd, iFEp) // TODO: remove "M"?
GO(inflateGetDictionary, iFppp)
GO(inflateGetHeader, iFpp)
GOM(inflateInit_, iFEppi)
GOM(inflateInit2_, iFEpipi)
GO(inflateMark, lFp)
GO(inflatePrime, iFpii)
GO(inflateReset, iFp)
GO(inflateReset2, iFpi)
GO(inflateResetKeep, iFp)
GO(inflateSetDictionary, iFppu)
GO(inflateSync, iFp)
GO(inflateSyncPoint, iFp)
GO(inflateUndermine, iFpi)
GO(inflateValidate, iFpi)
GO(uncompress, iFpppL)
GO(uncompress2, iFpppp)
GO(zError, pFi)
GO(zlibCompileFlags, LFv)
GO(zlibVersion, pFv)