Searched refs:on_complete_cb (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dhttp_struct.h144 void (*on_complete_cb)(struct evhttp_request *, void *); member in struct:evhttp_request
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp_struct.h145 void (*on_complete_cb)(struct evhttp_request *, void *); member in struct:evhttp_request
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dhttp.c2598 if (req->on_complete_cb != NULL) {
2599 req->on_complete_cb(req, req->on_complete_cb_arg);
3894 req->on_complete_cb = cb;
/netbsd-current/external/bsd/libevent/dist/
H A Dhttp.c2777 if (req->on_complete_cb != NULL) {
2778 req->on_complete_cb(req, req->on_complete_cb_arg);
4119 req->on_complete_cb = cb;

Completed in 106 milliseconds