| LibreOffice
    LibreOffice 24.8 SDK C/C++ API Reference | 
Go to the source code of this file.
| Functions | |
| SAL_DLLPUBLIC sal_uInt32 | rtl_crc32 (sal_uInt32 Crc, const void *Data, sal_uInt32 DatLen) SAL_THROW_EXTERN_C() | 
| Evaluate CRC32 over given data. | |
| SAL_DLLPUBLIC sal_uInt32 rtl_crc32 | ( | sal_uInt32 | Crc, | 
| const void * | Data, | ||
| sal_uInt32 | DatLen ) | 
Evaluate CRC32 over given data.
This function evaluates the CRC polynomial 0xEDB88320.
| [in] | Crc | CRC32 over previous data or zero. | 
| [in] | Data | data buffer. | 
| [in] | DatLen | data buffer length. |