MySQL 8.4.0
Source Code Documentation
mycrc32 Namespace Reference

Functions

template<class I >
std::uint32_t IntegerCrc32 (std::uint32_t crc, I i)
 
template<class PT >
std::uint32_t PunnedCrc32 (std::uint32_t crc, const unsigned char *buf, size_t len)
 

Function Documentation

◆ IntegerCrc32()

template<class I >
std::uint32_t mycrc32::IntegerCrc32 ( std::uint32_t  crc,
i 
)
inline

◆ PunnedCrc32()

template<class PT >
std::uint32_t mycrc32::PunnedCrc32 ( std::uint32_t  crc,
const unsigned char *  buf,
size_t  len 
)
inline