/dports/irc/irc/irc2.11.2p3/ircd/ |
H A D | class_ext.h | 52 EXTERN int get_sendq (aClient *cptr, int);
|
H A D | class.c | 295 int get_sendq(aClient *cptr, int bursting) in get_sendq() function
|
H A D | channel.c | 3385 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 D | conf_class.h | 72 extern unsigned int get_sendq(const dlink_list *const);
|
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/ |
H A D | m_list.c | 123 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 D | m_list.c | 123 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 D | class.h | 115 extern unsigned int get_sendq(struct Client* cptr);
|
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/include/ |
H A D | class.h | 89 long get_sendq(struct Client *);
|
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/ |
H A D | class.h | 89 long get_sendq(struct Client *);
|
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/ |
H A D | class.c | 275 get_sendq(struct Client *client_p) in get_sendq() function
|
H A D | send.c | 69 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 D | class.c | 275 get_sendq(struct Client *client_p) in get_sendq() function
|
H A D | send.c | 69 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 D | class.c | 272 get_sendq(struct Client *cptr) in get_sendq() function
|
H A D | send.c | 230 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 D | conf_class.c | 121 get_sendq(const dlink_list *const list) in get_sendq() function
|
H A D | send.c | 89 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 D | hash.c | 430 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 D | send.c | 327 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 D | send.c | 145 if (DBufLength(&to->sendQ) > (i=get_sendq(to, CBurst(to)))) in send_message()
|
/dports/irc/unreal/Unreal3.2.10.7/include/ |
H A D | h.h | 52 #define get_sendq(x) ((x)->class ? (x)->class->sendq : MAXSENDQLENGTH) macro
|
/dports/irc/irc/irc2.11.2p3/doc/ |
H A D | ChangeLog | 96 * 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 D | Changes.older | 97 - Made get_sendq be a macro
|