Home
last modified time | relevance | path

Searched refs:MESSAGE_EVENTS (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/client/
H A DClientFSMEvents.h22 #define MESSAGE_EVENTS \ macro
57 BOOST_PP_SEQ_FOR_EACH(DECLARE_MESSAGE_EVENT, _, MESSAGE_EVENTS)
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmboxevent.c75 #define MESSAGE_EVENTS (EVENT_MESSAGE_APPEND|EVENT_MESSAGE_EXPIRE|\ macro
217 enabled_events |= MESSAGE_EVENTS; in mboxevent_init()
564 type & MESSAGE_EVENTS || in mboxevent_expected_param()
593 return type & (MESSAGE_EVENTS|FLAGS_EVENTS); in mboxevent_expected_param()
636 if (event->type & (MESSAGE_EVENTS|FLAGS_EVENTS)) { in mboxevent_notify()
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerFSM.h73 #define MESSAGE_EVENTS \ macro
104 BOOST_PP_SEQ_FOR_EACH(DECLARE_MESSAGE_EVENT, _, MESSAGE_EVENTS)
H A DServerFSM.cpp261 BOOST_PP_SEQ_FOR_EACH(MESSAGE_EVENT_CASE, _, MESSAGE_EVENTS) in unconsumed_event()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmboxevent.c75 #define MESSAGE_EVENTS (EVENT_MESSAGE_APPEND|EVENT_MESSAGE_EXPIRE|\ macro
234 enabled_events |= MESSAGE_EVENTS; in mboxevent_init()
596 type & MESSAGE_EVENTS || in mboxevent_expected_param()
625 return type & (MESSAGE_EVENTS|FLAGS_EVENTS); in mboxevent_expected_param()
670 if (event->type & (MESSAGE_EVENTS|FLAGS_EVENTS)) { in mboxevent_notify()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmboxevent.c75 #define MESSAGE_EVENTS (EVENT_MESSAGE_APPEND|EVENT_MESSAGE_EXPIRE|\ macro
234 enabled_events |= MESSAGE_EVENTS; in mboxevent_init()
596 type & MESSAGE_EVENTS || in mboxevent_expected_param()
625 return type & (MESSAGE_EVENTS|FLAGS_EVENTS); in mboxevent_expected_param()
670 if (event->type & (MESSAGE_EVENTS|FLAGS_EVENTS)) { in mboxevent_notify()
/dports/games/freeorion/freeorion-0.4.10.2/client/human/
H A DHumanClientFSM.cpp95 BOOST_PP_SEQ_FOR_EACH(EVENT_CASE, _, MESSAGE_EVENTS) in unconsumed_event()