Searched refs:SASL_AUTH_NONE (Results 1 – 6 of 6) sorted by relevance
171 sasl->prefmech = SASL_AUTH_NONE; in Curl_sasl_parse_url_auth_option()200 sasl->authmechs = SASL_AUTH_NONE; /* No known authentication mechanism yet */ in Curl_sasl_init()202 sasl->authused = SASL_AUTH_NONE; /* The authentication mechanism used */ in Curl_sasl_init()208 unsigned short mechs = SASL_AUTH_NONE; in Curl_sasl_init()223 if(mechs != SASL_AUTH_NONE) in Curl_sasl_init()
48 #define SASL_AUTH_NONE 0 macro
183 SASL_AUTH_NONE, /* Default mechanisms */585 if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connect()755 li->sasl.prefmech == SASL_AUTH_NONE) { in oldap_connecting()771 if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connecting()781 else if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connecting()797 if(li->sasl.prefmech != SASL_AUTH_NONE) in oldap_connecting()
386 pop3c->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in pop3_perform_capa()387 pop3c->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in pop3_perform_capa()1444 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()1457 case SASL_AUTH_NONE: in pop3_parse_url_options()
436 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()437 imapc->sasl.authused = SASL_AUTH_NONE; /* Clear the auth. mechanism used */ in imap_perform_capability()1911 imapc->sasl.prefmech = SASL_AUTH_NONE; in imap_parse_url_options()1931 case SASL_AUTH_NONE: in imap_parse_url_options()
331 smtpc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanism yet */ in smtp_perform_ehlo()332 smtpc->sasl.authused = SASL_AUTH_NONE; /* Clear the authentication mechanism in smtp_perform_ehlo()358 smtpc->sasl.authused = SASL_AUTH_NONE; /* No authentication mechanism used in smtp_perform_helo()
Completed in 30 milliseconds