Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp-internal.h109 struct evhttp_cb { struct
110 TAILQ_ENTRY(evhttp_cb) next;
142 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
H A Dhttp.c3338 static struct evhttp_cb *
3341 struct evhttp_cb *cb; in evhttp_dispatch_callback()
3472 struct evhttp_cb *cb = NULL; in evhttp_handle_request()
3737 struct evhttp_cb *http_cb; in evhttp_free()
3921 struct evhttp_cb *http_cb; in evhttp_set_cb()
3928 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) { in evhttp_set_cb()
3950 struct evhttp_cb *http_cb; in evhttp_del_cb()