Home
last modified time | relevance | path

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

/external/libevent/
Dhttp-internal.h110 struct evhttp_cb { struct
111 TAILQ_ENTRY(evhttp_cb) next;
143 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
Dhttp.c2874 static struct evhttp_cb *
2877 struct evhttp_cb *cb; in evhttp_dispatch_callback()
3008 struct evhttp_cb *cb = NULL; in evhttp_handle_request()
3257 struct evhttp_cb *http_cb; in evhttp_free()
3404 struct evhttp_cb *http_cb; in evhttp_set_cb()
3411 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) { in evhttp_set_cb()
3433 struct evhttp_cb *http_cb; in evhttp_del_cb()