Home
last modified time | relevance | path

Searched refs:glp_ptr (Results 1 – 8 of 8) sorted by relevance

/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/modules/
H A Dm_gungline.c422 glp_ptr->oper_nick1, in h_gungline_stats()
423 glp_ptr->oper_user1, glp_ptr->oper_host1, in h_gungline_stats()
425 glp_ptr->user, glp_ptr->host, glp_ptr->reason1); in h_gungline_stats()
427 if(glp_ptr->oper_nick2[0]) in h_gungline_stats()
433 glp_ptr->oper_nick2, in h_gungline_stats()
434 glp_ptr->oper_user2, glp_ptr->oper_host2, in h_gungline_stats()
436 glp_ptr->user, glp_ptr->host, glp_ptr->reason2); in h_gungline_stats()
471 rb_free(glp_ptr); in expire_pending_gunglines()
488 rb_free(glp_ptr->reason1); in flush_pending_gunglines()
489 rb_free(glp_ptr->reason2); in flush_pending_gunglines()
[all …]
H A Dm_rehash.c120 struct gline_pending *glp_ptr; in rehash_pglines() local
129 glp_ptr = ptr->data; in rehash_pglines()
131 rb_free(glp_ptr->reason1); in rehash_pglines()
132 rb_free(glp_ptr->reason2); in rehash_pglines()
133 rb_free(glp_ptr); in rehash_pglines()
H A Dm_stats.c393 struct gline_pending *glp_ptr; in stats_pending_glines() local
399 glp_ptr = pending_node->data; in stats_pending_glines()
406 glp_ptr->oper_nick1, in stats_pending_glines()
407 glp_ptr->oper_user1, glp_ptr->oper_host1, in stats_pending_glines()
408 glp_ptr->oper_server1, timebuffer, in stats_pending_glines()
409 glp_ptr->user, glp_ptr->host, glp_ptr->reason1); in stats_pending_glines()
411 if(glp_ptr->oper_nick2[0]) in stats_pending_glines()
417 glp_ptr->oper_nick2, in stats_pending_glines()
418 glp_ptr->oper_user2, glp_ptr->oper_host2, in stats_pending_glines()
419 glp_ptr->oper_server2, timebuffer, in stats_pending_glines()
[all …]
H A Dm_gline.c811 struct gline_pending *glp_ptr; in expire_pending_glines() local
815 glp_ptr = pending_node->data; in expire_pending_glines()
817 if(((glp_ptr->last_gline_time + GLINE_PENDING_EXPIRE) <= in expire_pending_glines()
818 rb_current_time()) || find_is_glined(glp_ptr->host, glp_ptr->user)) in expire_pending_glines()
821 rb_free(glp_ptr->reason1); in expire_pending_glines()
822 rb_free(glp_ptr->reason2); in expire_pending_glines()
823 rb_free(glp_ptr); in expire_pending_glines()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/modules/
H A Dm_gungline.c422 glp_ptr->oper_nick1, in h_gungline_stats()
423 glp_ptr->oper_user1, glp_ptr->oper_host1, in h_gungline_stats()
425 glp_ptr->user, glp_ptr->host, glp_ptr->reason1); in h_gungline_stats()
427 if(glp_ptr->oper_nick2[0]) in h_gungline_stats()
433 glp_ptr->oper_nick2, in h_gungline_stats()
434 glp_ptr->oper_user2, glp_ptr->oper_host2, in h_gungline_stats()
436 glp_ptr->user, glp_ptr->host, glp_ptr->reason2); in h_gungline_stats()
471 rb_free(glp_ptr); in expire_pending_gunglines()
488 rb_free(glp_ptr->reason1); in flush_pending_gunglines()
489 rb_free(glp_ptr->reason2); in flush_pending_gunglines()
[all …]
H A Dm_rehash.c120 struct gline_pending *glp_ptr; in rehash_pglines() local
129 glp_ptr = ptr->data; in rehash_pglines()
131 rb_free(glp_ptr->reason1); in rehash_pglines()
132 rb_free(glp_ptr->reason2); in rehash_pglines()
133 rb_free(glp_ptr); in rehash_pglines()
H A Dm_stats.c393 struct gline_pending *glp_ptr; in stats_pending_glines() local
399 glp_ptr = pending_node->data; in stats_pending_glines()
406 glp_ptr->oper_nick1, in stats_pending_glines()
407 glp_ptr->oper_user1, glp_ptr->oper_host1, in stats_pending_glines()
408 glp_ptr->oper_server1, timebuffer, in stats_pending_glines()
409 glp_ptr->user, glp_ptr->host, glp_ptr->reason1); in stats_pending_glines()
411 if(glp_ptr->oper_nick2[0]) in stats_pending_glines()
417 glp_ptr->oper_nick2, in stats_pending_glines()
418 glp_ptr->oper_user2, glp_ptr->oper_host2, in stats_pending_glines()
419 glp_ptr->oper_server2, timebuffer, in stats_pending_glines()
[all …]
H A Dm_gline.c811 struct gline_pending *glp_ptr; in expire_pending_glines() local
815 glp_ptr = pending_node->data; in expire_pending_glines()
817 if(((glp_ptr->last_gline_time + GLINE_PENDING_EXPIRE) <= in expire_pending_glines()
818 rb_current_time()) || find_is_glined(glp_ptr->host, glp_ptr->user)) in expire_pending_glines()
821 rb_free(glp_ptr->reason1); in expire_pending_glines()
822 rb_free(glp_ptr->reason2); in expire_pending_glines()
823 rb_free(glp_ptr); in expire_pending_glines()