Searched refs:remove_oldest_flood_hashlist (Results 1 – 2 of 2) sorted by relevance
/dports/chinese/bitchx/bitchx-1.2.1/source/ |
H A D | flood.c | 60 static int remove_oldest_flood_hashlist(HashEntry *, time_t, int); 385 pos -= remove_oldest_flood_hashlist(&flood_list[0], 0, (users + 1 - pos)); in BX_check_flooding() 549 static int remove_oldest_flood_hashlist(HashEntry *list, time_t timet, int count) in remove_oldest_flood_hashlist() function 608 remove_oldest_flood_hashlist(&flood_list[0], get_int_var(FLOOD_RATE_VAR)+1, 0); in clean_flood_list()
|
/dports/irc/bitchx/bitchx-1.2.1/source/ |
H A D | flood.c | 60 static int remove_oldest_flood_hashlist(HashEntry *, time_t, int); 385 pos -= remove_oldest_flood_hashlist(&flood_list[0], 0, (users + 1 - pos)); in BX_check_flooding() 549 static int remove_oldest_flood_hashlist(HashEntry *list, time_t timet, int count) in remove_oldest_flood_hashlist() function 608 remove_oldest_flood_hashlist(&flood_list[0], get_int_var(FLOOD_RATE_VAR)+1, 0); in clean_flood_list()
|