~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/zlib/win32/zlib.def

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LIBRARY
 
2
; zlib data compression library
 
3
 
 
4
EXPORTS
 
5
; basic functions
 
6
    zlibVersion
 
7
    deflate
 
8
    deflateEnd
 
9
    inflate
 
10
    inflateEnd
 
11
; advanced functions
 
12
    deflateSetDictionary
 
13
    deflateCopy
 
14
    deflateReset
 
15
    deflateParams
 
16
    deflateBound
 
17
    deflatePrime
 
18
    inflateSetDictionary
 
19
    inflateSync
 
20
    inflateCopy
 
21
    inflateReset
 
22
    inflateBack
 
23
    inflateBackEnd
 
24
    zlibCompileFlags
 
25
; utility functions
 
26
    compress
 
27
    compress2
 
28
    compressBound
 
29
    uncompress
 
30
    gzopen
 
31
    gzdopen
 
32
    gzsetparams
 
33
    gzread
 
34
    gzwrite
 
35
    gzprintf
 
36
    gzputs
 
37
    gzgets
 
38
    gzputc
 
39
    gzgetc
 
40
    gzungetc
 
41
    gzflush
 
42
    gzseek
 
43
    gzrewind
 
44
    gztell
 
45
    gzeof
 
46
    gzclose
 
47
    gzerror
 
48
    gzclearerr
 
49
; checksum functions
 
50
    adler32
 
51
    crc32
 
52
; various hacks, don't look :)
 
53
    deflateInit_
 
54
    deflateInit2_
 
55
    inflateInit_
 
56
    inflateInit2_
 
57
    inflateBackInit_
 
58
    inflateSyncPoint
 
59
    get_crc_table
 
60
    zError