Home
last modified time | relevance | path

Searched refs:http_on_complete_cb (Results 1 – 1 of 1) sorted by relevance

/external/libevent/test/
Dregress_http.c87 static void http_on_complete_cb(struct evhttp_request *req, void *arg);
166 evhttp_set_cb(myhttp, "/oncomplete", http_on_complete_cb, base); in http_setup_gencb()
873 http_on_complete_cb(struct evhttp_request *req, void *arg) in http_on_complete_cb() function