Home
last modified time | relevance | path

Searched refs:MpSocket (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h510 typedef UINT_PTR MpSocket; typedef
512 typedef int MpSocket; typedef
813 MpSocket ListenerSocket;
2769 void MicroProfileFlushSocket(MpSocket Socket) in MicroProfileFlushSocket()
2779 MpSocket Socket = *(MpSocket*)Handle; in MicroProfileWriteSocket()
2808 MpSocket Socket;
2829 void MicroProfileCompressedSocketStart(MicroProfileCompressedSocketState* pState, MpSocket Socket) in MicroProfileCompressedSocketStart()
2912 void MicroProfileSetNonBlocking(MpSocket Socket, int NonBlocking) in MicroProfileSetNonBlocking()
2994 MpSocket Connection = accept(S.ListenerSocket, 0, 0); in MicroProfileWebServerUpdate()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h510 typedef UINT_PTR MpSocket; typedef
512 typedef int MpSocket; typedef
813 MpSocket ListenerSocket;
2767 void MicroProfileFlushSocket(MpSocket Socket) in MicroProfileFlushSocket()
2777 MpSocket Socket = *(MpSocket*)Handle; in MicroProfileWriteSocket()
2806 MpSocket Socket;
2827 void MicroProfileCompressedSocketStart(MicroProfileCompressedSocketState* pState, MpSocket Socket) in MicroProfileCompressedSocketStart()
2910 void MicroProfileSetNonBlocking(MpSocket Socket, int NonBlocking) in MicroProfileSetNonBlocking()
2992 MpSocket Connection = accept(S.ListenerSocket, 0, 0); in MicroProfileWebServerUpdate()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h510 typedef UINT_PTR MpSocket; typedef
512 typedef int MpSocket; typedef
813 MpSocket ListenerSocket;
2767 void MicroProfileFlushSocket(MpSocket Socket) in MicroProfileFlushSocket()
2777 MpSocket Socket = *(MpSocket*)Handle; in MicroProfileWriteSocket()
2806 MpSocket Socket;
2827 void MicroProfileCompressedSocketStart(MicroProfileCompressedSocketState* pState, MpSocket Socket) in MicroProfileCompressedSocketStart()
2910 void MicroProfileSetNonBlocking(MpSocket Socket, int NonBlocking) in MicroProfileSetNonBlocking()
2992 MpSocket Connection = accept(S.ListenerSocket, 0, 0); in MicroProfileWebServerUpdate()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1270 typedef UINT_PTR MpSocket; typedef
1272 typedef int MpSocket; typedef
1578 MpSocket WebServerSocket;
4124 void MicroProfileSendSocket(MpSocket Socket, const char* pData, size_t nSize) in MicroProfileSendSocket()
4135 void MicroProfileFlushSocket(MpSocket Socket) in MicroProfileFlushSocket()
4146 MpSocket Socket = *(MpSocket*)Handle; in MicroProfileWriteSocket()
4176 MpSocket Socket;
4197 void MicroProfileCompressedSocketStart(MicroProfileCompressedSocketState* pState, MpSocket Socket) in MicroProfileCompressedSocketStart()
4371 void MicroProfileWebServerHandleRequest(MpSocket Connection) in MicroProfileWebServerHandleRequest()
4429 void MicroProfileWebServerCloseSocket(MpSocket Connection) in MicroProfileWebServerCloseSocket()
[all …]