Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_sasl.h136 CURLcode Curl_sasl_start(struct SASL *sasl, struct connectdata *conn,
Dcurl_sasl.c254 CURLcode Curl_sasl_start(struct SASL *sasl, struct connectdata *conn, in Curl_sasl_start() function
593 result = Curl_sasl_start(sasl, conn, sasl->force_ir, progress); in Curl_sasl_continue()
Dpop3.c562 result = Curl_sasl_start(&pop3c->sasl, conn, FALSE, &progress); in pop3_perform_authentication()
Dsmtp.c497 result = Curl_sasl_start(&smtpc->sasl, conn, FALSE, &progress); in smtp_perform_authentication()
Dimap.c623 result = Curl_sasl_start(&imapc->sasl, conn, imapc->ir_supported, &progress); in imap_perform_authentication()