Searched refs:hdbuf (Results 1 – 1 of 1) sorted by relevance
1007 char *hdbuf = (char*)mem; in http2_send() local1053 if(hdbuf[i] == 0x0a) { in http2_send()1067 end = strchr(hdbuf, ' '); in http2_send()1070 nva[0].value = (unsigned char *)hdbuf; in http2_send()1071 nva[0].valuelen = (uint16_t)(end - hdbuf); in http2_send()1074 hdbuf = end + 1; in http2_send()1076 end = strchr(hdbuf, ' '); in http2_send()1079 nva[1].value = (unsigned char *)hdbuf; in http2_send()1080 nva[1].valuelen = (uint16_t)(end - hdbuf); in http2_send()1092 hdbuf = strchr(hdbuf, 0x0a); in http2_send()[all …]