• Home
  • Raw
  • Download

Lines Matching refs:Func

86 	typedef int (DNSSD_API * Func)(DNSServiceRef sdRef);  in DNSServiceRefSockFD()  typedef
87 static Func func = NULL; in DNSServiceRefSockFD()
102 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceProcessResult() typedef
103 static Func func = NULL; in DNSServiceProcessResult()
118 typedef void (DNSSD_API * Func)(DNSServiceRef sdRef); in DNSServiceRefDeallocate() typedef
119 static Func func = NULL; in DNSServiceRefDeallocate()
138 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceEnumerateDomains() typedef
139 static Func func = NULL; in DNSServiceEnumerateDomains()
168 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceRegister() typedef
169 static Func func = NULL; in DNSServiceRegister()
193 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceAddRecord() typedef
194 static Func func = NULL; in DNSServiceAddRecord()
217 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags, uint1… in DNSServiceUpdateRecord() typedef
218 static Func func = NULL; in DNSServiceUpdateRecord()
238 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef, DNSServiceFlags ); in DNSServiceRemoveRecord() typedef
239 static Func func = NULL; in DNSServiceRemoveRecord()
263 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceBrowse() typedef
264 static Func func = NULL; in DNSServiceBrowse()
289 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceResolve() typedef
290 static Func func = NULL; in DNSServiceResolve()
311 typedef DNSServiceErrorType (DNSSD_API * Func)( char*, const char*, const char*, const char* ); in DNSServiceConstructFullName() typedef
312 static Func func = NULL; in DNSServiceConstructFullName()
327 typedef DNSServiceErrorType (DNSSD_API * Func)( DNSServiceRef* ); in DNSServiceCreateConnection() typedef
328 static Func func = NULL; in DNSServiceCreateConnection()
357 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef, DNSRecordRef*, DNSServiceFlags, uint… in DNSServiceRegisterRecord() typedef
358 static Func func = NULL; in DNSServiceRegisterRecord()
383 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const ch… in DNSServiceQueryRecord() typedef
384 static Func func = NULL; in DNSServiceQueryRecord()
408 …typedef DNSServiceErrorType (DNSSD_API * Func)( DNSServiceFlags, uint32_t, const char*, uint16_t, … in DNSServiceReconfirmRecord() typedef
409 static Func func = NULL; in DNSServiceReconfirmRecord()
435 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceNATPortMappingCreate() typedef
436 static Func func = NULL; in DNSServiceNATPortMappingCreate()
460 …typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, DNSServi… in DNSServiceGetAddrInfo() typedef
461 static Func func = NULL; in DNSServiceGetAddrInfo()
481 typedef DNSServiceErrorType (DNSSD_API * Func)( const char*, void*, uint32_t* ); in DNSServiceGetProperty() typedef
482 static Func func = NULL; in DNSServiceGetProperty()
502 typedef void (DNSSD_API * Func)( TXTRecordRef*, uint16_t, void* ); in TXTRecordCreate() typedef
503 static Func func = NULL; in TXTRecordCreate()
518 typedef void (DNSSD_API * Func)( TXTRecordRef* ); in TXTRecordDeallocate() typedef
519 static Func func = NULL; in TXTRecordDeallocate()
537 typedef DNSServiceErrorType (DNSSD_API * Func)( TXTRecordRef*, const char*, uint8_t, const void* ); in TXTRecordSetValue() typedef
538 static Func func = NULL; in TXTRecordSetValue()
557 typedef DNSServiceErrorType (DNSSD_API * Func)( TXTRecordRef*, const char* ); in TXTRecordRemoveValue() typedef
558 static Func func = NULL; in TXTRecordRemoveValue()
578 typedef int (DNSSD_API * Func)( uint16_t, const void*, const char* ); in TXTRecordContainsKey() typedef
579 static Func func = NULL; in TXTRecordContainsKey()
598 typedef uint16_t (DNSSD_API * Func)( uint16_t, const void* ); in TXTRecordGetCount() typedef
599 static Func func = NULL; in TXTRecordGetCount()
617 typedef uint16_t (DNSSD_API * Func)( const TXTRecordRef* ); in TXTRecordGetLength() typedef
618 static Func func = NULL; in TXTRecordGetLength()
636 typedef const void* (DNSSD_API * Func)( const TXTRecordRef* ); in TXTRecordGetBytesPtr() typedef
637 static Func func = NULL; in TXTRecordGetBytesPtr()
658 typedef const void* (DNSSD_API * Func)( uint16_t, const void*, const char*, uint8_t* ); in TXTRecordGetValuePtr() typedef
659 static Func func = NULL; in TXTRecordGetValuePtr()
683 …typedef DNSServiceErrorType (DNSSD_API * Func)( uint16_t, const void*, uint16_t, uint16_t, char*, … in TXTRecordGetItemAtIndex() typedef
684 static Func func = NULL; in TXTRecordGetItemAtIndex()