Searched refs:dns_msgblock_t (Results 1 – 2 of 2) sorted by relevance
187 typedef struct dns_msgblock dns_msgblock_t; typedef235 ISC_LIST(dns_msgblock_t) rdatas;236 ISC_LIST(dns_msgblock_t) rdatalists;237 ISC_LIST(dns_msgblock_t) offsets;
157 ISC_LINK(dns_msgblock_t) link;160 static inline dns_msgblock_t *167 msgblock_internalget(dns_msgblock_t *, unsigned int);170 msgblock_reset(dns_msgblock_t *);173 msgblock_free(isc_mem_t *, dns_msgblock_t *, unsigned int);179 static inline dns_msgblock_t *183 dns_msgblock_t *block; in msgblock_allocate()186 length = sizeof(dns_msgblock_t) + (sizeof_type * count); in msgblock_allocate()205 msgblock_internalget(dns_msgblock_t *block, unsigned int sizeof_type) { in msgblock_internalget()214 + sizeof(dns_msgblock_t) in msgblock_internalget()[all …]