Searched defs:Http_HeaderValue (Results 1 – 1 of 1) sorted by relevance
330 typedef struct Http_HeaderValue { struct333 /** Point to the next {@link Http_HeaderValue}. */ argument334 struct Http_HeaderValue *next; argument335 } Http_HeaderValue; typedef