Searched refs:type2msg (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_sasl.h103 const char *type2msg,
H A Dcurl_sasl.c590 * type2msg [in] - Pointer to the base64 encoded type-2 message.
596 const char *type2msg,
608 return Curl_ntlm_decode_type2_message(data, type2msg, ntlm);
595 Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data, const char *type2msg, struct ntlmdata *ntlm) argument
H A Dimap.c1255 char *type2msg = NULL; local
1267 imap_get_message(data->state.buffer, &type2msg);
1270 result = Curl_sasl_decode_ntlm_type2_message(data, type2msg, &conn->ntlm);
H A Dpop3.c1086 char *type2msg = NULL; local
1098 pop3_get_message(data->state.buffer, &type2msg);
1101 result = Curl_sasl_decode_ntlm_type2_message(data, type2msg, &conn->ntlm);
H A Dsmtp.c1105 char *type2msg = NULL; local
1117 smtp_get_message(data->state.buffer, &type2msg);
1120 result = Curl_sasl_decode_ntlm_type2_message(data, type2msg, &conn->ntlm);

Completed in 191 milliseconds