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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1911 char SubjectString [2000]; local
1914 B_STRING_TYPE, 0 /* offset */, SubjectString,
1915 sizeof (SubjectString) - 1);
1918 if (ErrorCode >= (int) sizeof (SubjectString) - 1)
1921 SubjectString [ErrorCode] = 0;
1923 if (strncmp (SubjectString, "[Spam ", 6) == 0)
1925 for (StringPntr = SubjectString;

Completed in 90 milliseconds