Searched defs:Curl_header_store (Results 1 – 1 of 1) sorted by relevance
30 struct Curl_header_store { struct31 struct Curl_llist_node node;32 char *name; /* points into 'buffer' */33 char *value; /* points into 'buffer */34 int request; /* 0 is the first request, then 1.. 2.. */35 unsigned char type; /* CURLH_* defines */36 char buffer[1]; /* this is the raw header blob */
Completed in 3 milliseconds