Home
last modified time | relevance | path

Searched refs:do_stop (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sbin/unwind/libunbound/libunbound/
H A Dlibunbound.c312 int do_stop = 1; in ub_ctx_delete()
320 do_stop = 0; in ub_ctx_delete()
339 if(ctx->created_bg && ctx->dothread && do_stop) { in ub_ctx_delete()
342 do_stop = 0; in ub_ctx_delete()
346 if(do_stop) in ub_ctx_delete()
308 int do_stop = 1; ub_ctx_delete() local
/openbsd-src/usr.sbin/unbound/libunbound/
H A Dlibunbound.c312 int do_stop = 1; in ub_ctx_delete()
320 do_stop = 0; in ub_ctx_delete()
339 if(ctx->created_bg && ctx->dothread && do_stop) { in ub_ctx_delete()
342 do_stop = 0; in ub_ctx_delete()
346 if(do_stop) in ub_ctx_delete()
308 int do_stop = 1; ub_ctx_delete() local
/openbsd-src/usr.sbin/nsd/
H A Dremote.c881 do_stop(RES* ssl, xfrd_state_type* xfrd) in do_stop() function
2466 do_stop(ssl, rc->xfrd); in execute_cmd()
/openbsd-src/usr.sbin/unbound/daemon/
H A Dremote.c665 do_stop(RES* ssl, struct worker* worker) in do_verbosity()
3418 do_stop(ssl, worker);
638 do_stop(RES* ssl, struct worker* worker) do_stop() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3513 bool do_stop = elem.second.stop != eLazyBoolCalculate; in ResetSignalFromDummy() local
3515 signals_sp->ResetSignal(signo, do_stop, do_notify, do_pass); in ResetSignalFromDummy()
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog3578 - A more ensured do_stop (useful fo nsdc restart).