summaryrefslogtreecommitdiffstats
path: root/zlib-1.1.4/contrib/asm386/zlibvc.def
blob: 7e9d60d55d90d410e2d4b519f8bcfeb36027081c (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
LIBRARY		"zlib"

DESCRIPTION	'"""zlib data compression library"""'


VERSION		1.11


HEAPSIZE	1048576,8192

EXPORTS
    adler32                        @1
    compress                       @2
    crc32                          @3
    deflate                        @4
    deflateCopy                    @5
    deflateEnd                     @6
    deflateInit2_                  @7
    deflateInit_                   @8
    deflateParams                  @9
    deflateReset                   @10
    deflateSetDictionary           @11
    gzclose                        @12
    gzdopen                        @13
    gzerror                        @14
    gzflush                        @15
    gzopen                         @16
    gzread                         @17
    gzwrite                        @18
    inflate                        @19
    inflateEnd                     @20
    inflateInit2_                  @21
    inflateInit_                   @22
    inflateReset                   @23
    inflateSetDictionary           @24
    inflateSync                    @25
    uncompress                     @26
    zlibVersion                    @27
    gzprintf                       @28
    gzputc                         @29
    gzgetc                         @30
    gzseek                         @31
    gzrewind                       @32
    gztell                         @33
    gzeof                          @34
    gzsetparams                    @35
    zError                         @36
    inflateSyncPoint               @37
    get_crc_table                  @38
    compress2                      @39
    gzputs                         @40
    gzgets                         @41

	unzOpen                       @61
	unzClose                      @62
	unzGetGlobalInfo              @63
	unzGetCurrentFileInfo         @64
	unzGoToFirstFile              @65
	unzGoToNextFile               @66
	unzOpenCurrentFile            @67
	unzReadCurrentFile            @68
	unztell                       @70
	unzeof                        @71
	unzCloseCurrentFile           @72
	unzGetGlobalComment           @73
	unzStringFileNameCompare      @74
	unzLocateFile                 @75
	unzGetLocalExtrafield         @76

	zipOpen                       @80
	zipOpenNewFileInZip           @81
	zipWriteInFileInZip           @82
	zipCloseFileInZip             @83
	zipClose                      @84