Last change
on this file was 2, checked in by dmik, 19 years ago |
Imported original Psi 0.10 sources from Affinix
|
File size:
2.4 KB
|
Line | |
---|
1 | LIBRARY "zlib"
|
---|
2 |
|
---|
3 | DESCRIPTION '"""zlib data compression library"""'
|
---|
4 |
|
---|
5 |
|
---|
6 | VERSION 1.11
|
---|
7 |
|
---|
8 |
|
---|
9 | HEAPSIZE 1048576,8192
|
---|
10 |
|
---|
11 | EXPORTS
|
---|
12 | adler32 @1
|
---|
13 | compress @2
|
---|
14 | crc32 @3
|
---|
15 | deflate @4
|
---|
16 | deflateCopy @5
|
---|
17 | deflateEnd @6
|
---|
18 | deflateInit2_ @7
|
---|
19 | deflateInit_ @8
|
---|
20 | deflateParams @9
|
---|
21 | deflateReset @10
|
---|
22 | deflateSetDictionary @11
|
---|
23 | gzclose @12
|
---|
24 | gzdopen @13
|
---|
25 | gzerror @14
|
---|
26 | gzflush @15
|
---|
27 | gzopen @16
|
---|
28 | gzread @17
|
---|
29 | gzwrite @18
|
---|
30 | inflate @19
|
---|
31 | inflateEnd @20
|
---|
32 | inflateInit2_ @21
|
---|
33 | inflateInit_ @22
|
---|
34 | inflateReset @23
|
---|
35 | inflateSetDictionary @24
|
---|
36 | inflateSync @25
|
---|
37 | uncompress @26
|
---|
38 | zlibVersion @27
|
---|
39 | gzprintf @28
|
---|
40 | gzputc @29
|
---|
41 | gzgetc @30
|
---|
42 | gzseek @31
|
---|
43 | gzrewind @32
|
---|
44 | gztell @33
|
---|
45 | gzeof @34
|
---|
46 | gzsetparams @35
|
---|
47 | zError @36
|
---|
48 | inflateSyncPoint @37
|
---|
49 | get_crc_table @38
|
---|
50 | compress2 @39
|
---|
51 | gzputs @40
|
---|
52 | gzgets @41
|
---|
53 |
|
---|
54 | unzOpen @61
|
---|
55 | unzClose @62
|
---|
56 | unzGetGlobalInfo @63
|
---|
57 | unzGetCurrentFileInfo @64
|
---|
58 | unzGoToFirstFile @65
|
---|
59 | unzGoToNextFile @66
|
---|
60 | unzOpenCurrentFile @67
|
---|
61 | unzReadCurrentFile @68
|
---|
62 | unztell @70
|
---|
63 | unzeof @71
|
---|
64 | unzCloseCurrentFile @72
|
---|
65 | unzGetGlobalComment @73
|
---|
66 | unzStringFileNameCompare @74
|
---|
67 | unzLocateFile @75
|
---|
68 | unzGetLocalExtrafield @76
|
---|
69 |
|
---|
70 | zipOpen @80
|
---|
71 | zipOpenNewFileInZip @81
|
---|
72 | zipWriteInFileInZip @82
|
---|
73 | zipCloseFileInZip @83
|
---|
74 | zipClose @84
|
---|
Note:
See
TracBrowser
for help on using the repository browser.