Searched refs:inflateSync (Results 1 – 11 of 11) sorted by relevance
127 # define inflateSync z_inflateSync macro543 #pragma map(inflateSync,"INSY")
121 # define inflateSync z_inflateSync macro526 #pragma map(inflateSync,"INSY")
923 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
299 - Improve inflateSync() documentation to note indeterminancy1168 - simplifying code of inflateSync to avoid gcc 2.8 bug1439 - fix sync search logic in inflateSync1441 - after inflateSync, don't scare people with just "lo world"1448 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented1449 - added a test of inflateSync in example.c
1400 int ZEXPORT inflateSync(strm) in inflateSync() function
55 after inflateSync(): hello, hello!157 - inflateSync
753 inflateSync(strm) : in z_inflate()804 inflateSync(strm) : in z_inflate()934 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 */
456 err = inflateSync(&d_stream); /* but skip the damaged part */
464 err = inflateSync(&d_stream); /* but skip the damaged part */