Searched refs:SASL_CONN_SERVER (Results 1 – 7 of 7) sorted by relevance
111 if(conn->type == SASL_CONN_SERVER) sconn = (sasl_server_conn_t *)conn;123 flags, (conn->type == SASL_CONN_SERVER ?424 if(utils->conn && utils->conn->type == SASL_CONN_SERVER)
563 } else if (conn->type == SASL_CONN_SERVER) { in _sasl_conn_init()790 if(conn->type != SASL_CONN_SERVER) result = SASL_BADPROT; in sasl_getprop()805 } else if (conn->type == SASL_CONN_SERVER) { in sasl_getprop()824 } else if (conn->type == SASL_CONN_SERVER) { in sasl_getprop()898 if(conn->type == SASL_CONN_SERVER) { in sasl_setprop()923 if(conn->type != SASL_CONN_SERVER) { in sasl_setprop()966 if(conn->type == SASL_CONN_SERVER) { in sasl_setprop()1003 } else if (conn->type == SASL_CONN_SERVER) { in sasl_setprop()1014 } else if (conn->type == SASL_CONN_SERVER) { in sasl_setprop()1052 } else if (conn->type == SASL_CONN_SERVER) { in sasl_setprop()[all …]
167 if (conn->type == SASL_CONN_SERVER) { in sasl_seterror()
802 if(conn->type != SASL_CONN_SERVER) in sasl_auxprop_request()830 if(!conn || conn->type != SASL_CONN_SERVER) return NULL; in sasl_auxprop_getctx()
260 if (conn->type == SASL_CONN_SERVER) in sasl_mkchal()
173 if (conn->type != SASL_CONN_SERVER) PARAMERROR(conn); in sasl_setpass()1313 result = _sasl_conn_init(*pconn, service, flags, SASL_CONN_SERVER,2066 if (conn->type != SASL_CONN_SERVER) PARAMERROR(conn);2387 if (!user || conn->type != SASL_CONN_SERVER)
165 SASL_CONN_SERVER = 1, enumerator