Home
last modified time | relevance | path

Searched refs:inflateSync (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libz/
H A DSymbol.map98 inflateSync;
/freebsd/sys/contrib/zlib/
H A Dzconf.h135 # define inflateSync z_inflateSync macro
557 #pragma map(inflateSync,"INSY")
H A Dzconf.h.in124 # define inflateSync z_inflateSync macro
535 #pragma map(inflateSync,"INSY")
H A Dzlib.h926 ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
H A DChangeLog6 - Fix bug in inflateSync() for data held in bit buffer
58 - Handle case where inflateSync used when header never processed
83 - Don't bother computing check value after successful inflateSync()
402 - Improve inflateSync() documentation to note indeterminacy
1271 - simplifying code of inflateSync to avoid gcc 2.8 bug
1542 - fix sync search logic in inflateSync
1544 - after inflateSync, don't scare people with just "lo world"
1551 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1552 - added a test of inflateSync in example.c
H A Dinflate.c1375 int ZEXPORT inflateSync(z_streamp strm) { in inflateSync() function
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md55 after inflateSync(): hello, hello!
157 - inflateSync
H A Dzstd_zlibwrapper.c768 inflateSync(strm) : in z_inflate()
819 inflateSync(strm) : in z_inflate()
949 return inflateSync(strm); in z_inflateSync()
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); in cover_wrap()
436 ret = inflateSync(&strm); assert(ret == Z_OK); in cover_wrap()
H A Dexample.c391 err = inflateSync(&d_stream); /* but skip the damaged part */ in test_sync()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c464 err = inflateSync(&d_stream); /* but skip the damaged part */
H A Dexample_original.c456 err = inflateSync(&d_stream); /* but skip the damaged part */