OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DBUS_POLLOUT
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-sysdeps.h
261
#define
_DBUS_POLLOUT
0x0002
272
#define
_DBUS_POLLOUT
0x0002
287
#define
_DBUS_POLLOUT
0x0004
dbus-socket-set-poll.c
110
events |=
_DBUS_POLLOUT
;
253
if (revents &
_DBUS_POLLOUT
)
dbus-transport-socket.c
[
all
...]
dbus-sysdeps-win.c
959
if (fdp->events &
_DBUS_POLLOUT
)
986
if (fdp->events &
_DBUS_POLLOUT
)
1027
fdp->revents |=
_DBUS_POLLOUT
;
1096
if (fdp->events &
_DBUS_POLLOUT
)
1119
if (fdp->events &
_DBUS_POLLOUT
)
1175
fdp->revents |=
_DBUS_POLLOUT
;
[
all
...]