Lines Matching refs:HttpHeader
68 typedef struct HttpHeader { struct
69 struct HttpHeader* next; argument
72 } HttpHeader; argument
75 http_header_free( HttpHeader* h ) in http_header_free()
84 http_header_append( HttpHeader* h, const char* value ) in http_header_append()
96 static HttpHeader*
100 HttpHeader* h = malloc(sizeof(*h) + len+1); in http_header_alloc()
117 HttpHeader* first;
118 HttpHeader* last;
131 HttpHeader* h = l->first; in http_header_list_done()
140 HttpHeader* h ) in http_header_list_add()
155 HttpHeader* h; in http_header_list_find()
261 HttpHeader* h = http_header_alloc(key,value); in http_request_add_header()
569 HttpHeader* h; in rewrite_connection_rewrite_request()
604 HttpHeader* h; in rewrite_connection_rewrite_reply()