Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dprefs.h94 extern unsigned int prefs_get_quota_maxline(void) ;
H A Dprefs.c2140 extern unsigned int prefs_get_quota_maxline(void) in prefs_get_quota_maxline() function
H A Dconnection.c3014 if (strlen(text)>prefs_get_quota_maxline()) in conn_quota_exceeded()
H A Dcommand.c4059 …emp), "You are not allowed to send lines with more than %u characters.",prefs_get_quota_maxline()); in _handle_quota_command()