Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.h53 #define SASL_AUTH_NONE 0 macro
Dpop3.c352 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()
353 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()
1409 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1422 case SASL_AUTH_NONE: in pop3_parse_url_options()
Dcurl_sasl.c1280 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
1303 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()
1305 sasl->authused = SASL_AUTH_NONE; /* No the authentication mechanism used */ in Curl_sasl_init()
Dsmtp.c350 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
351 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
376 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()
Dimap.c463 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()
464 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in imap_perform_capability()
1959 case SASL_AUTH_NONE: in imap_parse_url_options()