Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Dzlib.h94 # define get_crc_table z_get_crc_table
1011 uLongf *get_crc_table OF((void)); /* can be used by asm versions of crc32() */
/dflybsd-src/lib/libz/
H A DSymbol.map25 get_crc_table;
H A Dzconf.h60 # define get_crc_table z_get_crc_table macro
/dflybsd-src/contrib/zlib-1.2/
H A Dcrc32.c188 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() function
H A Dzlib.h1890 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
H A DChangeLog96 - Fix types in contrib/minizip to match result of get_crc_table()
152 - Fix type mismatch between get_crc_table() and crc_table
772 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
1189 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)
1381 - added get_crc_table