Home
last modified time | relevance | path

Searched refs:dieauth (Results 1 – 3 of 3) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_serv.c1239 i = Auth_Check(cptr, conf_drpass->dieauth, parv[1]); in CMD_FUNC()
H A Ds_conf.c2402 Auth_DeleteAuthStruct(conf_drpass->dieauth); in config_rehash()
2403 conf_drpass->dieauth = NULL; in config_rehash()
4294 if (conf_drpass->dieauth) in _conf_drpass()
4295 Auth_DeleteAuthStruct(conf_drpass->dieauth); in _conf_drpass()
4297 conf_drpass->dieauth = Auth_ConvertConf2AuthStruct(cep); in _conf_drpass()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1249 anAuthStruct *dieauth; member