Searched refs:http_dispatcher_cb (Results 1 – 1 of 1) sorted by relevance
72 void http_dispatcher_cb(struct evhttp_request *req, void *arg);99 evhttp_set_cb(myhttp, "/", http_dispatcher_cb, NULL); in http_setup()570 http_dispatcher_cb(struct evhttp_request *req, void *arg) in http_dispatcher_cb() function