Searched refs:no_fail (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c54 int verbose, no_fail; member in struct:Config
160 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) {
256 c->verbose = c->no_fail = 0;
288 c->no_fail = 1;
382 if (!(client = avahi_client_new(avahi_simple_poll_get(simple_poll), config.no_fail ? AVAHI_CLIENT_NO_FAIL : 0, client_callback, &config, &error))) {
H A Davahi-browse.c71 int no_fail; member in struct:Config
564 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) {
683 c->no_fail =
730 c->no_fail = 1;
812 if (!(client = avahi_client_new(avahi_simple_poll_get(simple_poll), config.no_fail ? AVAHI_CLIENT_NO_FAIL : 0, client_callback, &config, &error))) {

Completed in 44 milliseconds