bind9/lib/isccfg
alessio 53991ecc14 Refactor and simplify isc_symtab
This commit does several changes to isc_symtab:

1. Rewrite the isc_symtab to internally use isc_hashmap instead of
   hand-stiched hashtable.

2. Create a new isc_symtab_define_and_return() api, which returns
   the already defined symvalue on ISC_R_EXISTS; this allows users
   of the API to skip the isc_symtab_lookup()+isc_symtab_define()
   calls and directly call isc_symtab_define_and_return().

3. Merge isccc_symtab into isc_symtab - the only missing function
   was isccc_symtab_foreach() that was merged into isc_symtab API.

4. Add full set of unit tests for the isc_symtab API.
2025-02-17 11:43:19 +01:00
..
include clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
aclconf.c Apply more SET_IF_NOT_NULL() changes 2024-12-13 13:52:52 +01:00
check.c Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
duration.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
kaspconf.c clean up uses of ISC_R_NOMEMORY 2025-01-23 15:54:57 -08:00
Makefile.am Null clausedefs for ancient options 2024-10-01 10:17:04 +02:00
namedconf.c Rename remote-servers standard term to server-list 2024-12-13 08:50:02 +01:00
parser.c Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00