Searched refs:ub_event_add (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/unbound/util/
H A Dub_event.h106 int ub_event_add(struct ub_event*, struct timeval*);
H A Dub_event.c387 ub_event_add(struct ub_event* ev, struct timeval* tv) function
H A Dnetevent.c891 else if(ub_event_add(b->eb->slow_accept, &tv)
3235 if(fd!=-1 && ub_event_add(c->ev->ev, c->timeout) != 0 ) {
3295 if(fd!=-1 && ub_event_add(c->ev->ev, c->timeout) != 0 ) {
3580 if (ub_event_add(c->ev->ev, c->timeout) != 0) {
3802 if (ub_event_add(c->ev->ev, c->timeout) != 0) {
3865 if (ub_event_add(c->ev->ev, c->timeout) != 0) {
4095 if(ub_event_add(c->ev->ev, msec==0?NULL:c->timeout) != 0) {
4113 if(ub_event_add(c->ev->ev, c->timeout) != 0) {
H A Dub_event_pluggable.c585 ub_event_add(struct ub_event* ev, struct timeval* tv) function
/freebsd-12-stable/contrib/unbound/dnstap/
H A Ddtstream.c1214 if(ub_event_add(dtio->event, NULL) != 0) {
1238 if(ub_event_add(dtio->event, NULL) != 0) {
1267 if(ub_event_add(dtio->stop_flush_event, NULL) != 0) {
1268 log_err("dnstap io, stop flush, could not ub_event_add");
1285 if(ub_event_add(dtio->stop_flush_event, NULL) != 0) {
1286 log_err("dnstap io, stop flush, could not ub_event_add");
1608 if(ub_event_add(cmdev, NULL) != 0) {
1813 if(ub_event_add(stopev, NULL) != 0) {
H A Dunbound-dnstap-socket.c335 if(ub_event_add(s->ev, NULL) != 0) {
336 log_err("could not ub_event_add");
655 if(ub_event_add(data->ev, NULL) != 0)
656 log_err("could not ub_event_add in tap_enable_brief_write");
669 if(ub_event_add(data->ev, NULL) != 0)
670 log_err("could not ub_event_add in tap_disable_brief_write");
1113 if(ub_event_add(data->ev, NULL) != 0) fatal_exit("could not ub_event_add");

Completed in 75 milliseconds