OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spoll
(Results
1 - 3
of
3
) sorted by null
/external/avahi/avahi-utils/
sigint.h
25
int sigint_install(AvahiSimplePoll *
spoll
);
sigint.c
82
int sigint_install(AvahiSimplePoll *
spoll
) {
86
assert(
spoll
);
115
p = avahi_simple_poll_get(
spoll
);
119
simple_poll =
spoll
;
/external/avahi/avahi-sharp/
Client.cs
124
private IntPtr
spoll
;
field in class:Avahi.Client
157
private static extern IntPtr avahi_simple_poll_get (IntPtr
spoll
);
160
private static extern void avahi_simple_poll_free (IntPtr
spoll
);
163
private static extern int avahi_simple_poll_loop (IntPtr
spoll
);
166
private static extern void avahi_simple_poll_set_func (IntPtr
spoll
, PollCallback cb);
169
private static extern void avahi_simple_poll_quit (IntPtr
spoll
);
259
spoll
= avahi_simple_poll_new ();
262
avahi_simple_poll_set_func (
spoll
, pollcb);
263
IntPtr poll = avahi_simple_poll_get (
spoll
);
291
avahi_simple_poll_quit (
spoll
);
[
all
...]
Completed in 620 milliseconds