Lines Matching full:need
64 /* We don't need multithread support here */
114 * we need then use local replacements, avoiding name collisions.
463 #define NEED(need) \ in parse_dns_qsection() macro
465 if (*cp + need > answer + size) \ in parse_dns_qsection()
496 NEED(length); in parse_dns_qsection()
500 NEED(INT16SZ); in parse_dns_qsection()
505 NEED(INT16SZ); in parse_dns_qsection()
509 #undef NEED in parse_dns_qsection()
522 #define NEED(need) \ in parse_dns_rrsection() macro
524 if (*cp + need > answer + size) \ in parse_dns_rrsection()
556 NEED(length); in parse_dns_rrsection()
560 NEED(INT16SZ); in parse_dns_rrsection()
565 NEED(INT16SZ); in parse_dns_rrsection()
570 NEED(INT32SZ); in parse_dns_rrsection()
575 NEED(INT16SZ); in parse_dns_rrsection()
580 NEED(curr->size); in parse_dns_rrsection()
590 #undef NEED in parse_dns_rrsection()