HomeSort by relevance Sort by last modified time
    Searched refs:authused (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
curl_sasl.c     [all...]
curl_sasl.h 126 unsigned int authused; /* Auth mechanism used for the connection */ member in struct:SASL
230 void Curl_sasl_cleanup(struct connectdata *conn, unsigned int authused);
smtp.c 351 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism
376 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used
566 if(data->set.str[STRING_MAIL_AUTH] && conn->proto.smtpc.sasl.authused) {
    [all...]
pop3.c 353 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */
    [all...]
imap.c 464 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */
    [all...]

Completed in 70 milliseconds