zlib-ng.def.in 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ; zlib-ng data compression library
  2. EXPORTS
  3. ; basic functions
  4. @ZLIB_SYMBOL_PREFIX@zlibng_version
  5. @ZLIB_SYMBOL_PREFIX@zng_deflate
  6. @ZLIB_SYMBOL_PREFIX@zng_deflateEnd
  7. @ZLIB_SYMBOL_PREFIX@zng_deflateInit
  8. @ZLIB_SYMBOL_PREFIX@zng_deflateInit2
  9. @ZLIB_SYMBOL_PREFIX@zng_inflate
  10. @ZLIB_SYMBOL_PREFIX@zng_inflateEnd
  11. @ZLIB_SYMBOL_PREFIX@zng_inflateInit
  12. @ZLIB_SYMBOL_PREFIX@zng_inflateInit2
  13. @ZLIB_SYMBOL_PREFIX@zng_inflateBackInit
  14. ; advanced functions
  15. @ZLIB_SYMBOL_PREFIX@zng_deflateSetDictionary
  16. @ZLIB_SYMBOL_PREFIX@zng_deflateGetDictionary
  17. @ZLIB_SYMBOL_PREFIX@zng_deflateCopy
  18. @ZLIB_SYMBOL_PREFIX@zng_deflateReset
  19. @ZLIB_SYMBOL_PREFIX@zng_deflateParams
  20. @ZLIB_SYMBOL_PREFIX@zng_deflateTune
  21. @ZLIB_SYMBOL_PREFIX@zng_deflateBound
  22. @ZLIB_SYMBOL_PREFIX@zng_deflatePending
  23. @ZLIB_SYMBOL_PREFIX@zng_deflatePrime
  24. @ZLIB_SYMBOL_PREFIX@zng_deflateSetHeader
  25. @ZLIB_SYMBOL_PREFIX@zng_deflateSetParams
  26. @ZLIB_SYMBOL_PREFIX@zng_deflateGetParams
  27. @ZLIB_SYMBOL_PREFIX@zng_inflateSetDictionary
  28. @ZLIB_SYMBOL_PREFIX@zng_inflateGetDictionary
  29. @ZLIB_SYMBOL_PREFIX@zng_inflateSync
  30. @ZLIB_SYMBOL_PREFIX@zng_inflateCopy
  31. @ZLIB_SYMBOL_PREFIX@zng_inflateReset
  32. @ZLIB_SYMBOL_PREFIX@zng_inflateReset2
  33. @ZLIB_SYMBOL_PREFIX@zng_inflatePrime
  34. @ZLIB_SYMBOL_PREFIX@zng_inflateMark
  35. @ZLIB_SYMBOL_PREFIX@zng_inflateGetHeader
  36. @ZLIB_SYMBOL_PREFIX@zng_inflateBack
  37. @ZLIB_SYMBOL_PREFIX@zng_inflateBackEnd
  38. @ZLIB_SYMBOL_PREFIX@zng_zlibCompileFlags
  39. ; utility functions
  40. @ZLIB_SYMBOL_PREFIX@zng_compress
  41. @ZLIB_SYMBOL_PREFIX@zng_compress2
  42. @ZLIB_SYMBOL_PREFIX@zng_compressBound
  43. @ZLIB_SYMBOL_PREFIX@zng_uncompress
  44. @ZLIB_SYMBOL_PREFIX@zng_uncompress2
  45. ; checksum functions
  46. @ZLIB_SYMBOL_PREFIX@zng_adler32
  47. @ZLIB_SYMBOL_PREFIX@zng_adler32_z
  48. @ZLIB_SYMBOL_PREFIX@zng_crc32
  49. @ZLIB_SYMBOL_PREFIX@zng_crc32_z
  50. @ZLIB_SYMBOL_PREFIX@zng_adler32_combine
  51. @ZLIB_SYMBOL_PREFIX@zng_crc32_combine
  52. ; various hacks, don't look :)
  53. @ZLIB_SYMBOL_PREFIX@zng_zError
  54. @ZLIB_SYMBOL_PREFIX@zng_inflateSyncPoint
  55. @ZLIB_SYMBOL_PREFIX@zng_get_crc_table
  56. @ZLIB_SYMBOL_PREFIX@zng_inflateUndermine
  57. @ZLIB_SYMBOL_PREFIX@zng_inflateValidate
  58. @ZLIB_SYMBOL_PREFIX@zng_inflateCodesUsed
  59. @ZLIB_SYMBOL_PREFIX@zng_inflateResetKeep
  60. @ZLIB_SYMBOL_PREFIX@zng_deflateResetKeep