Home
last modified time | relevance | path

Searched refs:get_sendq (Results 1 – 23 of 23) sorted by relevance

/dports/irc/irc/irc2.11.2p3/ircd/
H A Dclass_ext.h52 EXTERN int get_sendq (aClient *cptr, int);
H A Dclass.c295 int get_sendq(aClient *cptr, int bursting) in get_sendq() function
H A Dchannel.c3385 maxsendq = (int) ((float) get_sendq(sptr, 0) * (float) 0.9); in m_list()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/include/
H A Dconf_class.h72 extern unsigned int get_sendq(const dlink_list *const);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/
H A Dm_list.c123 sendq_limit = (int)get_sendq(source_p); in list_all_channels()
202 sendq_limit = (unsigned int)get_sendq(source_p); in list_limit_channels()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/
H A Dm_list.c123 sendq_limit = (int)get_sendq(source_p); in list_all_channels()
202 sendq_limit = (unsigned int)get_sendq(source_p); in list_limit_channels()
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dclass.h115 extern unsigned int get_sendq(struct Client* cptr);
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/include/
H A Dclass.h89 long get_sendq(struct Client *);
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/
H A Dclass.h89 long get_sendq(struct Client *);
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Dclass.c275 get_sendq(struct Client *client_p) in get_sendq() function
H A Dsend.c69 if(rb_linebuf_len(&to->localClient->buf_sendq) > get_sendq(to)) in send_linebuf()
77 get_sendq(to)); in send_linebuf()
81 rb_linebuf_len(&to->localClient->buf_sendq), get_sendq(to)); in send_linebuf()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Dclass.c275 get_sendq(struct Client *client_p) in get_sendq() function
H A Dsend.c69 if(rb_linebuf_len(&to->localClient->buf_sendq) > get_sendq(to)) in send_linebuf()
77 get_sendq(to)); in send_linebuf()
81 rb_linebuf_len(&to->localClient->buf_sendq), get_sendq(to)); in send_linebuf()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dclass.c272 get_sendq(struct Client *cptr) in get_sendq() function
H A Dsend.c230 if (MsgQLength(&(cli_sendQ(to))) > get_sendq(to)) { in send_buffer()
234 get_sendq(to)); in send_buffer()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dconf_class.c121 get_sendq(const dlink_list *const list) in get_sendq() function
H A Dsend.c89 if (dbuf_length(&to->connection->buf_sendq) + buffer->size > get_sendq(&to->connection->confs)) in send_message()
96 get_sendq(&to->connection->confs)); in send_message()
H A Dhash.c430 if (dbuf_length(&to->connection->buf_sendq) > (get_sendq(&to->connection->confs) / 2)) in exceeding_sendq()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dsend.c327 if (DBufLength(&to->sendQ) > get_sendq(to)) in sendbufto_one()
332 get_sendq(to)); in sendbufto_one()
/dports/irc/irc/irc2.11.2p3/common/
H A Dsend.c145 if (DBufLength(&to->sendQ) > (i=get_sendq(to, CBurst(to)))) in send_message()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dh.h52 #define get_sendq(x) ((x)->class ? (x)->class->sendq : MAXSENDQLENGTH) macro
/dports/irc/irc/irc2.11.2p3/doc/
H A DChangeLog96 * class.c/get_sendq(): don't use MaxBSendq if not set.
559 * class_ext.h, class.c/get_sendq(): return bsendq or sendq depending on
561 * send.c/send_message(), channel.c/m_list(): update get_sendq() call.
1240 * class.c/get_sendq(): use sendq of last attached class, not highest.
1749 * class.c/get_sendq(): check also for NULL ->nline.
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.older97 - Made get_sendq be a macro