Searched defs:sdRef (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c90 int DNSServiceRefSockFD(DNSServiceRef sdRef) argument
92 (void)sdRef; // Unused
96 DNSServiceErrorType DNSServiceProcessResult(DNSServiceRef sdRef) argument
98 (void)sdRef; // Unused
102 void DNSServiceRefDeallocate(DNSServiceRef sdRef) argument
104 mDNS_DirectOP *op = (mDNS_DirectOP *)sdRef;
119 DNSServiceRef *sdRef,
126 (void)sdRef; // Unused
209 DNSServiceRef *sdRef,
271 *sdRef
117 DNSServiceEnumerateDomains( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceDomainEnumReply callback, void *context ) argument
207 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t notAnIntPort, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callback, void *context ) argument
289 DNSServiceAddRecord( DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags, uint16_t rrtype, uint16_t rdlen, const void *rdata, uint32_t ttl ) argument
310 DNSServiceUpdateRecord( DNSServiceRef sdRef, DNSRecordRef RecordRef, DNSServiceFlags flags, uint16_t rdlen, const void *rdata, uint32_t ttl ) argument
329 DNSServiceRemoveRecord( DNSServiceRef sdRef, DNSRecordRef RecordRef, DNSServiceFlags flags ) argument
382 DNSServiceBrowse( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *regtype, const char *domain, DNSServiceBrowseReply callback, void *context ) argument
464 DNSServiceResolve( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, DNSServiceResolveReply callback, void *context ) argument
566 DNSServiceCreateConnection(DNSServiceRef *sdRef) argument
572 DNSServiceRegisterRecord( DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, DNSServiceRegisterRecordReply callback, void *context ) argument
624 DNSServiceQueryRecord( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *fullname, uint16_t rrtype, uint16_t rrclass, DNSServiceQueryRecordReply callback, void *context ) argument
[all...]
H A Ddnssd_clientstub.c371 static void FreeDNSRecords(DNSServiceOp *sdRef) argument
373 DNSRecord *rec = sdRef->rec;
406 // DNSRecords may have been added to subordinate sdRef e.g., DNSServiceRegister/DNSServiceAddRecord
407 // or on the main sdRef e.g., DNSServiceCreateConnection/DNSServiveRegisterRecord. DNSRecords may have
789 int DNSSD_API DNSServiceRefSockFD(DNSServiceRef sdRef) argument
791 if (!sdRef) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRefSockFD called with NULL DNSServiceRef"); return dnssd_InvalidSocket; }
793 if (!DNSServiceRefValid(sdRef))
796 sdRef, sdRef->sockfd, sdRef
810 CallbackWithError(DNSServiceRef sdRef, DNSServiceErrorType error) argument
877 DNSServiceProcessResult(DNSServiceRef sdRef) argument
1007 DNSServiceRefDeallocate(DNSServiceRef sdRef) argument
1132 DNSServiceResolve( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, DNSServiceResolveReply callBack, void *context ) argument
1204 DNSServiceQueryRecord( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, uint16_t rrtype, uint16_t rrclass, DNSServiceQueryRecordReply callBack, void *context ) argument
1299 DNSServiceGetAddrInfo( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, uint32_t protocol, const char *hostname, DNSServiceGetAddrInfoReply callBack, void *context ) argument
1350 DNSServiceBrowse( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *regtype, const char *domain, DNSServiceBrowseReply callBack, void *context ) argument
1396 DNSSetHostname( DNSServiceRef *sdRef, DNSServiceFlags flags, const char *hostname, DNSHostnameChangedReply callBack, void *context ) argument
1454 DNSServiceRegister( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *name, const char *regtype, const char *domain, const char *host, uint16_t PortInNetworkByteOrder, uint16_t txtLen, const void *txtRecord, DNSServiceRegisterReply callBack, void *context ) argument
1523 DNSServiceEnumerateDomains( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceDomainEnumReply callBack, void *context ) argument
1589 DNSServiceCreateConnection(DNSServiceRef *sdRef) argument
1605 DNSServiceRegisterRecord( DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags, uint32_t interfaceIndex, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, DNSServiceRegisterRecordReply callBack, void *context ) argument
1683 DNSServiceAddRecord( DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags, uint16_t rrtype, uint16_t rdlen, const void *rdata, uint32_t ttl ) argument
1747 DNSServiceUpdateRecord( DNSServiceRef sdRef, DNSRecordRef RecordRef, DNSServiceFlags flags, uint16_t rdlen, const void *rdata, uint32_t ttl ) argument
1786 DNSServiceRemoveRecord( DNSServiceRef sdRef, DNSRecordRef RecordRef, DNSServiceFlags flags ) argument
1896 DNSServiceNATPortMappingCreate( DNSServiceRef *sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, uint32_t protocol, uint16_t internalPortInNetworkByteOrder, uint16_t externalPortInNetworkByteOrder, uint32_t ttl, DNSServiceNATPortMappingReply callBack, void *context ) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 262 milliseconds