HomeSort by relevance Sort by last modified time
    Searched refs:hostUTF8 (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 180 std::string hostUTF8;
198 ok = BSTRToUTF8( host, hostUTF8 );
225 err = DNSServiceRegister( &sref, flags, ifIndex, serviceNameUTF8.c_str(), regTypeUTF8.c_str(), domainUTF8.c_str(), hostUTF8.c_str(), port, txtLen, txtRecord, ( DNSServiceRegisterReply ) &RegisterReply, object );
DNSSDService.cpp 506 std::string hostUTF8;
546 ok = BSTRToUTF8( host, hostUTF8 );
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 );

Completed in 424 milliseconds