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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
validator.h 161 isc_counter_t *gqc; member in struct:dns_validator
185 isc_counter_t *qc, isc_counter_t *gqc, fetchctx_t *parent,
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 401 isc_counter_t *gqc; member in struct:fetchctx
718 isc_counter_t *gqc, fetchctx_t *parent, fetchctx_t **fctxp,
992 fctx->nfails, fctx->qc, fctx->gqc, fctx, &fctx->edectx,
3318 fctx->qc, fctx->gqc, fctx, &find);
4077 if (fctx->gqc != NULL &&
4078 isc_counter_used(fctx->gqc) > isc_counter_getlimit(fctx->gqc))
4084 fctx->info, isc_counter_used(fctx->gqc),
4085 isc_counter_getlimit(fctx->gqc));
4183 fctx->gqc, fctx, fctx->loop, resume_qmin, fctx
    [all...]

Completed in 25 milliseconds