Inline four often-called new functions
authorPhil Pennock <phil+git@pennock-tech.com>
Mon, 2 Nov 2020 07:23:14 +0000 (02:23 -0500)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 27 May 2021 19:30:32 +0000 (21:30 +0200)
commit72ff77a3736576a7695f918baf37e5e8d0b48572
treeebd8af6f913688241565f06ac1e90f3814da985d
parent86ddd98d63910f57b5aaacc6d77e09aa65b10b32
Inline four often-called new functions

The BDAT state switchers should happen so often during SMTP reception that a
compiler hint to inline seems wise.

The length filter checks happen on every start-up, which for Exim is often
enough that I think an inline these is warranted too.

(cherry picked from commit 6e3d0e3f1c8228ef19a3d1ba61f131cef3172ceb)
(cherry picked from commit 6ca5fcba34070f4495a0188f16eb2e4d78f3430a)
src/src/exim.c
src/src/smtp_in.c