mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-19 02:28:27 -05:00
Previously, the isc_ht API would always take the key as a literal input to the hashing function. Change the isc_ht_init() function to take an 'options' argument, in which ISC_HT_CASE_SENSITIVE or _INSENSITIVE can be specified, to determine whether to use case-sensitive hashing in isc_hash32() when hashing the key. |
||
|---|---|---|
| .. | ||
| filter-a.c | ||
| filter-a.rst | ||
| filter-aaaa.c | ||
| filter-aaaa.rst | ||
| Makefile.am | ||