OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVAHI_SERVER_FAILURE
(Results
1 - 5
of
5
) sorted by null
/external/avahi/avahi-common/
defs.h
226
AVAHI_SERVER_FAILURE
/**< Some fatal failure happened, the server is unable to proceed */
/external/avahi/examples/
core-publish-service.c
179
case
AVAHI_SERVER_FAILURE
:
/external/avahi/avahi-daemon/
main.c
354
if (c->enable_dbus && state != AVAHI_SERVER_INVALID && state !=
AVAHI_SERVER_FAILURE
)
399
case
AVAHI_SERVER_FAILURE
:
[
all
...]
dbus-protocol.c
[
all
...]
/external/avahi/avahi-core/
entry.c
198
AVAHI_CHECK_VALIDITY_RETURN_NULL(s, s->state !=
AVAHI_SERVER_FAILURE
&& s->state != AVAHI_SERVER_INVALID, AVAHI_ERR_BAD_STATE);
[
all
...]
Completed in 3377 milliseconds