Searched refs:http_dispatcher_cb (Results 1 – 1 of 1) sorted by relevance
83 static void http_dispatcher_cb(struct evhttp_request *req, void *arg);159 evhttp_set_cb(myhttp, "/", http_dispatcher_cb, base); in http_setup()1824 http_dispatcher_cb(struct evhttp_request *req, void *arg) in http_dispatcher_cb() function