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>
Tue, 27 Apr 2021 22:40:27 +0000 (00:40 +0200)
commit6ca5fcba34070f4495a0188f16eb2e4d78f3430a
tree4f480844cd20c3b5be4486795b60443525b58b42
parentda683a61556bbbebdffcbebf2668da58da59f898
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)
src/src/exim.c
src/src/smtp_in.c