Lines Matching refs:line_end
1517 char *end, *line_end; in http2_send() local
1588 line_end = strstr(hdbuf, "\r\n"); in http2_send()
1591 end = memchr(hdbuf, ' ', line_end - hdbuf); in http2_send()
1608 for(i = (size_t)(line_end - hdbuf); i; --i) { in http2_send()
1628 end = line_end; in http2_send()
1648 hdbuf = line_end + 2; in http2_send()
1650 line_end = strstr(hdbuf, "\r\n"); in http2_send()
1651 if(line_end == hdbuf) in http2_send()
1658 for(end = hdbuf; end < line_end && *end != ':'; ++end) in http2_send()
1660 if(end == hdbuf || end == line_end) in http2_send()
1681 end = line_end; in http2_send()