Searched refs:inflateInit_ (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h | 120 # define inflateInit_ z_inflateInit_ macro 540 #pragma map(inflateInit_,"ININ")
|
| H A D | zlib.h | 1770 ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm, 1786 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1800 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
|
| H A D | zconf.h.in | 114 # define inflateInit_ z_inflateInit_ macro 523 #pragma map(inflateInit_,"ININ")
|
| H A D | inflate.c | 239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() function
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | infcover.c | 376 ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream)); in cover_support()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 743 inflateInit_(strm, zwd->version, zwd->stream_size); in z_inflate() 777 inflateInit_(strm, zwd->version, zwd->stream_size); in z_inflate()
|