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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1358 status_t LoadSaveDatabase (bool DoLoad, char *ErrorMessage);
1360 status_t LoadSaveSettings (bool DoLoad);
2497 LoadSaveSettings (false /* DoLoad */);
3564 return LoadSaveDatabase (true /* DoLoad */, ErrorMessage);
3570 /* Either load the database of spam words (DoLoad is TRUE) from the file
3571 specified in the settings, or write (DoLoad is FALSE) the database to it. If
3590 status_t ABSApp::LoadSaveDatabase (bool DoLoad, char *ErrorMessage) argument
3607 if (DoLoad)
3619 DatabaseFile = fopen (m_DatabaseFileName.String (), DoLoad ? "rb" : "wb");
3624 m_DatabaseFileName.String (), DoLoad
3861 LoadSaveSettings(bool DoLoad) argument
[all...]

Completed in 92 milliseconds