Home
last modified time | relevance | path

Searched refs:SASL_CONN_CLIENT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcanonusr.c111 else if(conn->type == SASL_CONN_CLIENT) cconn = (sasl_client_conn_t *)conn;
161 if (conn->type == SASL_CONN_CLIENT)
H A Dcommon.c798 if(conn->type == SASL_CONN_CLIENT) { in sasl_getprop()
817 if(conn->type == SASL_CONN_CLIENT) { in sasl_getprop()
998 if(conn->type == SASL_CONN_CLIENT) { in sasl_setprop()
1010 if(conn->type == SASL_CONN_CLIENT) { in sasl_setprop()
1047 if(conn->type == SASL_CONN_CLIENT) { in sasl_setprop()
1059 if(conn->type == SASL_CONN_CLIENT) { in sasl_setprop()
2523 } else if (conn->type == SASL_CONN_CLIENT) { in sasl_listmech()
H A Dseterror.c168 } else if (conn->type == SASL_CONN_CLIENT) { in sasl_seterror()
H A Dsaslutil.c262 else if (conn->type == SASL_CONN_CLIENT) in sasl_mkchal()
H A Dclient.c627 result = _sasl_conn_init(*pconn, service, flags, SASL_CONN_CLIENT,
1121 if(conn->type != SASL_CONN_CLIENT) PARAMERROR(conn);
H A Dsaslint.h166 SASL_CONN_CLIENT = 2 }; enumerator