Home
last modified time | relevance | path

Searched refs:port_len (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c289 size_t host_len, port_len, size; in ngx_stream_upstream_init_chash() local
335 port_len = 0; in ngx_stream_upstream_init_chash()
346 port_len = j; in ngx_stream_upstream_init_chash()
358 port_len = 0; in ngx_stream_upstream_init_chash()
365 ngx_crc32_update(&base_hash, port, port_len); in ngx_stream_upstream_init_chash()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c289 size_t host_len, port_len, size; in ngx_http_upstream_init_chash() local
335 port_len = 0; in ngx_http_upstream_init_chash()
346 port_len = j; in ngx_http_upstream_init_chash()
358 port_len = 0; in ngx_http_upstream_init_chash()
365 ngx_crc32_update(&base_hash, port, port_len); in ngx_http_upstream_init_chash()