Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.h72 #define ngx_crc32_final(crc) \ macro
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_udp.c546 ngx_crc32_final(hash); in ngx_insert_udp_connection()
617 ngx_crc32_final(hash); in ngx_lookup_udp_connection()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c206 ngx_crc32_final(hash); in ngx_stream_upstream_get_hash_peer()
374 ngx_crc32_final(hash); in ngx_stream_upstream_init_chash()
H A Dngx_stream_geo_module.c1472 ngx_crc32_final(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.c207 ngx_crc32_final(hash); in ngx_http_upstream_get_hash_peer()
374 ngx_crc32_final(hash); in ngx_http_upstream_init_chash()
H A Dngx_http_geo_module.c1544 ngx_crc32_final(crc32); in ngx_http_geo_include_binary_base()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c257 ngx_crc32_final(c->crc32); in ngx_http_file_cache_create_key()