Searched refs:evhttp_new (Results 1 – 5 of 5) sorted by relevance
157 http = evhttp_new(base); in main()
129 myhttp = evhttp_new(base); in http_setup()1387 second = evhttp_new(NULL); in http_virtual_host_test()1389 third = evhttp_new(NULL); in http_virtual_host_test()2092 myhttp = evhttp_new(data->base); in http_highport_test()3471 http = evhttp_new(NULL); in http_primitives()
83 myhttp = evhttp_new(NULL); in http_setup()
85 struct evhttp *evhttp_new(struct event_base *base);
3489 evhttp_new(struct event_base *base) in evhttp_new() function