Searched refs:stub_dp (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/unbound/iterator/ |
| D | iterator.c | 966 struct delegpt* stub_dp; in prime_stub() local 975 stub_dp = stub->dp; in prime_stub() 979 query_dname_compare(iq->dp->name, stub_dp->name) == 0) { in prime_stub() 990 iq->dp = delegpt_copy(stub_dp, qstate->region); in prime_stub() 1004 log_nametypeclass(VERB_DETAIL, "priming stub", stub_dp->name, in prime_stub() 1009 if(!generate_sub_request(stub_dp->name, stub_dp->namelen, in prime_stub() 1024 subiq->dp = delegpt_copy(stub_dp, subq->region); in prime_stub()
|
| /openbsd/src/sbin/unwind/libunbound/iterator/ |
| D | iterator.c | 966 struct delegpt* stub_dp; in prime_stub() local 975 stub_dp = stub->dp; in prime_stub() 979 query_dname_compare(iq->dp->name, stub_dp->name) == 0) { in prime_stub() 990 iq->dp = delegpt_copy(stub_dp, qstate->region); in prime_stub() 1004 log_nametypeclass(VERB_DETAIL, "priming stub", stub_dp->name, in prime_stub() 1009 if(!generate_sub_request(stub_dp->name, stub_dp->namelen, in prime_stub() 1024 subiq->dp = delegpt_copy(stub_dp, subq->region); in prime_stub()
|