Home
last modified time | relevance | path

Searched refs:ircd_rehashing (Results 1 – 5 of 5) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dumodes.c260 if (loop.ircd_rehashing) in UmodeDel()
355 if (loop.ircd_rehashing) in SnomaskDel()
H A Ds_serv.c694 if (loop.ircd_rehashing) in CMD_FUNC()
830 if (loop.ircd_rehashing) in CMD_FUNC()
H A Dextcmodes.c259 if (loop.ircd_rehashing) in CmodeDel()
H A Ds_conf.c9811 if (!loop.ircd_rehashing) in conf_download_complete()
9882 if (loop.ircd_rehashing) in rehash()
9890 loop.ircd_rehashing = 1; in rehash()
9916 loop.ircd_rehashing = 1; in rehash()
9933 loop.ircd_rehashing = 1; /* double checking.. */ in rehash_internal()
9941 loop.ircd_rehashing = 0; in rehash_internal()
10067 if (!loop.ircd_rehashing || (loop.ircd_rehashing && !file && !errorbuf)) in remote_include()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h780 unsigned ircd_rehashing : 1; member