bind9/bin/tests/optional
Ondřej Surý b624be2544 Remove use of the inline keyword used as suggestion to compiler
Historically, the inline keyword was a strong suggestion to the compiler
that it should inline the function marked inline.  As compilers became
better at optimising, this functionality has receded, and using inline
as a suggestion to inline a function is obsolete.  The compiler will
happily ignore it and inline something else entirely if it finds that's
a better optimisation.

Therefore, remove all the occurences of the inline keyword with static
functions inside single compilation unit and leave the decision whether
to inline a function or not entirely on the compiler

NOTE: We keep the usage the inline keyword when the purpose is to change
the linkage behaviour.

(cherry picked from commit 20f0936cf2)
2022-03-25 09:37:18 +01:00
..
.gitignore Add backtrace_test and nsecify to bin/tests/optional/.gitignore 2018-05-31 12:06:51 +02:00
adb_test.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 09:37:18 +01:00
backtrace_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
byaddr_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
byname_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
db_test.c Add FALLTHROUGH macro for __attribute__((fallthrough)) 2022-03-25 09:30:16 +01:00
fsaccess_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
gsstest.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
inter_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Kchild.example.+005+33180.key Convert the bin/tests/optional/sig0_test.c to use RSASHA1 instead of DSA 2018-10-26 11:50:11 +02:00
Kchild.example.+005+33180.private Convert the bin/tests/optional/sig0_test.c to use RSASHA1 instead of DSA 2018-10-26 11:50:11 +02:00
lex_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
lfsr_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
log_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
master_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
mempool_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
name_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
nsecify.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 09:37:18 +01:00
ratelimiter_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
rbt_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
rbt_test.out move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
rbt_test.txt Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
rwlock_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
serial_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
shutdown_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
sig0_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
sock_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
sym_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
task_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
timer_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
zone_test.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00