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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcanonusr.c68 const sasl_canonuser_plug_t *plug; member in struct:canonuser_plug_list
155 if((ptr->plug->name && !strcmp(plugin_name, ptr->plug->name))
179 result = ptr->plug->canon_user_server(ptr->plug->glob_context,
187 result = ptr->plug->canon_user_client(ptr->plug->glob_context,
244 if(ptr->plug->canon_user_free)
245 ptr->plug->canon_user_free(ptr->plug
288 sasl_canonuser_plug_t *plug; local
491 internal_canonuser_init(const sasl_utils_t *utils __attribute__((unused)), int max_version, int *out_version, sasl_canonuser_plug_t **plug, const char *plugname __attribute__((unused))) argument
[all...]
H A Dauxprop.c84 const sasl_auxprop_plug_t *plug; member in struct:auxprop_plug_list
822 * properties not recognized by active plug-ins will be left empty/NULL
855 sasl_auxprop_plug_t *plug; local
874 &out_version, &plug, plugname);
887 if(!plug->auxprop_lookup) return SASL_BADPROT;
891 if (plug->name == NULL) {
908 new_item->plug = plug;
935 if(ptr->plug->auxprop_free)
936 ptr->plug
[all...]
H A Dsaslint.h241 sasl_server_plug_t *plug; member in struct:mechanism
250 const sasl_server_plug_t *plug; member in struct:mechanism
301 sasl_client_plug_t *plug; member in struct:cmechanism
303 const sasl_client_plug_t *plug; member in struct:cmechanism
717 sasl_auxprop_plug_t **plug,
744 sasl_canonuser_plug_t **plug,
H A Dserver.c199 if (!m->plug->setpass) {
204 tmpresult = m->plug->setpass(m->glob_context,
206 tmpresult = m->plug->setpass(m->plug->glob_context,
216 "%s: set secret for %s", m->plug->mech_name, user);
224 "%s: secret not changed for %s", m->plug->mech_name, user);
229 m->plug->mech_name, user, tmpresult,
253 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
271 && s_conn->mech->plug->mech_dispose) {
272 s_conn->mech->plug
1412 const sasl_server_plug_t *plug; local
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c1093 struct sa_proto_plugin *plug; local
1094 for (numproto = 0, plug = sap_proto_list; plug != NULL;
1095 plug = plug->plugin_next) {
1102 for (plug = sap_proto_list; plug != NULL;
1103 plug = plug->plugin_next) {
1106 plug
[all...]

Completed in 113 milliseconds