Searched defs:RDSZ (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dmaster.c44 * Grow the number of dns_rdatalist_t (#RDLSZ) and dns_rdata_t (#RDSZ) structures
51 * RDSZ reflects the number of rdata expected at a give name that can fit into
54 #define RDSZ 512 macro
1747 new_rdata = grow_rdata(rdata_size + RDSZ, rdata,
1754 rdata_size += RDSZ;
2460 new_rdata = grow_rdata(rdcount + RDSZ, rdata,
2467 rdata_size = rdcount + RDSZ;

Completed in 247 milliseconds