Searched refs:spoll (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Dsigint.h27 int sigint_install(AvahiSimplePoll *spoll);
H A Dsigint.c84 int sigint_install(AvahiSimplePoll *spoll) { argument
88 assert(spoll);
117 p = avahi_simple_poll_get(spoll);
121 simple_poll = spoll;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.h27 int sigint_install(AvahiSimplePoll *spoll);
H A Dsigint.c84 int sigint_install(AvahiSimplePoll *spoll) { argument
88 assert(spoll);
117 p = avahi_simple_poll_get(spoll);
121 simple_poll = spoll;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DClient.cs126 private IntPtr spoll; field in class:Avahi.Client
159 private static extern IntPtr avahi_simple_poll_get (IntPtr spoll); argument
162 private static extern void avahi_simple_poll_free (IntPtr spoll); argument
165 private static extern int avahi_simple_poll_loop (IntPtr spoll); argument
168 private static extern void avahi_simple_poll_set_func (IntPtr spoll, PollCallback cb); argument
171 private static extern void avahi_simple_poll_quit (IntPtr spoll); argument
261 spoll = avahi_simple_poll_new ();
264 avahi_simple_poll_set_func (spoll, pollcb);
265 IntPtr poll = avahi_simple_poll_get (spoll);
293 avahi_simple_poll_quit (spoll);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DClient.cs126 private IntPtr spoll; field in class:Avahi.Client
159 private static extern IntPtr avahi_simple_poll_get (IntPtr spoll); argument
162 private static extern void avahi_simple_poll_free (IntPtr spoll); argument
165 private static extern int avahi_simple_poll_loop (IntPtr spoll); argument
168 private static extern void avahi_simple_poll_set_func (IntPtr spoll, PollCallback cb); argument
171 private static extern void avahi_simple_poll_quit (IntPtr spoll); argument
261 spoll = avahi_simple_poll_new ();
264 avahi_simple_poll_set_func (spoll, pollcb);
265 IntPtr poll = avahi_simple_poll_get (spoll);
293 avahi_simple_poll_quit (spoll);
[all...]

Completed in 117 milliseconds