Home
last modified time | relevance | path

Searched refs:tag_case_str_to_uint (Results 1 – 6 of 6) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dtag.h125 extern t_tag tag_case_str_to_uint(char const * tag_str);
H A Dtag.c102 extern t_tag tag_case_str_to_uint(char const * tag_str) in tag_case_str_to_uint() function
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Danongame_maplists.c222 _maplists_add_map(tag_case_str_to_uint(p), r, queue); in anongame_maplists_create()
H A Dcommand.c1664 clienttag = tag_case_str_to_uint(ctag); in _handle_status_command()
1935 clienttag_uint = tag_case_str_to_uint(clienttag); in _handle_stats_command()
2647 clienttag = tag_case_str_to_uint(text); in _handle_watchall_command()
2676 clienttag = tag_case_str_to_uint(text); in _handle_unwatchall_command()
2831 cbdata.tag = tag_case_str_to_uint(&dest[0]); in _handle_games_command()
3703 clienttag = tag_case_str_to_uint(&text[i]); in _handle_ladderinfo_command()
4167 newtag = tag_case_str_to_uint(dest); in _handle_tag_command()
4710 ctag = tag_case_str_to_uint(text + i); in _handle_clearstats_command()
H A Dtournament.c397 if (!tag_check_client((ctag = tag_case_str_to_uint(clienttag)))) { in tournament_init()
H A Dhandle_bnet.c395 if (ctag == tag_case_str_to_uint(p)) in _check_allowed_client()