Home
last modified time | relevance | path

Searched refs:Info_SetStar (Results 1 – 14 of 14) sorted by relevance

/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcommon.c1256 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value) in Info_SetStar() function
1365 return Info_SetStar (ctx, name, value); in Info_Set()
1478 Info_SetStar(ctx, name, value); in Info_Convert()
1534 Info_SetStar (ctx_to, a->name, a->value); in Info_CopyStar()
H A Dcommon.h160 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value);
H A Dcentral.c220 Info_SetStar(&client->_userinfo_ctx_, "*auth", login); in Auth_ProcessLoginAttempt()
234 Info_SetStar(&client->_userinfo_ctx_, "*flag", flag); in Auth_ProcessLoginAttempt()
H A Dsv_login.c644 Info_SetStar(&cl->_userinfo_ctx_, "*auth", ""); in SV_Logout()
645 Info_SetStar(&cl->_userinfo_ctx_, "*flag", ""); in SV_Logout()
H A Dsv_user.c294Info_SetStar (&sv_client->_userinfo_ctx_, "*VIP", sv_client->vip ? va("%d", sv_client->vip) : ""); in Cmd_New_f()
427 Info_SetStar(&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_New_f()
428 Info_SetStar(&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_New_f()
2419 Info_SetStar (&sv_client->_userinfoshort_ctx_, key, nuw); in ProcessUserInfoChange()
2738 Info_SetStar (&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_Observe_f()
2739 Info_SetStar (&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_Observe_f()
H A Dpr2_cmds.c2545 Info_SetStar( &newcl->_userinfoshort_ctx_, shortinfotbl[i], s ); in PF2_Add_Bot()
2645 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetBotUserInfo()
2817 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetUserInfo()
H A Dsv_main.c1395 Info_SetStar (&newcl->_userinfo_ctx_, "*VIP", s); in SVC_DirectConnect()
1406 Info_SetStar (&newcl->_userinfoshort_ctx_, shortinfotbl[i], s); in SVC_DirectConnect()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcommon.c1256 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value) in Info_SetStar() function
1365 return Info_SetStar (ctx, name, value); in Info_Set()
1478 Info_SetStar(ctx, name, value); in Info_Convert()
1534 Info_SetStar (ctx_to, a->name, a->value); in Info_CopyStar()
H A Dcommon.h160 qbool Info_SetStar (ctxinfo_t *ctx, const char *name, const char *value);
H A Dcentral.c220 Info_SetStar(&client->_userinfo_ctx_, "*auth", login); in Auth_ProcessLoginAttempt()
234 Info_SetStar(&client->_userinfo_ctx_, "*flag", flag); in Auth_ProcessLoginAttempt()
H A Dsv_login.c644 Info_SetStar(&cl->_userinfo_ctx_, "*auth", ""); in SV_Logout()
645 Info_SetStar(&cl->_userinfo_ctx_, "*flag", ""); in SV_Logout()
H A Dsv_user.c294Info_SetStar (&sv_client->_userinfo_ctx_, "*VIP", sv_client->vip ? va("%d", sv_client->vip) : ""); in Cmd_New_f()
427 Info_SetStar(&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_New_f()
428 Info_SetStar(&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_New_f()
2419 Info_SetStar (&sv_client->_userinfoshort_ctx_, key, nuw); in ProcessUserInfoChange()
2738 Info_SetStar (&sv_client->_userinfo_ctx_, "*spectator", "1"); in Cmd_Observe_f()
2739 Info_SetStar (&sv_client->_userinfoshort_ctx_, "*spectator", "1"); in Cmd_Observe_f()
H A Dpr2_cmds.c2545 Info_SetStar( &newcl->_userinfoshort_ctx_, shortinfotbl[i], s ); in PF2_Add_Bot()
2645 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetBotUserInfo()
2817 Info_SetStar( &cl->_userinfo_ctx_, key, value ); in PF2_SetUserInfo()
H A Dsv_main.c1395 Info_SetStar (&newcl->_userinfo_ctx_, "*VIP", s); in SVC_DirectConnect()
1406 Info_SetStar (&newcl->_userinfoshort_ctx_, shortinfotbl[i], s); in SVC_DirectConnect()