Home
last modified time | relevance | path

Searched refs:fmt_crlf (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dpingpong.c167 char *fmt_crlf; in Curl_pp_vsendf() local
187 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()