Lines Matching refs:section
65 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() argument
75 if (section != ns_s_qd) { in ns_skiprr()
128 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in libresolv_hidden_def()
133 tmp = section; in libresolv_hidden_def()
134 if (tmp < 0 || section >= ns_s_max) in libresolv_hidden_def()
136 if (section != handle->_sect) in libresolv_hidden_def()
137 setsection(handle, section); in libresolv_hidden_def()
142 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in libresolv_hidden_def()
145 setsection(handle, section); in libresolv_hidden_def()
147 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section, in libresolv_hidden_def()
166 if (section == ns_s_qd) { in libresolv_hidden_def()
180 if (++handle->_rrnum > handle->_counts[(int)section]) in libresolv_hidden_def()
181 setsection(handle, (ns_sect)((int)section + 1)); in libresolv_hidden_def()