Home
last modified time | relevance | path

Searched refs:t_client_w3route_gameresult_player (Results 1 – 2 of 2) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Danongame_gameresult.c67 t_client_w3route_gameresult_player * player; in anongame_gameresult_parse()
78 sizeof(t_client_w3route_gameresult_player) * result_count + in anongame_gameresult_parse()
98 player = (t_client_w3route_gameresult_player *)packet_get_raw_data_const(packet,offset); in anongame_gameresult_parse()
104 offset+= sizeof(t_client_w3route_gameresult_player); in anongame_gameresult_parse()
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dbnet_protocol.h233 } PACKED_ATTR() t_client_w3route_gameresult_player; typedef