Home
last modified time | relevance | path

Searched refs:evhttp_set_cb (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
Dregress_http.c95 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()
/external/chromium/third_party/libevent/
Devhttp.h118 void evhttp_set_cb(struct evhttp *, const char *,
Devrpc.c219 evhttp_set_cb(base->http_server, in evrpc_register_rpc()
Dhttp.c2390 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb() function