Searched refs:pside_glue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/unbound/iterator/
H A Diterator.h305 * If the item is seen as glue in a referral, and pside_glue is NULL,
306 * then it is stored in pside_glue for later.
313 struct ub_packed_rrset_key* pside_glue; member in struct:iter_qstate
H A Diterator.c1716 if(iq->query_for_pside_glue && !iq->pside_glue)
2302 if(iq->query_for_pside_glue && !iq->pside_glue) {
2303 iq->pside_glue = reply_find_rrset(iq->response->rep,
2306 if(iq->pside_glue) {
2308 "glue", iq->pside_glue);
2310 iq->pside_glue);
2627 /* if iq->query_for_pside_glue then add the pside_glue (marked lame) */
2628 if(iq->pside_glue) {
2629 /* if the pside_glue is NULL, then it could not be found,
2633 iq->pside_glue);
[all...]

Completed in 105 milliseconds