Home
last modified time | relevance | path

Searched refs:AVAHI_ERR_TOO_MANY_ENTRIES (Results 1 – 3 of 3) sorted by relevance

/external/avahi/avahi-daemon/
Ddbus-entry-group.c192 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL); in avahi_dbus_msg_entry_group_impl()
234 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL); in avahi_dbus_msg_entry_group_impl()
299 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL); in avahi_dbus_msg_entry_group_impl()
335 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL); in avahi_dbus_msg_entry_group_impl()
/external/avahi/avahi-common/
Derror.h50 AVAHI_ERR_TOO_MANY_ENTRIES = -18, /**< Too many entries */ enumerator
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c126 case AVAHI_ERR_TOO_MANY_ENTRIES: in map_error()