Searched refs:mech_avail (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h706 * never be called. Note that if mech_avail returns SASL_NOMECH,
713 int (*mech_avail)(void *glob_context, member in struct:sasl_server_plug
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c1476 /* setup parameters for the call to mech_avail */
1486 /* If it's not mech_avail'd, then stop now */
1535 if(plug->mech_avail
1537 && plug->mech_avail(mech->glob_context,
1539 && plug->mech_avail(plug->glob_context,
1557 /* Error should be set by mech_avail call */
1877 /* the work was already done by mech_avail! */

Completed in 28 milliseconds