Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/data/
H A Dmsgparse.c465 size_t* prev_dnamelen, uint16_t* prev_type, in find_rrset() argument
473 if(type == *prev_type && dclass == *prev_dclass && in find_rrset()
485 *prev_type) && in find_rrset()
529 *prev_type = covtype; in find_rrset()
548 *prev_type = type; in find_rrset()
566 *prev_type = type; in find_rrset()
828 uint16_t type, prev_type = 0; in parse_section() local
878 &prev_dnamelen, &prev_type, &prev_dclass, &rrset, in parse_section()
/freebsd-12.1/contrib/wpa/src/wps/
H A Dwps_attr_parse.c601 u16 prev_type = 0; in wps_parse_msg() local
634 prev_type == ATTR_NETWORK_KEY) { in wps_parse_msg()
668 prev_type = type; in wps_parse_msg()
/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c1026 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL; in place_field() local
1042 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))) in place_field()
1112 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)) in place_field()