Home
last modified time | relevance | path

Searched refs:avahi_log_ap (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-core/
Dlog.c41 void avahi_log_ap(AvahiLogLevel level, const char*format, va_list ap) { in avahi_log_ap() function
59 avahi_log_ap(level, format, ap); in avahi_log()
66 avahi_log_ap(AVAHI_LOG_ERROR, format, ap); in avahi_log_error()
73 avahi_log_ap(AVAHI_LOG_WARN, format, ap); in avahi_log_warn()
80 avahi_log_ap(AVAHI_LOG_NOTICE, format, ap); in avahi_log_notice()
87 avahi_log_ap(AVAHI_LOG_INFO, format, ap); in avahi_log_info()
94 avahi_log_ap(AVAHI_LOG_DEBUG, format, ap); in avahi_log_debug()
Dlog.h51 void avahi_log_ap(AvahiLogLevel level, const char *format, va_list ap);