Searched refs:evhttp_start (Results 1 – 4 of 4) sorted by relevance
174 struct evhttp *evhttp_start(const char *address, u_short port);
2338 evhttp_start(const char *address, u_short port) in evhttp_start() function
76 myhttp = evhttp_start("127.0.0.1", 8080 + i); in http_setup()
972 myhttp = evhttp_start("127.0.0.1", 65535 - i); in http_highport_test()