Home
last modified time | relevance | path

Searched refs:section (Results 1 – 3 of 3) sorted by relevance

/resolv/
A Dns_parse.c75 if (section != ns_s_qd) { in ns_skiprr()
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()
[all …]
A Dres_debug.c148 static const char *p_section(int section, int opcode);
165 do_section (int pfcode, ns_msg *handle, ns_sect section, int pflag, FILE *file) in do_section() argument
189 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
200 p_section(section, opcode)); in do_section()
201 if (section == ns_s_qd) in do_section()
568 p_section(int section, int opcode) { in libresolv_hidden_def()
579 return (sym_ntos(symbols, section, (int *)0)); in libresolv_hidden_def()
/resolv/arpa/
A Dnameser.h118 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument

Completed in 9 milliseconds