OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVAHI_LOG_NOTICE
(Results
1 - 2
of
2
) sorted by null
/external/avahi/avahi-core/
log.h
36
AVAHI_LOG_NOTICE
= 2, /**< Notice messages */
62
/** Shortcut for avahi_log(
AVAHI_LOG_NOTICE
, ...) */
63
void
avahi_log_notice
(const char*format, ...) AVAHI_GCC_PRINTF_ATTR12;
log.c
77
void
avahi_log_notice
(const char*format, ...) {
function
80
avahi_log_ap(
AVAHI_LOG_NOTICE
, format, ap);
Completed in 705 milliseconds