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

/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c54 * Grow the number of dns_rdatalist_t (#RDLSZ) and dns_rdata_t (#RDSZ) structures
61 * RDSZ reflects the number of rdata expected at a give name that can fit into
64 #define RDSZ 512 macro
1669 new_rdata = grow_rdata(rdata_size + RDSZ, rdata,
1676 rdata_size += RDSZ;
2239 new_rdata = grow_rdata(rdcount + RDSZ, rdata,
2246 rdata_size = rdcount + RDSZ;

Completed in 15 milliseconds