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

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

Completed in 58 milliseconds