Home
last modified time | relevance | path

Searched refs:VAL_CLASS_POSITIVE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/unbound/validator/
H A Dval_utils.h68 VAL_CLASS_POSITIVE, enumerator
H A Dval_utils.c134 return VAL_CLASS_POSITIVE; in val_classify_response()
150 return VAL_CLASS_POSITIVE; in val_classify_response()
270 if(subtype == VAL_CLASS_POSITIVE) { in val_find_signer()
1233 case VAL_CLASS_POSITIVE: return "positive"; in val_classification_to_string()
H A Dvalidator.c1849 } else if(subtype == VAL_CLASS_POSITIVE && in processInit()
2206 if((subtype == VAL_CLASS_POSITIVE || subtype == VAL_CLASS_ANY in processValidate()
2228 case VAL_CLASS_POSITIVE: in processValidate()
2342 if(subtype == VAL_CLASS_POSITIVE) in processValidate()
2868 if(subtype == VAL_CLASS_POSITIVE) { in ds_response_to_ke()