Searched refs:fmt_crlf (Results 1 – 1 of 1) sorted by relevance
164 char *fmt_crlf; in Curl_pp_vsendf() local178 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */ in Curl_pp_vsendf()179 if(!fmt_crlf) in Curl_pp_vsendf()182 s = vaprintf(fmt_crlf, args); /* trailing CRLF appended */ in Curl_pp_vsendf()183 free(fmt_crlf); in Curl_pp_vsendf()