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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1906 static status_t RemoveSpamPrefixFromSubjectAttribute (BNode *BNodePntr) argument
1913 ErrorCode = BNodePntr->ReadAttr (MailSubjectName,
1930 ErrorCode = BNodePntr->RemoveAttr (MailSubjectName);
1931 ErrorCode = BNodePntr->WriteAttr (MailSubjectName,
2601 BNode *BNodePntr; local
2627 BNodePntr = dynamic_cast<BNode *> (MessageIOPntr);
2628 if (BNodePntr != NULL) /* If this thing might have attributes. */
2630 ErrorCode = BNodePntr->ReadAttr (g_AttributeNameClassification,
2698 if (BNodePntr != NULL) /* If this thing might have attributes. */
2700 ErrorCode = BNodePntr
[all...]

Completed in 48 milliseconds