Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | ngx_crc32_init(crc) crc = 0xffffffff |
#define | ngx_crc32_final(crc) crc ^= 0xffffffff |
Functions | |
ngx_int_t | ngx_crc32_table_init (void) |
Variables | |
uint32_t * | ngx_crc32_table_short |
uint32_t | ngx_crc32_table256 [] |
#define ngx_crc32_final | ( | crc | ) | crc ^= 0xffffffff |
Definition at line 72 of file ngx_crc32.h.
#define ngx_crc32_init | ( | crc | ) | crc = 0xffffffff |
Definition at line 53 of file ngx_crc32.h.
ngx_int_t ngx_crc32_table_init | ( | void | ) |
Definition at line 106 of file ngx_crc32.c.
uint32_t ngx_crc32_table256[] |
Definition at line 34 of file ngx_crc32.c.
uint32_t* ngx_crc32_table_short |
Definition at line 102 of file ngx_crc32.c.