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

/freebsd-9.3-release/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;
3264 struct evhttp_cb *cb = NULL;
3524 struct evhttp_cb *http_cb;
3694 struct evhttp_cb *http_cb;
3701 if ((http_cb = mm_calloc(1, sizeof(struct evhttp_cb))) == NULL) {
3723 struct evhttp_cb *http_cb;

Completed in 82 milliseconds