Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/DLL/
Ddllmain.c21 BOOL APIENTRY DllMain( HANDLE inModule, DWORD inReason, LPVOID inReserved ) in DllMain() argument
23 (void) inModule; in DllMain()
/external/mdnsresponder/mDNSShared/
DDebugServices.c127 static OSStatus DebugWindowsEventLogInit( const char *inName, HMODULE inModule );
993 static OSStatus DebugWindowsEventLogInit( const char *inName, HMODULE inModule ) in DebugWindowsEventLogInit() argument
1027 n = GetModuleFileName( inModule, path, sizeof_array( path ) ); in DebugWindowsEventLogInit()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp6109 bool inModule{currScope().kind() == Scope::Kind::Module}; in FinishSpecificationPart() local
6118 if (inModule && symbol.attrs().test(Attr::EXTERNAL) && in FinishSpecificationPart()