Searched refs:AvahiPoll (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-protocol.h25 int dbus_protocol_setup(const AvahiPoll *poll_api, int disable_user_service_publishing, int force);
H A Dsimple-protocol.h27 int simple_protocol_setup(const AvahiPoll *poll_api);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.h32 const AvahiPoll* avahi_qt_poll_get(void)
H A Dqt-watch.cpp143 static AvahiWatch* q_watch_new(const AvahiPoll *api, int fd, AvahiWatchEvent event, AvahiWatchCallback callback,
164 static AvahiTimeout* q_timeout_new(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback,
180 const AvahiPoll* avahi_qt_poll_get(void)
182 static const AvahiPoll qt_poll = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dwatch.h41 typedef struct AvahiPoll AvahiPoll; typedef in typeref:struct:AvahiPoll
62 struct AvahiPoll { struct
70 AvahiWatch* (*watch_new)(const AvahiPoll *api, int fd, AvahiWatchEvent event, AvahiWatchCallback callback, void *userdata);
86 AvahiTimeout* (*timeout_new)(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, void *userdata);
H A Ddbus-watch-glue.h31 int avahi_dbus_connection_glue(DBusConnection *c, const AvahiPoll *poll_api);
H A Dthread-watch.h47 const AvahiPoll* avahi_threaded_poll_get(AvahiThreadedPoll *p);
51 * (AvahiThreadedPoll, AvahiPoll and all its associated objects)
H A Dsimple-watch.h47 const AvahiPoll* avahi_simple_poll_get(AvahiSimplePoll *s);
H A Dwatch-test.c36 static const AvahiPoll *api = NULL;
H A Ddbus-watch-glue.c65 const AvahiPoll *poll_api;
127 static dbus_bool_t update_watch(const AvahiPoll *poll_api, DBusWatch *dbus_watch) {
199 const AvahiPoll *poll_api;
319 int avahi_dbus_connection_glue(DBusConnection *c, const AvahiPoll *poll_api) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch.h52 const AvahiPoll *avahi_glib_poll_get(AvahiGLibPoll *g);
H A Dglib-watch-test.c38 static const AvahiPoll *api = NULL;
H A Dglib-watch.c60 AvahiPoll api;
111 static AvahiWatch* watch_new(const AvahiPoll *api, int fd, AvahiWatchEvent events, AvahiWatchCallback callback, void *userdata) {
168 static AvahiTimeout* timeout_new(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCallback callback, void *userdata) {
400 const AvahiPoll* avahi_glib_poll_get(AvahiGLibPoll *g) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dtimeeventq.h36 AvahiTimeEventQueue* avahi_time_event_queue_new(const AvahiPoll *poll_api);
H A Dnetlink.h38 AvahiNetlink *avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, AvahiNetlinkCallback callback, void* userdata);
H A Dnetlink.c44 const AvahiPoll *poll_api;
116 AvahiNetlink *avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, void (*cb) (AvahiNetlink *nl, struct nlmsghdr *n, void* userdata), void* userdata) {
H A Dtimeeventq.c45 const AvahiPoll *poll_api;
119 AvahiTimeEventQueue* avahi_time_event_queue_new(const AvahiPoll *poll_api) {
H A Dcore.h74 const AvahiPoll *api, /**< The main loop adapter */
H A Dupdate-test.c72 const AvahiPoll *poll_api;
H A Dquerier-test.c43 static const AvahiPoll * poll_api = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dsigint.c86 const AvahiPoll *p;
136 const AvahiPoll *p;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dclient.h65 const AvahiPoll *poll_api /**< The abstract event loop API to use */,
H A Dsrv-test.c56 const AvahiPoll *poll_api;
H A Drr-test.c91 const AvahiPoll *poll_api;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dglib-integration.c77 const AvahiPoll *poll_api;
99 poll_api->timeout_new (poll_api, /* The AvahiPoll object */
110 client = avahi_client_new (poll_api, /* AvahiPoll object from above */

Completed in 141 milliseconds

12