HomeSort by: relevance | last modified time | path
    Searched defs:nfails (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
validator.h 159 isc_counter_t *nfails; member in struct:dns_validator
184 isc_counter_t *nvalidations, isc_counter_t *nfails,
  /src/external/mpl/dhcp/dist/tests/
t_api.c 787 int nfails; local
793 nfails = 0;
819 ++nfails;
843 if (nfails == 0 && nprobs == 0 && npass > 0)
845 else if (nfails > 0)
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 484 isc_counter_t *nfails; member in struct:fetchctx
992 fctx->nfails, fctx->qc, fctx->gqc, fctx, &fctx->edectx,
4449 if (fctx->nfails != NULL) {
4450 isc_counter_detach(&fctx->nfails);
4629 uint32_t nfails = atomic_load_relaxed(&res->maxvalidationfails); local
4669 if (nfails > 0) {
4670 isc_counter_create(mctx, nfails, &fctx->nfails);
4925 if (fctx->nfails != NULL) {
4926 isc_counter_detach(&fctx->nfails);
    [all...]

Completed in 32 milliseconds