Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtransfer.c298 const char *endofline_network; in Curl_fillreadbuffer() local
307 endofline_network = "\x0a"; in Curl_fillreadbuffer()
311 endofline_network = "\x0d\x0a"; in Curl_fillreadbuffer()
336 endofline_network, in Curl_fillreadbuffer()
337 strlen(endofline_network)); in Curl_fillreadbuffer()
362 nread += strlen(endofline_network); /* for the added end of line */ in Curl_fillreadbuffer()
H A Dhttp.c1658 const char *endofline_network = NULL; in Curl_http_compile_trailers() local
1667 endofline_network = "\x0a"; in Curl_http_compile_trailers()
1671 endofline_network = "\x0d\x0a"; in Curl_http_compile_trailers()
1689 result = Curl_dyn_add(b, endofline_network); in Curl_http_compile_trailers()

Completed in 8 milliseconds