Lines Matching defs:section
75 *\li -3 if zone section is not the first section in
76 * the linked list, or section order has a problem
91 int section, numrrs = 0, counts[ns_s_max];
123 section = rrecp->r_section;
124 if (section < 0 || section >= ns_s_max)
126 counts[section]++;
127 for (i = section + 1; i < ns_s_max; i++)
134 if (section == S_PREREQ) {
162 } else if (section == S_UPDATE) {
189 if (section == S_ZONE) {
199 if (section == S_UPDATE && rclass != C_ANY)
918 res_mkupdrec(int section, const char *dname,
932 rrecp->r_section = (ns_sect)section;