Searched refs:stub_dp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/unbound/iterator/ |
| D | iterator.c | 942 struct delegpt* stub_dp; in prime_stub() local 950 stub_dp = stub->dp; in prime_stub() 954 query_dname_compare(iq->dp->name, stub_dp->name) == 0) in prime_stub() 963 iq->dp = delegpt_copy(stub_dp, qstate->region); in prime_stub() 970 log_nametypeclass(VERB_DETAIL, "use stub", stub_dp->name, in prime_stub() 976 log_nametypeclass(VERB_DETAIL, "priming stub", stub_dp->name, in prime_stub() 981 if(!generate_sub_request(stub_dp->name, stub_dp->namelen, in prime_stub() 995 subiq->dp = delegpt_copy(stub_dp, subq->region); in prime_stub()
|