Lines Matching refs:fullNameUTF8
646 std::string fullNameUTF8; in QueryRecord() local
668 ok = BSTRToUTF8( fullname, fullNameUTF8 ); in QueryRecord()
700 …eryRecord( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, fullNameUTF8.c_str(), ( uint… in QueryRecord()
748 std::string fullNameUTF8; in RegisterRecord() local
774 ok = BSTRToUTF8( fullName, fullNameUTF8 ); in RegisterRecord()
812 …err = DNSServiceRegisterRecord( m_primary, &rref, flags, ifIndex, fullNameUTF8.c_str(), rrtype, rr… in RegisterRecord()
954 std::string fullNameUTF8; in ReconfirmRecord() local
970 ok = BSTRToUTF8( fullName, fullNameUTF8 ); in ReconfirmRecord()
984 …err = DNSServiceReconfirmRecord( flags, ifIndex, fullNameUTF8.c_str(), rrtype, rrclass, ( uint16_t… in ReconfirmRecord()
1533 const char *fullNameUTF8, in ResolveReply() argument
1576 ok = UTF8ToBSTR( fullNameUTF8, fullName ); in ResolveReply()
1719 const char *fullNameUTF8, in QueryRecordReply() argument
1756 ok = UTF8ToBSTR( fullNameUTF8, fullName ); in QueryRecordReply()