Home
last modified time | relevance | path

Searched refs:ce_entries (Results 1 – 6 of 6) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_conf.c1396 if (ceptr->ce_entries) in config_entry_free()
3727 if (!cep->ce_entries) in _conf_oper()
3832 if (!cep->ce_entries) in _test_oper()
6402 if (!ce->ce_entries) in _test_help()
6461 if (!ce->ce_entries) in _test_log()
6485 if (!cep->ce_entries) in _test_log()
6811 if (cep->ce_entries) in _test_link()
7450 if (!cep->ce_entries) in _conf_set()
8049 if (!cep->ce_entries) in _test_set()
8987 if (!ce->ce_entries) in _test_offchans()
[all …]
H A Dauth.c100 if (ce->ce_entries && ce->ce_entries->ce_next) in Auth_CheckError()
106 if (ce->ce_entries) in Auth_CheckError()
108 if (ce->ce_entries->ce_varname) in Auth_CheckError()
110 type = Auth_FindType(ce->ce_entries->ce_varname); in Auth_CheckError()
115 ce->ce_entries->ce_varname); in Auth_CheckError()
169 if (ce->ce_entries) in Auth_ConvertConf2AuthStruct()
171 if (ce->ce_entries->ce_varname) in Auth_ConvertConf2AuthStruct()
173 type = Auth_FindType(ce->ce_entries->ce_varname); in Auth_ConvertConf2AuthStruct()
/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_nopost.c141 for (cep = ce->ce_entries; cep; cep = cep->ce_next) in m_nopost_config_test()
195 for (cep = ce->ce_entries; cep; cep = cep->ce_next) in m_nopost_config_run()
199 for (cep2 = cep->ce_entries; cep2; cep2 = cep2->ce_next) in m_nopost_config_run()
H A Dm_htm.c395 for (cep = ce->ce_entries; cep; cep = cep->ce_next) in htm_config_test()
456 for (cep = ce->ce_entries; cep; cep = cep->ce_next) in htm_config_run()
H A Dcloak.c147 for (cep = ce->ce_entries; cep; cep = cep->ce_next) in cloak_config_test()
211 cep = ce->ce_entries; in cloak_config_run()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h1107 ConfigEntry *ce_entries, *ce_prevlevel, *ce_next; member
1424 ConfigEntry *ce_entries; member