Home
last modified time | relevance | path

Searched refs:NETtest (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h278 typedef long (CALLBACK* NETtest)(void); typedef
313 extern NETtest NET_test;
H A Dplugins.c128 NETtest NET_test;
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dplugins.h278 typedef long (CALLBACK* NETtest)(void); typedef
313 extern NETtest NET_test;
H A Dplugins.c128 NETtest NET_test;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h293 typedef long (CALLBACK* NETtest)(void); typedef
328 extern NETtest NET_test;
H A Dplugins.c138 NETtest NET_test;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfnet/
H A Ddfnet.c272 long CALLBACK NETtest() { in NETtest() function
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A DConfigurePlugins.c474 TestPlugin(NETtest, IDC_LISTNET, "NETtest"); in TestNET()