Lines Matching defs:resp
8847 dns_resolver_t **resp)
8863 REQUIRE(resp != NULL && *resp == NULL);
9027 *resp = res;
9300 dns_resolver_detach(dns_resolver_t **resp) {
9304 REQUIRE(resp != NULL);
9305 res = *resp;
9324 *resp = NULL;
10304 dns_quotatype_t which, isc_result_t resp)
10308 REQUIRE(resp == DNS_R_DROP || resp == DNS_R_SERVFAIL);
10310 resolver->quotaresp[which] = resp;