Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.h39 ngx_crc32_long(u_char *p, size_t len) in ngx_crc32_long() function
H A Dngx_open_file_cache.c207 hash = ngx_crc32_long(name->data, name->len); in ngx_open_cached_file()
H A Dngx_conf_file.c111 hash = ngx_crc32_long(filename->data, filename->len); in ngx_conf_add_dump()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c1203 hash = ngx_crc32_long(value->data, value->len); in ngx_stream_geo_value()
1558 hash = ngx_crc32_long(s.data, s.len); in ngx_stream_geo_create_binary_base()
1575 header->crc32 = ngx_crc32_long((u_char *) fm.addr in ngx_stream_geo_create_binary_base()
H A Dngx_stream_upstream_hash_module.c482 hash = ngx_crc32_long(hp->key.data, hp->key.len); in ngx_stream_upstream_init_chash_peer()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c1253 hash = ngx_crc32_long(value->data, value->len); in ngx_http_geo_value()
1630 hash = ngx_crc32_long(s.data, s.len); in ngx_http_geo_create_binary_base()
1647 header->crc32 = ngx_crc32_long((u_char *) fm.addr in ngx_http_geo_create_binary_base()
H A Dngx_http_upstream_hash_module.c480 hash = ngx_crc32_long(hp->key.data, hp->key.len); in ngx_http_upstream_init_chash_peer()