Home
last modified time | relevance | path

Searched refs:m_subord (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.h88 m_subord( NULL ) in CDNSSDService()
162 return m_subord; in GetSubordRef()
174 m_subord = subord; in SetSubordRef()
396 DNSServiceRef m_subord; variable
DDNSSDService.cpp1334 else if ( m_subord ) in Stop()
1338 DNSServiceRefDeallocate( m_subord ); in Stop()
1340 m_subord = NULL; in Stop()