OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVAHI_WATCH_IN
(Results
1 - 13
of
13
) sorted by null
/external/avahi/avahi-common/
watch-test.c
46
if (event &
AVAHI_WATCH_IN
) {
93
api->watch_new(api, 0,
AVAHI_WATCH_IN
, callback, NULL);
watch.h
43
AVAHI_WATCH_IN
= POLLIN, /**< Input event */
dbus-watch-glue.c
35
e |=
AVAHI_WATCH_IN
;
49
if (e &
AVAHI_WATCH_IN
)
/external/avahi/avahi-glib/
glib-watch-test.c
41
if (event &
AVAHI_WATCH_IN
) {
77
api->watch_new(api, 0,
AVAHI_WATCH_IN
, callback, NULL);
glib-watch.c
95
(events &
AVAHI_WATCH_IN
? G_IO_IN : 0) |
103
(events & G_IO_IN ?
AVAHI_WATCH_IN
: 0) |
/external/avahi/avahi-qt/
qt-watch.cpp
85
m_lastEvent =
AVAHI_WATCH_IN
;
93
m_lastEvent =
AVAHI_WATCH_IN
;
101
if (!(event &
AVAHI_WATCH_IN
)) { delete m_in; m_in=0; }
103
if (event &
AVAHI_WATCH_IN
) {
/external/avahi/avahi-utils/
sigint.c
73
assert(event ==
AVAHI_WATCH_IN
);
116
watch = p->watch_new(p, pipe_fds[0],
AVAHI_WATCH_IN
, watch_callback, NULL);
/external/avahi/avahi-daemon/
simple-protocol.c
145
c->watch = s->poll_api->watch_new(s->poll_api, fd,
AVAHI_WATCH_IN
, client_work, c);
390
if ((events &
AVAHI_WATCH_IN
) && c->inbuf_length < sizeof(c->inbuf)) {
430
(c->inbuf_length < sizeof(c->inbuf) ?
AVAHI_WATCH_IN
: 0));
438
if (events &
AVAHI_WATCH_IN
) {
518
server->watch = poll_api->watch_new(poll_api, server->fd,
AVAHI_WATCH_IN
, server_work, server);
main.c
[
all
...]
/external/avahi/avahi-core/
netlink.c
159
if (!(nl->watch = poll_api->watch_new(poll_api, fd,
AVAHI_WATCH_IN
, socket_event, nl))) {
server.c
[
all
...]
wide-area.c
601
e->watch_ipv4 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv4,
AVAHI_WATCH_IN
, socket_event, e);
603
e->watch_ipv6 = s->poll_api->watch_new(e->server->poll_api, e->fd_ipv6,
AVAHI_WATCH_IN
, socket_event, e);
iface-pfroute.c
304
AVAHI_WATCH_IN
,
Completed in 203 milliseconds