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

/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslplug.h373 int (*mech_new)(void *glob_context, member in struct:sasl_client_plug
395 /* dispose of connection context from mech_new */
601 int (*mech_new)(void *glob_context, member in struct:sasl_server_plug
699 * to mech_new will be skipped. This should not be done unless
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c1005 result = c_conn->mech->plug->mech_new(c_conn->mech->glob_context,
1007 result = c_conn->mech->plug->mech_new(c_conn->mech->plug->glob_context,
H A Dserver.c1868 result = s_conn->mech->plug->mech_new(s_conn->mech->glob_context,
1870 result = s_conn->mech->plug->mech_new(s_conn->mech->plug->glob_context,

Completed in 23 milliseconds