HomeSort by relevance Sort by last modified time
    Searched refs:AVAHI_ERR_MAX (Results 1 - 4 of 4) sorted by null

  /external/avahi/avahi-common/
error.c 29 const char * const msg[- AVAHI_ERR_MAX] = {
93 if (-error < 0 || -error >= -AVAHI_ERR_MAX)
dbus.c 31 static const char * const table[- AVAHI_ERR_MAX] = {
122 for (e = -1; e > AVAHI_ERR_MAX; e--)
134 assert(error > AVAHI_ERR_MAX);
error.h 99 AVAHI_ERR_MAX = -54
  /external/avahi/avahi-daemon/
dbus-util.c 49 assert(-error < -AVAHI_ERR_MAX);

Completed in 58 milliseconds