Searched refs:http_chunked_cb (Results 1 – 1 of 1) sorted by relevance
76 static void http_chunked_cb(struct evhttp_request *req, void *arg);150 evhttp_set_cb(myhttp, "/chunked", http_chunked_cb, base); in http_setup()151 evhttp_set_cb(myhttp, "/streamed", http_chunked_cb, base); in http_setup()395 http_chunked_cb(struct evhttp_request *req, void *arg) in http_chunked_cb() function