Home
last modified time | relevance | path

Searched refs:myhttp (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/test/
Dregress_http.c79 struct evhttp *myhttp; in http_setup() local
83 myhttp = evhttp_new(base); in http_setup()
85 if (evhttp_bind_socket(myhttp, "127.0.0.1", 8080 + i) != -1) { in http_setup()
95 evhttp_set_cb(myhttp, "/test", http_basic_cb, NULL); in http_setup()
96 evhttp_set_cb(myhttp, "/chunked", http_chunked_cb, NULL); in http_setup()
97 evhttp_set_cb(myhttp, "/postit", http_post_cb, NULL); in http_setup()
98 evhttp_set_cb(myhttp, "/largedelay", http_large_delay_cb, NULL); in http_setup()
99 evhttp_set_cb(myhttp, "/", http_dispatcher_cb, NULL); in http_setup()
102 return (myhttp); in http_setup()
966 struct evhttp *myhttp = NULL; in http_highport_test() local
[all …]
Dregress_rpc.c71 struct evhttp *myhttp; in http_setup() local
76 myhttp = evhttp_start("127.0.0.1", 8080 + i); in http_setup()
77 if (myhttp != NULL) { in http_setup()
87 return (myhttp); in http_setup()