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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1357 status_t LoadDatabaseIfNeeded (char *ErrorMessage);
3561 status_t ABSApp::LoadDatabaseIfNeeded (char *ErrorMessage) function in class:ABSApp
4327 if ((ErrorCode = LoadDatabaseIfNeeded (TempString)) != B_OK)
4345 if ((ErrorCode = LoadDatabaseIfNeeded (TempString)) != B_OK)
4367 if ((ErrorCode = LoadDatabaseIfNeeded (TempString)) != B_OK)
4495 (ErrorCode = LoadDatabaseIfNeeded (TempString)) == B_OK &&
4502 (ErrorCode = LoadDatabaseIfNeeded (TempString)) == B_OK)
4520 if ((ErrorCode = LoadDatabaseIfNeeded (TempString)) == B_OK)

Completed in 100 milliseconds