Lines Matching defs:cur_ep
501 const add_plugin_list_t *cur_ep;
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->entryname; cur_ep++) {
720 cur_ep->entryname,
721 cur_ep->add_plugin) == SASL_OK) {
728 for(cur_ep = entrypoints; cur_ep->entryname; cur_ep++) {
729 _sasl_plugin_load(plugname, library, cur_ep->entryname,
730 cur_ep->add_plugin);