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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c178 int _sasl_locate_entry(void *library, const char *entryname, function
193 "no entryname in _sasl_locate_entry");
201 "no library in _sasl_locate_entry");
209 "no entrypoint output pointer in _sasl_locate_entry");
252 result = _sasl_locate_entry(library, entryname, &entry_point);

Completed in 59 milliseconds