Searched defs:dll_lib (Results 1 - 1 of 1) sorted by relevance
| /ast/src/lib/libdll/ |
| H A D | dll_lib.c | 110 dll_lib(Dllnames_t* names, unsigned long version, Dllerror_f dllerrorf, void* disc) function 143 errorf("dll", NiL, -1, "dll_lib: %s version %lu library not found", names->name, version); 157 errorf("dll", NiL, -1, "dll_lib: %s version %lu initialization function %s not found in library", names->name, version, sym); 172 errorf("dll", NiL, -1, "dll_lib: %s version %lu loaded from %s", names->name, version, lib->path); 187 return dll_lib(dllnames(id, name, &names), version, 0, 0);
|
Completed in 7 milliseconds