Searched refs:mech_dispose (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 399 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member 627 void (*mech_dispose)(void *conn_context, const sasl_utils_t *utils); member
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | client.c | 510 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 D | server.c | 253 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,
|