Lines Matching defs:rrset_parse
69 struct rrset_parse;
140 struct rrset_parse* hashtable[PARSE_TABLE_SIZE];
143 struct rrset_parse* rrset_first;
145 struct rrset_parse* rrset_last;
151 struct rrset_parse {
153 struct rrset_parse* rrset_bucket_next;
155 struct rrset_parse* rrset_all_next;
359 * @return NULL or the rrset_parse if found.
361 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
370 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
396 struct rrset_parse* rrset, struct rr_parse* prev, struct rr_parse* rr,