Searched refs:NamePntr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3864 const char *NamePntr; local
3931 NamePntr = "DatabaseFileName";
3934 if (Settings.FindString (NamePntr, &StringPntr) == B_OK)
3938 ErrorCode = Settings.AddString (NamePntr, m_DatabaseFileName);
3940 NamePntr = "ServerMode";
3943 if (Settings.FindBool (NamePntr, &TempBool) == B_OK)
3947 ErrorCode = Settings.AddBool (NamePntr, g_ServerMode);
3949 NamePntr = "IgnorePreviousClassification";
3952 if (Settings.FindBool (NamePntr, &TempBool) == B_OK)
3956 ErrorCode = Settings.AddBool (NamePntr, m_IgnorePreviousClassificatio
[all...]

Completed in 37 milliseconds