Groonga 3.0.9 Source Code Document
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_crc32.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_crc32.c:

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

Function Documentation

ngx_int_t ngx_crc32_table_init ( void  )

Definition at line 106 of file ngx_crc32.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

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.