Home
last modified time | relevance | path

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

/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/include/
H A Dconf_resv.h30 struct ResvItem struct
55 extern void resv_delete(struct ResvItem *, bool); argument
56 extern struct ResvItem *resv_make(const char *, const char *, const dlink_list *);
57 extern bool resv_exempt_find(const struct Client *, const struct ResvItem *);
58 extern struct ResvItem *resv_find(const char *, int (*)(const char *, const char *));
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dconf_resv.c58 resv_delete(struct ResvItem *resv, bool expired) in resv_delete()
89 struct ResvItem *
99 struct ResvItem *resv = xcalloc(sizeof(*resv)); in resv_make()
140 struct ResvItem *
153 struct ResvItem *resv = node->data; in resv_find()
166 resv_exempt_find(const struct Client *client, const struct ResvItem *resv) in resv_exempt_find()
208 struct ResvItem *resv = node->data; in resv_clear()
227 struct ResvItem *resv = node->data; in resv_expire()
H A Dconf_db.c670 const struct ResvItem *resv = NULL; in save_resv_database()
731 struct ResvItem *resv = NULL; in load_resv_database()
H A Dchannel.c797 const struct ResvItem *resv; in can_send()
936 const struct ResvItem *resv = NULL; in channel_do_join()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/
H A Dm_unresv.c48 struct ResvItem *resv = resv_find(aline->mask, irccmp); in resv_remove()
H A Dm_resv.c67 struct ResvItem *resv = resv_find(aline->mask, irccmp); in resv_handle()
H A Dm_stats.c303 const struct ResvItem *resv = node->data; in stats_resv()
312 const struct ResvItem *resv = node->data; in stats_resv()
440 dlink_list_length(resv_chan_get_list()) * sizeof(struct ResvItem), in stats_memory()
442 dlink_list_length(resv_nick_get_list()) * sizeof(struct ResvItem)); in stats_memory()
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/modules/core/
H A Dm_nick.c618 const struct ResvItem *resv = resv_find(nick, match); in mr_nick()
649 const struct ResvItem *resv = NULL; in m_nick()