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

/freebsd-10.0-release/contrib/unbound/iterator/
H A Diterator.h274 * If the item is seen as glue in a referral, and pside_glue is NULL,
275 * then it is stored in pside_glue for later.
282 struct ub_packed_rrset_key* pside_glue; member in struct:iter_qstate
H A Diterator.c1574 if(iq->query_for_pside_glue && !iq->pside_glue)
2027 if(iq->query_for_pside_glue && !iq->pside_glue) {
2028 iq->pside_glue = reply_find_rrset(iq->response->rep,
2031 if(iq->pside_glue) {
2033 "glue", iq->pside_glue);
2035 iq->pside_glue);
2346 /* if iq->query_for_pside_glue then add the pside_glue (marked lame) */
2347 if(iq->pside_glue) {
2348 /* if the pside_glue is NULL, then it could not be found,
2352 iq->pside_glue);
[all...]

Completed in 116 milliseconds