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

  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.cpp 188 DNSServiceRef subord = NULL; local
230 subord = m_primary;
232 err = DNSServiceEnumerateDomains( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, ( DNSServiceDomainEnumReply ) &DomainEnumReply, object );
240 object->SetSubordRef( subord );
282 DNSServiceRef subord = NULL; local
338 subord = m_primary;
340 err = DNSServiceBrowse( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, regtypeUTF8.c_str(), ( domainUTF8.size() > 0 ) ? domainUTF8.c_str() : NULL, ( DNSServiceBrowseReply ) &BrowseReply, object );
348 object->SetSubordRef( subord );
392 DNSServiceRef subord = NULL; local
452 subord = m_primary
512 DNSServiceRef subord = NULL; local
644 DNSServiceRef subord = NULL; local
1088 DNSServiceRef subord = NULL; local
1190 DNSServiceRef subord = NULL; local
    [all...]
DNSSDService.h 170 SetSubordRef( DNSServiceRef subord )
174 m_subord = subord;

Completed in 694 milliseconds