Home
last modified time | relevance | path

Searched refs:NETEVENT_NOERROR (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/contrib/unbound/util/
HDtube.c154 if(error != NETEVENT_NOERROR) { in tube_handle_listen()
218 NETEVENT_NOERROR, tube->listen_arg); in tube_handle_listen()
231 if(error != NETEVENT_NOERROR) { in tube_handle_write()
791 (*tube->listen_cb)(tube, buf, len, NETEVENT_NOERROR, in tube_handle_signal()
HDnetevent.h99 #define NETEVENT_NOERROR 0 macro
HDnetevent.c1106 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
1180 if((*rep.c->callback)(rep.c, rep.c->cb_arg, NETEVENT_NOERROR, &rep)) {
3377 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) {
4965 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
5002 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &repinfo);
5041 (void)(*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, NULL);
5709 int err = NETEVENT_NOERROR;
/freebsd-head/contrib/unbound/services/
HDoutside_network.c1351 } else if(error != NETEVENT_NOERROR) {
1375 if(error == NETEVENT_NOERROR && !w) {
1381 if(error == NETEVENT_NOERROR) {
1399 if(error == NETEVENT_NOERROR && pend->reuse.node.key) {
1488 if(error != NETEVENT_NOERROR) {
1552 (void)(*p->cb)(p->pc->cp, p->cb_arg, NETEVENT_NOERROR, reply_info);
3018 if(sq->outnet->use_caps_for_id && error == NETEVENT_NOERROR && c &&
3103 if(error != NETEVENT_NOERROR)
3106 if(error==NETEVENT_NOERROR)
3113 if(error==NETEVENT_NOERROR && pi && sq->outnet->dtenv &&
[all …]
HDlisten_dnsport.c2336 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo) ) { in tcp_req_info_handle_readdone()
2796 NETEVENT_NOERROR, &h2_session->c->repinfo)) { in http2_query_read_done()
4039 if( (*c->callback)(c, c->cb_arg, NETEVENT_NOERROR, &c->repinfo)) { in doq_stream_data_complete()
HDauthzone.c6188 if(err != NETEVENT_NOERROR) { in auth_xfer_transfer_tcp_callback()
6270 if(err != NETEVENT_NOERROR && err != NETEVENT_DONE) { in auth_xfer_transfer_http_callback()
6524 if(err == NETEVENT_NOERROR) { in auth_xfer_probe_udp_callback()
HDmesh.c882 if(what != NETEVENT_NOERROR) { in mesh_report_reply()
/freebsd-head/contrib/unbound/testcode/
HDfake_event.c389 if((*cb)(&c, cb_arg, NETEVENT_NOERROR, &repinfo)) { in answer_callback_from_entry()
469 NETEVENT_NOERROR, &repinfo)) { in fake_front_query()
828 fake_pending_callback(runtime, mom, NETEVENT_NOERROR); in do_moment_and_advance()
/freebsd-head/contrib/unbound/daemon/
HDworker.c270 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR); in worker_handle_service_reply()
458 if(error != NETEVENT_NOERROR) { in worker_handle_control_cmd()
1479 if((error != NETEVENT_NOERROR && error != NETEVENT_DONE)|| !repinfo) { in worker_handle_request()
HDremote.c452 if(err != NETEVENT_NOERROR) { in remote_accept_callback()
518 (void)remote_control_callback(n->c, n, NETEVENT_NOERROR, NULL); in remote_accept_callback()
3835 if(err != NETEVENT_NOERROR) { in remote_control_callback()
7631 if(err != NETEVENT_NOERROR) { in fast_reload_client_callback()
/freebsd-head/contrib/unbound/libunbound/
HDlibworker.c920 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR); in libworker_handle_service_reply()