Lines Matching refs:m_primary
76 err = DNSServiceCreateConnection( &m_primary ); in FinalConstruct()
146 err = WSAAsyncSelect( DNSServiceRefSockFD( m_primary ), m_hiddenWindow, WM_SOCKET, FD_READ ); in FinalConstruct()
152 m_socketMap[ DNSServiceRefSockFD( m_primary ) ] = this; in FinalConstruct()
196 check( m_primary ); in EnumerateDomains()
230 subord = m_primary; in EnumerateDomains()
238 object->SetPrimaryRef( m_primary ); in EnumerateDomains()
292 check( m_primary ); in Browse()
338 subord = m_primary; in Browse()
346 object->SetPrimaryRef( m_primary ); in Browse()
402 check( m_primary ); in Resolve()
452 subord = m_primary; in Resolve()
460 object->SetPrimaryRef( m_primary ); in Resolve()
522 check( m_primary ); in Register()
596 subord = m_primary; in Register()
604 object->SetPrimaryRef( m_primary ); in Register()
656 check( m_primary ); in QueryRecord()
698 subord = m_primary; in QueryRecord()
706 object->SetPrimaryRef( m_primary ); in QueryRecord()
762 check( m_primary ); in RegisterRecord()
812 …err = DNSServiceRegisterRecord( m_primary, &rref, flags, ifIndex, fullNameUTF8.c_str(), rrtype, rr… in RegisterRecord()
872 check( m_primary ); in AddRecord()
914 …err = DNSServiceAddRecord( m_primary, &rref, flags, rrtype, ( uint16_t ) byteArray.size(), byteArr… in AddRecord()
1100 check( m_primary ); in GetAddrInfo()
1142 subord = m_primary; in GetAddrInfo()
1150 object->SetPrimaryRef( m_primary ); in GetAddrInfo()
1200 check( m_primary ); in NATPortMappingCreate()
1238 subord = m_primary; in NATPortMappingCreate()
1246 object->SetPrimaryRef( m_primary ); in NATPortMappingCreate()
1296 if ( m_isPrimary && m_primary ) in Stop()
1308 WSAAsyncSelect( DNSServiceRefSockFD( m_primary ), m_hiddenWindow, 0, 0 ); in Stop()
1314 it = m_socketMap.find( DNSServiceRefSockFD( m_primary ) ); in Stop()
1328 DNSServiceRefDeallocate( m_primary ); in Stop()
1330 m_primary = NULL; in Stop()
2084 DNSServiceProcessResult( it->second->m_primary ); in WndProc()