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

/osnet-11/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);
H A Dsaslint.h514 * _sasl_locate_entry locates an entrypoint in a given library
527 extern int _sasl_locate_entry(void *library, const char *entryname,
537 extern int _sasl_locate_entry(void *library, const char *entryname,
H A Dserver.c1797 result = _sasl_locate_entry(library, "sasl_server_plug_init",

Completed in 29 milliseconds