Searched refs:get_crc_table (Results 1 – 25 of 25) sorted by relevance
48 get_crc_table
44 get_crc_table @38
79 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
430 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
43 # define get_crc_table z_get_crc_table macro
54 # define get_crc_table z_get_crc_table macro
212 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() function
1720 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
56 # define get_crc_table z_get_crc_table
604 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize1021 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)1213 - added get_crc_table
1367 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
205 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table() function
1351 ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void));
1619 s->pcrc_32_tab = get_crc_table(); in unzOpenCurrentFile3()
1249 zi->ci.pcrc_32_tab = get_crc_table(); in zipOpenNewFileInZip4_64()