Rev | Line | |
---|
[9] | 1 | LIBRARY LIBBZ2
|
---|
| 2 | DESCRIPTION "libbzip2: library for data compression"
|
---|
| 3 | EXPORTS
|
---|
| 4 | BZ2_bzCompressInit
|
---|
| 5 | BZ2_bzCompress
|
---|
| 6 | BZ2_bzCompressEnd
|
---|
| 7 | BZ2_bzDecompressInit
|
---|
| 8 | BZ2_bzDecompress
|
---|
| 9 | BZ2_bzDecompressEnd
|
---|
| 10 | BZ2_bzReadOpen
|
---|
| 11 | BZ2_bzReadClose
|
---|
| 12 | BZ2_bzReadGetUnused
|
---|
| 13 | BZ2_bzRead
|
---|
| 14 | BZ2_bzWriteOpen
|
---|
| 15 | BZ2_bzWrite
|
---|
| 16 | BZ2_bzWriteClose
|
---|
| 17 | BZ2_bzWriteClose64
|
---|
| 18 | BZ2_bzBuffToBuffCompress
|
---|
| 19 | BZ2_bzBuffToBuffDecompress
|
---|
| 20 | BZ2_bzlibVersion
|
---|
| 21 | BZ2_bzopen
|
---|
| 22 | BZ2_bzdopen
|
---|
| 23 | BZ2_bzread
|
---|
| 24 | BZ2_bzwrite
|
---|
| 25 | BZ2_bzflush
|
---|
| 26 | BZ2_bzclose
|
---|
| 27 | BZ2_bzerror
|
---|
Note:
See
TracBrowser
for help on using the repository browser.