Home
last modified time | relevance | path

Searched refs:NETEVENT_DONE (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.h99 #define NETEVENT_DONE -4 macro
Dnetevent.c3096 (void)(*c->callback)(c, c->cb_arg, NETEVENT_DONE, NULL);
3147 (void)(*c->callback)(c, c->cb_arg, NETEVENT_DONE, NULL);
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.h99 #define NETEVENT_DONE -4 macro
Dnetevent.c3096 (void)(*c->callback)(c, c->cb_arg, NETEVENT_DONE, NULL);
3147 (void)(*c->callback)(c, c->cb_arg, NETEVENT_DONE, NULL);
/openbsd/src/usr.sbin/unbound/daemon/
Dworker.c1394 if((error != NETEVENT_NOERROR && error != NETEVENT_DONE)|| !repinfo) { in worker_handle_request()
/openbsd/src/sbin/unwind/libunbound/services/
Dauthzone.c6254 if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) { in auth_xfer_transfer_http_callback()
6284 if(err == NETEVENT_DONE) { in auth_xfer_transfer_http_callback()
/openbsd/src/usr.sbin/unbound/services/
Dauthzone.c6254 if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) { in auth_xfer_transfer_http_callback()
6284 if(err == NETEVENT_DONE) { in auth_xfer_transfer_http_callback()