Home
last modified time | relevance | path

Searched refs:setMaxPhraseChars (Results 1 – 3 of 3) sorted by relevance

/dports/mail/spamprobe/spamprobe-1.4d/src/includes/
H A DParserConfig.h108 void setMaxPhraseChars(int length) in setMaxPhraseChars() function
/dports/mail/spamprobe/spamprobe-1.4d/src/spamprobe/
H A DConfigManager.cc268 m_parserConfig->setMaxPhraseChars(arg->intValue()); in loadParserConfig()
H A Dspamprobe.cc252 config_mgr.parserConfig()->setMaxPhraseChars(20); in process_test_cases()