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

/bind-9.11.3/lib/dns/
H A Dmessage.c179 msgblock_allocate(isc_mem_t *mctx, unsigned int sizeof_type, argument
185 length = sizeof(dns_msgblock_t) + (sizeof_type * count);
204 msgblock_internalget(dns_msgblock_t *block, unsigned int sizeof_type) { argument
214 + (sizeof_type * block->remaining));
228 msgblock_free(isc_mem_t *mctx, dns_msgblock_t *block, unsigned int sizeof_type) argument
232 length = sizeof(dns_msgblock_t) + (sizeof_type * block->count);

Completed in 19 milliseconds