Lines Matching refs:sasl
352 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()
545 if(!Curl_sasl_can_authenticate(&pop3c->sasl, conn)) { in pop3_perform_authentication()
552 result = Curl_sasl_start(&pop3c->sasl, conn, FALSE, &progress); in pop3_perform_authentication()
746 pop3c->sasl.authmechs |= mechbit; in pop3_state_capa_resp()
816 result = Curl_sasl_continue(&pop3c->sasl, conn, pop3code, &progress); in pop3_state_auth_resp()
1120 Curl_sasl_init(&pop3c->sasl, &saslpop3); in pop3_connect()
1272 Curl_sasl_cleanup(conn, pop3c->sasl.authused); in pop3_disconnect()
1389 pop3c->sasl.resetprefs = TRUE; in pop3_parse_url_options()
1404 result = Curl_sasl_parse_url_auth_option(&pop3c->sasl, in pop3_parse_url_options()
1409 pop3c->sasl.prefmech = SASL_AUTH_NONE; in pop3_parse_url_options()
1421 switch(pop3c->sasl.prefmech) { in pop3_parse_url_options()