ngx_crc32_table256   33 core/ngx_crc32.c uint32_t  ngx_crc32_table256[] = {
ngx_crc32_table256   16 core/ngx_crc32.h extern uint32_t   ngx_crc32_table256[];
ngx_crc32_table256   45 core/ngx_crc32.h         crc = ngx_crc32_table256[(crc ^ *p++) & 0xff] ^ (crc >> 8);
ngx_crc32_table256   64 core/ngx_crc32.h         c = ngx_crc32_table256[(c ^ *p++) & 0xff] ^ (c >> 8);