Home
last modified time | relevance | path

Searched refs:ngx_crc32_short (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crc32.h21 ngx_crc32_short(u_char *p, size_t len) in ngx_crc32_short() function
H A Dngx_resolver.c596 hash = ngx_crc32_short(name->data, name->len); in ngx_resolve_name_locked()
935 hash = ngx_crc32_short(sin6->sin6_addr.s6_addr, 16); in ngx_resolve_addr()
1912 hash = ngx_crc32_short(name.data, name.len); in ngx_resolver_process_a()
2563 hash = ngx_crc32_short(name.data, name.len); in ngx_resolver_process_srv()
3146 hash = ngx_crc32_short(addr6.s6_addr, 16); in ngx_resolver_process_ptr()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_limit_conn_module.c162 hash = ngx_crc32_short(key.data, key.len); in ngx_stream_limit_conn_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_conn_module.c184 hash = ngx_crc32_short(key.data, key.len); in ngx_http_limit_conn_handler()
H A Dngx_http_limit_req_module.c205 hash = ngx_crc32_short(key.data, key.len); in ngx_http_limit_req_handler()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c3405 hash = ngx_crc32_short(session_id, session_id_length); in ngx_ssl_new_session()
3469 hash = ngx_crc32_short((u_char *) (uintptr_t) id, (size_t) len); in ngx_ssl_get_cached_session()
3592 hash = ngx_crc32_short(id, len); in ngx_ssl_remove_session()