about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibz_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibz_private.h')
-rw-r--r--src/wrapped/wrappedlibz_private.h152
1 files changed, 68 insertions, 84 deletions
diff --git a/src/wrapped/wrappedlibz_private.h b/src/wrapped/wrappedlibz_private.h
index 80708207..54b3725e 100644
--- a/src/wrapped/wrappedlibz_private.h
+++ b/src/wrapped/wrappedlibz_private.h
@@ -2,104 +2,88 @@
 #error Meh
 #endif
 
-GO(zlibVersion, pFv)
-GO(deflateInit, iFpi)
+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)
-GOM(deflateEnd, iFEp)
-GOM(inflateInit, iFEp)
-GO(inflate, iFpi)
-GOM(inflateEnd, iFEp)
-GO(deflateInit2, iFpiiiiipi)
-GO(deflateSetDictionary, iFppu)
-GO(deflateGetDictionary, iFppp)
+GO(deflateBound, LFpL)
 GO(deflateCopy, iFpp)
-GO(deflateReset, iFp)
+GOM(deflateEnd, iFEp) // TODO: remove "M"?
+GO(deflateGetDictionary, iFppp)
+GOM(deflateInit_, iFEpipi)
+GOM(deflateInit2_, iFEpiiiiipi)
 GO(deflateParams, iFpii)
-GO(deflateTune, iFpiiii)
-GO(deflateBound, LFpL)
 GO(deflatePending, iFppp)
 GO(deflatePrime, iFpii)
+GO(deflateReset, iFp)
+GO(deflateResetKeep, iFp)
+GO(deflateSetDictionary, iFppu)
 GO(deflateSetHeader, iFpp)
-GO(inflateInit2, iFpi)
-GO(inflateSetDictionary, iFppu)
-GO(inflateGetDictionary, iFppp)
-GO(inflateSync, iFp)
-GO(inflateCopy, iFpp)
-GO(inflateReset, iFp)
-GO(inflateReset2, iFpi)
-GO(inflatePrime, iFpii)
-GO(inflateMark, iFp)
-GO(inflateGetHeader, iFpp)
-GO(inflateBackInit, iFpip)
-//GOM(inflateBack, iFpBpBp)  // callbacks...
-GO(inflateBackEnd, iFp)
-GO(zlibCompileFlags, LFv)
-GO(compress, iFpppL)
-GO(compress2, iFpppLi)
-GO(compressBound, LFL)
-GO(uncompress, iFpppL)
-GO(uncompress2, iFpppp)
-GO(gzopen, pFpp)
-GO(gzdopen, pFip)
+GO(deflateTune, iFpiiii)
+GO(get_crc_table, pFv)
 GO(gzbuffer, iFpu)
-GO(gzsetparams, iFpii)
-GO(gzread, iFppu)
+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(gzwrite, iFppu)
 GO(gzfwrite, LFpLLp)
-//GOM(gzprintf, iFEppVV)
-GO(gzputs, iFpp)
+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(gzgetc, iFp)
-GO(gzungetc, iFip)
-GO(gzflush, iFpi)
-GO(gzseek, iFpii)
+GO(gzputs, iFpp)
+GO(gzread, iFppu)
 GO(gzrewind, iFp)
-GO(gztell, iFp)
-GO(gzoffset, iFp)
-GO(gzeof, iFp)
-GO(gzdirect, iFp)
-GO(gzclose, iFp)
-GO(gzclose_r, iFp)
-GO(gzclose_w, iFp)
-GO(gzerror, pFpp)
-GO(gzclearerr, vFp)
-GO(adler32, LFLpu)
-GO(adler32_z, LFLpL)
-GO(adler32_combine, uFuui)
-GO(crc32, LFLpu)
-GO(crc32_z, LFLpL)
-GO(crc32_combine, uFuui)
-GOM(deflateInit_, iFEpipi)
+GO(gzseek, lFpli)
+GO(gzseek64, lFpli)
+GO(gzsetparams, iFpii)
+GO(gztell, lFp)
+GO(gztell64, lFp)
+GO(gzungetc, iFip)
+//GO(gzvprintf, iFppA)
+GO(gzwrite, iFppu)
+GO(inflate, iFpi)
+//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(deflateInit2_, iFEpiiiiipi)
 GOM(inflateInit2_, iFEpipi)
-GO(inflateBackInit_, iFpippi)
-GO(gzgetc_, iFp)
-GO(gzopen64, pFpp)
-GO(gzseek64, IFpIi)
-GO(gztell64, IFp)
-GO(gzoffset64, IFp)
-GO(adler32_combine64, LFLLI)
-GO(crc32_combine64, LFLLI)
-GO(gzopen64, pFpp)
-GO(gzseek64, iFpii)
-GO(gztell64, iFp)
-GO(gzoffset64, iFp)
-GO(gzopen, pFpp)
-GO(gzseek, iFpii)
-GO(gztell, iFp)
-GO(gzoffset, iFp)
-GO(adler32_combine, LFLLi)
-GO(crc32_combine, LFLLi)
-GO(zError, pFi)
+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(get_crc_table, pFv)
 GO(inflateUndermine, iFpi)
 GO(inflateValidate, iFpi)
-GO(inflateCodesUsed, uFp)
-GO(inflateResetKeep, iFp)
-GO(deflateResetKeep, iFp)
-GO(gzopen_w, pFpp)  // Win32 only?
-//GOM(gzvprintf iFEppVV)
+GO(uncompress, iFpppL)
+GO(uncompress2, iFpppp)
+GO(zError, pFi)
+GO(zlibCompileFlags, LFv)
+GO(zlibVersion, pFv)