Searched refs:http_chunked_cb (Results 1 – 1 of 1) sorted by relevance
70 static void http_chunked_cb(struct evhttp_request *req, void *arg);96 evhttp_set_cb(myhttp, "/chunked", http_chunked_cb, NULL); in http_setup()277 http_chunked_cb(struct evhttp_request *req, void *arg) in http_chunked_cb() function