Searched refs:dll_paths (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c97 static const char **dll_paths; variable
125 dll_paths = malloc( (count+2) * sizeof(*dll_paths) );
131 dll_paths[nb_dll_paths++] = dlldir;
145 dll_paths[nb_dll_paths] = p;
147 if (p - dll_paths[nb_dll_paths] > dll_path_maxlen)
148 dll_path_maxlen = p - dll_paths[nb_dll_paths];
157 dll_paths[nb_dll_paths++] = default_dlldir;
245 return prepend( context->name, dll_paths[index], strlen( dll_paths[inde
[all...]

Completed in 326 milliseconds