Searched refs:endofline_native (Results 1 – 2 of 2) sorted by relevance
299 const char *endofline_native; in Curl_fillreadbuffer() local308 endofline_native = "\n"; in Curl_fillreadbuffer()312 endofline_native = "\r\n"; in Curl_fillreadbuffer()320 "%zx%s", nread, endofline_native); in Curl_fillreadbuffer()
1648 const char *endofline_native = NULL; in Curl_http_compile_trailers() local1657 endofline_native = "\n"; in Curl_http_compile_trailers()1661 endofline_native = "\r\n"; in Curl_http_compile_trailers()1672 result = Curl_dyn_add(b, endofline_native); in Curl_http_compile_trailers()