Searched refs:inflateSync (Results 1 – 12 of 12) sorted by relevance
99 inflateSync;
135 # define inflateSync z_inflateSync macro561 #pragma map(inflateSync,"INSY")
124 # define inflateSync z_inflateSync macro539 #pragma map(inflateSync,"INSY")
924 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
30 - Handle case where inflateSync used when header never processed55 - Don't bother computing check value after successful inflateSync()374 - Improve inflateSync() documentation to note indeterminacy1243 - simplifying code of inflateSync to avoid gcc 2.8 bug1514 - fix sync search logic in inflateSync1516 - after inflateSync, don't scare people with just "lo world"1523 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented1524 - added a test of inflateSync in example.c
1427 int ZEXPORT inflateSync(strm) in inflateSync() function
55 after inflateSync(): hello, hello!157 - inflateSync
682 inflateSync(strm) : in z_inflate()733 inflateSync(strm) : in z_inflate()863 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()
439 err = inflateSync(&d_stream); /* but skip the damaged part */
464 err = inflateSync(&d_stream); /* but skip the damaged part */
456 err = inflateSync(&d_stream); /* but skip the damaged part */