Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dhttp-internal.h94 struct evhttp_cb { struct
95 TAILQ_ENTRY(evhttp_cb) next;
116 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks; argument
Dhttp.c2160 static struct evhttp_cb *
2163 struct evhttp_cb *cb; in evhttp_dispatch_callback()
2191 struct evhttp_cb *cb = NULL; in evhttp_handle_request()
2353 struct evhttp_cb *http_cb; in evhttp_free()
2393 struct evhttp_cb *http_cb; in evhttp_set_cb()
2395 if ((http_cb = calloc(1, sizeof(struct evhttp_cb))) == NULL) in evhttp_set_cb()
2408 struct evhttp_cb *http_cb; in evhttp_del_cb()