annotate src/zlib-1.2.7/as400/bndsrc @ 4:e13257ea84a4

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam
date Wed, 20 Mar 2013 13:59:52 +0000
parents
children
rev   line source
Chris@4 1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
Chris@4 2
Chris@4 3 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 4 /* Version 1.1.3 entry points. */
Chris@4 5 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 6
Chris@4 7 /********************************************************************/
Chris@4 8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
Chris@4 9 /********************************************************************/
Chris@4 10
Chris@4 11 EXPORT SYMBOL("adler32")
Chris@4 12
Chris@4 13 /********************************************************************/
Chris@4 14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
Chris@4 15 /********************************************************************/
Chris@4 16
Chris@4 17 EXPORT SYMBOL("compress")
Chris@4 18 EXPORT SYMBOL("compress2")
Chris@4 19
Chris@4 20 /********************************************************************/
Chris@4 21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
Chris@4 22 /********************************************************************/
Chris@4 23
Chris@4 24 EXPORT SYMBOL("crc32")
Chris@4 25 EXPORT SYMBOL("get_crc_table")
Chris@4 26
Chris@4 27 /********************************************************************/
Chris@4 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 29 /********************************************************************/
Chris@4 30
Chris@4 31 EXPORT SYMBOL("deflate")
Chris@4 32 EXPORT SYMBOL("deflateEnd")
Chris@4 33 EXPORT SYMBOL("deflateSetDictionary")
Chris@4 34 EXPORT SYMBOL("deflateCopy")
Chris@4 35 EXPORT SYMBOL("deflateReset")
Chris@4 36 EXPORT SYMBOL("deflateParams")
Chris@4 37 EXPORT SYMBOL("deflatePrime")
Chris@4 38 EXPORT SYMBOL("deflateInit_")
Chris@4 39 EXPORT SYMBOL("deflateInit2_")
Chris@4 40
Chris@4 41 /********************************************************************/
Chris@4 42 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */
Chris@4 43 /********************************************************************/
Chris@4 44
Chris@4 45 EXPORT SYMBOL("gzopen")
Chris@4 46 EXPORT SYMBOL("gzdopen")
Chris@4 47 EXPORT SYMBOL("gzsetparams")
Chris@4 48 EXPORT SYMBOL("gzread")
Chris@4 49 EXPORT SYMBOL("gzwrite")
Chris@4 50 EXPORT SYMBOL("gzprintf")
Chris@4 51 EXPORT SYMBOL("gzputs")
Chris@4 52 EXPORT SYMBOL("gzgets")
Chris@4 53 EXPORT SYMBOL("gzputc")
Chris@4 54 EXPORT SYMBOL("gzgetc")
Chris@4 55 EXPORT SYMBOL("gzflush")
Chris@4 56 EXPORT SYMBOL("gzseek")
Chris@4 57 EXPORT SYMBOL("gzrewind")
Chris@4 58 EXPORT SYMBOL("gztell")
Chris@4 59 EXPORT SYMBOL("gzeof")
Chris@4 60 EXPORT SYMBOL("gzclose")
Chris@4 61 EXPORT SYMBOL("gzerror")
Chris@4 62
Chris@4 63 /********************************************************************/
Chris@4 64 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 65 /********************************************************************/
Chris@4 66
Chris@4 67 EXPORT SYMBOL("inflate")
Chris@4 68 EXPORT SYMBOL("inflateEnd")
Chris@4 69 EXPORT SYMBOL("inflateSetDictionary")
Chris@4 70 EXPORT SYMBOL("inflateSync")
Chris@4 71 EXPORT SYMBOL("inflateReset")
Chris@4 72 EXPORT SYMBOL("inflateInit_")
Chris@4 73 EXPORT SYMBOL("inflateInit2_")
Chris@4 74 EXPORT SYMBOL("inflateSyncPoint")
Chris@4 75
Chris@4 76 /********************************************************************/
Chris@4 77 /* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */
Chris@4 78 /********************************************************************/
Chris@4 79
Chris@4 80 EXPORT SYMBOL("uncompress")
Chris@4 81
Chris@4 82 /********************************************************************/
Chris@4 83 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */
Chris@4 84 /********************************************************************/
Chris@4 85
Chris@4 86 EXPORT SYMBOL("zlibVersion")
Chris@4 87 EXPORT SYMBOL("zError")
Chris@4 88
Chris@4 89 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 90 /* Version 1.2.1 additional entry points. */
Chris@4 91 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 92
Chris@4 93 /********************************************************************/
Chris@4 94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
Chris@4 95 /********************************************************************/
Chris@4 96
Chris@4 97 EXPORT SYMBOL("compressBound")
Chris@4 98
Chris@4 99 /********************************************************************/
Chris@4 100 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 101 /********************************************************************/
Chris@4 102
Chris@4 103 EXPORT SYMBOL("deflateBound")
Chris@4 104
Chris@4 105 /********************************************************************/
Chris@4 106 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */
Chris@4 107 /********************************************************************/
Chris@4 108
Chris@4 109 EXPORT SYMBOL("gzungetc")
Chris@4 110 EXPORT SYMBOL("gzclearerr")
Chris@4 111
Chris@4 112 /********************************************************************/
Chris@4 113 /* *MODULE INFBACK ZLIB 01/02/01 00:15:09 */
Chris@4 114 /********************************************************************/
Chris@4 115
Chris@4 116 EXPORT SYMBOL("inflateBack")
Chris@4 117 EXPORT SYMBOL("inflateBackEnd")
Chris@4 118 EXPORT SYMBOL("inflateBackInit_")
Chris@4 119
Chris@4 120 /********************************************************************/
Chris@4 121 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 122 /********************************************************************/
Chris@4 123
Chris@4 124 EXPORT SYMBOL("inflateCopy")
Chris@4 125
Chris@4 126 /********************************************************************/
Chris@4 127 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */
Chris@4 128 /********************************************************************/
Chris@4 129
Chris@4 130 EXPORT SYMBOL("zlibCompileFlags")
Chris@4 131
Chris@4 132 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 133 /* Version 1.2.5 additional entry points. */
Chris@4 134 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 135
Chris@4 136 /********************************************************************/
Chris@4 137 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
Chris@4 138 /********************************************************************/
Chris@4 139
Chris@4 140 EXPORT SYMBOL("adler32_combine")
Chris@4 141 EXPORT SYMBOL("adler32_combine64")
Chris@4 142
Chris@4 143 /********************************************************************/
Chris@4 144 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
Chris@4 145 /********************************************************************/
Chris@4 146
Chris@4 147 EXPORT SYMBOL("crc32_combine")
Chris@4 148 EXPORT SYMBOL("crc32_combine64")
Chris@4 149
Chris@4 150 /********************************************************************/
Chris@4 151 /* *MODULE GZLIB ZLIB 01/02/01 00:15:09 */
Chris@4 152 /********************************************************************/
Chris@4 153
Chris@4 154 EXPORT SYMBOL("gzbuffer")
Chris@4 155 EXPORT SYMBOL("gzoffset")
Chris@4 156 EXPORT SYMBOL("gzoffset64")
Chris@4 157 EXPORT SYMBOL("gzopen64")
Chris@4 158 EXPORT SYMBOL("gzseek64")
Chris@4 159 EXPORT SYMBOL("gztell64")
Chris@4 160
Chris@4 161 /********************************************************************/
Chris@4 162 /* *MODULE GZREAD ZLIB 01/02/01 00:15:09 */
Chris@4 163 /********************************************************************/
Chris@4 164
Chris@4 165 EXPORT SYMBOL("gzclose_r")
Chris@4 166
Chris@4 167 /********************************************************************/
Chris@4 168 /* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */
Chris@4 169 /********************************************************************/
Chris@4 170
Chris@4 171 EXPORT SYMBOL("gzclose_w")
Chris@4 172
Chris@4 173 /********************************************************************/
Chris@4 174 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 175 /********************************************************************/
Chris@4 176
Chris@4 177 EXPORT SYMBOL("inflateMark")
Chris@4 178 EXPORT SYMBOL("inflatePrime")
Chris@4 179 EXPORT SYMBOL("inflateReset2")
Chris@4 180 EXPORT SYMBOL("inflateUndermine")
Chris@4 181
Chris@4 182 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 183 /* Version 1.2.6 additional entry points. */
Chris@4 184 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
Chris@4 185
Chris@4 186 /********************************************************************/
Chris@4 187 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 188 /********************************************************************/
Chris@4 189
Chris@4 190 EXPORT SYMBOL("deflateResetKeep")
Chris@4 191 EXPORT SYMBOL("deflatePending")
Chris@4 192
Chris@4 193 /********************************************************************/
Chris@4 194 /* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */
Chris@4 195 /********************************************************************/
Chris@4 196
Chris@4 197 EXPORT SYMBOL("gzgetc_")
Chris@4 198
Chris@4 199 /********************************************************************/
Chris@4 200 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
Chris@4 201 /********************************************************************/
Chris@4 202
Chris@4 203 EXPORT SYMBOL("inflateResetKeep")
Chris@4 204
Chris@4 205 ENDPGMEXP