bind9/tests/bench
Ondřej Surý a5f5f68502
Refactor isc_time_now() to return time, and not result
The isc_time_now() and isc_time_now_hires() were used inconsistently
through the code - either with status check, or without status check,
or via TIME_NOW() macro with RUNTIME_CHECK() on failure.

Refactor the isc_time_now() and isc_time_now_hires() to always fail when
getting current time has failed, and return the isc_time_t value as
return value instead of passing the pointer to result in the argument.
2023-03-31 15:02:06 +02:00
..
.gitignore Benchmarks for the qp-trie 2023-02-27 13:47:25 +00:00
ascii.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
compress.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
dns_name_fromwire.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
iterated_hash.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
load-names.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
Makefile.am Refactor qp-trie to use QSBR 2023-02-27 13:47:55 +00:00
qp-dump.c Improve qp-trie refcount debugging 2023-02-27 13:47:57 +00:00
qpmulti.c Improve qp-trie refcount debugging 2023-02-27 13:47:57 +00:00
siphash.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00