Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.c156 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()
181 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()
183 sasl->authused = SASL_AUTH_NONE; /* No the authentication mechanism used */ in Curl_sasl_init()
Dcurl_sasl.h42 #define SASL_AUTH_NONE 0 macro
Dpop3.c320 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()
321 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()
1358 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1371 case SASL_AUTH_NONE: in pop3_parse_url_options()
Dsmtp.c315 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()
316 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()
341 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()
Dimap.c425 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()
426 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in imap_perform_capability()
1933 case SASL_AUTH_NONE: in imap_parse_url_options()