|
MySQL 5.6.14 Source Code Document
|
#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 |
| 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. |
Definition at line 45 of file ut0crc32.h.
| 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.
Definition at line 276 of file ut0crc32.cc.

