Home
last modified time | relevance | path

Searched refs:CF_SEND_EOF (Results 1 – 3 of 3) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Ddatastream.c52 if (cptr->flags & (CF_DEAD | CF_SEND_EOF)) in sendq_add()
105 if (cptr->flags & (CF_DEAD | CF_SEND_EOF)) in sendq_add_eof()
112 cptr->flags |= CF_SEND_EOF; in sendq_add_eof()
160 if (cptr->flags & CF_SEND_EOF) in sendq_flush()
181 if (cptr->flags & CF_SEND_EOF) in sendq_nonempty()
H A Dconnection.c684 if (c->flags & (CF_CONNECTING | CF_DEAD | CF_NONEWLINE | CF_SEND_EOF | CF_SEND_DEAD)) in connection_stats()
695 else if (c->flags & CF_SEND_EOF) in connection_stats()
/dports/irc/atheme-services/atheme-7.2.9/include/
H A Dconnection.h78 #define CF_SEND_EOF 0x00000100 /* shutdown(2) write end if sendq empty */ macro