Lines Matching full:need
64 /* We don't need multithread support here */
114 * we need then use local replacements, avoiding name collisions.
462 #define NEED(need) \ in parse_dns_qsection() macro
464 if (*cp + need > answer + size) \ in parse_dns_qsection()
495 NEED(length); in parse_dns_qsection()
499 NEED(INT16SZ); in parse_dns_qsection()
504 NEED(INT16SZ); in parse_dns_qsection()
508 #undef NEED in parse_dns_qsection()
521 #define NEED(need) \ in parse_dns_rrsection() macro
523 if (*cp + need > answer + size) \ in parse_dns_rrsection()
555 NEED(length); in parse_dns_rrsection()
559 NEED(INT16SZ); in parse_dns_rrsection()
564 NEED(INT16SZ); in parse_dns_rrsection()
569 NEED(INT32SZ); in parse_dns_rrsection()
574 NEED(INT16SZ); in parse_dns_rrsection()
579 NEED(curr->size); in parse_dns_rrsection()
588 #undef NEED in parse_dns_rrsection()