Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsasl/lib/
H A Ddlopen.c501 const add_plugin_list_t *cur_ep; in _sasl_load_plugins() local
537 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()
540 if(!strcmp(cur_ep->entryname, "sasl_server_plug_init")) { in _sasl_load_plugins()
547 } else if (!strcmp(cur_ep->entryname, "sasl_client_plug_init")) { in _sasl_load_plugins()
554 } else if (!strcmp(cur_ep->entryname, "sasl_auxprop_plug_init")) { in _sasl_load_plugins()
561 } else if (!strcmp(cur_ep->entryname, "sasl_canonuser_init")) { in _sasl_load_plugins()
717 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()
720 cur_ep->entryname, in _sasl_load_plugins()
721 cur_ep->add_plugin) == SASL_OK) { in _sasl_load_plugins()
728 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) { in _sasl_load_plugins()
[all …]