|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Functions | |
| ngx_int_t | ngx_crc32_table_init (void) |
Variables | |
| uint32_t | ngx_crc32_table256 [] |
| uint32_t * | ngx_crc32_table_short = ngx_crc32_table16 |
| 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 = ngx_crc32_table16 |
Definition at line 102 of file ngx_crc32.c.
1.8.1.2