Home | History | Annotate | Download | only in zlib

Lines Matching defs:DYNAMIC_CRC_TABLE

15   Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
24 # ifndef DYNAMIC_CRC_TABLE
25 # define DYNAMIC_CRC_TABLE
26 # endif /* !DYNAMIC_CRC_TABLE */
74 #ifdef DYNAMIC_CRC_TABLE
119 case the advice about DYNAMIC_CRC_TABLE is ignored) */
197 #else /* !DYNAMIC_CRC_TABLE */
202 #endif /* DYNAMIC_CRC_TABLE */
209 #ifdef DYNAMIC_CRC_TABLE
212 #endif /* DYNAMIC_CRC_TABLE */
228 #ifdef DYNAMIC_CRC_TABLE
231 #endif /* DYNAMIC_CRC_TABLE */