Searched defs:RDLSZ (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
48 /*% RDLSZ reflects the number of different types with the same name expected. */
49 #define RDLSZ 32 macro
1955 grow_rdatalist(rdatalist_size + RDLSZ,
1966 rdatalist_size += RDLSZ;

Completed in 19 milliseconds