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

/ast/src/lib/libdll/
H A Ddllplug.c36 dllplugin(const char* lib, const char* name, const char* ver, unsigned long rel, unsigned long* cur, int flags, char* path, size_t size) function
84 dll = dllplugin(lib, s, 0, 0, 0, flags, path, size);
93 errorf("dll", NiL, 1, "dllplugin: %s dlopen failed: %s", dle->path, dllerror(1));
125 return dllplugin(lib, name, ver, 0, NiL, flags, path, size);

Completed in 1552 milliseconds