Home
last modified time | relevance | path

Searched refs:Curl_sasl_decode_mech (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dcurl_sasl.h143 unsigned short Curl_sasl_decode_mech(const char *ptr,
H A Dcurl_sasl.c131 unsigned short Curl_sasl_decode_mech(const char *ptr, size_t maxlen, in Curl_sasl_decode_mech() function
177 unsigned short mechbit = Curl_sasl_decode_mech(value, len, &mechlen); in Curl_sasl_parse_url_auth_option()
H A Dopenldap.c624 unsigned short mech = Curl_sasl_decode_mech((char *) bvals[i].bv_val, in oldap_state_mechs_resp()
H A Dpop3.c809 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()
H A Dsmtp.c950 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()
H A Dimap.c949 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()

Completed in 23 milliseconds