crc32             146 http/modules/ngx_http_geo_module.c     uint32_t  crc32;
crc32            1147 http/modules/ngx_http_geo_module.c     uint32_t                    crc32;
crc32            1241 http/modules/ngx_http_geo_module.c     ngx_crc32_init(crc32);
crc32            1248 http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) vv, len);
crc32            1252 http/modules/ngx_http_geo_module.c     ngx_crc32_update(&crc32, (u_char *) vv, sizeof(ngx_http_variable_value_t));
crc32            1258 http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) &ranges[i], sizeof(void *));
crc32            1269 http/modules/ngx_http_geo_module.c             ngx_crc32_update(&crc32, (u_char *) range,
crc32            1275 http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) range, sizeof(void *));
crc32            1279 http/modules/ngx_http_geo_module.c     ngx_crc32_final(crc32);
crc32            1281 http/modules/ngx_http_geo_module.c     if (crc32 != header->crc32) {
crc32            1382 http/modules/ngx_http_geo_module.c     header->crc32 = ngx_crc32_long((u_char *) fm.addr
crc32              63 http/modules/ngx_http_gzip_filter_module.c     uint32_t             crc32;
crc32              72 http/modules/ngx_http_gzip_filter_module.c     uint32_t  crc32;
crc32              79 http/modules/ngx_http_gzip_filter_module.c     u_char  crc32[4];
crc32             618 http/modules/ngx_http_gzip_filter_module.c     ctx->crc32 = crc32(0L, Z_NULL, 0);
crc32             708 http/modules/ngx_http_gzip_filter_module.c         ctx->crc32 = crc32(ctx->crc32, ctx->zstream.next_in,
crc32             928 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32 = ctx->crc32;
crc32             933 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[0] = (u_char) (ctx->crc32 & 0xff);
crc32             934 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[1] = (u_char) ((ctx->crc32 >> 8) & 0xff);
crc32             935 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[2] = (u_char) ((ctx->crc32 >> 16) & 0xff);
crc32             936 http/modules/ngx_http_gzip_filter_module.c     trailer->crc32[3] = (u_char) ((ctx->crc32 >> 24) & 0xff);
crc32              60 http/ngx_http_cache.h     uint32_t                         crc32;
crc32              92 http/ngx_http_cache.h     uint32_t                         crc32;
crc32             215 http/ngx_http_file_cache.c     ngx_crc32_init(c->crc32);
crc32             225 http/ngx_http_file_cache.c         ngx_crc32_update(&c->crc32, key[i].data, key[i].len);
crc32             232 http/ngx_http_file_cache.c     ngx_crc32_final(c->crc32);
crc32             385 http/ngx_http_file_cache.c     if (h->crc32 != c->crc32) {
crc32             759 http/ngx_http_file_cache.c     h->crc32 = c->crc32;