Searched refs:evhttp_new (Results 1 – 6 of 6) sorted by relevance
163 http = evhttp_new(base); in main()
86 myhttp = evhttp_new(NULL); in http_setup()
145 myhttp = evhttp_new(base); in http_setup_gencb()1682 second = evhttp_new(NULL); in http_virtual_host_test()1684 third = evhttp_new(NULL); in http_virtual_host_test()2394 myhttp = evhttp_new(data->base); in http_highport_test()3899 xhttp = evhttp_new(NULL); in http_primitives()
87 struct evhttp *evhttp_new(struct event_base *base);
499 http = evhttp_new(base); in main()
3702 evhttp_new(struct event_base *base) in evhttp_new() function