memcached
1.6.15
About: memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating database load.
![]() ![]() |
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint32_t(* | crc_func) (uint32_t crc, const void *buf, size_t len) |
Functions | |
void | crc32c_init (void) |
uint32_t | crc32c_sw (uint32_t crc, void const *buf, size_t len) |
Variables | |
crc_func | crc32c |
typedef uint32_t(* crc_func) (uint32_t crc, const void *buf, size_t len) |
uint32_t crc32c_sw | ( | uint32_t | crc, |
void const * | buf, | ||
size_t | len | ||
) |
Definition at line 493 of file crc32c.c.
References crc32c_sw_big(), and crc32c_sw_little().
Referenced by crc32c_init(), and test_crc32c().
|
extern |
Definition at line 46 of file crc32c.c.
Referenced by crc32c_init(), and test_crc32c().