Lines Matching defs:section

84 	uint32_t rrset_flags, sldns_pkt_section section, 
97 p->section = section;
283 /** change section of rrset from previous to current section */
286 sldns_pkt_section section)
290 if(section == rrset->section)
306 switch(rrset->section) {
318 /* up count of new section */
319 switch(section) {
324 rrset->section = section;
397 int hasother, sldns_pkt_section section, struct regional* region)
408 section, region);
411 switch(section) {
420 section != LDNS_SECTION_ANSWER) ))
430 /* use section of data item for result */
431 change_section(msg, dataset, section);
461 * @param section: the current section in the packet.
472 sldns_pkt_section section, struct regional* region)
499 *rrset_flags = pkt_rrset_flags(pkt, type, section);
556 pkt, type, *rrset_flags, hasother, section,
577 * Parse query section.
578 * @param pkt: packet, position at call must be at start of query section.
579 * at end position is after query section.
756 sldns_pkt_section section, uint16_t type)
759 /* check section of rrset. */
760 if(rrset->section != section && type != LDNS_RR_TYPE_RRSIG &&
763 * trust in rr data depends on the section it is in.
815 * Parse packet RR section, for answer, authority and additional sections.
816 * @param pkt: packet, position at call must be at start of section.
817 * at end position is after section.
820 * @param section: section enum.
821 * @param num_rrs: how many rrs are in the section.
822 * @param num_rrsets: returns number of rrsets in the section.
827 struct regional* region, sldns_pkt_section section,
884 section, region))
890 hash, rrset_flags, section, region);
903 if((r=add_rr_to_rrset(rrset, pkt, msg, region, section,
1154 if(found->section != LDNS_SECTION_ADDITIONAL)
1254 /* check edns section is present */