Lines Matching defs:sect
63 ns_sect sect;
68 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
71 count = ns_msg_count(*msg, sect);
76 if (ns_parserr2(msg, sect, i, &rr) < 0)
78 if (sect == ns_s_qd)
84 x = ns_newmsg_rr(handle, sect,
156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
165 if (sect < msg->_sect) {
170 if (sect > msg->_sect) {
171 msg->_sect = sect;
172 msg->_sections[sect] = t;
190 msg->_counts[sect] = ++msg->_rrnum;
200 ns_sect sect;
206 for (sect = 0; sect < ns_s_max; sect++)
207 NS_PUT16(msg->_counts[sect], t);