Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h114 struct evhttp_cb { struct
115 TAILQ_ENTRY(evhttp_cb) next;
147 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
H A Dhttp.c3130 static struct evhttp_cb *
3133 struct evhttp_cb *cb; in evhttp_dispatch_callback()
3264 struct evhttp_cb *cb = NULL; in evhttp_handle_request()
3524 struct evhttp_cb *http_cb; in evhttp_free()
3694 struct evhttp_cb *http_cb; in evhttp_set_cb()
3701 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) { in evhttp_set_cb()
3723 struct evhttp_cb *http_cb; in evhttp_del_cb()
/freebsd-13.1/contrib/libevent/
H A Dhttp-internal.h111 struct evhttp_cb { struct
112 TAILQ_ENTRY(evhttp_cb) next;
144 TAILQ_HEAD(httpcbq, evhttp_cb) callbacks;
H A Dhttp.c3279 static struct evhttp_cb *
3282 struct evhttp_cb *cb; in evhttp_dispatch_callback()
3413 struct evhttp_cb *cb = NULL; in evhttp_handle_request()
3673 struct evhttp_cb *http_cb; in evhttp_free()
3857 struct evhttp_cb *http_cb; in evhttp_set_cb()
3864 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) { in evhttp_set_cb()
3886 struct evhttp_cb *http_cb; in evhttp_del_cb()