Searched defs:sasl (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dpop3.h68 struct SASL sasl; /* SASL-related storage */ member in struct:pop3_conn
H A Dsmtp.h70 struct SASL sasl; /* SASL-related storage */ member in struct:smtp_conn
H A Dcurl_sasl.c28 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
73 * This is used to cleanup any libraries or curl modules used by the sasl
145 CURLcode Curl_sasl_parse_url_auth_option(struct SASL *sasl, argument
155 if(sasl->resetprefs) {
156 sasl->resetprefs = FALSE;
157 sasl->prefmech = SASL_AUTH_NONE;
161 sasl->prefmech = SASL_AUTH_DEFAULT;
165 sasl->prefmech |= mechbit;
178 void Curl_sasl_init(struct SASL *sasl, const struct SASLproto *params) argument
180 sasl
195 state(struct SASL *sasl, struct connectdata *conn, saslstate newstate) argument
236 Curl_sasl_can_authenticate(struct SASL *sasl, struct connectdata *conn) argument
254 Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, bool force_ir, saslprogress *progress) argument
408 Curl_sasl_continue(struct SASL *sasl, struct connectdata *conn, int code, saslprogress *progress) argument
[all...]
H A Dimap.h75 struct SASL sasl; /* SASL-related parameters */ member in struct:imap_conn

Completed in 269 milliseconds