Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_sasl.h66 #define SASL_FLAG_BASE64 0x0001 /* Messages are base64-encoded */ macro
H A Dcurl_sasl.c279 if(!result && (sasl->params->flags & SASL_FLAG_BASE64)) { in get_server_message()
301 if(sasl->params->flags & SASL_FLAG_BASE64) { in build_message()
610 if(!result && (sasl->params->flags & SASL_FLAG_BASE64)) in Curl_sasl_continue()
H A Dpop3.c190 SASL_FLAG_BASE64 /* Configuration flags */
H A Dsmtp.c187 SASL_FLAG_BASE64 /* Configuration flags */
H A Dimap.c190 SASL_FLAG_BASE64 /* Configuration flags */

Completed in 28 milliseconds