Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c82 typedef struct HostsFile struct
87 } HostsFile; argument
210 DEBUG_LOCAL OSStatus HostsFileOpen( HostsFile ** self, const char * fname );
211 DEBUG_LOCAL OSStatus HostsFileClose( HostsFile * self );
213 DEBUG_LOCAL OSStatus HostsFileNext( HostsFile * self, HostsFileInfo ** hInfo );
1847 HostsFile * hFile; in InHostsTable()
1955 HostsFileOpen( HostsFile ** self, const char * fname ) in HostsFileOpen()
1959 *self = (HostsFile*) malloc( sizeof( HostsFile ) ); in HostsFileOpen()
1961 memset( *self, 0, sizeof( HostsFile ) ); in HostsFileOpen()
1989 HostsFileClose( HostsFile * self ) in HostsFileClose()
[all …]