Home
last modified time | relevance | path

Searched refs:inflateSyncPoint (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzconf.h128 # define inflateSyncPoint z_inflateSyncPoint macro
H A Dzlib.h1893 ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp));
H A Dzconf.h.in122 # define inflateSyncPoint z_inflateSyncPoint macro
H A Dinflate.c1451 int ZEXPORT inflateSyncPoint(strm) in inflateSyncPoint() function
H A DChangeLog1189 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
1197 - add inflateSyncPoint in zconf.h
1235 - add undocumented function inflateSyncPoint() (hack for Paul Mackerras)
/f-stack/freebsd/netgraph/
H A Dng_deflate.c618 if (inflateSyncPoint(&priv->cx)) { in ng_deflate_decompress()
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c437 (void)inflateSyncPoint(&strm); in cover_wrap()