HomeSort by: relevance | last modified time | path
    Searched refs:ns_s_max (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/nameser/
ns_parse.c 125 for (i = 0; i < ns_s_max; i++) {
130 for (i = 0; i < ns_s_max; i++)
144 setsection(handle, ns_s_max);
155 if (tmp < 0 || section >= ns_s_max)
218 if (tmp < 0 || section >= ns_s_max)
276 if (sect == ns_s_max) {
  /src/include/arpa/
nameser.h 112 ns_s_max = 4 enumerator in enum:__ns_sect
134 uint16_t _id, _flags, _counts[ns_s_max];
135 const u_char *_sections[ns_s_max];
  /src/lib/libresolv/
res_findzonecut.c 313 sect = ns_s_max, n = 0;
323 sect = ns_s_max, n = 0;
res_mkupdate.c 94 int section, numrrs = 0, counts[ns_s_max];
127 if (section < 0 || section >= ns_s_max)
130 for (i = section + 1; i < ns_s_max; i++)

Completed in 14 milliseconds