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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsmtp.c806 char *type1msg = NULL; local
816 result = smtp_auth_ntlm_type1_message(conn, &type1msg, &len);
819 if(type1msg) {
820 result = Curl_pp_sendf(&conn->proto.smtpc.pp, "%s", type1msg);
825 Curl_safefree(type1msg);

Completed in 35 milliseconds