ngx_crc32_update 1476 src/http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) vv, len);
ngx_crc32_update 1480 src/http/modules/ngx_http_geo_module.c     ngx_crc32_update(&crc32, (u_char *) vv, sizeof(ngx_http_variable_value_t));
ngx_crc32_update 1486 src/http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) &ranges[i], sizeof(void *));
ngx_crc32_update 1497 src/http/modules/ngx_http_geo_module.c             ngx_crc32_update(&crc32, (u_char *) range,
ngx_crc32_update 1503 src/http/modules/ngx_http_geo_module.c         ngx_crc32_update(&crc32, (u_char *) range, sizeof(void *));
ngx_crc32_update  203 src/http/modules/ngx_http_upstream_hash_module.c             ngx_crc32_update(&hash, buf, size);
ngx_crc32_update  206 src/http/modules/ngx_http_upstream_hash_module.c         ngx_crc32_update(&hash, hp->key.data, hp->key.len);
ngx_crc32_update  353 src/http/modules/ngx_http_upstream_hash_module.c         ngx_crc32_update(&base_hash, host, host_len);
ngx_crc32_update  354 src/http/modules/ngx_http_upstream_hash_module.c         ngx_crc32_update(&base_hash, (u_char *) "", 1);
ngx_crc32_update  355 src/http/modules/ngx_http_upstream_hash_module.c         ngx_crc32_update(&base_hash, port, port_len);
ngx_crc32_update  363 src/http/modules/ngx_http_upstream_hash_module.c             ngx_crc32_update(&hash, prev_hash.byte, 4);
ngx_crc32_update  246 src/http/ngx_http_file_cache.c         ngx_crc32_update(&c->crc32, key[i].data, key[i].len);
ngx_crc32_update  196 src/stream/ngx_stream_upstream_hash_module.c             ngx_crc32_update(&hash, buf, size);
ngx_crc32_update  199 src/stream/ngx_stream_upstream_hash_module.c         ngx_crc32_update(&hash, hp->key.data, hp->key.len);
ngx_crc32_update  347 src/stream/ngx_stream_upstream_hash_module.c         ngx_crc32_update(&base_hash, host, host_len);
ngx_crc32_update  348 src/stream/ngx_stream_upstream_hash_module.c         ngx_crc32_update(&base_hash, (u_char *) "", 1);
ngx_crc32_update  349 src/stream/ngx_stream_upstream_hash_module.c         ngx_crc32_update(&base_hash, port, port_len);
ngx_crc32_update  357 src/stream/ngx_stream_upstream_hash_module.c             ngx_crc32_update(&hash, prev_hash.byte, 4);