Searched refs:fmt_crlf (Results 1 – 1 of 1) sorted by relevance
167 char *fmt_crlf; in Curl_pp_vsendf() local187 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */ in Curl_pp_vsendf()188 if(!fmt_crlf) in Curl_pp_vsendf()191 s = vaprintf(fmt_crlf, args); /* trailing CRLF appended */ in Curl_pp_vsendf()192 free(fmt_crlf); in Curl_pp_vsendf()