HomeSort by: relevance | last modified time | path
    Searched refs:ub_ctx_async (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/contrib/
libunbound.so.conf 27 int ub_ctx_async(ub_ctx*, bool(int));
  /src/external/bsd/unbound/dist/libunbound/
unbound.h 77 * err = ub_ctx_async(ctx, 1);
484 int ub_ctx_async(struct ub_ctx* ctx, int dothread);
libunbound.c 555 ub_ctx_async(struct ub_ctx* ctx, int dothread) function
  /src/external/bsd/unbound/dist/testcode/
asynclook.c 432 r = ub_ctx_async(ctx, 1);
433 checkerr("ub_ctx_async", r);
  /src/external/bsd/unbound/dist/libunbound/python/
libunbound.i 427 return _unbound.ub_ctx_async(self,dothread)

Completed in 20 milliseconds