Home
last modified time | relevance | path

Searched refs:ThrottlingBucket (Results 1 – 3 of 3) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dhash.c780 struct MODVAR ThrottlingBucket *ThrottlingHash[THROTTLING_HASH_SIZE+1];
813 struct ThrottlingBucket *find_throttling_bucket(struct IN_ADDR *in) in find_throttling_bucket()
816 struct ThrottlingBucket *p; in find_throttling_bucket()
829 struct ThrottlingBucket *n; in EVENT()
831 struct ThrottlingBucket z = { NULL, NULL, {0}, 0, 0}; in EVENT()
838 z.next = (struct ThrottlingBucket *) DelListItem(n, ThrottlingHash[i]); in EVENT()
873 struct ThrottlingBucket *n; in add_throttling_bucket()
875 n = MyMalloc(sizeof(struct ThrottlingBucket)); in add_throttling_bucket()
885 void del_throttling_bucket(struct ThrottlingBucket *bucket) in del_throttling_bucket()
902 struct ThrottlingBucket *b; in throttle_can_connect()
H A Dircd.c925 extern struct MODVAR ThrottlingBucket *ThrottlingHash[THROTTLING_HASH_SIZE+1];
936 struct ThrottlingBucket *n; in fix_timers()
937 struct ThrottlingBucket z = { NULL, NULL, {0}, 0, 0}; in fix_timers()
1004 z.next = (struct ThrottlingBucket *) DelListItem(n, ThrottlingHash[i]); in fix_timers()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1888 struct ThrottlingBucket struct
1890 struct ThrottlingBucket *prev, *next; argument
1948 struct ThrottlingBucket *find_throttling_bucket(struct IN_ADDR *in);
1950 void del_throttling_bucket(struct ThrottlingBucket *bucket);