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

  /src/external/bsd/unbound/dist/contrib/
libunbound.so.conf 34 int ub_cancel(ub_ctx*, int);
  /src/external/bsd/unbound/dist/libunbound/
unbound.h 584 int ub_cancel(struct ub_ctx* ctx, int async_id);
libunbound.c 230 makes ub_cancel and ub_ctx_delete do the right thing */
244 makes ub_cancel and ub_ctx_delete do the right thing */
897 ub_cancel(struct ub_ctx* ctx, int async_id) function
  /src/external/bsd/unbound/dist/testcode/
asynclook.c 325 r = ub_cancel(inf->ctx, async_ids[i-100].id);
330 checkerr("ub_cancel", r);
541 r = ub_cancel(ctx, lookups[i].async_id);
543 checkerr("ub_cancel", r);
  /src/external/bsd/unbound/dist/libunbound/python/
libunbound.i 550 return _unbound.ub_cancel(self,async_id)

Completed in 16 milliseconds