Home
last modified time | relevance | path

Searched refs:ngx_crc32_init (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.h53 #define ngx_crc32_init(crc) \ macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_udp.c539 ngx_crc32_init(hash); in ngx_insert_udp_connection()
610 ngx_crc32_init(hash); in ngx_lookup_udp_connection()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c198 ngx_crc32_init(hash); in ngx_stream_upstream_get_hash_peer()
362 ngx_crc32_init(base_hash); in ngx_stream_upstream_init_chash()
H A Dngx_stream_geo_module.c1432 ngx_crc32_init(crc32); in ngx_stream_geo_include_binary_base()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c199 ngx_crc32_init(hash); in ngx_http_upstream_get_hash_peer()
362 ngx_crc32_init(base_hash); in ngx_http_upstream_init_chash()
H A Dngx_http_geo_module.c1506 ngx_crc32_init(crc32); in ngx_http_geo_include_binary_base()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c240 ngx_crc32_init(c->crc32); in ngx_http_file_cache_create_key()