Searched refs:AVAHI_ERR_TOO_MANY_ENTRIES (Results 1 – 3 of 3) sorted by relevance
/external/avahi/avahi-daemon/ |
D | dbus-entry-group.c | 192 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/ |
D | error.h | 50 AVAHI_ERR_TOO_MANY_ENTRIES = -18, /**< Too many entries */ enumerator
|
/external/avahi/avahi-compat-libdns_sd/ |
D | compat.c | 126 case AVAHI_ERR_TOO_MANY_ENTRIES: in map_error()
|