Searched refs:inflateSync (Results 1 – 12 of 12) sorted by relevance
98 inflateSync;
135 # define inflateSync z_inflateSync macro557 #pragma map(inflateSync,"INSY")
124 # define inflateSync z_inflateSync macro535 #pragma map(inflateSync,"INSY")
926 ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
6 - Fix bug in inflateSync() for data held in bit buffer58 - Handle case where inflateSync used when header never processed83 - Don't bother computing check value after successful inflateSync()402 - Improve inflateSync() documentation to note indeterminacy1271 - simplifying code of inflateSync to avoid gcc 2.8 bug1542 - fix sync search logic in inflateSync1544 - after inflateSync, don't scare people with just "lo world"1551 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented1552 - added a test of inflateSync in example.c
1375 int ZEXPORT inflateSync(z_streamp strm) { in inflateSync() function
55 after inflateSync(): hello, hello!157 - inflateSync
768 inflateSync(strm) : in z_inflate()819 inflateSync(strm) : in z_inflate()949 return inflateSync(strm); in z_inflateSync()
432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); in cover_wrap()436 ret = inflateSync(&strm); assert(ret == Z_OK); in cover_wrap()
391 err = inflateSync(&d_stream); /* but skip the damaged part */ in test_sync()
464 err = inflateSync(&d_stream); /* but skip the damaged part */
456 err = inflateSync(&d_stream); /* but skip the damaged part */