Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtransfer.c297 const char *endofline_native; in Curl_fillreadbuffer() local
306 endofline_native = "\n"; in Curl_fillreadbuffer()
310 endofline_native = "\r\n"; in Curl_fillreadbuffer()
318 "%zx%s", nread, endofline_native); in Curl_fillreadbuffer()
H A Dhttp.c1657 const char *endofline_native = NULL; in Curl_http_compile_trailers() local
1666 endofline_native = "\n"; in Curl_http_compile_trailers()
1670 endofline_native = "\r\n"; in Curl_http_compile_trailers()
1681 result = Curl_dyn_add(b, endofline_native); in Curl_http_compile_trailers()

Completed in 7 milliseconds