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

/freebsd-10-stable/contrib/unbound/iterator/
H A Diterator.h262 int caps_fallback; member in struct:iter_qstate
H A Diterator.c1857 if(iq->caps_fallback) {
1884 iq->caps_fallback = 0;
1961 if(iq->caps_fallback && iq->caps_reply) {
1968 iq->caps_fallback = 0;
2094 iq->dnssec_expected, iq->caps_fallback || is_caps_whitelisted(
3044 !iq->caps_fallback) {
3046 iq->caps_fallback = 1;
3094 if(event == module_event_capsfail && !iq->caps_fallback) {
3095 iq->caps_fallback = 1;
3117 if(event == module_event_capsfail || iq->caps_fallback) {
[all...]

Completed in 102 milliseconds