• Home
  • Raw
  • Download

Lines Matching refs:DNSSD_API

83 int DNSSD_API
86 typedef int (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceRefSockFD()
99 DNSServiceErrorType DNSSD_API
102 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceProcessResult()
115 void DNSSD_API
118 typedef void (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceRefDeallocate()
128 DNSServiceErrorType DNSSD_API
138 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceEnumerateDomains()
151 DNSServiceErrorType DNSSD_API
168 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceRegister()
181 DNSServiceErrorType DNSSD_API
193 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceAddRecord()
206 DNSServiceErrorType DNSSD_API
217 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags, uint1… in DNSServiceUpdateRecord()
230 DNSServiceErrorType DNSSD_API
238 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags ); in DNSServiceRemoveRecord()
251 DNSServiceErrorType DNSSD_API
263 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceBrowse()
276 DNSServiceErrorType DNSSD_API
289 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceResolve()
302 DNSServiceErrorType DNSSD_API
311 typedef DNSServiceErrorType (DNSSD_API * Func)( char*, const char*, const char*, const char* ); in DNSServiceConstructFullName()
324 DNSServiceErrorType DNSSD_API
327 typedef DNSServiceErrorType (DNSSD_API * Func)( DNSServiceRef* ); in DNSServiceCreateConnection()
340 DNSServiceErrorType DNSSD_API
357 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceRegisterRecord()
370 DNSServiceErrorType DNSSD_API
383 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceQueryRecord()
396 DNSServiceErrorType DNSSD_API
408 …typedef DNSServiceErrorType (DNSSD_API * Func)( DNSServiceFlags, uint32_t, const char*, uint16_t, … in DNSServiceReconfirmRecord()
421 DNSServiceErrorType DNSSD_API
435 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceNATPortMappingCreate()
448 DNSServiceErrorType DNSSD_API
460 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceGetAddrInfo()
473 DNSServiceErrorType DNSSD_API
481 typedef DNSServiceErrorType (DNSSD_API * Func)( const char*, void*, uint32_t* ); in DNSServiceGetProperty()
494 void DNSSD_API
502 typedef void (DNSSD_API * Func)( TXTRecordRef*, uint16_t, void* ); in TXTRecordCreate()
512 void DNSSD_API
518 typedef void (DNSSD_API * Func)( TXTRecordRef* ); in TXTRecordDeallocate()
528 DNSServiceErrorType DNSSD_API
537 typedef DNSServiceErrorType (DNSSD_API * Func)( TXTRecordRef*, const char*, uint8_t, const void* ); in TXTRecordSetValue()
550 DNSServiceErrorType DNSSD_API
557 typedef DNSServiceErrorType (DNSSD_API * Func)( TXTRecordRef*, const char* ); in TXTRecordRemoveValue()
570 int DNSSD_API
578 typedef int (DNSSD_API * Func)( uint16_t, const void*, const char* ); in TXTRecordContainsKey()
591 uint16_t DNSSD_API
598 typedef uint16_t (DNSSD_API * Func)( uint16_t, const void* ); in TXTRecordGetCount()
611 uint16_t DNSSD_API
617 typedef uint16_t (DNSSD_API * Func)( const TXTRecordRef* ); in TXTRecordGetLength()
630 const void * DNSSD_API
636 typedef const void* (DNSSD_API * Func)( const TXTRecordRef* ); in TXTRecordGetBytesPtr()
649 const void * DNSSD_API
658 typedef const void* (DNSSD_API * Func)( uint16_t, const void*, const char*, uint8_t* ); in TXTRecordGetValuePtr()
671 DNSServiceErrorType DNSSD_API
683 …typedef DNSServiceErrorType (DNSSD_API * Func)( uint16_t, const void*, uint16_t, uint16_t, char*, … in TXTRecordGetItemAtIndex()