Searched refs:get_crc_table (Results 1 – 25 of 25) sorted by relevance
48 get_crc_table
44 get_crc_table @38
73 get_crc_table
305 function get_crc_table return ULong_Access; subprogspec427 pragma Import (C, get_crc_table, "get_crc_table");
25 EXPORT SYMBOL("get_crc_table")
329 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
43 # define get_crc_table z_get_crc_table macro
205 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() function
1351 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
1367 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
49 # define get_crc_table z_get_crc_table macro
207 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() function
1606 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
51 # define get_crc_table z_get_crc_table
465 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize882 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)1074 - added get_crc_table
1619 s->pcrc_32_tab = get_crc_table(); in unzOpenCurrentFile3()
1248 zi->ci.pcrc_32_tab = get_crc_table(); in zipOpenNewFileInZip4_64()