Home | History | Annotate | Download | only in nameser

Lines Matching defs:sect

55 	ns_sect sect;
60 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
63 count = ns_msg_count(*msg, sect);
68 if (ns_parserr2(msg, sect, i, &rr) < 0)
70 if (sect == ns_s_qd)
76 x = ns_newmsg_rr(handle, sect,
148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
157 if (sect < msg->_sect) {
162 if (sect > msg->_sect) {
163 msg->_sect = sect;
164 msg->_sections[sect] = t;
182 msg->_counts[sect] = ++msg->_rrnum;
192 ns_sect sect;
198 for (sect = 0; sect < ns_s_max; sect++)
199 NS_PUT16(msg->_counts[sect], t);