Searched defs:first_dll_path (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c253 static char *first_dll_path( const char *name, int win16, struct dll_path_context *context ) function
274 /* free the dll path context created by first_dll_path */
291 for (path = first_dll_path( name, 0, &context ); path; path = next_dll_path( &context ))
637 for (path = first_dll_path( name, 1, &context ); path; path = next_dll_path( &context ))
713 for (path = first_dll_path( "ntdll.dll", 0, &context ); path; path = next_dll_path( &context ))

Completed in 263 milliseconds