Home | History | Annotate | Download | only in libresolv

Lines Matching defs:section

78  *\li		-3 if zone section is not the first section in
79 * the linked list, or section order has a problem
94 int section, numrrs = 0, counts[ns_s_max];
126 section = rrecp->r_section;
127 if (section < 0 || section >= ns_s_max)
129 counts[section]++;
130 for (i = section + 1; i < ns_s_max; i++)
137 if (section == S_PREREQ) {
165 } else if (section == S_UPDATE) {
192 if (section == S_ZONE) {
202 if (section == S_UPDATE && rclass != C_ANY)
926 res_mkupdrec(int section, const char *dname,
938 rrecp->r_section = (ns_sect)section;