Lines Matching refs:section
94 skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in skiprr() argument
104 if (section != ns_s_qd) { in skiprr()
165 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument
169 if ((unsigned int)section >= ns_s_max) in ns_parserr()
171 if ((int)section != (int)handle->_sect) { in ns_parserr()
172 handle->_sect = section; in ns_parserr()
174 handle->_msg_ptr = handle->_sections[(int)section]; in ns_parserr()
180 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()
184 handle->_msg_ptr = handle->_sections[(int)section]; in ns_parserr()
187 b = skiprr(handle->_msg, handle->_eom, section, in ns_parserr()
206 if (section == ns_s_qd) { in ns_parserr()