Searched refs:get_crc_table (Results 1 – 23 of 23) sorted by relevance
48 get_crc_table
82 get_crc_table
44 get_crc_table @38
305 function get_crc_table return ULong_Access; subprogspec427 pragma Import (C, get_crc_table, "get_crc_table");
37 # define get_crc_table z_get_crc_table macro
25 EXPORT SYMBOL("get_crc_table")
436 D get_crc_table PR * extproc('get_crc_table') Ptr to ulongs
43 #define get_crc_table FPDFAPI_get_crc_table macro1819 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() function
55 # define get_crc_table z_get_crc_table macro
1748 ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table OF((void));
57 # define get_crc_table z_get_crc_table
53 - Fix types in contrib/minizip to match result of get_crc_table()109 - Fix type mismatch between get_crc_table() and crc_table729 - Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize1146 - get_crc_table and inflateSyncPoint are EXPORTed (Gilles Vollant)1338 - added get_crc_table
1619 s->pcrc_32_tab = get_crc_table(); in unzOpenCurrentFile3()
1249 zi->ci.pcrc_32_tab = get_crc_table(); in zipOpenNewFileInZip4_64()