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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcanonusr.c112 else if(conn->type == SASL_CONN_CLIENT) cconn = (sasl_client_conn_t *)conn;
162 if (conn->type == SASL_CONN_CLIENT)
H A Dseterror.c170 } else if (conn->type == SASL_CONN_CLIENT) {
H A Dcommon.c798 if(conn->type == SASL_CONN_CLIENT) {
817 if(conn->type == SASL_CONN_CLIENT) {
998 if(conn->type == SASL_CONN_CLIENT) {
1010 if(conn->type == SASL_CONN_CLIENT) {
1047 if(conn->type == SASL_CONN_CLIENT) {
1059 if(conn->type == SASL_CONN_CLIENT) {
2523 } else if (conn->type == SASL_CONN_CLIENT) {
H A Dsaslutil.c262 else if (conn->type == SASL_CONN_CLIENT)
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 in enum:Sasl_conn_type

Completed in 86 milliseconds