Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c302 const char *endofline_network; in Curl_fillreadbuffer() local
311 endofline_network = "\x0a"; in Curl_fillreadbuffer()
315 endofline_network = "\x0d\x0a"; in Curl_fillreadbuffer()
342 endofline_network, in Curl_fillreadbuffer()
343 strlen(endofline_network)); in Curl_fillreadbuffer()
390 nread += strlen(endofline_network); /* for the added end of line */ in Curl_fillreadbuffer()
Dhttp.c1690 const char *endofline_network = NULL; in Curl_http_compile_trailers() local
1701 endofline_network = "\x0a"; in Curl_http_compile_trailers()
1705 endofline_network = "\x0d\x0a"; in Curl_http_compile_trailers()
1721 result = Curl_add_buffer(&buffer, endofline_network, in Curl_http_compile_trailers()
1722 strlen(endofline_network)); in Curl_http_compile_trailers()