HomeSort by relevance Sort by last modified time
    Searched refs:WSAEVENT (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
physicalsocketserver.h 49 virtual WSAEVENT GetWSAEvent() = 0;
115 WSAEVENT socket_ev_;
197 WSAEVENT GetWSAEvent() override;
physicalsocketserver.cc 604 WSAEVENT SocketDispatcher::GetWSAEvent() {
1098 virtual WSAEVENT GetWSAEvent() {
1110 WSAEVENT hev_;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2spi.h 47 typedef int (WSPAPI *LPWSPENUMNETWORKEVENTS)(SOCKET s,WSAEVENT hEventObject,LPWSANETWORKEVENTS lpNetworkEvents,LPINT lpErrno);
48 typedef int (WSPAPI *LPWSPEVENTSELECT)(SOCKET s,WSAEVENT hEventObject,__LONG32 lNetworkEvents,LPINT lpErrno);
103 typedef WINBOOL (WSPAPI *LPWPUCLOSEEVENT)(WSAEVENT hEvent,LPINT lpErrno);
105 typedef WSAEVENT (WSPAPI *LPWPUCREATEEVENT)(LPINT lpErrno);
114 typedef WINBOOL (WSPAPI *LPWPURESETEVENT)(WSAEVENT hEvent,LPINT lpErrno);
115 typedef WINBOOL (WSPAPI *LPWPUSETEVENT)(WSAEVENT hEvent,LPINT lpErrno);
164 WINBOOL WSPAPI WPUCloseEvent(WSAEVENT hEvent,LPINT lpErrno);
166 WSAEVENT WSPAPI WPUCreateEvent(LPINT lpErrno);
175 WINBOOL WSPAPI WPUResetEvent(WSAEVENT hEvent,LPINT lpErrno);
176 WINBOOL WSPAPI WPUSetEvent(WSAEVENT hEvent,LPINT lpErrno)
    [all...]
winsock2.h 349 #define WSAEVENT HANDLE
362 #define WSA_INVALID_EVENT ((WSAEVENT)NULL)
897 typedef WINBOOL (WSAAPI *LPFN_WSACLOSEEVENT)(WSAEVENT hEvent);
899 typedef WSAEVENT (WSAAPI *LPFN_WSACREATEEVENT)(void);
902 typedef int (WSAAPI *LPFN_WSAENUMNETWORKEVENTS)(SOCKET s,WSAEVENT hEventObject,LPWSANETWORKEVENTS lpNetworkEvents);
905 typedef int (WSAAPI *LPFN_WSAEVENTSELECT)(SOCKET s,WSAEVENT hEventObject,__LONG32 lNetworkEvents);
917 typedef WINBOOL (WSAAPI *LPFN_WSARESETEVENT)(WSAEVENT hEvent);
921 typedef WINBOOL (WSAAPI *LPFN_WSASETEVENT)(WSAEVENT hEvent);
924 typedef DWORD (WSAAPI *LPFN_WSAWAITFORMULTIPLEEVENTS)(DWORD cEvents,const WSAEVENT *lphEvents,WINBOOL fWaitAll,DWORD dwTimeout,WINBOOL fAlertable);
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 22 WSAEVENT event;
116 WSAEVENT event;
677 WSAEVENT event;
  /external/curl/tests/server/
sockfilt.c 672 WSAEVENT wsaevent; /* the internal WINSOCK2 event (indexed by wsa) */ member in struct:select_ws_data
684 WSAEVENT wsaevent; local
759 wsaevent = WSACreateEvent();
760 if(wsaevent != WSA_INVALID_EVENT) {
761 error = WSAEventSelect(fds, wsaevent, networkevents);
763 handle = (HANDLE) wsaevent;
766 data[wsa].wsaevent = wsaevent;
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 940 WSAEVENT eventsOnStack[DBUS_STACK_WSAEVENTS];
941 WSAEVENT *pEvents = NULL;
943 pEvents = calloc(sizeof(WSAEVENT), n_fds);
978 WSAEVENT ev;
    [all...]
  /external/curl/lib/
telnet.c     [all...]

Completed in 263 milliseconds