Searched refs:hdbuf (Results 1 – 1 of 1) sorted by relevance
1658 char *hdbuf = (char *)mem; in http2_send() local1719 if(hdbuf[i] == '\n' && hdbuf[i - 1] == '\r') { in http2_send()1738 line_end = strstr(hdbuf, "\r\n"); in http2_send()1741 end = memchr(hdbuf, ' ', line_end - hdbuf); in http2_send()1742 if(!end || end == hdbuf) in http2_send()1746 nva[0].value = (unsigned char *)hdbuf; in http2_send()1747 nva[0].valuelen = (size_t)(end - hdbuf); in http2_send()1754 hdbuf = end + 1; in http2_send()1758 for(i = (size_t)(line_end - hdbuf); i; --i) { in http2_send()1759 if(hdbuf[i - 1] == ' ') { in http2_send()[all …]