OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pEvents
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mftransform.h
128
IMFCollection *
pEvents
;
/external/dbus/dbus/
dbus-sysdeps-win.c
941
WSAEVENT *
pEvents
= NULL;
943
pEvents
= calloc(sizeof(WSAEVENT), n_fds);
945
pEvents
= eventsOnStack;
991
pEvents
[i] = ev;
995
ready = WSAWaitForMultipleEvents (n_fds,
pEvents
, FALSE, timeout_milliseconds, FALSE);
1021
WSAEnumNetworkEvents(fdp->fd,
pEvents
[i], &ne);
1046
WSAEventSelect(fdp->fd,
pEvents
[i], 0);
1060
WSACloseEvent(
pEvents
[i]);
1064
free(
pEvents
);
[
all
...]
Completed in 83 milliseconds