|
InnoDB Plugin
1.0
|
#include "univ.i"
Go to the source code of this file.
Typedefs | |
| typedef ib_uint32_t(* | ib_ut_crc32_t )(const byte *ptr, ulint len) |
Functions | |
| UNIV_INTERN void | ut_crc32_init () |
Variables | |
| ib_ut_crc32_t | ut_crc32 |
| bool | ut_crc32_sse2_enabled |
CRC32 implementation
Created Aug 10, 2011 Vasil Dimov
| typedef ib_uint32_t(* ib_ut_crc32_t)(const byte *ptr, ulint len) |
Calculates CRC32.
| ptr | - data over which to calculate CRC32. |
| len | - data length in bytes. |
| UNIV_INTERN void ut_crc32_init | ( | ) |
Initializes the data structures used by ut_crc32(). Does not do any allocations, would not hurt if called twice, but would be pointless.
1.8.1.2