Searched refs:http_delay_cb (Results 1 – 1 of 1) sorted by relevance
80 static void http_delay_cb(struct evhttp_request *req, void *arg);155 evhttp_set_cb(myhttp, "/delay", http_delay_cb, base); in http_setup()563 http_delay_cb(struct evhttp_request *req, void *arg) in http_delay_cb() function