1275793eaSopenharmony_ciSTRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') 2275793eaSopenharmony_ci 3275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 4275793eaSopenharmony_ci/* Version 1.1.3 entry points. */ 5275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 6275793eaSopenharmony_ci 7275793eaSopenharmony_ci EXPORT SYMBOL("adler32") 8275793eaSopenharmony_ci EXPORT SYMBOL("compress") 9275793eaSopenharmony_ci EXPORT SYMBOL("compress2") 10275793eaSopenharmony_ci EXPORT SYMBOL("crc32") 11275793eaSopenharmony_ci EXPORT SYMBOL("get_crc_table") 12275793eaSopenharmony_ci EXPORT SYMBOL("deflate") 13275793eaSopenharmony_ci EXPORT SYMBOL("deflateEnd") 14275793eaSopenharmony_ci EXPORT SYMBOL("deflateSetDictionary") 15275793eaSopenharmony_ci EXPORT SYMBOL("deflateCopy") 16275793eaSopenharmony_ci EXPORT SYMBOL("deflateReset") 17275793eaSopenharmony_ci EXPORT SYMBOL("deflateParams") 18275793eaSopenharmony_ci EXPORT SYMBOL("deflatePrime") 19275793eaSopenharmony_ci EXPORT SYMBOL("deflateInit_") 20275793eaSopenharmony_ci EXPORT SYMBOL("deflateInit2_") 21275793eaSopenharmony_ci EXPORT SYMBOL("gzopen") 22275793eaSopenharmony_ci EXPORT SYMBOL("gzdopen") 23275793eaSopenharmony_ci EXPORT SYMBOL("gzsetparams") 24275793eaSopenharmony_ci EXPORT SYMBOL("gzread") 25275793eaSopenharmony_ci EXPORT SYMBOL("gzwrite") 26275793eaSopenharmony_ci EXPORT SYMBOL("gzprintf") 27275793eaSopenharmony_ci EXPORT SYMBOL("gzputs") 28275793eaSopenharmony_ci EXPORT SYMBOL("gzgets") 29275793eaSopenharmony_ci EXPORT SYMBOL("gzputc") 30275793eaSopenharmony_ci EXPORT SYMBOL("gzgetc") 31275793eaSopenharmony_ci EXPORT SYMBOL("gzflush") 32275793eaSopenharmony_ci EXPORT SYMBOL("gzseek") 33275793eaSopenharmony_ci EXPORT SYMBOL("gzrewind") 34275793eaSopenharmony_ci EXPORT SYMBOL("gztell") 35275793eaSopenharmony_ci EXPORT SYMBOL("gzeof") 36275793eaSopenharmony_ci EXPORT SYMBOL("gzclose") 37275793eaSopenharmony_ci EXPORT SYMBOL("gzerror") 38275793eaSopenharmony_ci EXPORT SYMBOL("inflate") 39275793eaSopenharmony_ci EXPORT SYMBOL("inflateEnd") 40275793eaSopenharmony_ci EXPORT SYMBOL("inflateSetDictionary") 41275793eaSopenharmony_ci EXPORT SYMBOL("inflateSync") 42275793eaSopenharmony_ci EXPORT SYMBOL("inflateReset") 43275793eaSopenharmony_ci EXPORT SYMBOL("inflateInit_") 44275793eaSopenharmony_ci EXPORT SYMBOL("inflateInit2_") 45275793eaSopenharmony_ci EXPORT SYMBOL("inflateSyncPoint") 46275793eaSopenharmony_ci EXPORT SYMBOL("uncompress") 47275793eaSopenharmony_ci EXPORT SYMBOL("zlibVersion") 48275793eaSopenharmony_ci EXPORT SYMBOL("zError") 49275793eaSopenharmony_ci EXPORT SYMBOL("z_errmsg") 50275793eaSopenharmony_ci 51275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 52275793eaSopenharmony_ci/* Version 1.2.1 additional entry points. */ 53275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 54275793eaSopenharmony_ci 55275793eaSopenharmony_ci EXPORT SYMBOL("compressBound") 56275793eaSopenharmony_ci EXPORT SYMBOL("deflateBound") 57275793eaSopenharmony_ci EXPORT SYMBOL("deflatePending") 58275793eaSopenharmony_ci EXPORT SYMBOL("gzungetc") 59275793eaSopenharmony_ci EXPORT SYMBOL("gzclearerr") 60275793eaSopenharmony_ci EXPORT SYMBOL("inflateBack") 61275793eaSopenharmony_ci EXPORT SYMBOL("inflateBackEnd") 62275793eaSopenharmony_ci EXPORT SYMBOL("inflateBackInit_") 63275793eaSopenharmony_ci EXPORT SYMBOL("inflateCopy") 64275793eaSopenharmony_ci EXPORT SYMBOL("zlibCompileFlags") 65275793eaSopenharmony_ci 66275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 67275793eaSopenharmony_ci/* Version 1.2.4 additional entry points. */ 68275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 69275793eaSopenharmony_ci 70275793eaSopenharmony_ci EXPORT SYMBOL("adler32_combine") 71275793eaSopenharmony_ci EXPORT SYMBOL("adler32_combine64") 72275793eaSopenharmony_ci EXPORT SYMBOL("crc32_combine") 73275793eaSopenharmony_ci EXPORT SYMBOL("crc32_combine64") 74275793eaSopenharmony_ci EXPORT SYMBOL("deflateSetHeader") 75275793eaSopenharmony_ci EXPORT SYMBOL("deflateTune") 76275793eaSopenharmony_ci EXPORT SYMBOL("gzbuffer") 77275793eaSopenharmony_ci EXPORT SYMBOL("gzclose_r") 78275793eaSopenharmony_ci EXPORT SYMBOL("gzclose_w") 79275793eaSopenharmony_ci EXPORT SYMBOL("gzdirect") 80275793eaSopenharmony_ci EXPORT SYMBOL("gzoffset") 81275793eaSopenharmony_ci EXPORT SYMBOL("gzoffset64") 82275793eaSopenharmony_ci EXPORT SYMBOL("gzopen64") 83275793eaSopenharmony_ci EXPORT SYMBOL("gzseek64") 84275793eaSopenharmony_ci EXPORT SYMBOL("gztell64") 85275793eaSopenharmony_ci EXPORT SYMBOL("inflateGetHeader") 86275793eaSopenharmony_ci EXPORT SYMBOL("inflateMark") 87275793eaSopenharmony_ci EXPORT SYMBOL("inflatePrime") 88275793eaSopenharmony_ci EXPORT SYMBOL("inflateReset2") 89275793eaSopenharmony_ci EXPORT SYMBOL("inflateUndermine") 90275793eaSopenharmony_ci 91275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 92275793eaSopenharmony_ci/* Version 1.2.6 additional entry points. */ 93275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 94275793eaSopenharmony_ci 95275793eaSopenharmony_ci EXPORT SYMBOL("deflateResetKeep") 96275793eaSopenharmony_ci EXPORT SYMBOL("gzgetc_") 97275793eaSopenharmony_ci EXPORT SYMBOL("inflateResetKeep") 98275793eaSopenharmony_ci 99275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 100275793eaSopenharmony_ci/* Version 1.2.8 additional entry points. */ 101275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 102275793eaSopenharmony_ci 103275793eaSopenharmony_ci EXPORT SYMBOL("gzvprintf") 104275793eaSopenharmony_ci EXPORT SYMBOL("inflateGetDictionary") 105275793eaSopenharmony_ci 106275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 107275793eaSopenharmony_ci/* Version 1.2.9 additional entry points. */ 108275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 109275793eaSopenharmony_ci 110275793eaSopenharmony_ci EXPORT SYMBOL("adler32_z") 111275793eaSopenharmony_ci EXPORT SYMBOL("crc32_z") 112275793eaSopenharmony_ci EXPORT SYMBOL("deflateGetDictionary") 113275793eaSopenharmony_ci EXPORT SYMBOL("gzfread") 114275793eaSopenharmony_ci EXPORT SYMBOL("gzfwrite") 115275793eaSopenharmony_ci EXPORT SYMBOL("inflateCodesUsed") 116275793eaSopenharmony_ci EXPORT SYMBOL("inflateValidate") 117275793eaSopenharmony_ci EXPORT SYMBOL("uncompress2") 118275793eaSopenharmony_ci 119275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 120275793eaSopenharmony_ci/* Version 1.2.12 additional entry points. */ 121275793eaSopenharmony_ci/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ 122275793eaSopenharmony_ci 123275793eaSopenharmony_ci EXPORT SYMBOL("crc32_combine_gen64") 124275793eaSopenharmony_ci EXPORT SYMBOL("crc32_combine_gen") 125275793eaSopenharmony_ci EXPORT SYMBOL("crc32_combine_op") 126275793eaSopenharmony_ci 127275793eaSopenharmony_ciENDPGMEXP 128