Home
last modified time | relevance | path

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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp6910 ABSApp *MyAppPntr; in PollServerForChanges() local
6954 MyAppPntr = dynamic_cast<ABSApp *> (be_app); in PollServerForChanges()
6955 if (MyAppPntr == NULL) in PollServerForChanges()
6958 if (MyAppPntr->m_PurgeAge != m_PurgeAgeCachedValue && in PollServerForChanges()
6961 m_PurgeAgeCachedValue = MyAppPntr->m_PurgeAge; in PollServerForChanges()
6968 if (MyAppPntr->m_PurgePopularity != m_PurgePopularityCachedValue && in PollServerForChanges()
6971 m_PurgePopularityCachedValue = MyAppPntr->m_PurgePopularity; in PollServerForChanges()
6978 if (MyAppPntr->m_IgnorePreviousClassification != in PollServerForChanges()
6983 MyAppPntr->m_IgnorePreviousClassification; in PollServerForChanges()
6990 if (MyAppPntr->m_TotalGenuineMessages != m_GenuineCountCachedValue && in PollServerForChanges()
[all …]