Searched refs:Curl_sasl_decode_mech (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/lib/ |
D | curl_sasl.h | 129 unsigned short Curl_sasl_decode_mech(const char *ptr,
|
D | curl_sasl.c | 131 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()
|
D | pop3.c | 735 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()
|
D | smtp.c | 924 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()
|
D | imap.c | 930 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()
|