Home
last modified time | relevance | path

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

/freebsd/lib/libz/
H A DSymbol.map68 get_crc_table;
/freebsd/sys/contrib/zlib/
H A Dzconf.h87 # define get_crc_table z_get_crc_table macro
H A Dzlib.h2040 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
H A Dcrc32.c482 const z_crc_t FAR * ZEXPORT get_crc_table(void) { in get_crc_table() function
H A Dzconf.h.in68 # define get_crc_table z_get_crc_table macro
H A DChangeLog250 - Fix types in contrib/minizip to match result of get_crc_table()
306 - Fix type mismatch between get_crc_table() and crc_table
926 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
1343 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
1535 - added get_crc_table
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1191 return get_crc_table(); in z_get_crc_table()