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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp404 ExpectedParseException::ExpectedParseException(char expected, char instead) function in class:IMAP::ExpectedParseException
415 ExpectedParseException::CharToString(char* buffer, size_t size, char c)
477 throw ExpectedParseException('\0', c);
549 throw ExpectedParseException(end, c);
669 throw ExpectedParseException(expected, c);
H A DResponse.h121 class ExpectedParseException : public ParseException { class in namespace:IMAP
123 ExpectedParseException(char expected,

Completed in 100 milliseconds