Home
last modified time | relevance | path

Searched refs:prefs_get_quota_time (Results 1 – 4 of 4) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dprefs.h92 extern unsigned int prefs_get_quota_time(void) ;
H A Dprefs.c2088 extern unsigned int prefs_get_quota_time(void) in prefs_get_quota_time() function
H A Dconnection.c3023 if (now>=qline->inf+(time_t)prefs_get_quota_time()) in conn_quota_exceeded()
H A Dcommand.c4055 …uota allows you to write %u lines per %u seconds.",prefs_get_quota_lines(),prefs_get_quota_time()); in _handle_quota_command()