Lines Matching +full:config +full:- +full:cond
1 #include "event2/event-config.h"
11 #define VERIFY(cond) do { \ argument
12 if (!(cond)) { \
13 fprintf(stderr, "[error] %s\n", #cond); \
44 evhttp_uri_set_port(path, -1); in uri_path()
74 struct evhttp_connection *evcon = base->evcon; in connect_cb()
75 struct evhttp_uri *location = base->location; in connect_cb()
83 evhttp_add_header(req->output_headers, "Connection", "close"); in connect_cb()
84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb()
118 evhttp_add_header(req->output_headers, "Connection", "keep-alive"); in main()
119 evhttp_add_header(req->output_headers, "Proxy-Connection", "keep-alive"); in main()
120 evhttp_add_header(req->output_headers, "Host", hostport); in main()