Home
last modified time | relevance | path

Searched refs:cur_ep (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c500 const add_plugin_list_t *cur_ep; in _sasl_load_plugins() local
536 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()
539 if(!strcmp(cur_ep->entryname, "sasl_server_plug_init")) { in _sasl_load_plugins()
546 } else if (!strcmp(cur_ep->entryname, "sasl_client_plug_init")) { in _sasl_load_plugins()
560 } else if (!strcmp(cur_ep->entryname, "sasl_canonuser_init")) { in _sasl_load_plugins()
716 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()
719 cur_ep->entryname, in _sasl_load_plugins()
720 cur_ep->add_plugin) == SASL_OK) { in _sasl_load_plugins()
727 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()
728 _sasl_plugin_load(plugname, library, cur_ep->entryname, in _sasl_load_plugins()
[all …]