Home
last modified time | relevance | path

Searched refs:flush_connections (Results 1 – 21 of 21) sorted by relevance

/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dircd.c137 flush_connections(0); in server_die()
152 flush_connections(0); in server_panic()
176 flush_connections(0); in server_restart()
H A Ddbuf.c183 flush_connections(0); in dbuf_put()
H A Dmsgq.c353 flush_connections(0); in msgq_vmake()
H A Dsend.c153 void flush_connections(struct Client* cptr) in flush_connections() function
H A Ds_bsd.c415 flush_connections(cptr); in close_connection()
/dports/irc/irc/irc2.11.2p3/common/
H A Dsend_ext.h37 EXTERN void flush_connections (int fd);
H A Dsend.c99 void flush_connections(int fd) in flush_connections() function
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dsend.h29 extern void flush_connections(struct Client* cptr);
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dircd.c83 flush_connections(me.fd); in s_die()
182 flush_connections(me.fd); in server_reboot()
1288 flush_connections(me.fd); in io_loop()
H A Ds_serv.c1284 flush_connections(cptr->fd); in m_server_estab()
2630 flush_connections(me.fd); in m_restart()
3200 flush_connections(me.fd); in m_die()
H A Ds_bsd.c1333 flush_connections(i); in close_client_fd()
2485 flush_connections(cptr->fd); in read_message()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dircd.c244 flush_connections(&me); in s_die()
339 flush_connections(&me); in server_reboot()
1929 flush_connections(&me); in SocketLoop()
H A Ds_bsd.c1041 flush_connections(cptr); in close_connection()
2202 flush_connections(cptr); in read_message()
H A Dsend.c115 void flush_connections(aClient* cptr) in flush_connections() function
H A Ds_conf.c9923 flush_connections(&me); in rehash_internal()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dh.h541 extern void flush_connections(aClient *cptr);
/dports/irc/undernet-ircu/ircu2.10.12.19/
H A DChangeLog.112007 * ircd/send.c: implement the efficiency of flush_connections by
2011 the assertion in flush_connections!)
2019 * ircd/dbuf.c (dbuf_put): call flush_connections instead of the
2023 threading--this will make the flush_connections function in send.c
H A DChangeLog.129739 * ircd/send.c: implement the efficiency of flush_connections by
9743 the assertion in flush_connections!)
9751 * ircd/dbuf.c (dbuf_put): call flush_connections instead of the
9755 threading--this will make the flush_connections function in send.c
/dports/irc/undernet-ircu/ircu2.10.12.19/doc/history/
H A DChangeLog.10350 * dbuf.c (dbuf_put): call flush_connections(0) if we can't allocate
/dports/irc/irc/irc2.11.2p3/doc/
H A DChangeLog3933 * s_serv.c/m_server_estab(): flush_connections() called once
4050 * ircd.c: removed extraneous flush_connections() call in io_loop().
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.older2779 by a bug in flush_connections(&me), hopefully there won't be any side effects.
3391 - flush_connections more better
4721 (flush_connections(me.fd) b4 anything breaks loose)