Home
last modified time | relevance | path

Searched refs:fLaunchAttemptCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp103 if (fLaunchAttemptCount == 0 || !fMessengerToServer.IsValid()) { in _CheckForSpam()
190 if (fLaunchAttemptCount > 3) in _GetTokenizeMode()
192 fLaunchAttemptCount++; in _GetTokenizeMode()
H A DSpamFilter.h42 int fLaunchAttemptCount; variable