Home
last modified time | relevance | path

Searched refs:NETsendData (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.h283 typedef long (CALLBACK* NETsendData)(void *, int, int); typedef
319 extern NETsendData NET_sendData;
H A Dplugins.c134 NETsendData NET_sendData;
/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.h283 typedef long (CALLBACK* NETsendData)(void *, int, int); typedef
319 extern NETsendData NET_sendData;
H A Dplugins.c134 NETsendData NET_sendData;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.h298 typedef long (CALLBACK* NETsendData)(void *, int, int); typedef
334 extern NETsendData NET_sendData;
H A Dplugins.c144 NETsendData NET_sendData;
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfnet/
H A Ddfnet.c215 long CALLBACK NETsendData(void *pData, int Size, int Mode) { in NETsendData() function