Lines Matching refs:errorCode
232 DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply() argument
246 if (errorCode) in enum_reply()
247 printf("Error code %d\n", errorCode); in enum_reply()
292 …DNSServiceRef client, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply() argument
300 if (errorCode) printf("Error code %d\n", errorCode); in browse_reply()
339 …DNSServiceRef client, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in resolve_reply() argument
350 if (errorCode) printf("Error code %d\n", errorCode); in resolve_reply()
416 …SSD_API reg_reply(DNSServiceRef client, const DNSServiceFlags flags, DNSServiceErrorType errorCode, in reg_reply() argument
425 if (errorCode == kDNSServiceErr_NoError) in reg_reply()
430 else if (errorCode == kDNSServiceErr_NameConflict) in reg_reply()
436 printf("Error %d\n", errorCode); in reg_reply()
441 …(DNSServiceRef sdRef, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in qr_reply() argument
458 if (errorCode) in qr_reply()
459 printf("Error code %d\n", errorCode); in qr_reply()
556 DNSServiceErrorType errorCode, void * context) in MyRegisterRecordCallback() argument
565 switch (errorCode) in MyRegisterRecordCallback()
569 default: printf("Error %d\n", errorCode); break; in MyRegisterRecordCallback()