HomeSort by: relevance | last modified time | path
    Searched defs:failnote (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-relay.c 206 const char *failnote = NULL; local
229 if (failnote != NULL) {
230 ERROR("dp_dns_query: failure encoding question: " PUB_S_SRP, failnote);
dnssd-proxy.c 323 #define TOWIRE_CHECK(note, towire, func) { func; if ((towire)->error != 0 && failnote == NULL) failnote = (note); }
1160 const char *failnote = NULL; local
1295 if (towire->truncated || failnote) {
1296 ERROR("[Q%d][QU%d] RR ADD FAIL: " PUB_S_SRP, SERIAL(query), SERIAL(question), failnote);
2389 const char *failnote = NULL; local
2579 ERROR("[Q%d][QU%d][QID%x] failed on %s", SERIAL(query), SERIAL(question), ntohs(send_query->message->wire.id), failnote);
2617 const char *failnote = NULL; local
2638 if (failnote != NULL) {
2639 ERROR("[Q%d] couldn't start update: %s", SERIAL(query), failnote);
3872 const char *failnote = NULL; local
    [all...]

Completed in 21 milliseconds