Searched refs:prev_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/data/
H A Dmsgparse.c448 * @param prev_type: type of last seen RR.
460 size_t* prev_dnamelen, uint16_t* prev_type,
468 if(type == *prev_type && dclass == *prev_dclass &&
480 *prev_type) &&
524 *prev_type = covtype;
543 *prev_type = type;
561 *prev_type = type;
823 uint16_t type, prev_type = 0; local
873 &prev_dnamelen, &prev_type, &prev_dclass, &rrset,
456 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, size_t dnamelen, uint16_t type, uint16_t dclass, hashvalue_t* hash, uint32_t* rrset_flags, uint8_t** prev_dname_first, uint8_t** prev_dname_last, size_t* prev_dnamelen, uint16_t* prev_type, uint16_t* prev_dclass, struct rrset_parse** rrset_prev, sldns_pkt_section section, struct regional* region) argument
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dwps_attr_parse.c568 u16 prev_type = 0; local
601 prev_type == ATTR_NETWORK_KEY) {
635 prev_type = type;
/freebsd-10-stable/contrib/gcc/
H A Dstor-layout.c1030 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL;
1046 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)))
1116 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))
1026 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL; local
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.cpp1980 hyphenation_type prev_type = line->get_hyphenation_type(); local
1987 if (prev_type == HYPHEN_BOUNDARY && this_type == HYPHEN_MIDDLE)
1989 prev_type = this_type;

Completed in 173 milliseconds