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

  /src/external/mpl/bind/dist/bin/tests/system/hooks/driver/
test-async.c 58 isc_result_t origresult; member in struct:state
290 .origresult = qctx->result,
324 state->origresult = *resp;
  /src/external/mpl/bind/dist/lib/ns/include/ns/
hooks.h 214 * - origresult: the result code passed to the hook action that triggers the
247 * isc_result_t origresult;
270 * state->origresult = *resultp;
287 * .origresult = state->origresult,
445 isc_result_t origresult; /* result code at the point of call to hook */ member in struct:ns_hook_resume
  /src/external/mpl/bind/dist/tests/ns/
query_test.c 653 .origresult = DNS_R_NXDOMAIN,
1329 asdata->rev->origresult = *resultp; /* save it for resume */
  /src/external/mpl/bind/dist/lib/ns/
query.c 6917 (void)query_gotanswer(qctx, rev->origresult);
6941 (void)query_nodata(qctx, rev->origresult);
6944 (void)query_nxdomain(qctx, rev->origresult);
6947 (void)query_ncache(qctx, rev->origresult);

Completed in 24 milliseconds