Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplication.h128 enum ESERVERS enum
156 bool StartServer(enum ESERVERS eServer, bool bStart, bool bWait = false);
H A DApplication.cpp916 bool CApplication::StartServer(enum ESERVERS eServer, bool bStart, bool bWait/* = false*/) in StartServer()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DModuleXbmc.cpp482 return g_application.StartServer((CApplication::ESERVERS)iTyp, bStart != 0, bWait != 0); in startServer()