Home
last modified time | relevance | path

Searched refs:FLAGS_LOCAL (Results 1 – 6 of 6) sorted by relevance

/dports/irc/irc/irc2.11.2p3/common/
H A Dstruct_def.h164 #define FLAGS_LOCAL 0x0000800 /* set for local clients */ macro
219 #define IsLocal(x) (MyConnect(x) && (x)->flags & FLAGS_LOCAL)
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmailbox.h379 #define FLAGS_LOCAL (FLAG_NEEDS_CLEANUP|FLAG_ARCHIVED|FLAG_UNLINKED) macro
H A Dsync_support.c2442 (rrecord->system_flags & FLAGS_LOCAL); in mailbox_compare_update()
4835 (mp->system_flags & FLAGS_LOCAL); in compare_one_record()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h316 #define FLAGS_LOCAL 0x0800 /* set for local clients */ macro
419 #define IsLocal(x) ((x)->flags & FLAGS_LOCAL)
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_bsd.c899 cptr->flags |= FLAGS_LOCAL; in check_client()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Ds_bsd.c982 cptr->flags |= FLAGS_LOCAL; in check_client()