ngx_crc32_update 1248 http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) vv, len);
ngx_crc32_update 1252 http/modules/ngx_http_geo_module.c     ngx_crc32_update(&crc32, (u_char *) vv, sizeof(ngx_http_variable_value_t));
ngx_crc32_update 1258 http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) &ranges[i], sizeof(void *));
ngx_crc32_update 1269 http/modules/ngx_http_geo_module.c             ngx_crc32_update(&crc32, (u_char *) range,
ngx_crc32_update 1275 http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) range, sizeof(void *));
ngx_crc32_update  225 http/ngx_http_file_cache.c         ngx_crc32_update(&c->crc32, key[i].data, key[i].len);