Home
last modified time | relevance | path

Searched refs:SASL_AUTH_NONE (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcurl_sasl.h42 #define SASL_AUTH_NONE 0 macro
Dcurl_sasl.c159 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
184 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()
186 sasl->authused = SASL_AUTH_NONE; /* No the authentication mechanism used */ in Curl_sasl_init()
Dpop3.c322 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()
323 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()
1355 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1368 case SASL_AUTH_NONE: in pop3_parse_url_options()
Dsmtp.c322 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
323 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
348 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()
Dimap.c427 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()
428 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in imap_perform_capability()
1922 case SASL_AUTH_NONE: in imap_parse_url_options()