Home | History | Annotate | Download | only in lib

Lines Matching refs:endofline_network

1690   const char *endofline_network = NULL;
1701 endofline_network = "\x0a";
1705 endofline_network = "\x0d\x0a";
1721 result = Curl_add_buffer(&buffer, endofline_network,
1722 strlen(endofline_network));