Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dnet.c79 static AvahiThreadedPoll *avahi_thread = NULL; variable
772 avahi_threaded_poll_quit (avahi_thread);
837 avahi_threaded_poll_quit (avahi_thread);
856 avahi_client = avahi_client_new (avahi_threaded_poll_get (avahi_thread), AVAHI_CLIENT_NO_FAIL, net_avahi_callback, NULL, &error);
860 avahi_threaded_poll_quit (avahi_thread);
867 avahi_threaded_poll_quit (avahi_thread);
879 avahi_thread = avahi_threaded_poll_new ();
880 if (avahi_thread == NULL)
886 avahi_client = avahi_client_new (avahi_threaded_poll_get (avahi_thread), AVAHI_CLIENT_NO_FAIL, net_avahi_callback, NULL, &error);
893 if (avahi_threaded_poll_start (avahi_thread) <
[all...]

Completed in 2 milliseconds