Searched refs:regTypeUTF8 (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp74 std::string regTypeUTF8; local
87 ok = BSTRToUTF8( regType, regTypeUTF8 );
106 err = DNSServiceResolve( &sref, flags, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), domainUTF8.c_str(), ( DNSServiceResolveReply ) &ResolveReply, object );
178 std::string regTypeUTF8; local
194 ok = BSTRToUTF8( regType, regTypeUTF8 );
225 err = DNSServiceRegister( &sref, flags, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), domainUTF8.c_str(), hostUTF8.c_str(), port, txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
542 const char *regTypeUTF8,
567 UTF8ToBSTR( regTypeUTF8, regType );
675 const char *regTypeUTF8,
702 ok = UTF8ToBSTR( regTypeUTF8, regTyp
535 BrowseReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *serviceNameUTF8, const char *regTypeUTF8, const char *replyDomainUTF8, void *context ) argument
669 RegisterReply( DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceNameUTF8, const char *regTypeUTF8, const char *domainUTF8, void *context ) argument
[all...]
H A DDNSSDService.cpp388 std::string regTypeUTF8; local
418 ok = BSTRToUTF8( regType, regTypeUTF8 );
454 err = DNSServiceResolve( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), domainUTF8.c_str(), ( DNSServiceResolveReply ) &ResolveReply, object );
502 std::string regTypeUTF8; local
538 ok = BSTRToUTF8( regType, regTypeUTF8 );
598 err = DNSServiceRegister( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), ( domainUTF8.size() > 0 ) ? domainUTF8.c_str() : NULL, hostUTF8.c_str(), htons( port ), txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
1451 const char *regTypeUTF8,
1486 UTF8ToBSTR( regTypeUTF8, regType );
1645 const char *regTypeUTF8,
1684 ok = UTF8ToBSTR( regTypeUTF8, regTyp
1444 BrowseReply( DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *serviceNameUTF8, const char *regTypeUTF8, const char *replyDomainUTF8, void *context ) argument
1639 RegisterReply( DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceNameUTF8, const char *regTypeUTF8, const char *domainUTF8, void *context ) argument
[all...]

Completed in 97 milliseconds