Searched refs:ngx_crc32_short (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crc32.h | 21 ngx_crc32_short(u_char *p, size_t len) in ngx_crc32_short() function
|
| H A D | ngx_resolver.c | 596 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 D | ngx_stream_limit_conn_module.c | 162 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 D | ngx_http_limit_conn_module.c | 184 hash = ngx_crc32_short(key.data, key.len); in ngx_http_limit_conn_handler()
|
| H A D | ngx_http_limit_req_module.c | 205 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 D | ngx_event_openssl.c | 3405 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()
|