Searched refs:RDLSZ (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
58 /*% RDLSZ reflects the number of different types with the same name expected. */
59 #define RDLSZ 32 macro
1876 grow_rdatalist(rdatalist_size + RDLSZ,
1887 rdatalist_size += RDLSZ;

Completed in 14 milliseconds