Searched refs:mech_dispose (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h399 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member in struct:sasl_client_plug
403 * mech_dispose must be called on all mechanisms first
627 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member in struct:sasl_server_plug
631 * mech_dispose must be called on all mechanisms first
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c510 if (c_conn->mech && c_conn->mech->plug->mech_dispose) {
511 c_conn->mech->plug->mech_dispose(pconn->context,
775 if (c_conn->mech->plug->mech_dispose != NULL) {
776 c_conn->mech->plug->mech_dispose(conn->context,
H A Dserver.c253 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
271 && s_conn->mech->plug->mech_dispose) {
272 s_conn->mech->plug->mech_dispose(pconn->context,
283 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
1748 s_conn->mech->plug->mech_dispose(conn->context, s_conn->sparams->utils);
1889 s_conn->mech->plug->mech_dispose(conn->context,
1998 s_conn->mech->plug->mech_dispose(conn->context,

Completed in 68 milliseconds