Home
last modified time | relevance | path

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

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_serv.c1014 aMotdDownload *motd_download; in read_motd() local
1020 if(themotd->motd_download) in read_motd()
1028 themotd->motd_download = NULL; in read_motd()
1036 if(!motd_download) in read_motd()
1039 themotd->motd_download = motd_download; in read_motd()
1070 themotd = motd_download->themotd; in read_motd_asynch_downloaded()
1077 MyFree(motd_download); in read_motd_asynch_downloaded()
1094 motd_download->themotd->motd_download = NULL; in read_motd_asynch_downloaded()
1095 MyFree(motd_download); in read_motd_asynch_downloaded()
1121 MyFree(motd_download); in read_motd_asynch_downloaded()
[all …]
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h765 struct MotdDownload *motd_download; member