Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h397 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member
625 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member
/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); in server_dispose_mech_contexts()
271 && s_conn->mech->plug->mech_dispose) { in server_dispose()
272 s_conn->mech->plug->mech_dispose(pconn->context, in server_dispose()
283 cur->mech->plug->mech_dispose(cur->context, s_conn->sparams->utils); in server_dispose()
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,