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

/ast/src/lib/libdll/
H A DMakefile7 dll 1.0 :LIBRARY: dlfcn.c dllopen.c dllfind.c dllplug.c dll_lib.c \
H A Ddll_lib.c110 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);
/ast/src/lib/libdss/
H A Ddssopen.c388 (lib = (Dsslib_t*)dll_lib(&names, DSS_PLUGIN_VERSION, (flags & DSS_VERBOSE) ? (Error_f)disc->errorf : (Error_f)0, disc)))

Completed in 18 milliseconds