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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c284 int test_only, int *exists )
293 if (!test_only && (ret = wine_dlopen( path, RTLD_NOW, error, errorsize ))) break;
605 int test_only, int *file_exists )
607 return dlopen_dll( name, error, errorsize, test_only, file_exists );
283 dlopen_dll( const char *name, char *error, int errorsize, int test_only, int *exists ) argument
604 wine_dll_load_main_exe( const char *name, char *error, int errorsize, int test_only, int *file_exists ) argument

Completed in 110 milliseconds