Searched refs:endofline_network (Results 1 – 2 of 2) sorted by relevance
302 const char *endofline_network; in Curl_fillreadbuffer() local311 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()
1690 const char *endofline_network = NULL; in Curl_http_compile_trailers() local1701 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()