Searched refs:http_post_cb (Results 1 – 1 of 1) sorted by relevance
71 void http_post_cb(struct evhttp_request *req, void *arg);97 evhttp_set_cb(myhttp, "/postit", http_post_cb, NULL); in http_setup()725 http_post_cb(struct evhttp_request *req, void *arg) in http_post_cb() function