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

/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h396 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member in struct:sasl_client_plug
400 * mech_dispose must be called on all mechanisms first
624 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member in struct:sasl_server_plug
628 * mech_dispose must be called on all mechanisms first
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c521 if (c_conn->mech && c_conn->mech->plug->mech_dispose) {
522 c_conn->mech->plug->mech_dispose(pconn->context,
786 if (c_conn->mech->plug->mech_dispose != NULL) {
787 c_conn->mech->plug->mech_dispose(conn->context,
H A Dserver.c252 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
270 && s_conn->mech->plug->mech_dispose) {
271 s_conn->mech->plug->mech_dispose(pconn->context,
282 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils);
1779 s_conn->mech->plug->mech_dispose(conn->context, s_conn->sparams->utils);
1920 s_conn->mech->plug->mech_dispose(conn->context,
2029 s_conn->mech->plug->mech_dispose(conn->context,

Completed in 30 milliseconds