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

/ast/src/lib/libdll/
H A Ddll_lib.c110 dll_lib(Dllnames_t* names, unsigned long version, Dllerror_f dllerrorf, void* disc) argument
140 if (dllerrorf)
141 (*dllerrorf)(NiL, disc, 2, "%s: library not found", names->name);
154 if (dllerrorf)
155 (*dllerrorf)(NiL, disc, 2, "%s: %s: initialization function not found in library", names->path, sym);

Completed in 25 milliseconds