Searched refs:ZEXPORT (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 276 # define ZEXPORT WINAPI macro 288 # define ZEXPORT __declspec(dllexport) macro 291 # define ZEXPORT __declspec(dllimport) 300 #ifndef ZEXPORT 301 # define ZEXPORT macro 518 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 519 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 521 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 522 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, 526 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/ |
H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 89 -const z_crc_t FAR * ZEXPORT get_crc_table() 90 +const z_crc_t FAR * ZEXPORT get_crc_table(void) 115 -const char * ZEXPORT zlibVersion() 116 +const char * ZEXPORT zlibVersion(void) 121 -uLong ZEXPORT zlibCompileFlags() 122 +uLong ZEXPORT zlibCompileFlags(void)
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 198 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() 353 int ZEXPORT deflateReset (strm) in deflateReset() 389 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() 400 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() 412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() 451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() 486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() 582 int ZEXPORT deflate (strm, flush) in deflate() [all …]
|
H A D | inflate.c | 8 int ZEXPORT inflateReset(z_streamp strm) in inflateReset() 33 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, const char *version, in inflateInit2_() 73 int ZEXPORT inflateInit_(z_streamp strm, const char *version, int stream_size) in inflateInit_() 328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate() 929 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd()
|
H A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32()
|
/openbmc/u-boot/lib/ |
H A D | crc32.c | 162 const uint32_t * ZEXPORT get_crc_table()
|