• Home
  • Raw
  • Download

Lines Matching defs:Func

86 	typedef int (DNSSD_API * Func)(DNSServiceRef sdRef);  in DNSServiceRefSockFD()  typedef
102 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceProcessResult() typedef
118 typedef void (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceRefDeallocate() typedef
138 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceEnumerateDomains() typedef
168 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceRegister() typedef
193 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceAddRecord() typedef
217 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags, uint1… in DNSServiceUpdateRecord() typedef
238 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags ); in DNSServiceRemoveRecord() typedef
263 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceBrowse() typedef
289 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceResolve() typedef
311 typedef DNSServiceErrorType (DNSSD_API * Func)( char*, const char*, const char*, const char* ); in DNSServiceConstructFullName() typedef
327 typedef DNSServiceErrorType (DNSSD_API * Func)( DNSServiceRef* ); in DNSServiceCreateConnection() typedef
357 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceRegisterRecord() typedef
383 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceQueryRecord() typedef
408 …typedef DNSServiceErrorType (DNSSD_API * Func)( DNSServiceFlags, uint32_t, const char*, uint16_t, … in DNSServiceReconfirmRecord() typedef
435 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceNATPortMappingCreate() typedef
460 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceGetAddrInfo() typedef
481 typedef DNSServiceErrorType (DNSSD_API * Func)( const char*, void*, uint32_t* ); in DNSServiceGetProperty() typedef
502 typedef void (DNSSD_API * Func)( TXTRecordRef*, uint16_t, void* ); in TXTRecordCreate() typedef
518 typedef void (DNSSD_API * Func)( TXTRecordRef* ); in TXTRecordDeallocate() typedef
537 typedef DNSServiceErrorType (DNSSD_API * Func)( TXTRecordRef*, const char*, uint8_t, const void* ); in TXTRecordSetValue() typedef
557 typedef DNSServiceErrorType (DNSSD_API * Func)( TXTRecordRef*, const char* ); in TXTRecordRemoveValue() typedef
578 typedef int (DNSSD_API * Func)( uint16_t, const void*, const char* ); in TXTRecordContainsKey() typedef
598 typedef uint16_t (DNSSD_API * Func)( uint16_t, const void* ); in TXTRecordGetCount() typedef
617 typedef uint16_t (DNSSD_API * Func)( const TXTRecordRef* ); in TXTRecordGetLength() typedef
636 typedef const void* (DNSSD_API * Func)( const TXTRecordRef* ); in TXTRecordGetBytesPtr() typedef
658 typedef const void* (DNSSD_API * Func)( uint16_t, const void*, const char*, uint8_t* ); in TXTRecordGetValuePtr() typedef
683 …typedef DNSServiceErrorType (DNSSD_API * Func)( uint16_t, const void*, uint16_t, uint16_t, char*, … in TXTRecordGetItemAtIndex() typedef