• Home
  • Raw
  • Download

Lines Matching refs:subord

188 	DNSServiceRef					subord	= NULL;  in EnumerateDomains()  local
230 subord = m_primary; in EnumerateDomains()
232 …err = DNSServiceEnumerateDomains( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, ( DNS… in EnumerateDomains()
240 object->SetSubordRef( subord ); in EnumerateDomains()
282 DNSServiceRef subord = NULL; in Browse() local
338 subord = m_primary; in Browse()
340 …err = DNSServiceBrowse( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, regtypeUTF8.c_s… in Browse()
348 object->SetSubordRef( subord ); in Browse()
392 DNSServiceRef subord = NULL; in Resolve() local
452 subord = m_primary; in Resolve()
454 …err = DNSServiceResolve( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUTF… in Resolve()
462 object->SetSubordRef( subord ); in Resolve()
512 DNSServiceRef subord = NULL; in Register() local
596 subord = m_primary; in Register()
598 …err = DNSServiceRegister( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, serviceNameUT… in Register()
606 object->SetSubordRef( subord ); in Register()
644 DNSServiceRef subord = NULL; in QueryRecord() local
698 subord = m_primary; in QueryRecord()
700 …err = DNSServiceQueryRecord( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, fullNameUT… in QueryRecord()
708 object->SetSubordRef( subord ); in QueryRecord()
1088 DNSServiceRef subord = NULL; in GetAddrInfo() local
1142 subord = m_primary; in GetAddrInfo()
1144 …err = DNSServiceGetAddrInfo( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, addressFam… in GetAddrInfo()
1152 object->SetSubordRef( subord ); in GetAddrInfo()
1190 DNSServiceRef subord = NULL; in NATPortMappingCreate() local
1238 subord = m_primary; in NATPortMappingCreate()
1240 …err = DNSServiceNATPortMappingCreate( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, p… in NATPortMappingCreate()
1248 object->SetSubordRef( subord ); in NATPortMappingCreate()